01M2P824YZH9BPEB4A2EQNM8MW: Build Helios client / CI

BasicConfig {
    output_rules: [
        "=/work/sush",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/permission-slip",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/sush",
            series: "helios",
            name: "sush",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01M2P82F21MY5TT91J09BME3C2

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-16T23:16:28.252Zjob assigned to worker 01M2P82FTYPJJM10H1S306HNM1 [factory aws, i-0453e7ca2ff8dda1b] (queued for 42 s)
 
22026-09-16T23:16:35.130Zstarting task 0: "setup"
32026-09-16T23:16:35.135Z++ uname -s
42026-09-16T23:16:35.138Z+ kern=SunOS
52026-09-16T23:16:35.139Z+ build_user=build
62026-09-16T23:16:35.139Z+ build_uid=12345
72026-09-16T23:16:35.139Z+ work_dir=/work
82026-09-16T23:16:35.139Z+ input_dir=/input
92026-09-16T23:16:35.139Z+ [[ 0 == 12345 ]]
102026-09-16T23:16:35.139Z+ case "$kern" in
112026-09-16T23:16:35.139Z+ groupadd -g 12345 build
122026-09-16T23:16:35.139Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-16T23:16:37.144Z+ zfs create -o mountpoint=/work rpool/work
142026-09-16T23:16:37.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-16T23:16:37.233Z+ home_fs=zfs
162026-09-16T23:16:37.233Z+ [[ zfs == autofs ]]
172026-09-16T23:16:37.233Z+ mkdir -p /home/build
182026-09-16T23:16:37.233Z+ chown build:build /home/build /work
192026-09-16T23:16:38.233Z+ chmod 0700 /home/build /work
202026-09-16T23:16:38.237Zprocess exited: duration 3104 ms, exit code 0
 
212026-09-16T23:16:38.244Zstarting task 1: "rust-toolchain"
222026-09-16T23:16:38.248Z+ printf ' * rust toolchain channel = "%s"\n' 1.98.1
232026-09-16T23:16:38.248Z * rust toolchain channel = "1.98.1"
242026-09-16T23:16:38.248Z * rust toolchain profile = "default"
252026-09-16T23:16:38.248Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-09-16T23:16:38.248Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-16T23:16:38.248Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-16T23:16:38.252Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-16T23:16:38.252Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.98.1 --profile default
302026-09-16T23:16:38.369Zinfo: downloading installer
312026-09-16T23:16:39.745Zwarn: It looks like you have an existing installation of Rust at:
322026-09-16T23:16:39.745Zwarn: /opt/ooce/bin
332026-09-16T23:16:39.745Zwarn: This could mean one of the following:
342026-09-16T23:16:39.745Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-16T23:16:39.745Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-16T23:16:39.745Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-16T23:16:39.745Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-16T23:16:39.745Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-16T23:16:39.745Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-16T23:16:39.745Zerror: cannot install while Rust is installed
412026-09-16T23:16:39.745Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-16T23:16:39.781Zinfo: profile set to default
432026-09-16T23:16:39.781Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-16T23:16:39.785Zinfo: syncing channel updates for 1.98.1-x86_64-unknown-illumos
452026-09-16T23:16:39.925Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-16T23:16:39.929Zinfo: downloading 6 components
472026-09-16T23:16:55.503Z
482026-09-16T23:16:55.503Zinfo: default toolchain set to 1.98.1-x86_64-unknown-illumos
492026-09-16T23:16:55.531Z 1.98.1-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-16T23:16:55.531Z
512026-09-16T23:16:55.534Z
522026-09-16T23:16:55.534ZRust is installed now. Great!
532026-09-16T23:16:55.535Z
542026-09-16T23:16:55.535ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-16T23:16:55.535Zenvironment variable. This has not been done automatically.
562026-09-16T23:16:55.535Z
572026-09-16T23:16:55.535ZTo configure your current shell, you need to source
582026-09-16T23:16:55.535Zthe corresponding env file under $HOME/.cargo.
592026-09-16T23:16:55.535Z
602026-09-16T23:16:55.535ZConsider running the right command for your shell (note the leading DOT):
612026-09-16T23:16:55.535Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-16T23:16:55.535Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-16T23:16:55.535ZCC_x86_64-unknown-illumos = None
642026-09-16T23:16:55.535Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-16T23:16:55.535ZCC_x86_64_unknown_illumos = None
662026-09-16T23:16:55.535Zcargo:rerun-if-env-changed=HOST_CC
672026-09-16T23:16:55.535ZHOST_CC = None
682026-09-16T23:16:55.535Zcargo:rerun-if-env-changed=CC
692026-09-16T23:16:55.535ZCC = None
702026-09-16T23:16:55.535Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-16T23:16:55.962Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-16T23:16:55.962ZCRATE_CC_NO_DEFAULTS = None
732026-09-16T23:16:55.962Zcargo:rerun-if-env-changed=CFLAGS
742026-09-16T23:16:55.962ZCFLAGS = None
752026-09-16T23:16:55.962Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-16T23:16:55.962ZHOST_CFLAGS = None
772026-09-16T23:16:55.962Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-16T23:16:55.962ZCFLAGS_x86_64_unknown_illumos = None
792026-09-16T23:16:55.962Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-16T23:16:55.962ZCFLAGS_x86_64-unknown-illumos = None
812026-09-16T23:16:56.058Z+ rustup --version
822026-09-16T23:16:56.065Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-16T23:16:56.068Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-16T23:16:56.086Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-16T23:16:56.090Z+ cargo --version
862026-09-16T23:16:56.102Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-16T23:16:56.106Z+ rustc --version
882026-09-16T23:16:56.124Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-16T23:16:56.127Zprocess exited: duration 17880 ms, exit code 0
 
902026-09-16T23:16:56.134Zstarting task 2: "authentication"
912026-09-16T23:16:56.151Zprocess exited: duration 16 ms, exit code 0
 
922026-09-16T23:16:56.159Zstarting task 3: "clone repository"
932026-09-16T23:16:56.162Z+ mkdir -p /work/oxidecomputer/sush
942026-09-16T23:16:56.166Z+ git clone https://github.com/oxidecomputer/sush /work/oxidecomputer/sush
952026-09-16T23:16:56.221ZCloning into '/work/oxidecomputer/sush'...
962026-09-16T23:16:56.903Z+ cd /work/oxidecomputer/sush
972026-09-16T23:16:56.903Z+ git fetch origin 98175038017a46b7927dafc20e9f1821e1d575c2
982026-09-16T23:16:57.175ZFrom https://github.com/oxidecomputer/sush
992026-09-16T23:16:57.175Z * branch 98175038017a46b7927dafc20e9f1821e1d575c2 -> FETCH_HEAD
1002026-09-16T23:16:57.180Z+ [[ -n codex/rumors-compat ]]
1012026-09-16T23:16:57.183Z++ git branch --show-current
1022026-09-16T23:16:57.183Z+ current=main
1032026-09-16T23:16:57.183Z+ [[ main != codex/rumors-compat ]]
1042026-09-16T23:16:57.183Z+ git branch -f codex/rumors-compat 98175038017a46b7927dafc20e9f1821e1d575c2
1052026-09-16T23:16:57.187Z+ git checkout -f codex/rumors-compat
1062026-09-16T23:16:57.197ZSwitched to branch 'codex/rumors-compat'
1072026-09-16T23:16:57.201Z+ git reset --hard 98175038017a46b7927dafc20e9f1821e1d575c2
1082026-09-16T23:16:57.205ZHEAD is now at 9817503 Track Rumors public documentation checks
1092026-09-16T23:16:57.205Zprocess exited: duration 1045 ms, exit code 0
 
1102026-09-16T23:16:57.211Zstarting task 4: "build"
1112026-09-16T23:16:57.215Z+ cargo --version
1122026-09-16T23:16:57.243Zcargo 1.98.1 (797e8a9bc 2026-08-05)
1132026-09-16T23:16:57.247Z+ rustc --version
1142026-09-16T23:16:57.284Zrustc 1.98.1 (48a229cea 2026-09-01)
1152026-09-16T23:16:57.288Z+ export CARGO_NET_GIT_FETCH_WITH_CLI=true
1162026-09-16T23:16:57.288Z+ CARGO_NET_GIT_FETCH_WITH_CLI=true
1172026-09-16T23:16:57.288Z+ export CARGO_INCREMENTAL=0
1182026-09-16T23:16:57.288Z+ CARGO_INCREMENTAL=0
1192026-09-16T23:16:57.288Z+ pfexec mkdir -p /work
1202026-09-16T23:16:57.291Z+ pfexec chown build /work
1212026-09-16T23:16:57.291Z+ cargo build --release --locked --package sush-client --features permslip
1222026-09-16T23:16:57.392Z Updating crates.io index
1232026-09-16T23:16:57.395Z Updating git repository `https://github.com/oxidecomputer/omicron`
1242026-09-16T23:17:04.945ZFrom https://github.com/oxidecomputer/omicron
1252026-09-16T23:17:04.945Z * [new ref] 3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86 -> refs/commit/3e5bafe8ad9d19de5db48fb50bbe2e9437f82e86
1262026-09-16T23:17:05.379Z Updating git repository `https://github.com/oxidecomputer/permission-slip`
1272026-09-16T23:17:06.202ZFrom https://github.com/oxidecomputer/permission-slip
1282026-09-16T23:17:06.202Z * [new ref] c9d302ef44576e075e35f4f28f8e7ac8345bcd4b -> refs/commit/c9d302ef44576e075e35f4f28f8e7ac8345bcd4b
1292026-09-16T23:17:06.217Z Updating git repository `https://github.com/kkawakam/rustyline`
1302026-09-16T23:17:06.906ZFrom https://github.com/kkawakam/rustyline
1312026-09-16T23:17:06.906Z * [new ref] 5ab22f2f8d65e85f0b925360437ece8eeeb6db92 -> refs/commit/5ab22f2f8d65e85f0b925360437ece8eeeb6db92
1322026-09-16T23:17:06.915Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
1332026-09-16T23:17:07.350ZFrom https://github.com/oxidecomputer/sprockets
1342026-09-16T23:17:07.350Z * [new ref] 98615b86d51f74ce220198eb16c57932fd24e7cb -> refs/commit/98615b86d51f74ce220198eb16c57932fd24e7cb
1352026-09-16T23:17:07.357Z Updating git repository `https://github.com/oxidecomputer/rumors`
1362026-09-16T23:17:13.181ZFrom https://github.com/oxidecomputer/rumors
1372026-09-16T23:17:13.181Z * [new ref] d37ffca701ad2e6a3087e703d0645d89ace1eabb -> refs/commit/d37ffca701ad2e6a3087e703d0645d89ace1eabb
1382026-09-16T23:17:13.853Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1392026-09-16T23:17:14.240ZFrom https://github.com/oxidecomputer/dice-util
1402026-09-16T23:17:14.240Z * [new ref] 10952e8d9599b735b85d480af3560a11700e5b64 -> refs/commit/10952e8d9599b735b85d480af3560a11700e5b64
1412026-09-16T23:17:14.250Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
1422026-09-16T23:17:14.600ZFrom https://github.com/oxidecomputer/lpc55_support
1432026-09-16T23:17:14.600Z * [new ref] fc64732faf5511850b35f1734d572b9953d73374 -> refs/commit/fc64732faf5511850b35f1734d572b9953d73374
1442026-09-16T23:17:14.607Z Updating git repository `https://github.com/oxidecomputer/sshauth`
1452026-09-16T23:17:14.968ZFrom https://github.com/oxidecomputer/sshauth
1462026-09-16T23:17:14.968Z * [new ref] afd9b4e549d0e9229c2910c94aa7bca76623dfdb -> refs/commit/afd9b4e549d0e9229c2910c94aa7bca76623dfdb
1472026-09-16T23:17:14.975Z Updating git repository `https://github.com/oxidecomputer/dice-util`
1482026-09-16T23:17:15.335ZFrom https://github.com/oxidecomputer/dice-util
1492026-09-16T23:17:15.335Z * [new ref] 4a39ef08d81e5177edee0bddb1146032aa21074d -> refs/commit/4a39ef08d81e5177edee0bddb1146032aa21074d
1502026-09-16T23:17:15.346Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
1512026-09-16T23:17:15.656ZFrom https://github.com/oxidecomputer/slog-error-chain
1522026-09-16T23:17:15.656Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
1532026-09-16T23:17:15.665Z Updating git repository `https://github.com/oxidecomputer/rats-corim`
1542026-09-16T23:17:15.948ZFrom https://github.com/oxidecomputer/rats-corim
1552026-09-16T23:17:15.948Z * [new ref] f0d5d5168d3d31487a56df32c676b0c6240bcc6b -> refs/commit/f0d5d5168d3d31487a56df32c676b0c6240bcc6b
1562026-09-16T23:17:15.952Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1572026-09-16T23:17:16.282ZFrom https://github.com/oxidecomputer/pki-playground
1582026-09-16T23:17:16.282Z * [new ref] 7600756029ce046a02c6234aa84ce230cc5eaa04 -> refs/commit/7600756029ce046a02c6234aa84ce230cc5eaa04
1592026-09-16T23:17:16.289Z Updating git repository `https://github.com/oxidecomputer/pki-playground`
1602026-09-16T23:17:16.645ZFrom https://github.com/oxidecomputer/pki-playground
1612026-09-16T23:17:16.645Z * [new ref] bcd3bf2dfe36468c494eac17463a4e10be366b35 -> refs/commit/bcd3bf2dfe36468c494eac17463a4e10be366b35
1622026-09-16T23:17:19.017Z Downloading crates ...
1632026-09-16T23:17:19.075Z Downloaded atomicwrites v0.4.4
1642026-09-16T23:17:19.078Z Downloaded async-stream-impl v0.3.6
1652026-09-16T23:17:19.082Z Downloaded anstream v1.0.0
1662026-09-16T23:17:19.085Z Downloaded backtrace-ext v0.2.1
1672026-09-16T23:17:19.085Z Downloaded arrayref v0.3.9
1682026-09-16T23:17:19.085Z Downloaded atomic-waker v1.1.2
1692026-09-16T23:17:19.085Z Downloaded bitfield-macros v0.19.5
1702026-09-16T23:17:19.093Z Downloaded clap_lex v1.1.0
1712026-09-16T23:17:19.096Z Downloaded dunce v1.0.5
1722026-09-16T23:17:19.100Z Downloaded openssl-probe v0.2.1
1732026-09-16T23:17:19.105Z Downloaded num-iter v0.1.46
1742026-09-16T23:17:19.108Z Downloaded base16ct v0.2.0
1752026-09-16T23:17:19.108Z Downloaded aws-smithy-runtime-api-macros v1.1.0
1762026-09-16T23:17:19.111Z Downloaded log v0.4.33
1772026-09-16T23:17:19.115Z Downloaded oauth2 v5.0.0
1782026-09-16T23:17:19.115Z Downloaded async-stream v0.3.6
1792026-09-16T23:17:19.118Z Downloaded lru-slab v0.1.2
1802026-09-16T23:17:19.118Z Downloaded match_cfg v0.1.0
1812026-09-16T23:17:19.118Z Downloaded progenitor-client v0.14.0
1822026-09-16T23:17:19.118Z Downloaded anstyle v1.0.14
1832026-09-16T23:17:19.118Z Downloaded bitfield v0.19.5
1842026-09-16T23:17:19.121Z Downloaded data-encoding v2.11.1
1852026-09-16T23:17:19.121Z Downloaded maybe-uninit v2.0.0
1862026-09-16T23:17:19.121Z Downloaded num_threads v0.1.7
1872026-09-16T23:17:19.125Z Downloaded lock_api v0.4.14
1882026-09-16T23:17:19.128Z Downloaded cfg_aliases v0.2.2
1892026-09-16T23:17:19.129Z Downloaded async-recursion v1.1.1
1902026-09-16T23:17:19.129Z Downloaded nodrop v0.1.14
1912026-09-16T23:17:19.132Z Downloaded outref v0.5.2
1922026-09-16T23:17:19.132Z Downloaded packed_struct_codegen v0.10.1
1932026-09-16T23:17:19.132Z Downloaded digest v0.10.7
1942026-09-16T23:17:19.136Z Downloaded base64-simd v0.8.0
1952026-09-16T23:17:19.136Z Downloaded anstyle-query v1.1.5
1962026-09-16T23:17:19.136Z Downloaded array-init v0.0.4
1972026-09-16T23:17:19.136Z Downloaded block-buffer v0.10.4
1982026-09-16T23:17:19.136Z Downloaded pkg-config v0.3.33
1992026-09-16T23:17:19.140Z Downloaded pin-utils v0.1.0
2002026-09-16T23:17:19.140Z Downloaded crypto-common v0.1.7
2012026-09-16T23:17:19.143Z Downloaded rand_pcg v0.10.2
2022026-09-16T23:17:19.143Z Downloaded rsa v0.9.10
2032026-09-16T23:17:19.143Z Downloaded newtype-uuid v1.4.0
2042026-09-16T23:17:19.147Z Downloaded oxnet v0.1.6
2052026-09-16T23:17:19.147Z Downloaded paste v1.0.15
2062026-09-16T23:17:19.147Z Downloaded aws-smithy-async v1.3.0
2072026-09-16T23:17:19.150Z Downloaded byteorder v1.5.0
2082026-09-16T23:17:19.150Z Downloaded async-trait v0.1.92
2092026-09-16T23:17:19.150Z Downloaded bitflags v1.3.2
2102026-09-16T23:17:19.153Z Downloaded oauth2-reqwest v0.1.0-alpha.3
2112026-09-16T23:17:19.153Z Downloaded base64ct v1.8.3
2122026-09-16T23:17:19.153Z Downloaded cfg-if v1.0.4
2132026-09-16T23:17:19.157Z Downloaded nibble_vec v0.1.0
2142026-09-16T23:17:19.157Z Downloaded omicron-workspace-hack v0.1.0
2152026-09-16T23:17:19.157Z Downloaded memmap2 v0.9.11
2162026-09-16T23:17:19.162Z Downloaded powerfmt v0.2.0
2172026-09-16T23:17:19.165Z Downloaded compression-core v0.4.32
2182026-09-16T23:17:19.169Z Downloaded progenitor-macro v0.14.0
2192026-09-16T23:17:19.173Z Downloaded chacha20 v0.10.1
2202026-09-16T23:17:19.173Z Downloaded aws-credential-types v1.3.0
2212026-09-16T23:17:19.173Z Downloaded anstyle-parse v1.0.0
2222026-09-16T23:17:19.176Z Downloaded autocfg v1.5.1
2232026-09-16T23:17:19.176Z Downloaded bs58 v0.5.1
2242026-09-16T23:17:19.176Z Downloaded crossbeam-utils v0.8.22
2252026-09-16T23:17:19.179Z Downloaded darling v0.23.0
2262026-09-16T23:17:19.183Z Downloaded rand_chacha v0.3.1
2272026-09-16T23:17:19.183Z Downloaded ciborium-io v0.2.2
2282026-09-16T23:17:19.183Z Downloaded ciborium-ll v0.2.2
2292026-09-16T23:17:19.183Z Downloaded natord v1.0.9
2302026-09-16T23:17:19.186Z Downloaded cobs v0.3.0
2312026-09-16T23:17:19.186Z Downloaded crypto-common v0.2.2
2322026-09-16T23:17:19.186Z Downloaded rfc6979 v0.4.0
2332026-09-16T23:17:19.190Z Downloaded ref-cast-impl v1.0.26
2342026-09-16T23:17:19.190Z Downloaded debug-ignore v1.0.5
2352026-09-16T23:17:19.193Z Downloaded cpufeatures v0.3.0
2362026-09-16T23:17:19.196Z Downloaded miette-derive v7.6.0
2372026-09-16T23:17:19.196Z Downloaded num-conv v0.2.2
2382026-09-16T23:17:19.196Z Downloaded owo-colors v4.3.0
2392026-09-16T23:17:19.196Z Downloaded rlimit v0.10.2
2402026-09-16T23:17:19.200Z Downloaded pin-project-lite v0.2.17
2412026-09-16T23:17:19.203Z Downloaded cpufeatures v0.2.17
2422026-09-16T23:17:19.203Z Downloaded darling_macro v0.23.0
2432026-09-16T23:17:19.203Z Downloaded utf-8 v0.7.6
2442026-09-16T23:17:19.203Z Downloaded zerofrom-derive v0.1.7
2452026-09-16T23:17:19.203Z Downloaded unit-prefix v0.5.2
2462026-09-16T23:17:19.207Z Downloaded curve25519-dalek-derive v0.1.1
2472026-09-16T23:17:19.207Z Downloaded tower-layer v0.3.3
2482026-09-16T23:17:19.207Z Downloaded clap-num v1.2.0
2492026-09-16T23:17:19.207Z Downloaded ref-cast v1.0.26
2502026-09-16T23:17:19.210Z Downloaded yoke-derive v0.8.2
2512026-09-16T23:17:19.213Z Downloaded bytesize v2.7.0
2522026-09-16T23:17:19.213Z Downloaded ciborium v0.2.2
2532026-09-16T23:17:19.217Z Downloaded percent-encoding v2.3.2
2542026-09-16T23:17:19.217Z Downloaded potential_utf v0.1.5
2552026-09-16T23:17:19.217Z Downloaded defmt v1.1.1
2562026-09-16T23:17:19.220Z Downloaded arrayvec v0.7.8
2572026-09-16T23:17:19.220Z Downloaded addr2line v0.25.1
2582026-09-16T23:17:19.223Z Downloaded aws-types v1.5.0
2592026-09-16T23:17:19.223Z Downloaded rustc-hash v2.1.3
2602026-09-16T23:17:19.223Z Downloaded defmt-macros v1.1.1
2612026-09-16T23:17:19.223Z Downloaded proc-macro-error-attr2 v2.0.0
2622026-09-16T23:17:19.227Z Downloaded daft v0.1.8
2632026-09-16T23:17:19.230Z Downloaded daft-derive v0.1.8
2642026-09-16T23:17:19.230Z Downloaded errno v0.3.14
2652026-09-16T23:17:19.233Z Downloaded bytes-utils v0.1.4
2662026-09-16T23:17:19.234Z Downloaded compression-codecs v0.4.38
2672026-09-16T23:17:19.234Z Downloaded http-body v0.4.6
2682026-09-16T23:17:19.237Z Downloaded http-body v1.1.0
2692026-09-16T23:17:19.237Z Downloaded endian-type v0.2.0
2702026-09-16T23:17:19.237Z Downloaded is_terminal_polyfill v1.70.2
2712026-09-16T23:17:19.240Z Downloaded hex v0.4.3
2722026-09-16T23:17:19.240Z Downloaded futures-core v0.3.33
2732026-09-16T23:17:19.240Z Downloaded idna_adapter v1.2.2
2742026-09-16T23:17:19.240Z Downloaded scopeguard v1.2.0
2752026-09-16T23:17:19.244Z Downloaded rand_core v0.9.5
2762026-09-16T23:17:19.247Z Downloaded base64 v0.22.1
2772026-09-16T23:17:19.250Z Downloaded ppv-lite86 v0.2.21
2782026-09-16T23:17:19.250Z Downloaded multer v3.1.0
2792026-09-16T23:17:19.250Z Downloaded packed_struct v0.10.1
2802026-09-16T23:17:19.254Z Downloaded constant_time_eq v0.4.2
2812026-09-16T23:17:19.255Z Downloaded defmt-parser v1.0.0
2822026-09-16T23:17:19.255Z Downloaded colorchoice v1.0.5
2832026-09-16T23:17:19.255Z Downloaded pkcs8 v0.10.2
2842026-09-16T23:17:19.258Z Downloaded proc-macro-error2 v2.0.1
2852026-09-16T23:17:19.258Z Downloaded cmake v0.1.58
2862026-09-16T23:17:19.258Z Downloaded displaydoc v0.2.7
2872026-09-16T23:17:19.258Z Downloaded num-integer v0.1.46
2882026-09-16T23:17:19.261Z Downloaded home v0.5.12
2892026-09-16T23:17:19.262Z Downloaded pem-rfc7468 v0.7.0
2902026-09-16T23:17:19.262Z Downloaded serde_spanned v0.6.9
2912026-09-16T23:17:19.262Z Downloaded slog-bunyan v2.5.0
2922026-09-16T23:17:19.262Z Downloaded sha1 v0.11.0
2932026-09-16T23:17:19.262Z Downloaded block-buffer v0.12.1
2942026-09-16T23:17:19.265Z Downloaded cipher v0.4.4
2952026-09-16T23:17:19.265Z Downloaded corncobs v0.1.4
2962026-09-16T23:17:19.265Z Downloaded der_derive v0.7.3
2972026-09-16T23:17:19.265Z Downloaded mime v0.3.17
2982026-09-16T23:17:19.265Z Downloaded quinn-udp v0.5.15
2992026-09-16T23:17:19.269Z Downloaded rand_chacha v0.9.0
3002026-09-16T23:17:19.269Z Downloaded deranged v0.5.8
3012026-09-16T23:17:19.272Z Downloaded serde_spanned v1.1.1
3022026-09-16T23:17:19.272Z Downloaded parking_lot v0.12.5
3032026-09-16T23:17:19.276Z Downloaded signature v2.2.0
3042026-09-16T23:17:19.279Z Downloaded sponge-cursor v0.1.0
3052026-09-16T23:17:19.279Z Downloaded strum v0.26.3
3062026-09-16T23:17:19.282Z Downloaded supports-hyperlinks v3.2.0
3072026-09-16T23:17:19.283Z Downloaded time-core v0.1.9
3082026-09-16T23:17:19.283Z Downloaded radium v0.7.0
3092026-09-16T23:17:19.286Z Downloaded ecdsa v0.16.9
3102026-09-16T23:17:19.289Z Downloaded camino v1.2.5
3112026-09-16T23:17:19.289Z Downloaded const-oid v0.9.6
3122026-09-16T23:17:19.289Z Downloaded crc-any v2.5.1
3132026-09-16T23:17:19.293Z Downloaded digest v0.11.3
3142026-09-16T23:17:19.293Z Downloaded progenitor v0.14.0
3152026-09-16T23:17:19.293Z Downloaded rand_core v0.6.4
3162026-09-16T23:17:19.293Z Downloaded rustc-demangle v0.1.28
3172026-09-16T23:17:19.296Z Downloaded rustc_version v0.4.1
3182026-09-16T23:17:19.296Z Downloaded clap_derive v4.6.4
3192026-09-16T23:17:19.296Z Downloaded console v0.16.4
3202026-09-16T23:17:19.299Z Downloaded rand_core v0.10.1
3212026-09-16T23:17:19.299Z Downloaded untrusted v0.9.0
3222026-09-16T23:17:19.299Z Downloaded utf8_iter v1.0.4
3232026-09-16T23:17:19.299Z Downloaded anyhow v1.0.104
3242026-09-16T23:17:19.304Z Downloaded secrecy v0.8.0
3252026-09-16T23:17:19.307Z Downloaded ipnet v2.12.1
3262026-09-16T23:17:19.307Z Downloaded zerofrom v0.1.8
3272026-09-16T23:17:19.307Z Downloaded futures-io v0.3.33
3282026-09-16T23:17:19.307Z Downloaded erased-serde v0.3.31
3292026-09-16T23:17:19.308Z Downloaded fastrand v2.5.0
3302026-09-16T23:17:19.311Z Downloaded http-body-util v0.1.4
3312026-09-16T23:17:19.311Z Downloaded heck v0.5.0
3322026-09-16T23:17:19.311Z Downloaded xdg v3.0.0
3332026-09-16T23:17:19.311Z Downloaded dyn-clone v1.0.20
3342026-09-16T23:17:19.315Z Downloaded aws-smithy-runtime-api v1.14.0
3352026-09-16T23:17:19.315Z Downloaded http-range-header v0.4.2
3362026-09-16T23:17:19.318Z Downloaded hash32 v0.2.1
3372026-09-16T23:17:19.318Z Downloaded crc32fast v1.5.0
3382026-09-16T23:17:19.318Z Downloaded itoa v1.0.18
3392026-09-16T23:17:19.323Z Downloaded once_cell v1.21.4
3402026-09-16T23:17:19.326Z Downloaded serde-big-array v0.5.1
3412026-09-16T23:17:19.326Z Downloaded rustls-native-certs v0.8.4
3422026-09-16T23:17:19.329Z Downloaded rustversion v1.0.23
3432026-09-16T23:17:19.329Z Downloaded sec1 v0.7.3
3442026-09-16T23:17:19.329Z Downloaded pkcs1 v0.7.5
3452026-09-16T23:17:19.333Z Downloaded postcard v1.1.3
3462026-09-16T23:17:19.338Z Downloaded sha2 v0.10.9
3472026-09-16T23:17:19.341Z Downloaded slog-async v2.8.0
3482026-09-16T23:17:19.341Z Downloaded tinystr v0.8.3
3492026-09-16T23:17:19.344Z Downloaded rustls-pemfile v2.2.0
3502026-09-16T23:17:19.344Z Downloaded stable_deref_trait v1.2.1
3512026-09-16T23:17:19.348Z Downloaded tokio-macros v2.7.2
3522026-09-16T23:17:19.348Z Downloaded aws-smithy-schema v0.2.0
3532026-09-16T23:17:19.351Z Downloaded bitflags v2.13.1
3542026-09-16T23:17:19.351Z Downloaded const-oid v0.10.2
3552026-09-16T23:17:19.354Z Downloaded dropshot_endpoint v0.17.1
3562026-09-16T23:17:19.354Z Downloaded thiserror-impl v1.0.69
3572026-09-16T23:17:19.355Z Downloaded parking_lot_core v0.9.12
3582026-09-16T23:17:19.355Z Downloaded tap v1.0.1
3592026-09-16T23:17:19.358Z Downloaded ahash v0.8.12
3602026-09-16T23:17:19.358Z Downloaded spki v0.7.3
3612026-09-16T23:17:19.361Z Downloaded thread_local v1.1.10
3622026-09-16T23:17:19.364Z Downloaded unicode-linebreak v0.1.5
3632026-09-16T23:17:19.364Z Downloaded funty v2.0.0
3642026-09-16T23:17:19.364Z Downloaded futures-task v0.3.33
3652026-09-16T23:17:19.365Z Downloaded utf8parse v0.2.2
3662026-09-16T23:17:19.368Z Downloaded equivalent v1.0.2
3672026-09-16T23:17:19.368Z Downloaded waitgroup v0.1.2
3682026-09-16T23:17:19.368Z Downloaded want v0.3.1
3692026-09-16T23:17:19.368Z Downloaded der v0.7.10
3702026-09-16T23:17:19.371Z Downloaded hubpack v0.1.2
3712026-09-16T23:17:19.371Z Downloaded hubpack_derive v0.1.1
3722026-09-16T23:17:19.371Z Downloaded zerovec-derive v0.11.3
3732026-09-16T23:17:19.371Z Downloaded futures-channel v0.3.33
3742026-09-16T23:17:19.375Z Downloaded knus-derive v3.4.0
3752026-09-16T23:17:19.375Z Downloaded primeorder v0.13.6
3762026-09-16T23:17:19.379Z Downloaded toml_writer v1.1.2+spec-1.1.0
3772026-09-16T23:17:19.382Z Downloaded rustls-pki-types v1.15.1
3782026-09-16T23:17:19.386Z Downloaded quote v1.0.47
3792026-09-16T23:17:19.390Z Downloaded ed25519 v2.2.3
3802026-09-16T23:17:19.394Z Downloaded jobserver v0.1.35
3812026-09-16T23:17:19.394Z Downloaded hyper-rustls v0.27.9
3822026-09-16T23:17:19.394Z Downloaded foldhash v0.2.0
3832026-09-16T23:17:19.398Z Downloaded try-lock v0.2.5
3842026-09-16T23:17:19.398Z Downloaded futures-macro v0.3.33
3852026-09-16T23:17:19.442Z Downloaded supports-color v3.0.2
3862026-09-16T23:17:19.442Z Downloaded hostname v0.4.2
3872026-09-16T23:17:19.442Z Downloaded supports-unicode v3.0.0
3882026-09-16T23:17:19.442Z Downloaded toml_datetime v0.6.11
3892026-09-16T23:17:19.442Z Downloaded unicode-ident v1.0.24
3902026-09-16T23:17:19.442Z Downloaded clap v4.6.6
3912026-09-16T23:17:19.442Z Downloaded p256 v0.13.2
3922026-09-16T23:17:19.442Z Downloaded typify v0.6.2
3932026-09-16T23:17:19.442Z Downloaded keccak v0.2.2
3942026-09-16T23:17:19.442Z Downloaded serde-hex v0.1.0
3952026-09-16T23:17:19.442Z Downloaded tracing-core v0.1.36
3962026-09-16T23:17:19.442Z Downloaded num-traits v0.2.19
3972026-09-16T23:17:19.442Z Downloaded simd-adler32 v0.3.10
3982026-09-16T23:17:19.442Z Downloaded slog-json v2.6.1
3992026-09-16T23:17:19.442Z Downloaded termios v0.3.3
4002026-09-16T23:17:19.442Z Downloaded thiserror v1.0.69
4012026-09-16T23:17:19.442Z Downloaded tower-service v0.3.3
4022026-09-16T23:17:19.442Z Downloaded time-macros v0.2.32
4032026-09-16T23:17:19.442Z Downloaded bytes v1.12.1
4042026-09-16T23:17:19.442Z Downloaded tls_codec_derive v0.4.2
4052026-09-16T23:17:19.442Z Downloaded chumsky v0.9.3
4062026-09-16T23:17:19.442Z Downloaded shlex v1.3.0
4072026-09-16T23:17:19.442Z Downloaded tokio-fd v0.3.0
4082026-09-16T23:17:19.442Z Downloaded xdg v2.5.2
4092026-09-16T23:17:19.443Z Downloaded toml_datetime v1.1.1+spec-1.1.0
4102026-09-16T23:17:19.443Z Downloaded zeroize_derive v1.5.0
4112026-09-16T23:17:19.443Z Downloaded either v1.17.0
4122026-09-16T23:17:19.443Z Downloaded zeroize v1.9.0
4132026-09-16T23:17:19.443Z Downloaded adler2 v2.0.1
4142026-09-16T23:17:19.443Z Downloaded miniz_oxide v0.8.9
4152026-09-16T23:17:19.443Z Downloaded tracing-attributes v0.1.31
4162026-09-16T23:17:19.443Z Downloaded take_mut v0.2.2
4172026-09-16T23:17:19.443Z Downloaded httparse v1.10.1
4182026-09-16T23:17:19.443Z Downloaded ident_case v1.0.1
4192026-09-16T23:17:19.443Z Downloaded futures-executor v0.3.33
4202026-09-16T23:17:19.443Z Downloaded serde_urlencoded v0.7.1
4212026-09-16T23:17:19.447Z Downloaded env_filter v2.0.0
4222026-09-16T23:17:19.454Z Downloaded slab v0.4.12
4232026-09-16T23:17:19.461Z Downloaded proc-macro2 v1.0.107
4242026-09-16T23:17:19.465Z Downloaded aws-smithy-types v1.6.1
4252026-09-16T23:17:19.469Z Downloaded async-compression v0.4.43
4262026-09-16T23:17:19.469Z Downloaded rustls-platform-verifier v0.7.0
4272026-09-16T23:17:19.472Z Downloaded iana-time-zone v0.1.65
4282026-09-16T23:17:19.472Z Downloaded hostname v0.3.1
4292026-09-16T23:17:19.479Z Downloaded generic-array v0.14.7
4302026-09-16T23:17:19.479Z Downloaded toml_write v0.1.2
4312026-09-16T23:17:19.482Z Downloaded embedded-io v0.6.1
4322026-09-16T23:17:19.482Z Downloaded darling_core v0.23.0
4332026-09-16T23:17:19.482Z Downloaded is_ci v1.2.0
4342026-09-16T23:17:19.482Z Downloaded lazy_static v1.5.0
4352026-09-16T23:17:19.486Z Downloaded sha1 v0.10.7
4362026-09-16T23:17:19.486Z Downloaded fnv v1.0.7
4372026-09-16T23:17:19.486Z Downloaded flagset v0.4.7
4382026-09-16T23:17:19.486Z Downloaded ryu v1.0.23
4392026-09-16T23:17:19.489Z Downloaded schemars_derive v0.8.22
4402026-09-16T23:17:19.489Z Downloaded static_assertions v1.1.0
4412026-09-16T23:17:19.489Z Downloaded ipnetwork v0.21.1
4422026-09-16T23:17:19.494Z Downloaded typify-macro v0.6.2
4432026-09-16T23:17:19.499Z Downloaded progenitor-impl v0.14.0
4442026-09-16T23:17:19.503Z Downloaded writeable v0.6.3
4452026-09-16T23:17:19.506Z Downloaded wyz v0.5.1
4462026-09-16T23:17:19.506Z Downloaded futures v0.3.33
4472026-09-16T23:17:19.510Z Downloaded is-terminal v0.4.17
4482026-09-16T23:17:19.510Z Downloaded embedded-io v0.4.0
4492026-09-16T23:17:19.510Z Downloaded miette v7.6.0
4502026-09-16T23:17:19.513Z Downloaded ssh-cipher v0.2.0
4512026-09-16T23:17:19.517Z Downloaded ssh-encoding v0.2.0
4522026-09-16T23:17:19.517Z Downloaded tempfile v3.27.0
4532026-09-16T23:17:19.517Z Downloaded strum_macros v0.26.4
4542026-09-16T23:17:19.520Z Downloaded inout v0.1.4
4552026-09-16T23:17:19.520Z Downloaded serde_tokenstream v0.2.3
4562026-09-16T23:17:19.520Z Downloaded futures-sink v0.3.33
4572026-09-16T23:17:19.520Z Downloaded strsim v0.11.1
4582026-09-16T23:17:19.523Z Downloaded httpdate v1.0.3
4592026-09-16T23:17:19.523Z Downloaded terminal_size v0.4.4
4602026-09-16T23:17:19.523Z Downloaded keccak v0.1.6
4612026-09-16T23:17:19.527Z Downloaded env_logger v0.11.11
4622026-09-16T23:17:19.527Z Downloaded group v0.13.0
4632026-09-16T23:17:19.530Z Downloaded backtrace v0.3.76
4642026-09-16T23:17:19.530Z Downloaded shlex v2.0.1
4652026-09-16T23:17:19.533Z Downloaded tinyvec_macros v0.1.1
4662026-09-16T23:17:19.534Z Downloaded subtle v2.6.1
4672026-09-16T23:17:19.537Z Downloaded crypto-bigint v0.5.5
4682026-09-16T23:17:19.541Z Downloaded getrandom v0.3.4
4692026-09-16T23:17:19.549Z Downloaded getrandom v0.4.3
4702026-09-16T23:17:19.552Z Downloaded elliptic-curve v0.13.8
4712026-09-16T23:17:19.555Z Downloaded serde_derive_internals v0.29.1
4722026-09-16T23:17:19.555Z Downloaded semver v1.0.28
4732026-09-16T23:17:19.555Z Downloaded smallvec v1.15.2
4742026-09-16T23:17:19.559Z Downloaded allocator-api2 v0.2.21
4752026-09-16T23:17:19.559Z Downloaded sync_wrapper v1.0.2
4762026-09-16T23:17:19.559Z Downloaded form_urlencoded v1.2.2
4772026-09-16T23:17:19.559Z Downloaded slog-term v2.9.2
4782026-09-16T23:17:19.559Z Downloaded version_check v0.9.5
4792026-09-16T23:17:19.562Z Downloaded serde_yaml v0.9.34+deprecated
4802026-09-16T23:17:19.562Z Downloaded fs_extra v1.3.0
4812026-09-16T23:17:19.566Z Downloaded spin v0.9.9
4822026-09-16T23:17:19.569Z Downloaded rand v0.8.7
4832026-09-16T23:17:19.572Z Downloaded serde_path_to_error v0.1.20
4842026-09-16T23:17:19.576Z Downloaded synstructure v0.13.2
4852026-09-16T23:17:19.579Z Downloaded icu_provider v2.2.0
4862026-09-16T23:17:19.579Z Downloaded socket2 v0.6.5
4872026-09-16T23:17:19.582Z Downloaded heapless v0.7.17
4882026-09-16T23:17:19.582Z Downloaded icu_properties v2.2.0
4892026-09-16T23:17:19.586Z Downloaded hybrid-array v0.4.14
4902026-09-16T23:17:19.586Z Downloaded signal-hook-registry v1.4.8
4912026-09-16T23:17:19.589Z Downloaded zmij v1.0.23
4922026-09-16T23:17:19.589Z Downloaded toml v0.8.23
4932026-09-16T23:17:19.593Z Downloaded smallvec v0.6.14
4942026-09-16T23:17:19.593Z Downloaded litemap v0.8.2
4952026-09-16T23:17:19.596Z Downloaded thiserror-impl v2.0.20
4962026-09-16T23:17:19.597Z Downloaded find-msvc-tools v0.1.10
4972026-09-16T23:17:19.597Z Downloaded signal-hook v0.4.4
4982026-09-16T23:17:19.602Z Downloaded tinyvec v1.12.0
4992026-09-16T23:17:19.605Z Downloaded tls_codec v0.4.2
5002026-09-16T23:17:19.605Z Downloaded rustls-webpki v0.103.13
5012026-09-16T23:17:19.605Z Downloaded serde_core v1.0.229
5022026-09-16T23:17:19.608Z Downloaded indexmap v1.9.3
5032026-09-16T23:17:19.608Z Downloaded schemars v0.8.22
5042026-09-16T23:17:19.614Z Downloaded tokio-rustls v0.26.4
5052026-09-16T23:17:19.617Z Downloaded serde_with_macros v3.22.0
5062026-09-16T23:17:19.617Z Downloaded serde_derive v1.0.229
5072026-09-16T23:17:19.620Z Downloaded url v2.5.8
5082026-09-16T23:17:19.620Z Downloaded vsimd v0.8.0
5092026-09-16T23:17:19.623Z Downloaded humantime v2.4.0
5102026-09-16T23:17:19.623Z Downloaded memchr v2.8.3
5112026-09-16T23:17:19.627Z Downloaded quinn v0.11.11
5122026-09-16T23:17:19.630Z Downloaded rand v0.9.5
5132026-09-16T23:17:19.630Z Downloaded textwrap v0.16.2
5142026-09-16T23:17:19.633Z Downloaded thiserror v2.0.20
5152026-09-16T23:17:19.637Z Downloaded toml v1.1.4+spec-1.1.0
5162026-09-16T23:17:19.637Z Downloaded yoke v0.8.3
5172026-09-16T23:17:19.641Z Downloaded cc v1.4.2
5182026-09-16T23:17:19.641Z Downloaded tokio-tungstenite v0.28.0
5192026-09-16T23:17:19.641Z Downloaded unsafe-libyaml v0.2.11
5202026-09-16T23:17:19.644Z Downloaded getrandom v0.2.17
5212026-09-16T23:17:19.648Z Downloaded half v2.7.1
5222026-09-16T23:17:19.648Z Downloaded knus v3.4.0
5232026-09-16T23:17:19.651Z Downloaded slog v2.8.2
5242026-09-16T23:17:19.651Z Downloaded hmac v0.12.1
5252026-09-16T23:17:19.651Z Downloaded ff v0.13.1
5262026-09-16T23:17:19.654Z Downloaded tungstenite v0.28.0
5272026-09-16T23:17:19.654Z Downloaded icu_normalizer v2.2.0
5282026-09-16T23:17:19.657Z Downloaded rand v0.10.2
5292026-09-16T23:17:19.661Z Downloaded x509-cert v0.2.5
5302026-09-16T23:17:19.664Z Downloaded ed25519-dalek v2.2.0
5312026-09-16T23:17:19.664Z Downloaded toml_parser v1.1.3+spec-1.1.0
5322026-09-16T23:17:19.667Z Downloaded crossbeam-channel v0.5.16
5332026-09-16T23:17:19.667Z Downloaded icu_locale_core v2.2.0
5342026-09-16T23:17:19.673Z Downloaded flate2 v1.1.9
5352026-09-16T23:17:19.681Z Downloaded term v1.2.1
5362026-09-16T23:17:19.685Z Downloaded unicode-segmentation v1.13.3
5372026-09-16T23:17:19.688Z Downloaded serde v1.0.229
5382026-09-16T23:17:19.691Z Downloaded mio v1.2.2
5392026-09-16T23:17:19.697Z Downloaded schemars v0.9.0
5402026-09-16T23:17:19.704Z Downloaded num-bigint-dig v0.8.6
5412026-09-16T23:17:19.714Z Downloaded uuid v1.24.0
5422026-09-16T23:17:19.717Z Downloaded hyper-util v0.1.20
5432026-09-16T23:17:19.720Z Downloaded zerovec v0.11.6
5442026-09-16T23:17:19.724Z Downloaded toml_edit v0.22.27
5452026-09-16T23:17:19.727Z Downloaded schemars v1.2.2
5462026-09-16T23:17:19.732Z Downloaded p521 v0.13.3
5472026-09-16T23:17:19.736Z Downloaded zerotrie v0.2.4
5482026-09-16T23:17:19.740Z Downloaded icu_normalizer_data v2.2.0
5492026-09-16T23:17:19.740Z Downloaded tower v0.5.3
5502026-09-16T23:17:19.743Z Downloaded http v0.2.12
5512026-09-16T23:17:19.747Z Downloaded indicatif v0.18.6
5522026-09-16T23:17:19.750Z Downloaded icu_collections v2.2.0
5532026-09-16T23:17:19.753Z Downloaded hashbrown v0.16.1
5542026-09-16T23:17:19.756Z Downloaded ssh-key v0.6.7
5552026-09-16T23:17:19.760Z Downloaded radix_trie v0.3.0
5562026-09-16T23:17:19.770Z Downloaded typenum v1.20.1
5572026-09-16T23:17:19.773Z Downloaded regex v1.13.1
5582026-09-16T23:17:19.776Z Downloaded reqwest v0.13.4
5592026-09-16T23:17:19.779Z Downloaded clap_builder v4.6.6
5602026-09-16T23:17:19.783Z Downloaded hashbrown v0.12.3
5612026-09-16T23:17:19.786Z Downloaded zerocopy-derive v0.8.56
5622026-09-16T23:17:19.791Z Downloaded idna v1.1.0
5632026-09-16T23:17:19.794Z Downloaded http v1.5.0
5642026-09-16T23:17:19.799Z Downloaded tokio-util v0.7.19
5652026-09-16T23:17:19.815Z Downloaded libm v0.2.16
5662026-09-16T23:17:19.824Z Downloaded indexmap v2.14.0
5672026-09-16T23:17:19.828Z Downloaded hashbrown v0.17.1
5682026-09-16T23:17:19.832Z Downloaded icu_properties_data v2.2.0
5692026-09-16T23:17:19.838Z Downloaded blake3 v1.8.6
5702026-09-16T23:17:19.843Z Downloaded portable-atomic v1.15.0
5712026-09-16T23:17:19.847Z Downloaded hkdf v0.12.4
5722026-09-16T23:17:19.851Z Downloaded p384 v0.13.1
5732026-09-16T23:17:19.854Z Downloaded winnow v1.0.4
5742026-09-16T23:17:19.858Z Downloaded tower-http v0.6.11
5752026-09-16T23:17:19.863Z Downloaded winnow v0.7.15
5762026-09-16T23:17:19.868Z Downloaded hashbrown v0.14.5
5772026-09-16T23:17:19.872Z Downloaded jiff-core v0.1.0
5782026-09-16T23:17:19.875Z Downloaded h2 v0.4.15
5792026-09-16T23:17:19.878Z Downloaded salty v0.3.0
5802026-09-16T23:17:19.882Z Downloaded aws-lc-rs v1.18.0
5812026-09-16T23:17:19.888Z Downloaded hyper v1.11.0
5822026-09-16T23:17:19.892Z Downloaded serde_json v1.0.151
5832026-09-16T23:17:19.896Z Downloaded bitvec v1.1.1
5842026-09-16T23:17:19.905Z Downloaded aho-corasick v1.1.5
5852026-09-16T23:17:19.908Z Downloaded chrono v0.4.45
5862026-09-16T23:17:19.911Z Downloaded futures-util v0.3.33
5872026-09-16T23:17:19.918Z Downloaded sha3 v0.12.0
5882026-09-16T23:17:19.921Z Downloaded serde_with v3.22.0
5892026-09-16T23:17:19.926Z Downloaded quinn-proto v0.11.16
5902026-09-16T23:17:19.930Z Downloaded curve25519-dalek v4.1.3
5912026-09-16T23:17:19.938Z Downloaded syn v1.0.109
5922026-09-16T23:17:19.944Z Downloaded gimli v0.32.3
5932026-09-16T23:17:19.948Z Downloaded syn v3.0.3
5942026-09-16T23:17:19.955Z Downloaded unicode-width v0.1.14
5952026-09-16T23:17:19.958Z Downloaded dropshot v0.17.1
5962026-09-16T23:17:19.970Z Downloaded zerocopy v0.8.56
5972026-09-16T23:17:19.984Z Downloaded unicode-width v0.2.2
5982026-09-16T23:17:19.992Z Downloaded syn v2.0.119
5992026-09-16T23:17:19.998Z Downloaded nix v0.31.3
6002026-09-16T23:17:20.005Z Downloaded time v0.3.55
6012026-09-16T23:17:20.012Z Downloaded tracing v0.1.44
6022026-09-16T23:17:20.024Z Downloaded object v0.37.3
6032026-09-16T23:17:20.031Z Downloaded typify-impl v0.6.2
6042026-09-16T23:17:20.039Z Downloaded regress v0.11.1
6052026-09-16T23:17:20.044Z Downloaded rustix v0.38.44
6062026-09-16T23:17:20.056Z Downloaded rustls v0.23.43
6072026-09-16T23:17:20.063Z Downloaded openapiv3 v2.2.0
6082026-09-16T23:17:20.069Z Downloaded regex-syntax v0.8.11
6092026-09-16T23:17:20.074Z Downloaded rustix v1.1.4
6102026-09-16T23:17:20.087Z Downloaded regex-automata v0.4.18
6112026-09-16T23:17:20.108Z Downloaded jiff v0.2.35
6122026-09-16T23:17:20.118Z Downloaded sha3 v0.10.9
6132026-09-16T23:17:20.122Z Downloaded libc v0.2.189
6142026-09-16T23:17:20.144Z Downloaded tokio v1.53.1
6152026-09-16T23:17:20.198Z Downloaded ring v0.17.14
6162026-09-16T23:17:20.223Z Downloaded encoding_rs v0.8.35
6172026-09-16T23:17:20.676Z Downloaded aws-lc-sys v0.44.0
6182026-09-16T23:17:20.933Z Compiling proc-macro2 v1.0.107
6192026-09-16T23:17:20.934Z Compiling quote v1.0.47
6202026-09-16T23:17:20.934Z Compiling unicode-ident v1.0.24
6212026-09-16T23:17:20.937Z Compiling libc v0.2.189
6222026-09-16T23:17:20.937Z Compiling cfg-if v1.0.4
6232026-09-16T23:17:20.937Z Compiling version_check v0.9.5
6242026-09-16T23:17:20.937Z Compiling serde_core v1.0.229
6252026-09-16T23:17:21.198Z Compiling serde v1.0.229
6262026-09-16T23:17:21.217Z Compiling autocfg v1.5.1
6272026-09-16T23:17:21.356Z Compiling generic-array v0.14.7
6282026-09-16T23:17:21.523Z Compiling libm v0.2.16
6292026-09-16T23:17:21.569Z Compiling typenum v1.20.1
6302026-09-16T23:17:21.598Z Compiling subtle v2.6.1
6312026-09-16T23:17:21.750Z Compiling smallvec v1.15.2
6322026-09-16T23:17:21.848Z Compiling memchr v2.8.3
6332026-09-16T23:17:21.876Z Compiling itoa v1.0.18
6342026-09-16T23:17:22.001Z Compiling errno v0.3.14
6352026-09-16T23:17:22.087Z Compiling bytes v1.12.1
6362026-09-16T23:17:22.180Z Compiling const-oid v0.9.6
6372026-09-16T23:17:22.300Z Compiling syn v2.0.119
6382026-09-16T23:17:22.357Z Compiling syn v3.0.3
6392026-09-16T23:17:22.426Z Compiling scopeguard v1.2.0
6402026-09-16T23:17:22.533Z Compiling lock_api v0.4.14
6412026-09-16T23:17:22.782Z Compiling pin-project-lite v0.2.17
6422026-09-16T23:17:22.882Z Compiling thiserror v2.0.20
6432026-09-16T23:17:22.951Z Compiling zmij v1.0.23
6442026-09-16T23:17:22.986Z Compiling parking_lot_core v0.9.12
6452026-09-16T23:17:23.038Z Compiling zeroize v1.9.0
6462026-09-16T23:17:23.216Z Compiling signal-hook-registry v1.4.8
6472026-09-16T23:17:23.254Z Compiling num-traits v0.2.19
6482026-09-16T23:17:23.267Z Compiling futures-core v0.3.33
6492026-09-16T23:17:23.364Z Compiling serde_json v1.0.151
6502026-09-16T23:17:23.618Z Compiling socket2 v0.6.5
6512026-09-16T23:17:23.659Z Compiling semver v1.0.28
6522026-09-16T23:17:23.673Z Compiling parking_lot v0.12.5
6532026-09-16T23:17:23.764Z Compiling mio v1.2.2
6542026-09-16T23:17:23.804Z Compiling heck v0.5.0
6552026-09-16T23:17:24.019Z Compiling base64ct v1.8.3
6562026-09-16T23:17:24.385Z Compiling pem-rfc7468 v0.7.0
6572026-09-16T23:17:24.548Z Compiling futures-sink v0.3.33
6582026-09-16T23:17:24.664Z Compiling http v1.5.0
6592026-09-16T23:17:24.678Z Compiling getrandom v0.2.17
6602026-09-16T23:17:24.916Z Compiling once_cell v1.21.4
6612026-09-16T23:17:25.176Z Compiling rand_core v0.6.4
6622026-09-16T23:17:25.305Z Compiling rustc_version v0.4.1
6632026-09-16T23:17:25.426Z Compiling jobserver v0.1.35
6642026-09-16T23:17:25.508Z Compiling slab v0.4.12
6652026-09-16T23:17:25.587Z Compiling flagset v0.4.7
6662026-09-16T23:17:25.603Z Compiling serde_derive v1.0.229
6672026-09-16T23:17:25.669Z Compiling thiserror-impl v2.0.20
6682026-09-16T23:17:25.725Z Compiling tokio-macros v2.7.2
6692026-09-16T23:17:25.760Z Compiling zerocopy v0.8.56
6702026-09-16T23:17:25.892Z Compiling find-msvc-tools v0.1.10
6712026-09-16T23:17:25.966Z Compiling shlex v2.0.1
6722026-09-16T23:17:26.127Z Compiling cc v1.4.2
6732026-09-16T23:17:26.152Z Compiling futures-channel v0.3.33
6742026-09-16T23:17:26.213Z Compiling bitflags v2.13.1
6752026-09-16T23:17:26.424Z Compiling synstructure v0.13.2
6762026-09-16T23:17:26.466Z Compiling zeroize_derive v1.5.0
6772026-09-16T23:17:26.508Z Compiling der_derive v0.7.3
6782026-09-16T23:17:26.629Z Compiling tokio v1.53.1
6792026-09-16T23:17:26.670Z Compiling zerocopy-derive v0.8.56
6802026-09-16T23:17:26.937Z Compiling futures-macro v0.3.33
6812026-09-16T23:17:27.148Z Compiling futures-task v0.3.33
6822026-09-16T23:17:27.388Z Compiling stable_deref_trait v1.2.1
6832026-09-16T23:17:27.453Z Compiling futures-io v0.3.33
6842026-09-16T23:17:27.468Z Compiling log v0.4.33
6852026-09-16T23:17:27.527Z Compiling der v0.7.10
6862026-09-16T23:17:27.787Z Compiling rustversion v1.0.23
6872026-09-16T23:17:27.791Z Compiling futures-util v0.3.33
6882026-09-16T23:17:27.875Z Compiling crypto-common v0.1.7
6892026-09-16T23:17:28.015Z Compiling block-buffer v0.10.4
6902026-09-16T23:17:28.028Z Compiling getrandom v0.4.3
6912026-09-16T23:17:28.140Z Compiling digest v0.10.7
6922026-09-16T23:17:28.401Z Compiling zerofrom-derive v0.1.7
6932026-09-16T23:17:28.720Z Compiling spki v0.7.3
6942026-09-16T23:17:29.137Z Compiling cpufeatures v0.2.17
6952026-09-16T23:17:29.182Z Compiling schemars v0.8.22
6962026-09-16T23:17:29.216Z Compiling equivalent v1.0.2
6972026-09-16T23:17:29.628Z Compiling zerofrom v0.1.8
6982026-09-16T23:17:29.766Z Compiling yoke-derive v0.8.2
6992026-09-16T23:17:30.052Z Compiling serde_derive_internals v0.29.1
7002026-09-16T23:17:30.436Z Compiling cmake v0.1.58
7012026-09-16T23:17:30.535Z Compiling allocator-api2 v0.2.21
7022026-09-16T23:17:30.595Z Compiling fs_extra v1.3.0
7032026-09-16T23:17:30.775Z Compiling dunce v1.0.5
7042026-09-16T23:17:30.800Z Compiling schemars_derive v0.8.22
7052026-09-16T23:17:30.851Z Compiling fnv v1.0.7
7062026-09-16T23:17:30.864Z Compiling yoke v0.8.3
7072026-09-16T23:17:30.888Z Compiling pkg-config v0.3.33
7082026-09-16T23:17:30.953Z Compiling pkcs8 v0.10.2
7092026-09-16T23:17:31.064Z Compiling zerovec-derive v0.11.3
7102026-09-16T23:17:31.325Z Compiling aws-lc-sys v0.44.0
7112026-09-16T23:17:31.379Z Compiling http-body v1.1.0
7122026-09-16T23:17:31.545Z Compiling iana-time-zone v0.1.65
7132026-09-16T23:17:31.692Z Compiling chrono v0.4.45
7142026-09-16T23:17:31.848Z Compiling tracing-attributes v0.1.31
7152026-09-16T23:17:32.001Z Compiling displaydoc v0.2.7
7162026-09-16T23:17:32.021Z Compiling tracing-core v0.1.36
7172026-09-16T23:17:32.193Z Compiling zerovec v0.11.6
7182026-09-16T23:17:32.793Z Compiling hashbrown v0.17.1
7192026-09-16T23:17:32.806Z Compiling rustix v1.1.4
7202026-09-16T23:17:33.094Z Compiling tracing v0.1.44
7212026-09-16T23:17:33.154Z Compiling sha2 v0.10.9
7222026-09-16T23:17:33.377Z Compiling indexmap v2.14.0
7232026-09-16T23:17:33.437Z Compiling curve25519-dalek v4.1.3
7242026-09-16T23:17:33.540Z Compiling aws-lc-rs v1.18.0
7252026-09-16T23:17:33.653Z Compiling httparse v1.10.1
7262026-09-16T23:17:34.070Z Compiling slog v2.8.2
7272026-09-16T23:17:34.201Z Compiling rustls-pki-types v1.15.1
7282026-09-16T23:17:34.214Z Compiling num-conv v0.2.2
7292026-09-16T23:17:34.351Z Compiling time-core v0.1.9
7302026-09-16T23:17:34.544Z Compiling time-macros v0.2.32
7312026-09-16T23:17:35.062Z Compiling tinystr v0.8.3
7322026-09-16T23:17:35.176Z Compiling ppv-lite86 v0.2.21
7332026-09-16T23:17:35.189Z Compiling uuid v1.24.0
7342026-09-16T23:17:35.279Z Compiling erased-serde v0.3.31
7352026-09-16T23:17:35.509Z Compiling hmac v0.12.1
7362026-09-16T23:17:35.663Z Compiling signature v2.2.0
7372026-09-16T23:17:35.744Z Compiling curve25519-dalek-derive v0.1.1
7382026-09-16T23:17:35.772Z Compiling litemap v0.8.2
7392026-09-16T23:17:35.973Z Compiling num_threads v0.1.7
7402026-09-16T23:17:36.065Z Compiling writeable v0.6.3
7412026-09-16T23:17:36.104Z Compiling utf8parse v0.2.2
7422026-09-16T23:17:36.182Z Compiling powerfmt v0.2.0
7432026-09-16T23:17:36.213Z Compiling percent-encoding v2.3.2
7442026-09-16T23:17:36.307Z Compiling strsim v0.11.1
7452026-09-16T23:17:36.321Z Compiling ryu v1.0.23
7462026-09-16T23:17:36.419Z Compiling deranged v0.5.8
7472026-09-16T23:17:36.440Z Compiling icu_locale_core v2.2.0
7482026-09-16T23:17:36.589Z Compiling zerotrie v0.2.4
7492026-09-16T23:17:36.609Z Compiling potential_utf v0.1.5
7502026-09-16T23:17:36.796Z Compiling http-body-util v0.1.4
7512026-09-16T23:17:37.028Z Compiling clap_derive v4.6.4
7522026-09-16T23:17:37.041Z Compiling ff v0.13.1
7532026-09-16T23:17:37.133Z Compiling untrusted v0.9.0
7542026-09-16T23:17:37.193Z Compiling rustls v0.23.43
7552026-09-16T23:17:37.206Z Compiling icu_normalizer_data v2.2.0
7562026-09-16T23:17:37.263Z Compiling utf8_iter v1.0.4
7572026-09-16T23:17:37.427Z Compiling time v0.3.55
7582026-09-16T23:17:37.431Z Compiling syn v1.0.109
7592026-09-16T23:17:37.453Z Compiling dyn-clone v1.0.20
7602026-09-16T23:17:37.483Z Compiling base16ct v0.2.0
7612026-09-16T23:17:37.597Z Compiling icu_properties_data v2.2.0
7622026-09-16T23:17:37.720Z Compiling sec1 v0.7.3
7632026-09-16T23:17:37.883Z Compiling icu_collections v2.2.0
7642026-09-16T23:17:38.509Z Compiling icu_provider v2.2.0
7652026-09-16T23:17:38.603Z Compiling group v0.13.0
7662026-09-16T23:17:38.807Z Compiling anstyle-parse v1.0.0
7672026-09-16T23:17:38.934Z Compiling hkdf v0.12.4
7682026-09-16T23:17:39.028Z Compiling crypto-bigint v0.5.5
7692026-09-16T23:17:39.106Z Compiling colorchoice v1.0.5
7702026-09-16T23:17:39.110Z Compiling is_terminal_polyfill v1.70.2
7712026-09-16T23:17:39.132Z Compiling atomic-waker v1.1.2
7722026-09-16T23:17:39.218Z Compiling anstyle-query v1.1.5
7732026-09-16T23:17:39.231Z Compiling anstyle v1.0.14
7742026-09-16T23:17:39.406Z Compiling anstream v1.0.0
7752026-09-16T23:17:39.636Z Compiling form_urlencoded v1.2.2
7762026-09-16T23:17:39.902Z Compiling serde_tokenstream v0.2.3
7772026-09-16T23:17:39.915Z Compiling tokio-util v0.7.19
7782026-09-16T23:17:40.187Z Compiling elliptic-curve v0.13.8
7792026-09-16T23:17:40.337Z Compiling num-integer v0.1.46
7802026-09-16T23:17:40.402Z Compiling spin v0.9.9
7812026-09-16T23:17:40.587Z Compiling foldhash v0.2.0
7822026-09-16T23:17:40.703Z Compiling tower-layer v0.3.3
7832026-09-16T23:17:40.747Z Compiling try-lock v0.2.5
7842026-09-16T23:17:40.831Z Compiling object v0.37.3
7852026-09-16T23:17:40.866Z Compiling tower-service v0.3.3
7862026-09-16T23:17:40.900Z Compiling base64 v0.22.1
7872026-09-16T23:17:40.946Z Compiling want v0.3.1
7882026-09-16T23:17:40.963Z Compiling hashbrown v0.16.1
7892026-09-16T23:17:41.007Z Compiling h2 v0.4.15
7902026-09-16T23:17:41.126Z Compiling icu_properties v2.2.0
7912026-09-16T23:17:41.181Z Compiling icu_normalizer v2.2.0
7922026-09-16T23:17:41.382Z Compiling rfc6979 v0.4.0
7932026-09-16T23:17:41.525Z Compiling terminal_size v0.4.4
7942026-09-16T23:17:41.834Z Compiling ahash v0.8.12
7952026-09-16T23:17:42.274Z Compiling clap_lex v1.1.0
7962026-09-16T23:17:42.359Z Compiling adler2 v2.0.1
7972026-09-16T23:17:42.404Z Compiling httpdate v1.0.3
7982026-09-16T23:17:42.469Z Compiling getrandom v0.3.4
7992026-09-16T23:17:42.486Z Compiling gimli v0.32.3
8002026-09-16T23:17:42.857Z Compiling miniz_oxide v0.8.9
8012026-09-16T23:17:43.064Z Compiling clap_builder v4.6.6
8022026-09-16T23:17:43.183Z Compiling idna_adapter v1.2.2
8032026-09-16T23:17:43.331Z Compiling ecdsa v0.16.9
8042026-09-16T23:17:43.374Z Compiling regress v0.11.1
8052026-09-16T23:17:43.604Z Compiling hyper v1.11.0
8062026-09-16T23:17:43.979Z Compiling primeorder v0.13.6
8072026-09-16T23:17:44.240Z Compiling addr2line v0.25.1
8082026-09-16T23:17:44.565Z Compiling rand_chacha v0.3.1
8092026-09-16T23:17:45.222Z Compiling hybrid-array v0.4.14
8102026-09-16T23:17:45.720Z Compiling ident_case v1.0.1
8112026-09-16T23:17:45.816Z Compiling rustc-demangle v0.1.28
8122026-09-16T23:17:45.842Z Compiling ipnet v2.12.1
8132026-09-16T23:17:45.959Z Compiling owo-colors v4.3.0
8142026-09-16T23:17:46.396Z Compiling typify-impl v0.6.2
8152026-09-16T23:17:46.669Z Compiling backtrace v0.3.76
8162026-09-16T23:17:47.025Z Compiling hyper-util v0.1.20
8172026-09-16T23:17:47.105Z Compiling darling_core v0.23.0
8182026-09-16T23:17:47.781Z Compiling clap v4.6.6
8192026-09-16T23:17:48.282Z Compiling rand v0.8.7
8202026-09-16T23:17:48.379Z Compiling idna v1.1.0
8212026-09-16T23:17:49.285Z Compiling ed25519 v2.2.3
8222026-09-16T23:17:49.567Z Compiling http v0.2.12
8232026-09-16T23:17:49.949Z Compiling x509-cert v0.2.5
8242026-09-16T23:17:50.061Z Compiling proc-macro-error-attr2 v2.0.0
8252026-09-16T23:17:50.428Z Compiling encoding_rs v0.8.35
8262026-09-16T23:17:50.491Z Compiling thiserror v1.0.69
8272026-09-16T23:17:50.593Z Compiling vsimd v0.8.0
8282026-09-16T23:17:50.609Z Compiling hex v0.4.3
8292026-09-16T23:17:50.834Z Compiling mime v0.3.17
8302026-09-16T23:17:50.892Z Compiling is_ci v1.2.0
8312026-09-16T23:17:51.008Z Compiling unicode-width v0.2.2
8322026-09-16T23:17:51.021Z Compiling either v1.17.0
8332026-09-16T23:17:51.292Z Compiling num-bigint-dig v0.8.6
8342026-09-16T23:17:51.422Z Compiling paste v1.0.15
8352026-09-16T23:17:51.435Z Compiling unicode-linebreak v0.1.5
8362026-09-16T23:17:51.488Z Compiling outref v0.5.2
8372026-09-16T23:17:51.664Z Compiling anyhow v1.0.104
8382026-09-16T23:17:51.779Z Compiling textwrap v0.16.2
8392026-09-16T23:17:51.988Z Compiling base64-simd v0.8.0
8402026-09-16T23:17:52.048Z Compiling bytes-utils v0.1.4
8412026-09-16T23:17:52.119Z Compiling supports-color v3.0.2
8422026-09-16T23:17:52.369Z Compiling lazy_static v1.5.0
8432026-09-16T23:17:52.455Z Compiling proc-macro-error2 v2.0.1
8442026-09-16T23:17:52.474Z Compiling http-body v0.4.6
8452026-09-16T23:17:52.474Z Compiling num-iter v0.1.46
8462026-09-16T23:17:52.596Z Compiling typify-macro v0.6.2
8472026-09-16T23:17:52.725Z Compiling ed25519-dalek v2.2.0
8482026-09-16T23:17:52.726Z Compiling darling_macro v0.23.0
8492026-09-16T23:17:53.203Z Compiling rand_core v0.9.5
8502026-09-16T23:17:53.349Z Compiling url v2.5.8
8512026-09-16T23:17:53.825Z Compiling hashbrown v0.14.5
8522026-09-16T23:17:54.089Z Compiling backtrace-ext v0.2.1
8532026-09-16T23:17:54.329Z Compiling crypto-common v0.2.2
8542026-09-16T23:17:54.343Z Compiling block-buffer v0.12.1
8552026-09-16T23:17:54.495Z Compiling serde_urlencoded v0.7.1
8562026-09-16T23:17:54.592Z Compiling inout v0.1.4
8572026-09-16T23:17:54.706Z Compiling thiserror-impl v1.0.69
8582026-09-16T23:17:54.741Z Compiling miette-derive v7.6.0
8592026-09-16T23:17:54.785Z Compiling sync_wrapper v1.0.2
8602026-09-16T23:17:54.839Z Compiling supports-hyperlinks v3.2.0
8612026-09-16T23:17:54.892Z Compiling openssl-probe v0.2.1
8622026-09-16T23:17:54.939Z Compiling supports-unicode v3.0.0
8632026-09-16T23:17:55.077Z Compiling pin-utils v0.1.0
8642026-09-16T23:17:55.140Z Compiling crossbeam-utils v0.8.22
8652026-09-16T23:17:55.153Z Compiling const-oid v0.10.2
8662026-09-16T23:17:55.424Z Compiling camino v1.2.5
8672026-09-16T23:17:55.462Z Compiling radium v0.7.0
8682026-09-16T23:17:55.628Z Compiling unicode-width v0.1.14
8692026-09-16T23:17:55.774Z Compiling crc32fast v1.5.0
8702026-09-16T23:17:55.825Z Compiling fastrand v2.5.0
8712026-09-16T23:17:55.889Z Compiling miette v7.6.0
8722026-09-16T23:17:56.054Z Compiling tempfile v3.27.0
8732026-09-16T23:17:56.473Z Compiling digest v0.11.3
8742026-09-16T23:17:56.663Z Compiling aws-smithy-types v1.6.1
8752026-09-16T23:17:56.676Z Compiling rustls-native-certs v0.8.4
8762026-09-16T23:17:56.873Z Compiling tower v0.5.3
8772026-09-16T23:17:56.950Z Compiling cipher v0.4.4
8782026-09-16T23:17:57.460Z Compiling chumsky v0.9.3
8792026-09-16T23:17:57.476Z Compiling rand_chacha v0.9.0
8802026-09-16T23:17:57.545Z Compiling darling v0.23.0
8812026-09-16T23:17:57.621Z Compiling knus-derive v3.4.0
8822026-09-16T23:17:58.292Z Compiling pkcs1 v0.7.5
8832026-09-16T23:17:58.369Z Compiling ssh-encoding v0.2.0
8842026-09-16T23:17:58.414Z Compiling half v2.7.1
8852026-09-16T23:17:58.427Z Compiling aws-smithy-async v1.3.0
8862026-09-16T23:17:58.629Z Compiling aws-smithy-runtime-api-macros v1.1.0
8872026-09-16T23:17:58.642Z Compiling aho-corasick v1.1.5
8882026-09-16T23:17:58.689Z Compiling cpufeatures v0.3.0
8892026-09-16T23:17:58.774Z Compiling regex-syntax v0.8.11
8902026-09-16T23:17:58.778Z Compiling omicron-workspace-hack v0.1.0
8912026-09-16T23:17:58.937Z Compiling keccak v0.1.6
8922026-09-16T23:17:59.062Z Compiling tap v1.0.1
8932026-09-16T23:17:59.138Z Compiling ciborium-io v0.2.2
8942026-09-16T23:17:59.178Z Compiling maybe-uninit v2.0.0
8952026-09-16T23:17:59.233Z Compiling byteorder v1.5.0
8962026-09-16T23:17:59.233Z Compiling simd-adler32 v0.3.10
8972026-09-16T23:17:59.490Z Compiling ipnetwork v0.21.1
8982026-09-16T23:17:59.516Z Compiling knus v3.4.0
8992026-09-16T23:17:59.932Z Compiling oxnet v0.1.6
9002026-09-16T23:17:59.980Z Compiling ciborium-ll v0.2.2
9012026-09-16T23:18:00.077Z Compiling aws-smithy-runtime-api v1.14.0
9022026-09-16T23:18:00.092Z Compiling wyz v0.5.1
9032026-09-16T23:18:00.236Z Compiling sha3 v0.10.9
9042026-09-16T23:18:00.298Z Compiling regex-automata v0.4.18
9052026-09-16T23:18:00.363Z Compiling ssh-cipher v0.2.0
9062026-09-16T23:18:00.494Z Compiling rsa v0.9.10
9072026-09-16T23:18:00.809Z Compiling p384 v0.13.1
9082026-09-16T23:18:00.883Z Compiling rand v0.9.5
9092026-09-16T23:18:00.970Z Compiling serde_with_macros v3.22.0
9102026-09-16T23:18:01.148Z Compiling tower-http v0.6.11
9112026-09-16T23:18:02.405Z Compiling p256 v0.13.2
9122026-09-16T23:18:02.554Z Compiling hubpack_derive v0.1.1
9132026-09-16T23:18:02.616Z Compiling sha1 v0.10.7
9142026-09-16T23:18:02.824Z Compiling newtype-uuid v1.4.0
9152026-09-16T23:18:02.931Z Compiling openapiv3 v2.2.0
9162026-09-16T23:18:03.081Z Compiling strum_macros v0.26.4
9172026-09-16T23:18:03.325Z Compiling env_filter v2.0.0
9182026-09-16T23:18:03.596Z Compiling daft-derive v0.1.8
9192026-09-16T23:18:04.040Z Compiling heapless v0.7.17
9202026-09-16T23:18:04.351Z Compiling serde_path_to_error v0.1.20
9212026-09-16T23:18:04.520Z Compiling thread_local v1.1.10
9222026-09-16T23:18:04.822Z Compiling rlimit v0.10.2
9232026-09-16T23:18:05.258Z Compiling salty v0.3.0
9242026-09-16T23:18:05.681Z Compiling data-encoding v2.11.1
9252026-09-16T23:18:05.696Z Compiling utf-8 v0.7.6
9262026-09-16T23:18:05.948Z Compiling funty v2.0.0
9272026-09-16T23:18:06.563Z Compiling packed_struct v0.10.1
9282026-09-16T23:18:06.748Z Compiling slog-async v2.8.0
9292026-09-16T23:18:06.965Z Compiling bitvec v1.1.1
9302026-09-16T23:18:08.295Z Compiling tungstenite v0.28.0
9312026-09-16T23:18:08.743Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
9322026-09-16T23:18:10.758Z Compiling strum v0.26.3
9332026-09-16T23:18:10.893Z Compiling daft v0.1.8
9342026-09-16T23:18:11.105Z Compiling env_logger v0.11.11
9352026-09-16T23:18:11.169Z Compiling hubpack v0.1.2
9362026-09-16T23:18:11.422Z Compiling ssh-key v0.6.7
9372026-09-16T23:18:11.940Z Compiling flate2 v1.1.9
9382026-09-16T23:18:12.151Z Compiling crossbeam-channel v0.5.16
9392026-09-16T23:18:12.488Z Compiling serde_with v3.22.0
9402026-09-16T23:18:12.515Z Compiling regex v1.13.1
9412026-09-16T23:18:12.902Z Compiling ciborium v0.2.2
9422026-09-16T23:18:12.987Z Compiling hash32 v0.2.1
9432026-09-16T23:18:13.765Z Compiling typify v0.6.2
9442026-09-16T23:18:13.872Z Compiling packed_struct_codegen v0.10.1
9452026-09-16T23:18:14.608Z Compiling futures-executor v0.3.33
9462026-09-16T23:18:14.761Z Compiling blake3 v1.8.6
9472026-09-16T23:18:14.927Z Compiling bitfield-macros v0.19.5
9482026-09-16T23:18:15.122Z Compiling async-trait v0.1.92
9492026-09-16T23:18:15.174Z Compiling aws-types v1.5.0
9502026-09-16T23:18:15.476Z Compiling is-terminal v0.4.17
9512026-09-16T23:18:15.583Z Compiling multer v3.1.0
9522026-09-16T23:18:15.665Z Compiling keccak v0.2.2
9532026-09-16T23:18:15.801Z Compiling term v1.2.1
9542026-09-16T23:18:16.188Z Compiling winnow v1.0.4
9552026-09-16T23:18:16.251Z Compiling cfg_aliases v0.2.2
9562026-09-16T23:18:16.328Z Compiling compression-core v0.4.32
9572026-09-16T23:18:16.506Z Compiling match_cfg v0.1.0
9582026-09-16T23:18:16.615Z Compiling nodrop v0.1.14
9592026-09-16T23:18:16.717Z Compiling take_mut v0.2.2
9602026-09-16T23:18:16.834Z Compiling unsafe-libyaml v0.2.11
9612026-09-16T23:18:17.287Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
9622026-09-16T23:18:17.477Z Compiling sponge-cursor v0.1.0
9632026-09-16T23:18:17.623Z Compiling sha3 v0.12.0
9642026-09-16T23:18:17.636Z Compiling serde_yaml v0.9.34+deprecated
9652026-09-16T23:18:18.263Z Compiling array-init v0.0.4
9662026-09-16T23:18:18.359Z Compiling hostname v0.3.1
9672026-09-16T23:18:18.526Z Compiling toml_parser v1.1.3+spec-1.1.0
9682026-09-16T23:18:18.555Z Compiling compression-codecs v0.4.38
9692026-09-16T23:18:18.623Z Compiling nix v0.31.3
9702026-09-16T23:18:18.925Z Compiling slog-term v2.9.2
9712026-09-16T23:18:19.046Z Compiling bitfield v0.19.5
9722026-09-16T23:18:19.350Z Compiling futures v0.3.33
9732026-09-16T23:18:19.432Z Compiling progenitor-impl v0.14.0
9742026-09-16T23:18:19.852Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
9752026-09-16T23:18:20.629Z Compiling smallvec v0.6.14
9762026-09-16T23:18:20.865Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
9772026-09-16T23:18:21.007Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
9782026-09-16T23:18:22.334Z Compiling tokio-tungstenite v0.28.0
9792026-09-16T23:18:22.657Z Compiling aws-smithy-schema v0.2.0
9802026-09-16T23:18:23.054Z Compiling aws-credential-types v1.3.0
9812026-09-16T23:18:23.700Z Compiling slog-json v2.6.1
9822026-09-16T23:18:23.962Z Compiling toml_datetime v0.6.11
9832026-09-16T23:18:24.027Z Compiling serde_spanned v0.6.9
9842026-09-16T23:18:24.198Z Compiling cobs v0.3.0
9852026-09-16T23:18:24.342Z Compiling async-stream-impl v0.3.6
9862026-09-16T23:18:24.380Z Compiling serde_spanned v1.1.1
9872026-09-16T23:18:24.461Z Compiling toml_datetime v1.1.1+spec-1.1.0
9882026-09-16T23:18:24.474Z Compiling dropshot v0.17.1
9892026-09-16T23:18:24.720Z Compiling portable-atomic v1.15.0
9902026-09-16T23:18:24.833Z Compiling arrayref v0.3.9
9912026-09-16T23:18:24.870Z Compiling toml_writer v1.1.2+spec-1.1.0
9922026-09-16T23:18:24.908Z Compiling arrayvec v0.7.8
9932026-09-16T23:18:24.987Z Compiling winnow v0.7.15
9942026-09-16T23:18:25.125Z Compiling rustix v0.38.44
9952026-09-16T23:18:25.138Z Compiling toml_write v0.1.2
9962026-09-16T23:18:25.184Z Compiling bytesize v2.7.0
9972026-09-16T23:18:25.380Z Compiling http-range-header v0.4.2
9982026-09-16T23:18:25.476Z Compiling signal-hook v0.4.4
9992026-09-16T23:18:25.504Z Compiling static_assertions v1.1.0
10002026-09-16T23:18:25.582Z Compiling constant_time_eq v0.4.2
10012026-09-16T23:18:25.606Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10022026-09-16T23:18:25.982Z Compiling toml v1.1.4+spec-1.1.0
10032026-09-16T23:18:26.213Z Compiling async-stream v0.3.6
10042026-09-16T23:18:26.465Z Compiling postcard v1.1.3
10052026-09-16T23:18:26.522Z Compiling toml_edit v0.22.27
10062026-09-16T23:18:26.895Z Compiling slog-bunyan v2.5.0
10072026-09-16T23:18:29.378Z Compiling progenitor-macro v0.14.0
10082026-09-16T23:18:30.027Z Compiling serde-hex v0.1.0
10092026-09-16T23:18:30.445Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10102026-09-16T23:18:33.764Z Compiling async-compression v0.4.43
10112026-09-16T23:18:34.049Z Compiling oauth2 v5.0.0
10122026-09-16T23:18:34.243Z Compiling sha1 v0.11.0
10132026-09-16T23:18:34.675Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
10142026-09-16T23:18:35.007Z Compiling dropshot_endpoint v0.17.1
10152026-09-16T23:18:35.956Z Compiling waitgroup v0.1.2
10162026-09-16T23:18:36.117Z Compiling rustls-pemfile v2.2.0
10172026-09-16T23:18:36.230Z Compiling serde-big-array v0.5.1
10182026-09-16T23:18:36.385Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10192026-09-16T23:18:36.399Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10202026-09-16T23:18:36.629Z Compiling hostname v0.4.2
10212026-09-16T23:18:36.802Z Compiling nibble_vec v0.1.0
10222026-09-16T23:18:36.815Z Compiling endian-type v0.2.0
10232026-09-16T23:18:36.882Z Compiling crc-any v2.5.1
10242026-09-16T23:18:36.950Z Compiling corncobs v0.1.4
10252026-09-16T23:18:36.962Z Compiling debug-ignore v1.0.5
10262026-09-16T23:18:37.045Z Compiling radix_trie v0.3.0
10272026-09-16T23:18:37.068Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
10282026-09-16T23:18:37.153Z Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f)
10292026-09-16T23:18:37.212Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
10302026-09-16T23:18:37.468Z Compiling sshauth v0.1.2 (https://github.com/oxidecomputer/sshauth?rev=afd9b4e549d0e9229c2910c94aa7bca76623dfdb#afd9b4e5)
10312026-09-16T23:18:37.682Z Compiling toml v0.8.23
10322026-09-16T23:18:39.549Z Compiling permission-slip-common v0.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10332026-09-16T23:18:40.798Z Compiling console v0.16.4
10342026-09-16T23:18:40.939Z Compiling secrecy v0.8.0
10352026-09-16T23:18:41.089Z Compiling clap-num v1.2.0
10362026-09-16T23:18:41.256Z Compiling termios v0.3.3
10372026-09-16T23:18:41.447Z Compiling rustls-webpki v0.103.13
10382026-09-16T23:18:41.747Z Compiling home v0.5.12
10392026-09-16T23:18:41.918Z Compiling xdg v2.5.2
10402026-09-16T23:18:42.721Z Compiling unicode-segmentation v1.13.3
10412026-09-16T23:18:43.065Z Compiling unit-prefix v0.5.2
10422026-09-16T23:18:43.166Z Compiling natord v1.0.9
10432026-09-16T23:18:43.170Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
10442026-09-16T23:18:43.224Z Compiling indicatif v0.18.6
10452026-09-16T23:18:43.312Z Compiling atomicwrites v0.4.4
10462026-09-16T23:18:43.437Z Compiling tokio-fd v0.3.0
10472026-09-16T23:18:43.613Z Compiling async-recursion v1.1.1
10482026-09-16T23:18:43.658Z Compiling memmap2 v0.9.11
10492026-09-16T23:18:43.948Z Compiling humantime v2.4.0
10502026-09-16T23:18:43.998Z Compiling shlex v1.3.0
10512026-09-16T23:18:44.322Z Compiling xdg v3.0.0
10522026-09-16T23:18:45.621Z Compiling tokio-rustls v0.26.4
10532026-09-16T23:18:45.621Z Compiling rustls-platform-verifier v0.7.0
10542026-09-16T23:18:45.918Z Compiling hyper-rustls v0.27.9
10552026-09-16T23:18:46.171Z Compiling reqwest v0.13.4
10562026-09-16T23:18:50.401Z Compiling progenitor-client v0.14.0
10572026-09-16T23:18:50.404Z Compiling oauth2-reqwest v0.1.0-alpha.3
10582026-09-16T23:18:50.404Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
10592026-09-16T23:18:50.404Z Compiling progenitor v0.14.0
10602026-09-16T23:18:50.404Z Compiling permission-slip-client v1.1.0 (https://github.com/oxidecomputer/permission-slip?rev=c9d302ef44576e075e35f4f28f8e7ac8345bcd4b#c9d302ef)
10612026-09-16T23:18:52.819Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
10622026-09-16T23:19:11.089Z Finished `release` profile [optimized] target(s) in 2m 13s
10632026-09-16T23:19:11.093Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
10642026-09-16T23:19:11.093Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
10652026-09-16T23:19:11.352Z+ cp target/release/sush /work/sush
10662026-09-16T23:19:11.385Z+ cargo install just --locked
10672026-09-16T23:19:11.443Z Updating crates.io index
10682026-09-16T23:19:11.551Z Downloading crates ...
10692026-09-16T23:19:11.626Z Downloaded just v1.58.0
10702026-09-16T23:19:11.659Z Installing just v1.58.0
10712026-09-16T23:19:11.663Zwarning: default toolchain implicitly overridden with `1.98.1-x86_64-unknown-illumos` by rustup toolchain file
10722026-09-16T23:19:11.663Z |
10732026-09-16T23:19:11.663Z = help: use `cargo +stable install` if you meant to use the stable toolchain
10742026-09-16T23:19:11.663Z = note: rustup selects the toolchain based on the parent environment and not the environment of the package being installed
10752026-09-16T23:19:11.663Z Updating crates.io index
10762026-09-16T23:19:11.843Zwarning: package `chacha20 v0.10.1` in Cargo.lock is yanked in registry `crates-io`
10772026-09-16T23:19:11.843Z |
10782026-09-16T23:19:11.843Z = help: consider running without --locked
10792026-09-16T23:19:11.896Z Updating crates.io index
10802026-09-16T23:19:12.002Z Downloading crates ...
10812026-09-16T23:19:12.023Z Downloaded dotenvy v0.15.7
10822026-09-16T23:19:12.026Z Downloaded dirs v6.0.0
10832026-09-16T23:19:12.031Z Downloaded roff v1.1.1
10842026-09-16T23:19:12.035Z Downloaded crossbeam-deque v0.8.7
10852026-09-16T23:19:12.040Z Downloaded clap_builder v4.6.5
10862026-09-16T23:19:12.044Z Downloaded cc v1.4.0
10872026-09-16T23:19:12.048Z Downloaded find-msvc-tools v0.1.9
10882026-09-16T23:19:12.052Z Downloaded clap_mangen v0.3.0
10892026-09-16T23:19:12.058Z Downloaded clap v4.6.5
10902026-09-16T23:19:12.063Z Downloaded num_cpus v1.17.0
10912026-09-16T23:19:12.066Z Downloaded dirs-sys v0.5.0
10922026-09-16T23:19:12.066Z Downloaded option-ext v0.2.0
10932026-09-16T23:19:12.066Z Downloaded digest-io v0.1.0
10942026-09-16T23:19:12.066Z Downloaded is_executable v1.0.6
10952026-09-16T23:19:12.069Z Downloaded strum v0.28.0
10962026-09-16T23:19:12.069Z Downloaded nu-ansi-term v0.50.3
10972026-09-16T23:19:12.073Z Downloaded typed-arena v2.0.2
10982026-09-16T23:19:12.081Z Downloaded snafu-derive v0.9.2
10992026-09-16T23:19:12.085Z Downloaded unicase v2.9.0
11002026-09-16T23:19:12.085Z Downloaded strum_macros v0.28.0
11012026-09-16T23:19:12.088Z Downloaded shellexpand v3.1.2
11022026-09-16T23:19:12.091Z Downloaded crossbeam-epoch v0.9.20
11032026-09-16T23:19:12.096Z Downloaded clap_complete v4.6.8
11042026-09-16T23:19:12.100Z Downloaded sha2 v0.11.0
11052026-09-16T23:19:12.105Z Downloaded similar v3.1.1
11062026-09-16T23:19:12.111Z Downloaded rayon-core v1.13.0
11072026-09-16T23:19:12.115Z Downloaded snafu v0.9.2
11082026-09-16T23:19:12.130Z Downloaded pulldown-cmark v0.13.4
11092026-09-16T23:19:12.141Z Downloaded blake3 v1.8.5
11102026-09-16T23:19:12.149Z Downloaded bstr v1.13.0
11112026-09-16T23:19:12.170Z Downloaded regex-automata v0.4.16
11122026-09-16T23:19:12.213Z Compiling libc v0.2.189
11132026-09-16T23:19:12.217Z Compiling proc-macro2 v1.0.107
11142026-09-16T23:19:12.217Z Compiling quote v1.0.47
11152026-09-16T23:19:12.217Z Compiling unicode-ident v1.0.24
11162026-09-16T23:19:12.217Z Compiling bitflags v2.13.1
11172026-09-16T23:19:12.217Z Compiling cfg-if v1.0.4
11182026-09-16T23:19:12.236Z Compiling heck v0.5.0
11192026-09-16T23:19:12.239Z Compiling rustix v1.1.4
11202026-09-16T23:19:12.283Z Compiling crossbeam-utils v0.8.22
11212026-09-16T23:19:12.329Z Compiling typenum v1.20.1
11222026-09-16T23:19:12.396Z Compiling utf8parse v0.2.2
11232026-09-16T23:19:12.486Z Compiling anstyle-parse v1.0.0
11242026-09-16T23:19:12.510Z Compiling is_terminal_polyfill v1.70.2
11252026-09-16T23:19:12.541Z Compiling anstyle v1.0.14
11262026-09-16T23:19:12.580Z Compiling anstyle-query v1.1.5
11272026-09-16T23:19:12.589Z Compiling serde_core v1.0.229
11282026-09-16T23:19:12.663Z Compiling colorchoice v1.0.5
11292026-09-16T23:19:12.666Z Compiling getrandom v0.4.3
11302026-09-16T23:19:12.717Z Compiling crossbeam-epoch v0.9.20
11312026-09-16T23:19:12.745Z Compiling memchr v2.8.3
11322026-09-16T23:19:12.755Z Compiling rand_core v0.10.1
11332026-09-16T23:19:12.894Z Compiling anstream v1.0.0
11342026-09-16T23:19:12.926Z Compiling cpufeatures v0.3.0
11352026-09-16T23:19:12.979Z Compiling autocfg v1.5.1
11362026-09-16T23:19:12.983Z Compiling rayon-core v1.13.0
11372026-09-16T23:19:13.094Z Compiling errno v0.3.14
11382026-09-16T23:19:13.113Z Compiling hybrid-array v0.4.14
11392026-09-16T23:19:13.235Z Compiling find-msvc-tools v0.1.9
11402026-09-16T23:19:13.302Z Compiling crossbeam-deque v0.8.7
11412026-09-16T23:19:13.333Z Compiling clap_lex v1.1.0
11422026-09-16T23:19:13.426Z Compiling syn v3.0.3
11432026-09-16T23:19:13.444Z Compiling syn v2.0.119
11442026-09-16T23:19:13.481Z Compiling strsim v0.11.1
11452026-09-16T23:19:13.526Z Compiling shlex v2.0.1
11462026-09-16T23:19:13.572Z Compiling block-buffer v0.12.1
11472026-09-16T23:19:13.575Z Compiling crypto-common v0.2.2
11482026-09-16T23:19:13.688Z Compiling cc v1.4.0
11492026-09-16T23:19:13.727Z Compiling num-traits v0.2.19
11502026-09-16T23:19:14.071Z Compiling const-oid v0.10.2
11512026-09-16T23:19:14.163Z Compiling serde v1.0.229
11522026-09-16T23:19:14.296Z Compiling terminal_size v0.4.4
11532026-09-16T23:19:14.422Z Compiling clap_builder v4.6.5
11542026-09-16T23:19:14.484Z Compiling cfg_aliases v0.2.2
11552026-09-16T23:19:14.546Z Compiling option-ext v0.2.0
11562026-09-16T23:19:14.581Z Compiling zmij v1.0.23
11572026-09-16T23:19:14.628Z Compiling dirs-sys v0.5.0
11582026-09-16T23:19:14.700Z Compiling nix v0.31.3
11592026-09-16T23:19:14.831Z Compiling blake3 v1.8.5
11602026-09-16T23:19:14.941Z Compiling digest v0.11.3
11612026-09-16T23:19:15.100Z Compiling aho-corasick v1.1.5
11622026-09-16T23:19:15.131Z Compiling serde_json v1.0.151
11632026-09-16T23:19:15.205Z Compiling pulldown-cmark v0.13.4
11642026-09-16T23:19:15.274Z Compiling regex-syntax v0.8.11
11652026-09-16T23:19:15.365Z Compiling camino v1.2.5
11662026-09-16T23:19:16.263Z Compiling clap_derive v4.6.4
11672026-09-16T23:19:16.295Z Compiling serde_derive v1.0.229
11682026-09-16T23:19:16.404Z Compiling strum_macros v0.28.0
11692026-09-16T23:19:16.451Z Compiling snafu-derive v0.9.2
11702026-09-16T23:19:16.526Z Compiling dirs v6.0.0
11712026-09-16T23:19:16.650Z Compiling memmap2 v0.9.11
11722026-09-16T23:19:16.881Z Compiling regex-automata v0.4.16
11732026-09-16T23:19:17.870Z Compiling clap v4.6.5
11742026-09-16T23:19:17.940Z Compiling chacha20 v0.10.1
11752026-09-16T23:19:18.056Z Compiling is_executable v1.0.6
11762026-09-16T23:19:18.159Z Compiling roff v1.1.1
11772026-09-16T23:19:18.180Z Compiling arrayref v0.3.9
11782026-09-16T23:19:18.201Z Compiling constant_time_eq v0.4.2
11792026-09-16T23:19:18.235Z Compiling itoa v1.0.18
11802026-09-16T23:19:18.239Z Compiling fastrand v2.5.0
11812026-09-16T23:19:18.353Z Compiling unicase v2.9.0
11822026-09-16T23:19:18.454Z Compiling just v1.58.0
11832026-09-16T23:19:18.511Z Compiling iana-time-zone v0.1.65
11842026-09-16T23:19:18.551Z Compiling once_cell v1.21.4
11852026-09-16T23:19:18.655Z Compiling unicode-segmentation v1.13.3
11862026-09-16T23:19:18.698Z Compiling arrayvec v0.7.8
11872026-09-16T23:19:18.754Z Compiling tempfile v3.27.0
11882026-09-16T23:19:18.774Z Compiling chrono v0.4.45
11892026-09-16T23:19:18.937Z Compiling clap_complete v4.6.8
11902026-09-16T23:19:19.131Z Compiling regex v1.13.1
11912026-09-16T23:19:19.316Z Compiling similar v3.1.1
11922026-09-16T23:19:20.175Z Compiling clap_mangen v0.3.0
11932026-09-16T23:19:20.899Z Compiling snafu v0.9.2
11942026-09-16T23:19:21.142Z Compiling strum v0.28.0
11952026-09-16T23:19:21.257Z Compiling rand v0.10.2
11962026-09-16T23:19:21.325Z Compiling shellexpand v3.1.2
11972026-09-16T23:19:21.520Z Compiling sha2 v0.11.0
11982026-09-16T23:19:21.950Z Compiling digest-io v0.1.0
11992026-09-16T23:19:21.957Z Compiling uuid v1.24.0
12002026-09-16T23:19:22.021Z Compiling num_cpus v1.17.0
12012026-09-16T23:19:22.055Z Compiling dotenvy v0.15.7
12022026-09-16T23:19:22.141Z Compiling typed-arena v2.0.2
12032026-09-16T23:19:22.277Z Compiling nu-ansi-term v0.50.3
12042026-09-16T23:19:22.346Z Compiling unicode-width v0.2.2
12052026-09-16T23:19:22.619Z Compiling percent-encoding v2.3.2
12062026-09-16T23:19:22.630Z Compiling semver v1.0.28
12072026-09-16T23:19:22.630Z Compiling hex v0.4.3
12082026-09-16T23:20:22.779Z Finished `release` profile [optimized] target(s) in 1m 11s
12092026-09-16T23:20:22.797Z Installing /home/build/.cargo/bin/just
12102026-09-16T23:20:22.801Z Installed package `just v1.58.0` (executable `just`)
12112026-09-16T23:20:22.842Z+ curl -sSfL https://get.nexte.st/latest/illumos
12122026-09-16T23:20:22.845Z+ gunzip
12132026-09-16T23:20:22.845Z+ tar -xf - -C /home/build/.cargo/bin
12142026-09-16T23:20:23.873Z+ just ci
12152026-09-16T23:20:23.877Zcargo fmt --check
12162026-09-16T23:20:24.131Zcargo clippy -- --no-deps --deny warnings
12172026-09-16T23:20:24.432Z Downloading crates ...
12182026-09-16T23:20:24.508Z Downloaded heck v0.4.1
12192026-09-16T23:20:24.512Z Downloaded base64 v0.21.7
12202026-09-16T23:20:24.512Z Downloaded function_name v0.3.0
12212026-09-16T23:20:24.512Z Downloaded function_name-proc-macro v0.3.0
12222026-09-16T23:20:24.512Z Downloaded dashu-base v0.5.1
12232026-09-16T23:20:24.515Z Downloaded pwd v1.4.0
12242026-09-16T23:20:24.515Z Downloaded dashu-int v0.5.1
12252026-09-16T23:20:24.518Z Downloaded proc-macro-error-attr v1.0.4
12262026-09-16T23:20:24.522Z Downloaded miette-derive v5.10.0
12272026-09-16T23:20:24.522Z Downloaded knuffel-derive v3.2.0
12282026-09-16T23:20:24.522Z Downloaded lru v0.18.2
12292026-09-16T23:20:24.522Z Downloaded proc-macro-error v1.0.4
12302026-09-16T23:20:24.525Z Downloaded num-modular v0.6.5
12312026-09-16T23:20:24.525Z Downloaded num-primitive v0.2.1
12322026-09-16T23:20:24.533Z Downloaded hashbrown v0.13.2
12332026-09-16T23:20:24.536Z Downloaded knuffel v3.2.0
12342026-09-16T23:20:24.537Z Downloaded miette v5.10.0
12352026-09-16T23:20:24.540Z Downloaded seq-macro v0.3.6
12362026-09-16T23:20:24.544Z Downloaded itertools v0.14.0
12372026-09-16T23:20:24.547Z Downloaded supports-color v2.1.0
12382026-09-16T23:20:24.551Z Downloaded schnellru v0.2.4
12392026-09-16T23:20:24.551Z Downloaded terminal_size v0.1.17
12402026-09-16T23:20:24.556Z Downloaded owo-colors v3.5.0
12412026-09-16T23:20:24.556Z Downloaded supports-unicode v2.1.0
12422026-09-16T23:20:24.556Z Downloaded supports-hyperlinks v2.1.0
12432026-09-16T23:20:24.560Z Downloaded smawk v0.3.3
12442026-09-16T23:20:24.560Z Downloaded tokio-stream v0.1.19
12452026-09-16T23:20:24.565Z Downloaded textwrap v0.15.2
12462026-09-16T23:20:24.889Z Downloaded dsi-bitstream v0.10.1
12472026-09-16T23:20:25.079Z Compiling proc-macro2 v1.0.107
12482026-09-16T23:20:25.079Z Compiling quote v1.0.47
12492026-09-16T23:20:25.082Z Compiling unicode-ident v1.0.24
12502026-09-16T23:20:25.082Z Compiling libc v0.2.189
12512026-09-16T23:20:25.082Z Checking cfg-if v1.0.4
12522026-09-16T23:20:25.082Z Compiling version_check v0.9.5
12532026-09-16T23:20:25.082Z Compiling serde_core v1.0.229
12542026-09-16T23:20:25.233Z Checking typenum v1.20.1
12552026-09-16T23:20:25.250Z Checking subtle v2.6.1
12562026-09-16T23:20:25.375Z Checking memchr v2.8.3
12572026-09-16T23:20:25.421Z Compiling generic-array v0.14.7
12582026-09-16T23:20:25.692Z Compiling serde v1.0.229
12592026-09-16T23:20:25.751Z Compiling libm v0.2.16
12602026-09-16T23:20:25.913Z Compiling autocfg v1.5.1
12612026-09-16T23:20:25.969Z Checking const-oid v0.9.6
12622026-09-16T23:20:25.993Z Checking errno v0.3.14
12632026-09-16T23:20:26.060Z Checking smallvec v1.15.2
12642026-09-16T23:20:26.091Z Compiling zmij v1.0.23
12652026-09-16T23:20:26.232Z Compiling zeroize v1.9.0
12662026-09-16T23:20:26.252Z Compiling num-traits v0.2.19
12672026-09-16T23:20:26.296Z Compiling syn v2.0.119
12682026-09-16T23:20:26.334Z Compiling syn v3.0.3
12692026-09-16T23:20:26.399Z Compiling thiserror v2.0.20
12702026-09-16T23:20:26.429Z Checking itoa v1.0.18
12712026-09-16T23:20:26.629Z Compiling serde_json v1.0.151
12722026-09-16T23:20:26.640Z Checking bytes v1.12.1
12732026-09-16T23:20:26.650Z Checking pin-project-lite v0.2.17
12742026-09-16T23:20:26.732Z Compiling zerocopy v0.8.56
12752026-09-16T23:20:26.991Z Checking once_cell v1.21.4
12762026-09-16T23:20:27.002Z Compiling heck v0.5.0
12772026-09-16T23:20:27.102Z Checking base64ct v1.8.3
12782026-09-16T23:20:27.162Z Checking allocator-api2 v0.2.21
12792026-09-16T23:20:27.324Z Checking pem-rfc7468 v0.7.0
12802026-09-16T23:20:27.431Z Compiling parking_lot_core v0.9.12
12812026-09-16T23:20:27.445Z Checking signal-hook-registry v1.4.8
12822026-09-16T23:20:27.476Z Checking getrandom v0.2.17
12832026-09-16T23:20:27.603Z Compiling semver v1.0.28
12842026-09-16T23:20:27.619Z Checking futures-core v0.3.33
12852026-09-16T23:20:27.644Z Compiling rustversion v1.0.23
12862026-09-16T23:20:27.716Z Checking scopeguard v1.2.0
12872026-09-16T23:20:27.836Z Checking lock_api v0.4.14
12882026-09-16T23:20:27.876Z Checking rand_core v0.6.4
12892026-09-16T23:20:27.886Z Checking flagset v0.4.7
12902026-09-16T23:20:27.956Z Checking socket2 v0.6.5
12912026-09-16T23:20:27.993Z Checking mio v1.2.2
12922026-09-16T23:20:28.027Z Checking parking_lot v0.12.5
12932026-09-16T23:20:28.176Z Checking foldhash v0.2.0
12942026-09-16T23:20:28.213Z Checking equivalent v1.0.2
12952026-09-16T23:20:28.261Z Checking bitflags v2.13.1
12962026-09-16T23:20:28.276Z Compiling crypto-common v0.1.7
12972026-09-16T23:20:28.286Z Compiling block-buffer v0.10.4
12982026-09-16T23:20:28.299Z Compiling getrandom v0.4.3
12992026-09-16T23:20:28.389Z Checking futures-sink v0.3.33
13002026-09-16T23:20:28.412Z Checking log v0.4.33
13012026-09-16T23:20:28.415Z Compiling digest v0.10.7
13022026-09-16T23:20:28.597Z Compiling jobserver v0.1.35
13032026-09-16T23:20:28.605Z Compiling shlex v2.0.1
13042026-09-16T23:20:28.616Z Compiling find-msvc-tools v0.1.10
13052026-09-16T23:20:28.835Z Compiling cc v1.4.2
13062026-09-16T23:20:28.941Z Checking slab v0.4.12
13072026-09-16T23:20:28.962Z Compiling schemars v0.8.22
13082026-09-16T23:20:29.094Z Compiling serde_derive_internals v0.29.1
13092026-09-16T23:20:29.107Z Checking cpufeatures v0.2.17
13102026-09-16T23:20:29.169Z Compiling synstructure v0.13.2
13112026-09-16T23:20:29.284Z Checking futures-channel v0.3.33
13122026-09-16T23:20:29.482Z Checking http v1.5.0
13132026-09-16T23:20:29.561Z Compiling serde_derive v1.0.229
13142026-09-16T23:20:29.608Z Compiling thiserror-impl v2.0.20
13152026-09-16T23:20:29.665Z Compiling tokio-macros v2.7.2
13162026-09-16T23:20:29.840Z Compiling cmake v0.1.58
13172026-09-16T23:20:30.077Z Compiling ahash v0.8.12
13182026-09-16T23:20:30.179Z Compiling fs_extra v1.3.0
13192026-09-16T23:20:30.188Z Compiling object v0.37.3
13202026-09-16T23:20:30.330Z Compiling zeroize_derive v1.5.0
13212026-09-16T23:20:30.342Z Compiling der_derive v0.7.3
13222026-09-16T23:20:30.409Z Compiling zerocopy-derive v0.8.56
13232026-09-16T23:20:30.418Z Checking tokio v1.53.1
13242026-09-16T23:20:30.433Z Compiling schemars_derive v0.8.22
13252026-09-16T23:20:30.496Z Compiling dunce v1.0.5
13262026-09-16T23:20:30.589Z Compiling pkg-config v0.3.33
13272026-09-16T23:20:31.253Z Compiling aws-lc-sys v0.44.0
13282026-09-16T23:20:31.311Z Checking der v0.7.10
13292026-09-16T23:20:31.786Z Compiling futures-macro v0.3.33
13302026-09-16T23:20:32.041Z Checking spki v0.7.3
13312026-09-16T23:20:32.205Z Checking pkcs8 v0.10.2
13322026-09-16T23:20:32.355Z Checking hashbrown v0.17.1
13332026-09-16T23:20:32.413Z Compiling rustc_version v0.4.1
13342026-09-16T23:20:32.500Z Checking futures-io v0.3.33
13352026-09-16T23:20:32.597Z Checking futures-task v0.3.33
13362026-09-16T23:20:32.680Z Compiling curve25519-dalek v4.1.3
13372026-09-16T23:20:32.726Z Checking futures-util v0.3.33
13382026-09-16T23:20:32.843Z Compiling zerofrom-derive v0.1.7
13392026-09-16T23:20:32.902Z Compiling rustix v1.1.4
13402026-09-16T23:20:33.179Z Checking indexmap v2.14.0
13412026-09-16T23:20:33.390Z Checking hmac v0.12.1
13422026-09-16T23:20:33.432Z Compiling yoke-derive v0.8.2
13432026-09-16T23:20:33.497Z Compiling curve25519-dalek-derive v0.1.1
13442026-09-16T23:20:33.724Z Compiling httparse v1.10.1
13452026-09-16T23:20:33.778Z Checking stable_deref_trait v1.2.1
13462026-09-16T23:20:33.849Z Compiling aws-lc-rs v1.18.0
13472026-09-16T23:20:34.053Z Checking zerofrom v0.1.8
13482026-09-16T23:20:34.132Z Checking iana-time-zone v0.1.65
13492026-09-16T23:20:34.230Z Checking chrono v0.4.45
13502026-09-16T23:20:34.546Z Checking yoke v0.8.3
13512026-09-16T23:20:34.695Z Checking ppv-lite86 v0.2.21
13522026-09-16T23:20:34.712Z Checking signature v2.2.0
13532026-09-16T23:20:34.829Z Checking sha2 v0.10.9
13542026-09-16T23:20:34.896Z Checking rustls-pki-types v1.15.1
13552026-09-16T23:20:35.074Z Compiling slog v2.8.2
13562026-09-16T23:20:35.082Z Checking ff v0.13.1
13572026-09-16T23:20:35.090Z Compiling strsim v0.11.1
13582026-09-16T23:20:35.094Z Checking base16ct v0.2.0
13592026-09-16T23:20:35.199Z Checking group v0.13.0
13602026-09-16T23:20:35.208Z Checking sec1 v0.7.3
13612026-09-16T23:20:35.254Z Checking hkdf v0.12.4
13622026-09-16T23:20:35.324Z Checking erased-serde v0.3.31
13632026-09-16T23:20:35.333Z Checking crypto-bigint v0.5.5
13642026-09-16T23:20:35.365Z Compiling zerovec-derive v0.11.3
13652026-09-16T23:20:35.375Z Checking uuid v1.24.0
13662026-09-16T23:20:35.378Z Compiling syn v1.0.109
13672026-09-16T23:20:35.393Z Checking simd-adler32 v0.3.10
13682026-09-16T23:20:35.524Z Checking adler2 v2.0.1
13692026-09-16T23:20:35.622Z Checking miniz_oxide v0.8.9
13702026-09-16T23:20:35.646Z Compiling displaydoc v0.2.7
13712026-09-16T23:20:35.740Z Compiling clap_derive v4.6.4
13722026-09-16T23:20:35.949Z Checking is-terminal v0.4.17
13732026-09-16T23:20:35.956Z Compiling num-bigint-dig v0.8.6
13742026-09-16T23:20:36.076Z Checking untrusted v0.9.0
13752026-09-16T23:20:36.135Z Checking dyn-clone v1.0.20
13762026-09-16T23:20:36.311Z Checking percent-encoding v2.3.2
13772026-09-16T23:20:36.311Z Checking elliptic-curve v0.13.8
13782026-09-16T23:20:36.311Z Compiling rustls v0.23.43
13792026-09-16T23:20:36.377Z Checking utf8parse v0.2.2
13802026-09-16T23:20:36.458Z Checking zerovec v0.11.6
13812026-09-16T23:20:36.467Z Checking rfc6979 v0.4.0
13822026-09-16T23:20:36.499Z Compiling serde_tokenstream v0.2.3
13832026-09-16T23:20:36.553Z Checking http-body v1.1.0
13842026-09-16T23:20:36.789Z Checking tracing-core v0.1.36
13852026-09-16T23:20:36.794Z Compiling thiserror v1.0.69
13862026-09-16T23:20:37.003Z Checking atomic-waker v1.1.2
13872026-09-16T23:20:37.021Z Checking ecdsa v0.16.9
13882026-09-16T23:20:37.146Z Checking primeorder v0.13.6
13892026-09-16T23:20:37.146Z Checking tracing v0.1.44
13902026-09-16T23:20:37.150Z Checking anstyle-parse v1.0.0
13912026-09-16T23:20:37.229Z Checking tokio-util v0.7.19
13922026-09-16T23:20:37.237Z Compiling thiserror-impl v1.0.69
13932026-09-16T23:20:37.308Z Checking hybrid-array v0.4.14
13942026-09-16T23:20:37.348Z Checking anstyle-query v1.1.5
13952026-09-16T23:20:37.372Z Checking colorchoice v1.0.5
13962026-09-16T23:20:37.391Z Checking tower-layer v0.3.3
13972026-09-16T23:20:37.833Z Checking fnv v1.0.7
13982026-09-16T23:20:37.843Z Checking hex v0.4.3
13992026-09-16T23:20:37.843Z Checking tower-service v0.3.3
14002026-09-16T23:20:37.844Z Checking anstyle v1.0.14
14012026-09-16T23:20:37.844Z Checking is_terminal_polyfill v1.70.2
14022026-09-16T23:20:37.844Z Checking ipnet v2.12.1
14032026-09-16T23:20:37.844Z Checking try-lock v0.2.5
14042026-09-16T23:20:37.844Z Compiling gimli v0.32.3
14052026-09-16T23:20:37.844Z Compiling getrandom v0.3.4
14062026-09-16T23:20:37.844Z Checking want v0.3.1
14072026-09-16T23:20:37.974Z Checking anstream v1.0.0
14082026-09-16T23:20:38.161Z Checking h2 v0.4.15
14092026-09-16T23:20:38.251Z Checking tinystr v0.8.3
14102026-09-16T23:20:38.408Z Checking form_urlencoded v1.2.2
14112026-09-16T23:20:38.451Z Checking terminal_size v0.4.4
14122026-09-16T23:20:38.506Z Checking rand_chacha v0.3.1
14132026-09-16T23:20:38.520Z Checking ed25519 v2.2.3
14142026-09-16T23:20:38.884Z Compiling num-conv v0.2.2
14152026-09-16T23:20:38.984Z Compiling ident_case v1.0.1
14162026-09-16T23:20:39.091Z Checking writeable v0.6.3
14172026-09-16T23:20:39.257Z Checking clap_lex v1.1.0
14182026-09-16T23:20:39.271Z Checking spin v0.9.9
14192026-09-16T23:20:39.410Z Compiling addr2line v0.25.1
14202026-09-16T23:20:39.559Z Checking httpdate v1.0.3
14212026-09-16T23:20:39.692Z Compiling rustc-demangle v0.1.28
14222026-09-16T23:20:39.765Z Checking litemap v0.8.2
14232026-09-16T23:20:39.858Z Compiling owo-colors v4.3.0
14242026-09-16T23:20:39.930Z Compiling time-core v0.1.9
14252026-09-16T23:20:39.933Z Checking icu_locale_core v2.2.0
14262026-09-16T23:20:40.116Z Compiling time-macros v0.2.32
14272026-09-16T23:20:40.128Z Checking hyper v1.11.0
14282026-09-16T23:20:40.559Z Checking clap_builder v4.6.6
14292026-09-16T23:20:40.684Z Checking ed25519-dalek v2.2.0
14302026-09-16T23:20:40.756Z Compiling darling_core v0.23.0
14312026-09-16T23:20:40.803Z Checking rand v0.8.7
14322026-09-16T23:20:41.168Z Compiling backtrace v0.3.76
14332026-09-16T23:20:41.251Z Checking block-buffer v0.12.1
14342026-09-16T23:20:41.292Z Checking crypto-common v0.2.2
14352026-09-16T23:20:41.375Z Checking potential_utf v0.1.5
14362026-09-16T23:20:41.386Z Checking zerotrie v0.2.4
14372026-09-16T23:20:41.498Z Checking x509-cert v0.2.5
14382026-09-16T23:20:41.612Z Compiling num-integer v0.1.46
14392026-09-16T23:20:41.622Z Compiling proc-macro-error-attr2 v2.0.0
14402026-09-16T23:20:41.774Z Compiling icu_properties_data v2.2.0
14412026-09-16T23:20:41.952Z Compiling camino v1.2.5
14422026-09-16T23:20:42.029Z Compiling icu_normalizer_data v2.2.0
14432026-09-16T23:20:42.038Z Checking powerfmt v0.2.0
14442026-09-16T23:20:42.083Z Compiling paste v1.0.15
14452026-09-16T23:20:42.150Z Checking base64 v0.22.1
14462026-09-16T23:20:42.180Z Compiling anyhow v1.0.104
14472026-09-16T23:20:42.231Z Checking utf8_iter v1.0.4
14482026-09-16T23:20:42.262Z Compiling unicode-width v0.2.2
14492026-09-16T23:20:42.345Z Checking num_threads v0.1.7
14502026-09-16T23:20:42.421Z Checking deranged v0.5.8
14512026-09-16T23:20:42.431Z Checking const-oid v0.10.2
14522026-09-16T23:20:42.492Z Compiling unicode-linebreak v0.1.5
14532026-09-16T23:20:42.501Z Compiling is_ci v1.2.0
14542026-09-16T23:20:42.529Z Compiling crc32fast v1.5.0
14552026-09-16T23:20:42.578Z Compiling crossbeam-utils v0.8.22
14562026-09-16T23:20:42.617Z Checking digest v0.11.3
14572026-09-16T23:20:42.672Z Compiling textwrap v0.16.2
14582026-09-16T23:20:42.758Z Compiling supports-color v3.0.2
14592026-09-16T23:20:42.840Z Compiling darling_macro v0.23.0
14602026-09-16T23:20:42.906Z Compiling hashbrown v0.16.1
14612026-09-16T23:20:42.912Z Checking hyper-util v0.1.20
14622026-09-16T23:20:42.995Z Checking icu_collections v2.2.0
14632026-09-16T23:20:43.026Z Compiling lazy_static v1.5.0
14642026-09-16T23:20:43.033Z Compiling proc-macro-error2 v2.0.1
14652026-09-16T23:20:43.121Z Compiling num-iter v0.1.46
14662026-09-16T23:20:43.220Z Checking clap v4.6.6
14672026-09-16T23:20:43.255Z Checking icu_provider v2.2.0
14682026-09-16T23:20:43.282Z Compiling backtrace-ext v0.2.1
14692026-09-16T23:20:43.293Z Checking rand_core v0.9.5
14702026-09-16T23:20:43.331Z Checking time v0.3.55
14712026-09-16T23:20:43.450Z Compiling hashbrown v0.14.5
14722026-09-16T23:20:43.544Z Checking half v2.7.1
14732026-09-16T23:20:43.584Z Checking sha1 v0.10.7
14742026-09-16T23:20:43.733Z Compiling miette-derive v7.6.0
14752026-09-16T23:20:43.987Z Checking encoding_rs v0.8.35
14762026-09-16T23:20:44.024Z Compiling supports-hyperlinks v3.2.0
14772026-09-16T23:20:44.160Z Checking fastrand v2.5.0
14782026-09-16T23:20:44.160Z Checking ciborium-io v0.2.2
14792026-09-16T23:20:44.213Z Checking ryu v1.0.23
14802026-09-16T23:20:44.244Z Checking mime v0.3.17
14812026-09-16T23:20:44.333Z Compiling supports-unicode v3.0.0
14822026-09-16T23:20:44.476Z Compiling unicode-width v0.1.14
14832026-09-16T23:20:44.617Z Checking static_assertions v1.1.0
14842026-09-16T23:20:44.761Z Checking serde_urlencoded v0.7.1
14852026-09-16T23:20:44.818Z Checking tempfile v3.27.0
14862026-09-16T23:20:44.865Z Checking ciborium-ll v0.2.2
14872026-09-16T23:20:44.938Z Compiling miette v7.6.0
14882026-09-16T23:20:45.028Z Compiling chumsky v0.9.3
14892026-09-16T23:20:45.059Z Checking rand_chacha v0.9.0
14902026-09-16T23:20:45.288Z Compiling darling v0.23.0
14912026-09-16T23:20:45.289Z Compiling regress v0.11.1
14922026-09-16T23:20:45.571Z Compiling knus-derive v3.4.0
14932026-09-16T23:20:46.442Z Checking http-body-util v0.1.4
14942026-09-16T23:20:46.508Z Compiling pkcs1 v0.7.5
14952026-09-16T23:20:46.565Z Checking inout v0.1.4
14962026-09-16T23:20:46.650Z Checking thread_local v1.1.10
14972026-09-16T23:20:46.700Z Checking ipnetwork v0.21.1
14982026-09-16T23:20:46.812Z Compiling keccak v0.1.6
14992026-09-16T23:20:46.848Z Compiling slog-async v2.8.0
15002026-09-16T23:20:46.998Z Compiling omicron-workspace-hack v0.1.0
15012026-09-16T23:20:47.182Z Compiling typify-impl v0.6.2
15022026-09-16T23:20:47.219Z Compiling knus v3.4.0
15032026-09-16T23:20:47.256Z Checking sha3 v0.10.9
15042026-09-16T23:20:47.347Z Checking oxnet v0.1.6
15052026-09-16T23:20:47.518Z Compiling rsa v0.9.10
15062026-09-16T23:20:47.578Z Checking cipher v0.4.4
15072026-09-16T23:20:47.674Z Compiling p384 v0.13.1
15082026-09-16T23:20:47.761Z Checking crossbeam-channel v0.5.16
15092026-09-16T23:20:47.787Z Checking flate2 v1.1.9
15102026-09-16T23:20:47.844Z Checking icu_properties v2.2.0
15112026-09-16T23:20:47.977Z Checking icu_normalizer v2.2.0
15122026-09-16T23:20:48.007Z Compiling serde_with_macros v3.22.0
15132026-09-16T23:20:48.071Z Checking rand v0.9.5
15142026-09-16T23:20:48.104Z Checking ciborium v0.2.2
15152026-09-16T23:20:48.484Z Compiling hubpack_derive v0.1.1
15162026-09-16T23:20:48.605Z Checking newtype-uuid v1.4.0
15172026-09-16T23:20:48.681Z Checking ssh-encoding v0.2.0
15182026-09-16T23:20:48.730Z Checking futures-executor v0.3.33
15192026-09-16T23:20:48.842Z Checking openapiv3 v2.2.0
15202026-09-16T23:20:48.872Z Compiling strum_macros v0.26.4
15212026-09-16T23:20:49.019Z Compiling async-stream-impl v0.3.6
15222026-09-16T23:20:49.125Z Compiling daft-derive v0.1.8
15232026-09-16T23:20:49.676Z Compiling async-trait v0.1.92
15242026-09-16T23:20:49.872Z Compiling multer v3.1.0
15252026-09-16T23:20:50.067Z Checking keccak v0.2.2
15262026-09-16T23:20:50.111Z Compiling rlimit v0.10.2
15272026-09-16T23:20:50.130Z Checking term v1.2.1
15282026-09-16T23:20:50.279Z Checking sponge-cursor v0.1.0
15292026-09-16T23:20:50.344Z Checking compression-core v0.4.32
15302026-09-16T23:20:50.360Z Checking data-encoding v2.11.1
15312026-09-16T23:20:50.458Z Checking match_cfg v0.1.0
15322026-09-16T23:20:50.486Z Checking winnow v1.0.4
15332026-09-16T23:20:50.518Z Checking take_mut v0.2.2
15342026-09-16T23:20:50.584Z Compiling salty v0.3.0
15352026-09-16T23:20:50.618Z Checking utf-8 v0.7.6
15362026-09-16T23:20:50.623Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
15372026-09-16T23:20:50.639Z Compiling typify-macro v0.6.2
15382026-09-16T23:20:50.705Z Checking hostname v0.3.1
15392026-09-16T23:20:50.728Z Checking tungstenite v0.28.0
15402026-09-16T23:20:50.764Z Checking toml_parser v1.1.3+spec-1.1.0
15412026-09-16T23:20:50.777Z Checking strum v0.26.3
15422026-09-16T23:20:50.789Z Checking compression-codecs v0.4.38
15432026-09-16T23:20:50.871Z Checking sha3 v0.12.0
15442026-09-16T23:20:50.894Z Checking slog-term v2.9.2
15452026-09-16T23:20:51.076Z Checking daft v0.1.8
15462026-09-16T23:20:51.088Z Checking async-stream v0.3.6
15472026-09-16T23:20:51.138Z Checking serde_with v3.22.0
15482026-09-16T23:20:51.148Z Checking hubpack v0.1.2
15492026-09-16T23:20:51.203Z Checking futures v0.3.33
15502026-09-16T23:20:51.252Z Checking ssh-cipher v0.2.0
15512026-09-16T23:20:51.273Z Checking idna_adapter v1.2.2
15522026-09-16T23:20:51.303Z Checking slog-json v2.6.1
15532026-09-16T23:20:51.368Z Checking p256 v0.13.2
15542026-09-16T23:20:51.384Z Checking toml_datetime v1.1.1+spec-1.1.0
15552026-09-16T23:20:51.449Z Checking serde_spanned v1.1.1
15562026-09-16T23:20:51.567Z Compiling dropshot v0.17.1
15572026-09-16T23:20:51.573Z Checking cpufeatures v0.3.0
15582026-09-16T23:20:51.636Z Checking toml_writer v1.1.2+spec-1.1.0
15592026-09-16T23:20:51.805Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
15602026-09-16T23:20:51.825Z Checking toml v1.1.4+spec-1.1.0
15612026-09-16T23:20:51.856Z Checking sha1 v0.11.0
15622026-09-16T23:20:52.022Z Checking ssh-key v0.6.7
15632026-09-16T23:20:52.154Z Checking slog-bunyan v2.5.0
15642026-09-16T23:20:52.214Z Checking idna v1.1.0
15652026-09-16T23:20:52.257Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
15662026-09-16T23:20:52.436Z Checking rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
15672026-09-16T23:20:52.447Z Checking tokio-tungstenite v0.28.0
15682026-09-16T23:20:52.547Z Checking async-compression v0.4.43
15692026-09-16T23:20:52.698Z Checking waitgroup v0.1.2
15702026-09-16T23:20:52.768Z Compiling dropshot_endpoint v0.17.1
15712026-09-16T23:20:52.781Z Checking rustls-pemfile v2.2.0
15722026-09-16T23:20:52.791Z Checking serde_spanned v0.6.9
15732026-09-16T23:20:52.803Z Checking toml_datetime v0.6.11
15742026-09-16T23:20:52.906Z Checking env_filter v2.0.0
15752026-09-16T23:20:52.924Z Checking sync_wrapper v1.0.2
15762026-09-16T23:20:52.979Z Compiling aho-corasick v1.1.5
15772026-09-16T23:20:53.016Z Checking serde_path_to_error v0.1.20
15782026-09-16T23:20:53.040Z Checking hostname v0.4.2
15792026-09-16T23:20:53.065Z Compiling proc-macro-error-attr v1.0.4
15802026-09-16T23:20:53.129Z Compiling regex-syntax v0.8.11
15812026-09-16T23:20:53.281Z Checking http-range-header v0.4.2
15822026-09-16T23:20:53.309Z Checking toml_write v0.1.2
15832026-09-16T23:20:53.392Z Checking openssl-probe v0.2.1
15842026-09-16T23:20:53.404Z Compiling dashu-int v0.5.1
15852026-09-16T23:20:53.466Z Checking winnow v0.7.15
15862026-09-16T23:20:53.490Z Checking bytesize v2.7.0
15872026-09-16T23:20:53.644Z Compiling rustix v0.38.44
15882026-09-16T23:20:54.062Z Checking debug-ignore v1.0.5
15892026-09-16T23:20:54.418Z Checking rustls-native-certs v0.8.4
15902026-09-16T23:20:54.474Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15912026-09-16T23:20:54.584Z Compiling regex-automata v0.4.18
15922026-09-16T23:20:54.713Z Checking toml_edit v0.22.27
15932026-09-16T23:20:55.232Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
15942026-09-16T23:20:55.251Z Checking env_logger v0.11.11
15952026-09-16T23:20:55.430Z Checking tower v0.5.3
15962026-09-16T23:20:55.588Z Checking url v2.5.8
15972026-09-16T23:20:55.755Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
15982026-09-16T23:20:55.803Z Checking serde-big-array v0.5.1
15992026-09-16T23:20:55.888Z Checking dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16002026-09-16T23:20:55.925Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16012026-09-16T23:20:56.000Z Compiling proc-macro-error v1.0.4
16022026-09-16T23:20:56.068Z Checking dashu-base v0.5.1
16032026-09-16T23:20:56.461Z Compiling cfg_aliases v0.2.2
16042026-09-16T23:20:56.528Z Checking corncobs v0.1.4
16052026-09-16T23:20:56.640Z Checking num-modular v0.6.5
16062026-09-16T23:20:56.650Z Checking dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
16072026-09-16T23:20:56.889Z Compiling nix v0.31.3
16082026-09-16T23:20:57.217Z Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
16092026-09-16T23:20:57.278Z Compiling regex v1.13.1
16102026-09-16T23:20:57.428Z Checking tower-http v0.6.11
16112026-09-16T23:20:57.662Z Checking toml v0.8.23
16122026-09-16T23:20:58.065Z Compiling typify v0.6.2
16132026-09-16T23:20:58.118Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
16142026-09-16T23:20:58.137Z Checking secrecy v0.8.0
16152026-09-16T23:20:58.374Z Compiling unicode-segmentation v1.13.3
16162026-09-16T23:20:58.568Z Checking num-primitive v0.2.1
16172026-09-16T23:20:58.699Z Compiling signal-hook v0.4.4
16182026-09-16T23:20:58.753Z Compiling unsafe-libyaml v0.2.11
16192026-09-16T23:20:58.946Z Compiling portable-atomic v1.15.0
16202026-09-16T23:20:58.949Z Checking smawk v0.3.3
16212026-09-16T23:20:59.051Z Checking suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
16222026-09-16T23:20:59.061Z Checking textwrap v0.15.2
16232026-09-16T23:20:59.128Z Checking dsi-bitstream v0.10.1
16242026-09-16T23:20:59.216Z Compiling heck v0.4.1
16252026-09-16T23:20:59.384Z Compiling serde_yaml v0.9.34+deprecated
16262026-09-16T23:20:59.418Z Checking atomicwrites v0.4.4
16272026-09-16T23:20:59.446Z Compiling progenitor-impl v0.14.0
16282026-09-16T23:20:59.455Z Checking supports-color v2.1.0
16292026-09-16T23:20:59.655Z Checking supports-hyperlinks v2.1.0
16302026-09-16T23:20:59.707Z Checking supports-unicode v2.1.0
16312026-09-16T23:20:59.755Z Compiling miette-derive v5.10.0
16322026-09-16T23:20:59.807Z Checking nibble_vec v0.1.0
16332026-09-16T23:20:59.826Z Checking terminal_size v0.1.17
16342026-09-16T23:20:59.918Z Checking memmap2 v0.9.11
16352026-09-16T23:20:59.921Z Checking either v1.17.0
16362026-09-16T23:21:00.072Z Checking tinyvec_macros v0.1.1
16372026-09-16T23:21:00.081Z Checking owo-colors v3.5.0
16382026-09-16T23:21:00.104Z Checking hashbrown v0.13.2
16392026-09-16T23:21:00.130Z Checking endian-type v0.2.0
16402026-09-16T23:21:00.257Z Checking radix_trie v0.3.0
16412026-09-16T23:21:00.455Z Checking tinyvec v1.12.0
16422026-09-16T23:21:00.505Z Checking schnellru v0.2.4
16432026-09-16T23:21:00.584Z Checking itertools v0.14.0
16442026-09-16T23:21:00.702Z Compiling knuffel-derive v3.2.0
16452026-09-16T23:21:00.799Z Checking miette v5.10.0
16462026-09-16T23:21:01.483Z Compiling progenitor-macro v0.14.0
16472026-09-16T23:21:01.773Z Checking console v0.16.4
16482026-09-16T23:21:02.015Z Checking tokio-stream v0.1.19
16492026-09-16T23:21:02.084Z Checking termios v0.3.3
16502026-09-16T23:21:02.193Z Compiling seq-macro v0.3.6
16512026-09-16T23:21:02.261Z Checking home v0.5.12
16522026-09-16T23:21:02.357Z Checking base64 v0.21.7
16532026-09-16T23:21:02.367Z Checking unit-prefix v0.5.2
16542026-09-16T23:21:02.415Z Checking rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
16552026-09-16T23:21:02.540Z Checking indicatif v0.18.6
16562026-09-16T23:21:02.589Z Checking knuffel v3.2.0
16572026-09-16T23:21:02.685Z Checking pwd v1.4.0
16582026-09-16T23:21:02.773Z Checking tokio-fd v0.3.0
16592026-09-16T23:21:02.807Z Checking lru v0.18.2
16602026-09-16T23:21:02.827Z Compiling async-recursion v1.1.1
16612026-09-16T23:21:02.879Z Checking shlex v1.3.0
16622026-09-16T23:21:02.959Z Checking humantime v2.4.0
16632026-09-16T23:21:03.002Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
16642026-09-16T23:21:03.014Z Checking xdg v3.0.0
16652026-09-16T23:21:03.119Z Compiling function_name-proc-macro v0.3.0
16662026-09-16T23:21:03.194Z Checking pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
16672026-09-16T23:21:03.466Z Checking function_name v0.3.0
16682026-09-16T23:21:03.891Z Checking sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
16692026-09-16T23:21:07.086Z Checking rustls-webpki v0.103.13
16702026-09-16T23:21:09.294Z Checking tokio-rustls v0.26.4
16712026-09-16T23:21:09.299Z Checking rustls-platform-verifier v0.7.0
16722026-09-16T23:21:09.477Z Checking hyper-rustls v0.27.9
16732026-09-16T23:21:09.632Z Checking reqwest v0.13.4
16742026-09-16T23:21:10.210Z Checking progenitor-client v0.14.0
16752026-09-16T23:21:10.394Z Checking progenitor v0.14.0
16762026-09-16T23:21:11.044Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
16772026-09-16T23:21:11.442Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
16782026-09-16T23:21:11.442Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
16792026-09-16T23:21:11.445Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
16802026-09-16T23:21:13.562Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
16812026-09-16T23:21:13.786Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.58s
16822026-09-16T23:21:13.795Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
16832026-09-16T23:21:13.795Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
16842026-09-16T23:21:13.916Zcargo clippy --tests -- --no-deps --deny warnings
16852026-09-16T23:21:14.353Z Checking tokio v1.53.1
16862026-09-16T23:21:14.356Z Compiling serde_json v1.0.151
16872026-09-16T23:21:14.477Z Compiling anyhow v1.0.104
16882026-09-16T23:21:14.496Z Checking attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
16892026-09-16T23:21:15.067Z Compiling schemars v0.8.22
16902026-09-16T23:21:15.067Z Compiling openapiv3 v2.2.0
16912026-09-16T23:21:15.193Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
16922026-09-16T23:21:15.215Z Checking slog-json v2.6.1
16932026-09-16T23:21:15.222Z Checking attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
16942026-09-16T23:21:15.369Z Checking slog-bunyan v2.5.0
16952026-09-16T23:21:15.775Z Compiling typify-impl v0.6.2
16962026-09-16T23:21:15.802Z Checking oxnet v0.1.6
16972026-09-16T23:21:16.031Z Checking daft v0.1.8
16982026-09-16T23:21:16.262Z Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
16992026-09-16T23:21:17.352Z Checking tokio-util v0.7.19
17002026-09-16T23:21:17.352Z Checking tokio-rustls v0.26.4
17012026-09-16T23:21:17.355Z Checking tokio-tungstenite v0.28.0
17022026-09-16T23:21:17.355Z Checking async-compression v0.4.43
17032026-09-16T23:21:17.355Z Checking dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
17042026-09-16T23:21:17.563Z Checking tower v0.5.3
17052026-09-16T23:21:17.577Z Checking tokio-stream v0.1.19
17062026-09-16T23:21:17.590Z Checking sush-common v0.1.0 (/work/oxidecomputer/sush/common)
17072026-09-16T23:21:17.590Z Checking tokio-fd v0.3.0
17082026-09-16T23:21:17.741Z Checking sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
17092026-09-16T23:21:17.787Z Checking h2 v0.4.15
17102026-09-16T23:21:17.923Z Checking rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
17112026-09-16T23:21:17.936Z Checking tower-http v0.6.11
17122026-09-16T23:21:18.119Z Compiling typify-macro v0.6.2
17132026-09-16T23:21:19.329Z Compiling typify v0.6.2
17142026-09-16T23:21:19.389Z Compiling progenitor-impl v0.14.0
17152026-09-16T23:21:19.574Z Checking hyper v1.11.0
17162026-09-16T23:21:20.393Z Checking hyper-util v0.1.20
17172026-09-16T23:21:20.657Z Compiling progenitor-macro v0.14.0
17182026-09-16T23:21:21.347Z Checking dropshot v0.17.1
17192026-09-16T23:21:21.348Z Checking hyper-rustls v0.27.9
17202026-09-16T23:21:21.524Z Checking reqwest v0.13.4
17212026-09-16T23:21:22.134Z Checking progenitor-client v0.14.0
17222026-09-16T23:21:23.018Z Checking sush-api v0.1.0 (/work/oxidecomputer/sush/api)
17232026-09-16T23:21:23.170Z Checking progenitor v0.14.0
17242026-09-16T23:21:23.446Z Checking sush-server v0.1.0 (/work/oxidecomputer/sush/server)
17252026-09-16T23:21:23.446Z Checking sush-client v0.1.0 (/work/oxidecomputer/sush/client)
17262026-09-16T23:21:23.449Z Checking xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
17272026-09-16T23:21:25.748Z Checking sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
17282026-09-16T23:21:26.886Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.90s
17292026-09-16T23:21:26.889Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
17302026-09-16T23:21:26.889Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
17312026-09-16T23:21:27.004Zcargo build --locked
17322026-09-16T23:21:27.472Z Compiling unicode-ident v1.0.24
17332026-09-16T23:21:27.472Z Compiling cfg-if v1.0.4
17342026-09-16T23:21:27.472Z Compiling subtle v2.6.1
17352026-09-16T23:21:27.472Z Compiling const-oid v0.9.6
17362026-09-16T23:21:27.475Z Compiling libc v0.2.189
17372026-09-16T23:21:27.475Z Compiling serde_core v1.0.229
17382026-09-16T23:21:27.546Z Compiling typenum v1.20.1
17392026-09-16T23:21:27.559Z Compiling itoa v1.0.18
17402026-09-16T23:21:27.596Z Compiling memchr v2.8.3
17412026-09-16T23:21:27.648Z Compiling proc-macro2 v1.0.107
17422026-09-16T23:21:27.680Z Compiling flagset v0.4.7
17432026-09-16T23:21:27.748Z Compiling allocator-api2 v0.2.21
17442026-09-16T23:21:27.796Z Compiling smallvec v1.15.2
17452026-09-16T23:21:27.997Z Compiling quote v1.0.47
17462026-09-16T23:21:28.036Z Compiling errno v0.3.14
17472026-09-16T23:21:28.059Z Compiling libm v0.2.16
17482026-09-16T23:21:28.186Z Compiling syn v2.0.119
17492026-09-16T23:21:28.252Z Compiling syn v3.0.3
17502026-09-16T23:21:28.333Z Compiling bytes v1.12.1
17512026-09-16T23:21:28.338Z Compiling equivalent v1.0.2
17522026-09-16T23:21:28.342Z Compiling zmij v1.0.23
17532026-09-16T23:21:28.350Z Compiling pin-project-lite v0.2.17
17542026-09-16T23:21:28.362Z Compiling bitflags v2.13.1
17552026-09-16T23:21:28.439Z Compiling heck v0.5.0
17562026-09-16T23:21:28.594Z Compiling once_cell v1.21.4
17572026-09-16T23:21:28.633Z Compiling foldhash v0.2.0
17582026-09-16T23:21:28.693Z Compiling cpufeatures v0.2.17
17592026-09-16T23:21:28.762Z Compiling base64ct v1.8.3
17602026-09-16T23:21:28.797Z Compiling num-traits v0.2.19
17612026-09-16T23:21:28.806Z Compiling generic-array v0.14.7
17622026-09-16T23:21:28.883Z Compiling signal-hook-registry v1.4.8
17632026-09-16T23:21:29.070Z Compiling pem-rfc7468 v0.7.0
17642026-09-16T23:21:29.191Z Compiling getrandom v0.2.17
17652026-09-16T23:21:29.222Z Compiling futures-core v0.3.33
17662026-09-16T23:21:29.296Z Compiling scopeguard v1.2.0
17672026-09-16T23:21:29.371Z Compiling rand_core v0.6.4
17682026-09-16T23:21:29.380Z Compiling lock_api v0.4.14
17692026-09-16T23:21:29.399Z Compiling parking_lot_core v0.9.12
17702026-09-16T23:21:29.408Z Compiling socket2 v0.6.5
17712026-09-16T23:21:29.422Z Compiling mio v1.2.2
17722026-09-16T23:21:29.436Z Compiling adler2 v2.0.1
17732026-09-16T23:21:29.563Z Compiling base16ct v0.2.0
17742026-09-16T23:21:29.590Z Compiling parking_lot v0.12.5
17752026-09-16T23:21:29.598Z Compiling crypto-common v0.1.7
17762026-09-16T23:21:29.700Z Compiling block-buffer v0.10.4
17772026-09-16T23:21:29.715Z Compiling futures-sink v0.3.33
17782026-09-16T23:21:29.740Z Compiling log v0.4.33
17792026-09-16T23:21:29.814Z Compiling digest v0.10.7
17802026-09-16T23:21:29.831Z Compiling http v1.5.0
17812026-09-16T23:21:29.921Z Compiling getrandom v0.4.3
17822026-09-16T23:21:29.951Z Compiling strsim v0.11.1
17832026-09-16T23:21:30.016Z Compiling slab v0.4.12
17842026-09-16T23:21:30.027Z Compiling futures-channel v0.3.33
17852026-09-16T23:21:30.061Z Compiling dyn-clone v1.0.20
17862026-09-16T23:21:30.188Z Compiling serde_json v1.0.151
17872026-09-16T23:21:30.197Z Compiling hashbrown v0.17.1
17882026-09-16T23:21:30.216Z Compiling futures-io v0.3.33
17892026-09-16T23:21:30.244Z Compiling utf8parse v0.2.2
17902026-09-16T23:21:30.337Z Compiling futures-task v0.3.33
17912026-09-16T23:21:30.349Z Compiling gimli v0.32.3
17922026-09-16T23:21:30.371Z Compiling anstyle-parse v1.0.0
17932026-09-16T23:21:30.506Z Compiling anstyle-query v1.1.5
17942026-09-16T23:21:30.575Z Compiling ipnet v2.12.1
17952026-09-16T23:21:30.613Z Compiling rustc-demangle v0.1.28
17962026-09-16T23:21:30.770Z Compiling indexmap v2.14.0
17972026-09-16T23:21:30.825Z Compiling stable_deref_trait v1.2.1
17982026-09-16T23:21:30.899Z Compiling anstyle v1.0.14
17992026-09-16T23:21:31.040Z Compiling serde_derive_internals v0.29.1
18002026-09-16T23:21:31.092Z Compiling synstructure v0.13.2
18012026-09-16T23:21:31.137Z Compiling iana-time-zone v0.1.65
18022026-09-16T23:21:31.307Z Compiling colorchoice v1.0.5
18032026-09-16T23:21:31.335Z Compiling is_terminal_polyfill v1.70.2
18042026-09-16T23:21:31.410Z Compiling anstream v1.0.0
18052026-09-16T23:21:31.420Z Compiling rustix v1.1.4
18062026-09-16T23:21:31.427Z Compiling ff v0.13.1
18072026-09-16T23:21:31.447Z Compiling serde_derive v1.0.229
18082026-09-16T23:21:31.556Z Compiling thiserror-impl v2.0.20
18092026-09-16T23:21:31.582Z Compiling tokio-macros v2.7.2
18102026-09-16T23:21:31.779Z Compiling base64 v0.22.1
18112026-09-16T23:21:32.109Z Compiling addr2line v0.25.1
18122026-09-16T23:21:32.174Z Compiling zeroize_derive v1.5.0
18132026-09-16T23:21:32.338Z Compiling der_derive v0.7.3
18142026-09-16T23:21:32.349Z Compiling zerocopy-derive v0.8.56
18152026-09-16T23:21:32.443Z Compiling tokio v1.53.1
18162026-09-16T23:21:32.791Z Compiling thiserror v2.0.20
18172026-09-16T23:21:32.854Z Compiling schemars_derive v0.8.22
18182026-09-16T23:21:32.891Z Compiling futures-macro v0.3.33
18192026-09-16T23:21:32.894Z Compiling zeroize v1.9.0
18202026-09-16T23:21:32.909Z Compiling zerofrom-derive v0.1.7
18212026-09-16T23:21:33.350Z Compiling der v0.7.10
18222026-09-16T23:21:33.840Z Compiling zerocopy v0.8.56
18232026-09-16T23:21:34.061Z Compiling futures-util v0.3.33
18242026-09-16T23:21:34.105Z Compiling hmac v0.12.1
18252026-09-16T23:21:34.113Z Compiling serde v1.0.229
18262026-09-16T23:21:34.236Z Compiling spki v0.7.3
18272026-09-16T23:21:34.448Z Compiling pkcs8 v0.10.2
18282026-09-16T23:21:34.658Z Compiling zerofrom v0.1.8
18292026-09-16T23:21:34.723Z Compiling curve25519-dalek-derive v0.1.1
18302026-09-16T23:21:34.736Z Compiling yoke-derive v0.8.2
18312026-09-16T23:21:34.827Z Compiling chrono v0.4.45
18322026-09-16T23:21:35.135Z Compiling sha2 v0.10.9
18332026-09-16T23:21:35.145Z Compiling signature v2.2.0
18342026-09-16T23:21:35.292Z Compiling rustls-pki-types v1.15.1
18352026-09-16T23:21:35.431Z Compiling clap_lex v1.1.0
18362026-09-16T23:21:35.515Z Compiling sec1 v0.7.3
18372026-09-16T23:21:35.670Z Compiling erased-serde v0.3.31
18382026-09-16T23:21:35.784Z Compiling hkdf v0.12.4
18392026-09-16T23:21:35.809Z Compiling crypto-bigint v0.5.5
18402026-09-16T23:21:35.868Z Compiling yoke v0.8.3
18412026-09-16T23:21:35.920Z Compiling zerovec-derive v0.11.3
18422026-09-16T23:21:36.054Z Compiling group v0.13.0
18432026-09-16T23:21:36.172Z Compiling httparse v1.10.1
18442026-09-16T23:21:36.230Z Compiling aws-lc-sys v0.44.0
18452026-09-16T23:21:36.300Z Compiling uuid v1.24.0
18462026-09-16T23:21:36.420Z Compiling simd-adler32 v0.3.10
18472026-09-16T23:21:36.476Z Compiling hex v0.4.3
18482026-09-16T23:21:36.621Z Compiling unicode-linebreak v0.1.5
18492026-09-16T23:21:36.731Z Compiling ppv-lite86 v0.2.21
18502026-09-16T23:21:36.741Z Compiling is_ci v1.2.0
18512026-09-16T23:21:36.846Z Compiling elliptic-curve v0.13.8
18522026-09-16T23:21:36.865Z Compiling aws-lc-rs v1.18.0
18532026-09-16T23:21:36.879Z Compiling miniz_oxide v0.8.9
18542026-09-16T23:21:36.889Z Compiling slog v2.8.2
18552026-09-16T23:21:37.053Z Compiling zerovec v0.11.6
18562026-09-16T23:21:37.063Z Compiling clap_derive v4.6.4
18572026-09-16T23:21:37.245Z Compiling displaydoc v0.2.7
18582026-09-16T23:21:37.299Z Compiling num-integer v0.1.46
18592026-09-16T23:21:37.543Z Compiling is-terminal v0.4.17
18602026-09-16T23:21:37.582Z Compiling untrusted v0.9.0
18612026-09-16T23:21:37.620Z Compiling percent-encoding v2.3.2
18622026-09-16T23:21:37.634Z Compiling unicode-width v0.1.14
18632026-09-16T23:21:37.701Z Compiling num-iter v0.1.46
18642026-09-16T23:21:37.812Z Compiling syn v1.0.109
18652026-09-16T23:21:37.812Z Compiling schemars v0.8.22
18662026-09-16T23:21:37.904Z Compiling rustls-webpki v0.103.13
18672026-09-16T23:21:38.048Z Compiling serde_tokenstream v0.2.3
18682026-09-16T23:21:38.155Z Compiling rfc6979 v0.4.0
18692026-09-16T23:21:38.279Z Compiling http-body v1.1.0
18702026-09-16T23:21:38.435Z Compiling tracing-core v0.1.36
18712026-09-16T23:21:38.446Z Compiling unicode-width v0.2.2
18722026-09-16T23:21:38.467Z Compiling atomic-waker v1.1.2
18732026-09-16T23:21:38.596Z Compiling rustls v0.23.43
18742026-09-16T23:21:38.713Z Compiling ecdsa v0.16.9
18752026-09-16T23:21:38.726Z Compiling primeorder v0.13.6
18762026-09-16T23:21:38.735Z Compiling tokio-util v0.7.19
18772026-09-16T23:21:38.956Z Compiling tracing v0.1.44
18782026-09-16T23:21:39.066Z Compiling thiserror-impl v1.0.69
18792026-09-16T23:21:39.233Z Compiling hybrid-array v0.4.14
18802026-09-16T23:21:39.339Z Compiling tower-service v0.3.3
18812026-09-16T23:21:39.376Z Compiling try-lock v0.2.5
18822026-09-16T23:21:39.423Z Compiling tower-layer v0.3.3
18832026-09-16T23:21:39.433Z Compiling fnv v1.0.7
18842026-09-16T23:21:39.483Z Compiling keccak v0.1.6
18852026-09-16T23:21:39.486Z Compiling want v0.3.1
18862026-09-16T23:21:39.523Z Compiling h2 v0.4.15
18872026-09-16T23:21:39.708Z Compiling tinystr v0.8.3
18882026-09-16T23:21:39.717Z Compiling form_urlencoded v1.2.2
18892026-09-16T23:21:39.759Z Compiling rand_chacha v0.3.1
18902026-09-16T23:21:39.795Z Compiling curve25519-dalek v4.1.3
18912026-09-16T23:21:39.900Z Compiling ed25519 v2.2.3
18922026-09-16T23:21:40.161Z Compiling terminal_size v0.4.4
18932026-09-16T23:21:40.222Z Compiling object v0.37.3
18942026-09-16T23:21:40.280Z Compiling thiserror v1.0.69
18952026-09-16T23:21:40.520Z Compiling hashbrown v0.16.1
18962026-09-16T23:21:40.678Z Compiling num-conv v0.2.2
18972026-09-16T23:21:40.830Z Compiling writeable v0.6.3
18982026-09-16T23:21:40.935Z Compiling litemap v0.8.2
18992026-09-16T23:21:41.035Z Compiling spin v0.9.9
19002026-09-16T23:21:41.089Z Compiling httpdate v1.0.3
19012026-09-16T23:21:41.122Z Compiling ryu v1.0.23
19022026-09-16T23:21:41.185Z Compiling time-core v0.1.9
19032026-09-16T23:21:41.310Z Compiling icu_locale_core v2.2.0
19042026-09-16T23:21:41.334Z Compiling darling_core v0.23.0
19052026-09-16T23:21:41.373Z Compiling time-macros v0.2.32
19062026-09-16T23:21:41.702Z Compiling hyper v1.11.0
19072026-09-16T23:21:42.274Z Compiling tokio-rustls v0.26.4
19082026-09-16T23:21:42.382Z Compiling ahash v0.8.12
19092026-09-16T23:21:42.556Z Compiling ed25519-dalek v2.2.0
19102026-09-16T23:21:42.709Z Compiling backtrace v0.3.76
19112026-09-16T23:21:43.037Z Compiling clap_builder v4.6.6
19122026-09-16T23:21:43.052Z Compiling rand v0.8.7
19132026-09-16T23:21:43.120Z Compiling block-buffer v0.12.1
19142026-09-16T23:21:43.165Z Compiling crypto-common v0.2.2
19152026-09-16T23:21:43.282Z Compiling getrandom v0.3.4
19162026-09-16T23:21:43.436Z Compiling zerotrie v0.2.4
19172026-09-16T23:21:43.466Z Compiling potential_utf v0.1.5
19182026-09-16T23:21:43.476Z Compiling x509-cert v0.2.5
19192026-09-16T23:21:43.707Z Compiling proc-macro-error-attr2 v2.0.0
19202026-09-16T23:21:43.732Z Compiling num_threads v0.1.7
19212026-09-16T23:21:43.830Z Compiling powerfmt v0.2.0
19222026-09-16T23:21:44.044Z Compiling utf8_iter v1.0.4
19232026-09-16T23:21:44.054Z Compiling deranged v0.5.8
19242026-09-16T23:21:44.166Z Compiling const-oid v0.10.2
19252026-09-16T23:21:44.194Z Compiling lazy_static v1.5.0
19262026-09-16T23:21:44.197Z Compiling proc-macro-error2 v2.0.1
19272026-09-16T23:21:44.285Z Compiling icu_collections v2.2.0
19282026-09-16T23:21:44.306Z Compiling digest v0.11.3
19292026-09-16T23:21:44.372Z Compiling icu_provider v2.2.0
19302026-09-16T23:21:44.473Z Compiling darling_macro v0.23.0
19312026-09-16T23:21:44.476Z Compiling rand_core v0.9.5
19322026-09-16T23:21:44.701Z Compiling clap v4.6.6
19332026-09-16T23:21:44.704Z Compiling backtrace-ext v0.2.1
19342026-09-16T23:21:44.823Z Compiling hyper-util v0.1.20
19352026-09-16T23:21:44.928Z Compiling hashbrown v0.14.5
19362026-09-16T23:21:44.999Z Compiling time v0.3.55
19372026-09-16T23:21:45.020Z Compiling textwrap v0.16.2
19382026-09-16T23:21:45.222Z Compiling supports-color v3.0.2
19392026-09-16T23:21:45.303Z Compiling half v2.7.1
19402026-09-16T23:21:45.369Z Compiling sha1 v0.10.7
19412026-09-16T23:21:45.378Z Compiling miette-derive v7.6.0
19422026-09-16T23:21:45.531Z Compiling encoding_rs v0.8.35
19432026-09-16T23:21:45.596Z Compiling static_assertions v1.1.0
19442026-09-16T23:21:45.596Z Compiling semver v1.0.28
19452026-09-16T23:21:45.668Z Compiling mime v0.3.17
19462026-09-16T23:21:45.938Z Compiling ciborium-io v0.2.2
19472026-09-16T23:21:45.947Z Compiling fastrand v2.5.0
19482026-09-16T23:21:46.031Z Compiling ciborium-ll v0.2.2
19492026-09-16T23:21:46.209Z Compiling tempfile v3.27.0
19502026-09-16T23:21:46.254Z Compiling num-bigint-dig v0.8.6
19512026-09-16T23:21:46.485Z Compiling chumsky v0.9.3
19522026-09-16T23:21:46.515Z Compiling miette v7.6.0
19532026-09-16T23:21:46.632Z Compiling darling v0.23.0
19542026-09-16T23:21:46.713Z Compiling rand_chacha v0.9.0
19552026-09-16T23:21:46.816Z Compiling knus-derive v3.4.0
19562026-09-16T23:21:47.152Z Compiling camino v1.2.5
19572026-09-16T23:21:47.163Z Compiling crc32fast v1.5.0
19582026-09-16T23:21:47.197Z Compiling icu_properties_data v2.2.0
19592026-09-16T23:21:47.338Z Compiling crossbeam-utils v0.8.22
19602026-09-16T23:21:47.348Z Compiling icu_normalizer_data v2.2.0
19612026-09-16T23:21:47.431Z Compiling serde_urlencoded v0.7.1
19622026-09-16T23:21:47.515Z Compiling regress v0.11.1
19632026-09-16T23:21:47.673Z Compiling http-body-util v0.1.4
19642026-09-16T23:21:47.718Z Compiling pkcs1 v0.7.5
19652026-09-16T23:21:47.838Z Compiling inout v0.1.4
19662026-09-16T23:21:47.863Z Compiling thread_local v1.1.10
19672026-09-16T23:21:47.925Z Compiling ipnetwork v0.21.1
19682026-09-16T23:21:47.969Z Compiling regex-syntax v0.8.11
19692026-09-16T23:21:48.127Z Compiling oxnet v0.1.6
19702026-09-16T23:21:48.139Z Compiling cipher v0.4.4
19712026-09-16T23:21:48.213Z Compiling rsa v0.9.10
19722026-09-16T23:21:48.268Z Compiling knus v3.4.0
19732026-09-16T23:21:48.350Z Compiling crossbeam-channel v0.5.16
19742026-09-16T23:21:48.827Z Compiling p384 v0.13.1
19752026-09-16T23:21:48.836Z Compiling icu_normalizer v2.2.0
19762026-09-16T23:21:48.942Z Compiling icu_properties v2.2.0
19772026-09-16T23:21:49.135Z Compiling typify-impl v0.6.2
19782026-09-16T23:21:49.157Z Compiling flate2 v1.1.9
19792026-09-16T23:21:49.543Z Compiling rand v0.9.5
19802026-09-16T23:21:49.589Z Compiling serde_with_macros v3.22.0
19812026-09-16T23:21:50.154Z Compiling ciborium v0.2.2
19822026-09-16T23:21:50.175Z Compiling hubpack_derive v0.1.1
19832026-09-16T23:21:50.280Z Compiling sha3 v0.10.9
19842026-09-16T23:21:50.739Z Compiling newtype-uuid v1.4.0
19852026-09-16T23:21:50.758Z Compiling futures-executor v0.3.33
19862026-09-16T23:21:50.841Z Compiling ssh-encoding v0.2.0
19872026-09-16T23:21:50.923Z Compiling openapiv3 v2.2.0
19882026-09-16T23:21:51.047Z Compiling async-stream-impl v0.3.6
19892026-09-16T23:21:51.103Z Compiling strum_macros v0.26.4
19902026-09-16T23:21:51.285Z Compiling daft-derive v0.1.8
19912026-09-16T23:21:51.610Z Compiling async-trait v0.1.92
19922026-09-16T23:21:51.940Z Compiling keccak v0.2.2
19932026-09-16T23:21:52.045Z Compiling match_cfg v0.1.0
19942026-09-16T23:21:52.075Z Compiling utf-8 v0.7.6
19952026-09-16T23:21:52.117Z Compiling compression-core v0.4.32
19962026-09-16T23:21:52.243Z Compiling data-encoding v2.11.1
19972026-09-16T23:21:52.252Z Compiling take_mut v0.2.2
19982026-09-16T23:21:52.276Z Compiling sponge-cursor v0.1.0
19992026-09-16T23:21:52.358Z Compiling term v1.2.1
20002026-09-16T23:21:52.405Z Compiling winnow v1.0.4
20012026-09-16T23:21:52.556Z Compiling tungstenite v0.28.0
20022026-09-16T23:21:52.595Z Compiling sha3 v0.12.0
20032026-09-16T23:21:52.686Z Compiling slog-term v2.9.2
20042026-09-16T23:21:52.753Z Compiling strum v0.26.3
20052026-09-16T23:21:52.766Z Compiling toml_parser v1.1.3+spec-1.1.0
20062026-09-16T23:21:52.886Z Compiling slog-async v2.8.0
20072026-09-16T23:21:53.061Z Compiling compression-codecs v0.4.38
20082026-09-16T23:21:53.078Z Compiling hostname v0.3.1
20092026-09-16T23:21:53.222Z Compiling daft v0.1.8
20102026-09-16T23:21:53.236Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d)
20112026-09-16T23:21:53.311Z Compiling async-stream v0.3.6
20122026-09-16T23:21:53.390Z Compiling ssh-cipher v0.2.0
20132026-09-16T23:21:53.453Z Compiling futures v0.3.33
20142026-09-16T23:21:53.462Z Compiling serde_with v3.22.0
20152026-09-16T23:21:53.478Z Compiling hubpack v0.1.2
20162026-09-16T23:21:53.488Z Compiling idna_adapter v1.2.2
20172026-09-16T23:21:53.628Z Compiling omicron-workspace-hack v0.1.0
20182026-09-16T23:21:53.634Z Compiling slog-json v2.6.1
20192026-09-16T23:21:53.634Z Compiling p256 v0.13.2
20202026-09-16T23:21:53.634Z Compiling toml_datetime v1.1.1+spec-1.1.0
20212026-09-16T23:21:53.698Z Compiling serde_spanned v1.1.1
20222026-09-16T23:21:53.748Z Compiling toml_writer v1.1.2+spec-1.1.0
20232026-09-16T23:21:53.845Z Compiling unicode-segmentation v1.13.3
20242026-09-16T23:21:53.979Z Compiling cpufeatures v0.3.0
20252026-09-16T23:21:54.030Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
20262026-09-16T23:21:54.053Z Compiling sha1 v0.11.0
20272026-09-16T23:21:54.275Z Compiling toml v1.1.4+spec-1.1.0
20282026-09-16T23:21:54.307Z Compiling ssh-key v0.6.7
20292026-09-16T23:21:54.371Z Compiling slog-bunyan v2.5.0
20302026-09-16T23:21:54.514Z Compiling idna v1.1.0
20312026-09-16T23:21:54.688Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
20322026-09-16T23:21:55.021Z Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516)
20332026-09-16T23:21:55.080Z Compiling multer v3.1.0
20342026-09-16T23:21:55.297Z Compiling async-compression v0.4.43
20352026-09-16T23:21:55.593Z Compiling typify-macro v0.6.2
20362026-09-16T23:21:55.609Z Compiling salty v0.3.0
20372026-09-16T23:21:55.621Z Compiling tokio-tungstenite v0.28.0
20382026-09-16T23:21:55.815Z Compiling rlimit v0.10.2
20392026-09-16T23:21:55.911Z Compiling waitgroup v0.1.2
20402026-09-16T23:21:55.989Z Compiling dropshot_endpoint v0.17.1
20412026-09-16T23:21:56.013Z Compiling rustls-pemfile v2.2.0
20422026-09-16T23:21:56.051Z Compiling toml_datetime v0.6.11
20432026-09-16T23:21:56.218Z Compiling serde_spanned v0.6.9
20442026-09-16T23:21:56.226Z Compiling env_filter v2.0.0
20452026-09-16T23:21:56.334Z Compiling sync_wrapper v1.0.2
20462026-09-16T23:21:56.366Z Compiling serde_path_to_error v0.1.20
20472026-09-16T23:21:56.439Z Compiling aho-corasick v1.1.5
20482026-09-16T23:21:56.567Z Compiling hostname v0.4.2
20492026-09-16T23:21:56.712Z Compiling winnow v0.7.15
20502026-09-16T23:21:56.719Z Compiling debug-ignore v1.0.5
20512026-09-16T23:21:56.823Z Compiling openssl-probe v0.2.1
20522026-09-16T23:21:57.016Z Compiling bytesize v2.7.0
20532026-09-16T23:21:57.024Z Compiling toml_write v0.1.2
20542026-09-16T23:21:57.109Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20552026-09-16T23:21:57.109Z Compiling http-range-header v0.4.2
20562026-09-16T23:21:57.226Z Compiling rustls-native-certs v0.8.4
20572026-09-16T23:21:57.313Z Compiling regex-automata v0.4.18
20582026-09-16T23:21:57.573Z Compiling tower v0.5.3
20592026-09-16T23:21:57.683Z Compiling dropshot v0.17.1
20602026-09-16T23:21:57.770Z Compiling env_logger v0.11.11
20612026-09-16T23:21:58.053Z Compiling toml_edit v0.22.27
20622026-09-16T23:21:58.128Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20632026-09-16T23:21:58.229Z Compiling url v2.5.8
20642026-09-16T23:21:58.622Z Compiling serde-big-array v0.5.1
20652026-09-16T23:21:58.762Z Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20662026-09-16T23:21:58.811Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20672026-09-16T23:21:59.750Z Compiling num-modular v0.6.5
20682026-09-16T23:22:00.481Z Compiling dashu-base v0.5.1
20692026-09-16T23:22:00.811Z Compiling corncobs v0.1.4
20702026-09-16T23:22:01.002Z Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
20712026-09-16T23:22:01.418Z Compiling dashu-int v0.5.1
20722026-09-16T23:22:01.421Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
20732026-09-16T23:22:02.563Z Compiling toml v0.8.23
20742026-09-16T23:22:02.906Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20752026-09-16T23:22:03.036Z Compiling regex v1.13.1
20762026-09-16T23:22:03.262Z Compiling tower-http v0.6.11
20772026-09-16T23:22:03.542Z Compiling typify v0.6.2
20782026-09-16T23:22:03.548Z Compiling proc-macro-error-attr v1.0.4
20792026-09-16T23:22:03.606Z Compiling rustls-platform-verifier v0.7.0
20802026-09-16T23:22:03.701Z Compiling rustix v0.38.44
20812026-09-16T23:22:04.034Z Compiling hyper-rustls v0.27.9
20822026-09-16T23:22:04.144Z Compiling secrecy v0.8.0
20832026-09-16T23:22:04.293Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
20842026-09-16T23:22:04.350Z Compiling num-primitive v0.2.1
20852026-09-16T23:22:04.611Z Compiling smawk v0.3.3
20862026-09-16T23:22:04.646Z Compiling serde_yaml v0.9.34+deprecated
20872026-09-16T23:22:04.656Z Compiling atomicwrites v0.4.4
20882026-09-16T23:22:04.736Z Compiling textwrap v0.15.2
20892026-09-16T23:22:04.859Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
20902026-09-16T23:22:04.927Z Compiling dsi-bitstream v0.10.1
20912026-09-16T23:22:04.939Z Compiling reqwest v0.13.4
20922026-09-16T23:22:05.084Z Compiling proc-macro-error v1.0.4
20932026-09-16T23:22:05.354Z Compiling progenitor-impl v0.14.0
20942026-09-16T23:22:05.433Z Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
20952026-09-16T23:22:05.876Z Compiling heck v0.4.1
20962026-09-16T23:22:05.931Z Compiling supports-unicode v2.1.0
20972026-09-16T23:22:05.996Z Compiling supports-color v2.1.0
20982026-09-16T23:22:06.080Z Compiling supports-hyperlinks v2.1.0
20992026-09-16T23:22:06.080Z Compiling miette-derive v5.10.0
21002026-09-16T23:22:06.210Z Compiling nibble_vec v0.1.0
21012026-09-16T23:22:06.249Z Compiling memmap2 v0.9.11
21022026-09-16T23:22:06.343Z Compiling terminal_size v0.1.17
21032026-09-16T23:22:06.427Z Compiling endian-type v0.2.0
21042026-09-16T23:22:06.459Z Compiling tinyvec_macros v0.1.1
21052026-09-16T23:22:06.478Z Compiling owo-colors v3.5.0
21062026-09-16T23:22:06.529Z Compiling either v1.17.0
21072026-09-16T23:22:06.559Z Compiling hashbrown v0.13.2
21082026-09-16T23:22:06.744Z Compiling itertools v0.14.0
21092026-09-16T23:22:07.023Z Compiling schnellru v0.2.4
21102026-09-16T23:22:07.161Z Compiling radix_trie v0.3.0
21112026-09-16T23:22:07.188Z Compiling miette v5.10.0
21122026-09-16T23:22:07.264Z Compiling tinyvec v1.12.0
21132026-09-16T23:22:07.466Z Compiling progenitor-client v0.14.0
21142026-09-16T23:22:07.608Z Compiling knuffel-derive v3.2.0
21152026-09-16T23:22:08.001Z Compiling nix v0.31.3
21162026-09-16T23:22:08.634Z Compiling signal-hook v0.4.4
21172026-09-16T23:22:08.855Z Compiling portable-atomic v1.15.0
21182026-09-16T23:22:09.019Z Compiling progenitor-macro v0.14.0
21192026-09-16T23:22:09.131Z Compiling console v0.16.4
21202026-09-16T23:22:09.183Z Compiling tokio-stream v0.1.19
21212026-09-16T23:22:09.422Z Compiling termios v0.3.3
21222026-09-16T23:22:09.530Z Compiling unit-prefix v0.5.2
21232026-09-16T23:22:09.578Z Compiling base64 v0.21.7
21242026-09-16T23:22:09.640Z Compiling home v0.5.12
21252026-09-16T23:22:09.677Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
21262026-09-16T23:22:09.743Z Compiling rustyline v18.0.0 (https://github.com/kkawakam/rustyline?rev=5ab22f2f8d65e85f0b925360437ece8eeeb6db92#5ab22f2f)
21272026-09-16T23:22:09.776Z Compiling indicatif v0.18.6
21282026-09-16T23:22:09.909Z Compiling knuffel v3.2.0
21292026-09-16T23:22:10.394Z Compiling pwd v1.4.0
21302026-09-16T23:22:10.487Z Compiling tokio-fd v0.3.0
21312026-09-16T23:22:10.581Z Compiling async-recursion v1.1.1
21322026-09-16T23:22:10.659Z Compiling lru v0.18.2
21332026-09-16T23:22:10.803Z Compiling humantime v2.4.0
21342026-09-16T23:22:10.821Z Compiling shlex v1.3.0
21352026-09-16T23:22:10.833Z Compiling xdg v3.0.0
21362026-09-16T23:22:11.033Z Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=7600756029ce046a02c6234aa84ce230cc5eaa04#76007560)
21372026-09-16T23:22:11.075Z Compiling function_name v0.3.0
21382026-09-16T23:22:11.147Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21392026-09-16T23:22:12.894Z Compiling sprockets-tls-test-utils v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21402026-09-16T23:22:14.106Z Compiling progenitor v0.14.0
21412026-09-16T23:22:14.211Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21422026-09-16T23:22:15.142Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21432026-09-16T23:22:18.398Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21442026-09-16T23:22:34.958Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s
21452026-09-16T23:22:34.961Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21462026-09-16T23:22:34.962Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21472026-09-16T23:22:35.081Zcargo nextest run --run-ignored all
21482026-09-16T23:22:35.991Z Compiling tokio v1.53.1
21492026-09-16T23:22:36.060Z Compiling serde_json v1.0.151
21502026-09-16T23:22:36.110Z Compiling anyhow v1.0.104
21512026-09-16T23:22:36.110Z Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
21522026-09-16T23:22:36.679Z Compiling schemars v0.8.22
21532026-09-16T23:22:36.679Z Compiling openapiv3 v2.2.0
21542026-09-16T23:22:36.679Z Compiling slog-json v2.6.1
21552026-09-16T23:22:36.682Z Compiling attest-mock v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=10952e8d9599b735b85d480af3560a11700e5b64#10952e8d)
21562026-09-16T23:22:36.894Z Compiling slog-bunyan v2.5.0
21572026-09-16T23:22:36.928Z Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
21582026-09-16T23:22:37.387Z Compiling oxnet v0.1.6
21592026-09-16T23:22:37.501Z Compiling typify-impl v0.6.2
21602026-09-16T23:22:37.884Z Compiling daft v0.1.8
21612026-09-16T23:22:38.113Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?tag=rel%2Fv21%2Frc1#3e5bafe8)
21622026-09-16T23:22:39.608Z Compiling tokio-util v0.7.19
21632026-09-16T23:22:39.736Z Compiling tokio-rustls v0.26.4
21642026-09-16T23:22:40.004Z Compiling tokio-tungstenite v0.28.0
21652026-09-16T23:22:40.289Z Compiling h2 v0.4.15
21662026-09-16T23:22:40.307Z Compiling sush-common v0.1.0 (/work/oxidecomputer/sush/common)
21672026-09-16T23:22:40.319Z Compiling async-compression v0.4.43
21682026-09-16T23:22:40.424Z Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08)
21692026-09-16T23:22:40.633Z Compiling tokio-stream v0.1.19
21702026-09-16T23:22:40.645Z Compiling tower v0.5.3
21712026-09-16T23:22:41.077Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86)
21722026-09-16T23:22:41.128Z Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=d37ffca701ad2e6a3087e703d0645d89ace1eabb#d37ffca7)
21732026-09-16T23:22:41.938Z Compiling tower-http v0.6.11
21742026-09-16T23:22:42.173Z Compiling tokio-fd v0.3.0
21752026-09-16T23:22:42.556Z Compiling hyper v1.11.0
21762026-09-16T23:22:42.813Z Compiling typify-macro v0.6.2
21772026-09-16T23:22:43.625Z Compiling hyper-util v0.1.20
21782026-09-16T23:22:44.642Z Compiling typify v0.6.2
21792026-09-16T23:22:44.708Z Compiling progenitor-impl v0.14.0
21802026-09-16T23:22:44.757Z Compiling dropshot v0.17.1
21812026-09-16T23:22:44.757Z Compiling hyper-rustls v0.27.9
21822026-09-16T23:22:45.005Z Compiling reqwest v0.13.4
21832026-09-16T23:22:46.295Z Compiling progenitor-client v0.14.0
21842026-09-16T23:22:47.114Z Compiling progenitor-macro v0.14.0
21852026-09-16T23:22:47.543Z Compiling sush-api v0.1.0 (/work/oxidecomputer/sush/api)
21862026-09-16T23:22:48.191Z Compiling sush-server v0.1.0 (/work/oxidecomputer/sush/server)
21872026-09-16T23:22:49.551Z Compiling xtask v0.1.0 (/work/oxidecomputer/sush/xtask)
21882026-09-16T23:22:51.864Z Compiling progenitor v0.14.0
21892026-09-16T23:22:51.964Z Compiling sush-client v0.1.0 (/work/oxidecomputer/sush/client)
21902026-09-16T23:22:55.231Z Compiling sush-tests v0.1.0 (/work/oxidecomputer/sush/tests)
21912026-09-16T23:23:28.698Z Finished `test` profile [unoptimized + debuginfo] target(s) in 53.07s
21922026-09-16T23:23:28.702Zwarning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1
21932026-09-16T23:23:28.702Znote: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
21942026-09-16T23:23:28.849Z────────────
21952026-09-16T23:23:28.849Z Nextest run ID 1b1b11ea-4429-477e-ae55-7eeaea977e46 with nextest profile: default
21962026-09-16T23:23:28.849Z Starting 168 tests across 11 binaries
21972026-09-16T23:23:28.856Z PASS [ 0.007s] ( 1/168) sush-client agent::test::sign_request_frame
21982026-09-16T23:23:28.860Z PASS [ 0.007s] ( 2/168) sush-client agent::test::request_identities_frame
21992026-09-16T23:23:28.860Z PASS [ 0.007s] ( 3/168) sush-client cli::rack::rack_drawing_health
22002026-09-16T23:23:28.860Z PASS [ 0.008s] ( 4/168) sush-client agent::test::malformed_payloads
22012026-09-16T23:23:28.860Z PASS [ 0.008s] ( 5/168) sush-client agent::test::identities_answer_roundtrip
22022026-09-16T23:23:28.860Z PASS [ 0.008s] ( 6/168) sush-client agent::test::sign_response_roundtrip
22032026-09-16T23:23:28.860Z PASS [ 0.008s] ( 7/168) sush-client cli::rack::rack_drawing
22042026-09-16T23:23:28.864Z PASS [ 0.008s] ( 8/168) sush-client commands::tests::login_refused_blames_build_skew
22052026-09-16T23:23:28.867Z PASS [ 0.008s] ( 9/168) sush-client commands::target_arg
22062026-09-16T23:23:28.867Z PASS [ 0.007s] ( 10/168) sush-client tls::test::descoped_urls
22072026-09-16T23:23:28.867Z PASS [ 0.008s] ( 11/168) sush-client commands::watch_settling
22082026-09-16T23:23:28.867Z PASS [ 0.011s] ( 12/168) sush-client commands::client_args
22092026-09-16T23:23:28.871Z PASS [ 0.007s] ( 13/168) sush-common authn::test::authn_errors
22102026-09-16T23:23:28.874Z PASS [ 0.007s] ( 14/168) sush-common authn::test::pin_challenge_response_schema
22112026-09-16T23:23:28.874Z PASS [ 0.006s] ( 15/168) sush-common authn::test::pin_to_be_signed
22122026-09-16T23:23:28.878Z PASS [ 0.006s] ( 16/168) sush-common authn::test::seq_windows
22132026-09-16T23:23:28.881Z PASS [ 0.006s] ( 17/168) sush-common codephrases::test::constant_codephrases
22142026-09-16T23:23:28.885Z PASS [ 0.006s] ( 18/168) sush-common codephrases::test::leading_zeros_after_truncation
22152026-09-16T23:23:28.885Z PASS [ 0.006s] ( 19/168) sush-common codephrases::test::non_phrases
22162026-09-16T23:23:28.890Z PASS [ 0.006s] ( 20/168) sush-common codephrases::test::trivial_codephrases
22172026-09-16T23:23:28.896Z PASS [ 0.006s] ( 21/168) sush-common codephrases::test::wide_values_reject_where_truncated
22182026-09-16T23:23:28.902Z PASS [ 0.006s] ( 22/168) sush-common hash::tests::sha3_256_empty_vector
22192026-09-16T23:23:28.907Z PASS [ 0.006s] ( 23/168) sush-common jobs::test::interactive_targets
22202026-09-16T23:23:28.913Z PASS [ 0.006s] ( 24/168) sush-common jobs::test::limits_clamp
22212026-09-16T23:23:28.916Z PASS [ 0.050s] ( 25/168) sush-common authn::test::bound_requests
22222026-09-16T23:23:28.920Z PASS [ 0.006s] ( 26/168) sush-common jobs::test::pin_job_start_request_schema
22232026-09-16T23:23:28.920Z PASS [ 0.006s] ( 27/168) sush-common jobs::test::skip_converges_signer_and_server
22242026-09-16T23:23:28.925Z PASS [ 0.006s] ( 28/168) sush-common jobs::test::to_be_signed_omits_defaults
22252026-09-16T23:23:28.931Z PASS [ 0.006s] ( 29/168) sush-common keys::test::test_sk_split
22262026-09-16T23:23:28.936Z PASS [ 0.005s] ( 30/168) sush-common targets::test::targets_include
22272026-09-16T23:23:28.942Z PASS [ 0.006s] ( 31/168) sush-common targets::test::targets_parse
22282026-09-16T23:23:28.949Z PASS [ 0.006s] ( 32/168) sush-common targets::test::targets_round_trip
22292026-09-16T23:23:28.955Z PASS [ 0.007s] ( 33/168) sush-common wordlist::test::verify_wordlist
22302026-09-16T23:23:28.966Z PASS [ 0.092s] ( 34/168) sush-common codephrases::test::id_phrases
22312026-09-16T23:23:28.972Z PASS [ 0.006s] ( 35/168) sush-server bloom::test::pin_probes
22322026-09-16T23:23:28.978Z PASS [ 0.006s] ( 36/168) sush-server bloom::test::round_trip
22332026-09-16T23:23:28.985Z PASS [ 0.006s] ( 37/168) sush-server bloom::test::serde_preserves_bits
22342026-09-16T23:23:28.989Z PASS [ 0.031s] ( 38/168) sush-server bloom::test::false_positives_are_rare
22352026-09-16T23:23:28.994Z PASS [ 0.008s] ( 39/168) sush-server bookmark::test::discard_assumes_fresh_identity
22362026-09-16T23:23:29.002Z PASS [ 0.008s] ( 40/168) sush-server bookmark::test::handles_share_record
22372026-09-16T23:23:29.005Z PASS [ 0.141s] ( 41/168) sush-common authn::test::challenge_response
22382026-09-16T23:23:29.009Z PASS [ 0.150s] ( 42/168) sush-client commands::output_needs_target
22392026-09-16T23:23:29.009Z PASS [ 0.151s] ( 43/168) sush-client identity::test::ssh_identities
22402026-09-16T23:23:29.013Z PASS [ 0.009s] ( 44/168) sush-server bookmark::test::incompatible_formats_allow_fresh_checkpoints
22412026-09-16T23:23:29.016Z PASS [ 0.008s] ( 45/168) sush-server bookmark::test::null_and_shed_touch_nothing
22422026-09-16T23:23:29.016Z PASS [ 0.008s] ( 46/168) sush-server bookmark::test::round_trip
22432026-09-16T23:23:29.016Z PASS [ 0.006s] ( 47/168) sush-server bookmark::test::wrapper_formats_pin_their_bytes
22442026-09-16T23:23:29.021Z PASS [ 0.010s] ( 48/168) sush-server boundary::test::commitments_survive_restarts
22452026-09-16T23:23:29.025Z PASS [ 0.008s] ( 49/168) sush-server boundary::test::future_record_is_untrusted
22462026-09-16T23:23:29.025Z PASS [ 0.010s] ( 50/168) sush-server boundary::test::disagreement_is_untrusted_and_pins
22472026-09-16T23:23:29.025Z PASS [ 0.010s] ( 51/168) sush-server boundary::test::outcomes_survive_and_heal
22482026-09-16T23:23:29.028Z PASS [ 0.007s] ( 52/168) sush-server boundary::test::pin_network_keys
22492026-09-16T23:23:29.032Z PASS [ 0.007s] ( 53/168) sush-server boundary::test::pin_record_format_v0
22502026-09-16T23:23:29.032Z PASS [ 0.008s] ( 54/168) sush-server boundary::test::undecodable_record_is_untrusted
22512026-09-16T23:23:29.035Z PASS [ 0.007s] ( 55/168) sush-server boundary::test::unloaded_is_untrusted
22522026-09-16T23:23:29.035Z PASS [ 0.007s] ( 56/168) sush-server format::test::failed_conversion_is_reported
22532026-09-16T23:23:29.039Z PASS [ 0.007s] ( 57/168) sush-server format::test::future_version_is_refused
22542026-09-16T23:23:29.039Z PASS [ 0.006s] ( 58/168) sush-server format::test::garbage_is_refused
22552026-09-16T23:23:29.039Z PASS [ 0.007s] ( 59/168) sush-server format::test::large_record_round_trip
22562026-09-16T23:23:29.043Z PASS [ 0.007s] ( 60/168) sush-server format::test::old_version_converts_up
22572026-09-16T23:23:29.043Z PASS [ 0.007s] ( 61/168) sush-server format::test::round_trip_at_latest
22582026-09-16T23:23:29.046Z PASS [ 0.007s] ( 62/168) sush-server format::test::trailing_envelope_elements_are_refused
22592026-09-16T23:23:29.046Z PASS [ 0.007s] ( 63/168) sush-server format::test::unknown_version_is_refused
22602026-09-16T23:23:29.049Z PASS [ 0.007s] ( 64/168) sush-server format::test::wrong_body_is_reported
22612026-09-16T23:23:29.050Z PASS [ 0.007s] ( 65/168) sush-server format::test::wire_chain_converts
22622026-09-16T23:23:29.053Z PASS [ 0.008s] ( 66/168) sush-server locker::test::corruption_discards
22632026-09-16T23:23:29.057Z PASS [ 0.008s] ( 67/168) sush-server locker::test::flipped_envelope_bytes_are_corruption
22642026-09-16T23:23:29.061Z PASS [ 0.008s] ( 68/168) sush-server locker::test::disagreement_discards
22652026-09-16T23:23:29.061Z PASS [ 0.075s] ( 69/168) sush-server bookmark::test::conforms_to_bookmark_contract
22662026-09-16T23:23:29.064Z PASS [ 0.008s] ( 70/168) sush-server locker::test::legacy_sequence_skew_is_benign
22672026-09-16T23:23:29.067Z PASS [ 0.007s] ( 71/168) sush-server locker::test::null_touches_nothing
22682026-09-16T23:23:29.067Z PASS [ 0.008s] ( 72/168) sush-server locker::test::lone_slot_restores_and_repairs
22692026-09-16T23:23:29.072Z PASS [ 0.008s] ( 73/168) sush-server locker::test::partial_store_fails_loudly
22702026-09-16T23:23:29.072Z PASS [ 0.008s] ( 74/168) sush-server locker::test::probe_requires_every_slot
22712026-09-16T23:23:29.075Z PASS [ 0.008s] ( 75/168) sush-server locker::test::round_trip_writes_every_slot
22722026-09-16T23:23:29.075Z PASS [ 0.008s] ( 76/168) sush-server locker::test::second_locker_is_locked_out
22732026-09-16T23:23:29.076Z PASS [ 0.007s] ( 77/168) sush-server locker::test::stragglers_cannot_clobber_newer_commits
22742026-09-16T23:23:29.079Z PASS [ 0.008s] ( 78/168) sush-server locker::test::torn_pair_resolves_to_newest_write
22752026-09-16T23:23:29.083Z PASS [ 0.008s] ( 79/168) sush-server locker::test::torn_pair_with_equal_sequence_numbers_discards
22762026-09-16T23:23:29.086Z PASS [ 0.010s] ( 80/168) sush-server messages::wire_format::cert_requests
22772026-09-16T23:23:29.086Z PASS [ 0.008s] ( 81/168) sush-server messages::wire_format::concurrent_sessions_error
22782026-09-16T23:23:29.086Z PASS [ 0.008s] ( 82/168) sush-server messages::wire_format::identity_login_request
22792026-09-16T23:23:29.089Z PASS [ 0.008s] ( 83/168) sush-server messages::wire_format::identity_revoke_request
22802026-09-16T23:23:29.093Z PASS [ 0.008s] ( 84/168) sush-server messages::wire_format::job_skipped_event
22812026-09-16T23:23:29.093Z PASS [ 0.009s] ( 85/168) sush-server messages::wire_format::job_events
22822026-09-16T23:23:29.096Z PASS [ 0.009s] ( 86/168) sush-server messages::wire_format::job_start_interactive_request
22832026-09-16T23:23:29.099Z PASS [ 0.008s] ( 87/168) sush-server messages::wire_format::job_start_request
22842026-09-16T23:23:29.102Z PASS [ 0.008s] ( 88/168) sush-server messages::wire_format::job_stop_request
22852026-09-16T23:23:29.102Z PASS [ 0.008s] ( 89/168) sush-server messages::wire_format::session_allow_attach_request
22862026-09-16T23:23:29.103Z PASS [ 0.008s] ( 90/168) sush-server messages::wire_format::session_deny_attach_request
22872026-09-16T23:23:29.106Z PASS [ 0.008s] ( 91/168) sush-server messages::wire_format::session_ended_skip_event
22882026-09-16T23:23:29.110Z PASS [ 0.008s] ( 92/168) sush-server messages::wire_format::session_hop_error
22892026-09-16T23:23:29.111Z PASS [ 0.008s] ( 93/168) sush-server messages::wire_format::session_skip_request
22902026-09-16T23:23:29.111Z PASS [ 0.008s] ( 94/168) sush-server messages::wire_format::session_start_request
22912026-09-16T23:23:29.114Z PASS [ 0.008s] ( 95/168) sush-server messages::wire_format::session_stop_request
22922026-09-16T23:23:29.117Z PASS [ 0.006s] ( 96/168) sush-server messages::wire_format::unknown_version_tolerated
22932026-09-16T23:23:29.117Z PASS [ 0.008s] ( 97/168) sush-server messages::wire_format::universe_flip_flop_error
22942026-09-16T23:23:29.117Z PASS [ 0.008s] ( 98/168) sush-server messages::wire_format::version_event
22952026-09-16T23:23:29.121Z PASS [ 0.007s] ( 99/168) sush-server proxy::test::home_preference
22962026-09-16T23:23:29.124Z PASS [ 0.007s] (100/168) sush-server proxy::test::named_targets
22972026-09-16T23:23:29.124Z PASS [ 0.007s] (101/168) sush-server proxy::test::resolution
22982026-09-16T23:23:29.124Z PASS [ 0.007s] (102/168) sush-server proxy::test::version_interception
22992026-09-16T23:23:29.128Z PASS [ 0.007s] (103/168) sush-server pty::test::pty
23002026-09-16T23:23:29.131Z PASS [ 0.007s] (104/168) sush-server pty::test::set_window_size
23012026-09-16T23:23:29.131Z PASS [ 0.007s] (105/168) sush-server state::test::admission_rules
23022026-09-16T23:23:29.131Z PASS [ 0.007s] (106/168) sush-server state::test::floors_refuse_below
23032026-09-16T23:23:29.155Z PASS [ 0.272s] (107/168) sush-common codephrases::test::random_codephrases
23042026-09-16T23:23:29.343Z PASS [ 0.423s] (108/168) sush-common keys::test::signing
23052026-09-16T23:23:30.255Z PASS [ 1.210s] (109/168) sush-server job::test::tty
23062026-09-16T23:23:30.524Z PASS [ 1.395s] (110/168) sush-server::distributed interrupted_jobs_get_stopped
23072026-09-16T23:23:30.716Z PASS [ 1.589s] (111/168) sush-server::distributed bookmarks_survive_restart
23082026-09-16T23:23:30.863Z PASS [ 1.519s] (112/168) sush-server::distributed rejoining_replays_without_reexecuting
23092026-09-16T23:23:30.866Z PASS [ 1.732s] (113/168) sush-server::distributed jobs_gossip_between_sleds
23102026-09-16T23:23:30.899Z PASS [ 2.051s] (114/168) sush-client cli::test::cert_chains
23112026-09-16T23:23:30.916Z PASS [ 0.016s] (115/168) sush-server::gossip idle_heartbeats_detect_a_silent_peer
23122026-09-16T23:23:30.919Z PASS [ 1.790s] (116/168) sush-server::distributed gossip_survives_bookmark_failure
23132026-09-16T23:23:31.878Z PASS [ 0.962s] (117/168) sush-server::gossip linked_follows_live_links
23142026-09-16T23:23:33.469Z PASS [ 2.605s] (118/168) sush-server::gossip cold_start_converges
23152026-09-16T23:23:34.330Z PASS [ 5.175s] (119/168) sush-server::distributed lost_suffix_never_reruns
23162026-09-16T23:23:34.472Z PASS [ 2.594s] (120/168) sush-server::gossip staggered_start_converges
23172026-09-16T23:23:34.640Z PASS [ 0.168s] (121/168) sush-tests integration_tests::client_proxy_server
23182026-09-16T23:23:34.829Z PASS [ 0.189s] (122/168) sush-tests integration_tests::client_server
23192026-09-16T23:23:34.912Z PASS [ 4.049s] (123/168) sush-server::distributed witnessed_session_survives_restart
23202026-09-16T23:23:35.017Z PASS [ 4.097s] (124/168) sush-server::gossip node_replacement_reconverges
23212026-09-16T23:23:35.229Z PASS [ 0.899s] (125/168) sush-server::link gossip_convergence
23222026-09-16T23:23:35.235Z PASS [ 0.322s] (126/168) sush-tests integration_tests::client_tunnels_through_nexus
23232026-09-16T23:23:35.431Z PASS [ 0.602s] (127/168) sush-tests integration_tests::client_tls_proxy_server
23242026-09-16T23:23:35.498Z PASS [ 0.481s] (128/168) sush-tests integration_tests::interactive_job
23252026-09-16T23:23:35.545Z PASS [ 0.047s] (129/168) sush-tests manager_tests::attribution
23262026-09-16T23:23:35.554Z PASS [ 0.009s] (130/168) sush-tests manager_tests::bad_root_cert_files
23272026-09-16T23:23:35.603Z PASS [ 0.048s] (131/168) sush-tests manager_tests::cancel_queued_job
23282026-09-16T23:23:35.652Z PASS [ 0.050s] (132/168) sush-tests manager_tests::cert_chain
23292026-09-16T23:23:35.664Z PASS [ 0.435s] (133/168) sush-tests integration_tests::streaming_job
23302026-09-16T23:23:35.732Z PASS [ 0.301s] (134/168) sush-tests manager_tests::attach_grants
23312026-09-16T23:23:35.739Z PASS [ 0.087s] (135/168) sush-tests manager_tests::cert_revoke
23322026-09-16T23:23:35.784Z PASS [ 0.044s] (136/168) sush-tests manager_tests::homonym_issuer_resolves_to_true_parent
23332026-09-16T23:23:35.816Z PASS [ 0.582s] (137/168) sush-tests integration_tests::streaming_job_linger
23342026-09-16T23:23:35.827Z PASS [ 0.094s] (138/168) sush-tests manager_tests::gossiped_identities
23352026-09-16T23:23:35.862Z PASS [ 0.045s] (139/168) sush-tests manager_tests::iam
23362026-09-16T23:23:35.868Z PASS [ 0.205s] (140/168) sush-tests manager_tests::cubby_targets
23372026-09-16T23:23:35.871Z PASS [ 0.043s] (141/168) sush-tests manager_tests::iam_revoke
23382026-09-16T23:23:35.885Z PASS [ 0.101s] (142/168) sush-tests manager_tests::hostile_imports_cannot_displace
23392026-09-16T23:23:35.891Z PASS [ 0.030s] (143/168) sush-tests manager_tests::interactive_target_required
23402026-09-16T23:23:35.907Z PASS [ 0.039s] (144/168) sush-tests manager_tests::job_json
23412026-09-16T23:23:35.922Z PASS [ 0.030s] (145/168) sush-tests manager_tests::job_session_enforced
23422026-09-16T23:23:35.927Z PASS [ 0.038s] (146/168) sush-tests manager_tests::job_output_perms
23432026-09-16T23:23:35.943Z PASS [ 0.074s] (147/168) sush-tests manager_tests::job_output_dir_moves
23442026-09-16T23:23:35.951Z PASS [ 0.043s] (148/168) sush-tests manager_tests::job_signal_dispositions
23452026-09-16T23:23:35.964Z PASS [ 0.041s] (149/168) sush-tests manager_tests::job_targets
23462026-09-16T23:23:35.970Z PASS [ 0.049s] (150/168) sush-tests manager_tests::job_stop
23472026-09-16T23:23:36.008Z PASS [ 0.038s] (151/168) sush-tests manager_tests::root_certs_from_files
23482026-09-16T23:23:36.034Z PASS [ 0.026s] (152/168) sush-tests manager_tests::session_nonce_rotates
23492026-09-16T23:23:36.098Z PASS [ 0.154s] (153/168) sush-tests manager_tests::jobs
23502026-09-16T23:23:36.135Z PASS [ 0.037s] (154/168) sush-tests manager_tests::shutdown
23512026-09-16T23:23:36.167Z PASS [ 0.133s] (155/168) sush-tests manager_tests::session_stop_skips_queued_jobs
23522026-09-16T23:23:36.225Z PASS [ 0.090s] (156/168) sush-tests manager_tests::skip_and_stop_are_starter_only
23532026-09-16T23:23:36.246Z PASS [ 0.282s] (157/168) sush-tests manager_tests::revocation_tombstones
23542026-09-16T23:23:36.257Z PASS [ 0.090s] (158/168) sush-tests manager_tests::skip_racing_start_converges
23552026-09-16T23:23:36.274Z PASS [ 0.048s] (159/168) sush-tests manager_tests::streaming_validation
23562026-09-16T23:23:36.282Z PASS [ 0.036s] (160/168) sush-tests manager_tests::superseding_session_skips_queued_jobs
23572026-09-16T23:23:36.356Z PASS [ 0.083s] (161/168) sush-tests manager_tests::too_much_output
23582026-09-16T23:23:36.586Z PASS [ 0.303s] (162/168) sush-tests manager_tests::universe_swap
23592026-09-16T23:23:36.832Z PASS [ 0.881s] (163/168) sush-tests manager_tests::output_ranges
23602026-09-16T23:23:37.559Z PASS [ 1.302s] (164/168) sush-tests manager_tests::too_much_cpu
23612026-09-16T23:23:37.606Z PASS [ 6.889s] (165/168) sush-server::distributed universe_flip_flop_raises_floor
23622026-09-16T23:24:05.517Z PASS [ 32.046s] (166/168) sush-server::link conformance
23632026-09-16T23:24:30.260Z SLOW [> 60.000s] (───────) sush-server::distributed session_resumes_at_stored_successor
23642026-09-16T23:24:30.530Z SLOW [> 60.000s] (───────) sush-server::distributed stragglers_do_not_interrupt_live_jobs
23652026-09-16T23:25:30.283Z SLOW [>120.000s] (───────) sush-server::distributed session_resumes_at_stored_successor
23662026-09-16T23:25:30.609Z SLOW [>120.000s] (───────) sush-server::distributed stragglers_do_not_interrupt_live_jobs
23672026-09-16T23:25:33.116Z FAIL [ 122.559s] (167/168) sush-server::distributed stragglers_do_not_interrupt_live_jobs
23682026-09-16T23:25:33.116Z stdout ───
23692026-09-16T23:25:33.116Z
23702026-09-16T23:25:33.116Z running 1 test
23712026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-root-a.key.pem"
23722026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-signer-a1.key.pem"
23732026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-platformid-1.key.pem"
23742026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-deviceid-1.key.pem"
23752026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-1.key.pem"
23762026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-alias-1.key.pem"
23772026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-platformid-2.key.pem"
23782026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-deviceid-2.key.pem"
23792026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-2.key.pem"
23802026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-alias-2.key.pem"
23812026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-platformid-3.key.pem"
23822026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-deviceid-3.key.pem"
23832026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-3.key.pem"
23842026-09-16T23:25:33.116Z Writing key pair to "/tmp/sush-straggler-FAW0D6/test-alias-3.key.pem"
23852026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-root-a.cert.pem"
23862026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-signer-a1.cert.pem"
23872026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-platformid-1.cert.pem"
23882026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-deviceid-1.cert.pem"
23892026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-1.cert.pem"
23902026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-alias-1.cert.pem"
23912026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-platformid-2.cert.pem"
23922026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-deviceid-2.cert.pem"
23932026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-2.cert.pem"
23942026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-alias-2.cert.pem"
23952026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-platformid-3.cert.pem"
23962026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-deviceid-3.cert.pem"
23972026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-3.cert.pem"
23982026-09-16T23:25:33.116Z Writing certificate to "/tmp/sush-straggler-FAW0D6/test-alias-3.cert.pem"
23992026-09-16T23:25:33.116Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-1.certlist.pem"
24002026-09-16T23:25:33.117Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-alias-1.certlist.pem"
24012026-09-16T23:25:33.117Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-2.certlist.pem"
24022026-09-16T23:25:33.117Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-alias-2.certlist.pem"
24032026-09-16T23:25:33.117Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-sprockets-auth-3.certlist.pem"
24042026-09-16T23:25:33.117Z Writing pki path to "/tmp/sush-straggler-FAW0D6/test-alias-3.certlist.pem"
24052026-09-16T23:25:33.117Z Sep 16 23:23:29.453 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: stragglers_do_not_interrupt_live_jobs
24062026-09-16T23:25:33.117Z Sep 16 23:23:29.456 INFO managing state, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24072026-09-16T23:25:33.117Z Sep 16 23:23:29.458 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: stragglers_do_not_interrupt_live_jobs
24082026-09-16T23:25:33.117Z Sep 16 23:23:29.460 INFO managing state, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24092026-09-16T23:25:33.117Z Sep 16 23:23:29.481 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24102026-09-16T23:25:33.117Z Sep 16 23:23:29.485 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24112026-09-16T23:25:33.117Z Sep 16 23:23:29.523 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24122026-09-16T23:25:33.117Z Sep 16 23:23:29.529 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24132026-09-16T23:25:33.117Z Sep 16 23:23:29.568 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24142026-09-16T23:25:33.117Z Sep 16 23:23:29.574 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24152026-09-16T23:25:33.117Z Sep 16 23:23:29.575 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24162026-09-16T23:25:33.117Z Sep 16 23:23:29.575 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24172026-09-16T23:25:33.117Z Sep 16 23:23:29.627 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24182026-09-16T23:25:33.117Z Sep 16 23:23:29.627 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24192026-09-16T23:25:33.117Z Sep 16 23:23:29.665 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24202026-09-16T23:25:33.117Z Sep 16 23:23:29.665 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24212026-09-16T23:25:33.117Z Sep 16 23:23:29.671 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24222026-09-16T23:25:33.117Z Sep 16 23:23:29.671 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24232026-09-16T23:25:33.117Z Sep 16 23:23:29.671 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24242026-09-16T23:25:33.117Z Sep 16 23:23:29.677 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24252026-09-16T23:25:33.117Z Sep 16 23:23:29.677 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24262026-09-16T23:25:33.117Z Sep 16 23:23:29.677 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:40842, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24272026-09-16T23:25:33.117Z Sep 16 23:23:29.678 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24282026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG linked baseboards changed, live: [[::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24292026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24302026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24312026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 1, theirs: 9fc2f32d0098fee43f72d9644c469336, ours: 932b021177a42151f9f8e45827c8dae4, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24322026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24332026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24342026-09-16T23:25:33.118Z Sep 16 23:23:29.678 DEBG universe mismatch, we_lose: true, their_events: 1, our_events: 1, theirs: 932b021177a42151f9f8e45827c8dae4, ours: 9fc2f32d0098fee43f72d9644c469336, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24352026-09-16T23:25:33.118Z Sep 16 23:23:29.679 DEBG link driver stopped, dominated: true, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24362026-09-16T23:25:33.118Z Sep 16 23:23:29.679 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24372026-09-16T23:25:33.118Z Sep 16 23:23:29.732 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24382026-09-16T23:25:33.118Z Sep 16 23:23:29.736 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24392026-09-16T23:25:33.118Z Sep 16 23:23:29.774 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24402026-09-16T23:25:33.118Z Sep 16 23:23:29.780 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24412026-09-16T23:25:33.118Z Sep 16 23:23:29.819 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24422026-09-16T23:25:33.119Z Sep 16 23:23:29.825 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24432026-09-16T23:25:33.119Z Sep 16 23:23:29.825 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24442026-09-16T23:25:33.119Z Sep 16 23:23:29.825 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24452026-09-16T23:25:33.119Z Sep 16 23:23:29.878 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24462026-09-16T23:25:33.119Z Sep 16 23:23:29.878 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24472026-09-16T23:25:33.119Z Sep 16 23:23:29.916 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24482026-09-16T23:25:33.119Z Sep 16 23:23:29.916 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24492026-09-16T23:25:33.119Z Sep 16 23:23:29.923 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24502026-09-16T23:25:33.119Z Sep 16 23:23:29.923 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24512026-09-16T23:25:33.119Z Sep 16 23:23:29.929 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24522026-09-16T23:25:33.119Z Sep 16 23:23:29.929 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24532026-09-16T23:25:33.119Z Sep 16 23:23:29.929 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24542026-09-16T23:25:33.119Z Sep 16 23:23:29.929 DEBG linked baseboards changed, live: [[::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24552026-09-16T23:25:33.119Z Sep 16 23:23:29.929 INFO joining the universe that beat ours, ours: 9fc2f32d0098fee43f72d9644c469336, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24562026-09-16T23:25:33.120Z Sep 16 23:23:29.933 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24572026-09-16T23:25:33.120Z Sep 16 23:23:29.936 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24582026-09-16T23:25:33.120Z Sep 16 23:23:29.974 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24592026-09-16T23:25:33.120Z Sep 16 23:23:29.981 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24602026-09-16T23:25:33.120Z Sep 16 23:23:30.019 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24612026-09-16T23:25:33.120Z Sep 16 23:23:30.025 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24622026-09-16T23:25:33.120Z Sep 16 23:23:30.026 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24632026-09-16T23:25:33.120Z Sep 16 23:23:30.026 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24642026-09-16T23:25:33.120Z Sep 16 23:23:30.078 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24652026-09-16T23:25:33.120Z Sep 16 23:23:30.078 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24662026-09-16T23:25:33.120Z Sep 16 23:23:30.116 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24672026-09-16T23:25:33.125Z Sep 16 23:23:30.116 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24682026-09-16T23:25:33.125Z Sep 16 23:23:30.123 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24692026-09-16T23:25:33.126Z Sep 16 23:23:30.123 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24702026-09-16T23:25:33.126Z Sep 16 23:23:30.123 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24712026-09-16T23:25:33.126Z Sep 16 23:23:30.129 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24722026-09-16T23:25:33.126Z Sep 16 23:23:30.129 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24732026-09-16T23:25:33.126Z Sep 16 23:23:30.129 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:58346, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24742026-09-16T23:25:33.126Z Sep 16 23:23:30.131 INFO migrated, network: 932b021177a42151f9f8e45827c8dae4, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24752026-09-16T23:25:33.126Z Sep 16 23:23:30.131 INFO gossip universe changed, resetting state, network: 932b021177a42151f9f8e45827c8dae4, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24762026-09-16T23:25:33.126Z Sep 16 23:23:30.131 WARN no boundary record, and this universe has history, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24772026-09-16T23:25:33.126Z Sep 16 23:23:30.134 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE001, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24782026-09-16T23:25:33.126Z Sep 16 23:23:30.135 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24792026-09-16T23:25:33.126Z Sep 16 23:23:30.135 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24802026-09-16T23:25:33.126Z Sep 16 23:23:30.135 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
24812026-09-16T23:25:33.126Z Sep 16 23:23:30.138 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24822026-09-16T23:25:33.126Z Sep 16 23:23:30.176 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24832026-09-16T23:25:33.126Z Sep 16 23:23:30.182 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24842026-09-16T23:25:33.126Z Sep 16 23:23:30.220 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24852026-09-16T23:25:33.126Z Sep 16 23:23:30.227 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24862026-09-16T23:25:33.126Z Sep 16 23:23:30.227 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24872026-09-16T23:25:33.126Z Sep 16 23:23:30.227 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24882026-09-16T23:25:33.126Z Sep 16 23:23:30.243 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: sled:marooned, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24892026-09-16T23:25:33.126Z Sep 16 23:23:30.243 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: sled:split-marker, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24902026-09-16T23:25:33.126Z Sep 16 23:23:30.243 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: stragglers_do_not_interrupt_live_jobs
24912026-09-16T23:25:33.126Z Sep 16 23:23:30.283 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24922026-09-16T23:25:33.126Z Sep 16 23:23:30.283 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24932026-09-16T23:25:33.126Z Sep 16 23:23:30.284 INFO managing state, component: state manager, test: stragglers_do_not_interrupt_live_jobs
24942026-09-16T23:25:33.126Z Sep 16 23:23:30.323 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24952026-09-16T23:25:33.126Z Sep 16 23:23:30.323 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24962026-09-16T23:25:33.126Z Sep 16 23:23:30.323 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
24972026-09-16T23:25:33.126Z Sep 16 23:23:30.326 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24982026-09-16T23:25:33.126Z Sep 16 23:23:30.364 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
24992026-09-16T23:25:33.126Z Sep 16 23:23:30.370 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25002026-09-16T23:25:33.126Z Sep 16 23:23:30.377 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25012026-09-16T23:25:33.126Z Sep 16 23:23:30.377 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25022026-09-16T23:25:33.127Z Sep 16 23:23:30.377 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25032026-09-16T23:25:33.127Z Sep 16 23:23:30.415 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25042026-09-16T23:25:33.127Z Sep 16 23:23:30.421 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25052026-09-16T23:25:33.127Z Sep 16 23:23:30.428 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25062026-09-16T23:25:33.127Z Sep 16 23:23:30.428 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25072026-09-16T23:25:33.127Z Sep 16 23:23:30.428 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25082026-09-16T23:25:33.127Z Sep 16 23:23:30.428 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25092026-09-16T23:25:33.127Z Sep 16 23:23:30.480 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25102026-09-16T23:25:33.127Z Sep 16 23:23:30.480 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25112026-09-16T23:25:33.127Z Sep 16 23:23:30.518 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25122026-09-16T23:25:33.127Z Sep 16 23:23:30.518 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25132026-09-16T23:25:33.127Z Sep 16 23:23:30.525 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25142026-09-16T23:25:33.127Z Sep 16 23:23:30.525 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25152026-09-16T23:25:33.127Z Sep 16 23:23:30.525 DEBG attested by accept, baseboard: 913-0000019:2FAKE002, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25162026-09-16T23:25:33.128Z Sep 16 23:23:30.531 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25172026-09-16T23:25:33.128Z Sep 16 23:23:30.531 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25182026-09-16T23:25:33.128Z Sep 16 23:23:30.531 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:40842, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25192026-09-16T23:25:33.128Z Sep 16 23:23:30.531 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25202026-09-16T23:25:33.128Z Sep 16 23:23:30.531 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25212026-09-16T23:25:33.128Z Sep 16 23:23:30.531 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25222026-09-16T23:25:33.128Z Sep 16 23:23:30.532 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 2, theirs: ee2c9f6925e920eefbdef8e4f0f885c5, ours: 932b021177a42151f9f8e45827c8dae4, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25232026-09-16T23:25:33.128Z Sep 16 23:23:30.532 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25242026-09-16T23:25:33.128Z Sep 16 23:23:30.532 DEBG universe mismatch, we_lose: true, their_events: 2, our_events: 1, theirs: 932b021177a42151f9f8e45827c8dae4, ours: ee2c9f6925e920eefbdef8e4f0f885c5, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25252026-09-16T23:25:33.128Z Sep 16 23:23:30.532 DEBG link driver stopped, dominated: true, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25262026-09-16T23:25:33.128Z Sep 16 23:23:30.532 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25272026-09-16T23:25:33.128Z Sep 16 23:23:30.575 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25282026-09-16T23:25:33.128Z Sep 16 23:23:30.578 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25292026-09-16T23:25:33.128Z Sep 16 23:23:30.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25302026-09-16T23:25:33.128Z Sep 16 23:23:30.622 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25312026-09-16T23:25:33.128Z Sep 16 23:23:30.660 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25322026-09-16T23:25:33.129Z Sep 16 23:23:30.666 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25332026-09-16T23:25:33.129Z Sep 16 23:23:30.667 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25342026-09-16T23:25:33.129Z Sep 16 23:23:30.667 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25352026-09-16T23:25:33.129Z Sep 16 23:23:30.720 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25362026-09-16T23:25:33.129Z Sep 16 23:23:30.720 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25372026-09-16T23:25:33.129Z Sep 16 23:23:30.758 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25382026-09-16T23:25:33.129Z Sep 16 23:23:30.758 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25392026-09-16T23:25:33.129Z Sep 16 23:23:30.764 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25402026-09-16T23:25:33.129Z Sep 16 23:23:30.764 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25412026-09-16T23:25:33.129Z Sep 16 23:23:30.771 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25422026-09-16T23:25:33.129Z Sep 16 23:23:30.771 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25432026-09-16T23:25:33.129Z Sep 16 23:23:30.771 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25442026-09-16T23:25:33.129Z Sep 16 23:23:30.771 INFO joining the universe that beat ours, ours: ee2c9f6925e920eefbdef8e4f0f885c5, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25452026-09-16T23:25:33.129Z Sep 16 23:23:30.773 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25462026-09-16T23:25:33.129Z Sep 16 23:23:30.776 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25472026-09-16T23:25:33.129Z Sep 16 23:23:30.815 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25482026-09-16T23:25:33.129Z Sep 16 23:23:30.821 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25492026-09-16T23:25:33.129Z Sep 16 23:23:30.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25502026-09-16T23:25:33.129Z Sep 16 23:23:30.865 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25512026-09-16T23:25:33.129Z Sep 16 23:23:30.866 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25522026-09-16T23:25:33.129Z Sep 16 23:23:30.866 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25532026-09-16T23:25:33.129Z Sep 16 23:23:30.918 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25542026-09-16T23:25:33.129Z Sep 16 23:23:30.918 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25552026-09-16T23:25:33.129Z Sep 16 23:23:30.957 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25562026-09-16T23:25:33.129Z Sep 16 23:23:30.957 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25572026-09-16T23:25:33.129Z Sep 16 23:23:30.964 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25582026-09-16T23:25:33.129Z Sep 16 23:23:30.964 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25592026-09-16T23:25:33.129Z Sep 16 23:23:30.964 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25602026-09-16T23:25:33.129Z Sep 16 23:23:30.970 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25612026-09-16T23:25:33.129Z Sep 16 23:23:30.970 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25622026-09-16T23:25:33.129Z Sep 16 23:23:30.970 DEBG attested by dial, baseboard: 913-0000019:2FAKE002, addr: [::1]:42346, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25632026-09-16T23:25:33.129Z Sep 16 23:23:30.970 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25642026-09-16T23:25:33.129Z Sep 16 23:23:30.972 INFO migrated, network: 932b021177a42151f9f8e45827c8dae4, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25652026-09-16T23:25:33.129Z Sep 16 23:23:30.972 INFO gossip universe changed, resetting state, network: 932b021177a42151f9f8e45827c8dae4, component: state manager, test: stragglers_do_not_interrupt_live_jobs
25662026-09-16T23:25:33.129Z Sep 16 23:23:30.972 WARN no boundary record, and this universe has history, component: state manager, test: stragglers_do_not_interrupt_live_jobs
25672026-09-16T23:25:33.134Z Sep 16 23:23:30.974 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE001, component: state manager, test: stragglers_do_not_interrupt_live_jobs
25682026-09-16T23:25:33.134Z Sep 16 23:23:30.975 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: sled:split-marker, component: state manager, test: stragglers_do_not_interrupt_live_jobs
25692026-09-16T23:25:33.134Z Sep 16 23:23:30.975 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25702026-09-16T23:25:33.134Z Sep 16 23:23:30.976 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25712026-09-16T23:25:33.134Z Sep 16 23:23:30.976 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25722026-09-16T23:25:33.134Z Sep 16 23:23:30.979 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25732026-09-16T23:25:33.134Z Sep 16 23:23:31.018 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25742026-09-16T23:25:33.134Z Sep 16 23:23:31.024 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25752026-09-16T23:25:33.134Z Sep 16 23:23:31.085 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25762026-09-16T23:25:33.134Z Sep 16 23:23:31.091 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25772026-09-16T23:25:33.134Z Sep 16 23:23:31.092 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25782026-09-16T23:25:33.134Z Sep 16 23:23:31.092 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25792026-09-16T23:25:33.134Z Sep 16 23:23:31.145 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25802026-09-16T23:25:33.134Z Sep 16 23:23:31.145 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25812026-09-16T23:25:33.134Z Sep 16 23:23:31.183 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25822026-09-16T23:25:33.135Z Sep 16 23:23:31.183 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25832026-09-16T23:25:33.135Z Sep 16 23:23:31.189 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25842026-09-16T23:25:33.135Z Sep 16 23:23:31.189 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25852026-09-16T23:25:33.135Z Sep 16 23:23:31.196 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25862026-09-16T23:25:33.135Z Sep 16 23:23:31.196 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25872026-09-16T23:25:33.135Z Sep 16 23:23:31.196 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25882026-09-16T23:25:33.135Z Sep 16 23:23:31.196 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25892026-09-16T23:25:33.135Z Sep 16 23:23:31.196 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25902026-09-16T23:25:33.135Z Sep 16 23:23:31.196 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
25912026-09-16T23:25:33.135Z Sep 16 23:23:31.198 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25922026-09-16T23:25:33.135Z Sep 16 23:23:31.201 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25932026-09-16T23:25:33.135Z Sep 16 23:23:31.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25942026-09-16T23:25:33.135Z Sep 16 23:23:31.245 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25952026-09-16T23:25:33.135Z Sep 16 23:23:31.284 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25962026-09-16T23:25:33.135Z Sep 16 23:23:31.290 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25972026-09-16T23:25:33.135Z Sep 16 23:23:31.291 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
25982026-09-16T23:25:33.135Z Sep 16 23:23:31.291 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
25992026-09-16T23:25:33.135Z Sep 16 23:23:31.344 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26002026-09-16T23:25:33.135Z Sep 16 23:23:31.344 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26012026-09-16T23:25:33.135Z Sep 16 23:23:31.382 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26022026-09-16T23:25:33.135Z Sep 16 23:23:31.382 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26032026-09-16T23:25:33.135Z Sep 16 23:23:31.388 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26042026-09-16T23:25:33.135Z Sep 16 23:23:31.389 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26052026-09-16T23:25:33.135Z Sep 16 23:23:31.395 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26062026-09-16T23:25:33.135Z Sep 16 23:23:31.395 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26072026-09-16T23:25:33.135Z Sep 16 23:23:31.396 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26082026-09-16T23:25:33.135Z Sep 16 23:23:31.399 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26092026-09-16T23:25:33.135Z Sep 16 23:23:31.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26102026-09-16T23:25:33.135Z Sep 16 23:23:31.444 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26112026-09-16T23:25:33.135Z Sep 16 23:23:31.483 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26122026-09-16T23:25:33.135Z Sep 16 23:23:31.489 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26132026-09-16T23:25:33.135Z Sep 16 23:23:31.489 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26142026-09-16T23:25:33.135Z Sep 16 23:23:31.490 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26152026-09-16T23:25:33.135Z Sep 16 23:23:31.542 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26162026-09-16T23:25:33.135Z Sep 16 23:23:31.542 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26172026-09-16T23:25:33.135Z Sep 16 23:23:31.580 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26182026-09-16T23:25:33.135Z Sep 16 23:23:31.580 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26192026-09-16T23:25:33.135Z Sep 16 23:23:31.586 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26202026-09-16T23:25:33.136Z Sep 16 23:23:31.586 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26212026-09-16T23:25:33.136Z Sep 16 23:23:31.592 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26222026-09-16T23:25:33.136Z Sep 16 23:23:31.593 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26232026-09-16T23:25:33.136Z Sep 16 23:23:31.595 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE002, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26242026-09-16T23:25:33.136Z Sep 16 23:23:31.687 DEBG forwarding request to gossip network, kind: session start, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26252026-09-16T23:25:33.136Z Sep 16 23:23:31.687 INFO session started, actor: village-mystery-sock-matter-want-fade-cargo-click, session_id: bullet-lumber-intact-boss-visit-bean-tide-loyal, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26262026-09-16T23:25:33.136Z Sep 16 23:23:31.690 DEBG forwarding request to gossip network, kind: job start, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26272026-09-16T23:25:33.136Z Sep 16 23:23:31.695 INFO session started, actor: village-mystery-sock-matter-want-fade-cargo-click, session_id: bullet-lumber-intact-boss-visit-bean-tide-loyal, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26282026-09-16T23:25:33.136Z Sep 16 23:23:31.702 DEBG forwarding event to gossip network, event: Job(Start(JobId(timber-wrong-fragile-fiction-chronic-snap-season-valid), 2026-09-16T23:23:31.702071438Z)), component: state manager, test: stragglers_do_not_interrupt_live_jobs
26292026-09-16T23:25:33.136Z Sep 16 23:23:31.702 INFO job started, when: 2026-09-16 23:23:31.702071438 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26302026-09-16T23:25:33.136Z Sep 16 23:23:31.707 DEBG forwarding event to gossip network, event: Job(Start(JobId(timber-wrong-fragile-fiction-chronic-snap-season-valid), 2026-09-16T23:23:31.707373343Z)), component: state manager, test: stragglers_do_not_interrupt_live_jobs
26312026-09-16T23:25:33.136Z Sep 16 23:23:31.707 INFO job started, when: 2026-09-16 23:23:31.707373343 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26322026-09-16T23:25:33.136Z Sep 16 23:23:31.709 INFO job started, when: 2026-09-16 23:23:31.702071438 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26332026-09-16T23:25:33.136Z Sep 16 23:23:31.712 INFO job started, when: 2026-09-16 23:23:31.707373343 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
26342026-09-16T23:25:33.136Z Sep 16 23:23:31.810 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26352026-09-16T23:25:33.136Z Sep 16 23:23:31.811 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26362026-09-16T23:25:33.136Z Sep 16 23:23:31.816 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26372026-09-16T23:25:33.136Z Sep 16 23:23:31.853 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26382026-09-16T23:25:33.136Z Sep 16 23:23:31.860 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26392026-09-16T23:25:33.136Z Sep 16 23:23:31.862 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26402026-09-16T23:25:33.136Z Sep 16 23:23:31.900 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26412026-09-16T23:25:33.136Z Sep 16 23:23:31.906 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26422026-09-16T23:25:33.136Z Sep 16 23:23:31.944 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26432026-09-16T23:25:33.136Z Sep 16 23:23:31.950 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26442026-09-16T23:25:33.136Z Sep 16 23:23:31.989 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26452026-09-16T23:25:33.136Z Sep 16 23:23:31.995 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26462026-09-16T23:25:33.136Z Sep 16 23:23:31.996 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26472026-09-16T23:25:33.136Z Sep 16 23:23:31.996 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26482026-09-16T23:25:33.136Z Sep 16 23:23:31.996 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26492026-09-16T23:25:33.136Z Sep 16 23:23:32.003 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26502026-09-16T23:25:33.136Z Sep 16 23:23:32.063 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26512026-09-16T23:25:33.136Z Sep 16 23:23:32.063 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26522026-09-16T23:25:33.136Z Sep 16 23:23:32.101 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26532026-09-16T23:25:33.136Z Sep 16 23:23:32.101 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26542026-09-16T23:25:33.136Z Sep 16 23:23:32.139 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26552026-09-16T23:25:33.136Z Sep 16 23:23:32.139 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26562026-09-16T23:25:33.136Z Sep 16 23:23:32.177 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26572026-09-16T23:25:33.136Z Sep 16 23:23:32.177 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26582026-09-16T23:25:33.136Z Sep 16 23:23:32.183 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26592026-09-16T23:25:33.137Z Sep 16 23:23:32.183 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26602026-09-16T23:25:33.137Z Sep 16 23:23:32.189 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26612026-09-16T23:25:33.137Z Sep 16 23:23:32.189 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26622026-09-16T23:25:33.137Z Sep 16 23:23:32.189 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26632026-09-16T23:25:33.137Z Sep 16 23:23:32.195 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26642026-09-16T23:25:33.137Z Sep 16 23:23:32.195 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26652026-09-16T23:25:33.137Z Sep 16 23:23:32.201 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26662026-09-16T23:25:33.137Z Sep 16 23:23:32.201 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26672026-09-16T23:25:33.141Z Sep 16 23:23:32.201 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:40842, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26682026-09-16T23:25:33.142Z Sep 16 23:23:32.201 DEBG attested by dial, baseboard: 913-0000019:2FAKE002, addr: [::1]:42346, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26692026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26702026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26712026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26722026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26732026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26742026-09-16T23:25:33.142Z Sep 16 23:23:32.202 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
26752026-09-16T23:25:33.142Z Sep 16 23:23:32.207 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26762026-09-16T23:25:33.142Z Sep 16 23:23:32.207 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26772026-09-16T23:25:33.142Z Sep 16 23:23:32.212 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26782026-09-16T23:25:33.142Z Sep 16 23:23:32.212 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26792026-09-16T23:25:33.142Z Sep 16 23:23:32.213 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26802026-09-16T23:25:33.142Z Sep 16 23:23:32.251 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26812026-09-16T23:25:33.142Z Sep 16 23:23:32.257 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26822026-09-16T23:25:33.142Z Sep 16 23:23:32.259 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26832026-09-16T23:25:33.142Z Sep 16 23:23:32.297 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26842026-09-16T23:25:33.142Z Sep 16 23:23:32.303 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26852026-09-16T23:25:33.142Z Sep 16 23:23:32.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26862026-09-16T23:25:33.142Z Sep 16 23:23:32.352 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26872026-09-16T23:25:33.142Z Sep 16 23:23:32.390 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26882026-09-16T23:25:33.142Z Sep 16 23:23:32.396 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26892026-09-16T23:25:33.142Z Sep 16 23:23:32.398 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26902026-09-16T23:25:33.142Z Sep 16 23:23:32.436 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26912026-09-16T23:25:33.142Z Sep 16 23:23:32.442 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26922026-09-16T23:25:33.142Z Sep 16 23:23:32.444 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26932026-09-16T23:25:33.143Z Sep 16 23:23:32.482 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26942026-09-16T23:25:33.143Z Sep 16 23:23:32.488 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26952026-09-16T23:25:33.143Z Sep 16 23:23:32.489 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26962026-09-16T23:25:33.143Z Sep 16 23:23:32.489 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
26972026-09-16T23:25:33.143Z Sep 16 23:23:32.527 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26982026-09-16T23:25:33.143Z Sep 16 23:23:32.533 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
26992026-09-16T23:25:33.143Z Sep 16 23:23:32.571 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27002026-09-16T23:25:33.143Z Sep 16 23:23:32.577 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27012026-09-16T23:25:33.143Z Sep 16 23:23:32.578 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27022026-09-16T23:25:33.143Z Sep 16 23:23:32.585 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27032026-09-16T23:25:33.143Z Sep 16 23:23:32.592 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27042026-09-16T23:25:33.143Z Sep 16 23:23:32.592 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27052026-09-16T23:25:33.143Z Sep 16 23:23:32.607 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27062026-09-16T23:25:33.143Z Sep 16 23:23:32.614 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27072026-09-16T23:25:33.143Z Sep 16 23:23:32.659 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27082026-09-16T23:25:33.143Z Sep 16 23:23:32.659 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27092026-09-16T23:25:33.143Z Sep 16 23:23:32.697 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27102026-09-16T23:25:33.143Z Sep 16 23:23:32.697 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27112026-09-16T23:25:33.143Z Sep 16 23:23:32.750 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27122026-09-16T23:25:33.143Z Sep 16 23:23:32.750 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27132026-09-16T23:25:33.143Z Sep 16 23:23:32.788 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27142026-09-16T23:25:33.143Z Sep 16 23:23:32.788 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27152026-09-16T23:25:33.143Z Sep 16 23:23:32.826 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27162026-09-16T23:25:33.143Z Sep 16 23:23:32.826 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27172026-09-16T23:25:33.143Z Sep 16 23:23:32.864 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27182026-09-16T23:25:33.143Z Sep 16 23:23:32.865 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27192026-09-16T23:25:33.143Z Sep 16 23:23:32.903 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27202026-09-16T23:25:33.143Z Sep 16 23:23:32.903 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27212026-09-16T23:25:33.143Z Sep 16 23:23:32.941 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27222026-09-16T23:25:33.143Z Sep 16 23:23:32.941 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27232026-09-16T23:25:33.143Z Sep 16 23:23:32.947 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27242026-09-16T23:25:33.143Z Sep 16 23:23:32.947 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27252026-09-16T23:25:33.143Z Sep 16 23:23:32.947 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27262026-09-16T23:25:33.143Z Sep 16 23:23:32.953 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27272026-09-16T23:25:33.143Z Sep 16 23:23:32.953 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27282026-09-16T23:25:33.143Z Sep 16 23:23:32.954 DEBG attested by accept, baseboard: 913-0000019:2FAKE002, ip: ::1, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27292026-09-16T23:25:33.143Z Sep 16 23:23:32.960 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27302026-09-16T23:25:33.143Z Sep 16 23:23:32.960 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27312026-09-16T23:25:33.144Z Sep 16 23:23:32.966 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27322026-09-16T23:25:33.144Z Sep 16 23:23:32.966 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27332026-09-16T23:25:33.144Z Sep 16 23:23:32.972 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27342026-09-16T23:25:33.144Z Sep 16 23:23:32.972 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27352026-09-16T23:25:33.144Z Sep 16 23:23:32.978 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27362026-09-16T23:25:33.144Z Sep 16 23:23:32.978 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27372026-09-16T23:25:33.144Z Sep 16 23:23:32.979 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:58346, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27382026-09-16T23:25:33.144Z Sep 16 23:23:32.979 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:58346, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27392026-09-16T23:25:33.144Z Sep 16 23:23:32.979 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27402026-09-16T23:25:33.144Z Sep 16 23:23:32.979 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27412026-09-16T23:25:33.144Z Sep 16 23:23:32.986 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27422026-09-16T23:25:33.144Z Sep 16 23:23:32.986 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27432026-09-16T23:25:33.144Z Sep 16 23:23:32.992 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27442026-09-16T23:25:33.144Z Sep 16 23:23:32.992 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27452026-09-16T23:25:33.144Z Sep 16 23:23:32.995 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27462026-09-16T23:25:33.144Z Sep 16 23:23:32.995 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27472026-09-16T23:25:33.144Z Sep 16 23:23:33.000 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27482026-09-16T23:25:33.144Z Sep 16 23:23:33.040 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27492026-09-16T23:25:33.144Z Sep 16 23:23:33.046 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27502026-09-16T23:25:33.144Z Sep 16 23:23:33.049 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27512026-09-16T23:25:33.144Z Sep 16 23:23:33.087 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27522026-09-16T23:25:33.144Z Sep 16 23:23:33.093 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27532026-09-16T23:25:33.144Z Sep 16 23:23:33.132 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27542026-09-16T23:25:33.144Z Sep 16 23:23:33.138 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27552026-09-16T23:25:33.144Z Sep 16 23:23:33.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27562026-09-16T23:25:33.144Z Sep 16 23:23:33.184 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27572026-09-16T23:25:33.144Z Sep 16 23:23:33.185 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27582026-09-16T23:25:33.144Z Sep 16 23:23:33.185 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27592026-09-16T23:25:33.144Z Sep 16 23:23:33.185 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27602026-09-16T23:25:33.144Z Sep 16 23:23:33.192 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27612026-09-16T23:25:33.144Z Sep 16 23:23:33.252 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27622026-09-16T23:25:33.144Z Sep 16 23:23:33.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27632026-09-16T23:25:33.144Z Sep 16 23:23:33.295 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27642026-09-16T23:25:33.144Z Sep 16 23:23:33.295 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27652026-09-16T23:25:33.144Z Sep 16 23:23:33.295 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27662026-09-16T23:25:33.144Z Sep 16 23:23:33.296 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27672026-09-16T23:25:33.149Z Sep 16 23:23:33.296 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27682026-09-16T23:25:33.149Z Sep 16 23:23:33.296 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27692026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27702026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27712026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27722026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27732026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27742026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27752026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27762026-09-16T23:25:33.149Z Sep 16 23:23:33.297 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
27772026-09-16T23:25:33.149Z Sep 16 23:23:33.335 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27782026-09-16T23:25:33.149Z Sep 16 23:23:33.335 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27792026-09-16T23:25:33.149Z Sep 16 23:23:33.375 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27802026-09-16T23:25:33.149Z Sep 16 23:23:33.375 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27812026-09-16T23:25:33.149Z Sep 16 23:23:33.382 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27822026-09-16T23:25:33.149Z Sep 16 23:23:33.382 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27832026-09-16T23:25:33.149Z Sep 16 23:23:33.388 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27842026-09-16T23:25:33.149Z Sep 16 23:23:33.388 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27852026-09-16T23:25:33.149Z Sep 16 23:23:33.394 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27862026-09-16T23:25:33.149Z Sep 16 23:23:33.394 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27872026-09-16T23:25:33.149Z Sep 16 23:23:33.400 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27882026-09-16T23:25:33.149Z Sep 16 23:23:33.400 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27892026-09-16T23:25:33.149Z Sep 16 23:23:33.467 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27902026-09-16T23:25:33.149Z Sep 16 23:23:33.467 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27912026-09-16T23:25:33.150Z Sep 16 23:23:33.472 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27922026-09-16T23:25:33.150Z Sep 16 23:23:33.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27932026-09-16T23:25:33.150Z Sep 16 23:23:33.516 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27942026-09-16T23:25:33.150Z Sep 16 23:23:33.518 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27952026-09-16T23:25:33.150Z Sep 16 23:23:33.556 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27962026-09-16T23:25:33.150Z Sep 16 23:23:33.564 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
27972026-09-16T23:25:33.150Z Sep 16 23:23:33.602 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27982026-09-16T23:25:33.150Z Sep 16 23:23:33.609 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
27992026-09-16T23:25:33.150Z Sep 16 23:23:33.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28002026-09-16T23:25:33.150Z Sep 16 23:23:33.657 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28012026-09-16T23:25:33.150Z Sep 16 23:23:33.657 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28022026-09-16T23:25:33.150Z Sep 16 23:23:33.657 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28032026-09-16T23:25:33.150Z Sep 16 23:23:33.658 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28042026-09-16T23:25:33.150Z Sep 16 23:23:33.665 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28052026-09-16T23:25:33.150Z Sep 16 23:23:33.726 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28062026-09-16T23:25:33.150Z Sep 16 23:23:33.726 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28072026-09-16T23:25:33.150Z Sep 16 23:23:33.792 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28082026-09-16T23:25:33.150Z Sep 16 23:23:33.792 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28092026-09-16T23:25:33.150Z Sep 16 23:23:33.850 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28102026-09-16T23:25:33.150Z Sep 16 23:23:33.850 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28112026-09-16T23:25:33.150Z Sep 16 23:23:33.926 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28122026-09-16T23:25:33.150Z Sep 16 23:23:33.926 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28132026-09-16T23:25:33.150Z Sep 16 23:23:33.932 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28142026-09-16T23:25:33.150Z Sep 16 23:23:33.933 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28152026-09-16T23:25:33.150Z Sep 16 23:23:33.939 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28162026-09-16T23:25:33.150Z Sep 16 23:23:33.939 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28172026-09-16T23:25:33.150Z Sep 16 23:23:33.945 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28182026-09-16T23:25:33.150Z Sep 16 23:23:33.945 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28192026-09-16T23:25:33.150Z Sep 16 23:23:33.951 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28202026-09-16T23:25:33.150Z Sep 16 23:23:33.951 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28212026-09-16T23:25:33.150Z Sep 16 23:23:33.951 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28222026-09-16T23:25:33.150Z Sep 16 23:23:33.951 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28232026-09-16T23:25:33.150Z Sep 16 23:23:33.951 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28242026-09-16T23:25:33.150Z Sep 16 23:23:33.951 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28252026-09-16T23:25:33.150Z Sep 16 23:23:33.952 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28262026-09-16T23:25:33.150Z Sep 16 23:23:33.952 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28272026-09-16T23:25:33.150Z Sep 16 23:23:33.952 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28282026-09-16T23:25:33.150Z Sep 16 23:23:33.952 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
28292026-09-16T23:25:33.151Z Sep 16 23:23:33.955 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28302026-09-16T23:25:33.151Z Sep 16 23:23:33.960 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28312026-09-16T23:25:33.151Z Sep 16 23:23:33.965 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28322026-09-16T23:25:33.151Z Sep 16 23:23:33.965 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28332026-09-16T23:25:33.151Z Sep 16 23:23:33.966 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28342026-09-16T23:25:33.151Z Sep 16 23:23:34.020 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28352026-09-16T23:25:33.151Z Sep 16 23:23:34.026 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28362026-09-16T23:25:33.151Z Sep 16 23:23:34.028 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28372026-09-16T23:25:33.151Z Sep 16 23:23:34.070 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28382026-09-16T23:25:33.151Z Sep 16 23:23:34.076 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28392026-09-16T23:25:33.151Z Sep 16 23:23:34.120 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28402026-09-16T23:25:33.151Z Sep 16 23:23:34.126 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28412026-09-16T23:25:33.151Z Sep 16 23:23:34.165 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28422026-09-16T23:25:33.151Z Sep 16 23:23:34.172 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28432026-09-16T23:25:33.151Z Sep 16 23:23:34.174 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28442026-09-16T23:25:33.151Z Sep 16 23:23:34.213 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28452026-09-16T23:25:33.151Z Sep 16 23:23:34.219 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28462026-09-16T23:25:33.151Z Sep 16 23:23:34.221 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28472026-09-16T23:25:33.151Z Sep 16 23:23:34.261 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28482026-09-16T23:25:33.151Z Sep 16 23:23:34.268 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28492026-09-16T23:25:33.151Z Sep 16 23:23:34.269 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28502026-09-16T23:25:33.151Z Sep 16 23:23:34.269 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28512026-09-16T23:25:33.151Z Sep 16 23:23:34.307 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28522026-09-16T23:25:33.151Z Sep 16 23:23:34.315 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28532026-09-16T23:25:33.151Z Sep 16 23:23:34.354 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28542026-09-16T23:25:33.151Z Sep 16 23:23:34.360 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28552026-09-16T23:25:33.151Z Sep 16 23:23:34.361 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28562026-09-16T23:25:33.151Z Sep 16 23:23:34.368 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28572026-09-16T23:25:33.151Z Sep 16 23:23:34.375 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28582026-09-16T23:25:33.151Z Sep 16 23:23:34.375 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28592026-09-16T23:25:33.151Z Sep 16 23:23:34.391 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28602026-09-16T23:25:33.151Z Sep 16 23:23:34.398 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28612026-09-16T23:25:33.151Z Sep 16 23:23:34.443 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28622026-09-16T23:25:33.151Z Sep 16 23:23:34.444 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28632026-09-16T23:25:33.151Z Sep 16 23:23:34.486 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28642026-09-16T23:25:33.151Z Sep 16 23:23:34.486 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28652026-09-16T23:25:33.151Z Sep 16 23:23:34.556 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28662026-09-16T23:25:33.151Z Sep 16 23:23:34.556 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28672026-09-16T23:25:33.156Z Sep 16 23:23:34.595 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28682026-09-16T23:25:33.156Z Sep 16 23:23:34.595 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28692026-09-16T23:25:33.156Z Sep 16 23:23:34.633 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28702026-09-16T23:25:33.156Z Sep 16 23:23:34.633 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28712026-09-16T23:25:33.156Z Sep 16 23:23:34.672 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28722026-09-16T23:25:33.156Z Sep 16 23:23:34.673 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28732026-09-16T23:25:33.156Z Sep 16 23:23:34.712 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28742026-09-16T23:25:33.156Z Sep 16 23:23:34.712 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28752026-09-16T23:25:33.156Z Sep 16 23:23:34.784 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28762026-09-16T23:25:33.156Z Sep 16 23:23:34.784 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28772026-09-16T23:25:33.156Z Sep 16 23:23:34.791 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28782026-09-16T23:25:33.156Z Sep 16 23:23:34.791 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28792026-09-16T23:25:33.156Z Sep 16 23:23:34.798 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28802026-09-16T23:25:33.156Z Sep 16 23:23:34.798 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28812026-09-16T23:25:33.156Z Sep 16 23:23:34.804 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28822026-09-16T23:25:33.156Z Sep 16 23:23:34.805 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28832026-09-16T23:25:33.156Z Sep 16 23:23:34.811 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28842026-09-16T23:25:33.156Z Sep 16 23:23:34.811 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28852026-09-16T23:25:33.156Z Sep 16 23:23:34.818 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28862026-09-16T23:25:33.156Z Sep 16 23:23:34.818 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28872026-09-16T23:25:33.156Z Sep 16 23:23:34.827 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28882026-09-16T23:25:33.156Z Sep 16 23:23:34.827 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28892026-09-16T23:25:33.156Z Sep 16 23:23:34.837 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28902026-09-16T23:25:33.156Z Sep 16 23:23:34.838 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28912026-09-16T23:25:33.156Z Sep 16 23:23:34.844 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28922026-09-16T23:25:33.156Z Sep 16 23:23:34.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28932026-09-16T23:25:33.156Z Sep 16 23:23:34.847 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28942026-09-16T23:25:33.156Z Sep 16 23:23:34.847 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
28952026-09-16T23:25:33.157Z Sep 16 23:23:34.853 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28962026-09-16T23:25:33.158Z Sep 16 23:23:34.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28972026-09-16T23:25:33.158Z Sep 16 23:23:34.926 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28982026-09-16T23:25:33.158Z Sep 16 23:23:34.928 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
28992026-09-16T23:25:33.158Z Sep 16 23:23:34.972 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29002026-09-16T23:25:33.159Z Sep 16 23:23:34.980 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29012026-09-16T23:25:33.159Z Sep 16 23:23:35.026 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29022026-09-16T23:25:33.159Z Sep 16 23:23:35.032 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29032026-09-16T23:25:33.159Z Sep 16 23:23:35.071 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29042026-09-16T23:25:33.159Z Sep 16 23:23:35.083 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29052026-09-16T23:25:33.159Z Sep 16 23:23:35.084 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29062026-09-16T23:25:33.159Z Sep 16 23:23:35.085 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29072026-09-16T23:25:33.159Z Sep 16 23:23:35.085 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29082026-09-16T23:25:33.159Z Sep 16 23:23:35.085 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29092026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29102026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29112026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29122026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29132026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29142026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29152026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29162026-09-16T23:25:33.159Z Sep 16 23:23:35.086 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29172026-09-16T23:25:33.159Z Sep 16 23:23:35.086 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29182026-09-16T23:25:33.159Z Sep 16 23:23:35.086 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29192026-09-16T23:25:33.159Z Sep 16 23:23:35.088 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29202026-09-16T23:25:33.159Z Sep 16 23:23:35.095 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29212026-09-16T23:25:33.159Z Sep 16 23:23:35.104 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29222026-09-16T23:25:33.159Z Sep 16 23:23:35.105 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29232026-09-16T23:25:33.159Z Sep 16 23:23:35.127 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29242026-09-16T23:25:33.160Z Sep 16 23:23:35.180 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29252026-09-16T23:25:33.160Z Sep 16 23:23:35.186 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29262026-09-16T23:25:33.160Z Sep 16 23:23:35.188 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29272026-09-16T23:25:33.160Z Sep 16 23:23:35.229 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29282026-09-16T23:25:33.160Z Sep 16 23:23:35.235 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29292026-09-16T23:25:33.160Z Sep 16 23:23:35.274 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29302026-09-16T23:25:33.160Z Sep 16 23:23:35.274 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29312026-09-16T23:25:33.160Z Sep 16 23:23:35.312 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29322026-09-16T23:25:33.160Z Sep 16 23:23:35.312 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29332026-09-16T23:25:33.160Z Sep 16 23:23:35.351 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29342026-09-16T23:25:33.160Z Sep 16 23:23:35.357 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29352026-09-16T23:25:33.160Z Sep 16 23:23:35.405 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29362026-09-16T23:25:33.160Z Sep 16 23:23:35.412 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29372026-09-16T23:25:33.160Z Sep 16 23:23:35.450 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29382026-09-16T23:25:33.160Z Sep 16 23:23:35.450 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29392026-09-16T23:25:33.160Z Sep 16 23:23:35.488 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29402026-09-16T23:25:33.160Z Sep 16 23:23:35.488 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29412026-09-16T23:25:33.160Z Sep 16 23:23:35.489 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29422026-09-16T23:25:33.160Z Sep 16 23:23:35.489 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29432026-09-16T23:25:33.160Z Sep 16 23:23:35.489 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29442026-09-16T23:25:33.160Z Sep 16 23:23:35.496 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29452026-09-16T23:25:33.160Z Sep 16 23:23:35.524 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29462026-09-16T23:25:33.160Z Sep 16 23:23:35.524 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29472026-09-16T23:25:33.160Z Sep 16 23:23:35.530 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29482026-09-16T23:25:33.160Z Sep 16 23:23:35.530 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29492026-09-16T23:25:33.160Z Sep 16 23:23:35.569 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29502026-09-16T23:25:33.160Z Sep 16 23:23:35.569 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29512026-09-16T23:25:33.160Z Sep 16 23:23:35.607 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29522026-09-16T23:25:33.160Z Sep 16 23:23:35.607 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29532026-09-16T23:25:33.160Z Sep 16 23:23:35.613 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29542026-09-16T23:25:33.160Z Sep 16 23:23:35.613 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29552026-09-16T23:25:33.160Z Sep 16 23:23:35.619 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29562026-09-16T23:25:33.161Z Sep 16 23:23:35.620 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29572026-09-16T23:25:33.161Z Sep 16 23:23:35.658 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29582026-09-16T23:25:33.161Z Sep 16 23:23:35.658 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29592026-09-16T23:25:33.161Z Sep 16 23:23:35.696 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29602026-09-16T23:25:33.161Z Sep 16 23:23:35.696 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29612026-09-16T23:25:33.161Z Sep 16 23:23:35.702 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29622026-09-16T23:25:33.161Z Sep 16 23:23:35.702 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29632026-09-16T23:25:33.161Z Sep 16 23:23:35.708 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29642026-09-16T23:25:33.161Z Sep 16 23:23:35.709 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29652026-09-16T23:25:33.161Z Sep 16 23:23:35.715 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29662026-09-16T23:25:33.161Z Sep 16 23:23:35.715 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29672026-09-16T23:25:33.167Z Sep 16 23:23:35.721 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29682026-09-16T23:25:33.167Z Sep 16 23:23:35.721 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29692026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29702026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29712026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29722026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29732026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29742026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29752026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29762026-09-16T23:25:33.167Z Sep 16 23:23:35.721 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
29772026-09-16T23:25:33.167Z Sep 16 23:23:35.725 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29782026-09-16T23:25:33.167Z Sep 16 23:23:35.725 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29792026-09-16T23:25:33.167Z Sep 16 23:23:35.730 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29802026-09-16T23:25:33.167Z Sep 16 23:23:35.730 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29812026-09-16T23:25:33.167Z Sep 16 23:23:35.731 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29822026-09-16T23:25:33.168Z Sep 16 23:23:35.769 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29832026-09-16T23:25:33.168Z Sep 16 23:23:35.776 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29842026-09-16T23:25:33.168Z Sep 16 23:23:35.778 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29852026-09-16T23:25:33.168Z Sep 16 23:23:35.816 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29862026-09-16T23:25:33.168Z Sep 16 23:23:35.822 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29872026-09-16T23:25:33.168Z Sep 16 23:23:35.864 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29882026-09-16T23:25:33.168Z Sep 16 23:23:35.870 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29892026-09-16T23:25:33.168Z Sep 16 23:23:35.908 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29902026-09-16T23:25:33.168Z Sep 16 23:23:35.915 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
29912026-09-16T23:25:33.168Z Sep 16 23:23:35.916 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29922026-09-16T23:25:33.168Z Sep 16 23:23:35.955 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29932026-09-16T23:25:33.168Z Sep 16 23:23:35.961 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29942026-09-16T23:25:33.168Z Sep 16 23:23:35.963 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29952026-09-16T23:25:33.168Z Sep 16 23:23:36.001 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29962026-09-16T23:25:33.168Z Sep 16 23:23:36.007 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29972026-09-16T23:25:33.169Z Sep 16 23:23:36.008 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29982026-09-16T23:25:33.169Z Sep 16 23:23:36.008 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
29992026-09-16T23:25:33.169Z Sep 16 23:23:36.047 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30002026-09-16T23:25:33.169Z Sep 16 23:23:36.053 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30012026-09-16T23:25:33.169Z Sep 16 23:23:36.092 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30022026-09-16T23:25:33.169Z Sep 16 23:23:36.098 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30032026-09-16T23:25:33.169Z Sep 16 23:23:36.098 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30042026-09-16T23:25:33.169Z Sep 16 23:23:36.106 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30052026-09-16T23:25:33.169Z Sep 16 23:23:36.113 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30062026-09-16T23:25:33.169Z Sep 16 23:23:36.113 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30072026-09-16T23:25:33.169Z Sep 16 23:23:36.128 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30082026-09-16T23:25:33.169Z Sep 16 23:23:36.135 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30092026-09-16T23:25:33.169Z Sep 16 23:23:36.180 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30102026-09-16T23:25:33.169Z Sep 16 23:23:36.180 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30112026-09-16T23:25:33.169Z Sep 16 23:23:36.219 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30122026-09-16T23:25:33.169Z Sep 16 23:23:36.219 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30132026-09-16T23:25:33.169Z Sep 16 23:23:36.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30142026-09-16T23:25:33.169Z Sep 16 23:23:36.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30152026-09-16T23:25:33.169Z Sep 16 23:23:36.311 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30162026-09-16T23:25:33.169Z Sep 16 23:23:36.311 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30172026-09-16T23:25:33.169Z Sep 16 23:23:36.349 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30182026-09-16T23:25:33.169Z Sep 16 23:23:36.349 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30192026-09-16T23:25:33.169Z Sep 16 23:23:36.387 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30202026-09-16T23:25:33.169Z Sep 16 23:23:36.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30212026-09-16T23:25:33.169Z Sep 16 23:23:36.426 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30222026-09-16T23:25:33.169Z Sep 16 23:23:36.426 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30232026-09-16T23:25:33.169Z Sep 16 23:23:36.464 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30242026-09-16T23:25:33.169Z Sep 16 23:23:36.464 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30252026-09-16T23:25:33.169Z Sep 16 23:23:36.470 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30262026-09-16T23:25:33.169Z Sep 16 23:23:36.470 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30272026-09-16T23:25:33.169Z Sep 16 23:23:36.477 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30282026-09-16T23:25:33.169Z Sep 16 23:23:36.477 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30292026-09-16T23:25:33.169Z Sep 16 23:23:36.483 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30302026-09-16T23:25:33.169Z Sep 16 23:23:36.483 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30312026-09-16T23:25:33.169Z Sep 16 23:23:36.489 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30322026-09-16T23:25:33.169Z Sep 16 23:23:36.489 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30332026-09-16T23:25:33.169Z Sep 16 23:23:36.495 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30342026-09-16T23:25:33.169Z Sep 16 23:23:36.495 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30352026-09-16T23:25:33.169Z Sep 16 23:23:36.501 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30362026-09-16T23:25:33.170Z Sep 16 23:23:36.501 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30372026-09-16T23:25:33.171Z Sep 16 23:23:36.508 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30382026-09-16T23:25:33.171Z Sep 16 23:23:36.508 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30392026-09-16T23:25:33.171Z Sep 16 23:23:36.514 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30402026-09-16T23:25:33.171Z Sep 16 23:23:36.514 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30412026-09-16T23:25:33.171Z Sep 16 23:23:36.516 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30422026-09-16T23:25:33.171Z Sep 16 23:23:36.517 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30432026-09-16T23:25:33.171Z Sep 16 23:23:36.522 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30442026-09-16T23:25:33.171Z Sep 16 23:23:36.559 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30452026-09-16T23:25:33.171Z Sep 16 23:23:36.566 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30462026-09-16T23:25:33.171Z Sep 16 23:23:36.568 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30472026-09-16T23:25:33.171Z Sep 16 23:23:36.605 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30482026-09-16T23:25:33.171Z Sep 16 23:23:36.612 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30492026-09-16T23:25:33.171Z Sep 16 23:23:36.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30502026-09-16T23:25:33.171Z Sep 16 23:23:36.656 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30512026-09-16T23:25:33.171Z Sep 16 23:23:36.694 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30522026-09-16T23:25:33.171Z Sep 16 23:23:36.700 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30532026-09-16T23:25:33.171Z Sep 16 23:23:36.701 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30542026-09-16T23:25:33.171Z Sep 16 23:23:36.701 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30552026-09-16T23:25:33.171Z Sep 16 23:23:36.701 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30562026-09-16T23:25:33.171Z Sep 16 23:23:36.708 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30572026-09-16T23:25:33.171Z Sep 16 23:23:36.768 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30582026-09-16T23:25:33.171Z Sep 16 23:23:36.768 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30592026-09-16T23:25:33.171Z Sep 16 23:23:36.806 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30602026-09-16T23:25:33.171Z Sep 16 23:23:36.806 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30612026-09-16T23:25:33.171Z Sep 16 23:23:36.806 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30622026-09-16T23:25:33.171Z Sep 16 23:23:36.807 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30632026-09-16T23:25:33.171Z Sep 16 23:23:36.807 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30642026-09-16T23:25:33.171Z Sep 16 23:23:36.807 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30652026-09-16T23:25:33.171Z Sep 16 23:23:36.807 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30662026-09-16T23:25:33.171Z Sep 16 23:23:36.807 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30672026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30682026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30692026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30702026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30712026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30722026-09-16T23:25:33.266Z Sep 16 23:23:36.807 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
30732026-09-16T23:25:33.266Z Sep 16 23:23:36.845 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30742026-09-16T23:25:33.266Z Sep 16 23:23:36.845 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30752026-09-16T23:25:33.266Z Sep 16 23:23:36.883 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30762026-09-16T23:25:33.266Z Sep 16 23:23:36.883 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30772026-09-16T23:25:33.266Z Sep 16 23:23:36.889 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30782026-09-16T23:25:33.266Z Sep 16 23:23:36.889 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30792026-09-16T23:25:33.266Z Sep 16 23:23:36.895 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30802026-09-16T23:25:33.266Z Sep 16 23:23:36.895 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30812026-09-16T23:25:33.266Z Sep 16 23:23:36.901 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30822026-09-16T23:25:33.266Z Sep 16 23:23:36.902 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30832026-09-16T23:25:33.266Z Sep 16 23:23:36.908 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30842026-09-16T23:25:33.266Z Sep 16 23:23:36.908 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30852026-09-16T23:25:33.267Z Sep 16 23:23:36.982 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30862026-09-16T23:25:33.267Z Sep 16 23:23:36.982 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30872026-09-16T23:25:33.267Z Sep 16 23:23:36.987 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30882026-09-16T23:25:33.267Z Sep 16 23:23:37.025 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30892026-09-16T23:25:33.267Z Sep 16 23:23:37.031 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30902026-09-16T23:25:33.267Z Sep 16 23:23:37.033 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30912026-09-16T23:25:33.267Z Sep 16 23:23:37.071 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30922026-09-16T23:25:33.267Z Sep 16 23:23:37.077 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30932026-09-16T23:25:33.267Z Sep 16 23:23:37.115 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30942026-09-16T23:25:33.267Z Sep 16 23:23:37.121 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30952026-09-16T23:25:33.267Z Sep 16 23:23:37.159 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30962026-09-16T23:25:33.267Z Sep 16 23:23:37.165 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
30972026-09-16T23:25:33.267Z Sep 16 23:23:37.166 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30982026-09-16T23:25:33.267Z Sep 16 23:23:37.166 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
30992026-09-16T23:25:33.267Z Sep 16 23:23:37.166 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31002026-09-16T23:25:33.267Z Sep 16 23:23:37.173 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31012026-09-16T23:25:33.267Z Sep 16 23:23:37.233 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31022026-09-16T23:25:33.267Z Sep 16 23:23:37.233 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31032026-09-16T23:25:33.267Z Sep 16 23:23:37.271 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31042026-09-16T23:25:33.267Z Sep 16 23:23:37.271 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31052026-09-16T23:25:33.267Z Sep 16 23:23:37.309 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31062026-09-16T23:25:33.267Z Sep 16 23:23:37.309 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31072026-09-16T23:25:33.267Z Sep 16 23:23:37.347 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31082026-09-16T23:25:33.268Z Sep 16 23:23:37.347 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31092026-09-16T23:25:33.268Z Sep 16 23:23:37.353 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31102026-09-16T23:25:33.268Z Sep 16 23:23:37.353 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31112026-09-16T23:25:33.268Z Sep 16 23:23:37.359 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31122026-09-16T23:25:33.268Z Sep 16 23:23:37.360 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31132026-09-16T23:25:33.268Z Sep 16 23:23:37.366 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31142026-09-16T23:25:33.268Z Sep 16 23:23:37.366 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31152026-09-16T23:25:33.268Z Sep 16 23:23:37.372 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31162026-09-16T23:25:33.268Z Sep 16 23:23:37.372 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31172026-09-16T23:25:33.268Z Sep 16 23:23:37.372 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31182026-09-16T23:25:33.268Z Sep 16 23:23:37.372 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31192026-09-16T23:25:33.268Z Sep 16 23:23:37.372 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31202026-09-16T23:25:33.268Z Sep 16 23:23:37.372 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31212026-09-16T23:25:33.268Z Sep 16 23:23:37.372 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31222026-09-16T23:25:33.269Z Sep 16 23:23:37.372 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31232026-09-16T23:25:33.269Z Sep 16 23:23:37.372 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31242026-09-16T23:25:33.269Z Sep 16 23:23:37.372 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
31252026-09-16T23:25:33.269Z Sep 16 23:23:37.376 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31262026-09-16T23:25:33.269Z Sep 16 23:23:37.376 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31272026-09-16T23:25:33.269Z Sep 16 23:23:37.381 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31282026-09-16T23:25:33.269Z Sep 16 23:23:37.381 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31292026-09-16T23:25:33.269Z Sep 16 23:23:37.382 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31302026-09-16T23:25:33.269Z Sep 16 23:23:37.420 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31312026-09-16T23:25:33.269Z Sep 16 23:23:37.426 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31322026-09-16T23:25:33.269Z Sep 16 23:23:37.428 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31332026-09-16T23:25:33.269Z Sep 16 23:23:37.466 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31342026-09-16T23:25:33.269Z Sep 16 23:23:37.472 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31352026-09-16T23:25:33.269Z Sep 16 23:23:37.514 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31362026-09-16T23:25:33.269Z Sep 16 23:23:37.520 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31372026-09-16T23:25:33.269Z Sep 16 23:23:37.558 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31382026-09-16T23:25:33.269Z Sep 16 23:23:37.564 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31392026-09-16T23:25:33.269Z Sep 16 23:23:37.566 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31402026-09-16T23:25:33.269Z Sep 16 23:23:37.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31412026-09-16T23:25:33.269Z Sep 16 23:23:37.610 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31422026-09-16T23:25:33.269Z Sep 16 23:23:37.612 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31432026-09-16T23:25:33.269Z Sep 16 23:23:37.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31442026-09-16T23:25:33.270Z Sep 16 23:23:37.656 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31452026-09-16T23:25:33.270Z Sep 16 23:23:37.656 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31462026-09-16T23:25:33.270Z Sep 16 23:23:37.657 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31472026-09-16T23:25:33.270Z Sep 16 23:23:37.694 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31482026-09-16T23:25:33.270Z Sep 16 23:23:37.700 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31492026-09-16T23:25:33.270Z Sep 16 23:23:37.738 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31502026-09-16T23:25:33.270Z Sep 16 23:23:37.744 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31512026-09-16T23:25:33.270Z Sep 16 23:23:37.745 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31522026-09-16T23:25:33.270Z Sep 16 23:23:37.752 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31532026-09-16T23:25:33.270Z Sep 16 23:23:37.759 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31542026-09-16T23:25:33.270Z Sep 16 23:23:37.759 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31552026-09-16T23:25:33.270Z Sep 16 23:23:37.774 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31562026-09-16T23:25:33.270Z Sep 16 23:23:37.781 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31572026-09-16T23:25:33.270Z Sep 16 23:23:37.825 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31582026-09-16T23:25:33.270Z Sep 16 23:23:37.825 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31592026-09-16T23:25:33.270Z Sep 16 23:23:37.863 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31602026-09-16T23:25:33.270Z Sep 16 23:23:37.863 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31612026-09-16T23:25:33.270Z Sep 16 23:23:37.916 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31622026-09-16T23:25:33.270Z Sep 16 23:23:37.916 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31632026-09-16T23:25:33.270Z Sep 16 23:23:37.954 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31642026-09-16T23:25:33.270Z Sep 16 23:23:37.954 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31652026-09-16T23:25:33.270Z Sep 16 23:23:37.992 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31662026-09-16T23:25:33.270Z Sep 16 23:23:37.992 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31672026-09-16T23:25:33.277Z Sep 16 23:23:38.030 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31682026-09-16T23:25:33.277Z Sep 16 23:23:38.030 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31692026-09-16T23:25:33.277Z Sep 16 23:23:38.068 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31702026-09-16T23:25:33.277Z Sep 16 23:23:38.068 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31712026-09-16T23:25:33.277Z Sep 16 23:23:38.106 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31722026-09-16T23:25:33.277Z Sep 16 23:23:38.106 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31732026-09-16T23:25:33.277Z Sep 16 23:23:38.112 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31742026-09-16T23:25:33.277Z Sep 16 23:23:38.113 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31752026-09-16T23:25:33.277Z Sep 16 23:23:38.119 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31762026-09-16T23:25:33.277Z Sep 16 23:23:38.119 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31772026-09-16T23:25:33.278Z Sep 16 23:23:38.125 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31782026-09-16T23:25:33.278Z Sep 16 23:23:38.125 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31792026-09-16T23:25:33.278Z Sep 16 23:23:38.131 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31802026-09-16T23:25:33.278Z Sep 16 23:23:38.131 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31812026-09-16T23:25:33.278Z Sep 16 23:23:38.137 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31822026-09-16T23:25:33.278Z Sep 16 23:23:38.137 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31832026-09-16T23:25:33.278Z Sep 16 23:23:38.143 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31842026-09-16T23:25:33.278Z Sep 16 23:23:38.143 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31852026-09-16T23:25:33.278Z Sep 16 23:23:38.149 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31862026-09-16T23:25:33.278Z Sep 16 23:23:38.150 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31872026-09-16T23:25:33.278Z Sep 16 23:23:38.155 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31882026-09-16T23:25:33.278Z Sep 16 23:23:38.156 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31892026-09-16T23:25:33.278Z Sep 16 23:23:38.158 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31902026-09-16T23:25:33.278Z Sep 16 23:23:38.158 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31912026-09-16T23:25:33.278Z Sep 16 23:23:38.163 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31922026-09-16T23:25:33.278Z Sep 16 23:23:38.201 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31932026-09-16T23:25:33.278Z Sep 16 23:23:38.207 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31942026-09-16T23:25:33.278Z Sep 16 23:23:38.209 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31952026-09-16T23:25:33.278Z Sep 16 23:23:38.247 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31962026-09-16T23:25:33.278Z Sep 16 23:23:38.253 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
31972026-09-16T23:25:33.278Z Sep 16 23:23:38.291 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31982026-09-16T23:25:33.278Z Sep 16 23:23:38.297 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
31992026-09-16T23:25:33.278Z Sep 16 23:23:38.336 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32002026-09-16T23:25:33.278Z Sep 16 23:23:38.342 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32012026-09-16T23:25:33.278Z Sep 16 23:23:38.342 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32022026-09-16T23:25:33.278Z Sep 16 23:23:38.342 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32032026-09-16T23:25:33.278Z Sep 16 23:23:38.342 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32042026-09-16T23:25:33.278Z Sep 16 23:23:38.350 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32052026-09-16T23:25:33.278Z Sep 16 23:23:38.409 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32062026-09-16T23:25:33.278Z Sep 16 23:23:38.409 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32072026-09-16T23:25:33.278Z Sep 16 23:23:38.447 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32082026-09-16T23:25:33.278Z Sep 16 23:23:38.447 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32092026-09-16T23:25:33.278Z Sep 16 23:23:38.485 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32102026-09-16T23:25:33.278Z Sep 16 23:23:38.485 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32112026-09-16T23:25:33.278Z Sep 16 23:23:38.523 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32122026-09-16T23:25:33.279Z Sep 16 23:23:38.523 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32132026-09-16T23:25:33.279Z Sep 16 23:23:38.523 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32142026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32152026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32162026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32172026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32182026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32192026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32202026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32212026-09-16T23:25:33.279Z Sep 16 23:23:38.524 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32222026-09-16T23:25:33.279Z Sep 16 23:23:38.525 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32232026-09-16T23:25:33.279Z Sep 16 23:23:38.525 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32242026-09-16T23:25:33.279Z Sep 16 23:23:38.525 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32252026-09-16T23:25:33.279Z Sep 16 23:23:38.531 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32262026-09-16T23:25:33.279Z Sep 16 23:23:38.531 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32272026-09-16T23:25:33.279Z Sep 16 23:23:38.537 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32282026-09-16T23:25:33.279Z Sep 16 23:23:38.537 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32292026-09-16T23:25:33.279Z Sep 16 23:23:38.543 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32302026-09-16T23:25:33.279Z Sep 16 23:23:38.543 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32312026-09-16T23:25:33.279Z Sep 16 23:23:38.549 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32322026-09-16T23:25:33.279Z Sep 16 23:23:38.549 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32332026-09-16T23:25:33.279Z Sep 16 23:23:38.623 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32342026-09-16T23:25:33.279Z Sep 16 23:23:38.623 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32352026-09-16T23:25:33.279Z Sep 16 23:23:38.628 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32362026-09-16T23:25:33.279Z Sep 16 23:23:38.666 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32372026-09-16T23:25:33.279Z Sep 16 23:23:38.672 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32382026-09-16T23:25:33.279Z Sep 16 23:23:38.674 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32392026-09-16T23:25:33.279Z Sep 16 23:23:38.712 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32402026-09-16T23:25:33.279Z Sep 16 23:23:38.718 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32412026-09-16T23:25:33.279Z Sep 16 23:23:38.756 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32422026-09-16T23:25:33.279Z Sep 16 23:23:38.762 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32432026-09-16T23:25:33.279Z Sep 16 23:23:38.800 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32442026-09-16T23:25:33.279Z Sep 16 23:23:38.806 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32452026-09-16T23:25:33.279Z Sep 16 23:23:38.807 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32462026-09-16T23:25:33.279Z Sep 16 23:23:38.807 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32472026-09-16T23:25:33.279Z Sep 16 23:23:38.807 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32482026-09-16T23:25:33.279Z Sep 16 23:23:38.814 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32492026-09-16T23:25:33.279Z Sep 16 23:23:38.873 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32502026-09-16T23:25:33.279Z Sep 16 23:23:38.873 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32512026-09-16T23:25:33.280Z Sep 16 23:23:38.911 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32522026-09-16T23:25:33.280Z Sep 16 23:23:38.911 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32532026-09-16T23:25:33.280Z Sep 16 23:23:38.949 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32542026-09-16T23:25:33.280Z Sep 16 23:23:38.949 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32552026-09-16T23:25:33.280Z Sep 16 23:23:38.987 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32562026-09-16T23:25:33.280Z Sep 16 23:23:38.987 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32572026-09-16T23:25:33.280Z Sep 16 23:23:38.993 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32582026-09-16T23:25:33.280Z Sep 16 23:23:38.993 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32592026-09-16T23:25:33.280Z Sep 16 23:23:38.999 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32602026-09-16T23:25:33.280Z Sep 16 23:23:38.999 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32612026-09-16T23:25:33.280Z Sep 16 23:23:39.005 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32622026-09-16T23:25:33.280Z Sep 16 23:23:39.006 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32632026-09-16T23:25:33.280Z Sep 16 23:23:39.012 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32642026-09-16T23:25:33.280Z Sep 16 23:23:39.012 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32652026-09-16T23:25:33.280Z Sep 16 23:23:39.012 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32662026-09-16T23:25:33.280Z Sep 16 23:23:39.012 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32672026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32682026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32692026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32702026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32712026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32722026-09-16T23:25:33.285Z Sep 16 23:23:39.012 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
32732026-09-16T23:25:33.285Z Sep 16 23:23:39.016 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32742026-09-16T23:25:33.285Z Sep 16 23:23:39.016 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32752026-09-16T23:25:33.285Z Sep 16 23:23:39.021 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32762026-09-16T23:25:33.285Z Sep 16 23:23:39.021 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32772026-09-16T23:25:33.285Z Sep 16 23:23:39.022 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32782026-09-16T23:25:33.285Z Sep 16 23:23:39.060 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32792026-09-16T23:25:33.285Z Sep 16 23:23:39.066 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32802026-09-16T23:25:33.285Z Sep 16 23:23:39.068 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32812026-09-16T23:25:33.285Z Sep 16 23:23:39.106 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32822026-09-16T23:25:33.285Z Sep 16 23:23:39.112 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32832026-09-16T23:25:33.285Z Sep 16 23:23:39.154 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32842026-09-16T23:25:33.285Z Sep 16 23:23:39.160 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32852026-09-16T23:25:33.285Z Sep 16 23:23:39.198 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32862026-09-16T23:25:33.285Z Sep 16 23:23:39.204 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32872026-09-16T23:25:33.285Z Sep 16 23:23:39.206 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32882026-09-16T23:25:33.285Z Sep 16 23:23:39.244 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32892026-09-16T23:25:33.285Z Sep 16 23:23:39.250 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32902026-09-16T23:25:33.286Z Sep 16 23:23:39.252 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32912026-09-16T23:25:33.286Z Sep 16 23:23:39.290 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32922026-09-16T23:25:33.286Z Sep 16 23:23:39.296 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32932026-09-16T23:25:33.286Z Sep 16 23:23:39.296 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32942026-09-16T23:25:33.286Z Sep 16 23:23:39.297 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
32952026-09-16T23:25:33.286Z Sep 16 23:23:39.334 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32962026-09-16T23:25:33.286Z Sep 16 23:23:39.340 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32972026-09-16T23:25:33.286Z Sep 16 23:23:39.378 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32982026-09-16T23:25:33.286Z Sep 16 23:23:39.385 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
32992026-09-16T23:25:33.286Z Sep 16 23:23:39.385 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33002026-09-16T23:25:33.286Z Sep 16 23:23:39.392 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33012026-09-16T23:25:33.286Z Sep 16 23:23:39.399 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33022026-09-16T23:25:33.286Z Sep 16 23:23:39.399 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33032026-09-16T23:25:33.286Z Sep 16 23:23:39.414 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33042026-09-16T23:25:33.286Z Sep 16 23:23:39.421 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33052026-09-16T23:25:33.286Z Sep 16 23:23:39.466 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33062026-09-16T23:25:33.286Z Sep 16 23:23:39.466 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33072026-09-16T23:25:33.286Z Sep 16 23:23:39.504 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33082026-09-16T23:25:33.286Z Sep 16 23:23:39.504 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33092026-09-16T23:25:33.286Z Sep 16 23:23:39.557 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33102026-09-16T23:25:33.286Z Sep 16 23:23:39.557 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33112026-09-16T23:25:33.286Z Sep 16 23:23:39.595 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33122026-09-16T23:25:33.286Z Sep 16 23:23:39.595 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33132026-09-16T23:25:33.286Z Sep 16 23:23:39.633 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33142026-09-16T23:25:33.286Z Sep 16 23:23:39.633 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33152026-09-16T23:25:33.286Z Sep 16 23:23:39.671 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33162026-09-16T23:25:33.286Z Sep 16 23:23:39.671 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33172026-09-16T23:25:33.286Z Sep 16 23:23:39.709 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33182026-09-16T23:25:33.286Z Sep 16 23:23:39.709 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33192026-09-16T23:25:33.286Z Sep 16 23:23:39.747 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33202026-09-16T23:25:33.286Z Sep 16 23:23:39.747 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33212026-09-16T23:25:33.286Z Sep 16 23:23:39.753 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33222026-09-16T23:25:33.286Z Sep 16 23:23:39.753 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33232026-09-16T23:25:33.286Z Sep 16 23:23:39.759 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33242026-09-16T23:25:33.286Z Sep 16 23:23:39.759 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33252026-09-16T23:25:33.286Z Sep 16 23:23:39.765 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33262026-09-16T23:25:33.286Z Sep 16 23:23:39.765 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33272026-09-16T23:25:33.286Z Sep 16 23:23:39.771 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33282026-09-16T23:25:33.286Z Sep 16 23:23:39.771 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33292026-09-16T23:25:33.286Z Sep 16 23:23:39.777 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33302026-09-16T23:25:33.287Z Sep 16 23:23:39.778 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33312026-09-16T23:25:33.287Z Sep 16 23:23:39.784 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33322026-09-16T23:25:33.287Z Sep 16 23:23:39.784 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33332026-09-16T23:25:33.287Z Sep 16 23:23:39.790 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33342026-09-16T23:25:33.287Z Sep 16 23:23:39.790 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33352026-09-16T23:25:33.287Z Sep 16 23:23:39.796 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33362026-09-16T23:25:33.287Z Sep 16 23:23:39.796 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33372026-09-16T23:25:33.287Z Sep 16 23:23:39.798 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33382026-09-16T23:25:33.287Z Sep 16 23:23:39.798 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33392026-09-16T23:25:33.287Z Sep 16 23:23:39.803 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33402026-09-16T23:25:33.287Z Sep 16 23:23:39.841 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33412026-09-16T23:25:33.287Z Sep 16 23:23:39.847 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33422026-09-16T23:25:33.287Z Sep 16 23:23:39.849 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33432026-09-16T23:25:33.287Z Sep 16 23:23:39.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33442026-09-16T23:25:33.287Z Sep 16 23:23:39.893 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33452026-09-16T23:25:33.288Z Sep 16 23:23:39.931 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33462026-09-16T23:25:33.288Z Sep 16 23:23:39.937 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33472026-09-16T23:25:33.288Z Sep 16 23:23:39.976 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33482026-09-16T23:25:33.288Z Sep 16 23:23:39.982 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33492026-09-16T23:25:33.288Z Sep 16 23:23:39.982 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33502026-09-16T23:25:33.288Z Sep 16 23:23:39.982 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33512026-09-16T23:25:33.288Z Sep 16 23:23:39.982 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33522026-09-16T23:25:33.288Z Sep 16 23:23:39.989 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33532026-09-16T23:25:33.288Z Sep 16 23:23:40.049 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33542026-09-16T23:25:33.288Z Sep 16 23:23:40.049 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33552026-09-16T23:25:33.288Z Sep 16 23:23:40.087 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33562026-09-16T23:25:33.288Z Sep 16 23:23:40.087 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33572026-09-16T23:25:33.288Z Sep 16 23:23:40.125 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33582026-09-16T23:25:33.288Z Sep 16 23:23:40.125 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33592026-09-16T23:25:33.288Z Sep 16 23:23:40.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33602026-09-16T23:25:33.288Z Sep 16 23:23:40.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33612026-09-16T23:25:33.288Z Sep 16 23:23:40.163 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33622026-09-16T23:25:33.288Z Sep 16 23:23:40.164 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33632026-09-16T23:25:33.288Z Sep 16 23:23:40.164 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33642026-09-16T23:25:33.288Z Sep 16 23:23:40.164 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33652026-09-16T23:25:33.288Z Sep 16 23:23:40.164 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33662026-09-16T23:25:33.288Z Sep 16 23:23:40.164 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33672026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33682026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33692026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33702026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33712026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33722026-09-16T23:25:33.293Z Sep 16 23:23:40.165 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
33732026-09-16T23:25:33.293Z Sep 16 23:23:40.171 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33742026-09-16T23:25:33.293Z Sep 16 23:23:40.171 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33752026-09-16T23:25:33.293Z Sep 16 23:23:40.177 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33762026-09-16T23:25:33.293Z Sep 16 23:23:40.177 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33772026-09-16T23:25:33.293Z Sep 16 23:23:40.183 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33782026-09-16T23:25:33.293Z Sep 16 23:23:40.183 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33792026-09-16T23:25:33.293Z Sep 16 23:23:40.190 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33802026-09-16T23:25:33.294Z Sep 16 23:23:40.190 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33812026-09-16T23:25:33.294Z Sep 16 23:23:40.339 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33822026-09-16T23:25:33.294Z Sep 16 23:23:40.339 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33832026-09-16T23:25:33.294Z Sep 16 23:23:40.344 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33842026-09-16T23:25:33.294Z Sep 16 23:23:40.382 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33852026-09-16T23:25:33.294Z Sep 16 23:23:40.388 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33862026-09-16T23:25:33.294Z Sep 16 23:23:40.390 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33872026-09-16T23:25:33.294Z Sep 16 23:23:40.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33882026-09-16T23:25:33.294Z Sep 16 23:23:40.434 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33892026-09-16T23:25:33.294Z Sep 16 23:23:40.472 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33902026-09-16T23:25:33.294Z Sep 16 23:23:40.478 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33912026-09-16T23:25:33.294Z Sep 16 23:23:40.516 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33922026-09-16T23:25:33.294Z Sep 16 23:23:40.522 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33932026-09-16T23:25:33.294Z Sep 16 23:23:40.523 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33942026-09-16T23:25:33.294Z Sep 16 23:23:40.523 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
33952026-09-16T23:25:33.294Z Sep 16 23:23:40.523 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33962026-09-16T23:25:33.294Z Sep 16 23:23:40.530 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33972026-09-16T23:25:33.294Z Sep 16 23:23:40.590 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33982026-09-16T23:25:33.294Z Sep 16 23:23:40.590 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
33992026-09-16T23:25:33.294Z Sep 16 23:23:40.628 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34002026-09-16T23:25:33.294Z Sep 16 23:23:40.628 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34012026-09-16T23:25:33.294Z Sep 16 23:23:40.666 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34022026-09-16T23:25:33.294Z Sep 16 23:23:40.666 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34032026-09-16T23:25:33.294Z Sep 16 23:23:40.703 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34042026-09-16T23:25:33.294Z Sep 16 23:23:40.703 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34052026-09-16T23:25:33.294Z Sep 16 23:23:40.710 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34062026-09-16T23:25:33.294Z Sep 16 23:23:40.710 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34072026-09-16T23:25:33.294Z Sep 16 23:23:40.716 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34082026-09-16T23:25:33.294Z Sep 16 23:23:40.716 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34092026-09-16T23:25:33.294Z Sep 16 23:23:40.722 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34102026-09-16T23:25:33.294Z Sep 16 23:23:40.722 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34112026-09-16T23:25:33.294Z Sep 16 23:23:40.728 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34122026-09-16T23:25:33.294Z Sep 16 23:23:40.728 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34132026-09-16T23:25:33.295Z Sep 16 23:23:40.728 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34142026-09-16T23:25:33.295Z Sep 16 23:23:40.728 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34152026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34162026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34172026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34182026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34192026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34202026-09-16T23:25:33.295Z Sep 16 23:23:40.729 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
34212026-09-16T23:25:33.295Z Sep 16 23:23:40.732 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34222026-09-16T23:25:33.295Z Sep 16 23:23:40.732 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34232026-09-16T23:25:33.295Z Sep 16 23:23:40.737 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34242026-09-16T23:25:33.295Z Sep 16 23:23:40.737 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34252026-09-16T23:25:33.295Z Sep 16 23:23:40.738 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34262026-09-16T23:25:33.295Z Sep 16 23:23:40.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34272026-09-16T23:25:33.295Z Sep 16 23:23:40.782 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34282026-09-16T23:25:33.295Z Sep 16 23:23:40.784 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34292026-09-16T23:25:33.295Z Sep 16 23:23:40.822 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34302026-09-16T23:25:33.295Z Sep 16 23:23:40.828 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34312026-09-16T23:25:33.295Z Sep 16 23:23:40.870 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34322026-09-16T23:25:33.295Z Sep 16 23:23:40.875 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34332026-09-16T23:25:33.295Z Sep 16 23:23:40.914 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34342026-09-16T23:25:33.295Z Sep 16 23:23:40.920 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34352026-09-16T23:25:33.295Z Sep 16 23:23:40.922 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34362026-09-16T23:25:33.295Z Sep 16 23:23:40.959 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34372026-09-16T23:25:33.295Z Sep 16 23:23:40.965 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34382026-09-16T23:25:33.295Z Sep 16 23:23:40.967 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34392026-09-16T23:25:33.295Z Sep 16 23:23:41.005 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34402026-09-16T23:25:33.295Z Sep 16 23:23:41.011 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34412026-09-16T23:25:33.295Z Sep 16 23:23:41.012 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34422026-09-16T23:25:33.295Z Sep 16 23:23:41.012 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34432026-09-16T23:25:33.295Z Sep 16 23:23:41.050 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34442026-09-16T23:25:33.295Z Sep 16 23:23:41.056 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34452026-09-16T23:25:33.295Z Sep 16 23:23:41.094 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34462026-09-16T23:25:33.295Z Sep 16 23:23:41.100 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34472026-09-16T23:25:33.295Z Sep 16 23:23:41.101 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34482026-09-16T23:25:33.295Z Sep 16 23:23:41.108 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34492026-09-16T23:25:33.295Z Sep 16 23:23:41.115 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34502026-09-16T23:25:33.295Z Sep 16 23:23:41.115 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34512026-09-16T23:25:33.295Z Sep 16 23:23:41.130 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34522026-09-16T23:25:33.296Z Sep 16 23:23:41.137 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34532026-09-16T23:25:33.296Z Sep 16 23:23:41.182 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34542026-09-16T23:25:33.296Z Sep 16 23:23:41.182 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34552026-09-16T23:25:33.296Z Sep 16 23:23:41.220 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34562026-09-16T23:25:33.296Z Sep 16 23:23:41.220 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34572026-09-16T23:25:33.296Z Sep 16 23:23:41.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34582026-09-16T23:25:33.296Z Sep 16 23:23:41.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34592026-09-16T23:25:33.296Z Sep 16 23:23:41.310 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34602026-09-16T23:25:33.296Z Sep 16 23:23:41.310 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34612026-09-16T23:25:33.296Z Sep 16 23:23:41.348 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34622026-09-16T23:25:33.296Z Sep 16 23:23:41.348 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34632026-09-16T23:25:33.296Z Sep 16 23:23:41.386 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34642026-09-16T23:25:33.296Z Sep 16 23:23:41.386 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34652026-09-16T23:25:33.296Z Sep 16 23:23:41.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34662026-09-16T23:25:33.296Z Sep 16 23:23:41.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34672026-09-16T23:25:33.300Z Sep 16 23:23:41.462 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34682026-09-16T23:25:33.300Z Sep 16 23:23:41.462 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34692026-09-16T23:25:33.300Z Sep 16 23:23:41.469 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34702026-09-16T23:25:33.301Z Sep 16 23:23:41.469 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34712026-09-16T23:25:33.301Z Sep 16 23:23:41.475 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34722026-09-16T23:25:33.301Z Sep 16 23:23:41.475 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34732026-09-16T23:25:33.301Z Sep 16 23:23:41.481 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34742026-09-16T23:25:33.301Z Sep 16 23:23:41.481 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34752026-09-16T23:25:33.301Z Sep 16 23:23:41.487 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34762026-09-16T23:25:33.301Z Sep 16 23:23:41.487 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34772026-09-16T23:25:33.301Z Sep 16 23:23:41.493 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34782026-09-16T23:25:33.301Z Sep 16 23:23:41.493 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34792026-09-16T23:25:33.302Z Sep 16 23:23:41.499 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34802026-09-16T23:25:33.302Z Sep 16 23:23:41.500 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34812026-09-16T23:25:33.302Z Sep 16 23:23:41.506 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34822026-09-16T23:25:33.303Z Sep 16 23:23:41.506 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34832026-09-16T23:25:33.303Z Sep 16 23:23:41.512 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34842026-09-16T23:25:33.303Z Sep 16 23:23:41.512 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34852026-09-16T23:25:33.303Z Sep 16 23:23:41.514 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34862026-09-16T23:25:33.303Z Sep 16 23:23:41.515 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34872026-09-16T23:25:33.303Z Sep 16 23:23:41.520 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34882026-09-16T23:25:33.303Z Sep 16 23:23:41.557 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34892026-09-16T23:25:33.303Z Sep 16 23:23:41.563 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34902026-09-16T23:25:33.303Z Sep 16 23:23:41.565 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34912026-09-16T23:25:33.303Z Sep 16 23:23:41.603 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34922026-09-16T23:25:33.303Z Sep 16 23:23:41.609 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34932026-09-16T23:25:33.303Z Sep 16 23:23:41.648 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34942026-09-16T23:25:33.303Z Sep 16 23:23:41.654 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34952026-09-16T23:25:33.303Z Sep 16 23:23:41.692 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34962026-09-16T23:25:33.303Z Sep 16 23:23:41.698 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
34972026-09-16T23:25:33.303Z Sep 16 23:23:41.698 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34982026-09-16T23:25:33.303Z Sep 16 23:23:41.699 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
34992026-09-16T23:25:33.303Z Sep 16 23:23:41.699 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35002026-09-16T23:25:33.303Z Sep 16 23:23:41.706 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35012026-09-16T23:25:33.303Z Sep 16 23:23:41.765 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35022026-09-16T23:25:33.303Z Sep 16 23:23:41.765 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35032026-09-16T23:25:33.303Z Sep 16 23:23:41.803 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35042026-09-16T23:25:33.303Z Sep 16 23:23:41.803 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35052026-09-16T23:25:33.303Z Sep 16 23:23:41.841 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35062026-09-16T23:25:33.303Z Sep 16 23:23:41.841 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35072026-09-16T23:25:33.303Z Sep 16 23:23:41.879 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35082026-09-16T23:25:33.303Z Sep 16 23:23:41.879 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35092026-09-16T23:25:33.303Z Sep 16 23:23:41.879 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35102026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35112026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35122026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35132026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35142026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35152026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35162026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35172026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35182026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35192026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35202026-09-16T23:25:33.303Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35212026-09-16T23:25:33.304Z Sep 16 23:23:41.887 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35222026-09-16T23:25:33.304Z Sep 16 23:23:41.887 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35232026-09-16T23:25:33.304Z Sep 16 23:23:41.893 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35242026-09-16T23:25:33.304Z Sep 16 23:23:41.893 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35252026-09-16T23:25:33.304Z Sep 16 23:23:41.899 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35262026-09-16T23:25:33.304Z Sep 16 23:23:41.899 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35272026-09-16T23:25:33.304Z Sep 16 23:23:41.905 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35282026-09-16T23:25:33.304Z Sep 16 23:23:41.905 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35292026-09-16T23:25:33.304Z Sep 16 23:23:41.980 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35302026-09-16T23:25:33.304Z Sep 16 23:23:41.980 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35312026-09-16T23:25:33.304Z Sep 16 23:23:41.985 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35322026-09-16T23:25:33.304Z Sep 16 23:23:42.022 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35332026-09-16T23:25:33.304Z Sep 16 23:23:42.028 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35342026-09-16T23:25:33.304Z Sep 16 23:23:42.030 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35352026-09-16T23:25:33.304Z Sep 16 23:23:42.068 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35362026-09-16T23:25:33.304Z Sep 16 23:23:42.074 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35372026-09-16T23:25:33.305Z Sep 16 23:23:42.113 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35382026-09-16T23:25:33.305Z Sep 16 23:23:42.119 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35392026-09-16T23:25:33.305Z Sep 16 23:23:42.157 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35402026-09-16T23:25:33.305Z Sep 16 23:23:42.163 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35412026-09-16T23:25:33.305Z Sep 16 23:23:42.164 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35422026-09-16T23:25:33.305Z Sep 16 23:23:42.164 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35432026-09-16T23:25:33.305Z Sep 16 23:23:42.164 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35442026-09-16T23:25:33.305Z Sep 16 23:23:42.171 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35452026-09-16T23:25:33.305Z Sep 16 23:23:42.230 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35462026-09-16T23:25:33.305Z Sep 16 23:23:42.230 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35472026-09-16T23:25:33.305Z Sep 16 23:23:42.268 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35482026-09-16T23:25:33.305Z Sep 16 23:23:42.268 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35492026-09-16T23:25:33.305Z Sep 16 23:23:42.306 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35502026-09-16T23:25:33.305Z Sep 16 23:23:42.306 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35512026-09-16T23:25:33.305Z Sep 16 23:23:42.344 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35522026-09-16T23:25:33.305Z Sep 16 23:23:42.344 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35532026-09-16T23:25:33.305Z Sep 16 23:23:42.350 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35542026-09-16T23:25:33.305Z Sep 16 23:23:42.351 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35552026-09-16T23:25:33.305Z Sep 16 23:23:42.356 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35562026-09-16T23:25:33.305Z Sep 16 23:23:42.357 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35572026-09-16T23:25:33.305Z Sep 16 23:23:42.363 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35582026-09-16T23:25:33.305Z Sep 16 23:23:42.363 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35592026-09-16T23:25:33.305Z Sep 16 23:23:42.369 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35602026-09-16T23:25:33.305Z Sep 16 23:23:42.369 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35612026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35622026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35632026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35642026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35652026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35662026-09-16T23:25:33.305Z Sep 16 23:23:42.369 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35672026-09-16T23:25:33.310Z Sep 16 23:23:42.369 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35682026-09-16T23:25:33.310Z Sep 16 23:23:42.369 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
35692026-09-16T23:25:33.310Z Sep 16 23:23:42.373 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35702026-09-16T23:25:33.310Z Sep 16 23:23:42.373 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35712026-09-16T23:25:33.310Z Sep 16 23:23:42.378 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35722026-09-16T23:25:33.310Z Sep 16 23:23:42.378 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35732026-09-16T23:25:33.310Z Sep 16 23:23:42.379 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35742026-09-16T23:25:33.310Z Sep 16 23:23:42.417 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35752026-09-16T23:25:33.310Z Sep 16 23:23:42.423 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35762026-09-16T23:25:33.310Z Sep 16 23:23:42.425 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35772026-09-16T23:25:33.310Z Sep 16 23:23:42.463 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35782026-09-16T23:25:33.310Z Sep 16 23:23:42.469 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35792026-09-16T23:25:33.310Z Sep 16 23:23:42.511 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35802026-09-16T23:25:33.310Z Sep 16 23:23:42.517 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35812026-09-16T23:25:33.310Z Sep 16 23:23:42.555 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35822026-09-16T23:25:33.310Z Sep 16 23:23:42.561 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35832026-09-16T23:25:33.310Z Sep 16 23:23:42.563 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35842026-09-16T23:25:33.310Z Sep 16 23:23:42.600 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35852026-09-16T23:25:33.310Z Sep 16 23:23:42.606 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35862026-09-16T23:25:33.310Z Sep 16 23:23:42.608 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35872026-09-16T23:25:33.310Z Sep 16 23:23:42.646 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35882026-09-16T23:25:33.310Z Sep 16 23:23:42.652 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35892026-09-16T23:25:33.310Z Sep 16 23:23:42.653 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35902026-09-16T23:25:33.310Z Sep 16 23:23:42.653 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35912026-09-16T23:25:33.310Z Sep 16 23:23:42.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35922026-09-16T23:25:33.310Z Sep 16 23:23:42.697 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35932026-09-16T23:25:33.310Z Sep 16 23:23:42.735 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35942026-09-16T23:25:33.310Z Sep 16 23:23:42.741 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35952026-09-16T23:25:33.311Z Sep 16 23:23:42.742 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35962026-09-16T23:25:33.311Z Sep 16 23:23:42.749 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
35972026-09-16T23:25:33.311Z Sep 16 23:23:42.756 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35982026-09-16T23:25:33.311Z Sep 16 23:23:42.756 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
35992026-09-16T23:25:33.311Z Sep 16 23:23:42.771 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36002026-09-16T23:25:33.311Z Sep 16 23:23:42.778 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36012026-09-16T23:25:33.311Z Sep 16 23:23:42.822 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36022026-09-16T23:25:33.311Z Sep 16 23:23:42.822 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36032026-09-16T23:25:33.311Z Sep 16 23:23:42.860 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36042026-09-16T23:25:33.311Z Sep 16 23:23:42.860 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36052026-09-16T23:25:33.311Z Sep 16 23:23:42.913 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36062026-09-16T23:25:33.311Z Sep 16 23:23:42.913 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36072026-09-16T23:25:33.311Z Sep 16 23:23:42.951 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36082026-09-16T23:25:33.312Z Sep 16 23:23:42.951 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36092026-09-16T23:25:33.312Z Sep 16 23:23:42.989 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36102026-09-16T23:25:33.312Z Sep 16 23:23:42.989 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36112026-09-16T23:25:33.312Z Sep 16 23:23:43.027 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36122026-09-16T23:25:33.312Z Sep 16 23:23:43.027 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36132026-09-16T23:25:33.312Z Sep 16 23:23:43.065 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36142026-09-16T23:25:33.312Z Sep 16 23:23:43.065 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36152026-09-16T23:25:33.312Z Sep 16 23:23:43.103 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36162026-09-16T23:25:33.312Z Sep 16 23:23:43.103 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36172026-09-16T23:25:33.312Z Sep 16 23:23:43.109 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36182026-09-16T23:25:33.312Z Sep 16 23:23:43.109 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36192026-09-16T23:25:33.312Z Sep 16 23:23:43.115 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36202026-09-16T23:25:33.312Z Sep 16 23:23:43.116 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36212026-09-16T23:25:33.312Z Sep 16 23:23:43.122 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36222026-09-16T23:25:33.312Z Sep 16 23:23:43.122 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36232026-09-16T23:25:33.312Z Sep 16 23:23:43.128 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36242026-09-16T23:25:33.312Z Sep 16 23:23:43.128 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36252026-09-16T23:25:33.312Z Sep 16 23:23:43.134 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36262026-09-16T23:25:33.312Z Sep 16 23:23:43.134 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36272026-09-16T23:25:33.312Z Sep 16 23:23:43.140 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36282026-09-16T23:25:33.312Z Sep 16 23:23:43.140 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36292026-09-16T23:25:33.312Z Sep 16 23:23:43.146 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36302026-09-16T23:25:33.312Z Sep 16 23:23:43.146 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36312026-09-16T23:25:33.312Z Sep 16 23:23:43.152 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36322026-09-16T23:25:33.312Z Sep 16 23:23:43.153 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36332026-09-16T23:25:33.312Z Sep 16 23:23:43.155 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36342026-09-16T23:25:33.312Z Sep 16 23:23:43.155 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36352026-09-16T23:25:33.312Z Sep 16 23:23:43.160 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36362026-09-16T23:25:33.312Z Sep 16 23:23:43.198 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36372026-09-16T23:25:33.312Z Sep 16 23:23:43.204 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36382026-09-16T23:25:33.312Z Sep 16 23:23:43.206 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36392026-09-16T23:25:33.312Z Sep 16 23:23:43.244 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36402026-09-16T23:25:33.312Z Sep 16 23:23:43.250 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36412026-09-16T23:25:33.312Z Sep 16 23:23:43.288 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36422026-09-16T23:25:33.312Z Sep 16 23:23:43.294 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36432026-09-16T23:25:33.312Z Sep 16 23:23:43.332 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36442026-09-16T23:25:33.312Z Sep 16 23:23:43.338 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36452026-09-16T23:25:33.312Z Sep 16 23:23:43.339 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36462026-09-16T23:25:33.313Z Sep 16 23:23:43.339 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36472026-09-16T23:25:33.313Z Sep 16 23:23:43.339 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36482026-09-16T23:25:33.313Z Sep 16 23:23:43.346 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36492026-09-16T23:25:33.313Z Sep 16 23:23:43.405 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36502026-09-16T23:25:33.313Z Sep 16 23:23:43.406 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36512026-09-16T23:25:33.313Z Sep 16 23:23:43.444 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36522026-09-16T23:25:33.313Z Sep 16 23:23:43.444 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36532026-09-16T23:25:33.313Z Sep 16 23:23:43.481 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36542026-09-16T23:25:33.313Z Sep 16 23:23:43.481 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36552026-09-16T23:25:33.313Z Sep 16 23:23:43.519 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36562026-09-16T23:25:33.313Z Sep 16 23:23:43.519 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36572026-09-16T23:25:33.313Z Sep 16 23:23:43.520 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36582026-09-16T23:25:33.313Z Sep 16 23:23:43.520 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36592026-09-16T23:25:33.313Z Sep 16 23:23:43.520 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36602026-09-16T23:25:33.313Z Sep 16 23:23:43.520 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36612026-09-16T23:25:33.313Z Sep 16 23:23:43.520 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36622026-09-16T23:25:33.313Z Sep 16 23:23:43.521 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36632026-09-16T23:25:33.313Z Sep 16 23:23:43.521 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36642026-09-16T23:25:33.313Z Sep 16 23:23:43.521 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36652026-09-16T23:25:33.313Z Sep 16 23:23:43.521 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36662026-09-16T23:25:33.313Z Sep 16 23:23:43.521 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36672026-09-16T23:25:33.318Z Sep 16 23:23:43.521 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36682026-09-16T23:25:33.318Z Sep 16 23:23:43.521 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
36692026-09-16T23:25:33.318Z Sep 16 23:23:43.527 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36702026-09-16T23:25:33.318Z Sep 16 23:23:43.527 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36712026-09-16T23:25:33.318Z Sep 16 23:23:43.533 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36722026-09-16T23:25:33.318Z Sep 16 23:23:43.533 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36732026-09-16T23:25:33.318Z Sep 16 23:23:43.539 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36742026-09-16T23:25:33.318Z Sep 16 23:23:43.539 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36752026-09-16T23:25:33.318Z Sep 16 23:23:43.545 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36762026-09-16T23:25:33.318Z Sep 16 23:23:43.545 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36772026-09-16T23:25:33.318Z Sep 16 23:23:43.696 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36782026-09-16T23:25:33.318Z Sep 16 23:23:43.696 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36792026-09-16T23:25:33.318Z Sep 16 23:23:43.701 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36802026-09-16T23:25:33.318Z Sep 16 23:23:43.738 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36812026-09-16T23:25:33.318Z Sep 16 23:23:43.745 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36822026-09-16T23:25:33.318Z Sep 16 23:23:43.747 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36832026-09-16T23:25:33.318Z Sep 16 23:23:43.784 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36842026-09-16T23:25:33.318Z Sep 16 23:23:43.791 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36852026-09-16T23:25:33.318Z Sep 16 23:23:43.829 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36862026-09-16T23:25:33.318Z Sep 16 23:23:43.835 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36872026-09-16T23:25:33.318Z Sep 16 23:23:43.873 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36882026-09-16T23:25:33.318Z Sep 16 23:23:43.879 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36892026-09-16T23:25:33.318Z Sep 16 23:23:43.880 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36902026-09-16T23:25:33.318Z Sep 16 23:23:43.880 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36912026-09-16T23:25:33.318Z Sep 16 23:23:43.880 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36922026-09-16T23:25:33.318Z Sep 16 23:23:43.887 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36932026-09-16T23:25:33.318Z Sep 16 23:23:43.946 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36942026-09-16T23:25:33.318Z Sep 16 23:23:43.946 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36952026-09-16T23:25:33.318Z Sep 16 23:23:43.984 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36962026-09-16T23:25:33.318Z Sep 16 23:23:43.984 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
36972026-09-16T23:25:33.318Z Sep 16 23:23:44.022 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36982026-09-16T23:25:33.318Z Sep 16 23:23:44.022 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
36992026-09-16T23:25:33.318Z Sep 16 23:23:44.060 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37002026-09-16T23:25:33.318Z Sep 16 23:23:44.060 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37012026-09-16T23:25:33.319Z Sep 16 23:23:44.067 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37022026-09-16T23:25:33.319Z Sep 16 23:23:44.067 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37032026-09-16T23:25:33.319Z Sep 16 23:23:44.073 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37042026-09-16T23:25:33.319Z Sep 16 23:23:44.073 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37052026-09-16T23:25:33.319Z Sep 16 23:23:44.079 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37062026-09-16T23:25:33.319Z Sep 16 23:23:44.079 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37072026-09-16T23:25:33.319Z Sep 16 23:23:44.085 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37082026-09-16T23:25:33.319Z Sep 16 23:23:44.085 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37092026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37102026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37112026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37122026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37132026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37142026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37152026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37162026-09-16T23:25:33.319Z Sep 16 23:23:44.085 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
37172026-09-16T23:25:33.319Z Sep 16 23:23:44.089 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37182026-09-16T23:25:33.319Z Sep 16 23:23:44.089 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37192026-09-16T23:25:33.320Z Sep 16 23:23:44.093 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37202026-09-16T23:25:33.320Z Sep 16 23:23:44.093 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37212026-09-16T23:25:33.320Z Sep 16 23:23:44.095 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37222026-09-16T23:25:33.320Z Sep 16 23:23:44.133 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37232026-09-16T23:25:33.320Z Sep 16 23:23:44.139 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37242026-09-16T23:25:33.320Z Sep 16 23:23:44.141 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37252026-09-16T23:25:33.320Z Sep 16 23:23:44.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37262026-09-16T23:25:33.320Z Sep 16 23:23:44.184 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37272026-09-16T23:25:33.320Z Sep 16 23:23:44.226 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37282026-09-16T23:25:33.320Z Sep 16 23:23:44.232 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37292026-09-16T23:25:33.320Z Sep 16 23:23:44.270 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37302026-09-16T23:25:33.320Z Sep 16 23:23:44.277 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37312026-09-16T23:25:33.320Z Sep 16 23:23:44.278 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37322026-09-16T23:25:33.320Z Sep 16 23:23:44.316 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37332026-09-16T23:25:33.320Z Sep 16 23:23:44.322 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37342026-09-16T23:25:33.320Z Sep 16 23:23:44.324 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37352026-09-16T23:25:33.320Z Sep 16 23:23:44.362 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37362026-09-16T23:25:33.320Z Sep 16 23:23:44.368 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37372026-09-16T23:25:33.320Z Sep 16 23:23:44.369 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37382026-09-16T23:25:33.320Z Sep 16 23:23:44.369 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37392026-09-16T23:25:33.320Z Sep 16 23:23:44.406 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37402026-09-16T23:25:33.320Z Sep 16 23:23:44.413 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37412026-09-16T23:25:33.320Z Sep 16 23:23:44.451 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37422026-09-16T23:25:33.320Z Sep 16 23:23:44.457 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37432026-09-16T23:25:33.320Z Sep 16 23:23:44.458 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37442026-09-16T23:25:33.320Z Sep 16 23:23:44.465 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37452026-09-16T23:25:33.320Z Sep 16 23:23:44.472 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37462026-09-16T23:25:33.320Z Sep 16 23:23:44.472 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37472026-09-16T23:25:33.320Z Sep 16 23:23:44.487 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37482026-09-16T23:25:33.320Z Sep 16 23:23:44.494 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37492026-09-16T23:25:33.321Z Sep 16 23:23:44.538 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37502026-09-16T23:25:33.321Z Sep 16 23:23:44.538 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37512026-09-16T23:25:33.321Z Sep 16 23:23:44.576 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37522026-09-16T23:25:33.321Z Sep 16 23:23:44.576 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37532026-09-16T23:25:33.321Z Sep 16 23:23:44.629 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37542026-09-16T23:25:33.321Z Sep 16 23:23:44.629 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37552026-09-16T23:25:33.321Z Sep 16 23:23:44.667 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37562026-09-16T23:25:33.321Z Sep 16 23:23:44.667 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37572026-09-16T23:25:33.321Z Sep 16 23:23:44.705 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37582026-09-16T23:25:33.321Z Sep 16 23:23:44.705 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37592026-09-16T23:25:33.321Z Sep 16 23:23:44.743 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37602026-09-16T23:25:33.322Z Sep 16 23:23:44.743 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37612026-09-16T23:25:33.322Z Sep 16 23:23:44.781 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37622026-09-16T23:25:33.322Z Sep 16 23:23:44.781 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37632026-09-16T23:25:33.322Z Sep 16 23:23:44.819 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37642026-09-16T23:25:33.322Z Sep 16 23:23:44.819 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37652026-09-16T23:25:33.322Z Sep 16 23:23:44.825 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37662026-09-16T23:25:33.322Z Sep 16 23:23:44.825 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37672026-09-16T23:25:33.327Z Sep 16 23:23:44.831 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37682026-09-16T23:25:33.327Z Sep 16 23:23:44.831 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37692026-09-16T23:25:33.327Z Sep 16 23:23:44.838 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37702026-09-16T23:25:33.327Z Sep 16 23:23:44.838 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37712026-09-16T23:25:33.327Z Sep 16 23:23:44.844 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37722026-09-16T23:25:33.327Z Sep 16 23:23:44.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37732026-09-16T23:25:33.327Z Sep 16 23:23:44.850 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37742026-09-16T23:25:33.327Z Sep 16 23:23:44.850 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37752026-09-16T23:25:33.327Z Sep 16 23:23:44.856 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37762026-09-16T23:25:33.327Z Sep 16 23:23:44.856 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37772026-09-16T23:25:33.327Z Sep 16 23:23:44.862 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37782026-09-16T23:25:33.327Z Sep 16 23:23:44.862 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37792026-09-16T23:25:33.327Z Sep 16 23:23:44.868 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37802026-09-16T23:25:33.328Z Sep 16 23:23:44.868 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37812026-09-16T23:25:33.328Z Sep 16 23:23:44.871 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37822026-09-16T23:25:33.328Z Sep 16 23:23:44.871 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37832026-09-16T23:25:33.328Z Sep 16 23:23:44.876 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37842026-09-16T23:25:33.328Z Sep 16 23:23:44.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37852026-09-16T23:25:33.328Z Sep 16 23:23:44.919 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37862026-09-16T23:25:33.328Z Sep 16 23:23:44.921 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37872026-09-16T23:25:33.328Z Sep 16 23:23:44.959 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37882026-09-16T23:25:33.328Z Sep 16 23:23:44.965 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37892026-09-16T23:25:33.328Z Sep 16 23:23:45.003 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37902026-09-16T23:25:33.328Z Sep 16 23:23:45.010 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37912026-09-16T23:25:33.328Z Sep 16 23:23:45.048 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37922026-09-16T23:25:33.328Z Sep 16 23:23:45.054 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37932026-09-16T23:25:33.328Z Sep 16 23:23:45.055 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37942026-09-16T23:25:33.328Z Sep 16 23:23:45.055 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
37952026-09-16T23:25:33.328Z Sep 16 23:23:45.055 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37962026-09-16T23:25:33.328Z Sep 16 23:23:45.062 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37972026-09-16T23:25:33.328Z Sep 16 23:23:45.121 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37982026-09-16T23:25:33.328Z Sep 16 23:23:45.121 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
37992026-09-16T23:25:33.328Z Sep 16 23:23:45.159 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38002026-09-16T23:25:33.328Z Sep 16 23:23:45.159 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38012026-09-16T23:25:33.328Z Sep 16 23:23:45.197 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38022026-09-16T23:25:33.328Z Sep 16 23:23:45.197 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38032026-09-16T23:25:33.328Z Sep 16 23:23:45.235 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38042026-09-16T23:25:33.328Z Sep 16 23:23:45.235 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38052026-09-16T23:25:33.328Z Sep 16 23:23:45.236 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38062026-09-16T23:25:33.328Z Sep 16 23:23:45.236 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38072026-09-16T23:25:33.328Z Sep 16 23:23:45.236 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38082026-09-16T23:25:33.328Z Sep 16 23:23:45.236 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38092026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38102026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38112026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38122026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38132026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38142026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38152026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38162026-09-16T23:25:33.328Z Sep 16 23:23:45.237 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38172026-09-16T23:25:33.328Z Sep 16 23:23:45.243 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38182026-09-16T23:25:33.328Z Sep 16 23:23:45.243 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38192026-09-16T23:25:33.329Z Sep 16 23:23:45.249 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38202026-09-16T23:25:33.329Z Sep 16 23:23:45.249 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38212026-09-16T23:25:33.329Z Sep 16 23:23:45.255 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38222026-09-16T23:25:33.329Z Sep 16 23:23:45.256 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38232026-09-16T23:25:33.329Z Sep 16 23:23:45.261 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38242026-09-16T23:25:33.329Z Sep 16 23:23:45.262 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38252026-09-16T23:25:33.329Z Sep 16 23:23:45.412 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38262026-09-16T23:25:33.329Z Sep 16 23:23:45.412 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38272026-09-16T23:25:33.329Z Sep 16 23:23:45.417 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38282026-09-16T23:25:33.329Z Sep 16 23:23:45.455 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38292026-09-16T23:25:33.329Z Sep 16 23:23:45.461 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38302026-09-16T23:25:33.329Z Sep 16 23:23:45.463 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38312026-09-16T23:25:33.329Z Sep 16 23:23:45.501 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38322026-09-16T23:25:33.329Z Sep 16 23:23:45.507 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38332026-09-16T23:25:33.329Z Sep 16 23:23:45.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38342026-09-16T23:25:33.329Z Sep 16 23:23:45.551 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38352026-09-16T23:25:33.329Z Sep 16 23:23:45.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38362026-09-16T23:25:33.329Z Sep 16 23:23:45.595 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38372026-09-16T23:25:33.329Z Sep 16 23:23:45.596 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38382026-09-16T23:25:33.329Z Sep 16 23:23:45.596 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38392026-09-16T23:25:33.329Z Sep 16 23:23:45.596 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38402026-09-16T23:25:33.329Z Sep 16 23:23:45.603 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38412026-09-16T23:25:33.329Z Sep 16 23:23:45.663 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38422026-09-16T23:25:33.329Z Sep 16 23:23:45.663 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38432026-09-16T23:25:33.329Z Sep 16 23:23:45.701 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38442026-09-16T23:25:33.329Z Sep 16 23:23:45.701 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38452026-09-16T23:25:33.329Z Sep 16 23:23:45.738 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38462026-09-16T23:25:33.329Z Sep 16 23:23:45.739 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38472026-09-16T23:25:33.329Z Sep 16 23:23:45.776 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38482026-09-16T23:25:33.329Z Sep 16 23:23:45.776 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38492026-09-16T23:25:33.329Z Sep 16 23:23:45.783 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38502026-09-16T23:25:33.329Z Sep 16 23:23:45.783 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38512026-09-16T23:25:33.329Z Sep 16 23:23:45.789 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38522026-09-16T23:25:33.329Z Sep 16 23:23:45.789 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38532026-09-16T23:25:33.329Z Sep 16 23:23:45.795 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38542026-09-16T23:25:33.329Z Sep 16 23:23:45.795 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38552026-09-16T23:25:33.329Z Sep 16 23:23:45.801 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38562026-09-16T23:25:33.329Z Sep 16 23:23:45.801 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38572026-09-16T23:25:33.330Z Sep 16 23:23:45.801 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38582026-09-16T23:25:33.330Z Sep 16 23:23:45.801 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38592026-09-16T23:25:33.330Z Sep 16 23:23:45.801 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38602026-09-16T23:25:33.330Z Sep 16 23:23:45.801 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38612026-09-16T23:25:33.330Z Sep 16 23:23:45.802 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38622026-09-16T23:25:33.330Z Sep 16 23:23:45.802 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38632026-09-16T23:25:33.330Z Sep 16 23:23:45.802 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38642026-09-16T23:25:33.330Z Sep 16 23:23:45.802 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
38652026-09-16T23:25:33.330Z Sep 16 23:23:45.805 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38662026-09-16T23:25:33.330Z Sep 16 23:23:45.805 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38672026-09-16T23:25:33.334Z Sep 16 23:23:45.809 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38682026-09-16T23:25:33.334Z Sep 16 23:23:45.810 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38692026-09-16T23:25:33.334Z Sep 16 23:23:45.811 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38702026-09-16T23:25:33.334Z Sep 16 23:23:45.849 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38712026-09-16T23:25:33.334Z Sep 16 23:23:45.855 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38722026-09-16T23:25:33.335Z Sep 16 23:23:45.857 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38732026-09-16T23:25:33.335Z Sep 16 23:23:45.895 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38742026-09-16T23:25:33.335Z Sep 16 23:23:45.901 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38752026-09-16T23:25:33.335Z Sep 16 23:23:45.943 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38762026-09-16T23:25:33.335Z Sep 16 23:23:45.949 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38772026-09-16T23:25:33.335Z Sep 16 23:23:45.987 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38782026-09-16T23:25:33.335Z Sep 16 23:23:45.993 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38792026-09-16T23:25:33.335Z Sep 16 23:23:45.995 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38802026-09-16T23:25:33.335Z Sep 16 23:23:46.033 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38812026-09-16T23:25:33.335Z Sep 16 23:23:46.039 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38822026-09-16T23:25:33.335Z Sep 16 23:23:46.041 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38832026-09-16T23:25:33.335Z Sep 16 23:23:46.078 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38842026-09-16T23:25:33.335Z Sep 16 23:23:46.085 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38852026-09-16T23:25:33.335Z Sep 16 23:23:46.085 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38862026-09-16T23:25:33.335Z Sep 16 23:23:46.085 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38872026-09-16T23:25:33.335Z Sep 16 23:23:46.123 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38882026-09-16T23:25:33.335Z Sep 16 23:23:46.129 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38892026-09-16T23:25:33.335Z Sep 16 23:23:46.167 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38902026-09-16T23:25:33.335Z Sep 16 23:23:46.173 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38912026-09-16T23:25:33.335Z Sep 16 23:23:46.174 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38922026-09-16T23:25:33.335Z Sep 16 23:23:46.181 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38932026-09-16T23:25:33.335Z Sep 16 23:23:46.188 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38942026-09-16T23:25:33.335Z Sep 16 23:23:46.188 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
38952026-09-16T23:25:33.335Z Sep 16 23:23:46.203 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38962026-09-16T23:25:33.335Z Sep 16 23:23:46.210 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38972026-09-16T23:25:33.335Z Sep 16 23:23:46.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38982026-09-16T23:25:33.335Z Sep 16 23:23:46.255 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
38992026-09-16T23:25:33.335Z Sep 16 23:23:46.293 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39002026-09-16T23:25:33.335Z Sep 16 23:23:46.293 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39012026-09-16T23:25:33.335Z Sep 16 23:23:46.345 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39022026-09-16T23:25:33.335Z Sep 16 23:23:46.346 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39032026-09-16T23:25:33.335Z Sep 16 23:23:46.383 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39042026-09-16T23:25:33.335Z Sep 16 23:23:46.383 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39052026-09-16T23:25:33.335Z Sep 16 23:23:46.421 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39062026-09-16T23:25:33.335Z Sep 16 23:23:46.421 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39072026-09-16T23:25:33.335Z Sep 16 23:23:46.459 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39082026-09-16T23:25:33.335Z Sep 16 23:23:46.459 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39092026-09-16T23:25:33.335Z Sep 16 23:23:46.497 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39102026-09-16T23:25:33.335Z Sep 16 23:23:46.497 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39112026-09-16T23:25:33.336Z Sep 16 23:23:46.535 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39122026-09-16T23:25:33.336Z Sep 16 23:23:46.535 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39132026-09-16T23:25:33.336Z Sep 16 23:23:46.541 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39142026-09-16T23:25:33.336Z Sep 16 23:23:46.541 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39152026-09-16T23:25:33.336Z Sep 16 23:23:46.547 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39162026-09-16T23:25:33.336Z Sep 16 23:23:46.547 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39172026-09-16T23:25:33.336Z Sep 16 23:23:46.554 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39182026-09-16T23:25:33.336Z Sep 16 23:23:46.554 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39192026-09-16T23:25:33.336Z Sep 16 23:23:46.560 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39202026-09-16T23:25:33.336Z Sep 16 23:23:46.560 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39212026-09-16T23:25:33.336Z Sep 16 23:23:46.566 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39222026-09-16T23:25:33.336Z Sep 16 23:23:46.566 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39232026-09-16T23:25:33.336Z Sep 16 23:23:46.572 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39242026-09-16T23:25:33.336Z Sep 16 23:23:46.572 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39252026-09-16T23:25:33.336Z Sep 16 23:23:46.578 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39262026-09-16T23:25:33.336Z Sep 16 23:23:46.578 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39272026-09-16T23:25:33.336Z Sep 16 23:23:46.584 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39282026-09-16T23:25:33.336Z Sep 16 23:23:46.584 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39292026-09-16T23:25:33.336Z Sep 16 23:23:46.587 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39302026-09-16T23:25:33.336Z Sep 16 23:23:46.587 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39312026-09-16T23:25:33.336Z Sep 16 23:23:46.592 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39322026-09-16T23:25:33.336Z Sep 16 23:23:46.629 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39332026-09-16T23:25:33.336Z Sep 16 23:23:46.635 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39342026-09-16T23:25:33.336Z Sep 16 23:23:46.637 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39352026-09-16T23:25:33.336Z Sep 16 23:23:46.675 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39362026-09-16T23:25:33.337Z Sep 16 23:23:46.681 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39372026-09-16T23:25:33.337Z Sep 16 23:23:46.719 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39382026-09-16T23:25:33.337Z Sep 16 23:23:46.725 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39392026-09-16T23:25:33.337Z Sep 16 23:23:46.764 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39402026-09-16T23:25:33.337Z Sep 16 23:23:46.770 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39412026-09-16T23:25:33.337Z Sep 16 23:23:46.771 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39422026-09-16T23:25:33.337Z Sep 16 23:23:46.771 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39432026-09-16T23:25:33.337Z Sep 16 23:23:46.771 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39442026-09-16T23:25:33.337Z Sep 16 23:23:46.778 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39452026-09-16T23:25:33.337Z Sep 16 23:23:46.837 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39462026-09-16T23:25:33.337Z Sep 16 23:23:46.837 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39472026-09-16T23:25:33.337Z Sep 16 23:23:46.875 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39482026-09-16T23:25:33.337Z Sep 16 23:23:46.875 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39492026-09-16T23:25:33.337Z Sep 16 23:23:46.913 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39502026-09-16T23:25:33.338Z Sep 16 23:23:46.913 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39512026-09-16T23:25:33.338Z Sep 16 23:23:46.951 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39522026-09-16T23:25:33.339Z Sep 16 23:23:46.951 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39532026-09-16T23:25:33.340Z Sep 16 23:23:46.951 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39542026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39552026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39562026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39572026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39582026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39592026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39602026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39612026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39622026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39632026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39642026-09-16T23:25:33.340Z Sep 16 23:23:46.952 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
39652026-09-16T23:25:33.340Z Sep 16 23:23:46.959 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39662026-09-16T23:25:33.340Z Sep 16 23:23:46.959 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39672026-09-16T23:25:33.345Z Sep 16 23:23:46.965 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39682026-09-16T23:25:33.345Z Sep 16 23:23:46.965 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39692026-09-16T23:25:33.345Z Sep 16 23:23:46.971 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39702026-09-16T23:25:33.345Z Sep 16 23:23:46.971 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39712026-09-16T23:25:33.345Z Sep 16 23:23:46.977 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39722026-09-16T23:25:33.345Z Sep 16 23:23:46.977 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39732026-09-16T23:25:33.345Z Sep 16 23:23:47.128 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39742026-09-16T23:25:33.345Z Sep 16 23:23:47.128 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39752026-09-16T23:25:33.345Z Sep 16 23:23:47.133 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39762026-09-16T23:25:33.345Z Sep 16 23:23:47.171 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39772026-09-16T23:25:33.346Z Sep 16 23:23:47.177 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39782026-09-16T23:25:33.346Z Sep 16 23:23:47.179 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39792026-09-16T23:25:33.346Z Sep 16 23:23:47.217 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39802026-09-16T23:25:33.346Z Sep 16 23:23:47.223 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39812026-09-16T23:25:33.346Z Sep 16 23:23:47.261 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39822026-09-16T23:25:33.346Z Sep 16 23:23:47.267 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39832026-09-16T23:25:33.346Z Sep 16 23:23:47.305 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39842026-09-16T23:25:33.346Z Sep 16 23:23:47.311 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39852026-09-16T23:25:33.346Z Sep 16 23:23:47.312 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39862026-09-16T23:25:33.346Z Sep 16 23:23:47.312 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39872026-09-16T23:25:33.346Z Sep 16 23:23:47.312 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39882026-09-16T23:25:33.346Z Sep 16 23:23:47.319 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39892026-09-16T23:25:33.346Z Sep 16 23:23:47.379 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39902026-09-16T23:25:33.346Z Sep 16 23:23:47.379 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39912026-09-16T23:25:33.346Z Sep 16 23:23:47.417 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39922026-09-16T23:25:33.347Z Sep 16 23:23:47.417 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39932026-09-16T23:25:33.347Z Sep 16 23:23:47.454 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39942026-09-16T23:25:33.347Z Sep 16 23:23:47.455 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39952026-09-16T23:25:33.347Z Sep 16 23:23:47.492 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39962026-09-16T23:25:33.347Z Sep 16 23:23:47.492 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
39972026-09-16T23:25:33.347Z Sep 16 23:23:47.499 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39982026-09-16T23:25:33.347Z Sep 16 23:23:47.499 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
39992026-09-16T23:25:33.347Z Sep 16 23:23:47.505 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40002026-09-16T23:25:33.347Z Sep 16 23:23:47.505 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40012026-09-16T23:25:33.347Z Sep 16 23:23:47.511 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40022026-09-16T23:25:33.347Z Sep 16 23:23:47.511 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40032026-09-16T23:25:33.347Z Sep 16 23:23:47.517 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40042026-09-16T23:25:33.347Z Sep 16 23:23:47.517 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40052026-09-16T23:25:33.347Z Sep 16 23:23:47.517 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40062026-09-16T23:25:33.347Z Sep 16 23:23:47.517 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40072026-09-16T23:25:33.347Z Sep 16 23:23:47.517 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40082026-09-16T23:25:33.347Z Sep 16 23:23:47.517 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40092026-09-16T23:25:33.347Z Sep 16 23:23:47.518 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40102026-09-16T23:25:33.347Z Sep 16 23:23:47.518 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40112026-09-16T23:25:33.347Z Sep 16 23:23:47.518 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40122026-09-16T23:25:33.347Z Sep 16 23:23:47.518 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
40132026-09-16T23:25:33.347Z Sep 16 23:23:47.521 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40142026-09-16T23:25:33.347Z Sep 16 23:23:47.521 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40152026-09-16T23:25:33.347Z Sep 16 23:23:47.526 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40162026-09-16T23:25:33.347Z Sep 16 23:23:47.526 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40172026-09-16T23:25:33.348Z Sep 16 23:23:47.527 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40182026-09-16T23:25:33.348Z Sep 16 23:23:47.565 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40192026-09-16T23:25:33.348Z Sep 16 23:23:47.571 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40202026-09-16T23:25:33.348Z Sep 16 23:23:47.573 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40212026-09-16T23:25:33.348Z Sep 16 23:23:47.611 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40222026-09-16T23:25:33.348Z Sep 16 23:23:47.617 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40232026-09-16T23:25:33.348Z Sep 16 23:23:47.659 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40242026-09-16T23:25:33.348Z Sep 16 23:23:47.665 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40252026-09-16T23:25:33.348Z Sep 16 23:23:47.703 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40262026-09-16T23:25:33.348Z Sep 16 23:23:47.709 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40272026-09-16T23:25:33.348Z Sep 16 23:23:47.711 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40282026-09-16T23:25:33.348Z Sep 16 23:23:47.749 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40292026-09-16T23:25:33.348Z Sep 16 23:23:47.755 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40302026-09-16T23:25:33.348Z Sep 16 23:23:47.757 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40312026-09-16T23:25:33.348Z Sep 16 23:23:47.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40322026-09-16T23:25:33.348Z Sep 16 23:23:47.800 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40332026-09-16T23:25:33.348Z Sep 16 23:23:47.801 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40342026-09-16T23:25:33.348Z Sep 16 23:23:47.801 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40352026-09-16T23:25:33.348Z Sep 16 23:23:47.839 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40362026-09-16T23:25:33.348Z Sep 16 23:23:47.845 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40372026-09-16T23:25:33.348Z Sep 16 23:23:47.883 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40382026-09-16T23:25:33.348Z Sep 16 23:23:47.889 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40392026-09-16T23:25:33.348Z Sep 16 23:23:47.890 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40402026-09-16T23:25:33.348Z Sep 16 23:23:47.897 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40412026-09-16T23:25:33.348Z Sep 16 23:23:47.904 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40422026-09-16T23:25:33.348Z Sep 16 23:23:47.904 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40432026-09-16T23:25:33.348Z Sep 16 23:23:47.919 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40442026-09-16T23:25:33.348Z Sep 16 23:23:47.926 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40452026-09-16T23:25:33.348Z Sep 16 23:23:47.970 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40462026-09-16T23:25:33.348Z Sep 16 23:23:47.970 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40472026-09-16T23:25:33.348Z Sep 16 23:23:48.008 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40482026-09-16T23:25:33.349Z Sep 16 23:23:48.008 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40492026-09-16T23:25:33.349Z Sep 16 23:23:48.061 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40502026-09-16T23:25:33.350Z Sep 16 23:23:48.061 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40512026-09-16T23:25:33.350Z Sep 16 23:23:48.099 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40522026-09-16T23:25:33.350Z Sep 16 23:23:48.099 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40532026-09-16T23:25:33.350Z Sep 16 23:23:48.137 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40542026-09-16T23:25:33.350Z Sep 16 23:23:48.137 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40552026-09-16T23:25:33.350Z Sep 16 23:23:48.175 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40562026-09-16T23:25:33.350Z Sep 16 23:23:48.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40572026-09-16T23:25:33.350Z Sep 16 23:23:48.212 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40582026-09-16T23:25:33.350Z Sep 16 23:23:48.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40592026-09-16T23:25:33.350Z Sep 16 23:23:48.250 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40602026-09-16T23:25:33.350Z Sep 16 23:23:48.250 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40612026-09-16T23:25:33.350Z Sep 16 23:23:48.257 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40622026-09-16T23:25:33.350Z Sep 16 23:23:48.257 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40632026-09-16T23:25:33.350Z Sep 16 23:23:48.263 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40642026-09-16T23:25:33.350Z Sep 16 23:23:48.263 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40652026-09-16T23:25:33.350Z Sep 16 23:23:48.269 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40662026-09-16T23:25:33.350Z Sep 16 23:23:48.269 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40672026-09-16T23:25:33.355Z Sep 16 23:23:48.275 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40682026-09-16T23:25:33.355Z Sep 16 23:23:48.275 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40692026-09-16T23:25:33.355Z Sep 16 23:23:48.281 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40702026-09-16T23:25:33.355Z Sep 16 23:23:48.281 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40712026-09-16T23:25:33.355Z Sep 16 23:23:48.287 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40722026-09-16T23:25:33.355Z Sep 16 23:23:48.287 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40732026-09-16T23:25:33.355Z Sep 16 23:23:48.294 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40742026-09-16T23:25:33.355Z Sep 16 23:23:48.294 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40752026-09-16T23:25:33.355Z Sep 16 23:23:48.300 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40762026-09-16T23:25:33.355Z Sep 16 23:23:48.300 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40772026-09-16T23:25:33.355Z Sep 16 23:23:48.302 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40782026-09-16T23:25:33.355Z Sep 16 23:23:48.302 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40792026-09-16T23:25:33.355Z Sep 16 23:23:48.307 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40802026-09-16T23:25:33.355Z Sep 16 23:23:48.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40812026-09-16T23:25:33.355Z Sep 16 23:23:48.351 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40822026-09-16T23:25:33.355Z Sep 16 23:23:48.353 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40832026-09-16T23:25:33.355Z Sep 16 23:23:48.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40842026-09-16T23:25:33.356Z Sep 16 23:23:48.397 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40852026-09-16T23:25:33.356Z Sep 16 23:23:48.435 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40862026-09-16T23:25:33.356Z Sep 16 23:23:48.441 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40872026-09-16T23:25:33.356Z Sep 16 23:23:48.480 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40882026-09-16T23:25:33.356Z Sep 16 23:23:48.486 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40892026-09-16T23:25:33.356Z Sep 16 23:23:48.486 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40902026-09-16T23:25:33.356Z Sep 16 23:23:48.486 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40912026-09-16T23:25:33.356Z Sep 16 23:23:48.486 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40922026-09-16T23:25:33.356Z Sep 16 23:23:48.493 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40932026-09-16T23:25:33.356Z Sep 16 23:23:48.553 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40942026-09-16T23:25:33.356Z Sep 16 23:23:48.553 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40952026-09-16T23:25:33.356Z Sep 16 23:23:48.591 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40962026-09-16T23:25:33.356Z Sep 16 23:23:48.591 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
40972026-09-16T23:25:33.356Z Sep 16 23:23:48.629 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40982026-09-16T23:25:33.356Z Sep 16 23:23:48.629 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
40992026-09-16T23:25:33.356Z Sep 16 23:23:48.667 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41002026-09-16T23:25:33.356Z Sep 16 23:23:48.667 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41012026-09-16T23:25:33.356Z Sep 16 23:23:48.667 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41022026-09-16T23:25:33.356Z Sep 16 23:23:48.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41032026-09-16T23:25:33.356Z Sep 16 23:23:48.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41042026-09-16T23:25:33.356Z Sep 16 23:23:48.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41052026-09-16T23:25:33.356Z Sep 16 23:23:48.668 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41062026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41072026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41082026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41092026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41102026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41112026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41122026-09-16T23:25:33.357Z Sep 16 23:23:48.668 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41132026-09-16T23:25:33.357Z Sep 16 23:23:48.675 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41142026-09-16T23:25:33.357Z Sep 16 23:23:48.675 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41152026-09-16T23:25:33.357Z Sep 16 23:23:48.681 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41162026-09-16T23:25:33.357Z Sep 16 23:23:48.681 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41172026-09-16T23:25:33.357Z Sep 16 23:23:48.687 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41182026-09-16T23:25:33.357Z Sep 16 23:23:48.687 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41192026-09-16T23:25:33.357Z Sep 16 23:23:48.693 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41202026-09-16T23:25:33.357Z Sep 16 23:23:48.693 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41212026-09-16T23:25:33.357Z Sep 16 23:23:48.844 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41222026-09-16T23:25:33.357Z Sep 16 23:23:48.844 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41232026-09-16T23:25:33.357Z Sep 16 23:23:48.849 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41242026-09-16T23:25:33.357Z Sep 16 23:23:48.886 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41252026-09-16T23:25:33.357Z Sep 16 23:23:48.892 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41262026-09-16T23:25:33.357Z Sep 16 23:23:48.895 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41272026-09-16T23:25:33.357Z Sep 16 23:23:48.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41282026-09-16T23:25:33.357Z Sep 16 23:23:48.938 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41292026-09-16T23:25:33.357Z Sep 16 23:23:48.977 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41302026-09-16T23:25:33.357Z Sep 16 23:23:48.983 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41312026-09-16T23:25:33.357Z Sep 16 23:23:49.021 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41322026-09-16T23:25:33.357Z Sep 16 23:23:49.027 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41332026-09-16T23:25:33.357Z Sep 16 23:23:49.027 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41342026-09-16T23:25:33.358Z Sep 16 23:23:49.028 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41352026-09-16T23:25:33.358Z Sep 16 23:23:49.028 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41362026-09-16T23:25:33.358Z Sep 16 23:23:49.035 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41372026-09-16T23:25:33.358Z Sep 16 23:23:49.094 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41382026-09-16T23:25:33.358Z Sep 16 23:23:49.094 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41392026-09-16T23:25:33.358Z Sep 16 23:23:49.132 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41402026-09-16T23:25:33.358Z Sep 16 23:23:49.132 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41412026-09-16T23:25:33.358Z Sep 16 23:23:49.170 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41422026-09-16T23:25:33.358Z Sep 16 23:23:49.170 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41432026-09-16T23:25:33.358Z Sep 16 23:23:49.208 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41442026-09-16T23:25:33.358Z Sep 16 23:23:49.208 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41452026-09-16T23:25:33.358Z Sep 16 23:23:49.214 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41462026-09-16T23:25:33.358Z Sep 16 23:23:49.214 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41472026-09-16T23:25:33.358Z Sep 16 23:23:49.220 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41482026-09-16T23:25:33.358Z Sep 16 23:23:49.221 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41492026-09-16T23:25:33.358Z Sep 16 23:23:49.227 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41502026-09-16T23:25:33.359Z Sep 16 23:23:49.227 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41512026-09-16T23:25:33.359Z Sep 16 23:23:49.233 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41522026-09-16T23:25:33.359Z Sep 16 23:23:49.233 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41532026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41542026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41552026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41562026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41572026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41582026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41592026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41602026-09-16T23:25:33.359Z Sep 16 23:23:49.233 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
41612026-09-16T23:25:33.359Z Sep 16 23:23:49.237 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41622026-09-16T23:25:33.359Z Sep 16 23:23:49.237 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41632026-09-16T23:25:33.359Z Sep 16 23:23:49.242 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41642026-09-16T23:25:33.359Z Sep 16 23:23:49.242 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41652026-09-16T23:25:33.359Z Sep 16 23:23:49.243 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41662026-09-16T23:25:33.359Z Sep 16 23:23:49.281 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41672026-09-16T23:25:33.363Z Sep 16 23:23:49.287 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41682026-09-16T23:25:33.363Z Sep 16 23:23:49.289 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41692026-09-16T23:25:33.363Z Sep 16 23:23:49.327 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41702026-09-16T23:25:33.364Z Sep 16 23:23:49.333 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41712026-09-16T23:25:33.364Z Sep 16 23:23:49.375 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41722026-09-16T23:25:33.364Z Sep 16 23:23:49.381 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41732026-09-16T23:25:33.364Z Sep 16 23:23:49.419 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41742026-09-16T23:25:33.364Z Sep 16 23:23:49.425 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41752026-09-16T23:25:33.364Z Sep 16 23:23:49.427 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41762026-09-16T23:25:33.364Z Sep 16 23:23:49.464 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41772026-09-16T23:25:33.364Z Sep 16 23:23:49.470 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41782026-09-16T23:25:33.364Z Sep 16 23:23:49.473 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41792026-09-16T23:25:33.364Z Sep 16 23:23:49.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41802026-09-16T23:25:33.364Z Sep 16 23:23:49.516 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41812026-09-16T23:25:33.364Z Sep 16 23:23:49.517 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41822026-09-16T23:25:33.364Z Sep 16 23:23:49.517 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41832026-09-16T23:25:33.364Z Sep 16 23:23:49.555 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41842026-09-16T23:25:33.364Z Sep 16 23:23:49.561 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41852026-09-16T23:25:33.365Z Sep 16 23:23:49.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41862026-09-16T23:25:33.365Z Sep 16 23:23:49.605 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41872026-09-16T23:25:33.365Z Sep 16 23:23:49.606 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41882026-09-16T23:25:33.365Z Sep 16 23:23:49.613 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41892026-09-16T23:25:33.365Z Sep 16 23:23:49.620 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41902026-09-16T23:25:33.365Z Sep 16 23:23:49.620 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41912026-09-16T23:25:33.365Z Sep 16 23:23:49.635 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41922026-09-16T23:25:33.365Z Sep 16 23:23:49.642 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41932026-09-16T23:25:33.365Z Sep 16 23:23:49.686 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41942026-09-16T23:25:33.365Z Sep 16 23:23:49.686 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41952026-09-16T23:25:33.365Z Sep 16 23:23:49.724 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41962026-09-16T23:25:33.365Z Sep 16 23:23:49.724 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
41972026-09-16T23:25:33.365Z Sep 16 23:23:49.777 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41982026-09-16T23:25:33.365Z Sep 16 23:23:49.777 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
41992026-09-16T23:25:33.365Z Sep 16 23:23:49.815 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42002026-09-16T23:25:33.365Z Sep 16 23:23:49.815 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42012026-09-16T23:25:33.365Z Sep 16 23:23:49.852 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42022026-09-16T23:25:33.365Z Sep 16 23:23:49.852 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42032026-09-16T23:25:33.365Z Sep 16 23:23:49.890 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42042026-09-16T23:25:33.365Z Sep 16 23:23:49.891 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42052026-09-16T23:25:33.365Z Sep 16 23:23:49.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42062026-09-16T23:25:33.365Z Sep 16 23:23:49.929 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42072026-09-16T23:25:33.365Z Sep 16 23:23:49.967 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42082026-09-16T23:25:33.365Z Sep 16 23:23:49.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42092026-09-16T23:25:33.365Z Sep 16 23:23:49.973 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42102026-09-16T23:25:33.365Z Sep 16 23:23:49.973 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42112026-09-16T23:25:33.365Z Sep 16 23:23:49.979 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42122026-09-16T23:25:33.365Z Sep 16 23:23:49.979 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42132026-09-16T23:25:33.365Z Sep 16 23:23:49.985 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42142026-09-16T23:25:33.366Z Sep 16 23:23:49.985 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42152026-09-16T23:25:33.366Z Sep 16 23:23:49.991 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42162026-09-16T23:25:33.366Z Sep 16 23:23:49.992 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42172026-09-16T23:25:33.366Z Sep 16 23:23:49.997 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42182026-09-16T23:25:33.366Z Sep 16 23:23:49.998 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42192026-09-16T23:25:33.366Z Sep 16 23:23:50.003 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42202026-09-16T23:25:33.366Z Sep 16 23:23:50.004 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42212026-09-16T23:25:33.366Z Sep 16 23:23:50.010 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42222026-09-16T23:25:33.366Z Sep 16 23:23:50.010 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42232026-09-16T23:25:33.366Z Sep 16 23:23:50.016 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42242026-09-16T23:25:33.366Z Sep 16 23:23:50.016 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42252026-09-16T23:25:33.366Z Sep 16 23:23:50.018 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42262026-09-16T23:25:33.366Z Sep 16 23:23:50.019 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42272026-09-16T23:25:33.366Z Sep 16 23:23:50.024 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42282026-09-16T23:25:33.366Z Sep 16 23:23:50.061 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42292026-09-16T23:25:33.366Z Sep 16 23:23:50.067 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42302026-09-16T23:25:33.367Z Sep 16 23:23:50.069 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42312026-09-16T23:25:33.367Z Sep 16 23:23:50.107 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42322026-09-16T23:25:33.367Z Sep 16 23:23:50.113 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42332026-09-16T23:25:33.367Z Sep 16 23:23:50.151 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42342026-09-16T23:25:33.367Z Sep 16 23:23:50.157 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42352026-09-16T23:25:33.367Z Sep 16 23:23:50.196 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42362026-09-16T23:25:33.367Z Sep 16 23:23:50.202 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42372026-09-16T23:25:33.367Z Sep 16 23:23:50.202 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42382026-09-16T23:25:33.367Z Sep 16 23:23:50.202 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42392026-09-16T23:25:33.368Z Sep 16 23:23:50.202 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42402026-09-16T23:25:33.368Z Sep 16 23:23:50.209 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42412026-09-16T23:25:33.368Z Sep 16 23:23:50.269 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42422026-09-16T23:25:33.368Z Sep 16 23:23:50.269 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42432026-09-16T23:25:33.368Z Sep 16 23:23:50.307 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42442026-09-16T23:25:33.368Z Sep 16 23:23:50.307 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42452026-09-16T23:25:33.369Z Sep 16 23:23:50.345 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42462026-09-16T23:25:33.369Z Sep 16 23:23:50.345 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42472026-09-16T23:25:33.369Z Sep 16 23:23:50.383 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42482026-09-16T23:25:33.369Z Sep 16 23:23:50.383 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42492026-09-16T23:25:33.369Z Sep 16 23:23:50.383 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42502026-09-16T23:25:33.369Z Sep 16 23:23:50.383 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42512026-09-16T23:25:33.369Z Sep 16 23:23:50.383 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42522026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42532026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42542026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42552026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42562026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42572026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42582026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42592026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42602026-09-16T23:25:33.369Z Sep 16 23:23:50.384 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
42612026-09-16T23:25:33.369Z Sep 16 23:23:50.390 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42622026-09-16T23:25:33.369Z Sep 16 23:23:50.391 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42632026-09-16T23:25:33.369Z Sep 16 23:23:50.397 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42642026-09-16T23:25:33.369Z Sep 16 23:23:50.397 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42652026-09-16T23:25:33.369Z Sep 16 23:23:50.403 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42662026-09-16T23:25:33.369Z Sep 16 23:23:50.403 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42672026-09-16T23:25:33.376Z Sep 16 23:23:50.409 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42682026-09-16T23:25:33.376Z Sep 16 23:23:50.409 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42692026-09-16T23:25:33.376Z Sep 16 23:23:50.559 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42702026-09-16T23:25:33.376Z Sep 16 23:23:50.559 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42712026-09-16T23:25:33.376Z Sep 16 23:23:50.564 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42722026-09-16T23:25:33.376Z Sep 16 23:23:50.602 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42732026-09-16T23:25:33.376Z Sep 16 23:23:50.608 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42742026-09-16T23:25:33.376Z Sep 16 23:23:50.610 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42752026-09-16T23:25:33.376Z Sep 16 23:23:50.648 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42762026-09-16T23:25:33.376Z Sep 16 23:23:50.654 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42772026-09-16T23:25:33.376Z Sep 16 23:23:50.692 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42782026-09-16T23:25:33.376Z Sep 16 23:23:50.698 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42792026-09-16T23:25:33.376Z Sep 16 23:23:50.736 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42802026-09-16T23:25:33.376Z Sep 16 23:23:50.742 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42812026-09-16T23:25:33.376Z Sep 16 23:23:50.743 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42822026-09-16T23:25:33.377Z Sep 16 23:23:50.743 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42832026-09-16T23:25:33.377Z Sep 16 23:23:50.743 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42842026-09-16T23:25:33.377Z Sep 16 23:23:50.750 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42852026-09-16T23:25:33.377Z Sep 16 23:23:50.809 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42862026-09-16T23:25:33.377Z Sep 16 23:23:50.809 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42872026-09-16T23:25:33.377Z Sep 16 23:23:50.847 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42882026-09-16T23:25:33.377Z Sep 16 23:23:50.847 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42892026-09-16T23:25:33.377Z Sep 16 23:23:50.885 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42902026-09-16T23:25:33.377Z Sep 16 23:23:50.885 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42912026-09-16T23:25:33.377Z Sep 16 23:23:50.923 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42922026-09-16T23:25:33.377Z Sep 16 23:23:50.923 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42932026-09-16T23:25:33.377Z Sep 16 23:23:50.929 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42942026-09-16T23:25:33.377Z Sep 16 23:23:50.930 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42952026-09-16T23:25:33.377Z Sep 16 23:23:50.936 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42962026-09-16T23:25:33.377Z Sep 16 23:23:50.936 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
42972026-09-16T23:25:33.377Z Sep 16 23:23:50.942 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42982026-09-16T23:25:33.377Z Sep 16 23:23:50.942 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
42992026-09-16T23:25:33.377Z Sep 16 23:23:50.948 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43002026-09-16T23:25:33.377Z Sep 16 23:23:50.948 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43012026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43022026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43032026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43042026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43052026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43062026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43072026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43082026-09-16T23:25:33.377Z Sep 16 23:23:50.948 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43092026-09-16T23:25:33.377Z Sep 16 23:23:50.951 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43102026-09-16T23:25:33.377Z Sep 16 23:23:50.951 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43112026-09-16T23:25:33.377Z Sep 16 23:23:50.956 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43122026-09-16T23:25:33.377Z Sep 16 23:23:50.956 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43132026-09-16T23:25:33.378Z Sep 16 23:23:50.958 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43142026-09-16T23:25:33.378Z Sep 16 23:23:50.995 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43152026-09-16T23:25:33.378Z Sep 16 23:23:51.001 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43162026-09-16T23:25:33.378Z Sep 16 23:23:51.003 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43172026-09-16T23:25:33.378Z Sep 16 23:23:51.041 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43182026-09-16T23:25:33.378Z Sep 16 23:23:51.047 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43192026-09-16T23:25:33.378Z Sep 16 23:23:51.089 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43202026-09-16T23:25:33.378Z Sep 16 23:23:51.095 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43212026-09-16T23:25:33.378Z Sep 16 23:23:51.133 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43222026-09-16T23:25:33.378Z Sep 16 23:23:51.139 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43232026-09-16T23:25:33.378Z Sep 16 23:23:51.141 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43242026-09-16T23:25:33.378Z Sep 16 23:23:51.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43252026-09-16T23:25:33.378Z Sep 16 23:23:51.184 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43262026-09-16T23:25:33.378Z Sep 16 23:23:51.187 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43272026-09-16T23:25:33.378Z Sep 16 23:23:51.224 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43282026-09-16T23:25:33.379Z Sep 16 23:23:51.230 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43292026-09-16T23:25:33.379Z Sep 16 23:23:51.231 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43302026-09-16T23:25:33.379Z Sep 16 23:23:51.231 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43312026-09-16T23:25:33.379Z Sep 16 23:23:51.269 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43322026-09-16T23:25:33.379Z Sep 16 23:23:51.275 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43332026-09-16T23:25:33.379Z Sep 16 23:23:51.313 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43342026-09-16T23:25:33.379Z Sep 16 23:23:51.319 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43352026-09-16T23:25:33.379Z Sep 16 23:23:51.320 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43362026-09-16T23:25:33.380Z Sep 16 23:23:51.327 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43372026-09-16T23:25:33.380Z Sep 16 23:23:51.334 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43382026-09-16T23:25:33.380Z Sep 16 23:23:51.334 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43392026-09-16T23:25:33.380Z Sep 16 23:23:51.349 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43402026-09-16T23:25:33.380Z Sep 16 23:23:51.356 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43412026-09-16T23:25:33.380Z Sep 16 23:23:51.400 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43422026-09-16T23:25:33.380Z Sep 16 23:23:51.400 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43432026-09-16T23:25:33.380Z Sep 16 23:23:51.438 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43442026-09-16T23:25:33.380Z Sep 16 23:23:51.438 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43452026-09-16T23:25:33.380Z Sep 16 23:23:51.491 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43462026-09-16T23:25:33.380Z Sep 16 23:23:51.491 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43472026-09-16T23:25:33.380Z Sep 16 23:23:51.529 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43482026-09-16T23:25:33.380Z Sep 16 23:23:51.529 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43492026-09-16T23:25:33.380Z Sep 16 23:23:51.567 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43502026-09-16T23:25:33.380Z Sep 16 23:23:51.567 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43512026-09-16T23:25:33.380Z Sep 16 23:23:51.605 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43522026-09-16T23:25:33.380Z Sep 16 23:23:51.605 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43532026-09-16T23:25:33.380Z Sep 16 23:23:51.643 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43542026-09-16T23:25:33.380Z Sep 16 23:23:51.643 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43552026-09-16T23:25:33.380Z Sep 16 23:23:51.681 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43562026-09-16T23:25:33.380Z Sep 16 23:23:51.681 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43572026-09-16T23:25:33.380Z Sep 16 23:23:51.687 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43582026-09-16T23:25:33.380Z Sep 16 23:23:51.687 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43592026-09-16T23:25:33.380Z Sep 16 23:23:51.693 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43602026-09-16T23:25:33.380Z Sep 16 23:23:51.694 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43612026-09-16T23:25:33.380Z Sep 16 23:23:51.700 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43622026-09-16T23:25:33.380Z Sep 16 23:23:51.700 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43632026-09-16T23:25:33.380Z Sep 16 23:23:51.706 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43642026-09-16T23:25:33.380Z Sep 16 23:23:51.706 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43652026-09-16T23:25:33.380Z Sep 16 23:23:51.712 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43662026-09-16T23:25:33.380Z Sep 16 23:23:51.712 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43672026-09-16T23:25:33.385Z Sep 16 23:23:51.718 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43682026-09-16T23:25:33.386Z Sep 16 23:23:51.718 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43692026-09-16T23:25:33.386Z Sep 16 23:23:51.724 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43702026-09-16T23:25:33.386Z Sep 16 23:23:51.724 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43712026-09-16T23:25:33.386Z Sep 16 23:23:51.730 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43722026-09-16T23:25:33.386Z Sep 16 23:23:51.730 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43732026-09-16T23:25:33.386Z Sep 16 23:23:51.733 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43742026-09-16T23:25:33.386Z Sep 16 23:23:51.733 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43752026-09-16T23:25:33.386Z Sep 16 23:23:51.738 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43762026-09-16T23:25:33.386Z Sep 16 23:23:51.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43772026-09-16T23:25:33.386Z Sep 16 23:23:51.781 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43782026-09-16T23:25:33.386Z Sep 16 23:23:51.784 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43792026-09-16T23:25:33.386Z Sep 16 23:23:51.821 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43802026-09-16T23:25:33.386Z Sep 16 23:23:51.828 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43812026-09-16T23:25:33.386Z Sep 16 23:23:51.868 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43822026-09-16T23:25:33.386Z Sep 16 23:23:51.874 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43832026-09-16T23:25:33.386Z Sep 16 23:23:51.912 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43842026-09-16T23:25:33.386Z Sep 16 23:23:51.918 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43852026-09-16T23:25:33.386Z Sep 16 23:23:51.919 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43862026-09-16T23:25:33.387Z Sep 16 23:23:51.919 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43872026-09-16T23:25:33.387Z Sep 16 23:23:51.919 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43882026-09-16T23:25:33.387Z Sep 16 23:23:51.926 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43892026-09-16T23:25:33.387Z Sep 16 23:23:51.986 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43902026-09-16T23:25:33.387Z Sep 16 23:23:51.986 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43912026-09-16T23:25:33.387Z Sep 16 23:23:52.024 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43922026-09-16T23:25:33.387Z Sep 16 23:23:52.024 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
43932026-09-16T23:25:33.387Z Sep 16 23:23:52.062 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43942026-09-16T23:25:33.387Z Sep 16 23:23:52.062 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43952026-09-16T23:25:33.387Z Sep 16 23:23:52.100 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43962026-09-16T23:25:33.387Z Sep 16 23:23:52.100 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
43972026-09-16T23:25:33.387Z Sep 16 23:23:52.101 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43982026-09-16T23:25:33.387Z Sep 16 23:23:52.101 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
43992026-09-16T23:25:33.387Z Sep 16 23:23:52.101 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44002026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44012026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44022026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44032026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44042026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44052026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44062026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44072026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44082026-09-16T23:25:33.387Z Sep 16 23:23:52.102 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44092026-09-16T23:25:33.387Z Sep 16 23:23:52.108 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44102026-09-16T23:25:33.387Z Sep 16 23:23:52.109 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44112026-09-16T23:25:33.387Z Sep 16 23:23:52.115 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44122026-09-16T23:25:33.387Z Sep 16 23:23:52.115 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44132026-09-16T23:25:33.387Z Sep 16 23:23:52.121 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44142026-09-16T23:25:33.387Z Sep 16 23:23:52.121 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44152026-09-16T23:25:33.387Z Sep 16 23:23:52.127 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44162026-09-16T23:25:33.387Z Sep 16 23:23:52.127 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44172026-09-16T23:25:33.387Z Sep 16 23:23:52.201 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44182026-09-16T23:25:33.387Z Sep 16 23:23:52.201 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44192026-09-16T23:25:33.387Z Sep 16 23:23:52.206 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44202026-09-16T23:25:33.387Z Sep 16 23:23:52.243 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44212026-09-16T23:25:33.387Z Sep 16 23:23:52.249 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44222026-09-16T23:25:33.387Z Sep 16 23:23:52.251 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44232026-09-16T23:25:33.387Z Sep 16 23:23:52.289 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44242026-09-16T23:25:33.388Z Sep 16 23:23:52.295 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44252026-09-16T23:25:33.388Z Sep 16 23:23:52.334 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44262026-09-16T23:25:33.388Z Sep 16 23:23:52.340 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44272026-09-16T23:25:33.388Z Sep 16 23:23:52.378 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44282026-09-16T23:25:33.388Z Sep 16 23:23:52.384 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44292026-09-16T23:25:33.388Z Sep 16 23:23:52.384 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44302026-09-16T23:25:33.388Z Sep 16 23:23:52.385 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44312026-09-16T23:25:33.388Z Sep 16 23:23:52.385 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44322026-09-16T23:25:33.388Z Sep 16 23:23:52.392 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44332026-09-16T23:25:33.388Z Sep 16 23:23:52.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44342026-09-16T23:25:33.388Z Sep 16 23:23:52.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44352026-09-16T23:25:33.388Z Sep 16 23:23:52.489 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44362026-09-16T23:25:33.389Z Sep 16 23:23:52.489 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44372026-09-16T23:25:33.389Z Sep 16 23:23:52.527 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44382026-09-16T23:25:33.389Z Sep 16 23:23:52.527 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44392026-09-16T23:25:33.389Z Sep 16 23:23:52.565 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44402026-09-16T23:25:33.389Z Sep 16 23:23:52.565 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44412026-09-16T23:25:33.389Z Sep 16 23:23:52.572 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44422026-09-16T23:25:33.389Z Sep 16 23:23:52.572 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44432026-09-16T23:25:33.389Z Sep 16 23:23:52.578 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44442026-09-16T23:25:33.389Z Sep 16 23:23:52.578 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44452026-09-16T23:25:33.389Z Sep 16 23:23:52.584 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44462026-09-16T23:25:33.389Z Sep 16 23:23:52.584 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44472026-09-16T23:25:33.389Z Sep 16 23:23:52.590 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44482026-09-16T23:25:33.389Z Sep 16 23:23:52.590 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44492026-09-16T23:25:33.389Z Sep 16 23:23:52.590 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44502026-09-16T23:25:33.389Z Sep 16 23:23:52.590 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44512026-09-16T23:25:33.389Z Sep 16 23:23:52.590 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44522026-09-16T23:25:33.389Z Sep 16 23:23:52.591 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44532026-09-16T23:25:33.389Z Sep 16 23:23:52.591 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44542026-09-16T23:25:33.389Z Sep 16 23:23:52.591 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44552026-09-16T23:25:33.389Z Sep 16 23:23:52.591 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44562026-09-16T23:25:33.390Z Sep 16 23:23:52.591 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
44572026-09-16T23:25:33.390Z Sep 16 23:23:52.594 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44582026-09-16T23:25:33.390Z Sep 16 23:23:52.594 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44592026-09-16T23:25:33.390Z Sep 16 23:23:52.599 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44602026-09-16T23:25:33.390Z Sep 16 23:23:52.599 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44612026-09-16T23:25:33.390Z Sep 16 23:23:52.600 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44622026-09-16T23:25:33.390Z Sep 16 23:23:52.638 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44632026-09-16T23:25:33.390Z Sep 16 23:23:52.644 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44642026-09-16T23:25:33.390Z Sep 16 23:23:52.646 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44652026-09-16T23:25:33.390Z Sep 16 23:23:52.684 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44662026-09-16T23:25:33.390Z Sep 16 23:23:52.690 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44672026-09-16T23:25:33.398Z Sep 16 23:23:52.732 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44682026-09-16T23:25:33.398Z Sep 16 23:23:52.738 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44692026-09-16T23:25:33.398Z Sep 16 23:23:52.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44702026-09-16T23:25:33.398Z Sep 16 23:23:52.782 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44712026-09-16T23:25:33.398Z Sep 16 23:23:52.784 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44722026-09-16T23:25:33.398Z Sep 16 23:23:52.822 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44732026-09-16T23:25:33.398Z Sep 16 23:23:52.828 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44742026-09-16T23:25:33.398Z Sep 16 23:23:52.830 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44752026-09-16T23:25:33.398Z Sep 16 23:23:52.868 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44762026-09-16T23:25:33.399Z Sep 16 23:23:52.874 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44772026-09-16T23:25:33.399Z Sep 16 23:23:52.874 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44782026-09-16T23:25:33.399Z Sep 16 23:23:52.874 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44792026-09-16T23:25:33.399Z Sep 16 23:23:52.912 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44802026-09-16T23:25:33.399Z Sep 16 23:23:52.918 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44812026-09-16T23:25:33.399Z Sep 16 23:23:52.956 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44822026-09-16T23:25:33.399Z Sep 16 23:23:52.962 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44832026-09-16T23:25:33.399Z Sep 16 23:23:52.963 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44842026-09-16T23:25:33.400Z Sep 16 23:23:52.970 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44852026-09-16T23:25:33.400Z Sep 16 23:23:52.977 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44862026-09-16T23:25:33.400Z Sep 16 23:23:52.977 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44872026-09-16T23:25:33.400Z Sep 16 23:23:52.992 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44882026-09-16T23:25:33.400Z Sep 16 23:23:52.999 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44892026-09-16T23:25:33.400Z Sep 16 23:23:53.044 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44902026-09-16T23:25:33.400Z Sep 16 23:23:53.044 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44912026-09-16T23:25:33.400Z Sep 16 23:23:53.082 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44922026-09-16T23:25:33.401Z Sep 16 23:23:53.082 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44932026-09-16T23:25:33.401Z Sep 16 23:23:53.135 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44942026-09-16T23:25:33.401Z Sep 16 23:23:53.135 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44952026-09-16T23:25:33.401Z Sep 16 23:23:53.173 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44962026-09-16T23:25:33.401Z Sep 16 23:23:53.173 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
44972026-09-16T23:25:33.401Z Sep 16 23:23:53.210 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44982026-09-16T23:25:33.401Z Sep 16 23:23:53.211 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
44992026-09-16T23:25:33.401Z Sep 16 23:23:53.249 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45002026-09-16T23:25:33.401Z Sep 16 23:23:53.249 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45012026-09-16T23:25:33.401Z Sep 16 23:23:53.287 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45022026-09-16T23:25:33.401Z Sep 16 23:23:53.287 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45032026-09-16T23:25:33.401Z Sep 16 23:23:53.325 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45042026-09-16T23:25:33.401Z Sep 16 23:23:53.325 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45052026-09-16T23:25:33.401Z Sep 16 23:23:53.331 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45062026-09-16T23:25:33.402Z Sep 16 23:23:53.331 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45072026-09-16T23:25:33.402Z Sep 16 23:23:53.337 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45082026-09-16T23:25:33.402Z Sep 16 23:23:53.337 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45092026-09-16T23:25:33.402Z Sep 16 23:23:53.343 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45102026-09-16T23:25:33.402Z Sep 16 23:23:53.343 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45112026-09-16T23:25:33.402Z Sep 16 23:23:53.349 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45122026-09-16T23:25:33.403Z Sep 16 23:23:53.350 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45132026-09-16T23:25:33.404Z Sep 16 23:23:53.355 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45142026-09-16T23:25:33.404Z Sep 16 23:23:53.355 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45152026-09-16T23:25:33.404Z Sep 16 23:23:53.361 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45162026-09-16T23:25:33.404Z Sep 16 23:23:53.362 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45172026-09-16T23:25:33.404Z Sep 16 23:23:53.368 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45182026-09-16T23:25:33.404Z Sep 16 23:23:53.368 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45192026-09-16T23:25:33.404Z Sep 16 23:23:53.374 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45202026-09-16T23:25:33.404Z Sep 16 23:23:53.374 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45212026-09-16T23:25:33.404Z Sep 16 23:23:53.377 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45222026-09-16T23:25:33.405Z Sep 16 23:23:53.377 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45232026-09-16T23:25:33.405Z Sep 16 23:23:53.382 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45242026-09-16T23:25:33.405Z Sep 16 23:23:53.420 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45252026-09-16T23:25:33.405Z Sep 16 23:23:53.426 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45262026-09-16T23:25:33.405Z Sep 16 23:23:53.428 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45272026-09-16T23:25:33.405Z Sep 16 23:23:53.465 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45282026-09-16T23:25:33.405Z Sep 16 23:23:53.471 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45292026-09-16T23:25:33.405Z Sep 16 23:23:53.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45302026-09-16T23:25:33.405Z Sep 16 23:23:53.516 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45312026-09-16T23:25:33.405Z Sep 16 23:23:53.554 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45322026-09-16T23:25:33.405Z Sep 16 23:23:53.560 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45332026-09-16T23:25:33.405Z Sep 16 23:23:53.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45342026-09-16T23:25:33.405Z Sep 16 23:23:53.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45352026-09-16T23:25:33.405Z Sep 16 23:23:53.561 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45362026-09-16T23:25:33.405Z Sep 16 23:23:53.568 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45372026-09-16T23:25:33.405Z Sep 16 23:23:53.627 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45382026-09-16T23:25:33.405Z Sep 16 23:23:53.627 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45392026-09-16T23:25:33.405Z Sep 16 23:23:53.666 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45402026-09-16T23:25:33.405Z Sep 16 23:23:53.666 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45412026-09-16T23:25:33.405Z Sep 16 23:23:53.704 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45422026-09-16T23:25:33.406Z Sep 16 23:23:53.704 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45432026-09-16T23:25:33.406Z Sep 16 23:23:53.741 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45442026-09-16T23:25:33.406Z Sep 16 23:23:53.741 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45452026-09-16T23:25:33.406Z Sep 16 23:23:53.742 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45462026-09-16T23:25:33.406Z Sep 16 23:23:53.742 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45472026-09-16T23:25:33.406Z Sep 16 23:23:53.742 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45482026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45492026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45502026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45512026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45522026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45532026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45542026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45552026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45562026-09-16T23:25:33.406Z Sep 16 23:23:53.743 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45572026-09-16T23:25:33.406Z Sep 16 23:23:53.749 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45582026-09-16T23:25:33.406Z Sep 16 23:23:53.749 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45592026-09-16T23:25:33.406Z Sep 16 23:23:53.755 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45602026-09-16T23:25:33.406Z Sep 16 23:23:53.755 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45612026-09-16T23:25:33.406Z Sep 16 23:23:53.761 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45622026-09-16T23:25:33.406Z Sep 16 23:23:53.762 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45632026-09-16T23:25:33.406Z Sep 16 23:23:53.768 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45642026-09-16T23:25:33.406Z Sep 16 23:23:53.768 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45652026-09-16T23:25:33.406Z Sep 16 23:23:53.918 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45662026-09-16T23:25:33.406Z Sep 16 23:23:53.918 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45672026-09-16T23:25:33.413Z Sep 16 23:23:53.923 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45682026-09-16T23:25:33.413Z Sep 16 23:23:53.961 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45692026-09-16T23:25:33.413Z Sep 16 23:23:53.967 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45702026-09-16T23:25:33.413Z Sep 16 23:23:53.969 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45712026-09-16T23:25:33.413Z Sep 16 23:23:54.007 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45722026-09-16T23:25:33.413Z Sep 16 23:23:54.013 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45732026-09-16T23:25:33.413Z Sep 16 23:23:54.052 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45742026-09-16T23:25:33.413Z Sep 16 23:23:54.058 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45752026-09-16T23:25:33.413Z Sep 16 23:23:54.096 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45762026-09-16T23:25:33.413Z Sep 16 23:23:54.102 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45772026-09-16T23:25:33.413Z Sep 16 23:23:54.103 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45782026-09-16T23:25:33.414Z Sep 16 23:23:54.103 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45792026-09-16T23:25:33.414Z Sep 16 23:23:54.103 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45802026-09-16T23:25:33.414Z Sep 16 23:23:54.110 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45812026-09-16T23:25:33.414Z Sep 16 23:23:54.169 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45822026-09-16T23:25:33.414Z Sep 16 23:23:54.169 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45832026-09-16T23:25:33.414Z Sep 16 23:23:54.207 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45842026-09-16T23:25:33.414Z Sep 16 23:23:54.207 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45852026-09-16T23:25:33.416Z Sep 16 23:23:54.245 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45862026-09-16T23:25:33.416Z Sep 16 23:23:54.245 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45872026-09-16T23:25:33.416Z Sep 16 23:23:54.283 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45882026-09-16T23:25:33.416Z Sep 16 23:23:54.283 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45892026-09-16T23:25:33.416Z Sep 16 23:23:54.290 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45902026-09-16T23:25:33.416Z Sep 16 23:23:54.290 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45912026-09-16T23:25:33.416Z Sep 16 23:23:54.296 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45922026-09-16T23:25:33.416Z Sep 16 23:23:54.296 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
45932026-09-16T23:25:33.417Z Sep 16 23:23:54.302 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45942026-09-16T23:25:33.417Z Sep 16 23:23:54.302 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45952026-09-16T23:25:33.417Z Sep 16 23:23:54.308 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45962026-09-16T23:25:33.417Z Sep 16 23:23:54.308 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
45972026-09-16T23:25:33.417Z Sep 16 23:23:54.308 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45982026-09-16T23:25:33.417Z Sep 16 23:23:54.308 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
45992026-09-16T23:25:33.417Z Sep 16 23:23:54.308 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46002026-09-16T23:25:33.417Z Sep 16 23:23:54.308 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46012026-09-16T23:25:33.418Z Sep 16 23:23:54.309 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46022026-09-16T23:25:33.418Z Sep 16 23:23:54.309 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46032026-09-16T23:25:33.418Z Sep 16 23:23:54.309 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46042026-09-16T23:25:33.418Z Sep 16 23:23:54.309 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46052026-09-16T23:25:33.418Z Sep 16 23:23:54.312 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46062026-09-16T23:25:33.418Z Sep 16 23:23:54.312 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46072026-09-16T23:25:33.418Z Sep 16 23:23:54.317 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46082026-09-16T23:25:33.418Z Sep 16 23:23:54.317 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46092026-09-16T23:25:33.418Z Sep 16 23:23:54.319 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46102026-09-16T23:25:33.419Z Sep 16 23:23:54.356 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46112026-09-16T23:25:33.419Z Sep 16 23:23:54.362 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46122026-09-16T23:25:33.419Z Sep 16 23:23:54.365 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46132026-09-16T23:25:33.420Z Sep 16 23:23:54.402 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46142026-09-16T23:25:33.420Z Sep 16 23:23:54.408 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46152026-09-16T23:25:33.420Z Sep 16 23:23:54.450 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46162026-09-16T23:25:33.420Z Sep 16 23:23:54.456 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46172026-09-16T23:25:33.420Z Sep 16 23:23:54.495 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46182026-09-16T23:25:33.420Z Sep 16 23:23:54.501 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46192026-09-16T23:25:33.420Z Sep 16 23:23:54.503 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46202026-09-16T23:25:33.420Z Sep 16 23:23:54.540 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46212026-09-16T23:25:33.420Z Sep 16 23:23:54.547 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46222026-09-16T23:25:33.420Z Sep 16 23:23:54.549 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46232026-09-16T23:25:33.421Z Sep 16 23:23:54.586 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46242026-09-16T23:25:33.421Z Sep 16 23:23:54.592 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46252026-09-16T23:25:33.421Z Sep 16 23:23:54.593 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46262026-09-16T23:25:33.421Z Sep 16 23:23:54.593 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46272026-09-16T23:25:33.421Z Sep 16 23:23:54.631 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46282026-09-16T23:25:33.421Z Sep 16 23:23:54.637 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46292026-09-16T23:25:33.421Z Sep 16 23:23:54.675 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46302026-09-16T23:25:33.421Z Sep 16 23:23:54.682 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46312026-09-16T23:25:33.421Z Sep 16 23:23:54.682 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46322026-09-16T23:25:33.421Z Sep 16 23:23:54.689 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46332026-09-16T23:25:33.421Z Sep 16 23:23:54.696 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46342026-09-16T23:25:33.421Z Sep 16 23:23:54.697 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46352026-09-16T23:25:33.421Z Sep 16 23:23:54.711 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46362026-09-16T23:25:33.422Z Sep 16 23:23:54.719 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46372026-09-16T23:25:33.422Z Sep 16 23:23:54.763 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46382026-09-16T23:25:33.422Z Sep 16 23:23:54.763 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46392026-09-16T23:25:33.422Z Sep 16 23:23:54.802 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46402026-09-16T23:25:33.422Z Sep 16 23:23:54.802 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46412026-09-16T23:25:33.422Z Sep 16 23:23:54.855 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46422026-09-16T23:25:33.422Z Sep 16 23:23:54.855 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46432026-09-16T23:25:33.422Z Sep 16 23:23:54.893 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46442026-09-16T23:25:33.422Z Sep 16 23:23:54.893 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46452026-09-16T23:25:33.422Z Sep 16 23:23:54.931 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46462026-09-16T23:25:33.422Z Sep 16 23:23:54.931 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46472026-09-16T23:25:33.422Z Sep 16 23:23:54.969 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46482026-09-16T23:25:33.422Z Sep 16 23:23:54.969 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46492026-09-16T23:25:33.423Z Sep 16 23:23:55.008 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46502026-09-16T23:25:33.423Z Sep 16 23:23:55.008 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46512026-09-16T23:25:33.423Z Sep 16 23:23:55.046 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46522026-09-16T23:25:33.423Z Sep 16 23:23:55.046 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46532026-09-16T23:25:33.423Z Sep 16 23:23:55.052 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46542026-09-16T23:25:33.423Z Sep 16 23:23:55.052 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46552026-09-16T23:25:33.423Z Sep 16 23:23:55.058 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46562026-09-16T23:25:33.423Z Sep 16 23:23:55.058 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46572026-09-16T23:25:33.423Z Sep 16 23:23:55.065 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46582026-09-16T23:25:33.423Z Sep 16 23:23:55.065 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46592026-09-16T23:25:33.423Z Sep 16 23:23:55.071 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46602026-09-16T23:25:33.423Z Sep 16 23:23:55.071 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46612026-09-16T23:25:33.423Z Sep 16 23:23:55.077 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46622026-09-16T23:25:33.423Z Sep 16 23:23:55.077 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46632026-09-16T23:25:33.423Z Sep 16 23:23:55.083 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46642026-09-16T23:25:33.423Z Sep 16 23:23:55.083 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46652026-09-16T23:25:33.423Z Sep 16 23:23:55.090 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46662026-09-16T23:25:33.423Z Sep 16 23:23:55.090 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46672026-09-16T23:25:33.438Z Sep 16 23:23:55.096 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46682026-09-16T23:25:33.438Z Sep 16 23:23:55.096 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46692026-09-16T23:25:33.438Z Sep 16 23:23:55.098 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46702026-09-16T23:25:33.438Z Sep 16 23:23:55.099 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46712026-09-16T23:25:33.438Z Sep 16 23:23:55.104 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46722026-09-16T23:25:33.438Z Sep 16 23:23:55.141 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46732026-09-16T23:25:33.438Z Sep 16 23:23:55.148 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46742026-09-16T23:25:33.438Z Sep 16 23:23:55.150 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46752026-09-16T23:25:33.438Z Sep 16 23:23:55.187 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46762026-09-16T23:25:33.438Z Sep 16 23:23:55.194 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46772026-09-16T23:25:33.439Z Sep 16 23:23:55.232 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46782026-09-16T23:25:33.439Z Sep 16 23:23:55.238 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46792026-09-16T23:25:33.439Z Sep 16 23:23:55.277 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46802026-09-16T23:25:33.439Z Sep 16 23:23:55.283 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46812026-09-16T23:25:33.440Z Sep 16 23:23:55.283 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46822026-09-16T23:25:33.440Z Sep 16 23:23:55.283 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
46832026-09-16T23:25:33.440Z Sep 16 23:23:55.283 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46842026-09-16T23:25:33.440Z Sep 16 23:23:55.290 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46852026-09-16T23:25:33.440Z Sep 16 23:23:55.350 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46862026-09-16T23:25:33.440Z Sep 16 23:23:55.350 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46872026-09-16T23:25:33.440Z Sep 16 23:23:55.388 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46882026-09-16T23:25:33.440Z Sep 16 23:23:55.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
46892026-09-16T23:25:33.440Z Sep 16 23:23:55.389 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46902026-09-16T23:25:33.440Z Sep 16 23:23:55.389 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46912026-09-16T23:25:33.440Z Sep 16 23:23:55.390 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46922026-09-16T23:25:33.440Z Sep 16 23:23:55.390 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46932026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46942026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46952026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46962026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46972026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46982026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
46992026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47002026-09-16T23:25:33.441Z Sep 16 23:23:55.390 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47012026-09-16T23:25:33.441Z Sep 16 23:23:55.428 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47022026-09-16T23:25:33.441Z Sep 16 23:23:55.428 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47032026-09-16T23:25:33.441Z Sep 16 23:23:55.466 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47042026-09-16T23:25:33.441Z Sep 16 23:23:55.466 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47052026-09-16T23:25:33.441Z Sep 16 23:23:55.472 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47062026-09-16T23:25:33.441Z Sep 16 23:23:55.472 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47072026-09-16T23:25:33.441Z Sep 16 23:23:55.478 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47082026-09-16T23:25:33.441Z Sep 16 23:23:55.479 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47092026-09-16T23:25:33.442Z Sep 16 23:23:55.485 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47102026-09-16T23:25:33.442Z Sep 16 23:23:55.485 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47112026-09-16T23:25:33.442Z Sep 16 23:23:55.491 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47122026-09-16T23:25:33.442Z Sep 16 23:23:55.491 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47132026-09-16T23:25:33.442Z Sep 16 23:23:55.564 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47142026-09-16T23:25:33.442Z Sep 16 23:23:55.564 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47152026-09-16T23:25:33.442Z Sep 16 23:23:55.569 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47162026-09-16T23:25:33.442Z Sep 16 23:23:55.607 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47172026-09-16T23:25:33.442Z Sep 16 23:23:55.613 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47182026-09-16T23:25:33.442Z Sep 16 23:23:55.615 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47192026-09-16T23:25:33.442Z Sep 16 23:23:55.653 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47202026-09-16T23:25:33.442Z Sep 16 23:23:55.659 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47212026-09-16T23:25:33.442Z Sep 16 23:23:55.698 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47222026-09-16T23:25:33.442Z Sep 16 23:23:55.704 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47232026-09-16T23:25:33.442Z Sep 16 23:23:55.742 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47242026-09-16T23:25:33.442Z Sep 16 23:23:55.748 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47252026-09-16T23:25:33.442Z Sep 16 23:23:55.749 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47262026-09-16T23:25:33.442Z Sep 16 23:23:55.749 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47272026-09-16T23:25:33.442Z Sep 16 23:23:55.749 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47282026-09-16T23:25:33.443Z Sep 16 23:23:55.756 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47292026-09-16T23:25:33.443Z Sep 16 23:23:55.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47302026-09-16T23:25:33.443Z Sep 16 23:23:55.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47312026-09-16T23:25:33.443Z Sep 16 23:23:55.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47322026-09-16T23:25:33.443Z Sep 16 23:23:55.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47332026-09-16T23:25:33.443Z Sep 16 23:23:55.892 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47342026-09-16T23:25:33.443Z Sep 16 23:23:55.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47352026-09-16T23:25:33.443Z Sep 16 23:23:55.930 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47362026-09-16T23:25:33.443Z Sep 16 23:23:55.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47372026-09-16T23:25:33.443Z Sep 16 23:23:55.937 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47382026-09-16T23:25:33.443Z Sep 16 23:23:55.937 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47392026-09-16T23:25:33.443Z Sep 16 23:23:55.943 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47402026-09-16T23:25:33.443Z Sep 16 23:23:55.943 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47412026-09-16T23:25:33.443Z Sep 16 23:23:55.949 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47422026-09-16T23:25:33.443Z Sep 16 23:23:55.949 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47432026-09-16T23:25:33.443Z Sep 16 23:23:55.955 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47442026-09-16T23:25:33.443Z Sep 16 23:23:55.955 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47452026-09-16T23:25:33.443Z Sep 16 23:23:55.955 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47462026-09-16T23:25:33.443Z Sep 16 23:23:55.955 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47472026-09-16T23:25:33.443Z Sep 16 23:23:55.955 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47482026-09-16T23:25:33.443Z Sep 16 23:23:55.955 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47492026-09-16T23:25:33.443Z Sep 16 23:23:55.956 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47502026-09-16T23:25:33.444Z Sep 16 23:23:55.956 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47512026-09-16T23:25:33.444Z Sep 16 23:23:55.956 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47522026-09-16T23:25:33.444Z Sep 16 23:23:55.956 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
47532026-09-16T23:25:33.444Z Sep 16 23:23:55.959 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47542026-09-16T23:25:33.444Z Sep 16 23:23:55.959 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47552026-09-16T23:25:33.444Z Sep 16 23:23:55.963 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47562026-09-16T23:25:33.444Z Sep 16 23:23:55.964 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47572026-09-16T23:25:33.444Z Sep 16 23:23:55.965 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47582026-09-16T23:25:33.444Z Sep 16 23:23:56.003 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47592026-09-16T23:25:33.444Z Sep 16 23:23:56.009 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47602026-09-16T23:25:33.444Z Sep 16 23:23:56.011 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47612026-09-16T23:25:33.444Z Sep 16 23:23:56.049 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47622026-09-16T23:25:33.444Z Sep 16 23:23:56.055 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47632026-09-16T23:25:33.444Z Sep 16 23:23:56.097 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47642026-09-16T23:25:33.444Z Sep 16 23:23:56.103 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47652026-09-16T23:25:33.444Z Sep 16 23:23:56.142 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47662026-09-16T23:25:33.444Z Sep 16 23:23:56.148 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47672026-09-16T23:25:33.453Z Sep 16 23:23:56.150 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47682026-09-16T23:25:33.453Z Sep 16 23:23:56.187 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47692026-09-16T23:25:33.453Z Sep 16 23:23:56.193 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47702026-09-16T23:25:33.454Z Sep 16 23:23:56.196 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47712026-09-16T23:25:33.454Z Sep 16 23:23:56.233 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47722026-09-16T23:25:33.454Z Sep 16 23:23:56.239 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47732026-09-16T23:25:33.454Z Sep 16 23:23:56.240 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47742026-09-16T23:25:33.454Z Sep 16 23:23:56.240 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47752026-09-16T23:25:33.454Z Sep 16 23:23:56.278 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47762026-09-16T23:25:33.454Z Sep 16 23:23:56.284 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47772026-09-16T23:25:33.454Z Sep 16 23:23:56.323 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47782026-09-16T23:25:33.454Z Sep 16 23:23:56.329 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47792026-09-16T23:25:33.454Z Sep 16 23:23:56.329 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47802026-09-16T23:25:33.454Z Sep 16 23:23:56.337 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47812026-09-16T23:25:33.454Z Sep 16 23:23:56.344 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47822026-09-16T23:25:33.454Z Sep 16 23:23:56.344 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47832026-09-16T23:25:33.455Z Sep 16 23:23:56.358 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47842026-09-16T23:25:33.455Z Sep 16 23:23:56.365 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47852026-09-16T23:25:33.456Z Sep 16 23:23:56.410 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47862026-09-16T23:25:33.456Z Sep 16 23:23:56.410 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47872026-09-16T23:25:33.456Z Sep 16 23:23:56.448 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47882026-09-16T23:25:33.456Z Sep 16 23:23:56.448 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47892026-09-16T23:25:33.456Z Sep 16 23:23:56.501 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47902026-09-16T23:25:33.456Z Sep 16 23:23:56.501 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47912026-09-16T23:25:33.456Z Sep 16 23:23:56.539 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47922026-09-16T23:25:33.456Z Sep 16 23:23:56.539 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47932026-09-16T23:25:33.456Z Sep 16 23:23:56.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47942026-09-16T23:25:33.456Z Sep 16 23:23:56.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47952026-09-16T23:25:33.456Z Sep 16 23:23:56.615 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47962026-09-16T23:25:33.456Z Sep 16 23:23:56.615 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
47972026-09-16T23:25:33.458Z Sep 16 23:23:56.653 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47982026-09-16T23:25:33.458Z Sep 16 23:23:56.653 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
47992026-09-16T23:25:33.458Z Sep 16 23:23:56.690 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48002026-09-16T23:25:33.458Z Sep 16 23:23:56.691 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48012026-09-16T23:25:33.458Z Sep 16 23:23:56.697 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48022026-09-16T23:25:33.458Z Sep 16 23:23:56.697 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48032026-09-16T23:25:33.458Z Sep 16 23:23:56.703 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48042026-09-16T23:25:33.458Z Sep 16 23:23:56.703 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48052026-09-16T23:25:33.458Z Sep 16 23:23:56.709 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48062026-09-16T23:25:33.458Z Sep 16 23:23:56.709 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48072026-09-16T23:25:33.459Z Sep 16 23:23:56.715 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48082026-09-16T23:25:33.459Z Sep 16 23:23:56.715 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48092026-09-16T23:25:33.459Z Sep 16 23:23:56.721 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48102026-09-16T23:25:33.459Z Sep 16 23:23:56.721 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48112026-09-16T23:25:33.459Z Sep 16 23:23:56.727 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48122026-09-16T23:25:33.459Z Sep 16 23:23:56.727 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48132026-09-16T23:25:33.459Z Sep 16 23:23:56.734 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48142026-09-16T23:25:33.459Z Sep 16 23:23:56.734 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48152026-09-16T23:25:33.459Z Sep 16 23:23:56.740 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48162026-09-16T23:25:33.459Z Sep 16 23:23:56.740 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48172026-09-16T23:25:33.459Z Sep 16 23:23:56.742 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48182026-09-16T23:25:33.459Z Sep 16 23:23:56.743 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48192026-09-16T23:25:33.459Z Sep 16 23:23:56.748 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48202026-09-16T23:25:33.459Z Sep 16 23:23:56.785 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48212026-09-16T23:25:33.460Z Sep 16 23:23:56.791 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48222026-09-16T23:25:33.460Z Sep 16 23:23:56.793 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48232026-09-16T23:25:33.460Z Sep 16 23:23:56.831 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48242026-09-16T23:25:33.460Z Sep 16 23:23:56.837 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48252026-09-16T23:25:33.460Z Sep 16 23:23:56.876 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48262026-09-16T23:25:33.460Z Sep 16 23:23:56.882 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48272026-09-16T23:25:33.460Z Sep 16 23:23:56.920 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48282026-09-16T23:25:33.460Z Sep 16 23:23:56.926 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48292026-09-16T23:25:33.460Z Sep 16 23:23:56.927 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48302026-09-16T23:25:33.460Z Sep 16 23:23:56.927 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48312026-09-16T23:25:33.460Z Sep 16 23:23:56.927 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48322026-09-16T23:25:33.460Z Sep 16 23:23:56.934 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48332026-09-16T23:25:33.460Z Sep 16 23:23:56.993 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48342026-09-16T23:25:33.460Z Sep 16 23:23:56.993 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48352026-09-16T23:25:33.460Z Sep 16 23:23:57.031 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48362026-09-16T23:25:33.461Z Sep 16 23:23:57.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48372026-09-16T23:25:33.461Z Sep 16 23:23:57.069 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48382026-09-16T23:25:33.461Z Sep 16 23:23:57.069 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48392026-09-16T23:25:33.461Z Sep 16 23:23:57.107 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48402026-09-16T23:25:33.461Z Sep 16 23:23:57.107 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48412026-09-16T23:25:33.461Z Sep 16 23:23:57.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48422026-09-16T23:25:33.461Z Sep 16 23:23:57.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48432026-09-16T23:25:33.461Z Sep 16 23:23:57.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48442026-09-16T23:25:33.461Z Sep 16 23:23:57.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48452026-09-16T23:25:33.461Z Sep 16 23:23:57.108 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48462026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48472026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48482026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48492026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48502026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48512026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48522026-09-16T23:25:33.461Z Sep 16 23:23:57.109 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48532026-09-16T23:25:33.461Z Sep 16 23:23:57.115 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48542026-09-16T23:25:33.461Z Sep 16 23:23:57.115 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48552026-09-16T23:25:33.462Z Sep 16 23:23:57.121 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48562026-09-16T23:25:33.462Z Sep 16 23:23:57.121 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48572026-09-16T23:25:33.462Z Sep 16 23:23:57.127 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48582026-09-16T23:25:33.462Z Sep 16 23:23:57.127 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48592026-09-16T23:25:33.462Z Sep 16 23:23:57.133 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48602026-09-16T23:25:33.462Z Sep 16 23:23:57.133 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48612026-09-16T23:25:33.462Z Sep 16 23:23:57.284 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48622026-09-16T23:25:33.462Z Sep 16 23:23:57.284 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48632026-09-16T23:25:33.462Z Sep 16 23:23:57.289 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48642026-09-16T23:25:33.463Z Sep 16 23:23:57.327 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48652026-09-16T23:25:33.463Z Sep 16 23:23:57.333 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48662026-09-16T23:25:33.463Z Sep 16 23:23:57.335 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48672026-09-16T23:25:33.471Z Sep 16 23:23:57.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48682026-09-16T23:25:33.471Z Sep 16 23:23:57.378 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48692026-09-16T23:25:33.471Z Sep 16 23:23:57.417 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48702026-09-16T23:25:33.471Z Sep 16 23:23:57.423 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48712026-09-16T23:25:33.471Z Sep 16 23:23:57.461 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48722026-09-16T23:25:33.471Z Sep 16 23:23:57.467 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48732026-09-16T23:25:33.471Z Sep 16 23:23:57.468 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48742026-09-16T23:25:33.471Z Sep 16 23:23:57.468 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48752026-09-16T23:25:33.471Z Sep 16 23:23:57.468 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48762026-09-16T23:25:33.471Z Sep 16 23:23:57.475 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48772026-09-16T23:25:33.471Z Sep 16 23:23:57.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48782026-09-16T23:25:33.471Z Sep 16 23:23:57.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48792026-09-16T23:25:33.471Z Sep 16 23:23:57.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48802026-09-16T23:25:33.472Z Sep 16 23:23:57.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48812026-09-16T23:25:33.472Z Sep 16 23:23:57.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48822026-09-16T23:25:33.472Z Sep 16 23:23:57.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48832026-09-16T23:25:33.472Z Sep 16 23:23:57.648 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48842026-09-16T23:25:33.472Z Sep 16 23:23:57.648 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48852026-09-16T23:25:33.472Z Sep 16 23:23:57.655 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48862026-09-16T23:25:33.472Z Sep 16 23:23:57.655 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48872026-09-16T23:25:33.472Z Sep 16 23:23:57.661 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48882026-09-16T23:25:33.472Z Sep 16 23:23:57.661 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
48892026-09-16T23:25:33.473Z Sep 16 23:23:57.667 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48902026-09-16T23:25:33.473Z Sep 16 23:23:57.667 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48912026-09-16T23:25:33.473Z Sep 16 23:23:57.673 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48922026-09-16T23:25:33.473Z Sep 16 23:23:57.673 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
48932026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48942026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48952026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48962026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48972026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48982026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
48992026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49002026-09-16T23:25:33.473Z Sep 16 23:23:57.673 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49012026-09-16T23:25:33.473Z Sep 16 23:23:57.676 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49022026-09-16T23:25:33.474Z Sep 16 23:23:57.676 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49032026-09-16T23:25:33.474Z Sep 16 23:23:57.681 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49042026-09-16T23:25:33.474Z Sep 16 23:23:57.681 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49052026-09-16T23:25:33.474Z Sep 16 23:23:57.683 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49062026-09-16T23:25:33.474Z Sep 16 23:23:57.720 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49072026-09-16T23:25:33.474Z Sep 16 23:23:57.726 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49082026-09-16T23:25:33.474Z Sep 16 23:23:57.728 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49092026-09-16T23:25:33.474Z Sep 16 23:23:57.766 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49102026-09-16T23:25:33.474Z Sep 16 23:23:57.772 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49112026-09-16T23:25:33.474Z Sep 16 23:23:57.814 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49122026-09-16T23:25:33.474Z Sep 16 23:23:57.820 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49132026-09-16T23:25:33.474Z Sep 16 23:23:57.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49142026-09-16T23:25:33.474Z Sep 16 23:23:57.864 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49152026-09-16T23:25:33.474Z Sep 16 23:23:57.866 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49162026-09-16T23:25:33.474Z Sep 16 23:23:57.904 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49172026-09-16T23:25:33.474Z Sep 16 23:23:57.910 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49182026-09-16T23:25:33.474Z Sep 16 23:23:57.912 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49192026-09-16T23:25:33.474Z Sep 16 23:23:57.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49202026-09-16T23:25:33.474Z Sep 16 23:23:57.956 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49212026-09-16T23:25:33.474Z Sep 16 23:23:57.957 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49222026-09-16T23:25:33.474Z Sep 16 23:23:57.957 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49232026-09-16T23:25:33.475Z Sep 16 23:23:57.994 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49242026-09-16T23:25:33.475Z Sep 16 23:23:58.000 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49252026-09-16T23:25:33.475Z Sep 16 23:23:58.039 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49262026-09-16T23:25:33.475Z Sep 16 23:23:58.045 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49272026-09-16T23:25:33.475Z Sep 16 23:23:58.045 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49282026-09-16T23:25:33.475Z Sep 16 23:23:58.053 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49292026-09-16T23:25:33.476Z Sep 16 23:23:58.060 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49302026-09-16T23:25:33.476Z Sep 16 23:23:58.060 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49312026-09-16T23:25:33.476Z Sep 16 23:23:58.074 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49322026-09-16T23:25:33.476Z Sep 16 23:23:58.081 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49332026-09-16T23:25:33.476Z Sep 16 23:23:58.126 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49342026-09-16T23:25:33.476Z Sep 16 23:23:58.126 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49352026-09-16T23:25:33.476Z Sep 16 23:23:58.164 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49362026-09-16T23:25:33.476Z Sep 16 23:23:58.164 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49372026-09-16T23:25:33.476Z Sep 16 23:23:58.217 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49382026-09-16T23:25:33.476Z Sep 16 23:23:58.217 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49392026-09-16T23:25:33.476Z Sep 16 23:23:58.255 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49402026-09-16T23:25:33.476Z Sep 16 23:23:58.255 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49412026-09-16T23:25:33.476Z Sep 16 23:23:58.293 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49422026-09-16T23:25:33.476Z Sep 16 23:23:58.293 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49432026-09-16T23:25:33.476Z Sep 16 23:23:58.331 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49442026-09-16T23:25:33.476Z Sep 16 23:23:58.331 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49452026-09-16T23:25:33.476Z Sep 16 23:23:58.369 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49462026-09-16T23:25:33.477Z Sep 16 23:23:58.369 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49472026-09-16T23:25:33.477Z Sep 16 23:23:58.407 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49482026-09-16T23:25:33.477Z Sep 16 23:23:58.407 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49492026-09-16T23:25:33.477Z Sep 16 23:23:58.413 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49502026-09-16T23:25:33.477Z Sep 16 23:23:58.413 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49512026-09-16T23:25:33.477Z Sep 16 23:23:58.419 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49522026-09-16T23:25:33.477Z Sep 16 23:23:58.419 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49532026-09-16T23:25:33.477Z Sep 16 23:23:58.425 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49542026-09-16T23:25:33.477Z Sep 16 23:23:58.426 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49552026-09-16T23:25:33.477Z Sep 16 23:23:58.432 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49562026-09-16T23:25:33.477Z Sep 16 23:23:58.432 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49572026-09-16T23:25:33.477Z Sep 16 23:23:58.438 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49582026-09-16T23:25:33.477Z Sep 16 23:23:58.438 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49592026-09-16T23:25:33.477Z Sep 16 23:23:58.444 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49602026-09-16T23:25:33.477Z Sep 16 23:23:58.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49612026-09-16T23:25:33.477Z Sep 16 23:23:58.450 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49622026-09-16T23:25:33.477Z Sep 16 23:23:58.450 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49632026-09-16T23:25:33.477Z Sep 16 23:23:58.456 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49642026-09-16T23:25:33.477Z Sep 16 23:23:58.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49652026-09-16T23:25:33.477Z Sep 16 23:23:58.459 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49662026-09-16T23:25:33.477Z Sep 16 23:23:58.459 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49672026-09-16T23:25:33.494Z Sep 16 23:23:58.464 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49682026-09-16T23:25:33.495Z Sep 16 23:23:58.502 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49692026-09-16T23:25:33.495Z Sep 16 23:23:58.508 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49702026-09-16T23:25:33.495Z Sep 16 23:23:58.510 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49712026-09-16T23:25:33.495Z Sep 16 23:23:58.547 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49722026-09-16T23:25:33.495Z Sep 16 23:23:58.554 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49732026-09-16T23:25:33.495Z Sep 16 23:23:58.592 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49742026-09-16T23:25:33.495Z Sep 16 23:23:58.598 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49752026-09-16T23:25:33.495Z Sep 16 23:23:58.636 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49762026-09-16T23:25:33.495Z Sep 16 23:23:58.642 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49772026-09-16T23:25:33.495Z Sep 16 23:23:58.643 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49782026-09-16T23:25:33.495Z Sep 16 23:23:58.643 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49792026-09-16T23:25:33.496Z Sep 16 23:23:58.643 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49802026-09-16T23:25:33.496Z Sep 16 23:23:58.650 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49812026-09-16T23:25:33.496Z Sep 16 23:23:58.709 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49822026-09-16T23:25:33.496Z Sep 16 23:23:58.710 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49832026-09-16T23:25:33.496Z Sep 16 23:23:58.748 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49842026-09-16T23:25:33.497Z Sep 16 23:23:58.748 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
49852026-09-16T23:25:33.497Z Sep 16 23:23:58.786 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49862026-09-16T23:25:33.497Z Sep 16 23:23:58.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49872026-09-16T23:25:33.498Z Sep 16 23:23:58.823 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49882026-09-16T23:25:33.498Z Sep 16 23:23:58.824 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
49892026-09-16T23:25:33.498Z Sep 16 23:23:58.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49902026-09-16T23:25:33.498Z Sep 16 23:23:58.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49912026-09-16T23:25:33.498Z Sep 16 23:23:58.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49922026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49932026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49942026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49952026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49962026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49972026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49982026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
49992026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50002026-09-16T23:25:33.498Z Sep 16 23:23:58.825 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50012026-09-16T23:25:33.498Z Sep 16 23:23:58.831 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50022026-09-16T23:25:33.499Z Sep 16 23:23:58.831 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50032026-09-16T23:25:33.499Z Sep 16 23:23:58.838 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50042026-09-16T23:25:33.499Z Sep 16 23:23:58.838 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50052026-09-16T23:25:33.499Z Sep 16 23:23:58.844 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50062026-09-16T23:25:33.499Z Sep 16 23:23:58.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50072026-09-16T23:25:33.499Z Sep 16 23:23:58.850 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50082026-09-16T23:25:33.499Z Sep 16 23:23:58.850 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50092026-09-16T23:25:33.499Z Sep 16 23:23:59.000 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50102026-09-16T23:25:33.499Z Sep 16 23:23:59.000 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50112026-09-16T23:25:33.499Z Sep 16 23:23:59.005 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50122026-09-16T23:25:33.499Z Sep 16 23:23:59.043 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50132026-09-16T23:25:33.499Z Sep 16 23:23:59.049 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50142026-09-16T23:25:33.499Z Sep 16 23:23:59.051 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50152026-09-16T23:25:33.499Z Sep 16 23:23:59.089 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50162026-09-16T23:25:33.499Z Sep 16 23:23:59.095 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50172026-09-16T23:25:33.499Z Sep 16 23:23:59.134 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50182026-09-16T23:25:33.499Z Sep 16 23:23:59.140 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50192026-09-16T23:25:33.499Z Sep 16 23:23:59.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50202026-09-16T23:25:33.499Z Sep 16 23:23:59.184 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50212026-09-16T23:25:33.499Z Sep 16 23:23:59.185 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50222026-09-16T23:25:33.500Z Sep 16 23:23:59.185 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50232026-09-16T23:25:33.500Z Sep 16 23:23:59.185 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50242026-09-16T23:25:33.500Z Sep 16 23:23:59.192 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50252026-09-16T23:25:33.500Z Sep 16 23:23:59.251 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50262026-09-16T23:25:33.500Z Sep 16 23:23:59.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50272026-09-16T23:25:33.500Z Sep 16 23:23:59.290 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50282026-09-16T23:25:33.500Z Sep 16 23:23:59.290 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50292026-09-16T23:25:33.500Z Sep 16 23:23:59.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50302026-09-16T23:25:33.500Z Sep 16 23:23:59.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50312026-09-16T23:25:33.500Z Sep 16 23:23:59.365 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50322026-09-16T23:25:33.500Z Sep 16 23:23:59.365 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50332026-09-16T23:25:33.500Z Sep 16 23:23:59.372 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50342026-09-16T23:25:33.501Z Sep 16 23:23:59.372 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50352026-09-16T23:25:33.501Z Sep 16 23:23:59.378 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50362026-09-16T23:25:33.501Z Sep 16 23:23:59.378 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50372026-09-16T23:25:33.501Z Sep 16 23:23:59.384 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50382026-09-16T23:25:33.501Z Sep 16 23:23:59.384 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50392026-09-16T23:25:33.501Z Sep 16 23:23:59.390 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50402026-09-16T23:25:33.501Z Sep 16 23:23:59.390 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50412026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50422026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50432026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50442026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50452026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50462026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50472026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50482026-09-16T23:25:33.501Z Sep 16 23:23:59.391 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
50492026-09-16T23:25:33.501Z Sep 16 23:23:59.394 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50502026-09-16T23:25:33.501Z Sep 16 23:23:59.394 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50512026-09-16T23:25:33.501Z Sep 16 23:23:59.399 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50522026-09-16T23:25:33.501Z Sep 16 23:23:59.399 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50532026-09-16T23:25:33.501Z Sep 16 23:23:59.401 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50542026-09-16T23:25:33.501Z Sep 16 23:23:59.439 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50552026-09-16T23:25:33.501Z Sep 16 23:23:59.445 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50562026-09-16T23:25:33.501Z Sep 16 23:23:59.447 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50572026-09-16T23:25:33.501Z Sep 16 23:23:59.485 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50582026-09-16T23:25:33.501Z Sep 16 23:23:59.491 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50592026-09-16T23:25:33.501Z Sep 16 23:23:59.533 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50602026-09-16T23:25:33.501Z Sep 16 23:23:59.539 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50612026-09-16T23:25:33.501Z Sep 16 23:23:59.577 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50622026-09-16T23:25:33.501Z Sep 16 23:23:59.583 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50632026-09-16T23:25:33.501Z Sep 16 23:23:59.585 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50642026-09-16T23:25:33.501Z Sep 16 23:23:59.623 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50652026-09-16T23:25:33.501Z Sep 16 23:23:59.629 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50662026-09-16T23:25:33.501Z Sep 16 23:23:59.631 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50672026-09-16T23:25:33.517Z Sep 16 23:23:59.669 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50682026-09-16T23:25:33.518Z Sep 16 23:23:59.675 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50692026-09-16T23:25:33.518Z Sep 16 23:23:59.676 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50702026-09-16T23:25:33.519Z Sep 16 23:23:59.676 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50712026-09-16T23:25:33.519Z Sep 16 23:23:59.714 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50722026-09-16T23:25:33.519Z Sep 16 23:23:59.720 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50732026-09-16T23:25:33.519Z Sep 16 23:23:59.758 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50742026-09-16T23:25:33.519Z Sep 16 23:23:59.764 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50752026-09-16T23:25:33.519Z Sep 16 23:23:59.765 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50762026-09-16T23:25:33.519Z Sep 16 23:23:59.772 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50772026-09-16T23:25:33.519Z Sep 16 23:23:59.779 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50782026-09-16T23:25:33.519Z Sep 16 23:23:59.779 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50792026-09-16T23:25:33.519Z Sep 16 23:23:59.794 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50802026-09-16T23:25:33.519Z Sep 16 23:23:59.801 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50812026-09-16T23:25:33.519Z Sep 16 23:23:59.846 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50822026-09-16T23:25:33.520Z Sep 16 23:23:59.846 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50832026-09-16T23:25:33.520Z Sep 16 23:23:59.884 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50842026-09-16T23:25:33.520Z Sep 16 23:23:59.884 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50852026-09-16T23:25:33.520Z Sep 16 23:23:59.937 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50862026-09-16T23:25:33.520Z Sep 16 23:23:59.937 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50872026-09-16T23:25:33.520Z Sep 16 23:23:59.975 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50882026-09-16T23:25:33.520Z Sep 16 23:23:59.975 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50892026-09-16T23:25:33.520Z Sep 16 23:24:00.013 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50902026-09-16T23:25:33.520Z Sep 16 23:24:00.013 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50912026-09-16T23:25:33.520Z Sep 16 23:24:00.051 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50922026-09-16T23:25:33.520Z Sep 16 23:24:00.051 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50932026-09-16T23:25:33.520Z Sep 16 23:24:00.089 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50942026-09-16T23:25:33.520Z Sep 16 23:24:00.089 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50952026-09-16T23:25:33.520Z Sep 16 23:24:00.127 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50962026-09-16T23:25:33.521Z Sep 16 23:24:00.127 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
50972026-09-16T23:25:33.521Z Sep 16 23:24:00.133 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50982026-09-16T23:25:33.521Z Sep 16 23:24:00.133 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
50992026-09-16T23:25:33.521Z Sep 16 23:24:00.139 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51002026-09-16T23:25:33.521Z Sep 16 23:24:00.140 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51012026-09-16T23:25:33.521Z Sep 16 23:24:00.146 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51022026-09-16T23:25:33.521Z Sep 16 23:24:00.146 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51032026-09-16T23:25:33.521Z Sep 16 23:24:00.152 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51042026-09-16T23:25:33.522Z Sep 16 23:24:00.152 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51052026-09-16T23:25:33.522Z Sep 16 23:24:00.158 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51062026-09-16T23:25:33.522Z Sep 16 23:24:00.158 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51072026-09-16T23:25:33.522Z Sep 16 23:24:00.164 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51082026-09-16T23:25:33.522Z Sep 16 23:24:00.164 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51092026-09-16T23:25:33.522Z Sep 16 23:24:00.170 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51102026-09-16T23:25:33.522Z Sep 16 23:24:00.171 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51112026-09-16T23:25:33.522Z Sep 16 23:24:00.177 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51122026-09-16T23:25:33.522Z Sep 16 23:24:00.177 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51132026-09-16T23:25:33.522Z Sep 16 23:24:00.179 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51142026-09-16T23:25:33.522Z Sep 16 23:24:00.179 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51152026-09-16T23:25:33.522Z Sep 16 23:24:00.184 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51162026-09-16T23:25:33.522Z Sep 16 23:24:00.222 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51172026-09-16T23:25:33.523Z Sep 16 23:24:00.228 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51182026-09-16T23:25:33.523Z Sep 16 23:24:00.230 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51192026-09-16T23:25:33.523Z Sep 16 23:24:00.268 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51202026-09-16T23:25:33.523Z Sep 16 23:24:00.274 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51212026-09-16T23:25:33.523Z Sep 16 23:24:00.312 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51222026-09-16T23:25:33.523Z Sep 16 23:24:00.318 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51232026-09-16T23:25:33.523Z Sep 16 23:24:00.356 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51242026-09-16T23:25:33.523Z Sep 16 23:24:00.362 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51252026-09-16T23:25:33.523Z Sep 16 23:24:00.363 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51262026-09-16T23:25:33.523Z Sep 16 23:24:00.363 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51272026-09-16T23:25:33.523Z Sep 16 23:24:00.363 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51282026-09-16T23:25:33.523Z Sep 16 23:24:00.370 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51292026-09-16T23:25:33.523Z Sep 16 23:24:00.430 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51302026-09-16T23:25:33.523Z Sep 16 23:24:00.430 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51312026-09-16T23:25:33.523Z Sep 16 23:24:00.468 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51322026-09-16T23:25:33.524Z Sep 16 23:24:00.468 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51332026-09-16T23:25:33.524Z Sep 16 23:24:00.469 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51342026-09-16T23:25:33.524Z Sep 16 23:24:00.469 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51352026-09-16T23:25:33.524Z Sep 16 23:24:00.469 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51362026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51372026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51382026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51392026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51402026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51412026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51422026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51432026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51442026-09-16T23:25:33.524Z Sep 16 23:24:00.470 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51452026-09-16T23:25:33.524Z Sep 16 23:24:00.508 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51462026-09-16T23:25:33.524Z Sep 16 23:24:00.508 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51472026-09-16T23:25:33.525Z Sep 16 23:24:00.545 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51482026-09-16T23:25:33.525Z Sep 16 23:24:00.546 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51492026-09-16T23:25:33.525Z Sep 16 23:24:00.552 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51502026-09-16T23:25:33.525Z Sep 16 23:24:00.552 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51512026-09-16T23:25:33.525Z Sep 16 23:24:00.558 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51522026-09-16T23:25:33.525Z Sep 16 23:24:00.558 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51532026-09-16T23:25:33.525Z Sep 16 23:24:00.564 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51542026-09-16T23:25:33.525Z Sep 16 23:24:00.564 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51552026-09-16T23:25:33.525Z Sep 16 23:24:00.570 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51562026-09-16T23:25:33.525Z Sep 16 23:24:00.570 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51572026-09-16T23:25:33.525Z Sep 16 23:24:00.721 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51582026-09-16T23:25:33.525Z Sep 16 23:24:00.721 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51592026-09-16T23:25:33.525Z Sep 16 23:24:00.726 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51602026-09-16T23:25:33.526Z Sep 16 23:24:00.764 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51612026-09-16T23:25:33.526Z Sep 16 23:24:00.770 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51622026-09-16T23:25:33.526Z Sep 16 23:24:00.772 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51632026-09-16T23:25:33.526Z Sep 16 23:24:00.809 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51642026-09-16T23:25:33.526Z Sep 16 23:24:00.815 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51652026-09-16T23:25:33.526Z Sep 16 23:24:00.854 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51662026-09-16T23:25:33.526Z Sep 16 23:24:00.860 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51672026-09-16T23:25:33.542Z Sep 16 23:24:00.899 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51682026-09-16T23:25:33.542Z Sep 16 23:24:00.905 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51692026-09-16T23:25:33.542Z Sep 16 23:24:00.905 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51702026-09-16T23:25:33.542Z Sep 16 23:24:00.905 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51712026-09-16T23:25:33.542Z Sep 16 23:24:00.906 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51722026-09-16T23:25:33.542Z Sep 16 23:24:00.913 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51732026-09-16T23:25:33.542Z Sep 16 23:24:00.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51742026-09-16T23:25:33.543Z Sep 16 23:24:00.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51752026-09-16T23:25:33.543Z Sep 16 23:24:01.011 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51762026-09-16T23:25:33.543Z Sep 16 23:24:01.011 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51772026-09-16T23:25:33.543Z Sep 16 23:24:01.049 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51782026-09-16T23:25:33.543Z Sep 16 23:24:01.049 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51792026-09-16T23:25:33.543Z Sep 16 23:24:01.087 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51802026-09-16T23:25:33.543Z Sep 16 23:24:01.087 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51812026-09-16T23:25:33.543Z Sep 16 23:24:01.094 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51822026-09-16T23:25:33.543Z Sep 16 23:24:01.094 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51832026-09-16T23:25:33.543Z Sep 16 23:24:01.100 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51842026-09-16T23:25:33.543Z Sep 16 23:24:01.100 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51852026-09-16T23:25:33.543Z Sep 16 23:24:01.107 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51862026-09-16T23:25:33.543Z Sep 16 23:24:01.107 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51872026-09-16T23:25:33.544Z Sep 16 23:24:01.113 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51882026-09-16T23:25:33.544Z Sep 16 23:24:01.113 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
51892026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51902026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51912026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51922026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51932026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51942026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51952026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51962026-09-16T23:25:33.544Z Sep 16 23:24:01.113 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
51972026-09-16T23:25:33.545Z Sep 16 23:24:01.117 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51982026-09-16T23:25:33.545Z Sep 16 23:24:01.117 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
51992026-09-16T23:25:33.546Z Sep 16 23:24:01.122 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52002026-09-16T23:25:33.546Z Sep 16 23:24:01.122 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52012026-09-16T23:25:33.546Z Sep 16 23:24:01.124 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52022026-09-16T23:25:33.546Z Sep 16 23:24:01.162 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52032026-09-16T23:25:33.546Z Sep 16 23:24:01.168 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52042026-09-16T23:25:33.546Z Sep 16 23:24:01.170 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52052026-09-16T23:25:33.546Z Sep 16 23:24:01.208 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52062026-09-16T23:25:33.546Z Sep 16 23:24:01.214 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52072026-09-16T23:25:33.546Z Sep 16 23:24:01.256 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52082026-09-16T23:25:33.546Z Sep 16 23:24:01.262 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52092026-09-16T23:25:33.546Z Sep 16 23:24:01.301 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52102026-09-16T23:25:33.546Z Sep 16 23:24:01.307 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52112026-09-16T23:25:33.546Z Sep 16 23:24:01.309 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52122026-09-16T23:25:33.546Z Sep 16 23:24:01.347 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52132026-09-16T23:25:33.546Z Sep 16 23:24:01.353 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52142026-09-16T23:25:33.546Z Sep 16 23:24:01.355 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52152026-09-16T23:25:33.546Z Sep 16 23:24:01.393 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52162026-09-16T23:25:33.546Z Sep 16 23:24:01.399 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52172026-09-16T23:25:33.547Z Sep 16 23:24:01.400 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52182026-09-16T23:25:33.547Z Sep 16 23:24:01.400 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52192026-09-16T23:25:33.547Z Sep 16 23:24:01.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52202026-09-16T23:25:33.547Z Sep 16 23:24:01.444 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52212026-09-16T23:25:33.547Z Sep 16 23:24:01.482 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52222026-09-16T23:25:33.547Z Sep 16 23:24:01.488 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52232026-09-16T23:25:33.547Z Sep 16 23:24:01.489 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52242026-09-16T23:25:33.547Z Sep 16 23:24:01.496 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52252026-09-16T23:25:33.547Z Sep 16 23:24:01.503 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52262026-09-16T23:25:33.547Z Sep 16 23:24:01.503 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52272026-09-16T23:25:33.547Z Sep 16 23:24:01.518 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52282026-09-16T23:25:33.547Z Sep 16 23:24:01.525 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52292026-09-16T23:25:33.547Z Sep 16 23:24:01.570 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52302026-09-16T23:25:33.547Z Sep 16 23:24:01.570 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52312026-09-16T23:25:33.548Z Sep 16 23:24:01.608 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52322026-09-16T23:25:33.548Z Sep 16 23:24:01.608 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52332026-09-16T23:25:33.548Z Sep 16 23:24:01.661 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52342026-09-16T23:25:33.548Z Sep 16 23:24:01.661 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52352026-09-16T23:25:33.548Z Sep 16 23:24:01.699 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52362026-09-16T23:25:33.548Z Sep 16 23:24:01.699 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52372026-09-16T23:25:33.548Z Sep 16 23:24:01.737 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52382026-09-16T23:25:33.548Z Sep 16 23:24:01.737 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52392026-09-16T23:25:33.548Z Sep 16 23:24:01.776 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52402026-09-16T23:25:33.549Z Sep 16 23:24:01.776 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52412026-09-16T23:25:33.549Z Sep 16 23:24:01.776 DEBG EOF on all job output streams, mode: batch, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: executor, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52422026-09-16T23:25:33.549Z Sep 16 23:24:01.776 INFO job stopped, mode: batch, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: executor, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52432026-09-16T23:25:33.549Z Sep 16 23:24:01.776 DEBG EOF on all job output streams, mode: batch, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: executor, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52442026-09-16T23:25:33.549Z Sep 16 23:24:01.776 INFO job stopped, mode: batch, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: executor, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52452026-09-16T23:25:33.549Z Sep 16 23:24:01.814 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52462026-09-16T23:25:33.549Z Sep 16 23:24:01.814 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52472026-09-16T23:25:33.549Z Sep 16 23:24:01.852 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52482026-09-16T23:25:33.549Z Sep 16 23:24:01.853 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52492026-09-16T23:25:33.549Z Sep 16 23:24:01.853 DEBG forwarding event to gossip network, event: Job(Stop(JobId(timber-wrong-fragile-fiction-chronic-snap-season-valid), 2026-09-16T23:24:01.853163725Z, Ok(0), JobOutputState { stdout_len: 0, stderr_len: 0, stdout_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])), stderr_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])) })), component: state manager, test: stragglers_do_not_interrupt_live_jobs
52502026-09-16T23:25:33.549Z Sep 16 23:24:01.853 INFO job stopped, result: Ok(0), when: 2026-09-16 23:24:01.853163725 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52512026-09-16T23:25:33.550Z Sep 16 23:24:01.854 DEBG forwarding event to gossip network, event: Job(Stop(JobId(timber-wrong-fragile-fiction-chronic-snap-season-valid), 2026-09-16T23:24:01.853190523Z, Ok(0), JobOutputState { stdout_len: 0, stderr_len: 0, stdout_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])), stderr_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])) })), component: state manager, test: stragglers_do_not_interrupt_live_jobs
52522026-09-16T23:25:33.550Z Sep 16 23:24:01.854 INFO job stopped, result: Ok(0), when: 2026-09-16 23:24:01.853190523 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
52532026-09-16T23:25:33.550Z Sep 16 23:24:01.861 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52542026-09-16T23:25:33.550Z Sep 16 23:24:01.861 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52552026-09-16T23:25:33.550Z Sep 16 23:24:01.867 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52562026-09-16T23:25:33.550Z Sep 16 23:24:01.867 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52572026-09-16T23:25:33.550Z Sep 16 23:24:01.874 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52582026-09-16T23:25:33.550Z Sep 16 23:24:01.874 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52592026-09-16T23:25:33.550Z Sep 16 23:24:01.880 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52602026-09-16T23:25:33.550Z Sep 16 23:24:01.880 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52612026-09-16T23:25:33.550Z Sep 16 23:24:01.886 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52622026-09-16T23:25:33.550Z Sep 16 23:24:01.886 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52632026-09-16T23:25:33.550Z Sep 16 23:24:01.892 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52642026-09-16T23:25:33.550Z Sep 16 23:24:01.893 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52652026-09-16T23:25:33.550Z Sep 16 23:24:01.900 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52662026-09-16T23:25:33.550Z Sep 16 23:24:01.900 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52672026-09-16T23:25:33.568Z Sep 16 23:24:01.906 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52682026-09-16T23:25:33.568Z Sep 16 23:24:01.906 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52692026-09-16T23:25:33.568Z Sep 16 23:24:01.909 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52702026-09-16T23:25:33.568Z Sep 16 23:24:01.909 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52712026-09-16T23:25:33.569Z Sep 16 23:24:01.913 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52722026-09-16T23:25:33.569Z Sep 16 23:24:01.915 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52732026-09-16T23:25:33.569Z Sep 16 23:24:01.953 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52742026-09-16T23:25:33.570Z Sep 16 23:24:01.959 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52752026-09-16T23:25:33.570Z Sep 16 23:24:01.961 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52762026-09-16T23:25:33.570Z Sep 16 23:24:01.999 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52772026-09-16T23:25:33.570Z Sep 16 23:24:02.005 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52782026-09-16T23:25:33.570Z Sep 16 23:24:02.046 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52792026-09-16T23:25:33.570Z Sep 16 23:24:02.052 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52802026-09-16T23:25:33.570Z Sep 16 23:24:02.091 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52812026-09-16T23:25:33.570Z Sep 16 23:24:02.097 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52822026-09-16T23:25:33.570Z Sep 16 23:24:02.099 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52832026-09-16T23:25:33.570Z Sep 16 23:24:02.137 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52842026-09-16T23:25:33.570Z Sep 16 23:24:02.143 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52852026-09-16T23:25:33.570Z Sep 16 23:24:02.143 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52862026-09-16T23:25:33.570Z Sep 16 23:24:02.143 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
52872026-09-16T23:25:33.570Z Sep 16 23:24:02.181 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52882026-09-16T23:25:33.570Z Sep 16 23:24:02.188 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
52892026-09-16T23:25:33.571Z Sep 16 23:24:02.189 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52902026-09-16T23:25:33.571Z Sep 16 23:24:02.189 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52912026-09-16T23:25:33.571Z Sep 16 23:24:02.189 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52922026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52932026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52942026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52952026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52962026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52972026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52982026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
52992026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53002026-09-16T23:25:33.571Z Sep 16 23:24:02.190 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53012026-09-16T23:25:33.571Z Sep 16 23:24:02.190 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53022026-09-16T23:25:33.571Z Sep 16 23:24:02.197 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53032026-09-16T23:25:33.572Z Sep 16 23:24:02.205 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53042026-09-16T23:25:33.572Z Sep 16 23:24:02.219 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53052026-09-16T23:25:33.572Z Sep 16 23:24:02.265 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53062026-09-16T23:25:33.572Z Sep 16 23:24:02.265 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53072026-09-16T23:25:33.572Z Sep 16 23:24:02.303 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53082026-09-16T23:25:33.572Z Sep 16 23:24:02.303 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53092026-09-16T23:25:33.572Z Sep 16 23:24:02.348 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53102026-09-16T23:25:33.572Z Sep 16 23:24:02.348 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53112026-09-16T23:25:33.572Z Sep 16 23:24:02.386 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53122026-09-16T23:25:33.572Z Sep 16 23:24:02.386 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53132026-09-16T23:25:33.572Z Sep 16 23:24:02.424 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53142026-09-16T23:25:33.572Z Sep 16 23:24:02.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53152026-09-16T23:25:33.572Z Sep 16 23:24:02.463 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53162026-09-16T23:25:33.572Z Sep 16 23:24:02.463 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53172026-09-16T23:25:33.573Z Sep 16 23:24:02.470 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53182026-09-16T23:25:33.573Z Sep 16 23:24:02.470 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53192026-09-16T23:25:33.573Z Sep 16 23:24:02.476 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53202026-09-16T23:25:33.573Z Sep 16 23:24:02.476 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53212026-09-16T23:25:33.573Z Sep 16 23:24:02.477 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53222026-09-16T23:25:33.573Z Sep 16 23:24:02.477 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53232026-09-16T23:25:33.573Z Sep 16 23:24:02.483 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53242026-09-16T23:25:33.573Z Sep 16 23:24:02.483 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53252026-09-16T23:25:33.573Z Sep 16 23:24:02.489 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53262026-09-16T23:25:33.573Z Sep 16 23:24:02.489 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53272026-09-16T23:25:33.573Z Sep 16 23:24:02.495 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53282026-09-16T23:25:33.573Z Sep 16 23:24:02.495 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53292026-09-16T23:25:33.573Z Sep 16 23:24:02.500 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53302026-09-16T23:25:33.573Z Sep 16 23:24:02.538 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53312026-09-16T23:25:33.574Z Sep 16 23:24:02.544 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53322026-09-16T23:25:33.574Z Sep 16 23:24:02.551 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53332026-09-16T23:25:33.574Z Sep 16 23:24:02.551 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53342026-09-16T23:25:33.574Z Sep 16 23:24:02.553 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53352026-09-16T23:25:33.574Z Sep 16 23:24:02.591 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53362026-09-16T23:25:33.574Z Sep 16 23:24:02.597 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53372026-09-16T23:25:33.574Z Sep 16 23:24:02.598 INFO job stopped, result: Ok(0), when: 2026-09-16 23:24:01.853163725 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
53382026-09-16T23:25:33.574Z Sep 16 23:24:02.637 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53392026-09-16T23:25:33.574Z Sep 16 23:24:02.643 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53402026-09-16T23:25:33.574Z Sep 16 23:24:02.681 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53412026-09-16T23:25:33.574Z Sep 16 23:24:02.687 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53422026-09-16T23:25:33.574Z Sep 16 23:24:02.689 INFO job stopped, result: Ok(0), when: 2026-09-16 23:24:01.853190523 UTC, job_id: timber-wrong-fragile-fiction-chronic-snap-season-valid, component: state manager, test: stragglers_do_not_interrupt_live_jobs
53432026-09-16T23:25:33.574Z Sep 16 23:24:02.689 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53442026-09-16T23:25:33.574Z Sep 16 23:24:02.689 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53452026-09-16T23:25:33.574Z Sep 16 23:24:02.689 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53462026-09-16T23:25:33.575Z Sep 16 23:24:02.696 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53472026-09-16T23:25:33.575Z Sep 16 23:24:02.756 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53482026-09-16T23:25:33.575Z Sep 16 23:24:02.756 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53492026-09-16T23:25:33.575Z Sep 16 23:24:02.795 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53502026-09-16T23:25:33.575Z Sep 16 23:24:02.795 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53512026-09-16T23:25:33.575Z Sep 16 23:24:02.833 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53522026-09-16T23:25:33.575Z Sep 16 23:24:02.833 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53532026-09-16T23:25:33.575Z Sep 16 23:24:02.871 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53542026-09-16T23:25:33.575Z Sep 16 23:24:02.871 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53552026-09-16T23:25:33.575Z Sep 16 23:24:02.877 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53562026-09-16T23:25:33.575Z Sep 16 23:24:02.877 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53572026-09-16T23:25:33.575Z Sep 16 23:24:02.884 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53582026-09-16T23:25:33.575Z Sep 16 23:24:02.884 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53592026-09-16T23:25:33.575Z Sep 16 23:24:02.890 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53602026-09-16T23:25:33.575Z Sep 16 23:24:02.890 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53612026-09-16T23:25:33.575Z Sep 16 23:24:02.896 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53622026-09-16T23:25:33.576Z Sep 16 23:24:02.896 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53632026-09-16T23:25:33.576Z Sep 16 23:24:02.896 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53642026-09-16T23:25:33.576Z Sep 16 23:24:02.896 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53652026-09-16T23:25:33.576Z Sep 16 23:24:02.896 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53662026-09-16T23:25:33.576Z Sep 16 23:24:02.896 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53672026-09-16T23:25:33.597Z Sep 16 23:24:02.896 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53682026-09-16T23:25:33.597Z Sep 16 23:24:02.896 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53692026-09-16T23:25:33.597Z Sep 16 23:24:02.896 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53702026-09-16T23:25:33.597Z Sep 16 23:24:02.896 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
53712026-09-16T23:25:33.597Z Sep 16 23:24:02.899 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53722026-09-16T23:25:33.597Z Sep 16 23:24:02.900 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53732026-09-16T23:25:33.597Z Sep 16 23:24:02.904 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53742026-09-16T23:25:33.597Z Sep 16 23:24:02.905 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53752026-09-16T23:25:33.597Z Sep 16 23:24:02.906 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53762026-09-16T23:25:33.597Z Sep 16 23:24:02.944 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53772026-09-16T23:25:33.597Z Sep 16 23:24:02.950 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53782026-09-16T23:25:33.598Z Sep 16 23:24:02.952 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53792026-09-16T23:25:33.598Z Sep 16 23:24:02.990 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53802026-09-16T23:25:33.598Z Sep 16 23:24:02.996 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53812026-09-16T23:25:33.598Z Sep 16 23:24:03.039 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53822026-09-16T23:25:33.598Z Sep 16 23:24:03.045 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53832026-09-16T23:25:33.598Z Sep 16 23:24:03.083 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53842026-09-16T23:25:33.598Z Sep 16 23:24:03.089 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53852026-09-16T23:25:33.598Z Sep 16 23:24:03.091 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53862026-09-16T23:25:33.598Z Sep 16 23:24:03.129 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53872026-09-16T23:25:33.598Z Sep 16 23:24:03.135 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53882026-09-16T23:25:33.598Z Sep 16 23:24:03.137 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53892026-09-16T23:25:33.598Z Sep 16 23:24:03.175 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53902026-09-16T23:25:33.598Z Sep 16 23:24:03.181 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53912026-09-16T23:25:33.599Z Sep 16 23:24:03.182 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53922026-09-16T23:25:33.599Z Sep 16 23:24:03.182 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
53932026-09-16T23:25:33.599Z Sep 16 23:24:03.220 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53942026-09-16T23:25:33.599Z Sep 16 23:24:03.226 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53952026-09-16T23:25:33.599Z Sep 16 23:24:03.265 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53962026-09-16T23:25:33.599Z Sep 16 23:24:03.271 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53972026-09-16T23:25:33.599Z Sep 16 23:24:03.271 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53982026-09-16T23:25:33.599Z Sep 16 23:24:03.278 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
53992026-09-16T23:25:33.599Z Sep 16 23:24:03.286 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54002026-09-16T23:25:33.600Z Sep 16 23:24:03.286 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54012026-09-16T23:25:33.600Z Sep 16 23:24:03.300 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54022026-09-16T23:25:33.600Z Sep 16 23:24:03.308 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54032026-09-16T23:25:33.600Z Sep 16 23:24:03.352 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54042026-09-16T23:25:33.600Z Sep 16 23:24:03.352 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54052026-09-16T23:25:33.600Z Sep 16 23:24:03.391 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54062026-09-16T23:25:33.601Z Sep 16 23:24:03.391 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54072026-09-16T23:25:33.601Z Sep 16 23:24:03.444 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54082026-09-16T23:25:33.601Z Sep 16 23:24:03.444 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54092026-09-16T23:25:33.601Z Sep 16 23:24:03.482 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54102026-09-16T23:25:33.601Z Sep 16 23:24:03.482 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54112026-09-16T23:25:33.601Z Sep 16 23:24:03.520 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54122026-09-16T23:25:33.601Z Sep 16 23:24:03.520 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54132026-09-16T23:25:33.601Z Sep 16 23:24:03.559 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54142026-09-16T23:25:33.602Z Sep 16 23:24:03.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54152026-09-16T23:25:33.602Z Sep 16 23:24:03.597 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54162026-09-16T23:25:33.602Z Sep 16 23:24:03.597 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54172026-09-16T23:25:33.602Z Sep 16 23:24:03.635 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54182026-09-16T23:25:33.602Z Sep 16 23:24:03.635 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54192026-09-16T23:25:33.602Z Sep 16 23:24:03.642 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54202026-09-16T23:25:33.602Z Sep 16 23:24:03.642 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54212026-09-16T23:25:33.602Z Sep 16 23:24:03.648 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54222026-09-16T23:25:33.602Z Sep 16 23:24:03.648 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54232026-09-16T23:25:33.602Z Sep 16 23:24:03.654 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54242026-09-16T23:25:33.602Z Sep 16 23:24:03.654 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54252026-09-16T23:25:33.602Z Sep 16 23:24:03.660 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54262026-09-16T23:25:33.602Z Sep 16 23:24:03.660 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54272026-09-16T23:25:33.603Z Sep 16 23:24:03.666 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54282026-09-16T23:25:33.603Z Sep 16 23:24:03.666 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54292026-09-16T23:25:33.603Z Sep 16 23:24:03.672 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54302026-09-16T23:25:33.603Z Sep 16 23:24:03.673 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54312026-09-16T23:25:33.603Z Sep 16 23:24:03.679 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54322026-09-16T23:25:33.603Z Sep 16 23:24:03.679 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54332026-09-16T23:25:33.603Z Sep 16 23:24:03.685 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54342026-09-16T23:25:33.603Z Sep 16 23:24:03.685 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54352026-09-16T23:25:33.603Z Sep 16 23:24:03.688 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54362026-09-16T23:25:33.603Z Sep 16 23:24:03.688 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54372026-09-16T23:25:33.603Z Sep 16 23:24:03.693 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54382026-09-16T23:25:33.603Z Sep 16 23:24:03.731 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54392026-09-16T23:25:33.603Z Sep 16 23:24:03.737 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54402026-09-16T23:25:33.603Z Sep 16 23:24:03.739 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54412026-09-16T23:25:33.604Z Sep 16 23:24:03.777 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54422026-09-16T23:25:33.604Z Sep 16 23:24:03.783 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54432026-09-16T23:25:33.604Z Sep 16 23:24:03.822 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54442026-09-16T23:25:33.604Z Sep 16 23:24:03.828 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54452026-09-16T23:25:33.604Z Sep 16 23:24:03.866 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54462026-09-16T23:25:33.604Z Sep 16 23:24:03.872 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54472026-09-16T23:25:33.605Z Sep 16 23:24:03.873 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54482026-09-16T23:25:33.605Z Sep 16 23:24:03.873 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54492026-09-16T23:25:33.605Z Sep 16 23:24:03.873 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54502026-09-16T23:25:33.605Z Sep 16 23:24:03.880 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54512026-09-16T23:25:33.605Z Sep 16 23:24:03.940 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54522026-09-16T23:25:33.605Z Sep 16 23:24:03.940 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54532026-09-16T23:25:33.605Z Sep 16 23:24:03.979 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54542026-09-16T23:25:33.605Z Sep 16 23:24:03.979 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54552026-09-16T23:25:33.605Z Sep 16 23:24:03.979 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54562026-09-16T23:25:33.605Z Sep 16 23:24:03.980 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54572026-09-16T23:25:33.605Z Sep 16 23:24:03.980 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54582026-09-16T23:25:33.605Z Sep 16 23:24:03.980 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54592026-09-16T23:25:33.605Z Sep 16 23:24:03.980 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54602026-09-16T23:25:33.605Z Sep 16 23:24:03.980 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54612026-09-16T23:25:33.606Z Sep 16 23:24:03.980 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54622026-09-16T23:25:33.606Z Sep 16 23:24:03.980 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54632026-09-16T23:25:33.606Z Sep 16 23:24:03.981 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54642026-09-16T23:25:33.606Z Sep 16 23:24:03.981 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54652026-09-16T23:25:33.606Z Sep 16 23:24:03.981 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54662026-09-16T23:25:33.606Z Sep 16 23:24:03.981 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
54672026-09-16T23:25:33.616Z Sep 16 23:24:04.019 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54682026-09-16T23:25:33.616Z Sep 16 23:24:04.019 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54692026-09-16T23:25:33.616Z Sep 16 23:24:04.057 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54702026-09-16T23:25:33.616Z Sep 16 23:24:04.057 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54712026-09-16T23:25:33.616Z Sep 16 23:24:04.064 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54722026-09-16T23:25:33.616Z Sep 16 23:24:04.064 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54732026-09-16T23:25:33.616Z Sep 16 23:24:04.070 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54742026-09-16T23:25:33.616Z Sep 16 23:24:04.070 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54752026-09-16T23:25:33.616Z Sep 16 23:24:04.076 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54762026-09-16T23:25:33.616Z Sep 16 23:24:04.076 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54772026-09-16T23:25:33.616Z Sep 16 23:24:04.082 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54782026-09-16T23:25:33.616Z Sep 16 23:24:04.082 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54792026-09-16T23:25:33.616Z Sep 16 23:24:04.154 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54802026-09-16T23:25:33.616Z Sep 16 23:24:04.154 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54812026-09-16T23:25:33.617Z Sep 16 23:24:04.159 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54822026-09-16T23:25:33.617Z Sep 16 23:24:04.197 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54832026-09-16T23:25:33.617Z Sep 16 23:24:04.203 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54842026-09-16T23:25:33.617Z Sep 16 23:24:04.205 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54852026-09-16T23:25:33.617Z Sep 16 23:24:04.243 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54862026-09-16T23:25:33.617Z Sep 16 23:24:04.249 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54872026-09-16T23:25:33.617Z Sep 16 23:24:04.288 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54882026-09-16T23:25:33.617Z Sep 16 23:24:04.294 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54892026-09-16T23:25:33.618Z Sep 16 23:24:04.332 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54902026-09-16T23:25:33.618Z Sep 16 23:24:04.339 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54912026-09-16T23:25:33.618Z Sep 16 23:24:04.339 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54922026-09-16T23:25:33.618Z Sep 16 23:24:04.339 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
54932026-09-16T23:25:33.618Z Sep 16 23:24:04.339 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54942026-09-16T23:25:33.618Z Sep 16 23:24:04.346 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54952026-09-16T23:25:33.618Z Sep 16 23:24:04.406 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54962026-09-16T23:25:33.618Z Sep 16 23:24:04.406 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54972026-09-16T23:25:33.618Z Sep 16 23:24:04.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54982026-09-16T23:25:33.618Z Sep 16 23:24:04.445 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
54992026-09-16T23:25:33.618Z Sep 16 23:24:04.483 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55002026-09-16T23:25:33.618Z Sep 16 23:24:04.483 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55012026-09-16T23:25:33.618Z Sep 16 23:24:04.521 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55022026-09-16T23:25:33.618Z Sep 16 23:24:04.521 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55032026-09-16T23:25:33.618Z Sep 16 23:24:04.527 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55042026-09-16T23:25:33.618Z Sep 16 23:24:04.527 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55052026-09-16T23:25:33.618Z Sep 16 23:24:04.533 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55062026-09-16T23:25:33.618Z Sep 16 23:24:04.533 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55072026-09-16T23:25:33.618Z Sep 16 23:24:04.539 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55082026-09-16T23:25:33.618Z Sep 16 23:24:04.540 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55092026-09-16T23:25:33.618Z Sep 16 23:24:04.546 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55102026-09-16T23:25:33.618Z Sep 16 23:24:04.546 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55112026-09-16T23:25:33.618Z Sep 16 23:24:04.546 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55122026-09-16T23:25:33.618Z Sep 16 23:24:04.546 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55132026-09-16T23:25:33.618Z Sep 16 23:24:04.546 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55142026-09-16T23:25:33.619Z Sep 16 23:24:04.546 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55152026-09-16T23:25:33.619Z Sep 16 23:24:04.546 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55162026-09-16T23:25:33.619Z Sep 16 23:24:04.546 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55172026-09-16T23:25:33.619Z Sep 16 23:24:04.546 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55182026-09-16T23:25:33.619Z Sep 16 23:24:04.546 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
55192026-09-16T23:25:33.619Z Sep 16 23:24:04.550 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55202026-09-16T23:25:33.619Z Sep 16 23:24:04.550 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55212026-09-16T23:25:33.619Z Sep 16 23:24:04.554 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55222026-09-16T23:25:33.619Z Sep 16 23:24:04.555 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55232026-09-16T23:25:33.619Z Sep 16 23:24:04.556 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55242026-09-16T23:25:33.619Z Sep 16 23:24:04.594 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55252026-09-16T23:25:33.619Z Sep 16 23:24:04.600 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55262026-09-16T23:25:33.619Z Sep 16 23:24:04.602 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55272026-09-16T23:25:33.619Z Sep 16 23:24:04.640 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55282026-09-16T23:25:33.619Z Sep 16 23:24:04.646 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55292026-09-16T23:25:33.619Z Sep 16 23:24:04.688 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55302026-09-16T23:25:33.619Z Sep 16 23:24:04.694 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55312026-09-16T23:25:33.619Z Sep 16 23:24:04.732 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55322026-09-16T23:25:33.619Z Sep 16 23:24:04.738 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55332026-09-16T23:25:33.619Z Sep 16 23:24:04.740 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55342026-09-16T23:25:33.619Z Sep 16 23:24:04.778 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55352026-09-16T23:25:33.619Z Sep 16 23:24:04.784 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55362026-09-16T23:25:33.619Z Sep 16 23:24:04.786 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55372026-09-16T23:25:33.619Z Sep 16 23:24:04.824 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55382026-09-16T23:25:33.619Z Sep 16 23:24:04.830 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55392026-09-16T23:25:33.619Z Sep 16 23:24:04.831 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55402026-09-16T23:25:33.620Z Sep 16 23:24:04.831 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55412026-09-16T23:25:33.620Z Sep 16 23:24:04.869 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55422026-09-16T23:25:33.620Z Sep 16 23:24:04.875 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55432026-09-16T23:25:33.620Z Sep 16 23:24:04.913 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55442026-09-16T23:25:33.620Z Sep 16 23:24:04.919 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55452026-09-16T23:25:33.620Z Sep 16 23:24:04.920 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55462026-09-16T23:25:33.620Z Sep 16 23:24:04.927 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55472026-09-16T23:25:33.620Z Sep 16 23:24:04.934 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55482026-09-16T23:25:33.620Z Sep 16 23:24:04.934 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55492026-09-16T23:25:33.620Z Sep 16 23:24:04.949 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55502026-09-16T23:25:33.620Z Sep 16 23:24:04.956 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55512026-09-16T23:25:33.620Z Sep 16 23:24:05.001 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55522026-09-16T23:25:33.620Z Sep 16 23:24:05.001 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55532026-09-16T23:25:33.620Z Sep 16 23:24:05.039 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55542026-09-16T23:25:33.620Z Sep 16 23:24:05.039 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55552026-09-16T23:25:33.620Z Sep 16 23:24:05.092 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55562026-09-16T23:25:33.620Z Sep 16 23:24:05.092 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55572026-09-16T23:25:33.620Z Sep 16 23:24:05.130 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55582026-09-16T23:25:33.620Z Sep 16 23:24:05.130 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55592026-09-16T23:25:33.620Z Sep 16 23:24:05.168 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55602026-09-16T23:25:33.620Z Sep 16 23:24:05.168 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55612026-09-16T23:25:33.620Z Sep 16 23:24:05.206 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55622026-09-16T23:25:33.620Z Sep 16 23:24:05.206 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55632026-09-16T23:25:33.620Z Sep 16 23:24:05.244 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55642026-09-16T23:25:33.620Z Sep 16 23:24:05.244 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55652026-09-16T23:25:33.621Z Sep 16 23:24:05.282 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55662026-09-16T23:25:33.621Z Sep 16 23:24:05.282 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55672026-09-16T23:25:33.625Z Sep 16 23:24:05.289 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55682026-09-16T23:25:33.625Z Sep 16 23:24:05.289 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55692026-09-16T23:25:33.625Z Sep 16 23:24:05.295 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55702026-09-16T23:25:33.625Z Sep 16 23:24:05.295 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55712026-09-16T23:25:33.625Z Sep 16 23:24:05.301 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55722026-09-16T23:25:33.625Z Sep 16 23:24:05.301 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55732026-09-16T23:25:33.625Z Sep 16 23:24:05.307 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55742026-09-16T23:25:33.625Z Sep 16 23:24:05.307 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55752026-09-16T23:25:33.625Z Sep 16 23:24:05.313 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55762026-09-16T23:25:33.625Z Sep 16 23:24:05.313 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55772026-09-16T23:25:33.625Z Sep 16 23:24:05.319 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55782026-09-16T23:25:33.625Z Sep 16 23:24:05.320 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55792026-09-16T23:25:33.625Z Sep 16 23:24:05.326 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55802026-09-16T23:25:33.625Z Sep 16 23:24:05.326 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55812026-09-16T23:25:33.625Z Sep 16 23:24:05.332 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55822026-09-16T23:25:33.625Z Sep 16 23:24:05.332 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55832026-09-16T23:25:33.626Z Sep 16 23:24:05.335 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55842026-09-16T23:25:33.626Z Sep 16 23:24:05.335 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55852026-09-16T23:25:33.626Z Sep 16 23:24:05.340 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55862026-09-16T23:25:33.626Z Sep 16 23:24:05.378 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55872026-09-16T23:25:33.626Z Sep 16 23:24:05.384 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55882026-09-16T23:25:33.626Z Sep 16 23:24:05.386 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55892026-09-16T23:25:33.626Z Sep 16 23:24:05.424 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55902026-09-16T23:25:33.626Z Sep 16 23:24:05.430 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55912026-09-16T23:25:33.626Z Sep 16 23:24:05.468 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55922026-09-16T23:25:33.627Z Sep 16 23:24:05.474 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55932026-09-16T23:25:33.627Z Sep 16 23:24:05.512 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55942026-09-16T23:25:33.627Z Sep 16 23:24:05.519 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55952026-09-16T23:25:33.627Z Sep 16 23:24:05.519 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55962026-09-16T23:25:33.627Z Sep 16 23:24:05.519 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
55972026-09-16T23:25:33.627Z Sep 16 23:24:05.519 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55982026-09-16T23:25:33.627Z Sep 16 23:24:05.526 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
55992026-09-16T23:25:33.627Z Sep 16 23:24:05.586 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56002026-09-16T23:25:33.627Z Sep 16 23:24:05.586 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56012026-09-16T23:25:33.627Z Sep 16 23:24:05.624 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56022026-09-16T23:25:33.627Z Sep 16 23:24:05.624 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56032026-09-16T23:25:33.627Z Sep 16 23:24:05.625 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56042026-09-16T23:25:33.627Z Sep 16 23:24:05.625 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56052026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56062026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56072026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56082026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56092026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56102026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56112026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56122026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56132026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56142026-09-16T23:25:33.627Z Sep 16 23:24:05.626 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56152026-09-16T23:25:33.627Z Sep 16 23:24:05.664 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56162026-09-16T23:25:33.627Z Sep 16 23:24:05.664 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56172026-09-16T23:25:33.627Z Sep 16 23:24:05.702 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56182026-09-16T23:25:33.627Z Sep 16 23:24:05.702 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56192026-09-16T23:25:33.627Z Sep 16 23:24:05.708 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56202026-09-16T23:25:33.627Z Sep 16 23:24:05.708 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56212026-09-16T23:25:33.627Z Sep 16 23:24:05.714 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56222026-09-16T23:25:33.627Z Sep 16 23:24:05.714 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56232026-09-16T23:25:33.627Z Sep 16 23:24:05.720 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56242026-09-16T23:25:33.627Z Sep 16 23:24:05.721 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56252026-09-16T23:25:33.627Z Sep 16 23:24:05.727 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56262026-09-16T23:25:33.627Z Sep 16 23:24:05.727 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56272026-09-16T23:25:33.627Z Sep 16 23:24:05.800 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56282026-09-16T23:25:33.627Z Sep 16 23:24:05.800 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56292026-09-16T23:25:33.627Z Sep 16 23:24:05.805 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56302026-09-16T23:25:33.627Z Sep 16 23:24:05.843 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56312026-09-16T23:25:33.628Z Sep 16 23:24:05.849 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56322026-09-16T23:25:33.628Z Sep 16 23:24:05.851 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56332026-09-16T23:25:33.628Z Sep 16 23:24:05.889 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56342026-09-16T23:25:33.628Z Sep 16 23:24:05.895 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56352026-09-16T23:25:33.628Z Sep 16 23:24:05.933 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56362026-09-16T23:25:33.628Z Sep 16 23:24:05.939 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56372026-09-16T23:25:33.628Z Sep 16 23:24:05.978 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56382026-09-16T23:25:33.628Z Sep 16 23:24:05.984 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56392026-09-16T23:25:33.628Z Sep 16 23:24:05.984 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56402026-09-16T23:25:33.628Z Sep 16 23:24:05.985 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56412026-09-16T23:25:33.628Z Sep 16 23:24:05.985 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56422026-09-16T23:25:33.628Z Sep 16 23:24:05.992 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56432026-09-16T23:25:33.628Z Sep 16 23:24:06.052 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56442026-09-16T23:25:33.628Z Sep 16 23:24:06.052 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56452026-09-16T23:25:33.628Z Sep 16 23:24:06.090 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56462026-09-16T23:25:33.628Z Sep 16 23:24:06.090 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56472026-09-16T23:25:33.628Z Sep 16 23:24:06.128 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56482026-09-16T23:25:33.628Z Sep 16 23:24:06.128 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56492026-09-16T23:25:33.628Z Sep 16 23:24:06.166 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56502026-09-16T23:25:33.628Z Sep 16 23:24:06.166 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56512026-09-16T23:25:33.628Z Sep 16 23:24:06.172 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56522026-09-16T23:25:33.628Z Sep 16 23:24:06.172 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56532026-09-16T23:25:33.628Z Sep 16 23:24:06.178 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56542026-09-16T23:25:33.628Z Sep 16 23:24:06.178 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56552026-09-16T23:25:33.628Z Sep 16 23:24:06.184 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56562026-09-16T23:25:33.628Z Sep 16 23:24:06.184 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56572026-09-16T23:25:33.628Z Sep 16 23:24:06.190 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56582026-09-16T23:25:33.628Z Sep 16 23:24:06.190 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56592026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56602026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56612026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56622026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56632026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56642026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56652026-09-16T23:25:33.628Z Sep 16 23:24:06.191 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56662026-09-16T23:25:33.629Z Sep 16 23:24:06.191 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
56672026-09-16T23:25:33.633Z Sep 16 23:24:06.194 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56682026-09-16T23:25:33.633Z Sep 16 23:24:06.195 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56692026-09-16T23:25:33.633Z Sep 16 23:24:06.199 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56702026-09-16T23:25:33.633Z Sep 16 23:24:06.199 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56712026-09-16T23:25:33.633Z Sep 16 23:24:06.201 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56722026-09-16T23:25:33.633Z Sep 16 23:24:06.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56732026-09-16T23:25:33.633Z Sep 16 23:24:06.245 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56742026-09-16T23:25:33.633Z Sep 16 23:24:06.247 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56752026-09-16T23:25:33.633Z Sep 16 23:24:06.285 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56762026-09-16T23:25:33.634Z Sep 16 23:24:06.291 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56772026-09-16T23:25:33.634Z Sep 16 23:24:06.333 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56782026-09-16T23:25:33.634Z Sep 16 23:24:06.339 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56792026-09-16T23:25:33.634Z Sep 16 23:24:06.377 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56802026-09-16T23:25:33.634Z Sep 16 23:24:06.383 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56812026-09-16T23:25:33.634Z Sep 16 23:24:06.385 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56822026-09-16T23:25:33.634Z Sep 16 23:24:06.423 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56832026-09-16T23:25:33.634Z Sep 16 23:24:06.429 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56842026-09-16T23:25:33.634Z Sep 16 23:24:06.431 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56852026-09-16T23:25:33.635Z Sep 16 23:24:06.469 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56862026-09-16T23:25:33.635Z Sep 16 23:24:06.475 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56872026-09-16T23:25:33.635Z Sep 16 23:24:06.476 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56882026-09-16T23:25:33.635Z Sep 16 23:24:06.476 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56892026-09-16T23:25:33.635Z Sep 16 23:24:06.513 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56902026-09-16T23:25:33.635Z Sep 16 23:24:06.519 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56912026-09-16T23:25:33.635Z Sep 16 23:24:06.558 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56922026-09-16T23:25:33.635Z Sep 16 23:24:06.564 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56932026-09-16T23:25:33.635Z Sep 16 23:24:06.564 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56942026-09-16T23:25:33.635Z Sep 16 23:24:06.571 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56952026-09-16T23:25:33.635Z Sep 16 23:24:06.579 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56962026-09-16T23:25:33.635Z Sep 16 23:24:06.579 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
56972026-09-16T23:25:33.636Z Sep 16 23:24:06.593 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56982026-09-16T23:25:33.636Z Sep 16 23:24:06.600 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
56992026-09-16T23:25:33.636Z Sep 16 23:24:06.645 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57002026-09-16T23:25:33.636Z Sep 16 23:24:06.645 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57012026-09-16T23:25:33.636Z Sep 16 23:24:06.683 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57022026-09-16T23:25:33.636Z Sep 16 23:24:06.683 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57032026-09-16T23:25:33.636Z Sep 16 23:24:06.736 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57042026-09-16T23:25:33.636Z Sep 16 23:24:06.736 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57052026-09-16T23:25:33.636Z Sep 16 23:24:06.774 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57062026-09-16T23:25:33.636Z Sep 16 23:24:06.774 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57072026-09-16T23:25:33.636Z Sep 16 23:24:06.812 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57082026-09-16T23:25:33.636Z Sep 16 23:24:06.812 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57092026-09-16T23:25:33.636Z Sep 16 23:24:06.850 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57102026-09-16T23:25:33.636Z Sep 16 23:24:06.850 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57112026-09-16T23:25:33.636Z Sep 16 23:24:06.888 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57122026-09-16T23:25:33.636Z Sep 16 23:24:06.888 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57132026-09-16T23:25:33.636Z Sep 16 23:24:06.926 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57142026-09-16T23:25:33.636Z Sep 16 23:24:06.926 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57152026-09-16T23:25:33.636Z Sep 16 23:24:06.932 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57162026-09-16T23:25:33.636Z Sep 16 23:24:06.932 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57172026-09-16T23:25:33.636Z Sep 16 23:24:06.938 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57182026-09-16T23:25:33.636Z Sep 16 23:24:06.939 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57192026-09-16T23:25:33.636Z Sep 16 23:24:06.945 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57202026-09-16T23:25:33.636Z Sep 16 23:24:06.945 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57212026-09-16T23:25:33.636Z Sep 16 23:24:06.951 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57222026-09-16T23:25:33.636Z Sep 16 23:24:06.951 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57232026-09-16T23:25:33.636Z Sep 16 23:24:06.957 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57242026-09-16T23:25:33.636Z Sep 16 23:24:06.957 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57252026-09-16T23:25:33.636Z Sep 16 23:24:06.963 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57262026-09-16T23:25:33.636Z Sep 16 23:24:06.963 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57272026-09-16T23:25:33.636Z Sep 16 23:24:06.969 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57282026-09-16T23:25:33.636Z Sep 16 23:24:06.969 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57292026-09-16T23:25:33.637Z Sep 16 23:24:06.975 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57302026-09-16T23:25:33.637Z Sep 16 23:24:06.975 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57312026-09-16T23:25:33.637Z Sep 16 23:24:06.978 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57322026-09-16T23:25:33.637Z Sep 16 23:24:06.978 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57332026-09-16T23:25:33.637Z Sep 16 23:24:06.983 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57342026-09-16T23:25:33.637Z Sep 16 23:24:07.021 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57352026-09-16T23:25:33.637Z Sep 16 23:24:07.027 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57362026-09-16T23:25:33.637Z Sep 16 23:24:07.029 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57372026-09-16T23:25:33.637Z Sep 16 23:24:07.067 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57382026-09-16T23:25:33.637Z Sep 16 23:24:07.073 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57392026-09-16T23:25:33.637Z Sep 16 23:24:07.112 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57402026-09-16T23:25:33.637Z Sep 16 23:24:07.118 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57412026-09-16T23:25:33.638Z Sep 16 23:24:07.156 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57422026-09-16T23:25:33.638Z Sep 16 23:24:07.162 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57432026-09-16T23:25:33.638Z Sep 16 23:24:07.163 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57442026-09-16T23:25:33.638Z Sep 16 23:24:07.163 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57452026-09-16T23:25:33.638Z Sep 16 23:24:07.163 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57462026-09-16T23:25:33.638Z Sep 16 23:24:07.170 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57472026-09-16T23:25:33.638Z Sep 16 23:24:07.230 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57482026-09-16T23:25:33.638Z Sep 16 23:24:07.230 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57492026-09-16T23:25:33.638Z Sep 16 23:24:07.268 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57502026-09-16T23:25:33.638Z Sep 16 23:24:07.268 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57512026-09-16T23:25:33.638Z Sep 16 23:24:07.269 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57522026-09-16T23:25:33.638Z Sep 16 23:24:07.269 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57532026-09-16T23:25:33.638Z Sep 16 23:24:07.269 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57542026-09-16T23:25:33.638Z Sep 16 23:24:07.269 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57552026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57562026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57572026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57582026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57592026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57602026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57612026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57622026-09-16T23:25:33.638Z Sep 16 23:24:07.270 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
57632026-09-16T23:25:33.638Z Sep 16 23:24:07.308 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57642026-09-16T23:25:33.638Z Sep 16 23:24:07.308 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57652026-09-16T23:25:33.638Z Sep 16 23:24:07.345 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57662026-09-16T23:25:33.638Z Sep 16 23:24:07.346 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57672026-09-16T23:25:33.644Z Sep 16 23:24:07.352 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57682026-09-16T23:25:33.644Z Sep 16 23:24:07.352 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57692026-09-16T23:25:33.644Z Sep 16 23:24:07.358 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57702026-09-16T23:25:33.644Z Sep 16 23:24:07.358 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57712026-09-16T23:25:33.644Z Sep 16 23:24:07.364 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57722026-09-16T23:25:33.644Z Sep 16 23:24:07.364 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57732026-09-16T23:25:33.644Z Sep 16 23:24:07.370 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57742026-09-16T23:25:33.644Z Sep 16 23:24:07.370 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57752026-09-16T23:25:33.644Z Sep 16 23:24:07.444 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57762026-09-16T23:25:33.644Z Sep 16 23:24:07.444 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57772026-09-16T23:25:33.644Z Sep 16 23:24:07.449 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57782026-09-16T23:25:33.644Z Sep 16 23:24:07.487 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57792026-09-16T23:25:33.644Z Sep 16 23:24:07.493 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57802026-09-16T23:25:33.644Z Sep 16 23:24:07.495 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57812026-09-16T23:25:33.644Z Sep 16 23:24:07.533 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57822026-09-16T23:25:33.644Z Sep 16 23:24:07.539 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57832026-09-16T23:25:33.644Z Sep 16 23:24:07.577 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57842026-09-16T23:25:33.644Z Sep 16 23:24:07.583 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57852026-09-16T23:25:33.644Z Sep 16 23:24:07.622 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57862026-09-16T23:25:33.644Z Sep 16 23:24:07.628 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57872026-09-16T23:25:33.644Z Sep 16 23:24:07.628 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57882026-09-16T23:25:33.644Z Sep 16 23:24:07.628 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57892026-09-16T23:25:33.644Z Sep 16 23:24:07.628 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57902026-09-16T23:25:33.644Z Sep 16 23:24:07.635 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57912026-09-16T23:25:33.644Z Sep 16 23:24:07.695 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57922026-09-16T23:25:33.645Z Sep 16 23:24:07.695 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57932026-09-16T23:25:33.645Z Sep 16 23:24:07.733 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57942026-09-16T23:25:33.645Z Sep 16 23:24:07.733 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
57952026-09-16T23:25:33.645Z Sep 16 23:24:07.771 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57962026-09-16T23:25:33.645Z Sep 16 23:24:07.771 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57972026-09-16T23:25:33.645Z Sep 16 23:24:07.809 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57982026-09-16T23:25:33.645Z Sep 16 23:24:07.809 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
57992026-09-16T23:25:33.645Z Sep 16 23:24:07.815 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58002026-09-16T23:25:33.645Z Sep 16 23:24:07.815 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58012026-09-16T23:25:33.645Z Sep 16 23:24:07.821 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58022026-09-16T23:25:33.645Z Sep 16 23:24:07.821 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58032026-09-16T23:25:33.645Z Sep 16 23:24:07.827 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58042026-09-16T23:25:33.645Z Sep 16 23:24:07.828 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58052026-09-16T23:25:33.645Z Sep 16 23:24:07.834 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58062026-09-16T23:25:33.645Z Sep 16 23:24:07.834 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58072026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58082026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58092026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58102026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58112026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58122026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58132026-09-16T23:25:33.645Z Sep 16 23:24:07.834 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58142026-09-16T23:25:33.646Z Sep 16 23:24:07.834 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
58152026-09-16T23:25:33.646Z Sep 16 23:24:07.837 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58162026-09-16T23:25:33.646Z Sep 16 23:24:07.837 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58172026-09-16T23:25:33.646Z Sep 16 23:24:07.842 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58182026-09-16T23:25:33.646Z Sep 16 23:24:07.842 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58192026-09-16T23:25:33.646Z Sep 16 23:24:07.844 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58202026-09-16T23:25:33.646Z Sep 16 23:24:07.881 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58212026-09-16T23:25:33.646Z Sep 16 23:24:07.887 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58222026-09-16T23:25:33.646Z Sep 16 23:24:07.890 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58232026-09-16T23:25:33.646Z Sep 16 23:24:07.927 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58242026-09-16T23:25:33.646Z Sep 16 23:24:07.933 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58252026-09-16T23:25:33.646Z Sep 16 23:24:07.975 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58262026-09-16T23:25:33.646Z Sep 16 23:24:07.981 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58272026-09-16T23:25:33.646Z Sep 16 23:24:08.020 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58282026-09-16T23:25:33.647Z Sep 16 23:24:08.026 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58292026-09-16T23:25:33.647Z Sep 16 23:24:08.028 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58302026-09-16T23:25:33.647Z Sep 16 23:24:08.066 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58312026-09-16T23:25:33.647Z Sep 16 23:24:08.072 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58322026-09-16T23:25:33.647Z Sep 16 23:24:08.074 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58332026-09-16T23:25:33.647Z Sep 16 23:24:08.112 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58342026-09-16T23:25:33.647Z Sep 16 23:24:08.118 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58352026-09-16T23:25:33.647Z Sep 16 23:24:08.119 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58362026-09-16T23:25:33.647Z Sep 16 23:24:08.119 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58372026-09-16T23:25:33.647Z Sep 16 23:24:08.156 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58382026-09-16T23:25:33.647Z Sep 16 23:24:08.162 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58392026-09-16T23:25:33.647Z Sep 16 23:24:08.201 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58402026-09-16T23:25:33.647Z Sep 16 23:24:08.207 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58412026-09-16T23:25:33.647Z Sep 16 23:24:08.208 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58422026-09-16T23:25:33.647Z Sep 16 23:24:08.215 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58432026-09-16T23:25:33.647Z Sep 16 23:24:08.222 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58442026-09-16T23:25:33.647Z Sep 16 23:24:08.222 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58452026-09-16T23:25:33.647Z Sep 16 23:24:08.236 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58462026-09-16T23:25:33.647Z Sep 16 23:24:08.244 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58472026-09-16T23:25:33.647Z Sep 16 23:24:08.288 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58482026-09-16T23:25:33.647Z Sep 16 23:24:08.288 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58492026-09-16T23:25:33.647Z Sep 16 23:24:08.326 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58502026-09-16T23:25:33.647Z Sep 16 23:24:08.326 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58512026-09-16T23:25:33.647Z Sep 16 23:24:08.379 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58522026-09-16T23:25:33.647Z Sep 16 23:24:08.379 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58532026-09-16T23:25:33.647Z Sep 16 23:24:08.417 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58542026-09-16T23:25:33.647Z Sep 16 23:24:08.417 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58552026-09-16T23:25:33.647Z Sep 16 23:24:08.455 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58562026-09-16T23:25:33.647Z Sep 16 23:24:08.455 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58572026-09-16T23:25:33.647Z Sep 16 23:24:08.493 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58582026-09-16T23:25:33.648Z Sep 16 23:24:08.493 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58592026-09-16T23:25:33.648Z Sep 16 23:24:08.531 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58602026-09-16T23:25:33.648Z Sep 16 23:24:08.531 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58612026-09-16T23:25:33.648Z Sep 16 23:24:08.569 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58622026-09-16T23:25:33.648Z Sep 16 23:24:08.569 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58632026-09-16T23:25:33.648Z Sep 16 23:24:08.576 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58642026-09-16T23:25:33.648Z Sep 16 23:24:08.576 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58652026-09-16T23:25:33.648Z Sep 16 23:24:08.582 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58662026-09-16T23:25:33.648Z Sep 16 23:24:08.582 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58672026-09-16T23:25:33.652Z Sep 16 23:24:08.588 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58682026-09-16T23:25:33.652Z Sep 16 23:24:08.588 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58692026-09-16T23:25:33.652Z Sep 16 23:24:08.594 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58702026-09-16T23:25:33.652Z Sep 16 23:24:08.594 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58712026-09-16T23:25:33.652Z Sep 16 23:24:08.600 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58722026-09-16T23:25:33.654Z Sep 16 23:24:08.600 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58732026-09-16T23:25:33.654Z Sep 16 23:24:08.606 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58742026-09-16T23:25:33.654Z Sep 16 23:24:08.606 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58752026-09-16T23:25:33.654Z Sep 16 23:24:08.613 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58762026-09-16T23:25:33.654Z Sep 16 23:24:08.613 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58772026-09-16T23:25:33.654Z Sep 16 23:24:08.619 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58782026-09-16T23:25:33.654Z Sep 16 23:24:08.619 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58792026-09-16T23:25:33.654Z Sep 16 23:24:08.621 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58802026-09-16T23:25:33.654Z Sep 16 23:24:08.621 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58812026-09-16T23:25:33.654Z Sep 16 23:24:08.626 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58822026-09-16T23:25:33.654Z Sep 16 23:24:08.664 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58832026-09-16T23:25:33.654Z Sep 16 23:24:08.670 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58842026-09-16T23:25:33.654Z Sep 16 23:24:08.672 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58852026-09-16T23:25:33.654Z Sep 16 23:24:08.710 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58862026-09-16T23:25:33.654Z Sep 16 23:24:08.716 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58872026-09-16T23:25:33.654Z Sep 16 23:24:08.755 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58882026-09-16T23:25:33.654Z Sep 16 23:24:08.761 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58892026-09-16T23:25:33.654Z Sep 16 23:24:08.799 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58902026-09-16T23:25:33.654Z Sep 16 23:24:08.805 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58912026-09-16T23:25:33.654Z Sep 16 23:24:08.806 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58922026-09-16T23:25:33.654Z Sep 16 23:24:08.806 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
58932026-09-16T23:25:33.654Z Sep 16 23:24:08.806 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58942026-09-16T23:25:33.654Z Sep 16 23:24:08.813 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58952026-09-16T23:25:33.654Z Sep 16 23:24:08.873 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58962026-09-16T23:25:33.654Z Sep 16 23:24:08.873 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58972026-09-16T23:25:33.654Z Sep 16 23:24:08.911 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58982026-09-16T23:25:33.654Z Sep 16 23:24:08.911 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
58992026-09-16T23:25:33.654Z Sep 16 23:24:08.911 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59002026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59012026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59022026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59032026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59042026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59052026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59062026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59072026-09-16T23:25:33.654Z Sep 16 23:24:08.912 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59082026-09-16T23:25:33.655Z Sep 16 23:24:08.912 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59092026-09-16T23:25:33.655Z Sep 16 23:24:08.912 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59102026-09-16T23:25:33.655Z Sep 16 23:24:08.912 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59112026-09-16T23:25:33.655Z Sep 16 23:24:08.950 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59122026-09-16T23:25:33.655Z Sep 16 23:24:08.950 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59132026-09-16T23:25:33.655Z Sep 16 23:24:08.988 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59142026-09-16T23:25:33.655Z Sep 16 23:24:08.988 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59152026-09-16T23:25:33.655Z Sep 16 23:24:08.994 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59162026-09-16T23:25:33.655Z Sep 16 23:24:08.995 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59172026-09-16T23:25:33.655Z Sep 16 23:24:09.001 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59182026-09-16T23:25:33.655Z Sep 16 23:24:09.001 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59192026-09-16T23:25:33.655Z Sep 16 23:24:09.007 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59202026-09-16T23:25:33.655Z Sep 16 23:24:09.007 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59212026-09-16T23:25:33.655Z Sep 16 23:24:09.013 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59222026-09-16T23:25:33.655Z Sep 16 23:24:09.013 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59232026-09-16T23:25:33.655Z Sep 16 23:24:09.087 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59242026-09-16T23:25:33.655Z Sep 16 23:24:09.088 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59252026-09-16T23:25:33.655Z Sep 16 23:24:09.093 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59262026-09-16T23:25:33.655Z Sep 16 23:24:09.130 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59272026-09-16T23:25:33.655Z Sep 16 23:24:09.136 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59282026-09-16T23:25:33.655Z Sep 16 23:24:09.138 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59292026-09-16T23:25:33.655Z Sep 16 23:24:09.176 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59302026-09-16T23:25:33.656Z Sep 16 23:24:09.182 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59312026-09-16T23:25:33.656Z Sep 16 23:24:09.220 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59322026-09-16T23:25:33.656Z Sep 16 23:24:09.226 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59332026-09-16T23:25:33.656Z Sep 16 23:24:09.265 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59342026-09-16T23:25:33.656Z Sep 16 23:24:09.271 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59352026-09-16T23:25:33.656Z Sep 16 23:24:09.271 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59362026-09-16T23:25:33.656Z Sep 16 23:24:09.271 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59372026-09-16T23:25:33.656Z Sep 16 23:24:09.271 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59382026-09-16T23:25:33.656Z Sep 16 23:24:09.278 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59392026-09-16T23:25:33.656Z Sep 16 23:24:09.338 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59402026-09-16T23:25:33.656Z Sep 16 23:24:09.338 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59412026-09-16T23:25:33.656Z Sep 16 23:24:09.376 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59422026-09-16T23:25:33.656Z Sep 16 23:24:09.376 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59432026-09-16T23:25:33.656Z Sep 16 23:24:09.414 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59442026-09-16T23:25:33.656Z Sep 16 23:24:09.414 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59452026-09-16T23:25:33.656Z Sep 16 23:24:09.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59462026-09-16T23:25:33.656Z Sep 16 23:24:09.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59472026-09-16T23:25:33.656Z Sep 16 23:24:09.458 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59482026-09-16T23:25:33.656Z Sep 16 23:24:09.458 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59492026-09-16T23:25:33.656Z Sep 16 23:24:09.464 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59502026-09-16T23:25:33.656Z Sep 16 23:24:09.464 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59512026-09-16T23:25:33.656Z Sep 16 23:24:09.470 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59522026-09-16T23:25:33.656Z Sep 16 23:24:09.470 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59532026-09-16T23:25:33.656Z Sep 16 23:24:09.476 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59542026-09-16T23:25:33.656Z Sep 16 23:24:09.476 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59552026-09-16T23:25:33.656Z Sep 16 23:24:09.476 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59562026-09-16T23:25:33.656Z Sep 16 23:24:09.476 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59572026-09-16T23:25:33.656Z Sep 16 23:24:09.476 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59582026-09-16T23:25:33.657Z Sep 16 23:24:09.476 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59592026-09-16T23:25:33.657Z Sep 16 23:24:09.477 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59602026-09-16T23:25:33.657Z Sep 16 23:24:09.477 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59612026-09-16T23:25:33.657Z Sep 16 23:24:09.477 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59622026-09-16T23:25:33.657Z Sep 16 23:24:09.477 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
59632026-09-16T23:25:33.657Z Sep 16 23:24:09.480 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59642026-09-16T23:25:33.657Z Sep 16 23:24:09.480 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59652026-09-16T23:25:33.657Z Sep 16 23:24:09.485 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59662026-09-16T23:25:33.657Z Sep 16 23:24:09.485 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59672026-09-16T23:25:33.661Z Sep 16 23:24:09.486 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59682026-09-16T23:25:33.661Z Sep 16 23:24:09.524 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59692026-09-16T23:25:33.661Z Sep 16 23:24:09.530 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59702026-09-16T23:25:33.661Z Sep 16 23:24:09.532 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59712026-09-16T23:25:33.662Z Sep 16 23:24:09.570 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59722026-09-16T23:25:33.662Z Sep 16 23:24:09.576 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59732026-09-16T23:25:33.662Z Sep 16 23:24:09.618 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59742026-09-16T23:25:33.662Z Sep 16 23:24:09.624 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59752026-09-16T23:25:33.662Z Sep 16 23:24:09.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59762026-09-16T23:25:33.662Z Sep 16 23:24:09.668 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59772026-09-16T23:25:33.662Z Sep 16 23:24:09.670 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59782026-09-16T23:25:33.662Z Sep 16 23:24:09.708 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59792026-09-16T23:25:33.662Z Sep 16 23:24:09.714 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59802026-09-16T23:25:33.662Z Sep 16 23:24:09.716 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59812026-09-16T23:25:33.662Z Sep 16 23:24:09.753 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59822026-09-16T23:25:33.662Z Sep 16 23:24:09.759 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59832026-09-16T23:25:33.662Z Sep 16 23:24:09.760 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59842026-09-16T23:25:33.662Z Sep 16 23:24:09.760 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59852026-09-16T23:25:33.662Z Sep 16 23:24:09.798 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59862026-09-16T23:25:33.662Z Sep 16 23:24:09.804 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59872026-09-16T23:25:33.662Z Sep 16 23:24:09.842 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59882026-09-16T23:25:33.662Z Sep 16 23:24:09.848 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59892026-09-16T23:25:33.662Z Sep 16 23:24:09.849 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59902026-09-16T23:25:33.662Z Sep 16 23:24:09.856 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59912026-09-16T23:25:33.662Z Sep 16 23:24:09.863 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59922026-09-16T23:25:33.662Z Sep 16 23:24:09.863 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
59932026-09-16T23:25:33.662Z Sep 16 23:24:09.877 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59942026-09-16T23:25:33.662Z Sep 16 23:24:09.884 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59952026-09-16T23:25:33.662Z Sep 16 23:24:09.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59962026-09-16T23:25:33.662Z Sep 16 23:24:09.929 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59972026-09-16T23:25:33.662Z Sep 16 23:24:09.967 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59982026-09-16T23:25:33.662Z Sep 16 23:24:09.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
59992026-09-16T23:25:33.662Z Sep 16 23:24:10.020 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60002026-09-16T23:25:33.662Z Sep 16 23:24:10.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60012026-09-16T23:25:33.662Z Sep 16 23:24:10.058 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60022026-09-16T23:25:33.662Z Sep 16 23:24:10.058 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60032026-09-16T23:25:33.662Z Sep 16 23:24:10.095 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60042026-09-16T23:25:33.662Z Sep 16 23:24:10.095 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60052026-09-16T23:25:33.662Z Sep 16 23:24:10.133 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60062026-09-16T23:25:33.662Z Sep 16 23:24:10.133 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60072026-09-16T23:25:33.662Z Sep 16 23:24:10.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60082026-09-16T23:25:33.662Z Sep 16 23:24:10.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60092026-09-16T23:25:33.662Z Sep 16 23:24:10.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60102026-09-16T23:25:33.663Z Sep 16 23:24:10.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60112026-09-16T23:25:33.663Z Sep 16 23:24:10.216 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60122026-09-16T23:25:33.663Z Sep 16 23:24:10.216 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60132026-09-16T23:25:33.663Z Sep 16 23:24:10.222 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60142026-09-16T23:25:33.663Z Sep 16 23:24:10.222 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60152026-09-16T23:25:33.663Z Sep 16 23:24:10.228 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60162026-09-16T23:25:33.663Z Sep 16 23:24:10.228 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60172026-09-16T23:25:33.663Z Sep 16 23:24:10.234 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60182026-09-16T23:25:33.663Z Sep 16 23:24:10.234 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60192026-09-16T23:25:33.663Z Sep 16 23:24:10.240 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60202026-09-16T23:25:33.663Z Sep 16 23:24:10.240 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60212026-09-16T23:25:33.663Z Sep 16 23:24:10.246 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60222026-09-16T23:25:33.663Z Sep 16 23:24:10.246 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60232026-09-16T23:25:33.663Z Sep 16 23:24:10.253 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60242026-09-16T23:25:33.663Z Sep 16 23:24:10.253 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60252026-09-16T23:25:33.663Z Sep 16 23:24:10.259 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60262026-09-16T23:25:33.663Z Sep 16 23:24:10.259 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60272026-09-16T23:25:33.663Z Sep 16 23:24:10.261 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60282026-09-16T23:25:33.663Z Sep 16 23:24:10.261 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60292026-09-16T23:25:33.663Z Sep 16 23:24:10.266 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60302026-09-16T23:25:33.663Z Sep 16 23:24:10.304 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60312026-09-16T23:25:33.663Z Sep 16 23:24:10.310 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60322026-09-16T23:25:33.664Z Sep 16 23:24:10.312 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60332026-09-16T23:25:33.664Z Sep 16 23:24:10.350 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60342026-09-16T23:25:33.664Z Sep 16 23:24:10.356 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60352026-09-16T23:25:33.664Z Sep 16 23:24:10.394 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60362026-09-16T23:25:33.664Z Sep 16 23:24:10.400 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60372026-09-16T23:25:33.664Z Sep 16 23:24:10.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60382026-09-16T23:25:33.664Z Sep 16 23:24:10.444 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60392026-09-16T23:25:33.664Z Sep 16 23:24:10.445 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60402026-09-16T23:25:33.664Z Sep 16 23:24:10.445 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60412026-09-16T23:25:33.664Z Sep 16 23:24:10.445 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60422026-09-16T23:25:33.664Z Sep 16 23:24:10.452 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60432026-09-16T23:25:33.664Z Sep 16 23:24:10.511 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60442026-09-16T23:25:33.664Z Sep 16 23:24:10.511 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60452026-09-16T23:25:33.664Z Sep 16 23:24:10.549 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60462026-09-16T23:25:33.664Z Sep 16 23:24:10.549 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60472026-09-16T23:25:33.664Z Sep 16 23:24:10.587 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60482026-09-16T23:25:33.664Z Sep 16 23:24:10.587 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60492026-09-16T23:25:33.664Z Sep 16 23:24:10.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60502026-09-16T23:25:33.664Z Sep 16 23:24:10.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60512026-09-16T23:25:33.664Z Sep 16 23:24:10.625 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60522026-09-16T23:25:33.664Z Sep 16 23:24:10.625 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60532026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60542026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60552026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60562026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60572026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60582026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60592026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60602026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60612026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60622026-09-16T23:25:33.664Z Sep 16 23:24:10.626 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
60632026-09-16T23:25:33.665Z Sep 16 23:24:10.633 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60642026-09-16T23:25:33.665Z Sep 16 23:24:10.633 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60652026-09-16T23:25:33.665Z Sep 16 23:24:10.639 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60662026-09-16T23:25:33.665Z Sep 16 23:24:10.639 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60672026-09-16T23:25:33.671Z Sep 16 23:24:10.645 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60682026-09-16T23:25:33.671Z Sep 16 23:24:10.645 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60692026-09-16T23:25:33.671Z Sep 16 23:24:10.651 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60702026-09-16T23:25:33.671Z Sep 16 23:24:10.651 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60712026-09-16T23:25:33.671Z Sep 16 23:24:10.802 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60722026-09-16T23:25:33.671Z Sep 16 23:24:10.803 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60732026-09-16T23:25:33.671Z Sep 16 23:24:10.807 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60742026-09-16T23:25:33.671Z Sep 16 23:24:10.845 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60752026-09-16T23:25:33.671Z Sep 16 23:24:10.851 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60762026-09-16T23:25:33.671Z Sep 16 23:24:10.853 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60772026-09-16T23:25:33.671Z Sep 16 23:24:10.891 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60782026-09-16T23:25:33.671Z Sep 16 23:24:10.897 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60792026-09-16T23:25:33.671Z Sep 16 23:24:10.935 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60802026-09-16T23:25:33.671Z Sep 16 23:24:10.941 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60812026-09-16T23:25:33.671Z Sep 16 23:24:10.979 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60822026-09-16T23:25:33.671Z Sep 16 23:24:10.985 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60832026-09-16T23:25:33.671Z Sep 16 23:24:10.986 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60842026-09-16T23:25:33.671Z Sep 16 23:24:10.986 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60852026-09-16T23:25:33.671Z Sep 16 23:24:10.986 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60862026-09-16T23:25:33.671Z Sep 16 23:24:10.993 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60872026-09-16T23:25:33.671Z Sep 16 23:24:11.052 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60882026-09-16T23:25:33.671Z Sep 16 23:24:11.053 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60892026-09-16T23:25:33.671Z Sep 16 23:24:11.090 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60902026-09-16T23:25:33.672Z Sep 16 23:24:11.091 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60912026-09-16T23:25:33.672Z Sep 16 23:24:11.128 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60922026-09-16T23:25:33.672Z Sep 16 23:24:11.128 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60932026-09-16T23:25:33.672Z Sep 16 23:24:11.166 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60942026-09-16T23:25:33.672Z Sep 16 23:24:11.166 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
60952026-09-16T23:25:33.672Z Sep 16 23:24:11.172 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60962026-09-16T23:25:33.672Z Sep 16 23:24:11.173 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60972026-09-16T23:25:33.672Z Sep 16 23:24:11.179 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60982026-09-16T23:25:33.672Z Sep 16 23:24:11.179 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
60992026-09-16T23:25:33.672Z Sep 16 23:24:11.185 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61002026-09-16T23:25:33.672Z Sep 16 23:24:11.185 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61012026-09-16T23:25:33.672Z Sep 16 23:24:11.191 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61022026-09-16T23:25:33.672Z Sep 16 23:24:11.191 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61032026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61042026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61052026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61062026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61072026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61082026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61092026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61102026-09-16T23:25:33.672Z Sep 16 23:24:11.191 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
61112026-09-16T23:25:33.672Z Sep 16 23:24:11.195 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61122026-09-16T23:25:33.672Z Sep 16 23:24:11.195 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61132026-09-16T23:25:33.672Z Sep 16 23:24:11.199 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61142026-09-16T23:25:33.672Z Sep 16 23:24:11.200 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61152026-09-16T23:25:33.672Z Sep 16 23:24:11.201 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61162026-09-16T23:25:33.672Z Sep 16 23:24:11.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61172026-09-16T23:25:33.672Z Sep 16 23:24:11.245 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61182026-09-16T23:25:33.673Z Sep 16 23:24:11.247 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61192026-09-16T23:25:33.673Z Sep 16 23:24:11.284 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61202026-09-16T23:25:33.673Z Sep 16 23:24:11.290 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61212026-09-16T23:25:33.673Z Sep 16 23:24:11.332 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61222026-09-16T23:25:33.673Z Sep 16 23:24:11.338 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61232026-09-16T23:25:33.673Z Sep 16 23:24:11.376 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61242026-09-16T23:25:33.673Z Sep 16 23:24:11.382 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61252026-09-16T23:25:33.673Z Sep 16 23:24:11.384 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61262026-09-16T23:25:33.673Z Sep 16 23:24:11.421 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61272026-09-16T23:25:33.673Z Sep 16 23:24:11.427 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61282026-09-16T23:25:33.673Z Sep 16 23:24:11.429 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61292026-09-16T23:25:33.673Z Sep 16 23:24:11.467 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61302026-09-16T23:25:33.673Z Sep 16 23:24:11.473 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61312026-09-16T23:25:33.673Z Sep 16 23:24:11.474 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61322026-09-16T23:25:33.673Z Sep 16 23:24:11.474 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61332026-09-16T23:25:33.673Z Sep 16 23:24:11.512 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61342026-09-16T23:25:33.673Z Sep 16 23:24:11.518 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61352026-09-16T23:25:33.673Z Sep 16 23:24:11.556 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61362026-09-16T23:25:33.673Z Sep 16 23:24:11.562 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61372026-09-16T23:25:33.673Z Sep 16 23:24:11.562 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61382026-09-16T23:25:33.673Z Sep 16 23:24:11.569 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61392026-09-16T23:25:33.673Z Sep 16 23:24:11.576 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61402026-09-16T23:25:33.673Z Sep 16 23:24:11.576 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61412026-09-16T23:25:33.673Z Sep 16 23:24:11.591 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61422026-09-16T23:25:33.673Z Sep 16 23:24:11.598 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61432026-09-16T23:25:33.673Z Sep 16 23:24:11.643 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61442026-09-16T23:25:33.673Z Sep 16 23:24:11.643 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61452026-09-16T23:25:33.673Z Sep 16 23:24:11.681 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61462026-09-16T23:25:33.673Z Sep 16 23:24:11.681 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61472026-09-16T23:25:33.673Z Sep 16 23:24:11.733 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61482026-09-16T23:25:33.673Z Sep 16 23:24:11.733 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61492026-09-16T23:25:33.673Z Sep 16 23:24:11.771 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61502026-09-16T23:25:33.673Z Sep 16 23:24:11.771 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61512026-09-16T23:25:33.673Z Sep 16 23:24:11.809 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61522026-09-16T23:25:33.673Z Sep 16 23:24:11.809 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61532026-09-16T23:25:33.674Z Sep 16 23:24:11.847 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61542026-09-16T23:25:33.674Z Sep 16 23:24:11.847 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61552026-09-16T23:25:33.674Z Sep 16 23:24:11.884 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61562026-09-16T23:25:33.674Z Sep 16 23:24:11.884 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61572026-09-16T23:25:33.674Z Sep 16 23:24:11.922 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61582026-09-16T23:25:33.674Z Sep 16 23:24:11.923 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61592026-09-16T23:25:33.674Z Sep 16 23:24:11.929 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61602026-09-16T23:25:33.674Z Sep 16 23:24:11.929 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61612026-09-16T23:25:33.674Z Sep 16 23:24:11.935 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61622026-09-16T23:25:33.674Z Sep 16 23:24:11.935 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61632026-09-16T23:25:33.674Z Sep 16 23:24:11.941 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61642026-09-16T23:25:33.674Z Sep 16 23:24:11.942 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61652026-09-16T23:25:33.674Z Sep 16 23:24:11.948 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61662026-09-16T23:25:33.674Z Sep 16 23:24:11.948 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61672026-09-16T23:25:33.678Z Sep 16 23:24:11.954 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61682026-09-16T23:25:33.678Z Sep 16 23:24:11.954 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61692026-09-16T23:25:33.679Z Sep 16 23:24:11.960 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61702026-09-16T23:25:33.679Z Sep 16 23:24:11.960 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61712026-09-16T23:25:33.679Z Sep 16 23:24:11.966 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61722026-09-16T23:25:33.679Z Sep 16 23:24:11.966 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61732026-09-16T23:25:33.679Z Sep 16 23:24:11.972 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61742026-09-16T23:25:33.679Z Sep 16 23:24:11.972 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61752026-09-16T23:25:33.679Z Sep 16 23:24:11.975 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61762026-09-16T23:25:33.679Z Sep 16 23:24:11.975 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61772026-09-16T23:25:33.679Z Sep 16 23:24:11.980 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61782026-09-16T23:25:33.679Z Sep 16 23:24:12.017 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61792026-09-16T23:25:33.679Z Sep 16 23:24:12.023 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61802026-09-16T23:25:33.679Z Sep 16 23:24:12.025 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61812026-09-16T23:25:33.679Z Sep 16 23:24:12.063 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61822026-09-16T23:25:33.679Z Sep 16 23:24:12.069 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61832026-09-16T23:25:33.679Z Sep 16 23:24:12.107 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61842026-09-16T23:25:33.679Z Sep 16 23:24:12.113 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61852026-09-16T23:25:33.679Z Sep 16 23:24:12.151 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61862026-09-16T23:25:33.679Z Sep 16 23:24:12.157 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61872026-09-16T23:25:33.679Z Sep 16 23:24:12.158 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61882026-09-16T23:25:33.679Z Sep 16 23:24:12.158 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61892026-09-16T23:25:33.679Z Sep 16 23:24:12.158 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61902026-09-16T23:25:33.679Z Sep 16 23:24:12.165 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61912026-09-16T23:25:33.679Z Sep 16 23:24:12.224 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61922026-09-16T23:25:33.679Z Sep 16 23:24:12.225 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61932026-09-16T23:25:33.679Z Sep 16 23:24:12.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61942026-09-16T23:25:33.679Z Sep 16 23:24:12.263 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
61952026-09-16T23:25:33.679Z Sep 16 23:24:12.300 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61962026-09-16T23:25:33.679Z Sep 16 23:24:12.300 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61972026-09-16T23:25:33.679Z Sep 16 23:24:12.338 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61982026-09-16T23:25:33.679Z Sep 16 23:24:12.338 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
61992026-09-16T23:25:33.679Z Sep 16 23:24:12.338 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62002026-09-16T23:25:33.679Z Sep 16 23:24:12.339 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62012026-09-16T23:25:33.679Z Sep 16 23:24:12.339 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62022026-09-16T23:25:33.679Z Sep 16 23:24:12.339 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62032026-09-16T23:25:33.679Z Sep 16 23:24:12.339 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62042026-09-16T23:25:33.679Z Sep 16 23:24:12.339 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62052026-09-16T23:25:33.680Z Sep 16 23:24:12.339 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62062026-09-16T23:25:33.680Z Sep 16 23:24:12.339 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62072026-09-16T23:25:33.680Z Sep 16 23:24:12.339 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62082026-09-16T23:25:33.680Z Sep 16 23:24:12.340 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62092026-09-16T23:25:33.680Z Sep 16 23:24:12.340 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62102026-09-16T23:25:33.680Z Sep 16 23:24:12.340 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62112026-09-16T23:25:33.680Z Sep 16 23:24:12.346 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62122026-09-16T23:25:33.680Z Sep 16 23:24:12.346 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62132026-09-16T23:25:33.680Z Sep 16 23:24:12.352 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62142026-09-16T23:25:33.680Z Sep 16 23:24:12.352 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62152026-09-16T23:25:33.680Z Sep 16 23:24:12.358 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62162026-09-16T23:25:33.680Z Sep 16 23:24:12.358 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62172026-09-16T23:25:33.680Z Sep 16 23:24:12.364 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62182026-09-16T23:25:33.680Z Sep 16 23:24:12.364 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62192026-09-16T23:25:33.680Z Sep 16 23:24:12.516 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62202026-09-16T23:25:33.680Z Sep 16 23:24:12.516 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62212026-09-16T23:25:33.680Z Sep 16 23:24:12.521 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62222026-09-16T23:25:33.680Z Sep 16 23:24:12.558 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62232026-09-16T23:25:33.681Z Sep 16 23:24:12.564 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62242026-09-16T23:25:33.681Z Sep 16 23:24:12.566 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62252026-09-16T23:25:33.681Z Sep 16 23:24:12.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62262026-09-16T23:25:33.681Z Sep 16 23:24:12.610 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62272026-09-16T23:25:33.681Z Sep 16 23:24:12.648 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62282026-09-16T23:25:33.681Z Sep 16 23:24:12.654 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62292026-09-16T23:25:33.681Z Sep 16 23:24:12.692 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62302026-09-16T23:25:33.681Z Sep 16 23:24:12.698 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62312026-09-16T23:25:33.681Z Sep 16 23:24:12.699 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62322026-09-16T23:25:33.681Z Sep 16 23:24:12.699 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62332026-09-16T23:25:33.681Z Sep 16 23:24:12.699 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62342026-09-16T23:25:33.681Z Sep 16 23:24:12.706 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62352026-09-16T23:25:33.681Z Sep 16 23:24:12.765 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62362026-09-16T23:25:33.681Z Sep 16 23:24:12.765 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62372026-09-16T23:25:33.681Z Sep 16 23:24:12.803 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62382026-09-16T23:25:33.681Z Sep 16 23:24:12.803 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62392026-09-16T23:25:33.681Z Sep 16 23:24:12.841 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62402026-09-16T23:25:33.681Z Sep 16 23:24:12.841 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62412026-09-16T23:25:33.681Z Sep 16 23:24:12.879 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62422026-09-16T23:25:33.681Z Sep 16 23:24:12.879 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62432026-09-16T23:25:33.681Z Sep 16 23:24:12.885 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62442026-09-16T23:25:33.681Z Sep 16 23:24:12.885 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62452026-09-16T23:25:33.681Z Sep 16 23:24:12.891 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62462026-09-16T23:25:33.681Z Sep 16 23:24:12.891 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62472026-09-16T23:25:33.681Z Sep 16 23:24:12.897 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62482026-09-16T23:25:33.681Z Sep 16 23:24:12.897 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62492026-09-16T23:25:33.682Z Sep 16 23:24:12.903 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62502026-09-16T23:25:33.682Z Sep 16 23:24:12.903 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62512026-09-16T23:25:33.682Z Sep 16 23:24:12.903 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62522026-09-16T23:25:33.682Z Sep 16 23:24:12.903 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62532026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62542026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62552026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62562026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62572026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62582026-09-16T23:25:33.682Z Sep 16 23:24:12.904 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
62592026-09-16T23:25:33.682Z Sep 16 23:24:12.907 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62602026-09-16T23:25:33.682Z Sep 16 23:24:12.907 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62612026-09-16T23:25:33.682Z Sep 16 23:24:12.911 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62622026-09-16T23:25:33.682Z Sep 16 23:24:12.912 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62632026-09-16T23:25:33.682Z Sep 16 23:24:12.913 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62642026-09-16T23:25:33.682Z Sep 16 23:24:12.951 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62652026-09-16T23:25:33.682Z Sep 16 23:24:12.957 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62662026-09-16T23:25:33.682Z Sep 16 23:24:12.959 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62672026-09-16T23:25:33.687Z Sep 16 23:24:12.996 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62682026-09-16T23:25:33.687Z Sep 16 23:24:13.002 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62692026-09-16T23:25:33.687Z Sep 16 23:24:13.044 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62702026-09-16T23:25:33.687Z Sep 16 23:24:13.050 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62712026-09-16T23:25:33.687Z Sep 16 23:24:13.088 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62722026-09-16T23:25:33.687Z Sep 16 23:24:13.094 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62732026-09-16T23:25:33.687Z Sep 16 23:24:13.096 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62742026-09-16T23:25:33.687Z Sep 16 23:24:13.134 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62752026-09-16T23:25:33.687Z Sep 16 23:24:13.140 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62762026-09-16T23:25:33.687Z Sep 16 23:24:13.142 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62772026-09-16T23:25:33.687Z Sep 16 23:24:13.179 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62782026-09-16T23:25:33.687Z Sep 16 23:24:13.185 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62792026-09-16T23:25:33.687Z Sep 16 23:24:13.186 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62802026-09-16T23:25:33.687Z Sep 16 23:24:13.186 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62812026-09-16T23:25:33.687Z Sep 16 23:24:13.224 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62822026-09-16T23:25:33.687Z Sep 16 23:24:13.230 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62832026-09-16T23:25:33.687Z Sep 16 23:24:13.268 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62842026-09-16T23:25:33.687Z Sep 16 23:24:13.274 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62852026-09-16T23:25:33.687Z Sep 16 23:24:13.274 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62862026-09-16T23:25:33.688Z Sep 16 23:24:13.281 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62872026-09-16T23:25:33.688Z Sep 16 23:24:13.288 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62882026-09-16T23:25:33.688Z Sep 16 23:24:13.289 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62892026-09-16T23:25:33.688Z Sep 16 23:24:13.303 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62902026-09-16T23:25:33.688Z Sep 16 23:24:13.310 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62912026-09-16T23:25:33.688Z Sep 16 23:24:13.354 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62922026-09-16T23:25:33.688Z Sep 16 23:24:13.354 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62932026-09-16T23:25:33.688Z Sep 16 23:24:13.392 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62942026-09-16T23:25:33.688Z Sep 16 23:24:13.392 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
62952026-09-16T23:25:33.688Z Sep 16 23:24:13.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62962026-09-16T23:25:33.688Z Sep 16 23:24:13.445 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62972026-09-16T23:25:33.688Z Sep 16 23:24:13.483 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62982026-09-16T23:25:33.688Z Sep 16 23:24:13.483 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
62992026-09-16T23:25:33.688Z Sep 16 23:24:13.520 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63002026-09-16T23:25:33.688Z Sep 16 23:24:13.521 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63012026-09-16T23:25:33.688Z Sep 16 23:24:13.558 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63022026-09-16T23:25:33.688Z Sep 16 23:24:13.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63032026-09-16T23:25:33.688Z Sep 16 23:24:13.596 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63042026-09-16T23:25:33.688Z Sep 16 23:24:13.597 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63052026-09-16T23:25:33.690Z Sep 16 23:24:13.634 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63062026-09-16T23:25:33.690Z Sep 16 23:24:13.634 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63072026-09-16T23:25:33.690Z Sep 16 23:24:13.641 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63082026-09-16T23:25:33.690Z Sep 16 23:24:13.641 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63092026-09-16T23:25:33.690Z Sep 16 23:24:13.647 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63102026-09-16T23:25:33.690Z Sep 16 23:24:13.647 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63112026-09-16T23:25:33.690Z Sep 16 23:24:13.653 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63122026-09-16T23:25:33.690Z Sep 16 23:24:13.653 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63132026-09-16T23:25:33.690Z Sep 16 23:24:13.659 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63142026-09-16T23:25:33.690Z Sep 16 23:24:13.659 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63152026-09-16T23:25:33.690Z Sep 16 23:24:13.665 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63162026-09-16T23:25:33.690Z Sep 16 23:24:13.665 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63172026-09-16T23:25:33.690Z Sep 16 23:24:13.671 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63182026-09-16T23:25:33.690Z Sep 16 23:24:13.671 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63192026-09-16T23:25:33.690Z Sep 16 23:24:13.678 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63202026-09-16T23:25:33.690Z Sep 16 23:24:13.678 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63212026-09-16T23:25:33.690Z Sep 16 23:24:13.684 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63222026-09-16T23:25:33.690Z Sep 16 23:24:13.684 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63232026-09-16T23:25:33.690Z Sep 16 23:24:13.686 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63242026-09-16T23:25:33.690Z Sep 16 23:24:13.686 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63252026-09-16T23:25:33.690Z Sep 16 23:24:13.691 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63262026-09-16T23:25:33.690Z Sep 16 23:24:13.729 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63272026-09-16T23:25:33.690Z Sep 16 23:24:13.735 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63282026-09-16T23:25:33.690Z Sep 16 23:24:13.737 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63292026-09-16T23:25:33.690Z Sep 16 23:24:13.775 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63302026-09-16T23:25:33.690Z Sep 16 23:24:13.781 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63312026-09-16T23:25:33.690Z Sep 16 23:24:13.819 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63322026-09-16T23:25:33.690Z Sep 16 23:24:13.825 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63332026-09-16T23:25:33.690Z Sep 16 23:24:13.863 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63342026-09-16T23:25:33.690Z Sep 16 23:24:13.869 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63352026-09-16T23:25:33.690Z Sep 16 23:24:13.870 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63362026-09-16T23:25:33.690Z Sep 16 23:24:13.870 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63372026-09-16T23:25:33.690Z Sep 16 23:24:13.870 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63382026-09-16T23:25:33.691Z Sep 16 23:24:13.877 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63392026-09-16T23:25:33.691Z Sep 16 23:24:13.936 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63402026-09-16T23:25:33.691Z Sep 16 23:24:13.936 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63412026-09-16T23:25:33.691Z Sep 16 23:24:13.974 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63422026-09-16T23:25:33.691Z Sep 16 23:24:13.974 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63432026-09-16T23:25:33.691Z Sep 16 23:24:14.012 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63442026-09-16T23:25:33.691Z Sep 16 23:24:14.012 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63452026-09-16T23:25:33.691Z Sep 16 23:24:14.050 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63462026-09-16T23:25:33.691Z Sep 16 23:24:14.050 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63472026-09-16T23:25:33.691Z Sep 16 23:24:14.050 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63482026-09-16T23:25:33.691Z Sep 16 23:24:14.050 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63492026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63502026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63512026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63522026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63532026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63542026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63552026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63562026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63572026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63582026-09-16T23:25:33.691Z Sep 16 23:24:14.051 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
63592026-09-16T23:25:33.691Z Sep 16 23:24:14.058 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63602026-09-16T23:25:33.691Z Sep 16 23:24:14.058 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63612026-09-16T23:25:33.691Z Sep 16 23:24:14.064 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63622026-09-16T23:25:33.691Z Sep 16 23:24:14.064 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63632026-09-16T23:25:33.691Z Sep 16 23:24:14.070 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63642026-09-16T23:25:33.692Z Sep 16 23:24:14.070 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63652026-09-16T23:25:33.692Z Sep 16 23:24:14.076 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63662026-09-16T23:25:33.692Z Sep 16 23:24:14.076 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63672026-09-16T23:25:33.696Z Sep 16 23:24:14.227 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63682026-09-16T23:25:33.696Z Sep 16 23:24:14.227 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63692026-09-16T23:25:33.696Z Sep 16 23:24:14.232 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63702026-09-16T23:25:33.696Z Sep 16 23:24:14.269 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63712026-09-16T23:25:33.696Z Sep 16 23:24:14.275 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63722026-09-16T23:25:33.696Z Sep 16 23:24:14.277 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63732026-09-16T23:25:33.696Z Sep 16 23:24:14.315 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63742026-09-16T23:25:33.696Z Sep 16 23:24:14.321 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63752026-09-16T23:25:33.697Z Sep 16 23:24:14.359 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63762026-09-16T23:25:33.697Z Sep 16 23:24:14.365 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63772026-09-16T23:25:33.697Z Sep 16 23:24:14.404 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63782026-09-16T23:25:33.697Z Sep 16 23:24:14.410 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63792026-09-16T23:25:33.697Z Sep 16 23:24:14.410 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63802026-09-16T23:25:33.697Z Sep 16 23:24:14.410 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63812026-09-16T23:25:33.697Z Sep 16 23:24:14.410 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63822026-09-16T23:25:33.697Z Sep 16 23:24:14.417 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63832026-09-16T23:25:33.697Z Sep 16 23:24:14.477 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63842026-09-16T23:25:33.697Z Sep 16 23:24:14.477 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63852026-09-16T23:25:33.697Z Sep 16 23:24:14.515 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63862026-09-16T23:25:33.697Z Sep 16 23:24:14.515 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63872026-09-16T23:25:33.697Z Sep 16 23:24:14.553 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63882026-09-16T23:25:33.697Z Sep 16 23:24:14.553 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63892026-09-16T23:25:33.697Z Sep 16 23:24:14.590 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63902026-09-16T23:25:33.697Z Sep 16 23:24:14.590 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63912026-09-16T23:25:33.697Z Sep 16 23:24:14.597 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63922026-09-16T23:25:33.697Z Sep 16 23:24:14.597 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63932026-09-16T23:25:33.697Z Sep 16 23:24:14.603 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63942026-09-16T23:25:33.697Z Sep 16 23:24:14.603 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
63952026-09-16T23:25:33.697Z Sep 16 23:24:14.609 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63962026-09-16T23:25:33.697Z Sep 16 23:24:14.609 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63972026-09-16T23:25:33.697Z Sep 16 23:24:14.615 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63982026-09-16T23:25:33.697Z Sep 16 23:24:14.615 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
63992026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64002026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64012026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64022026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64032026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64042026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64052026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64062026-09-16T23:25:33.697Z Sep 16 23:24:14.615 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64072026-09-16T23:25:33.697Z Sep 16 23:24:14.618 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64082026-09-16T23:25:33.697Z Sep 16 23:24:14.618 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64092026-09-16T23:25:33.697Z Sep 16 23:24:14.623 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64102026-09-16T23:25:33.697Z Sep 16 23:24:14.623 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64112026-09-16T23:25:33.697Z Sep 16 23:24:14.625 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64122026-09-16T23:25:33.697Z Sep 16 23:24:14.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64132026-09-16T23:25:33.697Z Sep 16 23:24:14.668 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64142026-09-16T23:25:33.697Z Sep 16 23:24:14.670 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64152026-09-16T23:25:33.698Z Sep 16 23:24:14.708 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64162026-09-16T23:25:33.698Z Sep 16 23:24:14.714 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64172026-09-16T23:25:33.698Z Sep 16 23:24:14.756 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64182026-09-16T23:25:33.698Z Sep 16 23:24:14.762 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64192026-09-16T23:25:33.698Z Sep 16 23:24:14.800 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64202026-09-16T23:25:33.698Z Sep 16 23:24:14.806 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64212026-09-16T23:25:33.698Z Sep 16 23:24:14.808 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64222026-09-16T23:25:33.698Z Sep 16 23:24:14.846 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64232026-09-16T23:25:33.698Z Sep 16 23:24:14.852 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64242026-09-16T23:25:33.698Z Sep 16 23:24:14.854 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64252026-09-16T23:25:33.698Z Sep 16 23:24:14.891 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64262026-09-16T23:25:33.698Z Sep 16 23:24:14.897 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64272026-09-16T23:25:33.698Z Sep 16 23:24:14.898 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64282026-09-16T23:25:33.698Z Sep 16 23:24:14.898 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64292026-09-16T23:25:33.698Z Sep 16 23:24:14.936 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64302026-09-16T23:25:33.698Z Sep 16 23:24:14.942 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64312026-09-16T23:25:33.699Z Sep 16 23:24:14.980 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64322026-09-16T23:25:33.699Z Sep 16 23:24:14.986 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64332026-09-16T23:25:33.699Z Sep 16 23:24:14.987 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64342026-09-16T23:25:33.699Z Sep 16 23:24:14.994 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64352026-09-16T23:25:33.699Z Sep 16 23:24:15.001 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64362026-09-16T23:25:33.699Z Sep 16 23:24:15.001 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64372026-09-16T23:25:33.699Z Sep 16 23:24:15.015 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64382026-09-16T23:25:33.699Z Sep 16 23:24:15.022 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64392026-09-16T23:25:33.699Z Sep 16 23:24:15.067 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64402026-09-16T23:25:33.699Z Sep 16 23:24:15.067 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64412026-09-16T23:25:33.699Z Sep 16 23:24:15.105 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64422026-09-16T23:25:33.699Z Sep 16 23:24:15.105 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64432026-09-16T23:25:33.699Z Sep 16 23:24:15.157 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64442026-09-16T23:25:33.699Z Sep 16 23:24:15.158 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64452026-09-16T23:25:33.699Z Sep 16 23:24:15.195 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64462026-09-16T23:25:33.699Z Sep 16 23:24:15.195 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64472026-09-16T23:25:33.699Z Sep 16 23:24:15.233 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64482026-09-16T23:25:33.699Z Sep 16 23:24:15.233 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64492026-09-16T23:25:33.699Z Sep 16 23:24:15.271 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64502026-09-16T23:25:33.699Z Sep 16 23:24:15.271 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64512026-09-16T23:25:33.699Z Sep 16 23:24:15.309 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64522026-09-16T23:25:33.699Z Sep 16 23:24:15.309 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64532026-09-16T23:25:33.699Z Sep 16 23:24:15.347 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64542026-09-16T23:25:33.699Z Sep 16 23:24:15.347 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64552026-09-16T23:25:33.699Z Sep 16 23:24:15.353 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64562026-09-16T23:25:33.699Z Sep 16 23:24:15.353 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64572026-09-16T23:25:33.699Z Sep 16 23:24:15.359 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64582026-09-16T23:25:33.699Z Sep 16 23:24:15.359 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64592026-09-16T23:25:33.699Z Sep 16 23:24:15.365 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64602026-09-16T23:25:33.699Z Sep 16 23:24:15.365 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64612026-09-16T23:25:33.699Z Sep 16 23:24:15.371 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64622026-09-16T23:25:33.699Z Sep 16 23:24:15.372 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64632026-09-16T23:25:33.699Z Sep 16 23:24:15.377 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64642026-09-16T23:25:33.699Z Sep 16 23:24:15.378 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64652026-09-16T23:25:33.699Z Sep 16 23:24:15.383 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64662026-09-16T23:25:33.699Z Sep 16 23:24:15.384 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64672026-09-16T23:25:33.704Z Sep 16 23:24:15.390 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64682026-09-16T23:25:33.704Z Sep 16 23:24:15.390 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64692026-09-16T23:25:33.704Z Sep 16 23:24:15.396 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64702026-09-16T23:25:33.704Z Sep 16 23:24:15.396 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64712026-09-16T23:25:33.704Z Sep 16 23:24:15.399 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64722026-09-16T23:25:33.704Z Sep 16 23:24:15.399 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64732026-09-16T23:25:33.704Z Sep 16 23:24:15.404 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64742026-09-16T23:25:33.704Z Sep 16 23:24:15.441 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64752026-09-16T23:25:33.704Z Sep 16 23:24:15.447 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64762026-09-16T23:25:33.704Z Sep 16 23:24:15.449 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64772026-09-16T23:25:33.704Z Sep 16 23:24:15.487 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64782026-09-16T23:25:33.704Z Sep 16 23:24:15.493 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64792026-09-16T23:25:33.704Z Sep 16 23:24:15.531 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64802026-09-16T23:25:33.704Z Sep 16 23:24:15.537 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64812026-09-16T23:25:33.704Z Sep 16 23:24:15.575 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64822026-09-16T23:25:33.704Z Sep 16 23:24:15.581 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64832026-09-16T23:25:33.704Z Sep 16 23:24:15.582 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64842026-09-16T23:25:33.704Z Sep 16 23:24:15.582 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64852026-09-16T23:25:33.704Z Sep 16 23:24:15.582 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64862026-09-16T23:25:33.704Z Sep 16 23:24:15.589 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64872026-09-16T23:25:33.704Z Sep 16 23:24:15.648 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64882026-09-16T23:25:33.704Z Sep 16 23:24:15.648 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64892026-09-16T23:25:33.704Z Sep 16 23:24:15.686 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64902026-09-16T23:25:33.704Z Sep 16 23:24:15.686 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
64912026-09-16T23:25:33.705Z Sep 16 23:24:15.724 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64922026-09-16T23:25:33.705Z Sep 16 23:24:15.724 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64932026-09-16T23:25:33.705Z Sep 16 23:24:15.762 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64942026-09-16T23:25:33.705Z Sep 16 23:24:15.762 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
64952026-09-16T23:25:33.705Z Sep 16 23:24:15.762 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64962026-09-16T23:25:33.705Z Sep 16 23:24:15.762 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64972026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64982026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
64992026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65002026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65012026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65022026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65032026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65042026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65052026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65062026-09-16T23:25:33.705Z Sep 16 23:24:15.763 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65072026-09-16T23:25:33.705Z Sep 16 23:24:15.770 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65082026-09-16T23:25:33.705Z Sep 16 23:24:15.770 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65092026-09-16T23:25:33.705Z Sep 16 23:24:15.776 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65102026-09-16T23:25:33.705Z Sep 16 23:24:15.776 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65112026-09-16T23:25:33.705Z Sep 16 23:24:15.782 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65122026-09-16T23:25:33.705Z Sep 16 23:24:15.782 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65132026-09-16T23:25:33.705Z Sep 16 23:24:15.788 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65142026-09-16T23:25:33.705Z Sep 16 23:24:15.788 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65152026-09-16T23:25:33.705Z Sep 16 23:24:15.939 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65162026-09-16T23:25:33.705Z Sep 16 23:24:15.939 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65172026-09-16T23:25:33.705Z Sep 16 23:24:15.944 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65182026-09-16T23:25:33.705Z Sep 16 23:24:15.982 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65192026-09-16T23:25:33.705Z Sep 16 23:24:15.988 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65202026-09-16T23:25:33.705Z Sep 16 23:24:15.990 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65212026-09-16T23:25:33.705Z Sep 16 23:24:16.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65222026-09-16T23:25:33.705Z Sep 16 23:24:16.034 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65232026-09-16T23:25:33.705Z Sep 16 23:24:16.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65242026-09-16T23:25:33.705Z Sep 16 23:24:16.078 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65252026-09-16T23:25:33.705Z Sep 16 23:24:16.116 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65262026-09-16T23:25:33.705Z Sep 16 23:24:16.122 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65272026-09-16T23:25:33.705Z Sep 16 23:24:16.123 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65282026-09-16T23:25:33.705Z Sep 16 23:24:16.123 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65292026-09-16T23:25:33.705Z Sep 16 23:24:16.123 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65302026-09-16T23:25:33.705Z Sep 16 23:24:16.130 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65312026-09-16T23:25:33.706Z Sep 16 23:24:16.189 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65322026-09-16T23:25:33.706Z Sep 16 23:24:16.189 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65332026-09-16T23:25:33.706Z Sep 16 23:24:16.227 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65342026-09-16T23:25:33.706Z Sep 16 23:24:16.227 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65352026-09-16T23:25:33.706Z Sep 16 23:24:16.265 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65362026-09-16T23:25:33.706Z Sep 16 23:24:16.265 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65372026-09-16T23:25:33.706Z Sep 16 23:24:16.302 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65382026-09-16T23:25:33.706Z Sep 16 23:24:16.302 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65392026-09-16T23:25:33.706Z Sep 16 23:24:16.309 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65402026-09-16T23:25:33.706Z Sep 16 23:24:16.309 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65412026-09-16T23:25:33.707Z Sep 16 23:24:16.315 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65422026-09-16T23:25:33.707Z Sep 16 23:24:16.315 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65432026-09-16T23:25:33.707Z Sep 16 23:24:16.321 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65442026-09-16T23:25:33.707Z Sep 16 23:24:16.321 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65452026-09-16T23:25:33.707Z Sep 16 23:24:16.327 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65462026-09-16T23:25:33.707Z Sep 16 23:24:16.327 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65472026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65482026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65492026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65502026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65512026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65522026-09-16T23:25:33.707Z Sep 16 23:24:16.327 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65532026-09-16T23:25:33.708Z Sep 16 23:24:16.327 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65542026-09-16T23:25:33.708Z Sep 16 23:24:16.327 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
65552026-09-16T23:25:33.708Z Sep 16 23:24:16.331 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65562026-09-16T23:25:33.708Z Sep 16 23:24:16.331 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65572026-09-16T23:25:33.708Z Sep 16 23:24:16.335 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65582026-09-16T23:25:33.708Z Sep 16 23:24:16.335 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65592026-09-16T23:25:33.708Z Sep 16 23:24:16.337 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65602026-09-16T23:25:33.708Z Sep 16 23:24:16.375 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65612026-09-16T23:25:33.708Z Sep 16 23:24:16.381 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65622026-09-16T23:25:33.708Z Sep 16 23:24:16.383 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65632026-09-16T23:25:33.708Z Sep 16 23:24:16.420 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65642026-09-16T23:25:33.708Z Sep 16 23:24:16.426 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65652026-09-16T23:25:33.708Z Sep 16 23:24:16.468 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65662026-09-16T23:25:33.708Z Sep 16 23:24:16.474 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65672026-09-16T23:25:33.713Z Sep 16 23:24:16.512 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65682026-09-16T23:25:33.713Z Sep 16 23:24:16.518 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65692026-09-16T23:25:33.713Z Sep 16 23:24:16.520 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65702026-09-16T23:25:33.713Z Sep 16 23:24:16.557 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65712026-09-16T23:25:33.713Z Sep 16 23:24:16.563 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65722026-09-16T23:25:33.713Z Sep 16 23:24:16.565 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65732026-09-16T23:25:33.713Z Sep 16 23:24:16.603 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65742026-09-16T23:25:33.713Z Sep 16 23:24:16.609 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65752026-09-16T23:25:33.713Z Sep 16 23:24:16.610 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65762026-09-16T23:25:33.713Z Sep 16 23:24:16.610 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65772026-09-16T23:25:33.713Z Sep 16 23:24:16.647 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65782026-09-16T23:25:33.713Z Sep 16 23:24:16.653 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65792026-09-16T23:25:33.713Z Sep 16 23:24:16.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65802026-09-16T23:25:33.713Z Sep 16 23:24:16.697 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65812026-09-16T23:25:33.713Z Sep 16 23:24:16.698 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65822026-09-16T23:25:33.713Z Sep 16 23:24:16.705 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65832026-09-16T23:25:33.713Z Sep 16 23:24:16.712 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65842026-09-16T23:25:33.713Z Sep 16 23:24:16.712 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65852026-09-16T23:25:33.713Z Sep 16 23:24:16.727 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65862026-09-16T23:25:33.713Z Sep 16 23:24:16.734 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65872026-09-16T23:25:33.713Z Sep 16 23:24:16.778 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65882026-09-16T23:25:33.713Z Sep 16 23:24:16.778 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65892026-09-16T23:25:33.713Z Sep 16 23:24:16.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65902026-09-16T23:25:33.713Z Sep 16 23:24:16.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65912026-09-16T23:25:33.713Z Sep 16 23:24:16.869 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65922026-09-16T23:25:33.713Z Sep 16 23:24:16.869 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65932026-09-16T23:25:33.713Z Sep 16 23:24:16.907 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65942026-09-16T23:25:33.713Z Sep 16 23:24:16.907 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
65952026-09-16T23:25:33.713Z Sep 16 23:24:16.944 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65962026-09-16T23:25:33.714Z Sep 16 23:24:16.944 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65972026-09-16T23:25:33.714Z Sep 16 23:24:16.982 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65982026-09-16T23:25:33.714Z Sep 16 23:24:16.982 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
65992026-09-16T23:25:33.714Z Sep 16 23:24:17.020 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66002026-09-16T23:25:33.714Z Sep 16 23:24:17.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66012026-09-16T23:25:33.714Z Sep 16 23:24:17.058 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66022026-09-16T23:25:33.714Z Sep 16 23:24:17.058 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66032026-09-16T23:25:33.714Z Sep 16 23:24:17.064 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66042026-09-16T23:25:33.714Z Sep 16 23:24:17.065 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66052026-09-16T23:25:33.716Z Sep 16 23:24:17.071 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66062026-09-16T23:25:33.716Z Sep 16 23:24:17.071 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66072026-09-16T23:25:33.716Z Sep 16 23:24:17.077 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66082026-09-16T23:25:33.716Z Sep 16 23:24:17.077 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66092026-09-16T23:25:33.716Z Sep 16 23:24:17.083 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66102026-09-16T23:25:33.716Z Sep 16 23:24:17.083 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66112026-09-16T23:25:33.716Z Sep 16 23:24:17.089 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66122026-09-16T23:25:33.716Z Sep 16 23:24:17.089 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66132026-09-16T23:25:33.716Z Sep 16 23:24:17.095 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66142026-09-16T23:25:33.716Z Sep 16 23:24:17.095 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66152026-09-16T23:25:33.716Z Sep 16 23:24:17.101 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66162026-09-16T23:25:33.716Z Sep 16 23:24:17.102 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66172026-09-16T23:25:33.716Z Sep 16 23:24:17.108 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66182026-09-16T23:25:33.716Z Sep 16 23:24:17.108 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66192026-09-16T23:25:33.716Z Sep 16 23:24:17.110 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66202026-09-16T23:25:33.716Z Sep 16 23:24:17.110 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66212026-09-16T23:25:33.717Z Sep 16 23:24:17.115 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66222026-09-16T23:25:33.717Z Sep 16 23:24:17.153 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66232026-09-16T23:25:33.717Z Sep 16 23:24:17.159 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66242026-09-16T23:25:33.717Z Sep 16 23:24:17.161 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66252026-09-16T23:25:33.717Z Sep 16 23:24:17.198 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66262026-09-16T23:25:33.717Z Sep 16 23:24:17.204 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66272026-09-16T23:25:33.717Z Sep 16 23:24:17.243 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66282026-09-16T23:25:33.717Z Sep 16 23:24:17.249 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66292026-09-16T23:25:33.717Z Sep 16 23:24:17.287 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66302026-09-16T23:25:33.717Z Sep 16 23:24:17.293 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66312026-09-16T23:25:33.717Z Sep 16 23:24:17.294 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66322026-09-16T23:25:33.717Z Sep 16 23:24:17.294 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66332026-09-16T23:25:33.717Z Sep 16 23:24:17.294 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66342026-09-16T23:25:33.717Z Sep 16 23:24:17.301 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66352026-09-16T23:25:33.717Z Sep 16 23:24:17.360 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66362026-09-16T23:25:33.717Z Sep 16 23:24:17.360 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66372026-09-16T23:25:33.717Z Sep 16 23:24:17.398 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66382026-09-16T23:25:33.717Z Sep 16 23:24:17.398 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66392026-09-16T23:25:33.717Z Sep 16 23:24:17.436 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66402026-09-16T23:25:33.718Z Sep 16 23:24:17.436 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66412026-09-16T23:25:33.718Z Sep 16 23:24:17.474 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66422026-09-16T23:25:33.718Z Sep 16 23:24:17.474 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66432026-09-16T23:25:33.718Z Sep 16 23:24:17.474 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66442026-09-16T23:25:33.718Z Sep 16 23:24:17.474 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66452026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66462026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66472026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66482026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66492026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66502026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66512026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66522026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66532026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66542026-09-16T23:25:33.718Z Sep 16 23:24:17.475 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66552026-09-16T23:25:33.718Z Sep 16 23:24:17.481 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66562026-09-16T23:25:33.718Z Sep 16 23:24:17.482 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66572026-09-16T23:25:33.718Z Sep 16 23:24:17.487 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66582026-09-16T23:25:33.718Z Sep 16 23:24:17.488 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66592026-09-16T23:25:33.718Z Sep 16 23:24:17.494 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66602026-09-16T23:25:33.718Z Sep 16 23:24:17.494 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66612026-09-16T23:25:33.718Z Sep 16 23:24:17.500 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66622026-09-16T23:25:33.718Z Sep 16 23:24:17.500 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66632026-09-16T23:25:33.718Z Sep 16 23:24:17.650 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66642026-09-16T23:25:33.718Z Sep 16 23:24:17.650 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66652026-09-16T23:25:33.718Z Sep 16 23:24:17.655 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66662026-09-16T23:25:33.718Z Sep 16 23:24:17.693 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66672026-09-16T23:25:33.723Z Sep 16 23:24:17.699 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66682026-09-16T23:25:33.724Z Sep 16 23:24:17.701 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66692026-09-16T23:25:33.724Z Sep 16 23:24:17.738 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66702026-09-16T23:25:33.724Z Sep 16 23:24:17.744 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66712026-09-16T23:25:33.724Z Sep 16 23:24:17.783 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66722026-09-16T23:25:33.724Z Sep 16 23:24:17.789 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66732026-09-16T23:25:33.724Z Sep 16 23:24:17.827 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66742026-09-16T23:25:33.724Z Sep 16 23:24:17.833 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66752026-09-16T23:25:33.724Z Sep 16 23:24:17.834 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66762026-09-16T23:25:33.724Z Sep 16 23:24:17.834 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66772026-09-16T23:25:33.724Z Sep 16 23:24:17.834 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66782026-09-16T23:25:33.724Z Sep 16 23:24:17.841 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66792026-09-16T23:25:33.724Z Sep 16 23:24:17.900 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66802026-09-16T23:25:33.724Z Sep 16 23:24:17.900 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66812026-09-16T23:25:33.724Z Sep 16 23:24:17.938 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66822026-09-16T23:25:33.724Z Sep 16 23:24:17.938 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66832026-09-16T23:25:33.724Z Sep 16 23:24:17.976 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66842026-09-16T23:25:33.724Z Sep 16 23:24:17.976 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66852026-09-16T23:25:33.724Z Sep 16 23:24:18.013 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66862026-09-16T23:25:33.724Z Sep 16 23:24:18.013 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66872026-09-16T23:25:33.724Z Sep 16 23:24:18.020 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66882026-09-16T23:25:33.724Z Sep 16 23:24:18.020 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66892026-09-16T23:25:33.724Z Sep 16 23:24:18.026 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66902026-09-16T23:25:33.724Z Sep 16 23:24:18.026 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
66912026-09-16T23:25:33.724Z Sep 16 23:24:18.032 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66922026-09-16T23:25:33.724Z Sep 16 23:24:18.032 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66932026-09-16T23:25:33.724Z Sep 16 23:24:18.038 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66942026-09-16T23:25:33.724Z Sep 16 23:24:18.038 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
66952026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66962026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66972026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66982026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
66992026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67002026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67012026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67022026-09-16T23:25:33.724Z Sep 16 23:24:18.038 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67032026-09-16T23:25:33.724Z Sep 16 23:24:18.042 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67042026-09-16T23:25:33.725Z Sep 16 23:24:18.042 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67052026-09-16T23:25:33.725Z Sep 16 23:24:18.046 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67062026-09-16T23:25:33.725Z Sep 16 23:24:18.047 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67072026-09-16T23:25:33.725Z Sep 16 23:24:18.048 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67082026-09-16T23:25:33.725Z Sep 16 23:24:18.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67092026-09-16T23:25:33.725Z Sep 16 23:24:18.092 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67102026-09-16T23:25:33.725Z Sep 16 23:24:18.094 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67112026-09-16T23:25:33.725Z Sep 16 23:24:18.131 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67122026-09-16T23:25:33.725Z Sep 16 23:24:18.137 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67132026-09-16T23:25:33.725Z Sep 16 23:24:18.179 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67142026-09-16T23:25:33.725Z Sep 16 23:24:18.185 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67152026-09-16T23:25:33.725Z Sep 16 23:24:18.223 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67162026-09-16T23:25:33.725Z Sep 16 23:24:18.229 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67172026-09-16T23:25:33.725Z Sep 16 23:24:18.231 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67182026-09-16T23:25:33.725Z Sep 16 23:24:18.269 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67192026-09-16T23:25:33.725Z Sep 16 23:24:18.275 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67202026-09-16T23:25:33.725Z Sep 16 23:24:18.277 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67212026-09-16T23:25:33.725Z Sep 16 23:24:18.314 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67222026-09-16T23:25:33.725Z Sep 16 23:24:18.320 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67232026-09-16T23:25:33.725Z Sep 16 23:24:18.321 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67242026-09-16T23:25:33.725Z Sep 16 23:24:18.321 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67252026-09-16T23:25:33.725Z Sep 16 23:24:18.359 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67262026-09-16T23:25:33.725Z Sep 16 23:24:18.365 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67272026-09-16T23:25:33.725Z Sep 16 23:24:18.403 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67282026-09-16T23:25:33.725Z Sep 16 23:24:18.409 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67292026-09-16T23:25:33.725Z Sep 16 23:24:18.409 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67302026-09-16T23:25:33.725Z Sep 16 23:24:18.416 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67312026-09-16T23:25:33.725Z Sep 16 23:24:18.424 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67322026-09-16T23:25:33.725Z Sep 16 23:24:18.424 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67332026-09-16T23:25:33.725Z Sep 16 23:24:18.438 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67342026-09-16T23:25:33.725Z Sep 16 23:24:18.445 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67352026-09-16T23:25:33.725Z Sep 16 23:24:18.490 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67362026-09-16T23:25:33.725Z Sep 16 23:24:18.490 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67372026-09-16T23:25:33.725Z Sep 16 23:24:18.528 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67382026-09-16T23:25:33.726Z Sep 16 23:24:18.528 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67392026-09-16T23:25:33.726Z Sep 16 23:24:18.580 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67402026-09-16T23:25:33.726Z Sep 16 23:24:18.580 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67412026-09-16T23:25:33.726Z Sep 16 23:24:18.618 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67422026-09-16T23:25:33.726Z Sep 16 23:24:18.618 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67432026-09-16T23:25:33.726Z Sep 16 23:24:18.656 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67442026-09-16T23:25:33.726Z Sep 16 23:24:18.656 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67452026-09-16T23:25:33.726Z Sep 16 23:24:18.694 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67462026-09-16T23:25:33.726Z Sep 16 23:24:18.694 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67472026-09-16T23:25:33.726Z Sep 16 23:24:18.732 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67482026-09-16T23:25:33.726Z Sep 16 23:24:18.732 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67492026-09-16T23:25:33.726Z Sep 16 23:24:18.769 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67502026-09-16T23:25:33.726Z Sep 16 23:24:18.769 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67512026-09-16T23:25:33.726Z Sep 16 23:24:18.776 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67522026-09-16T23:25:33.726Z Sep 16 23:24:18.776 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67532026-09-16T23:25:33.726Z Sep 16 23:24:18.782 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67542026-09-16T23:25:33.726Z Sep 16 23:24:18.782 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67552026-09-16T23:25:33.726Z Sep 16 23:24:18.788 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67562026-09-16T23:25:33.726Z Sep 16 23:24:18.788 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67572026-09-16T23:25:33.726Z Sep 16 23:24:18.794 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67582026-09-16T23:25:33.726Z Sep 16 23:24:18.794 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67592026-09-16T23:25:33.726Z Sep 16 23:24:18.800 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67602026-09-16T23:25:33.726Z Sep 16 23:24:18.800 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67612026-09-16T23:25:33.726Z Sep 16 23:24:18.806 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67622026-09-16T23:25:33.726Z Sep 16 23:24:18.806 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67632026-09-16T23:25:33.727Z Sep 16 23:24:18.813 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67642026-09-16T23:25:33.727Z Sep 16 23:24:18.813 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67652026-09-16T23:25:33.727Z Sep 16 23:24:18.819 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67662026-09-16T23:25:33.727Z Sep 16 23:24:18.819 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67672026-09-16T23:25:33.732Z Sep 16 23:24:18.821 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67682026-09-16T23:25:33.732Z Sep 16 23:24:18.821 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67692026-09-16T23:25:33.732Z Sep 16 23:24:18.826 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67702026-09-16T23:25:33.732Z Sep 16 23:24:18.864 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67712026-09-16T23:25:33.732Z Sep 16 23:24:18.870 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67722026-09-16T23:25:33.732Z Sep 16 23:24:18.872 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67732026-09-16T23:25:33.732Z Sep 16 23:24:18.909 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67742026-09-16T23:25:33.732Z Sep 16 23:24:18.915 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67752026-09-16T23:25:33.732Z Sep 16 23:24:18.954 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67762026-09-16T23:25:33.732Z Sep 16 23:24:18.960 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67772026-09-16T23:25:33.732Z Sep 16 23:24:18.998 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67782026-09-16T23:25:33.732Z Sep 16 23:24:19.004 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67792026-09-16T23:25:33.732Z Sep 16 23:24:19.004 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67802026-09-16T23:25:33.732Z Sep 16 23:24:19.004 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67812026-09-16T23:25:33.732Z Sep 16 23:24:19.005 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67822026-09-16T23:25:33.732Z Sep 16 23:24:19.012 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67832026-09-16T23:25:33.732Z Sep 16 23:24:19.071 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67842026-09-16T23:25:33.732Z Sep 16 23:24:19.071 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67852026-09-16T23:25:33.732Z Sep 16 23:24:19.109 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67862026-09-16T23:25:33.732Z Sep 16 23:24:19.109 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
67872026-09-16T23:25:33.732Z Sep 16 23:24:19.147 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67882026-09-16T23:25:33.732Z Sep 16 23:24:19.147 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67892026-09-16T23:25:33.732Z Sep 16 23:24:19.185 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67902026-09-16T23:25:33.732Z Sep 16 23:24:19.185 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
67912026-09-16T23:25:33.733Z Sep 16 23:24:19.185 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67922026-09-16T23:25:33.733Z Sep 16 23:24:19.185 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67932026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67942026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67952026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67962026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67972026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67982026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
67992026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68002026-09-16T23:25:33.733Z Sep 16 23:24:19.186 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68012026-09-16T23:25:33.734Z Sep 16 23:24:19.186 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68022026-09-16T23:25:33.734Z Sep 16 23:24:19.186 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68032026-09-16T23:25:33.734Z Sep 16 23:24:19.193 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68042026-09-16T23:25:33.734Z Sep 16 23:24:19.193 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68052026-09-16T23:25:33.734Z Sep 16 23:24:19.199 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68062026-09-16T23:25:33.734Z Sep 16 23:24:19.199 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68072026-09-16T23:25:33.734Z Sep 16 23:24:19.205 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68082026-09-16T23:25:33.734Z Sep 16 23:24:19.205 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68092026-09-16T23:25:33.734Z Sep 16 23:24:19.211 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68102026-09-16T23:25:33.734Z Sep 16 23:24:19.211 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68112026-09-16T23:25:33.734Z Sep 16 23:24:19.361 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68122026-09-16T23:25:33.734Z Sep 16 23:24:19.362 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68132026-09-16T23:25:33.734Z Sep 16 23:24:19.366 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68142026-09-16T23:25:33.734Z Sep 16 23:24:19.404 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68152026-09-16T23:25:33.734Z Sep 16 23:24:19.410 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68162026-09-16T23:25:33.734Z Sep 16 23:24:19.412 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68172026-09-16T23:25:33.734Z Sep 16 23:24:19.450 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68182026-09-16T23:25:33.734Z Sep 16 23:24:19.456 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68192026-09-16T23:25:33.734Z Sep 16 23:24:19.494 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68202026-09-16T23:25:33.735Z Sep 16 23:24:19.500 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68212026-09-16T23:25:33.735Z Sep 16 23:24:19.539 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68222026-09-16T23:25:33.735Z Sep 16 23:24:19.545 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68232026-09-16T23:25:33.735Z Sep 16 23:24:19.545 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68242026-09-16T23:25:33.735Z Sep 16 23:24:19.545 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68252026-09-16T23:25:33.735Z Sep 16 23:24:19.545 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68262026-09-16T23:25:33.735Z Sep 16 23:24:19.552 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68272026-09-16T23:25:33.735Z Sep 16 23:24:19.612 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68282026-09-16T23:25:33.735Z Sep 16 23:24:19.612 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68292026-09-16T23:25:33.735Z Sep 16 23:24:19.650 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68302026-09-16T23:25:33.735Z Sep 16 23:24:19.650 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68312026-09-16T23:25:33.735Z Sep 16 23:24:19.688 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68322026-09-16T23:25:33.735Z Sep 16 23:24:19.688 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68332026-09-16T23:25:33.735Z Sep 16 23:24:19.726 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68342026-09-16T23:25:33.735Z Sep 16 23:24:19.726 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68352026-09-16T23:25:33.735Z Sep 16 23:24:19.732 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68362026-09-16T23:25:33.735Z Sep 16 23:24:19.732 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68372026-09-16T23:25:33.735Z Sep 16 23:24:19.738 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68382026-09-16T23:25:33.735Z Sep 16 23:24:19.738 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68392026-09-16T23:25:33.735Z Sep 16 23:24:19.744 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68402026-09-16T23:25:33.735Z Sep 16 23:24:19.744 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68412026-09-16T23:25:33.735Z Sep 16 23:24:19.750 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68422026-09-16T23:25:33.735Z Sep 16 23:24:19.750 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68432026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68442026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68452026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68462026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68472026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68482026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68492026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68502026-09-16T23:25:33.736Z Sep 16 23:24:19.751 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
68512026-09-16T23:25:33.737Z Sep 16 23:24:19.754 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68522026-09-16T23:25:33.737Z Sep 16 23:24:19.754 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68532026-09-16T23:25:33.737Z Sep 16 23:24:19.759 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68542026-09-16T23:25:33.737Z Sep 16 23:24:19.759 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68552026-09-16T23:25:33.737Z Sep 16 23:24:19.760 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68562026-09-16T23:25:33.737Z Sep 16 23:24:19.798 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68572026-09-16T23:25:33.737Z Sep 16 23:24:19.804 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68582026-09-16T23:25:33.737Z Sep 16 23:24:19.806 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68592026-09-16T23:25:33.737Z Sep 16 23:24:19.844 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68602026-09-16T23:25:33.737Z Sep 16 23:24:19.850 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68612026-09-16T23:25:33.737Z Sep 16 23:24:19.891 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68622026-09-16T23:25:33.737Z Sep 16 23:24:19.897 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68632026-09-16T23:25:33.737Z Sep 16 23:24:19.936 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68642026-09-16T23:25:33.737Z Sep 16 23:24:19.942 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68652026-09-16T23:25:33.737Z Sep 16 23:24:19.944 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68662026-09-16T23:25:33.737Z Sep 16 23:24:19.981 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68672026-09-16T23:25:33.747Z Sep 16 23:24:19.987 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68682026-09-16T23:25:33.747Z Sep 16 23:24:19.989 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68692026-09-16T23:25:33.747Z Sep 16 23:24:20.027 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68702026-09-16T23:25:33.747Z Sep 16 23:24:20.033 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68712026-09-16T23:25:33.748Z Sep 16 23:24:20.034 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68722026-09-16T23:25:33.748Z Sep 16 23:24:20.034 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68732026-09-16T23:25:33.748Z Sep 16 23:24:20.071 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68742026-09-16T23:25:33.748Z Sep 16 23:24:20.077 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68752026-09-16T23:25:33.748Z Sep 16 23:24:20.115 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68762026-09-16T23:25:33.750Z Sep 16 23:24:20.121 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68772026-09-16T23:25:33.750Z Sep 16 23:24:20.122 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68782026-09-16T23:25:33.750Z Sep 16 23:24:20.129 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68792026-09-16T23:25:33.750Z Sep 16 23:24:20.136 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68802026-09-16T23:25:33.750Z Sep 16 23:24:20.136 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68812026-09-16T23:25:33.750Z Sep 16 23:24:20.151 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68822026-09-16T23:25:33.750Z Sep 16 23:24:20.158 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68832026-09-16T23:25:33.750Z Sep 16 23:24:20.202 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68842026-09-16T23:25:33.750Z Sep 16 23:24:20.203 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68852026-09-16T23:25:33.750Z Sep 16 23:24:20.241 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68862026-09-16T23:25:33.750Z Sep 16 23:24:20.241 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68872026-09-16T23:25:33.750Z Sep 16 23:24:20.293 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68882026-09-16T23:25:33.750Z Sep 16 23:24:20.293 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68892026-09-16T23:25:33.751Z Sep 16 23:24:20.331 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68902026-09-16T23:25:33.751Z Sep 16 23:24:20.331 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68912026-09-16T23:25:33.751Z Sep 16 23:24:20.369 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68922026-09-16T23:25:33.751Z Sep 16 23:24:20.369 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68932026-09-16T23:25:33.751Z Sep 16 23:24:20.407 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68942026-09-16T23:25:33.751Z Sep 16 23:24:20.407 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
68952026-09-16T23:25:33.751Z Sep 16 23:24:20.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68962026-09-16T23:25:33.751Z Sep 16 23:24:20.445 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68972026-09-16T23:25:33.751Z Sep 16 23:24:20.483 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68982026-09-16T23:25:33.751Z Sep 16 23:24:20.483 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
68992026-09-16T23:25:33.751Z Sep 16 23:24:20.489 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69002026-09-16T23:25:33.751Z Sep 16 23:24:20.489 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69012026-09-16T23:25:33.751Z Sep 16 23:24:20.495 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69022026-09-16T23:25:33.752Z Sep 16 23:24:20.495 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69032026-09-16T23:25:33.752Z Sep 16 23:24:20.501 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69042026-09-16T23:25:33.752Z Sep 16 23:24:20.501 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69052026-09-16T23:25:33.753Z Sep 16 23:24:20.507 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69062026-09-16T23:25:33.753Z Sep 16 23:24:20.507 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69072026-09-16T23:25:33.753Z Sep 16 23:24:20.513 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69082026-09-16T23:25:33.753Z Sep 16 23:24:20.513 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69092026-09-16T23:25:33.753Z Sep 16 23:24:20.519 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69102026-09-16T23:25:33.753Z Sep 16 23:24:20.519 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69112026-09-16T23:25:33.753Z Sep 16 23:24:20.526 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69122026-09-16T23:25:33.753Z Sep 16 23:24:20.526 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69132026-09-16T23:25:33.753Z Sep 16 23:24:20.532 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69142026-09-16T23:25:33.753Z Sep 16 23:24:20.532 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69152026-09-16T23:25:33.753Z Sep 16 23:24:20.535 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69162026-09-16T23:25:33.753Z Sep 16 23:24:20.535 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69172026-09-16T23:25:33.753Z Sep 16 23:24:20.540 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69182026-09-16T23:25:33.753Z Sep 16 23:24:20.577 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69192026-09-16T23:25:33.754Z Sep 16 23:24:20.583 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69202026-09-16T23:25:33.754Z Sep 16 23:24:20.585 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69212026-09-16T23:25:33.754Z Sep 16 23:24:20.623 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69222026-09-16T23:25:33.754Z Sep 16 23:24:20.629 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69232026-09-16T23:25:33.754Z Sep 16 23:24:20.667 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69242026-09-16T23:25:33.754Z Sep 16 23:24:20.673 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69252026-09-16T23:25:33.754Z Sep 16 23:24:20.711 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69262026-09-16T23:25:33.754Z Sep 16 23:24:20.717 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69272026-09-16T23:25:33.754Z Sep 16 23:24:20.718 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69282026-09-16T23:25:33.754Z Sep 16 23:24:20.718 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69292026-09-16T23:25:33.754Z Sep 16 23:24:20.718 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69302026-09-16T23:25:33.755Z Sep 16 23:24:20.725 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69312026-09-16T23:25:33.755Z Sep 16 23:24:20.784 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69322026-09-16T23:25:33.755Z Sep 16 23:24:20.784 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69332026-09-16T23:25:33.755Z Sep 16 23:24:20.822 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69342026-09-16T23:25:33.755Z Sep 16 23:24:20.822 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69352026-09-16T23:25:33.755Z Sep 16 23:24:20.860 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69362026-09-16T23:25:33.755Z Sep 16 23:24:20.860 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69372026-09-16T23:25:33.755Z Sep 16 23:24:20.898 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69382026-09-16T23:25:33.755Z Sep 16 23:24:20.898 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69392026-09-16T23:25:33.755Z Sep 16 23:24:20.898 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69402026-09-16T23:25:33.755Z Sep 16 23:24:20.898 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69412026-09-16T23:25:33.755Z Sep 16 23:24:20.898 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69422026-09-16T23:25:33.755Z Sep 16 23:24:20.899 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69432026-09-16T23:25:33.755Z Sep 16 23:24:20.899 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69442026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69452026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69462026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69472026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69482026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69492026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69502026-09-16T23:25:33.756Z Sep 16 23:24:20.899 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69512026-09-16T23:25:33.756Z Sep 16 23:24:20.905 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69522026-09-16T23:25:33.756Z Sep 16 23:24:20.905 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69532026-09-16T23:25:33.756Z Sep 16 23:24:20.911 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69542026-09-16T23:25:33.756Z Sep 16 23:24:20.911 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69552026-09-16T23:25:33.756Z Sep 16 23:24:20.917 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69562026-09-16T23:25:33.756Z Sep 16 23:24:20.917 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69572026-09-16T23:25:33.756Z Sep 16 23:24:20.923 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69582026-09-16T23:25:33.756Z Sep 16 23:24:20.924 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69592026-09-16T23:25:33.757Z Sep 16 23:24:21.074 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69602026-09-16T23:25:33.757Z Sep 16 23:24:21.074 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69612026-09-16T23:25:33.757Z Sep 16 23:24:21.079 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69622026-09-16T23:25:33.757Z Sep 16 23:24:21.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69632026-09-16T23:25:33.757Z Sep 16 23:24:21.123 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69642026-09-16T23:25:33.757Z Sep 16 23:24:21.125 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69652026-09-16T23:25:33.757Z Sep 16 23:24:21.163 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69662026-09-16T23:25:33.757Z Sep 16 23:24:21.169 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69672026-09-16T23:25:33.800Z Sep 16 23:24:21.207 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69682026-09-16T23:25:33.800Z Sep 16 23:24:21.213 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69692026-09-16T23:25:33.800Z Sep 16 23:24:21.251 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69702026-09-16T23:25:33.800Z Sep 16 23:24:21.257 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69712026-09-16T23:25:33.800Z Sep 16 23:24:21.258 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69722026-09-16T23:25:33.800Z Sep 16 23:24:21.258 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69732026-09-16T23:25:33.800Z Sep 16 23:24:21.258 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69742026-09-16T23:25:33.800Z Sep 16 23:24:21.265 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69752026-09-16T23:25:33.800Z Sep 16 23:24:21.324 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69762026-09-16T23:25:33.800Z Sep 16 23:24:21.324 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69772026-09-16T23:25:33.800Z Sep 16 23:24:21.362 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69782026-09-16T23:25:33.800Z Sep 16 23:24:21.362 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69792026-09-16T23:25:33.800Z Sep 16 23:24:21.400 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69802026-09-16T23:25:33.800Z Sep 16 23:24:21.400 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69812026-09-16T23:25:33.800Z Sep 16 23:24:21.438 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69822026-09-16T23:25:33.801Z Sep 16 23:24:21.438 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69832026-09-16T23:25:33.801Z Sep 16 23:24:21.444 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69842026-09-16T23:25:33.801Z Sep 16 23:24:21.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69852026-09-16T23:25:33.801Z Sep 16 23:24:21.450 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69862026-09-16T23:25:33.801Z Sep 16 23:24:21.450 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
69872026-09-16T23:25:33.801Z Sep 16 23:24:21.456 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69882026-09-16T23:25:33.801Z Sep 16 23:24:21.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69892026-09-16T23:25:33.801Z Sep 16 23:24:21.462 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69902026-09-16T23:25:33.802Z Sep 16 23:24:21.462 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
69912026-09-16T23:25:33.802Z Sep 16 23:24:21.462 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69922026-09-16T23:25:33.802Z Sep 16 23:24:21.462 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69932026-09-16T23:25:33.802Z Sep 16 23:24:21.462 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69942026-09-16T23:25:33.802Z Sep 16 23:24:21.462 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69952026-09-16T23:25:33.802Z Sep 16 23:24:21.463 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69962026-09-16T23:25:33.802Z Sep 16 23:24:21.463 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69972026-09-16T23:25:33.802Z Sep 16 23:24:21.463 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69982026-09-16T23:25:33.802Z Sep 16 23:24:21.463 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
69992026-09-16T23:25:33.802Z Sep 16 23:24:21.466 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70002026-09-16T23:25:33.803Z Sep 16 23:24:21.466 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70012026-09-16T23:25:33.803Z Sep 16 23:24:21.471 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70022026-09-16T23:25:33.803Z Sep 16 23:24:21.471 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70032026-09-16T23:25:33.803Z Sep 16 23:24:21.472 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70042026-09-16T23:25:33.803Z Sep 16 23:24:21.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70052026-09-16T23:25:33.803Z Sep 16 23:24:21.516 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70062026-09-16T23:25:33.803Z Sep 16 23:24:21.518 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70072026-09-16T23:25:33.803Z Sep 16 23:24:21.556 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70082026-09-16T23:25:33.803Z Sep 16 23:24:21.562 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70092026-09-16T23:25:33.803Z Sep 16 23:24:21.603 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70102026-09-16T23:25:33.803Z Sep 16 23:24:21.609 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70112026-09-16T23:25:33.803Z Sep 16 23:24:21.647 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70122026-09-16T23:25:33.803Z Sep 16 23:24:21.653 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70132026-09-16T23:25:33.803Z Sep 16 23:24:21.655 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70142026-09-16T23:25:33.803Z Sep 16 23:24:21.693 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70152026-09-16T23:25:33.803Z Sep 16 23:24:21.699 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70162026-09-16T23:25:33.803Z Sep 16 23:24:21.701 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70172026-09-16T23:25:33.803Z Sep 16 23:24:21.738 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70182026-09-16T23:25:33.803Z Sep 16 23:24:21.745 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70192026-09-16T23:25:33.803Z Sep 16 23:24:21.745 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70202026-09-16T23:25:33.803Z Sep 16 23:24:21.745 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70212026-09-16T23:25:33.804Z Sep 16 23:24:21.783 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70222026-09-16T23:25:33.804Z Sep 16 23:24:21.789 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70232026-09-16T23:25:33.804Z Sep 16 23:24:21.827 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70242026-09-16T23:25:33.804Z Sep 16 23:24:21.833 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70252026-09-16T23:25:33.804Z Sep 16 23:24:21.834 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70262026-09-16T23:25:33.804Z Sep 16 23:24:21.841 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70272026-09-16T23:25:33.804Z Sep 16 23:24:21.848 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70282026-09-16T23:25:33.804Z Sep 16 23:24:21.848 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70292026-09-16T23:25:33.804Z Sep 16 23:24:21.863 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70302026-09-16T23:25:33.804Z Sep 16 23:24:21.870 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70312026-09-16T23:25:33.804Z Sep 16 23:24:21.914 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70322026-09-16T23:25:33.804Z Sep 16 23:24:21.914 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70332026-09-16T23:25:33.804Z Sep 16 23:24:21.952 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70342026-09-16T23:25:33.804Z Sep 16 23:24:21.952 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70352026-09-16T23:25:33.804Z Sep 16 23:24:22.005 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70362026-09-16T23:25:33.804Z Sep 16 23:24:22.005 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70372026-09-16T23:25:33.804Z Sep 16 23:24:22.043 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70382026-09-16T23:25:33.804Z Sep 16 23:24:22.043 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70392026-09-16T23:25:33.804Z Sep 16 23:24:22.080 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70402026-09-16T23:25:33.804Z Sep 16 23:24:22.080 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70412026-09-16T23:25:33.804Z Sep 16 23:24:22.118 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70422026-09-16T23:25:33.804Z Sep 16 23:24:22.118 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70432026-09-16T23:25:33.805Z Sep 16 23:24:22.156 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70442026-09-16T23:25:33.805Z Sep 16 23:24:22.157 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70452026-09-16T23:25:33.805Z Sep 16 23:24:22.194 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70462026-09-16T23:25:33.806Z Sep 16 23:24:22.194 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70472026-09-16T23:25:33.806Z Sep 16 23:24:22.201 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70482026-09-16T23:25:33.806Z Sep 16 23:24:22.201 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70492026-09-16T23:25:33.806Z Sep 16 23:24:22.207 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70502026-09-16T23:25:33.806Z Sep 16 23:24:22.207 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70512026-09-16T23:25:33.806Z Sep 16 23:24:22.213 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70522026-09-16T23:25:33.807Z Sep 16 23:24:22.213 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70532026-09-16T23:25:33.807Z Sep 16 23:24:22.219 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70542026-09-16T23:25:33.807Z Sep 16 23:24:22.219 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70552026-09-16T23:25:33.807Z Sep 16 23:24:22.225 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70562026-09-16T23:25:33.807Z Sep 16 23:24:22.225 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70572026-09-16T23:25:33.807Z Sep 16 23:24:22.231 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70582026-09-16T23:25:33.807Z Sep 16 23:24:22.231 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70592026-09-16T23:25:33.807Z Sep 16 23:24:22.238 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70602026-09-16T23:25:33.807Z Sep 16 23:24:22.238 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70612026-09-16T23:25:33.807Z Sep 16 23:24:22.244 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70622026-09-16T23:25:33.808Z Sep 16 23:24:22.244 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70632026-09-16T23:25:33.808Z Sep 16 23:24:22.246 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70642026-09-16T23:25:33.808Z Sep 16 23:24:22.246 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70652026-09-16T23:25:33.808Z Sep 16 23:24:22.251 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70662026-09-16T23:25:33.808Z Sep 16 23:24:22.289 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70672026-09-16T23:25:33.830Z Sep 16 23:24:22.295 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70682026-09-16T23:25:33.830Z Sep 16 23:24:22.297 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70692026-09-16T23:25:33.830Z Sep 16 23:24:22.335 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70702026-09-16T23:25:33.830Z Sep 16 23:24:22.341 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70712026-09-16T23:25:33.830Z Sep 16 23:24:22.379 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70722026-09-16T23:25:33.830Z Sep 16 23:24:22.385 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70732026-09-16T23:25:33.830Z Sep 16 23:24:22.423 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70742026-09-16T23:25:33.830Z Sep 16 23:24:22.429 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70752026-09-16T23:25:33.830Z Sep 16 23:24:22.430 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70762026-09-16T23:25:33.830Z Sep 16 23:24:22.430 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70772026-09-16T23:25:33.831Z Sep 16 23:24:22.430 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70782026-09-16T23:25:33.831Z Sep 16 23:24:22.437 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70792026-09-16T23:25:33.831Z Sep 16 23:24:22.496 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70802026-09-16T23:25:33.831Z Sep 16 23:24:22.496 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70812026-09-16T23:25:33.831Z Sep 16 23:24:22.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70822026-09-16T23:25:33.832Z Sep 16 23:24:22.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
70832026-09-16T23:25:33.832Z Sep 16 23:24:22.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70842026-09-16T23:25:33.832Z Sep 16 23:24:22.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70852026-09-16T23:25:33.832Z Sep 16 23:24:22.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70862026-09-16T23:25:33.832Z Sep 16 23:24:22.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
70872026-09-16T23:25:33.832Z Sep 16 23:24:22.610 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70882026-09-16T23:25:33.832Z Sep 16 23:24:22.610 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70892026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70902026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70912026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70922026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70932026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70942026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70952026-09-16T23:25:33.832Z Sep 16 23:24:22.611 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70962026-09-16T23:25:33.833Z Sep 16 23:24:22.611 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70972026-09-16T23:25:33.833Z Sep 16 23:24:22.611 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70982026-09-16T23:25:33.833Z Sep 16 23:24:22.611 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
70992026-09-16T23:25:33.833Z Sep 16 23:24:22.617 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71002026-09-16T23:25:33.833Z Sep 16 23:24:22.618 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71012026-09-16T23:25:33.833Z Sep 16 23:24:22.623 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71022026-09-16T23:25:33.833Z Sep 16 23:24:22.624 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71032026-09-16T23:25:33.833Z Sep 16 23:24:22.630 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71042026-09-16T23:25:33.833Z Sep 16 23:24:22.630 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71052026-09-16T23:25:33.835Z Sep 16 23:24:22.636 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71062026-09-16T23:25:33.835Z Sep 16 23:24:22.636 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71072026-09-16T23:25:33.835Z Sep 16 23:24:22.787 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71082026-09-16T23:25:33.835Z Sep 16 23:24:22.787 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71092026-09-16T23:25:33.835Z Sep 16 23:24:22.792 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71102026-09-16T23:25:33.835Z Sep 16 23:24:22.830 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71112026-09-16T23:25:33.835Z Sep 16 23:24:22.836 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71122026-09-16T23:25:33.835Z Sep 16 23:24:22.838 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71132026-09-16T23:25:33.835Z Sep 16 23:24:22.876 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71142026-09-16T23:25:33.835Z Sep 16 23:24:22.882 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71152026-09-16T23:25:33.835Z Sep 16 23:24:22.920 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71162026-09-16T23:25:33.836Z Sep 16 23:24:22.926 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71172026-09-16T23:25:33.836Z Sep 16 23:24:22.964 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71182026-09-16T23:25:33.836Z Sep 16 23:24:22.970 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71192026-09-16T23:25:33.836Z Sep 16 23:24:22.971 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71202026-09-16T23:25:33.836Z Sep 16 23:24:22.971 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71212026-09-16T23:25:33.836Z Sep 16 23:24:22.971 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71222026-09-16T23:25:33.836Z Sep 16 23:24:22.978 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71232026-09-16T23:25:33.836Z Sep 16 23:24:23.037 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71242026-09-16T23:25:33.836Z Sep 16 23:24:23.037 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71252026-09-16T23:25:33.836Z Sep 16 23:24:23.075 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71262026-09-16T23:25:33.836Z Sep 16 23:24:23.075 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71272026-09-16T23:25:33.836Z Sep 16 23:24:23.113 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71282026-09-16T23:25:33.837Z Sep 16 23:24:23.113 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71292026-09-16T23:25:33.837Z Sep 16 23:24:23.150 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71302026-09-16T23:25:33.837Z Sep 16 23:24:23.151 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71312026-09-16T23:25:33.837Z Sep 16 23:24:23.157 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71322026-09-16T23:25:33.837Z Sep 16 23:24:23.157 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71332026-09-16T23:25:33.837Z Sep 16 23:24:23.163 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71342026-09-16T23:25:33.837Z Sep 16 23:24:23.163 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71352026-09-16T23:25:33.837Z Sep 16 23:24:23.169 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71362026-09-16T23:25:33.837Z Sep 16 23:24:23.169 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71372026-09-16T23:25:33.837Z Sep 16 23:24:23.175 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71382026-09-16T23:25:33.837Z Sep 16 23:24:23.175 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71392026-09-16T23:25:33.837Z Sep 16 23:24:23.175 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71402026-09-16T23:25:33.837Z Sep 16 23:24:23.175 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71412026-09-16T23:25:33.837Z Sep 16 23:24:23.175 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71422026-09-16T23:25:33.838Z Sep 16 23:24:23.175 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71432026-09-16T23:25:33.838Z Sep 16 23:24:23.175 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71442026-09-16T23:25:33.838Z Sep 16 23:24:23.175 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71452026-09-16T23:25:33.838Z Sep 16 23:24:23.175 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71462026-09-16T23:25:33.838Z Sep 16 23:24:23.175 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
71472026-09-16T23:25:33.838Z Sep 16 23:24:23.179 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71482026-09-16T23:25:33.838Z Sep 16 23:24:23.179 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71492026-09-16T23:25:33.838Z Sep 16 23:24:23.183 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71502026-09-16T23:25:33.838Z Sep 16 23:24:23.184 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71512026-09-16T23:25:33.838Z Sep 16 23:24:23.185 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71522026-09-16T23:25:33.838Z Sep 16 23:24:23.223 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71532026-09-16T23:25:33.838Z Sep 16 23:24:23.229 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71542026-09-16T23:25:33.838Z Sep 16 23:24:23.231 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71552026-09-16T23:25:33.838Z Sep 16 23:24:23.269 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71562026-09-16T23:25:33.838Z Sep 16 23:24:23.275 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71572026-09-16T23:25:33.838Z Sep 16 23:24:23.316 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71582026-09-16T23:25:33.839Z Sep 16 23:24:23.322 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71592026-09-16T23:25:33.839Z Sep 16 23:24:23.360 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71602026-09-16T23:25:33.839Z Sep 16 23:24:23.366 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71612026-09-16T23:25:33.839Z Sep 16 23:24:23.368 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71622026-09-16T23:25:33.839Z Sep 16 23:24:23.406 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71632026-09-16T23:25:33.839Z Sep 16 23:24:23.412 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71642026-09-16T23:25:33.839Z Sep 16 23:24:23.414 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71652026-09-16T23:25:33.839Z Sep 16 23:24:23.451 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71662026-09-16T23:25:33.839Z Sep 16 23:24:23.458 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71672026-09-16T23:25:33.866Z Sep 16 23:24:23.458 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71682026-09-16T23:25:33.866Z Sep 16 23:24:23.458 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71692026-09-16T23:25:33.866Z Sep 16 23:24:23.496 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71702026-09-16T23:25:33.866Z Sep 16 23:24:23.502 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71712026-09-16T23:25:33.866Z Sep 16 23:24:23.540 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71722026-09-16T23:25:33.866Z Sep 16 23:24:23.546 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71732026-09-16T23:25:33.866Z Sep 16 23:24:23.547 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71742026-09-16T23:25:33.866Z Sep 16 23:24:23.554 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71752026-09-16T23:25:33.866Z Sep 16 23:24:23.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71762026-09-16T23:25:33.866Z Sep 16 23:24:23.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71772026-09-16T23:25:33.867Z Sep 16 23:24:23.576 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71782026-09-16T23:25:33.867Z Sep 16 23:24:23.583 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71792026-09-16T23:25:33.867Z Sep 16 23:24:23.627 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71802026-09-16T23:25:33.867Z Sep 16 23:24:23.627 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71812026-09-16T23:25:33.867Z Sep 16 23:24:23.665 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71822026-09-16T23:25:33.868Z Sep 16 23:24:23.665 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71832026-09-16T23:25:33.868Z Sep 16 23:24:23.718 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71842026-09-16T23:25:33.868Z Sep 16 23:24:23.718 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71852026-09-16T23:25:33.868Z Sep 16 23:24:23.756 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71862026-09-16T23:25:33.868Z Sep 16 23:24:23.756 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71872026-09-16T23:25:33.868Z Sep 16 23:24:23.794 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71882026-09-16T23:25:33.868Z Sep 16 23:24:23.794 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71892026-09-16T23:25:33.868Z Sep 16 23:24:23.832 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71902026-09-16T23:25:33.868Z Sep 16 23:24:23.832 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71912026-09-16T23:25:33.868Z Sep 16 23:24:23.869 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71922026-09-16T23:25:33.868Z Sep 16 23:24:23.870 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71932026-09-16T23:25:33.868Z Sep 16 23:24:23.907 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71942026-09-16T23:25:33.869Z Sep 16 23:24:23.907 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
71952026-09-16T23:25:33.869Z Sep 16 23:24:23.913 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71962026-09-16T23:25:33.869Z Sep 16 23:24:23.914 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71972026-09-16T23:25:33.869Z Sep 16 23:24:23.920 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71982026-09-16T23:25:33.869Z Sep 16 23:24:23.920 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
71992026-09-16T23:25:33.869Z Sep 16 23:24:23.926 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72002026-09-16T23:25:33.869Z Sep 16 23:24:23.926 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72012026-09-16T23:25:33.869Z Sep 16 23:24:23.932 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72022026-09-16T23:25:33.869Z Sep 16 23:24:23.932 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72032026-09-16T23:25:33.869Z Sep 16 23:24:23.938 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72042026-09-16T23:25:33.869Z Sep 16 23:24:23.938 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72052026-09-16T23:25:33.869Z Sep 16 23:24:23.944 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72062026-09-16T23:25:33.870Z Sep 16 23:24:23.944 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72072026-09-16T23:25:33.870Z Sep 16 23:24:23.951 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72082026-09-16T23:25:33.870Z Sep 16 23:24:23.951 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72092026-09-16T23:25:33.870Z Sep 16 23:24:23.957 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72102026-09-16T23:25:33.870Z Sep 16 23:24:23.957 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72112026-09-16T23:25:33.870Z Sep 16 23:24:23.959 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72122026-09-16T23:25:33.870Z Sep 16 23:24:23.959 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72132026-09-16T23:25:33.870Z Sep 16 23:24:23.964 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72142026-09-16T23:25:33.870Z Sep 16 23:24:24.002 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72152026-09-16T23:25:33.870Z Sep 16 23:24:24.008 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72162026-09-16T23:25:33.870Z Sep 16 23:24:24.010 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72172026-09-16T23:25:33.870Z Sep 16 23:24:24.048 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72182026-09-16T23:25:33.870Z Sep 16 23:24:24.054 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72192026-09-16T23:25:33.871Z Sep 16 23:24:24.092 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72202026-09-16T23:25:33.871Z Sep 16 23:24:24.098 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72212026-09-16T23:25:33.871Z Sep 16 23:24:24.136 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72222026-09-16T23:25:33.871Z Sep 16 23:24:24.142 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72232026-09-16T23:25:33.871Z Sep 16 23:24:24.143 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72242026-09-16T23:25:33.871Z Sep 16 23:24:24.143 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72252026-09-16T23:25:33.871Z Sep 16 23:24:24.143 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72262026-09-16T23:25:33.871Z Sep 16 23:24:24.150 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72272026-09-16T23:25:33.871Z Sep 16 23:24:24.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72282026-09-16T23:25:33.871Z Sep 16 23:24:24.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72292026-09-16T23:25:33.871Z Sep 16 23:24:24.247 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72302026-09-16T23:25:33.871Z Sep 16 23:24:24.247 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72312026-09-16T23:25:33.871Z Sep 16 23:24:24.285 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72322026-09-16T23:25:33.872Z Sep 16 23:24:24.285 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72332026-09-16T23:25:33.872Z Sep 16 23:24:24.323 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72342026-09-16T23:25:33.872Z Sep 16 23:24:24.323 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72352026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72362026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72372026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72382026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72392026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72402026-09-16T23:25:33.872Z Sep 16 23:24:24.324 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72412026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72422026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72432026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72442026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72452026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72462026-09-16T23:25:33.872Z Sep 16 23:24:24.325 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72472026-09-16T23:25:33.872Z Sep 16 23:24:24.331 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72482026-09-16T23:25:33.873Z Sep 16 23:24:24.331 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72492026-09-16T23:25:33.873Z Sep 16 23:24:24.337 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72502026-09-16T23:25:33.873Z Sep 16 23:24:24.337 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72512026-09-16T23:25:33.873Z Sep 16 23:24:24.343 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72522026-09-16T23:25:33.873Z Sep 16 23:24:24.343 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72532026-09-16T23:25:33.873Z Sep 16 23:24:24.349 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72542026-09-16T23:25:33.873Z Sep 16 23:24:24.349 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72552026-09-16T23:25:33.873Z Sep 16 23:24:24.501 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72562026-09-16T23:25:33.873Z Sep 16 23:24:24.501 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72572026-09-16T23:25:33.873Z Sep 16 23:24:24.506 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72582026-09-16T23:25:33.873Z Sep 16 23:24:24.544 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72592026-09-16T23:25:33.873Z Sep 16 23:24:24.550 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72602026-09-16T23:25:33.873Z Sep 16 23:24:24.552 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72612026-09-16T23:25:33.873Z Sep 16 23:24:24.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72622026-09-16T23:25:33.873Z Sep 16 23:24:24.595 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72632026-09-16T23:25:33.873Z Sep 16 23:24:24.633 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72642026-09-16T23:25:33.873Z Sep 16 23:24:24.639 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72652026-09-16T23:25:33.873Z Sep 16 23:24:24.677 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72662026-09-16T23:25:33.874Z Sep 16 23:24:24.683 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72672026-09-16T23:25:33.890Z Sep 16 23:24:24.684 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72682026-09-16T23:25:33.890Z Sep 16 23:24:24.684 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72692026-09-16T23:25:33.890Z Sep 16 23:24:24.684 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72702026-09-16T23:25:33.890Z Sep 16 23:24:24.691 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72712026-09-16T23:25:33.890Z Sep 16 23:24:24.751 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72722026-09-16T23:25:33.890Z Sep 16 23:24:24.751 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72732026-09-16T23:25:33.890Z Sep 16 23:24:24.789 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72742026-09-16T23:25:33.890Z Sep 16 23:24:24.789 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72752026-09-16T23:25:33.890Z Sep 16 23:24:24.827 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72762026-09-16T23:25:33.890Z Sep 16 23:24:24.827 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72772026-09-16T23:25:33.891Z Sep 16 23:24:24.864 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72782026-09-16T23:25:33.891Z Sep 16 23:24:24.864 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72792026-09-16T23:25:33.891Z Sep 16 23:24:24.871 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72802026-09-16T23:25:33.891Z Sep 16 23:24:24.871 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72812026-09-16T23:25:33.891Z Sep 16 23:24:24.877 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72822026-09-16T23:25:33.891Z Sep 16 23:24:24.877 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72832026-09-16T23:25:33.892Z Sep 16 23:24:24.883 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72842026-09-16T23:25:33.892Z Sep 16 23:24:24.883 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72852026-09-16T23:25:33.892Z Sep 16 23:24:24.889 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72862026-09-16T23:25:33.892Z Sep 16 23:24:24.889 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
72872026-09-16T23:25:33.892Z Sep 16 23:24:24.889 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72882026-09-16T23:25:33.892Z Sep 16 23:24:24.889 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72892026-09-16T23:25:33.892Z Sep 16 23:24:24.889 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72902026-09-16T23:25:33.892Z Sep 16 23:24:24.889 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72912026-09-16T23:25:33.892Z Sep 16 23:24:24.890 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72922026-09-16T23:25:33.892Z Sep 16 23:24:24.890 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72932026-09-16T23:25:33.892Z Sep 16 23:24:24.890 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72942026-09-16T23:25:33.892Z Sep 16 23:24:24.890 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
72952026-09-16T23:25:33.892Z Sep 16 23:24:24.893 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72962026-09-16T23:25:33.892Z Sep 16 23:24:24.893 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72972026-09-16T23:25:33.892Z Sep 16 23:24:24.897 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72982026-09-16T23:25:33.892Z Sep 16 23:24:24.897 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
72992026-09-16T23:25:33.893Z Sep 16 23:24:24.899 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73002026-09-16T23:25:33.893Z Sep 16 23:24:24.937 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73012026-09-16T23:25:33.893Z Sep 16 23:24:24.943 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73022026-09-16T23:25:33.893Z Sep 16 23:24:24.945 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73032026-09-16T23:25:33.893Z Sep 16 23:24:24.982 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73042026-09-16T23:25:33.893Z Sep 16 23:24:24.988 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73052026-09-16T23:25:33.894Z Sep 16 23:24:25.030 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73062026-09-16T23:25:33.894Z Sep 16 23:24:25.036 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73072026-09-16T23:25:33.894Z Sep 16 23:24:25.074 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73082026-09-16T23:25:33.894Z Sep 16 23:24:25.080 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73092026-09-16T23:25:33.894Z Sep 16 23:24:25.082 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73102026-09-16T23:25:33.894Z Sep 16 23:24:25.120 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73112026-09-16T23:25:33.894Z Sep 16 23:24:25.126 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73122026-09-16T23:25:33.894Z Sep 16 23:24:25.128 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73132026-09-16T23:25:33.894Z Sep 16 23:24:25.166 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73142026-09-16T23:25:33.894Z Sep 16 23:24:25.172 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73152026-09-16T23:25:33.894Z Sep 16 23:24:25.173 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73162026-09-16T23:25:33.894Z Sep 16 23:24:25.173 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73172026-09-16T23:25:33.894Z Sep 16 23:24:25.210 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73182026-09-16T23:25:33.894Z Sep 16 23:24:25.216 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73192026-09-16T23:25:33.894Z Sep 16 23:24:25.255 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73202026-09-16T23:25:33.894Z Sep 16 23:24:25.261 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73212026-09-16T23:25:33.895Z Sep 16 23:24:25.261 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73222026-09-16T23:25:33.895Z Sep 16 23:24:25.268 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73232026-09-16T23:25:33.895Z Sep 16 23:24:25.275 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73242026-09-16T23:25:33.895Z Sep 16 23:24:25.275 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73252026-09-16T23:25:33.895Z Sep 16 23:24:25.290 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73262026-09-16T23:25:33.895Z Sep 16 23:24:25.297 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73272026-09-16T23:25:33.895Z Sep 16 23:24:25.342 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73282026-09-16T23:25:33.895Z Sep 16 23:24:25.342 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73292026-09-16T23:25:33.895Z Sep 16 23:24:25.380 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73302026-09-16T23:25:33.895Z Sep 16 23:24:25.380 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73312026-09-16T23:25:33.895Z Sep 16 23:24:25.433 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73322026-09-16T23:25:33.895Z Sep 16 23:24:25.433 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73332026-09-16T23:25:33.895Z Sep 16 23:24:25.471 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73342026-09-16T23:25:33.896Z Sep 16 23:24:25.471 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73352026-09-16T23:25:33.896Z Sep 16 23:24:25.509 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73362026-09-16T23:25:33.896Z Sep 16 23:24:25.509 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73372026-09-16T23:25:33.896Z Sep 16 23:24:25.547 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73382026-09-16T23:25:33.896Z Sep 16 23:24:25.547 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73392026-09-16T23:25:33.896Z Sep 16 23:24:25.585 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73402026-09-16T23:25:33.896Z Sep 16 23:24:25.585 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73412026-09-16T23:25:33.896Z Sep 16 23:24:25.623 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73422026-09-16T23:25:33.896Z Sep 16 23:24:25.623 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73432026-09-16T23:25:33.896Z Sep 16 23:24:25.629 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73442026-09-16T23:25:33.896Z Sep 16 23:24:25.629 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73452026-09-16T23:25:33.896Z Sep 16 23:24:25.635 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73462026-09-16T23:25:33.896Z Sep 16 23:24:25.635 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73472026-09-16T23:25:33.896Z Sep 16 23:24:25.641 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73482026-09-16T23:25:33.896Z Sep 16 23:24:25.641 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73492026-09-16T23:25:33.896Z Sep 16 23:24:25.647 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73502026-09-16T23:25:33.896Z Sep 16 23:24:25.647 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73512026-09-16T23:25:33.896Z Sep 16 23:24:25.653 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73522026-09-16T23:25:33.896Z Sep 16 23:24:25.653 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73532026-09-16T23:25:33.896Z Sep 16 23:24:25.659 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73542026-09-16T23:25:33.896Z Sep 16 23:24:25.660 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73552026-09-16T23:25:33.896Z Sep 16 23:24:25.666 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73562026-09-16T23:25:33.897Z Sep 16 23:24:25.666 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73572026-09-16T23:25:33.897Z Sep 16 23:24:25.672 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73582026-09-16T23:25:33.897Z Sep 16 23:24:25.672 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73592026-09-16T23:25:33.897Z Sep 16 23:24:25.675 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73602026-09-16T23:25:33.897Z Sep 16 23:24:25.675 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73612026-09-16T23:25:33.897Z Sep 16 23:24:25.680 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73622026-09-16T23:25:33.897Z Sep 16 23:24:25.717 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73632026-09-16T23:25:33.897Z Sep 16 23:24:25.723 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73642026-09-16T23:25:33.897Z Sep 16 23:24:25.725 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73652026-09-16T23:25:33.897Z Sep 16 23:24:25.763 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73662026-09-16T23:25:33.897Z Sep 16 23:24:25.769 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73672026-09-16T23:25:33.901Z Sep 16 23:24:25.807 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73682026-09-16T23:25:33.901Z Sep 16 23:24:25.813 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73692026-09-16T23:25:33.901Z Sep 16 23:24:25.851 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73702026-09-16T23:25:33.901Z Sep 16 23:24:25.857 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73712026-09-16T23:25:33.901Z Sep 16 23:24:25.858 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73722026-09-16T23:25:33.902Z Sep 16 23:24:25.858 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73732026-09-16T23:25:33.902Z Sep 16 23:24:25.858 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73742026-09-16T23:25:33.902Z Sep 16 23:24:25.865 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73752026-09-16T23:25:33.902Z Sep 16 23:24:25.924 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73762026-09-16T23:25:33.902Z Sep 16 23:24:25.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73772026-09-16T23:25:33.902Z Sep 16 23:24:25.962 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73782026-09-16T23:25:33.902Z Sep 16 23:24:25.962 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73792026-09-16T23:25:33.902Z Sep 16 23:24:26.000 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73802026-09-16T23:25:33.902Z Sep 16 23:24:26.000 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73812026-09-16T23:25:33.902Z Sep 16 23:24:26.037 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73822026-09-16T23:25:33.902Z Sep 16 23:24:26.037 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
73832026-09-16T23:25:33.902Z Sep 16 23:24:26.038 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73842026-09-16T23:25:33.902Z Sep 16 23:24:26.038 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73852026-09-16T23:25:33.902Z Sep 16 23:24:26.038 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73862026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73872026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73882026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73892026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73902026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73912026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73922026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73932026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73942026-09-16T23:25:33.902Z Sep 16 23:24:26.039 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
73952026-09-16T23:25:33.902Z Sep 16 23:24:26.045 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73962026-09-16T23:25:33.902Z Sep 16 23:24:26.045 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73972026-09-16T23:25:33.902Z Sep 16 23:24:26.051 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73982026-09-16T23:25:33.902Z Sep 16 23:24:26.051 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
73992026-09-16T23:25:33.902Z Sep 16 23:24:26.057 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74002026-09-16T23:25:33.902Z Sep 16 23:24:26.058 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74012026-09-16T23:25:33.902Z Sep 16 23:24:26.064 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74022026-09-16T23:25:33.902Z Sep 16 23:24:26.064 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74032026-09-16T23:25:33.902Z Sep 16 23:24:26.214 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74042026-09-16T23:25:33.902Z Sep 16 23:24:26.214 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74052026-09-16T23:25:33.902Z Sep 16 23:24:26.219 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74062026-09-16T23:25:33.902Z Sep 16 23:24:26.257 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74072026-09-16T23:25:33.902Z Sep 16 23:24:26.263 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74082026-09-16T23:25:33.902Z Sep 16 23:24:26.265 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74092026-09-16T23:25:33.902Z Sep 16 23:24:26.303 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74102026-09-16T23:25:33.903Z Sep 16 23:24:26.309 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74112026-09-16T23:25:33.903Z Sep 16 23:24:26.347 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74122026-09-16T23:25:33.903Z Sep 16 23:24:26.353 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74132026-09-16T23:25:33.903Z Sep 16 23:24:26.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74142026-09-16T23:25:33.903Z Sep 16 23:24:26.397 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74152026-09-16T23:25:33.903Z Sep 16 23:24:26.398 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74162026-09-16T23:25:33.903Z Sep 16 23:24:26.398 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74172026-09-16T23:25:33.903Z Sep 16 23:24:26.398 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74182026-09-16T23:25:33.903Z Sep 16 23:24:26.405 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74192026-09-16T23:25:33.903Z Sep 16 23:24:26.464 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74202026-09-16T23:25:33.903Z Sep 16 23:24:26.464 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74212026-09-16T23:25:33.903Z Sep 16 23:24:26.502 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74222026-09-16T23:25:33.903Z Sep 16 23:24:26.502 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74232026-09-16T23:25:33.903Z Sep 16 23:24:26.540 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74242026-09-16T23:25:33.903Z Sep 16 23:24:26.540 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74252026-09-16T23:25:33.903Z Sep 16 23:24:26.578 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74262026-09-16T23:25:33.903Z Sep 16 23:24:26.578 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74272026-09-16T23:25:33.903Z Sep 16 23:24:26.584 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74282026-09-16T23:25:33.903Z Sep 16 23:24:26.584 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74292026-09-16T23:25:33.903Z Sep 16 23:24:26.590 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74302026-09-16T23:25:33.903Z Sep 16 23:24:26.590 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74312026-09-16T23:25:33.903Z Sep 16 23:24:26.596 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74322026-09-16T23:25:33.903Z Sep 16 23:24:26.596 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74332026-09-16T23:25:33.903Z Sep 16 23:24:26.602 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74342026-09-16T23:25:33.904Z Sep 16 23:24:26.602 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74352026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74362026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74372026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74382026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74392026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74402026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74412026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74422026-09-16T23:25:33.904Z Sep 16 23:24:26.603 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
74432026-09-16T23:25:33.904Z Sep 16 23:24:26.606 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74442026-09-16T23:25:33.904Z Sep 16 23:24:26.606 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74452026-09-16T23:25:33.904Z Sep 16 23:24:26.611 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74462026-09-16T23:25:33.904Z Sep 16 23:24:26.611 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74472026-09-16T23:25:33.904Z Sep 16 23:24:26.612 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74482026-09-16T23:25:33.904Z Sep 16 23:24:26.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74492026-09-16T23:25:33.904Z Sep 16 23:24:26.656 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74502026-09-16T23:25:33.904Z Sep 16 23:24:26.658 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74512026-09-16T23:25:33.904Z Sep 16 23:24:26.695 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74522026-09-16T23:25:33.904Z Sep 16 23:24:26.701 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74532026-09-16T23:25:33.904Z Sep 16 23:24:26.743 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74542026-09-16T23:25:33.904Z Sep 16 23:24:26.749 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74552026-09-16T23:25:33.904Z Sep 16 23:24:26.787 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74562026-09-16T23:25:33.904Z Sep 16 23:24:26.793 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74572026-09-16T23:25:33.904Z Sep 16 23:24:26.795 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74582026-09-16T23:25:33.904Z Sep 16 23:24:26.833 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74592026-09-16T23:25:33.905Z Sep 16 23:24:26.839 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74602026-09-16T23:25:33.905Z Sep 16 23:24:26.841 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74612026-09-16T23:25:33.905Z Sep 16 23:24:26.878 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74622026-09-16T23:25:33.905Z Sep 16 23:24:26.884 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74632026-09-16T23:25:33.905Z Sep 16 23:24:26.885 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74642026-09-16T23:25:33.905Z Sep 16 23:24:26.885 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74652026-09-16T23:25:33.905Z Sep 16 23:24:26.923 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74662026-09-16T23:25:33.905Z Sep 16 23:24:26.929 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74672026-09-16T23:25:33.909Z Sep 16 23:24:26.967 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74682026-09-16T23:25:33.909Z Sep 16 23:24:26.973 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74692026-09-16T23:25:33.909Z Sep 16 23:24:26.973 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74702026-09-16T23:25:33.909Z Sep 16 23:24:26.981 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74712026-09-16T23:25:33.909Z Sep 16 23:24:26.988 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74722026-09-16T23:25:33.909Z Sep 16 23:24:26.988 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74732026-09-16T23:25:33.909Z Sep 16 23:24:27.002 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74742026-09-16T23:25:33.909Z Sep 16 23:24:27.009 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74752026-09-16T23:25:33.909Z Sep 16 23:24:27.054 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74762026-09-16T23:25:33.909Z Sep 16 23:24:27.054 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74772026-09-16T23:25:33.909Z Sep 16 23:24:27.092 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74782026-09-16T23:25:33.909Z Sep 16 23:24:27.092 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74792026-09-16T23:25:33.909Z Sep 16 23:24:27.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74802026-09-16T23:25:33.909Z Sep 16 23:24:27.145 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74812026-09-16T23:25:33.909Z Sep 16 23:24:27.182 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74822026-09-16T23:25:33.909Z Sep 16 23:24:27.182 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74832026-09-16T23:25:33.909Z Sep 16 23:24:27.220 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74842026-09-16T23:25:33.910Z Sep 16 23:24:27.220 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74852026-09-16T23:25:33.910Z Sep 16 23:24:27.258 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74862026-09-16T23:25:33.910Z Sep 16 23:24:27.258 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74872026-09-16T23:25:33.910Z Sep 16 23:24:27.296 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74882026-09-16T23:25:33.910Z Sep 16 23:24:27.296 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74892026-09-16T23:25:33.910Z Sep 16 23:24:27.333 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74902026-09-16T23:25:33.910Z Sep 16 23:24:27.334 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74912026-09-16T23:25:33.910Z Sep 16 23:24:27.340 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74922026-09-16T23:25:33.910Z Sep 16 23:24:27.340 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74932026-09-16T23:25:33.910Z Sep 16 23:24:27.346 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74942026-09-16T23:25:33.910Z Sep 16 23:24:27.346 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
74952026-09-16T23:25:33.910Z Sep 16 23:24:27.352 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74962026-09-16T23:25:33.910Z Sep 16 23:24:27.352 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74972026-09-16T23:25:33.910Z Sep 16 23:24:27.358 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74982026-09-16T23:25:33.910Z Sep 16 23:24:27.358 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
74992026-09-16T23:25:33.910Z Sep 16 23:24:27.364 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75002026-09-16T23:25:33.910Z Sep 16 23:24:27.364 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75012026-09-16T23:25:33.910Z Sep 16 23:24:27.370 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75022026-09-16T23:25:33.910Z Sep 16 23:24:27.370 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75032026-09-16T23:25:33.910Z Sep 16 23:24:27.377 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75042026-09-16T23:25:33.910Z Sep 16 23:24:27.377 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75052026-09-16T23:25:33.911Z Sep 16 23:24:27.383 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75062026-09-16T23:25:33.911Z Sep 16 23:24:27.383 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75072026-09-16T23:25:33.911Z Sep 16 23:24:27.385 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75082026-09-16T23:25:33.911Z Sep 16 23:24:27.385 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75092026-09-16T23:25:33.911Z Sep 16 23:24:27.390 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75102026-09-16T23:25:33.911Z Sep 16 23:24:27.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75112026-09-16T23:25:33.911Z Sep 16 23:24:27.434 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75122026-09-16T23:25:33.911Z Sep 16 23:24:27.436 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75132026-09-16T23:25:33.911Z Sep 16 23:24:27.474 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75142026-09-16T23:25:33.911Z Sep 16 23:24:27.479 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75152026-09-16T23:25:33.911Z Sep 16 23:24:27.518 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75162026-09-16T23:25:33.911Z Sep 16 23:24:27.524 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75172026-09-16T23:25:33.911Z Sep 16 23:24:27.562 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75182026-09-16T23:25:33.911Z Sep 16 23:24:27.568 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75192026-09-16T23:25:33.911Z Sep 16 23:24:27.569 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75202026-09-16T23:25:33.911Z Sep 16 23:24:27.569 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75212026-09-16T23:25:33.911Z Sep 16 23:24:27.569 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75222026-09-16T23:25:33.911Z Sep 16 23:24:27.576 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75232026-09-16T23:25:33.911Z Sep 16 23:24:27.635 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75242026-09-16T23:25:33.911Z Sep 16 23:24:27.635 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75252026-09-16T23:25:33.911Z Sep 16 23:24:27.673 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75262026-09-16T23:25:33.911Z Sep 16 23:24:27.673 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75272026-09-16T23:25:33.911Z Sep 16 23:24:27.711 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75282026-09-16T23:25:33.911Z Sep 16 23:24:27.711 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75292026-09-16T23:25:33.911Z Sep 16 23:24:27.749 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75302026-09-16T23:25:33.911Z Sep 16 23:24:27.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75312026-09-16T23:25:33.911Z Sep 16 23:24:27.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75322026-09-16T23:25:33.911Z Sep 16 23:24:27.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75332026-09-16T23:25:33.911Z Sep 16 23:24:27.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75342026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75352026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75362026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75372026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75382026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75392026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75402026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75412026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75422026-09-16T23:25:33.912Z Sep 16 23:24:27.750 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75432026-09-16T23:25:33.912Z Sep 16 23:24:27.756 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75442026-09-16T23:25:33.912Z Sep 16 23:24:27.756 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75452026-09-16T23:25:33.912Z Sep 16 23:24:27.762 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75462026-09-16T23:25:33.912Z Sep 16 23:24:27.762 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75472026-09-16T23:25:33.912Z Sep 16 23:24:27.768 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75482026-09-16T23:25:33.912Z Sep 16 23:24:27.768 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75492026-09-16T23:25:33.912Z Sep 16 23:24:27.774 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75502026-09-16T23:25:33.912Z Sep 16 23:24:27.775 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75512026-09-16T23:25:33.913Z Sep 16 23:24:27.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75522026-09-16T23:25:33.913Z Sep 16 23:24:27.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75532026-09-16T23:25:33.913Z Sep 16 23:24:27.930 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75542026-09-16T23:25:33.913Z Sep 16 23:24:27.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75552026-09-16T23:25:33.913Z Sep 16 23:24:27.974 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75562026-09-16T23:25:33.913Z Sep 16 23:24:27.976 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75572026-09-16T23:25:33.913Z Sep 16 23:24:28.013 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75582026-09-16T23:25:33.913Z Sep 16 23:24:28.019 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75592026-09-16T23:25:33.913Z Sep 16 23:24:28.057 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75602026-09-16T23:25:33.913Z Sep 16 23:24:28.064 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75612026-09-16T23:25:33.913Z Sep 16 23:24:28.102 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75622026-09-16T23:25:33.913Z Sep 16 23:24:28.108 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75632026-09-16T23:25:33.913Z Sep 16 23:24:28.108 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75642026-09-16T23:25:33.913Z Sep 16 23:24:28.108 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75652026-09-16T23:25:33.913Z Sep 16 23:24:28.108 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75662026-09-16T23:25:33.913Z Sep 16 23:24:28.115 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75672026-09-16T23:25:33.918Z Sep 16 23:24:28.175 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75682026-09-16T23:25:33.918Z Sep 16 23:24:28.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75692026-09-16T23:25:33.918Z Sep 16 23:24:28.213 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75702026-09-16T23:25:33.918Z Sep 16 23:24:28.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75712026-09-16T23:25:33.918Z Sep 16 23:24:28.250 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75722026-09-16T23:25:33.918Z Sep 16 23:24:28.250 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75732026-09-16T23:25:33.918Z Sep 16 23:24:28.288 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75742026-09-16T23:25:33.918Z Sep 16 23:24:28.288 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75752026-09-16T23:25:33.918Z Sep 16 23:24:28.295 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75762026-09-16T23:25:33.918Z Sep 16 23:24:28.295 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75772026-09-16T23:25:33.918Z Sep 16 23:24:28.301 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75782026-09-16T23:25:33.918Z Sep 16 23:24:28.301 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75792026-09-16T23:25:33.918Z Sep 16 23:24:28.307 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75802026-09-16T23:25:33.918Z Sep 16 23:24:28.307 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75812026-09-16T23:25:33.918Z Sep 16 23:24:28.313 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75822026-09-16T23:25:33.918Z Sep 16 23:24:28.313 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75832026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75842026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75852026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75862026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75872026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75882026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75892026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75902026-09-16T23:25:33.918Z Sep 16 23:24:28.313 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
75912026-09-16T23:25:33.918Z Sep 16 23:24:28.316 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75922026-09-16T23:25:33.918Z Sep 16 23:24:28.316 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75932026-09-16T23:25:33.918Z Sep 16 23:24:28.321 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75942026-09-16T23:25:33.918Z Sep 16 23:24:28.321 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
75952026-09-16T23:25:33.918Z Sep 16 23:24:28.323 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75962026-09-16T23:25:33.918Z Sep 16 23:24:28.360 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75972026-09-16T23:25:33.918Z Sep 16 23:24:28.366 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75982026-09-16T23:25:33.918Z Sep 16 23:24:28.368 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
75992026-09-16T23:25:33.918Z Sep 16 23:24:28.406 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76002026-09-16T23:25:33.918Z Sep 16 23:24:28.412 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76012026-09-16T23:25:33.918Z Sep 16 23:24:28.454 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76022026-09-16T23:25:33.919Z Sep 16 23:24:28.460 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76032026-09-16T23:25:33.919Z Sep 16 23:24:28.498 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76042026-09-16T23:25:33.919Z Sep 16 23:24:28.504 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76052026-09-16T23:25:33.919Z Sep 16 23:24:28.506 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76062026-09-16T23:25:33.919Z Sep 16 23:24:28.543 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76072026-09-16T23:25:33.919Z Sep 16 23:24:28.549 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76082026-09-16T23:25:33.919Z Sep 16 23:24:28.551 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76092026-09-16T23:25:33.919Z Sep 16 23:24:28.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76102026-09-16T23:25:33.919Z Sep 16 23:24:28.595 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76112026-09-16T23:25:33.919Z Sep 16 23:24:28.595 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76122026-09-16T23:25:33.919Z Sep 16 23:24:28.596 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76132026-09-16T23:25:33.919Z Sep 16 23:24:28.633 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76142026-09-16T23:25:33.919Z Sep 16 23:24:28.639 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76152026-09-16T23:25:33.919Z Sep 16 23:24:28.677 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76162026-09-16T23:25:33.919Z Sep 16 23:24:28.683 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76172026-09-16T23:25:33.919Z Sep 16 23:24:28.684 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76182026-09-16T23:25:33.919Z Sep 16 23:24:28.691 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76192026-09-16T23:25:33.919Z Sep 16 23:24:28.698 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76202026-09-16T23:25:33.919Z Sep 16 23:24:28.698 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76212026-09-16T23:25:33.919Z Sep 16 23:24:28.713 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76222026-09-16T23:25:33.919Z Sep 16 23:24:28.720 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76232026-09-16T23:25:33.919Z Sep 16 23:24:28.764 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76242026-09-16T23:25:33.919Z Sep 16 23:24:28.764 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76252026-09-16T23:25:33.919Z Sep 16 23:24:28.802 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76262026-09-16T23:25:33.919Z Sep 16 23:24:28.802 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76272026-09-16T23:25:33.919Z Sep 16 23:24:28.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76282026-09-16T23:25:33.919Z Sep 16 23:24:28.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76292026-09-16T23:25:33.919Z Sep 16 23:24:28.892 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76302026-09-16T23:25:33.919Z Sep 16 23:24:28.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76312026-09-16T23:25:33.919Z Sep 16 23:24:28.930 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76322026-09-16T23:25:33.919Z Sep 16 23:24:28.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76332026-09-16T23:25:33.919Z Sep 16 23:24:28.968 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76342026-09-16T23:25:33.920Z Sep 16 23:24:28.968 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76352026-09-16T23:25:33.920Z Sep 16 23:24:29.006 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76362026-09-16T23:25:33.920Z Sep 16 23:24:29.006 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76372026-09-16T23:25:33.920Z Sep 16 23:24:29.044 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76382026-09-16T23:25:33.920Z Sep 16 23:24:29.044 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76392026-09-16T23:25:33.920Z Sep 16 23:24:29.050 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76402026-09-16T23:25:33.920Z Sep 16 23:24:29.050 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76412026-09-16T23:25:33.920Z Sep 16 23:24:29.056 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76422026-09-16T23:25:33.920Z Sep 16 23:24:29.056 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76432026-09-16T23:25:33.920Z Sep 16 23:24:29.062 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76442026-09-16T23:25:33.920Z Sep 16 23:24:29.062 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76452026-09-16T23:25:33.920Z Sep 16 23:24:29.068 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76462026-09-16T23:25:33.920Z Sep 16 23:24:29.068 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76472026-09-16T23:25:33.920Z Sep 16 23:24:29.074 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76482026-09-16T23:25:33.920Z Sep 16 23:24:29.074 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76492026-09-16T23:25:33.920Z Sep 16 23:24:29.080 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76502026-09-16T23:25:33.920Z Sep 16 23:24:29.080 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76512026-09-16T23:25:33.920Z Sep 16 23:24:29.087 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76522026-09-16T23:25:33.921Z Sep 16 23:24:29.087 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76532026-09-16T23:25:33.921Z Sep 16 23:24:29.093 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76542026-09-16T23:25:33.921Z Sep 16 23:24:29.093 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76552026-09-16T23:25:33.921Z Sep 16 23:24:29.095 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76562026-09-16T23:25:33.921Z Sep 16 23:24:29.096 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76572026-09-16T23:25:33.921Z Sep 16 23:24:29.101 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76582026-09-16T23:25:33.921Z Sep 16 23:24:29.138 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76592026-09-16T23:25:33.921Z Sep 16 23:24:29.144 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76602026-09-16T23:25:33.921Z Sep 16 23:24:29.146 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76612026-09-16T23:25:33.921Z Sep 16 23:24:29.184 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76622026-09-16T23:25:33.921Z Sep 16 23:24:29.190 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76632026-09-16T23:25:33.921Z Sep 16 23:24:29.228 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76642026-09-16T23:25:33.921Z Sep 16 23:24:29.234 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76652026-09-16T23:25:33.921Z Sep 16 23:24:29.272 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76662026-09-16T23:25:33.921Z Sep 16 23:24:29.278 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76672026-09-16T23:25:33.925Z Sep 16 23:24:29.279 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76682026-09-16T23:25:33.925Z Sep 16 23:24:29.279 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76692026-09-16T23:25:33.925Z Sep 16 23:24:29.279 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76702026-09-16T23:25:33.925Z Sep 16 23:24:29.286 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76712026-09-16T23:25:33.925Z Sep 16 23:24:29.345 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76722026-09-16T23:25:33.925Z Sep 16 23:24:29.346 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76732026-09-16T23:25:33.925Z test stragglers_do_not_interrupt_live_jobs has been running for over 60 seconds
76742026-09-16T23:25:33.925Z Sep 16 23:24:29.384 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76752026-09-16T23:25:33.926Z Sep 16 23:24:29.384 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76762026-09-16T23:25:33.926Z Sep 16 23:24:29.422 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76772026-09-16T23:25:33.926Z Sep 16 23:24:29.422 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76782026-09-16T23:25:33.926Z Sep 16 23:24:29.459 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76792026-09-16T23:25:33.926Z Sep 16 23:24:29.460 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76802026-09-16T23:25:33.926Z Sep 16 23:24:29.460 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76812026-09-16T23:25:33.926Z Sep 16 23:24:29.460 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76822026-09-16T23:25:33.926Z Sep 16 23:24:29.460 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76832026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76842026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76852026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76862026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76872026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76882026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76892026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76902026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76912026-09-16T23:25:33.926Z Sep 16 23:24:29.461 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
76922026-09-16T23:25:33.927Z Sep 16 23:24:29.467 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76932026-09-16T23:25:33.928Z Sep 16 23:24:29.467 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76942026-09-16T23:25:33.928Z Sep 16 23:24:29.473 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76952026-09-16T23:25:33.928Z Sep 16 23:24:29.473 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
76962026-09-16T23:25:33.928Z Sep 16 23:24:29.479 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76972026-09-16T23:25:33.928Z Sep 16 23:24:29.480 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76982026-09-16T23:25:33.928Z Sep 16 23:24:29.485 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
76992026-09-16T23:25:33.928Z Sep 16 23:24:29.486 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77002026-09-16T23:25:33.928Z Sep 16 23:24:29.636 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77012026-09-16T23:25:33.928Z Sep 16 23:24:29.636 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77022026-09-16T23:25:33.928Z Sep 16 23:24:29.641 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77032026-09-16T23:25:33.928Z Sep 16 23:24:29.679 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77042026-09-16T23:25:33.928Z Sep 16 23:24:29.685 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77052026-09-16T23:25:33.928Z Sep 16 23:24:29.687 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77062026-09-16T23:25:33.928Z Sep 16 23:24:29.724 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77072026-09-16T23:25:33.929Z Sep 16 23:24:29.730 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77082026-09-16T23:25:33.930Z Sep 16 23:24:29.769 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77092026-09-16T23:25:33.930Z Sep 16 23:24:29.775 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77102026-09-16T23:25:33.930Z Sep 16 23:24:29.813 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77112026-09-16T23:25:33.930Z Sep 16 23:24:29.819 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77122026-09-16T23:25:33.930Z Sep 16 23:24:29.819 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77132026-09-16T23:25:33.930Z Sep 16 23:24:29.820 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77142026-09-16T23:25:33.930Z Sep 16 23:24:29.820 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77152026-09-16T23:25:33.930Z Sep 16 23:24:29.827 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77162026-09-16T23:25:33.930Z Sep 16 23:24:29.886 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77172026-09-16T23:25:33.930Z Sep 16 23:24:29.886 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77182026-09-16T23:25:33.930Z Sep 16 23:24:29.924 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77192026-09-16T23:25:33.930Z Sep 16 23:24:29.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77202026-09-16T23:25:33.930Z Sep 16 23:24:29.962 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77212026-09-16T23:25:33.930Z Sep 16 23:24:29.962 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77222026-09-16T23:25:33.930Z Sep 16 23:24:30.000 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77232026-09-16T23:25:33.931Z Sep 16 23:24:30.000 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77242026-09-16T23:25:33.931Z Sep 16 23:24:30.006 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77252026-09-16T23:25:33.931Z Sep 16 23:24:30.006 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77262026-09-16T23:25:33.931Z Sep 16 23:24:30.012 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77272026-09-16T23:25:33.931Z Sep 16 23:24:30.012 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77282026-09-16T23:25:33.931Z Sep 16 23:24:30.018 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77292026-09-16T23:25:33.931Z Sep 16 23:24:30.018 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77302026-09-16T23:25:33.931Z Sep 16 23:24:30.024 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77312026-09-16T23:25:33.931Z Sep 16 23:24:30.024 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77322026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77332026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77342026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77352026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77362026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77372026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77382026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77392026-09-16T23:25:33.931Z Sep 16 23:24:30.025 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
77402026-09-16T23:25:33.931Z Sep 16 23:24:30.028 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77412026-09-16T23:25:33.931Z Sep 16 23:24:30.028 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77422026-09-16T23:25:33.931Z Sep 16 23:24:30.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77432026-09-16T23:25:33.931Z Sep 16 23:24:30.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77442026-09-16T23:25:33.931Z Sep 16 23:24:30.034 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77452026-09-16T23:25:33.931Z Sep 16 23:24:30.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77462026-09-16T23:25:33.931Z Sep 16 23:24:30.078 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77472026-09-16T23:25:33.931Z Sep 16 23:24:30.080 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77482026-09-16T23:25:33.931Z Sep 16 23:24:30.118 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77492026-09-16T23:25:33.932Z Sep 16 23:24:30.124 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77502026-09-16T23:25:33.932Z Sep 16 23:24:30.165 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77512026-09-16T23:25:33.932Z Sep 16 23:24:30.171 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77522026-09-16T23:25:33.932Z Sep 16 23:24:30.210 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77532026-09-16T23:25:33.932Z Sep 16 23:24:30.215 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77542026-09-16T23:25:33.932Z Sep 16 23:24:30.217 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77552026-09-16T23:25:33.932Z Sep 16 23:24:30.255 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77562026-09-16T23:25:33.932Z Sep 16 23:24:30.261 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77572026-09-16T23:25:33.932Z Sep 16 23:24:30.263 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77582026-09-16T23:25:33.932Z Sep 16 23:24:30.301 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77592026-09-16T23:25:33.932Z Sep 16 23:24:30.307 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77602026-09-16T23:25:33.932Z Sep 16 23:24:30.307 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77612026-09-16T23:25:33.932Z Sep 16 23:24:30.308 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77622026-09-16T23:25:33.932Z Sep 16 23:24:30.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77632026-09-16T23:25:33.932Z Sep 16 23:24:30.351 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77642026-09-16T23:25:33.932Z Sep 16 23:24:30.389 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77652026-09-16T23:25:33.932Z Sep 16 23:24:30.395 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77662026-09-16T23:25:33.932Z Sep 16 23:24:30.396 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77672026-09-16T23:25:33.937Z Sep 16 23:24:30.403 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77682026-09-16T23:25:33.937Z Sep 16 23:24:30.410 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77692026-09-16T23:25:33.937Z Sep 16 23:24:30.410 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77702026-09-16T23:25:33.937Z Sep 16 23:24:30.425 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77712026-09-16T23:25:33.937Z Sep 16 23:24:30.432 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77722026-09-16T23:25:33.937Z Sep 16 23:24:30.476 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77732026-09-16T23:25:33.937Z Sep 16 23:24:30.476 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77742026-09-16T23:25:33.937Z Sep 16 23:24:30.515 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77752026-09-16T23:25:33.937Z Sep 16 23:24:30.515 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77762026-09-16T23:25:33.937Z Sep 16 23:24:30.567 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77772026-09-16T23:25:33.937Z Sep 16 23:24:30.567 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77782026-09-16T23:25:33.937Z Sep 16 23:24:30.605 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77792026-09-16T23:25:33.937Z Sep 16 23:24:30.605 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77802026-09-16T23:25:33.937Z Sep 16 23:24:30.642 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77812026-09-16T23:25:33.937Z Sep 16 23:24:30.642 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77822026-09-16T23:25:33.937Z Sep 16 23:24:30.680 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77832026-09-16T23:25:33.937Z Sep 16 23:24:30.680 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77842026-09-16T23:25:33.937Z Sep 16 23:24:30.718 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77852026-09-16T23:25:33.937Z Sep 16 23:24:30.718 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77862026-09-16T23:25:33.937Z Sep 16 23:24:30.756 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77872026-09-16T23:25:33.937Z Sep 16 23:24:30.756 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77882026-09-16T23:25:33.937Z Sep 16 23:24:30.762 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77892026-09-16T23:25:33.937Z Sep 16 23:24:30.763 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77902026-09-16T23:25:33.937Z Sep 16 23:24:30.769 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77912026-09-16T23:25:33.937Z Sep 16 23:24:30.769 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77922026-09-16T23:25:33.937Z Sep 16 23:24:30.775 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77932026-09-16T23:25:33.937Z Sep 16 23:24:30.775 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77942026-09-16T23:25:33.937Z Sep 16 23:24:30.781 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77952026-09-16T23:25:33.937Z Sep 16 23:24:30.781 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
77962026-09-16T23:25:33.937Z Sep 16 23:24:30.787 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77972026-09-16T23:25:33.937Z Sep 16 23:24:30.787 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77982026-09-16T23:25:33.937Z Sep 16 23:24:30.793 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
77992026-09-16T23:25:33.938Z Sep 16 23:24:30.793 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78002026-09-16T23:25:33.938Z Sep 16 23:24:30.799 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78012026-09-16T23:25:33.938Z Sep 16 23:24:30.799 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78022026-09-16T23:25:33.938Z Sep 16 23:24:30.805 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78032026-09-16T23:25:33.938Z Sep 16 23:24:30.805 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78042026-09-16T23:25:33.938Z Sep 16 23:24:30.808 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78052026-09-16T23:25:33.938Z Sep 16 23:24:30.808 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78062026-09-16T23:25:33.938Z Sep 16 23:24:30.813 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78072026-09-16T23:25:33.938Z Sep 16 23:24:30.850 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78082026-09-16T23:25:33.938Z Sep 16 23:24:30.856 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78092026-09-16T23:25:33.938Z Sep 16 23:24:30.858 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78102026-09-16T23:25:33.939Z Sep 16 23:24:30.896 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78112026-09-16T23:25:33.939Z Sep 16 23:24:30.902 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78122026-09-16T23:25:33.939Z Sep 16 23:24:30.940 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78132026-09-16T23:25:33.939Z Sep 16 23:24:30.946 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78142026-09-16T23:25:33.939Z Sep 16 23:24:30.985 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78152026-09-16T23:25:33.939Z Sep 16 23:24:30.991 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78162026-09-16T23:25:33.939Z Sep 16 23:24:30.991 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78172026-09-16T23:25:33.939Z Sep 16 23:24:30.991 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78182026-09-16T23:25:33.939Z Sep 16 23:24:30.991 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78192026-09-16T23:25:33.939Z Sep 16 23:24:30.998 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78202026-09-16T23:25:33.939Z Sep 16 23:24:31.057 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78212026-09-16T23:25:33.939Z Sep 16 23:24:31.057 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78222026-09-16T23:25:33.939Z Sep 16 23:24:31.095 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78232026-09-16T23:25:33.939Z Sep 16 23:24:31.095 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78242026-09-16T23:25:33.939Z Sep 16 23:24:31.133 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78252026-09-16T23:25:33.939Z Sep 16 23:24:31.133 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78262026-09-16T23:25:33.939Z Sep 16 23:24:31.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78272026-09-16T23:25:33.939Z Sep 16 23:24:31.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78282026-09-16T23:25:33.939Z Sep 16 23:24:31.171 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78292026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78302026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78312026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78322026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78332026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78342026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78352026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78362026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78372026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78382026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78392026-09-16T23:25:33.939Z Sep 16 23:24:31.172 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78402026-09-16T23:25:33.939Z Sep 16 23:24:31.179 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78412026-09-16T23:25:33.939Z Sep 16 23:24:31.179 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78422026-09-16T23:25:33.939Z Sep 16 23:24:31.185 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78432026-09-16T23:25:33.939Z Sep 16 23:24:31.185 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78442026-09-16T23:25:33.939Z Sep 16 23:24:31.191 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78452026-09-16T23:25:33.939Z Sep 16 23:24:31.191 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78462026-09-16T23:25:33.939Z Sep 16 23:24:31.197 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78472026-09-16T23:25:33.939Z Sep 16 23:24:31.197 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78482026-09-16T23:25:33.940Z Sep 16 23:24:31.349 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78492026-09-16T23:25:33.940Z Sep 16 23:24:31.349 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78502026-09-16T23:25:33.940Z Sep 16 23:24:31.354 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78512026-09-16T23:25:33.940Z Sep 16 23:24:31.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78522026-09-16T23:25:33.940Z Sep 16 23:24:31.397 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78532026-09-16T23:25:33.940Z Sep 16 23:24:31.399 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78542026-09-16T23:25:33.940Z Sep 16 23:24:31.437 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78552026-09-16T23:25:33.940Z Sep 16 23:24:31.443 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78562026-09-16T23:25:33.940Z Sep 16 23:24:31.481 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78572026-09-16T23:25:33.940Z Sep 16 23:24:31.487 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78582026-09-16T23:25:33.940Z Sep 16 23:24:31.525 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78592026-09-16T23:25:33.940Z Sep 16 23:24:31.531 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78602026-09-16T23:25:33.940Z Sep 16 23:24:31.532 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78612026-09-16T23:25:33.940Z Sep 16 23:24:31.532 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78622026-09-16T23:25:33.940Z Sep 16 23:24:31.532 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78632026-09-16T23:25:33.940Z Sep 16 23:24:31.539 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78642026-09-16T23:25:33.940Z Sep 16 23:24:31.598 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78652026-09-16T23:25:33.940Z Sep 16 23:24:31.599 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78662026-09-16T23:25:33.940Z Sep 16 23:24:31.636 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78672026-09-16T23:25:34.289Z Sep 16 23:24:31.637 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78682026-09-16T23:25:34.289Z Sep 16 23:24:31.674 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78692026-09-16T23:25:34.289Z Sep 16 23:24:31.674 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78702026-09-16T23:25:34.289Z Sep 16 23:24:31.712 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78712026-09-16T23:25:34.289Z Sep 16 23:24:31.712 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78722026-09-16T23:25:34.289Z Sep 16 23:24:31.718 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78732026-09-16T23:25:34.289Z Sep 16 23:24:31.718 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78742026-09-16T23:25:34.289Z Sep 16 23:24:31.724 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78752026-09-16T23:25:34.289Z Sep 16 23:24:31.724 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78762026-09-16T23:25:34.289Z Sep 16 23:24:31.730 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78772026-09-16T23:25:34.289Z Sep 16 23:24:31.731 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78782026-09-16T23:25:34.290Z Sep 16 23:24:31.736 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78792026-09-16T23:25:34.290Z Sep 16 23:24:31.737 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78802026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78812026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78822026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78832026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78842026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78852026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78862026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78872026-09-16T23:25:34.290Z Sep 16 23:24:31.737 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
78882026-09-16T23:25:34.290Z Sep 16 23:24:31.740 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78892026-09-16T23:25:34.290Z Sep 16 23:24:31.740 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78902026-09-16T23:25:34.291Z Sep 16 23:24:31.745 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78912026-09-16T23:25:34.291Z Sep 16 23:24:31.745 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78922026-09-16T23:25:34.291Z Sep 16 23:24:31.746 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78932026-09-16T23:25:34.291Z Sep 16 23:24:31.784 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78942026-09-16T23:25:34.291Z Sep 16 23:24:31.790 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78952026-09-16T23:25:34.291Z Sep 16 23:24:31.792 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78962026-09-16T23:25:34.291Z Sep 16 23:24:31.830 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78972026-09-16T23:25:34.291Z Sep 16 23:24:31.836 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
78982026-09-16T23:25:34.291Z Sep 16 23:24:31.877 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
78992026-09-16T23:25:34.291Z Sep 16 23:24:31.883 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79002026-09-16T23:25:34.291Z Sep 16 23:24:31.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79012026-09-16T23:25:34.291Z Sep 16 23:24:31.927 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79022026-09-16T23:25:34.291Z Sep 16 23:24:31.929 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79032026-09-16T23:25:34.291Z Sep 16 23:24:31.967 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79042026-09-16T23:25:34.291Z Sep 16 23:24:31.973 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79052026-09-16T23:25:34.291Z Sep 16 23:24:31.975 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79062026-09-16T23:25:34.291Z Sep 16 23:24:32.013 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79072026-09-16T23:25:34.291Z Sep 16 23:24:32.019 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79082026-09-16T23:25:34.291Z Sep 16 23:24:32.019 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79092026-09-16T23:25:34.291Z Sep 16 23:24:32.020 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79102026-09-16T23:25:34.291Z Sep 16 23:24:32.057 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79112026-09-16T23:25:34.291Z Sep 16 23:24:32.063 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79122026-09-16T23:25:34.291Z Sep 16 23:24:32.101 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79132026-09-16T23:25:34.291Z Sep 16 23:24:32.107 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79142026-09-16T23:25:34.291Z Sep 16 23:24:32.108 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79152026-09-16T23:25:34.291Z Sep 16 23:24:32.115 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79162026-09-16T23:25:34.291Z Sep 16 23:24:32.122 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79172026-09-16T23:25:34.291Z Sep 16 23:24:32.122 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79182026-09-16T23:25:34.291Z Sep 16 23:24:32.137 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79192026-09-16T23:25:34.291Z Sep 16 23:24:32.144 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79202026-09-16T23:25:34.291Z Sep 16 23:24:32.188 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79212026-09-16T23:25:34.291Z Sep 16 23:24:32.188 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79222026-09-16T23:25:34.291Z Sep 16 23:24:32.226 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79232026-09-16T23:25:34.291Z Sep 16 23:24:32.226 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79242026-09-16T23:25:34.291Z Sep 16 23:24:32.279 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79252026-09-16T23:25:34.291Z Sep 16 23:24:32.279 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79262026-09-16T23:25:34.291Z Sep 16 23:24:32.317 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79272026-09-16T23:25:34.292Z Sep 16 23:24:32.317 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79282026-09-16T23:25:34.292Z Sep 16 23:24:32.355 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79292026-09-16T23:25:34.292Z Sep 16 23:24:32.355 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79302026-09-16T23:25:34.292Z Sep 16 23:24:32.393 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79312026-09-16T23:25:34.292Z Sep 16 23:24:32.393 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79322026-09-16T23:25:34.292Z Sep 16 23:24:32.431 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79332026-09-16T23:25:34.292Z Sep 16 23:24:32.431 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79342026-09-16T23:25:34.292Z Sep 16 23:24:32.468 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79352026-09-16T23:25:34.292Z Sep 16 23:24:32.469 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79362026-09-16T23:25:34.292Z Sep 16 23:24:32.475 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79372026-09-16T23:25:34.292Z Sep 16 23:24:32.475 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79382026-09-16T23:25:34.292Z Sep 16 23:24:32.481 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79392026-09-16T23:25:34.292Z Sep 16 23:24:32.481 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79402026-09-16T23:25:34.292Z Sep 16 23:24:32.487 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79412026-09-16T23:25:34.292Z Sep 16 23:24:32.487 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79422026-09-16T23:25:34.292Z Sep 16 23:24:32.493 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79432026-09-16T23:25:34.292Z Sep 16 23:24:32.493 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79442026-09-16T23:25:34.292Z Sep 16 23:24:32.499 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79452026-09-16T23:25:34.292Z Sep 16 23:24:32.499 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79462026-09-16T23:25:34.292Z Sep 16 23:24:32.505 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79472026-09-16T23:25:34.292Z Sep 16 23:24:32.505 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79482026-09-16T23:25:34.292Z Sep 16 23:24:32.512 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79492026-09-16T23:25:34.292Z Sep 16 23:24:32.512 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79502026-09-16T23:25:34.292Z Sep 16 23:24:32.518 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79512026-09-16T23:25:34.292Z Sep 16 23:24:32.518 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79522026-09-16T23:25:34.292Z Sep 16 23:24:32.520 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79532026-09-16T23:25:34.292Z Sep 16 23:24:32.520 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79542026-09-16T23:25:34.292Z Sep 16 23:24:32.525 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79552026-09-16T23:25:34.292Z Sep 16 23:24:32.563 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79562026-09-16T23:25:34.292Z Sep 16 23:24:32.569 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79572026-09-16T23:25:34.292Z Sep 16 23:24:32.571 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79582026-09-16T23:25:34.292Z Sep 16 23:24:32.609 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79592026-09-16T23:25:34.292Z Sep 16 23:24:32.615 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79602026-09-16T23:25:34.292Z Sep 16 23:24:32.653 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79612026-09-16T23:25:34.292Z Sep 16 23:24:32.659 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79622026-09-16T23:25:34.292Z Sep 16 23:24:32.697 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79632026-09-16T23:25:34.292Z Sep 16 23:24:32.703 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79642026-09-16T23:25:34.292Z Sep 16 23:24:32.704 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79652026-09-16T23:25:34.292Z Sep 16 23:24:32.704 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79662026-09-16T23:25:34.293Z Sep 16 23:24:32.704 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79672026-09-16T23:25:34.299Z Sep 16 23:24:32.711 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79682026-09-16T23:25:34.299Z Sep 16 23:24:32.770 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79692026-09-16T23:25:34.299Z Sep 16 23:24:32.770 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79702026-09-16T23:25:34.299Z Sep 16 23:24:32.808 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79712026-09-16T23:25:34.299Z Sep 16 23:24:32.808 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79722026-09-16T23:25:34.299Z Sep 16 23:24:32.846 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79732026-09-16T23:25:34.299Z Sep 16 23:24:32.846 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79742026-09-16T23:25:34.299Z Sep 16 23:24:32.884 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79752026-09-16T23:25:34.299Z Sep 16 23:24:32.884 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79762026-09-16T23:25:34.299Z Sep 16 23:24:32.884 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79772026-09-16T23:25:34.299Z Sep 16 23:24:32.884 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79782026-09-16T23:25:34.299Z Sep 16 23:24:32.884 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79792026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79802026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79812026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79822026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79832026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79842026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79852026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79862026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79872026-09-16T23:25:34.300Z Sep 16 23:24:32.885 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
79882026-09-16T23:25:34.300Z Sep 16 23:24:32.891 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79892026-09-16T23:25:34.300Z Sep 16 23:24:32.891 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79902026-09-16T23:25:34.300Z Sep 16 23:24:32.897 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79912026-09-16T23:25:34.300Z Sep 16 23:24:32.898 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79922026-09-16T23:25:34.300Z Sep 16 23:24:32.904 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79932026-09-16T23:25:34.300Z Sep 16 23:24:32.904 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79942026-09-16T23:25:34.301Z Sep 16 23:24:32.910 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79952026-09-16T23:25:34.301Z Sep 16 23:24:32.910 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79962026-09-16T23:25:34.301Z Sep 16 23:24:33.060 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79972026-09-16T23:25:34.301Z Sep 16 23:24:33.060 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
79982026-09-16T23:25:34.301Z Sep 16 23:24:33.065 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
79992026-09-16T23:25:34.301Z Sep 16 23:24:33.103 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80002026-09-16T23:25:34.301Z Sep 16 23:24:33.109 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80012026-09-16T23:25:34.301Z Sep 16 23:24:33.111 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80022026-09-16T23:25:34.301Z Sep 16 23:24:33.148 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80032026-09-16T23:25:34.301Z Sep 16 23:24:33.154 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80042026-09-16T23:25:34.301Z Sep 16 23:24:33.193 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80052026-09-16T23:25:34.301Z Sep 16 23:24:33.199 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80062026-09-16T23:25:34.301Z Sep 16 23:24:33.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80072026-09-16T23:25:34.301Z Sep 16 23:24:33.243 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80082026-09-16T23:25:34.301Z Sep 16 23:24:33.243 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80092026-09-16T23:25:34.301Z Sep 16 23:24:33.243 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80102026-09-16T23:25:34.301Z Sep 16 23:24:33.243 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80112026-09-16T23:25:34.301Z Sep 16 23:24:33.250 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80122026-09-16T23:25:34.301Z Sep 16 23:24:33.310 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80132026-09-16T23:25:34.301Z Sep 16 23:24:33.310 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80142026-09-16T23:25:34.301Z Sep 16 23:24:33.348 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80152026-09-16T23:25:34.302Z Sep 16 23:24:33.348 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80162026-09-16T23:25:34.302Z Sep 16 23:24:33.385 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80172026-09-16T23:25:34.302Z Sep 16 23:24:33.385 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80182026-09-16T23:25:34.302Z Sep 16 23:24:33.423 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80192026-09-16T23:25:34.302Z Sep 16 23:24:33.423 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80202026-09-16T23:25:34.302Z Sep 16 23:24:33.430 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80212026-09-16T23:25:34.302Z Sep 16 23:24:33.430 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80222026-09-16T23:25:34.302Z Sep 16 23:24:33.436 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80232026-09-16T23:25:34.302Z Sep 16 23:24:33.436 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80242026-09-16T23:25:34.302Z Sep 16 23:24:33.442 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80252026-09-16T23:25:34.302Z Sep 16 23:24:33.442 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80262026-09-16T23:25:34.302Z Sep 16 23:24:33.448 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80272026-09-16T23:25:34.302Z Sep 16 23:24:33.448 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80282026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80292026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80302026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80312026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80322026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80332026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80342026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80352026-09-16T23:25:34.302Z Sep 16 23:24:33.448 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
80362026-09-16T23:25:34.302Z Sep 16 23:24:33.451 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80372026-09-16T23:25:34.302Z Sep 16 23:24:33.451 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80382026-09-16T23:25:34.302Z Sep 16 23:24:33.456 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80392026-09-16T23:25:34.302Z Sep 16 23:24:33.456 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80402026-09-16T23:25:34.302Z Sep 16 23:24:33.458 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80412026-09-16T23:25:34.302Z Sep 16 23:24:33.495 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80422026-09-16T23:25:34.302Z Sep 16 23:24:33.501 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80432026-09-16T23:25:34.302Z Sep 16 23:24:33.503 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80442026-09-16T23:25:34.302Z Sep 16 23:24:33.541 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80452026-09-16T23:25:34.302Z Sep 16 23:24:33.547 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80462026-09-16T23:25:34.302Z Sep 16 23:24:33.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80472026-09-16T23:25:34.302Z Sep 16 23:24:33.595 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80482026-09-16T23:25:34.302Z Sep 16 23:24:33.633 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80492026-09-16T23:25:34.302Z Sep 16 23:24:33.639 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80502026-09-16T23:25:34.302Z Sep 16 23:24:33.640 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80512026-09-16T23:25:34.302Z Sep 16 23:24:33.678 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80522026-09-16T23:25:34.302Z Sep 16 23:24:33.684 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80532026-09-16T23:25:34.302Z Sep 16 23:24:33.686 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80542026-09-16T23:25:34.303Z Sep 16 23:24:33.724 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80552026-09-16T23:25:34.303Z Sep 16 23:24:33.730 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80562026-09-16T23:25:34.303Z Sep 16 23:24:33.730 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80572026-09-16T23:25:34.303Z Sep 16 23:24:33.730 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80582026-09-16T23:25:34.303Z Sep 16 23:24:33.768 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80592026-09-16T23:25:34.303Z Sep 16 23:24:33.774 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80602026-09-16T23:25:34.303Z Sep 16 23:24:33.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80612026-09-16T23:25:34.303Z Sep 16 23:24:33.818 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80622026-09-16T23:25:34.303Z Sep 16 23:24:33.819 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80632026-09-16T23:25:34.303Z Sep 16 23:24:33.826 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80642026-09-16T23:25:34.303Z Sep 16 23:24:33.833 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80652026-09-16T23:25:34.303Z Sep 16 23:24:33.833 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80662026-09-16T23:25:34.303Z Sep 16 23:24:33.848 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80672026-09-16T23:25:34.310Z Sep 16 23:24:33.855 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80682026-09-16T23:25:34.310Z Sep 16 23:24:33.899 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80692026-09-16T23:25:34.310Z Sep 16 23:24:33.899 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80702026-09-16T23:25:34.310Z Sep 16 23:24:33.937 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80712026-09-16T23:25:34.310Z Sep 16 23:24:33.937 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80722026-09-16T23:25:34.310Z Sep 16 23:24:33.990 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80732026-09-16T23:25:34.310Z Sep 16 23:24:33.990 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80742026-09-16T23:25:34.310Z Sep 16 23:24:34.028 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80752026-09-16T23:25:34.310Z Sep 16 23:24:34.028 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80762026-09-16T23:25:34.310Z Sep 16 23:24:34.065 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80772026-09-16T23:25:34.310Z Sep 16 23:24:34.065 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80782026-09-16T23:25:34.310Z Sep 16 23:24:34.103 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80792026-09-16T23:25:34.311Z Sep 16 23:24:34.103 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80802026-09-16T23:25:34.311Z Sep 16 23:24:34.141 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80812026-09-16T23:25:34.311Z Sep 16 23:24:34.141 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80822026-09-16T23:25:34.311Z Sep 16 23:24:34.179 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80832026-09-16T23:25:34.311Z Sep 16 23:24:34.179 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80842026-09-16T23:25:34.311Z Sep 16 23:24:34.185 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80852026-09-16T23:25:34.311Z Sep 16 23:24:34.185 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80862026-09-16T23:25:34.311Z Sep 16 23:24:34.191 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80872026-09-16T23:25:34.311Z Sep 16 23:24:34.192 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80882026-09-16T23:25:34.311Z Sep 16 23:24:34.198 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80892026-09-16T23:25:34.311Z Sep 16 23:24:34.198 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80902026-09-16T23:25:34.311Z Sep 16 23:24:34.204 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80912026-09-16T23:25:34.311Z Sep 16 23:24:34.204 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80922026-09-16T23:25:34.311Z Sep 16 23:24:34.210 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80932026-09-16T23:25:34.311Z Sep 16 23:24:34.210 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80942026-09-16T23:25:34.311Z Sep 16 23:24:34.216 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80952026-09-16T23:25:34.311Z Sep 16 23:24:34.216 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
80962026-09-16T23:25:34.311Z Sep 16 23:24:34.222 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80972026-09-16T23:25:34.311Z Sep 16 23:24:34.223 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80982026-09-16T23:25:34.311Z Sep 16 23:24:34.229 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
80992026-09-16T23:25:34.311Z Sep 16 23:24:34.229 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81002026-09-16T23:25:34.311Z Sep 16 23:24:34.231 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81012026-09-16T23:25:34.311Z Sep 16 23:24:34.231 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81022026-09-16T23:25:34.311Z Sep 16 23:24:34.236 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81032026-09-16T23:25:34.311Z Sep 16 23:24:34.274 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81042026-09-16T23:25:34.311Z Sep 16 23:24:34.280 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81052026-09-16T23:25:34.311Z Sep 16 23:24:34.282 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81062026-09-16T23:25:34.311Z Sep 16 23:24:34.320 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81072026-09-16T23:25:34.311Z Sep 16 23:24:34.326 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81082026-09-16T23:25:34.311Z Sep 16 23:24:34.364 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81092026-09-16T23:25:34.311Z Sep 16 23:24:34.370 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81102026-09-16T23:25:34.311Z Sep 16 23:24:34.408 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81112026-09-16T23:25:34.311Z Sep 16 23:24:34.414 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81122026-09-16T23:25:34.311Z Sep 16 23:24:34.415 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81132026-09-16T23:25:34.311Z Sep 16 23:24:34.415 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81142026-09-16T23:25:34.311Z Sep 16 23:24:34.415 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81152026-09-16T23:25:34.311Z Sep 16 23:24:34.422 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81162026-09-16T23:25:34.311Z Sep 16 23:24:34.482 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81172026-09-16T23:25:34.311Z Sep 16 23:24:34.482 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81182026-09-16T23:25:34.311Z Sep 16 23:24:34.520 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81192026-09-16T23:25:34.312Z Sep 16 23:24:34.520 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81202026-09-16T23:25:34.312Z Sep 16 23:24:34.558 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81212026-09-16T23:25:34.312Z Sep 16 23:24:34.558 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81222026-09-16T23:25:34.312Z Sep 16 23:24:34.595 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81232026-09-16T23:25:34.312Z Sep 16 23:24:34.596 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81242026-09-16T23:25:34.312Z Sep 16 23:24:34.596 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81252026-09-16T23:25:34.312Z Sep 16 23:24:34.596 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81262026-09-16T23:25:34.312Z Sep 16 23:24:34.596 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81272026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81282026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81292026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81302026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81312026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81322026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81332026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81342026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81352026-09-16T23:25:34.312Z Sep 16 23:24:34.597 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81362026-09-16T23:25:34.312Z Sep 16 23:24:34.603 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81372026-09-16T23:25:34.312Z Sep 16 23:24:34.603 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81382026-09-16T23:25:34.312Z Sep 16 23:24:34.609 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81392026-09-16T23:25:34.312Z Sep 16 23:24:34.609 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81402026-09-16T23:25:34.312Z Sep 16 23:24:34.616 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81412026-09-16T23:25:34.312Z Sep 16 23:24:34.616 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81422026-09-16T23:25:34.312Z Sep 16 23:24:34.622 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81432026-09-16T23:25:34.312Z Sep 16 23:24:34.622 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81442026-09-16T23:25:34.312Z Sep 16 23:24:34.772 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81452026-09-16T23:25:34.312Z Sep 16 23:24:34.772 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81462026-09-16T23:25:34.312Z Sep 16 23:24:34.777 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81472026-09-16T23:25:34.312Z Sep 16 23:24:34.815 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81482026-09-16T23:25:34.312Z Sep 16 23:24:34.821 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81492026-09-16T23:25:34.312Z Sep 16 23:24:34.823 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81502026-09-16T23:25:34.312Z Sep 16 23:24:34.861 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81512026-09-16T23:25:34.312Z Sep 16 23:24:34.867 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81522026-09-16T23:25:34.312Z Sep 16 23:24:34.905 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81532026-09-16T23:25:34.312Z Sep 16 23:24:34.911 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81542026-09-16T23:25:34.312Z Sep 16 23:24:34.949 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81552026-09-16T23:25:34.312Z Sep 16 23:24:34.955 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81562026-09-16T23:25:34.312Z Sep 16 23:24:34.956 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81572026-09-16T23:25:34.313Z Sep 16 23:24:34.956 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81582026-09-16T23:25:34.313Z Sep 16 23:24:34.956 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81592026-09-16T23:25:34.313Z Sep 16 23:24:34.963 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81602026-09-16T23:25:34.313Z Sep 16 23:24:35.022 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81612026-09-16T23:25:34.313Z Sep 16 23:24:35.022 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81622026-09-16T23:25:34.313Z Sep 16 23:24:35.060 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81632026-09-16T23:25:34.313Z Sep 16 23:24:35.060 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81642026-09-16T23:25:34.313Z Sep 16 23:24:35.098 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81652026-09-16T23:25:34.313Z Sep 16 23:24:35.098 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81662026-09-16T23:25:34.313Z Sep 16 23:24:35.136 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81672026-09-16T23:25:34.317Z Sep 16 23:24:35.136 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81682026-09-16T23:25:34.317Z Sep 16 23:24:35.142 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81692026-09-16T23:25:34.317Z Sep 16 23:24:35.142 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81702026-09-16T23:25:34.317Z Sep 16 23:24:35.148 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81712026-09-16T23:25:34.318Z Sep 16 23:24:35.148 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81722026-09-16T23:25:34.318Z Sep 16 23:24:35.154 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81732026-09-16T23:25:34.318Z Sep 16 23:24:35.154 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81742026-09-16T23:25:34.318Z Sep 16 23:24:35.160 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81752026-09-16T23:25:34.319Z Sep 16 23:24:35.160 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81762026-09-16T23:25:34.319Z Sep 16 23:24:35.160 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81772026-09-16T23:25:34.319Z Sep 16 23:24:35.160 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81782026-09-16T23:25:34.319Z Sep 16 23:24:35.160 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81792026-09-16T23:25:34.319Z Sep 16 23:24:35.160 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81802026-09-16T23:25:34.319Z Sep 16 23:24:35.160 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81812026-09-16T23:25:34.319Z Sep 16 23:24:35.161 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81822026-09-16T23:25:34.319Z Sep 16 23:24:35.161 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81832026-09-16T23:25:34.319Z Sep 16 23:24:35.161 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
81842026-09-16T23:25:34.319Z Sep 16 23:24:35.164 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81852026-09-16T23:25:34.319Z Sep 16 23:24:35.164 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81862026-09-16T23:25:34.319Z Sep 16 23:24:35.169 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81872026-09-16T23:25:34.319Z Sep 16 23:24:35.169 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81882026-09-16T23:25:34.319Z Sep 16 23:24:35.170 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81892026-09-16T23:25:34.319Z Sep 16 23:24:35.208 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81902026-09-16T23:25:34.319Z Sep 16 23:24:35.214 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81912026-09-16T23:25:34.319Z Sep 16 23:24:35.216 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81922026-09-16T23:25:34.319Z Sep 16 23:24:35.253 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81932026-09-16T23:25:34.320Z Sep 16 23:24:35.259 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81942026-09-16T23:25:34.320Z Sep 16 23:24:35.301 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81952026-09-16T23:25:34.320Z Sep 16 23:24:35.307 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81962026-09-16T23:25:34.320Z Sep 16 23:24:35.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81972026-09-16T23:25:34.320Z Sep 16 23:24:35.351 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
81982026-09-16T23:25:34.320Z Sep 16 23:24:35.353 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
81992026-09-16T23:25:34.320Z Sep 16 23:24:35.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82002026-09-16T23:25:34.320Z Sep 16 23:24:35.397 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82012026-09-16T23:25:34.320Z Sep 16 23:24:35.399 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82022026-09-16T23:25:34.320Z Sep 16 23:24:35.437 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82032026-09-16T23:25:34.320Z Sep 16 23:24:35.443 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82042026-09-16T23:25:34.320Z Sep 16 23:24:35.443 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82052026-09-16T23:25:34.320Z Sep 16 23:24:35.443 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82062026-09-16T23:25:34.320Z Sep 16 23:24:35.481 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82072026-09-16T23:25:34.320Z Sep 16 23:24:35.487 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82082026-09-16T23:25:34.320Z Sep 16 23:24:35.525 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82092026-09-16T23:25:34.320Z Sep 16 23:24:35.531 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82102026-09-16T23:25:34.320Z Sep 16 23:24:35.532 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82112026-09-16T23:25:34.320Z Sep 16 23:24:35.539 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82122026-09-16T23:25:34.321Z Sep 16 23:24:35.546 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82132026-09-16T23:25:34.321Z Sep 16 23:24:35.546 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82142026-09-16T23:25:34.321Z Sep 16 23:24:35.560 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82152026-09-16T23:25:34.321Z Sep 16 23:24:35.567 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82162026-09-16T23:25:34.321Z Sep 16 23:24:35.612 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82172026-09-16T23:25:34.321Z Sep 16 23:24:35.612 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82182026-09-16T23:25:34.321Z Sep 16 23:24:35.650 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82192026-09-16T23:25:34.321Z Sep 16 23:24:35.650 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82202026-09-16T23:25:34.321Z Sep 16 23:24:35.702 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82212026-09-16T23:25:34.321Z Sep 16 23:24:35.702 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82222026-09-16T23:25:34.321Z Sep 16 23:24:35.740 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82232026-09-16T23:25:34.321Z Sep 16 23:24:35.740 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82242026-09-16T23:25:34.321Z Sep 16 23:24:35.778 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82252026-09-16T23:25:34.321Z Sep 16 23:24:35.778 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82262026-09-16T23:25:34.321Z Sep 16 23:24:35.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82272026-09-16T23:25:34.321Z Sep 16 23:24:35.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82282026-09-16T23:25:34.321Z Sep 16 23:24:35.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82292026-09-16T23:25:34.322Z Sep 16 23:24:35.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82302026-09-16T23:25:34.322Z Sep 16 23:24:35.891 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82312026-09-16T23:25:34.322Z Sep 16 23:24:35.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82322026-09-16T23:25:34.322Z Sep 16 23:24:35.898 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82332026-09-16T23:25:34.322Z Sep 16 23:24:35.898 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82342026-09-16T23:25:34.322Z Sep 16 23:24:35.904 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82352026-09-16T23:25:34.322Z Sep 16 23:24:35.904 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82362026-09-16T23:25:34.322Z Sep 16 23:24:35.910 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82372026-09-16T23:25:34.322Z Sep 16 23:24:35.910 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82382026-09-16T23:25:34.322Z Sep 16 23:24:35.916 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82392026-09-16T23:25:34.322Z Sep 16 23:24:35.916 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82402026-09-16T23:25:34.322Z Sep 16 23:24:35.922 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82412026-09-16T23:25:34.322Z Sep 16 23:24:35.922 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82422026-09-16T23:25:34.322Z Sep 16 23:24:35.928 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82432026-09-16T23:25:34.322Z Sep 16 23:24:35.928 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82442026-09-16T23:25:34.322Z Sep 16 23:24:35.934 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82452026-09-16T23:25:34.322Z Sep 16 23:24:35.935 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82462026-09-16T23:25:34.322Z Sep 16 23:24:35.941 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82472026-09-16T23:25:34.322Z Sep 16 23:24:35.941 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82482026-09-16T23:25:34.322Z Sep 16 23:24:35.943 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82492026-09-16T23:25:34.322Z Sep 16 23:24:35.943 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82502026-09-16T23:25:34.322Z Sep 16 23:24:35.948 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82512026-09-16T23:25:34.322Z Sep 16 23:24:35.986 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82522026-09-16T23:25:34.322Z Sep 16 23:24:35.992 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82532026-09-16T23:25:34.322Z Sep 16 23:24:35.994 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82542026-09-16T23:25:34.322Z Sep 16 23:24:36.031 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82552026-09-16T23:25:34.322Z Sep 16 23:24:36.037 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82562026-09-16T23:25:34.322Z Sep 16 23:24:36.076 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82572026-09-16T23:25:34.322Z Sep 16 23:24:36.082 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82582026-09-16T23:25:34.322Z Sep 16 23:24:36.120 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82592026-09-16T23:25:34.322Z Sep 16 23:24:36.126 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82602026-09-16T23:25:34.322Z Sep 16 23:24:36.126 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82612026-09-16T23:25:34.322Z Sep 16 23:24:36.126 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82622026-09-16T23:25:34.322Z Sep 16 23:24:36.126 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82632026-09-16T23:25:34.322Z Sep 16 23:24:36.134 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82642026-09-16T23:25:34.322Z Sep 16 23:24:36.193 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82652026-09-16T23:25:34.322Z Sep 16 23:24:36.193 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82662026-09-16T23:25:34.322Z Sep 16 23:24:36.231 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82672026-09-16T23:25:34.327Z Sep 16 23:24:36.231 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82682026-09-16T23:25:34.327Z Sep 16 23:24:36.269 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82692026-09-16T23:25:34.327Z Sep 16 23:24:36.269 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82702026-09-16T23:25:34.327Z Sep 16 23:24:36.307 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82712026-09-16T23:25:34.327Z Sep 16 23:24:36.307 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82722026-09-16T23:25:34.327Z Sep 16 23:24:36.307 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82732026-09-16T23:25:34.327Z Sep 16 23:24:36.307 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82742026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82752026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82762026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82772026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82782026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82792026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82802026-09-16T23:25:34.327Z Sep 16 23:24:36.308 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82812026-09-16T23:25:34.328Z Sep 16 23:24:36.308 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82822026-09-16T23:25:34.328Z Sep 16 23:24:36.308 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82832026-09-16T23:25:34.328Z Sep 16 23:24:36.308 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
82842026-09-16T23:25:34.328Z Sep 16 23:24:36.314 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82852026-09-16T23:25:34.328Z Sep 16 23:24:36.315 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82862026-09-16T23:25:34.328Z Sep 16 23:24:36.321 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82872026-09-16T23:25:34.328Z Sep 16 23:24:36.321 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82882026-09-16T23:25:34.328Z Sep 16 23:24:36.327 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82892026-09-16T23:25:34.328Z Sep 16 23:24:36.327 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82902026-09-16T23:25:34.328Z Sep 16 23:24:36.333 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82912026-09-16T23:25:34.328Z Sep 16 23:24:36.333 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82922026-09-16T23:25:34.328Z Sep 16 23:24:36.484 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82932026-09-16T23:25:34.328Z Sep 16 23:24:36.484 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
82942026-09-16T23:25:34.328Z Sep 16 23:24:36.489 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82952026-09-16T23:25:34.328Z Sep 16 23:24:36.526 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82962026-09-16T23:25:34.328Z Sep 16 23:24:36.532 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82972026-09-16T23:25:34.328Z Sep 16 23:24:36.534 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82982026-09-16T23:25:34.329Z Sep 16 23:24:36.572 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
82992026-09-16T23:25:34.329Z Sep 16 23:24:36.578 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83002026-09-16T23:25:34.329Z Sep 16 23:24:36.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83012026-09-16T23:25:34.329Z Sep 16 23:24:36.622 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83022026-09-16T23:25:34.329Z Sep 16 23:24:36.660 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83032026-09-16T23:25:34.329Z Sep 16 23:24:36.666 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83042026-09-16T23:25:34.329Z Sep 16 23:24:36.667 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83052026-09-16T23:25:34.329Z Sep 16 23:24:36.667 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83062026-09-16T23:25:34.329Z Sep 16 23:24:36.667 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83072026-09-16T23:25:34.329Z Sep 16 23:24:36.674 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83082026-09-16T23:25:34.329Z Sep 16 23:24:36.733 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83092026-09-16T23:25:34.329Z Sep 16 23:24:36.733 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83102026-09-16T23:25:34.329Z Sep 16 23:24:36.771 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83112026-09-16T23:25:34.330Z Sep 16 23:24:36.771 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83122026-09-16T23:25:34.330Z Sep 16 23:24:36.809 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83132026-09-16T23:25:34.330Z Sep 16 23:24:36.809 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83142026-09-16T23:25:34.330Z Sep 16 23:24:36.846 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83152026-09-16T23:25:34.330Z Sep 16 23:24:36.846 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83162026-09-16T23:25:34.330Z Sep 16 23:24:36.853 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83172026-09-16T23:25:34.330Z Sep 16 23:24:36.853 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83182026-09-16T23:25:34.330Z Sep 16 23:24:36.859 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83192026-09-16T23:25:34.330Z Sep 16 23:24:36.859 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83202026-09-16T23:25:34.330Z Sep 16 23:24:36.865 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83212026-09-16T23:25:34.330Z Sep 16 23:24:36.865 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83222026-09-16T23:25:34.330Z Sep 16 23:24:36.871 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83232026-09-16T23:25:34.330Z Sep 16 23:24:36.871 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83242026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83252026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83262026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83272026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83282026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83292026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83302026-09-16T23:25:34.330Z Sep 16 23:24:36.871 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83312026-09-16T23:25:34.331Z Sep 16 23:24:36.871 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
83322026-09-16T23:25:34.331Z Sep 16 23:24:36.874 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83332026-09-16T23:25:34.331Z Sep 16 23:24:36.874 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83342026-09-16T23:25:34.331Z Sep 16 23:24:36.879 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83352026-09-16T23:25:34.331Z Sep 16 23:24:36.879 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83362026-09-16T23:25:34.331Z Sep 16 23:24:36.881 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83372026-09-16T23:25:34.331Z Sep 16 23:24:36.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83382026-09-16T23:25:34.331Z Sep 16 23:24:36.924 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83392026-09-16T23:25:34.331Z Sep 16 23:24:36.926 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83402026-09-16T23:25:34.331Z Sep 16 23:24:36.964 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83412026-09-16T23:25:34.331Z Sep 16 23:24:36.970 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83422026-09-16T23:25:34.331Z Sep 16 23:24:37.012 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83432026-09-16T23:25:34.331Z Sep 16 23:24:37.018 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83442026-09-16T23:25:34.331Z Sep 16 23:24:37.056 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83452026-09-16T23:25:34.331Z Sep 16 23:24:37.062 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83462026-09-16T23:25:34.331Z Sep 16 23:24:37.064 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83472026-09-16T23:25:34.332Z Sep 16 23:24:37.101 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83482026-09-16T23:25:34.332Z Sep 16 23:24:37.107 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83492026-09-16T23:25:34.332Z Sep 16 23:24:37.109 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83502026-09-16T23:25:34.332Z Sep 16 23:24:37.147 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83512026-09-16T23:25:34.332Z Sep 16 23:24:37.153 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83522026-09-16T23:25:34.332Z Sep 16 23:24:37.154 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83532026-09-16T23:25:34.332Z Sep 16 23:24:37.154 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83542026-09-16T23:25:34.332Z Sep 16 23:24:37.192 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83552026-09-16T23:25:34.332Z Sep 16 23:24:37.198 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83562026-09-16T23:25:34.332Z Sep 16 23:24:37.236 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83572026-09-16T23:25:34.332Z Sep 16 23:24:37.242 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83582026-09-16T23:25:34.332Z Sep 16 23:24:37.242 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83592026-09-16T23:25:34.332Z Sep 16 23:24:37.249 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83602026-09-16T23:25:34.332Z Sep 16 23:24:37.257 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83612026-09-16T23:25:34.332Z Sep 16 23:24:37.257 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83622026-09-16T23:25:34.332Z Sep 16 23:24:37.271 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83632026-09-16T23:25:34.332Z Sep 16 23:24:37.278 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83642026-09-16T23:25:34.332Z Sep 16 23:24:37.323 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83652026-09-16T23:25:34.333Z Sep 16 23:24:37.323 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83662026-09-16T23:25:34.333Z Sep 16 23:24:37.361 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83672026-09-16T23:25:34.337Z Sep 16 23:24:37.361 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83682026-09-16T23:25:34.337Z Sep 16 23:24:37.413 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83692026-09-16T23:25:34.337Z Sep 16 23:24:37.413 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83702026-09-16T23:25:34.337Z Sep 16 23:24:37.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83712026-09-16T23:25:34.337Z Sep 16 23:24:37.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83722026-09-16T23:25:34.337Z Sep 16 23:24:37.489 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83732026-09-16T23:25:34.337Z Sep 16 23:24:37.489 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83742026-09-16T23:25:34.337Z Sep 16 23:24:37.527 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83752026-09-16T23:25:34.337Z Sep 16 23:24:37.527 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83762026-09-16T23:25:34.337Z Sep 16 23:24:37.565 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83772026-09-16T23:25:34.338Z Sep 16 23:24:37.565 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83782026-09-16T23:25:34.338Z Sep 16 23:24:37.602 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83792026-09-16T23:25:34.338Z Sep 16 23:24:37.602 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83802026-09-16T23:25:34.338Z Sep 16 23:24:37.609 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83812026-09-16T23:25:34.338Z Sep 16 23:24:37.609 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83822026-09-16T23:25:34.338Z Sep 16 23:24:37.615 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83832026-09-16T23:25:34.338Z Sep 16 23:24:37.615 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83842026-09-16T23:25:34.338Z Sep 16 23:24:37.621 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83852026-09-16T23:25:34.338Z Sep 16 23:24:37.621 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83862026-09-16T23:25:34.338Z Sep 16 23:24:37.627 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83872026-09-16T23:25:34.338Z Sep 16 23:24:37.627 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83882026-09-16T23:25:34.338Z Sep 16 23:24:37.633 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83892026-09-16T23:25:34.338Z Sep 16 23:24:37.633 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83902026-09-16T23:25:34.338Z Sep 16 23:24:37.639 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83912026-09-16T23:25:34.338Z Sep 16 23:24:37.639 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83922026-09-16T23:25:34.338Z Sep 16 23:24:37.646 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83932026-09-16T23:25:34.338Z Sep 16 23:24:37.646 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83942026-09-16T23:25:34.338Z Sep 16 23:24:37.652 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83952026-09-16T23:25:34.338Z Sep 16 23:24:37.652 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83962026-09-16T23:25:34.338Z Sep 16 23:24:37.654 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83972026-09-16T23:25:34.338Z Sep 16 23:24:37.654 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
83982026-09-16T23:25:34.338Z Sep 16 23:24:37.659 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
83992026-09-16T23:25:34.338Z Sep 16 23:24:37.697 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84002026-09-16T23:25:34.338Z Sep 16 23:24:37.703 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84012026-09-16T23:25:34.338Z Sep 16 23:24:37.705 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84022026-09-16T23:25:34.338Z Sep 16 23:24:37.742 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84032026-09-16T23:25:34.338Z Sep 16 23:24:37.748 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84042026-09-16T23:25:34.338Z Sep 16 23:24:37.787 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84052026-09-16T23:25:34.338Z Sep 16 23:24:37.793 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84062026-09-16T23:25:34.338Z Sep 16 23:24:37.831 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84072026-09-16T23:25:34.338Z Sep 16 23:24:37.837 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84082026-09-16T23:25:34.338Z Sep 16 23:24:37.837 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84092026-09-16T23:25:34.338Z Sep 16 23:24:37.837 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84102026-09-16T23:25:34.338Z Sep 16 23:24:37.837 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84112026-09-16T23:25:34.338Z Sep 16 23:24:37.844 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84122026-09-16T23:25:34.338Z Sep 16 23:24:37.904 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84132026-09-16T23:25:34.338Z Sep 16 23:24:37.904 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84142026-09-16T23:25:34.338Z Sep 16 23:24:37.942 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84152026-09-16T23:25:34.338Z Sep 16 23:24:37.942 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84162026-09-16T23:25:34.339Z Sep 16 23:24:37.980 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84172026-09-16T23:25:34.339Z Sep 16 23:24:37.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84182026-09-16T23:25:34.339Z Sep 16 23:24:38.018 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84192026-09-16T23:25:34.339Z Sep 16 23:24:38.018 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84202026-09-16T23:25:34.339Z Sep 16 23:24:38.018 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84212026-09-16T23:25:34.339Z Sep 16 23:24:38.018 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84222026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84232026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84242026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84252026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84262026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84272026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84282026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84292026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84302026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84312026-09-16T23:25:34.339Z Sep 16 23:24:38.019 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84322026-09-16T23:25:34.339Z Sep 16 23:24:38.026 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84332026-09-16T23:25:34.339Z Sep 16 23:24:38.026 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84342026-09-16T23:25:34.339Z Sep 16 23:24:38.032 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84352026-09-16T23:25:34.339Z Sep 16 23:24:38.032 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84362026-09-16T23:25:34.339Z Sep 16 23:24:38.038 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84372026-09-16T23:25:34.339Z Sep 16 23:24:38.038 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84382026-09-16T23:25:34.339Z Sep 16 23:24:38.044 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84392026-09-16T23:25:34.339Z Sep 16 23:24:38.044 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84402026-09-16T23:25:34.339Z Sep 16 23:24:38.195 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84412026-09-16T23:25:34.340Z Sep 16 23:24:38.195 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84422026-09-16T23:25:34.340Z Sep 16 23:24:38.200 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84432026-09-16T23:25:34.340Z Sep 16 23:24:38.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84442026-09-16T23:25:34.340Z Sep 16 23:24:38.243 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84452026-09-16T23:25:34.340Z Sep 16 23:24:38.245 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84462026-09-16T23:25:34.340Z Sep 16 23:24:38.283 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84472026-09-16T23:25:34.340Z Sep 16 23:24:38.289 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84482026-09-16T23:25:34.340Z Sep 16 23:24:38.328 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84492026-09-16T23:25:34.340Z Sep 16 23:24:38.334 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84502026-09-16T23:25:34.340Z Sep 16 23:24:38.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84512026-09-16T23:25:34.340Z Sep 16 23:24:38.378 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84522026-09-16T23:25:34.340Z Sep 16 23:24:38.379 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84532026-09-16T23:25:34.340Z Sep 16 23:24:38.379 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84542026-09-16T23:25:34.340Z Sep 16 23:24:38.379 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84552026-09-16T23:25:34.340Z Sep 16 23:24:38.386 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84562026-09-16T23:25:34.340Z Sep 16 23:24:38.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84572026-09-16T23:25:34.340Z Sep 16 23:24:38.445 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84582026-09-16T23:25:34.340Z Sep 16 23:24:38.483 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84592026-09-16T23:25:34.340Z Sep 16 23:24:38.483 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84602026-09-16T23:25:34.340Z Sep 16 23:24:38.520 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84612026-09-16T23:25:34.340Z Sep 16 23:24:38.521 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84622026-09-16T23:25:34.340Z Sep 16 23:24:38.558 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84632026-09-16T23:25:34.340Z Sep 16 23:24:38.558 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84642026-09-16T23:25:34.340Z Sep 16 23:24:38.564 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84652026-09-16T23:25:34.340Z Sep 16 23:24:38.565 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84662026-09-16T23:25:34.340Z Sep 16 23:24:38.571 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84672026-09-16T23:25:34.345Z Sep 16 23:24:38.571 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84682026-09-16T23:25:34.345Z Sep 16 23:24:38.577 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84692026-09-16T23:25:34.345Z Sep 16 23:24:38.577 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84702026-09-16T23:25:34.345Z Sep 16 23:24:38.583 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84712026-09-16T23:25:34.345Z Sep 16 23:24:38.583 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84722026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84732026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84742026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84752026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84762026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84772026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84782026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84792026-09-16T23:25:34.345Z Sep 16 23:24:38.583 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
84802026-09-16T23:25:34.345Z Sep 16 23:24:38.586 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84812026-09-16T23:25:34.345Z Sep 16 23:24:38.586 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84822026-09-16T23:25:34.345Z Sep 16 23:24:38.591 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84832026-09-16T23:25:34.346Z Sep 16 23:24:38.591 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84842026-09-16T23:25:34.346Z Sep 16 23:24:38.592 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84852026-09-16T23:25:34.346Z Sep 16 23:24:38.630 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84862026-09-16T23:25:34.346Z Sep 16 23:24:38.636 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84872026-09-16T23:25:34.346Z Sep 16 23:24:38.638 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84882026-09-16T23:25:34.346Z Sep 16 23:24:38.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84892026-09-16T23:25:34.346Z Sep 16 23:24:38.682 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84902026-09-16T23:25:34.346Z Sep 16 23:24:38.723 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84912026-09-16T23:25:34.346Z Sep 16 23:24:38.730 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84922026-09-16T23:25:34.346Z Sep 16 23:24:38.768 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84932026-09-16T23:25:34.346Z Sep 16 23:24:38.774 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
84942026-09-16T23:25:34.346Z Sep 16 23:24:38.776 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84952026-09-16T23:25:34.346Z Sep 16 23:24:38.813 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84962026-09-16T23:25:34.346Z Sep 16 23:24:38.819 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84972026-09-16T23:25:34.347Z Sep 16 23:24:38.821 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84982026-09-16T23:25:34.347Z Sep 16 23:24:38.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
84992026-09-16T23:25:34.347Z Sep 16 23:24:38.865 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85002026-09-16T23:25:34.347Z Sep 16 23:24:38.866 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85012026-09-16T23:25:34.347Z Sep 16 23:24:38.866 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85022026-09-16T23:25:34.347Z Sep 16 23:24:38.903 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85032026-09-16T23:25:34.347Z Sep 16 23:24:38.909 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85042026-09-16T23:25:34.347Z Sep 16 23:24:38.947 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85052026-09-16T23:25:34.347Z Sep 16 23:24:38.953 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85062026-09-16T23:25:34.347Z Sep 16 23:24:38.954 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85072026-09-16T23:25:34.347Z Sep 16 23:24:38.961 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85082026-09-16T23:25:34.347Z Sep 16 23:24:38.968 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85092026-09-16T23:25:34.347Z Sep 16 23:24:38.968 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85102026-09-16T23:25:34.347Z Sep 16 23:24:38.983 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85112026-09-16T23:25:34.348Z Sep 16 23:24:38.990 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85122026-09-16T23:25:34.348Z Sep 16 23:24:39.034 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85132026-09-16T23:25:34.348Z Sep 16 23:24:39.034 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85142026-09-16T23:25:34.348Z Sep 16 23:24:39.073 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85152026-09-16T23:25:34.348Z Sep 16 23:24:39.073 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85162026-09-16T23:25:34.348Z Sep 16 23:24:39.125 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85172026-09-16T23:25:34.348Z Sep 16 23:24:39.125 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85182026-09-16T23:25:34.348Z Sep 16 23:24:39.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85192026-09-16T23:25:34.348Z Sep 16 23:24:39.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85202026-09-16T23:25:34.348Z Sep 16 23:24:39.201 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85212026-09-16T23:25:34.348Z Sep 16 23:24:39.201 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85222026-09-16T23:25:34.348Z Sep 16 23:24:39.239 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85232026-09-16T23:25:34.348Z Sep 16 23:24:39.239 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85242026-09-16T23:25:34.348Z Sep 16 23:24:39.276 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85252026-09-16T23:25:34.348Z Sep 16 23:24:39.277 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85262026-09-16T23:25:34.348Z Sep 16 23:24:39.314 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85272026-09-16T23:25:34.348Z Sep 16 23:24:39.314 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85282026-09-16T23:25:34.348Z Sep 16 23:24:39.321 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85292026-09-16T23:25:34.348Z Sep 16 23:24:39.321 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85302026-09-16T23:25:34.348Z Sep 16 23:24:39.327 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85312026-09-16T23:25:34.348Z Sep 16 23:24:39.327 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85322026-09-16T23:25:34.348Z Sep 16 23:24:39.333 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85332026-09-16T23:25:34.348Z Sep 16 23:24:39.333 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85342026-09-16T23:25:34.348Z Sep 16 23:24:39.339 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85352026-09-16T23:25:34.348Z Sep 16 23:24:39.339 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85362026-09-16T23:25:34.348Z Sep 16 23:24:39.345 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85372026-09-16T23:25:34.348Z Sep 16 23:24:39.345 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85382026-09-16T23:25:34.348Z Sep 16 23:24:39.351 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85392026-09-16T23:25:34.348Z Sep 16 23:24:39.351 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85402026-09-16T23:25:34.348Z Sep 16 23:24:39.358 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85412026-09-16T23:25:34.348Z Sep 16 23:24:39.358 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85422026-09-16T23:25:34.348Z Sep 16 23:24:39.364 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85432026-09-16T23:25:34.348Z Sep 16 23:24:39.364 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85442026-09-16T23:25:34.348Z Sep 16 23:24:39.366 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85452026-09-16T23:25:34.348Z Sep 16 23:24:39.366 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85462026-09-16T23:25:34.348Z Sep 16 23:24:39.371 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85472026-09-16T23:25:34.348Z Sep 16 23:24:39.409 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85482026-09-16T23:25:34.348Z Sep 16 23:24:39.415 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85492026-09-16T23:25:34.349Z Sep 16 23:24:39.417 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85502026-09-16T23:25:34.349Z Sep 16 23:24:39.455 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85512026-09-16T23:25:34.349Z Sep 16 23:24:39.461 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85522026-09-16T23:25:34.349Z Sep 16 23:24:39.499 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85532026-09-16T23:25:34.349Z Sep 16 23:24:39.505 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85542026-09-16T23:25:34.349Z Sep 16 23:24:39.543 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85552026-09-16T23:25:34.349Z Sep 16 23:24:39.549 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85562026-09-16T23:25:34.349Z Sep 16 23:24:39.550 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85572026-09-16T23:25:34.349Z Sep 16 23:24:39.550 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85582026-09-16T23:25:34.349Z Sep 16 23:24:39.550 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85592026-09-16T23:25:34.349Z Sep 16 23:24:39.557 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85602026-09-16T23:25:34.349Z Sep 16 23:24:39.617 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85612026-09-16T23:25:34.349Z Sep 16 23:24:39.617 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85622026-09-16T23:25:34.349Z Sep 16 23:24:39.655 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85632026-09-16T23:25:34.349Z Sep 16 23:24:39.655 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85642026-09-16T23:25:34.349Z Sep 16 23:24:39.693 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85652026-09-16T23:25:34.349Z Sep 16 23:24:39.693 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85662026-09-16T23:25:34.349Z Sep 16 23:24:39.731 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85672026-09-16T23:25:34.353Z Sep 16 23:24:39.731 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85682026-09-16T23:25:34.353Z Sep 16 23:24:39.731 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85692026-09-16T23:25:34.354Z Sep 16 23:24:39.731 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85702026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85712026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85722026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85732026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85742026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85752026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85762026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85772026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85782026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85792026-09-16T23:25:34.354Z Sep 16 23:24:39.732 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
85802026-09-16T23:25:34.354Z Sep 16 23:24:39.739 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85812026-09-16T23:25:34.354Z Sep 16 23:24:39.739 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85822026-09-16T23:25:34.354Z Sep 16 23:24:39.745 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85832026-09-16T23:25:34.355Z Sep 16 23:24:39.745 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85842026-09-16T23:25:34.355Z Sep 16 23:24:39.751 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85852026-09-16T23:25:34.355Z Sep 16 23:24:39.751 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85862026-09-16T23:25:34.355Z Sep 16 23:24:39.757 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85872026-09-16T23:25:34.355Z Sep 16 23:24:39.757 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85882026-09-16T23:25:34.355Z Sep 16 23:24:39.907 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85892026-09-16T23:25:34.355Z Sep 16 23:24:39.907 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85902026-09-16T23:25:34.355Z Sep 16 23:24:39.912 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85912026-09-16T23:25:34.355Z Sep 16 23:24:39.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85922026-09-16T23:25:34.355Z Sep 16 23:24:39.956 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85932026-09-16T23:25:34.355Z Sep 16 23:24:39.958 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85942026-09-16T23:25:34.355Z Sep 16 23:24:39.996 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85952026-09-16T23:25:34.355Z Sep 16 23:24:40.002 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
85962026-09-16T23:25:34.355Z Sep 16 23:24:40.040 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85972026-09-16T23:25:34.355Z Sep 16 23:24:40.046 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85982026-09-16T23:25:34.355Z Sep 16 23:24:40.084 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
85992026-09-16T23:25:34.355Z Sep 16 23:24:40.090 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86002026-09-16T23:25:34.355Z Sep 16 23:24:40.091 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86012026-09-16T23:25:34.355Z Sep 16 23:24:40.091 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86022026-09-16T23:25:34.355Z Sep 16 23:24:40.091 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86032026-09-16T23:25:34.355Z Sep 16 23:24:40.098 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86042026-09-16T23:25:34.355Z Sep 16 23:24:40.157 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86052026-09-16T23:25:34.355Z Sep 16 23:24:40.157 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86062026-09-16T23:25:34.355Z Sep 16 23:24:40.195 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86072026-09-16T23:25:34.355Z Sep 16 23:24:40.195 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86082026-09-16T23:25:34.355Z Sep 16 23:24:40.233 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86092026-09-16T23:25:34.355Z Sep 16 23:24:40.233 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86102026-09-16T23:25:34.355Z Sep 16 23:24:40.271 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86112026-09-16T23:25:34.355Z Sep 16 23:24:40.271 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86122026-09-16T23:25:34.355Z Sep 16 23:24:40.277 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86132026-09-16T23:25:34.355Z Sep 16 23:24:40.277 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86142026-09-16T23:25:34.355Z Sep 16 23:24:40.283 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86152026-09-16T23:25:34.355Z Sep 16 23:24:40.283 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86162026-09-16T23:25:34.355Z Sep 16 23:24:40.289 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86172026-09-16T23:25:34.355Z Sep 16 23:24:40.290 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86182026-09-16T23:25:34.355Z Sep 16 23:24:40.296 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86192026-09-16T23:25:34.355Z Sep 16 23:24:40.296 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86202026-09-16T23:25:34.355Z Sep 16 23:24:40.296 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86212026-09-16T23:25:34.355Z Sep 16 23:24:40.296 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86222026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86232026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86242026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86252026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86262026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86272026-09-16T23:25:34.356Z Sep 16 23:24:40.296 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
86282026-09-16T23:25:34.356Z Sep 16 23:24:40.299 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86292026-09-16T23:25:34.356Z Sep 16 23:24:40.299 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86302026-09-16T23:25:34.356Z Sep 16 23:24:40.304 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86312026-09-16T23:25:34.356Z Sep 16 23:24:40.304 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86322026-09-16T23:25:34.356Z Sep 16 23:24:40.306 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86332026-09-16T23:25:34.356Z Sep 16 23:24:40.343 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86342026-09-16T23:25:34.356Z Sep 16 23:24:40.349 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86352026-09-16T23:25:34.356Z Sep 16 23:24:40.351 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86362026-09-16T23:25:34.356Z Sep 16 23:24:40.389 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86372026-09-16T23:25:34.356Z Sep 16 23:24:40.395 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86382026-09-16T23:25:34.356Z Sep 16 23:24:40.437 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86392026-09-16T23:25:34.356Z Sep 16 23:24:40.443 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86402026-09-16T23:25:34.356Z Sep 16 23:24:40.481 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86412026-09-16T23:25:34.356Z Sep 16 23:24:40.487 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86422026-09-16T23:25:34.356Z Sep 16 23:24:40.489 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86432026-09-16T23:25:34.356Z Sep 16 23:24:40.526 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86442026-09-16T23:25:34.356Z Sep 16 23:24:40.532 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86452026-09-16T23:25:34.356Z Sep 16 23:24:40.534 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86462026-09-16T23:25:34.356Z Sep 16 23:24:40.572 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86472026-09-16T23:25:34.356Z Sep 16 23:24:40.578 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86482026-09-16T23:25:34.356Z Sep 16 23:24:40.578 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86492026-09-16T23:25:34.356Z Sep 16 23:24:40.578 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86502026-09-16T23:25:34.356Z Sep 16 23:24:40.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86512026-09-16T23:25:34.356Z Sep 16 23:24:40.622 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86522026-09-16T23:25:34.356Z Sep 16 23:24:40.660 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86532026-09-16T23:25:34.356Z Sep 16 23:24:40.666 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86542026-09-16T23:25:34.356Z Sep 16 23:24:40.667 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86552026-09-16T23:25:34.356Z Sep 16 23:24:40.674 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86562026-09-16T23:25:34.356Z Sep 16 23:24:40.681 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86572026-09-16T23:25:34.356Z Sep 16 23:24:40.681 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86582026-09-16T23:25:34.356Z Sep 16 23:24:40.696 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86592026-09-16T23:25:34.357Z Sep 16 23:24:40.703 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86602026-09-16T23:25:34.357Z Sep 16 23:24:40.747 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86612026-09-16T23:25:34.357Z Sep 16 23:24:40.747 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86622026-09-16T23:25:34.357Z Sep 16 23:24:40.785 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86632026-09-16T23:25:34.357Z Sep 16 23:24:40.785 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86642026-09-16T23:25:34.357Z Sep 16 23:24:40.838 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86652026-09-16T23:25:34.357Z Sep 16 23:24:40.838 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86662026-09-16T23:25:34.357Z Sep 16 23:24:40.876 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86672026-09-16T23:25:34.361Z Sep 16 23:24:40.876 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86682026-09-16T23:25:34.361Z Sep 16 23:24:40.914 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86692026-09-16T23:25:34.361Z Sep 16 23:24:40.914 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86702026-09-16T23:25:34.361Z Sep 16 23:24:40.952 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86712026-09-16T23:25:34.361Z Sep 16 23:24:40.952 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86722026-09-16T23:25:34.361Z Sep 16 23:24:40.989 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86732026-09-16T23:25:34.361Z Sep 16 23:24:40.989 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86742026-09-16T23:25:34.361Z Sep 16 23:24:41.027 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86752026-09-16T23:25:34.361Z Sep 16 23:24:41.027 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86762026-09-16T23:25:34.361Z Sep 16 23:24:41.034 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86772026-09-16T23:25:34.361Z Sep 16 23:24:41.034 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86782026-09-16T23:25:34.361Z Sep 16 23:24:41.040 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86792026-09-16T23:25:34.361Z Sep 16 23:24:41.040 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86802026-09-16T23:25:34.362Z Sep 16 23:24:41.046 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86812026-09-16T23:25:34.362Z Sep 16 23:24:41.046 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86822026-09-16T23:25:34.362Z Sep 16 23:24:41.052 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86832026-09-16T23:25:34.362Z Sep 16 23:24:41.052 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86842026-09-16T23:25:34.362Z Sep 16 23:24:41.058 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86852026-09-16T23:25:34.362Z Sep 16 23:24:41.058 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86862026-09-16T23:25:34.362Z Sep 16 23:24:41.064 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86872026-09-16T23:25:34.362Z Sep 16 23:24:41.064 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86882026-09-16T23:25:34.362Z Sep 16 23:24:41.071 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86892026-09-16T23:25:34.362Z Sep 16 23:24:41.071 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86902026-09-16T23:25:34.362Z Sep 16 23:24:41.077 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86912026-09-16T23:25:34.362Z Sep 16 23:24:41.077 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86922026-09-16T23:25:34.362Z Sep 16 23:24:41.079 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86932026-09-16T23:25:34.362Z Sep 16 23:24:41.079 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
86942026-09-16T23:25:34.362Z Sep 16 23:24:41.084 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86952026-09-16T23:25:34.362Z Sep 16 23:24:41.122 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86962026-09-16T23:25:34.362Z Sep 16 23:24:41.128 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86972026-09-16T23:25:34.362Z Sep 16 23:24:41.130 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86982026-09-16T23:25:34.362Z Sep 16 23:24:41.168 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
86992026-09-16T23:25:34.362Z Sep 16 23:24:41.174 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87002026-09-16T23:25:34.362Z Sep 16 23:24:41.212 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87012026-09-16T23:25:34.363Z Sep 16 23:24:41.218 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87022026-09-16T23:25:34.363Z Sep 16 23:24:41.256 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87032026-09-16T23:25:34.363Z Sep 16 23:24:41.262 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87042026-09-16T23:25:34.363Z Sep 16 23:24:41.262 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87052026-09-16T23:25:34.363Z Sep 16 23:24:41.262 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87062026-09-16T23:25:34.363Z Sep 16 23:24:41.262 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87072026-09-16T23:25:34.363Z Sep 16 23:24:41.270 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87082026-09-16T23:25:34.363Z Sep 16 23:24:41.329 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87092026-09-16T23:25:34.363Z Sep 16 23:24:41.329 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87102026-09-16T23:25:34.363Z Sep 16 23:24:41.367 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87112026-09-16T23:25:34.363Z Sep 16 23:24:41.367 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87122026-09-16T23:25:34.363Z Sep 16 23:24:41.405 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87132026-09-16T23:25:34.363Z Sep 16 23:24:41.405 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87142026-09-16T23:25:34.363Z Sep 16 23:24:41.442 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87152026-09-16T23:25:34.363Z Sep 16 23:24:41.442 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87162026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87172026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87182026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87192026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87202026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87212026-09-16T23:25:34.363Z Sep 16 23:24:41.443 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87222026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87232026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87242026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87252026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87262026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87272026-09-16T23:25:34.363Z Sep 16 23:24:41.444 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87282026-09-16T23:25:34.363Z Sep 16 23:24:41.450 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87292026-09-16T23:25:34.363Z Sep 16 23:24:41.450 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87302026-09-16T23:25:34.363Z Sep 16 23:24:41.456 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87312026-09-16T23:25:34.363Z Sep 16 23:24:41.456 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87322026-09-16T23:25:34.363Z Sep 16 23:24:41.462 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87332026-09-16T23:25:34.363Z Sep 16 23:24:41.462 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87342026-09-16T23:25:34.364Z Sep 16 23:24:41.468 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87352026-09-16T23:25:34.364Z Sep 16 23:24:41.468 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87362026-09-16T23:25:34.364Z Sep 16 23:24:41.620 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87372026-09-16T23:25:34.364Z Sep 16 23:24:41.620 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87382026-09-16T23:25:34.364Z Sep 16 23:24:41.625 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87392026-09-16T23:25:34.364Z Sep 16 23:24:41.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87402026-09-16T23:25:34.364Z Sep 16 23:24:41.668 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87412026-09-16T23:25:34.364Z Sep 16 23:24:41.670 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87422026-09-16T23:25:34.364Z Sep 16 23:24:41.708 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87432026-09-16T23:25:34.364Z Sep 16 23:24:41.714 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87442026-09-16T23:25:34.364Z Sep 16 23:24:41.752 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87452026-09-16T23:25:34.364Z Sep 16 23:24:41.758 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87462026-09-16T23:25:34.364Z Sep 16 23:24:41.796 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87472026-09-16T23:25:34.364Z Sep 16 23:24:41.803 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87482026-09-16T23:25:34.364Z Sep 16 23:24:41.803 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87492026-09-16T23:25:34.365Z Sep 16 23:24:41.803 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87502026-09-16T23:25:34.365Z Sep 16 23:24:41.803 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87512026-09-16T23:25:34.365Z Sep 16 23:24:41.810 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87522026-09-16T23:25:34.365Z Sep 16 23:24:41.869 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87532026-09-16T23:25:34.365Z Sep 16 23:24:41.870 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87542026-09-16T23:25:34.365Z Sep 16 23:24:41.907 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87552026-09-16T23:25:34.365Z Sep 16 23:24:41.907 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87562026-09-16T23:25:34.365Z Sep 16 23:24:41.945 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87572026-09-16T23:25:34.365Z Sep 16 23:24:41.945 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87582026-09-16T23:25:34.365Z Sep 16 23:24:41.983 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87592026-09-16T23:25:34.365Z Sep 16 23:24:41.983 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87602026-09-16T23:25:34.365Z Sep 16 23:24:41.989 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87612026-09-16T23:25:34.365Z Sep 16 23:24:41.989 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87622026-09-16T23:25:34.365Z Sep 16 23:24:41.995 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87632026-09-16T23:25:34.365Z Sep 16 23:24:41.995 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87642026-09-16T23:25:34.365Z Sep 16 23:24:42.001 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87652026-09-16T23:25:34.365Z Sep 16 23:24:42.001 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87662026-09-16T23:25:34.365Z Sep 16 23:24:42.007 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87672026-09-16T23:25:34.369Z Sep 16 23:24:42.007 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87682026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87692026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87702026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87712026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87722026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87732026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87742026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87752026-09-16T23:25:34.370Z Sep 16 23:24:42.008 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
87762026-09-16T23:25:34.370Z Sep 16 23:24:42.011 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87772026-09-16T23:25:34.370Z Sep 16 23:24:42.011 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87782026-09-16T23:25:34.370Z Sep 16 23:24:42.016 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87792026-09-16T23:25:34.370Z Sep 16 23:24:42.016 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87802026-09-16T23:25:34.370Z Sep 16 23:24:42.017 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87812026-09-16T23:25:34.370Z Sep 16 23:24:42.055 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87822026-09-16T23:25:34.370Z Sep 16 23:24:42.061 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87832026-09-16T23:25:34.371Z Sep 16 23:24:42.063 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87842026-09-16T23:25:34.371Z Sep 16 23:24:42.101 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87852026-09-16T23:25:34.371Z Sep 16 23:24:42.107 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87862026-09-16T23:25:34.371Z Sep 16 23:24:42.149 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87872026-09-16T23:25:34.371Z Sep 16 23:24:42.155 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87882026-09-16T23:25:34.371Z Sep 16 23:24:42.193 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87892026-09-16T23:25:34.371Z Sep 16 23:24:42.199 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87902026-09-16T23:25:34.371Z Sep 16 23:24:42.201 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87912026-09-16T23:25:34.371Z Sep 16 23:24:42.238 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87922026-09-16T23:25:34.371Z Sep 16 23:24:42.244 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87932026-09-16T23:25:34.371Z Sep 16 23:24:42.246 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87942026-09-16T23:25:34.371Z Sep 16 23:24:42.284 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87952026-09-16T23:25:34.371Z Sep 16 23:24:42.290 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87962026-09-16T23:25:34.371Z Sep 16 23:24:42.291 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87972026-09-16T23:25:34.371Z Sep 16 23:24:42.291 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
87982026-09-16T23:25:34.371Z Sep 16 23:24:42.328 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
87992026-09-16T23:25:34.371Z Sep 16 23:24:42.334 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88002026-09-16T23:25:34.371Z Sep 16 23:24:42.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88012026-09-16T23:25:34.371Z Sep 16 23:24:42.378 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88022026-09-16T23:25:34.371Z Sep 16 23:24:42.379 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88032026-09-16T23:25:34.371Z Sep 16 23:24:42.386 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88042026-09-16T23:25:34.371Z Sep 16 23:24:42.393 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88052026-09-16T23:25:34.371Z Sep 16 23:24:42.393 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88062026-09-16T23:25:34.371Z Sep 16 23:24:42.408 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88072026-09-16T23:25:34.371Z Sep 16 23:24:42.415 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88082026-09-16T23:25:34.371Z Sep 16 23:24:42.459 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88092026-09-16T23:25:34.371Z Sep 16 23:24:42.460 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88102026-09-16T23:25:34.371Z Sep 16 23:24:42.497 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88112026-09-16T23:25:34.371Z Sep 16 23:24:42.497 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88122026-09-16T23:25:34.371Z Sep 16 23:24:42.550 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88132026-09-16T23:25:34.371Z Sep 16 23:24:42.550 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88142026-09-16T23:25:34.371Z Sep 16 23:24:42.588 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88152026-09-16T23:25:34.371Z Sep 16 23:24:42.588 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88162026-09-16T23:25:34.371Z Sep 16 23:24:42.626 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88172026-09-16T23:25:34.371Z Sep 16 23:24:42.626 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88182026-09-16T23:25:34.371Z Sep 16 23:24:42.664 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88192026-09-16T23:25:34.371Z Sep 16 23:24:42.664 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88202026-09-16T23:25:34.371Z Sep 16 23:24:42.702 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88212026-09-16T23:25:34.371Z Sep 16 23:24:42.702 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88222026-09-16T23:25:34.372Z Sep 16 23:24:42.739 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88232026-09-16T23:25:34.372Z Sep 16 23:24:42.739 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88242026-09-16T23:25:34.372Z Sep 16 23:24:42.746 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88252026-09-16T23:25:34.372Z Sep 16 23:24:42.746 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88262026-09-16T23:25:34.372Z Sep 16 23:24:42.752 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88272026-09-16T23:25:34.372Z Sep 16 23:24:42.752 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88282026-09-16T23:25:34.372Z Sep 16 23:24:42.758 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88292026-09-16T23:25:34.372Z Sep 16 23:24:42.758 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88302026-09-16T23:25:34.372Z Sep 16 23:24:42.764 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88312026-09-16T23:25:34.372Z Sep 16 23:24:42.764 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88322026-09-16T23:25:34.372Z Sep 16 23:24:42.770 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88332026-09-16T23:25:34.372Z Sep 16 23:24:42.770 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88342026-09-16T23:25:34.372Z Sep 16 23:24:42.776 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88352026-09-16T23:25:34.372Z Sep 16 23:24:42.776 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88362026-09-16T23:25:34.372Z Sep 16 23:24:42.783 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88372026-09-16T23:25:34.372Z Sep 16 23:24:42.783 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88382026-09-16T23:25:34.372Z Sep 16 23:24:42.789 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88392026-09-16T23:25:34.372Z Sep 16 23:24:42.789 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88402026-09-16T23:25:34.372Z Sep 16 23:24:42.791 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88412026-09-16T23:25:34.372Z Sep 16 23:24:42.791 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88422026-09-16T23:25:34.372Z Sep 16 23:24:42.796 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88432026-09-16T23:25:34.372Z Sep 16 23:24:42.834 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88442026-09-16T23:25:34.372Z Sep 16 23:24:42.840 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88452026-09-16T23:25:34.372Z Sep 16 23:24:42.842 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88462026-09-16T23:25:34.372Z Sep 16 23:24:42.880 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88472026-09-16T23:25:34.372Z Sep 16 23:24:42.886 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88482026-09-16T23:25:34.372Z Sep 16 23:24:42.924 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88492026-09-16T23:25:34.372Z Sep 16 23:24:42.930 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88502026-09-16T23:25:34.372Z Sep 16 23:24:42.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88512026-09-16T23:25:34.372Z Sep 16 23:24:42.974 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88522026-09-16T23:25:34.372Z Sep 16 23:24:42.975 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88532026-09-16T23:25:34.372Z Sep 16 23:24:42.975 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88542026-09-16T23:25:34.372Z Sep 16 23:24:42.975 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88552026-09-16T23:25:34.372Z Sep 16 23:24:42.982 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88562026-09-16T23:25:34.372Z Sep 16 23:24:43.041 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88572026-09-16T23:25:34.374Z Sep 16 23:24:43.041 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88582026-09-16T23:25:34.374Z Sep 16 23:24:43.079 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88592026-09-16T23:25:34.374Z Sep 16 23:24:43.079 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88602026-09-16T23:25:34.374Z Sep 16 23:24:43.117 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88612026-09-16T23:25:34.374Z Sep 16 23:24:43.117 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88622026-09-16T23:25:34.374Z Sep 16 23:24:43.154 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88632026-09-16T23:25:34.374Z Sep 16 23:24:43.155 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88642026-09-16T23:25:34.374Z Sep 16 23:24:43.155 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88652026-09-16T23:25:34.374Z Sep 16 23:24:43.155 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88662026-09-16T23:25:34.374Z Sep 16 23:24:43.155 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88672026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88682026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88692026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88702026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88712026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88722026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88732026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88742026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88752026-09-16T23:25:34.379Z Sep 16 23:24:43.156 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
88762026-09-16T23:25:34.379Z Sep 16 23:24:43.162 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88772026-09-16T23:25:34.379Z Sep 16 23:24:43.162 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88782026-09-16T23:25:34.380Z Sep 16 23:24:43.168 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88792026-09-16T23:25:34.380Z Sep 16 23:24:43.168 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88802026-09-16T23:25:34.380Z Sep 16 23:24:43.174 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88812026-09-16T23:25:34.380Z Sep 16 23:24:43.175 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88822026-09-16T23:25:34.380Z Sep 16 23:24:43.180 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88832026-09-16T23:25:34.380Z Sep 16 23:24:43.181 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88842026-09-16T23:25:34.380Z Sep 16 23:24:43.331 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88852026-09-16T23:25:34.380Z Sep 16 23:24:43.331 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88862026-09-16T23:25:34.380Z Sep 16 23:24:43.336 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88872026-09-16T23:25:34.380Z Sep 16 23:24:43.374 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88882026-09-16T23:25:34.380Z Sep 16 23:24:43.380 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88892026-09-16T23:25:34.380Z Sep 16 23:24:43.382 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88902026-09-16T23:25:34.380Z Sep 16 23:24:43.419 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88912026-09-16T23:25:34.380Z Sep 16 23:24:43.426 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88922026-09-16T23:25:34.380Z Sep 16 23:24:43.464 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88932026-09-16T23:25:34.380Z Sep 16 23:24:43.470 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88942026-09-16T23:25:34.380Z Sep 16 23:24:43.508 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88952026-09-16T23:25:34.380Z Sep 16 23:24:43.514 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88962026-09-16T23:25:34.380Z Sep 16 23:24:43.514 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88972026-09-16T23:25:34.380Z Sep 16 23:24:43.514 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
88982026-09-16T23:25:34.380Z Sep 16 23:24:43.515 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
88992026-09-16T23:25:34.380Z Sep 16 23:24:43.522 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89002026-09-16T23:25:34.380Z Sep 16 23:24:43.581 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89012026-09-16T23:25:34.380Z Sep 16 23:24:43.581 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89022026-09-16T23:25:34.380Z Sep 16 23:24:43.619 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89032026-09-16T23:25:34.380Z Sep 16 23:24:43.619 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89042026-09-16T23:25:34.380Z Sep 16 23:24:43.657 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89052026-09-16T23:25:34.380Z Sep 16 23:24:43.657 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89062026-09-16T23:25:34.380Z Sep 16 23:24:43.694 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89072026-09-16T23:25:34.380Z Sep 16 23:24:43.694 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89082026-09-16T23:25:34.380Z Sep 16 23:24:43.701 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89092026-09-16T23:25:34.380Z Sep 16 23:24:43.701 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89102026-09-16T23:25:34.380Z Sep 16 23:24:43.707 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89112026-09-16T23:25:34.380Z Sep 16 23:24:43.707 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89122026-09-16T23:25:34.380Z Sep 16 23:24:43.713 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89132026-09-16T23:25:34.380Z Sep 16 23:24:43.713 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89142026-09-16T23:25:34.380Z Sep 16 23:24:43.719 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89152026-09-16T23:25:34.380Z Sep 16 23:24:43.719 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89162026-09-16T23:25:34.380Z Sep 16 23:24:43.719 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89172026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89182026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89192026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89202026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89212026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89222026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89232026-09-16T23:25:34.381Z Sep 16 23:24:43.719 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
89242026-09-16T23:25:34.381Z Sep 16 23:24:43.722 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89252026-09-16T23:25:34.381Z Sep 16 23:24:43.722 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89262026-09-16T23:25:34.381Z Sep 16 23:24:43.727 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89272026-09-16T23:25:34.381Z Sep 16 23:24:43.727 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89282026-09-16T23:25:34.381Z Sep 16 23:24:43.729 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89292026-09-16T23:25:34.381Z Sep 16 23:24:43.766 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89302026-09-16T23:25:34.381Z Sep 16 23:24:43.772 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89312026-09-16T23:25:34.381Z Sep 16 23:24:43.774 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89322026-09-16T23:25:34.381Z Sep 16 23:24:43.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89332026-09-16T23:25:34.381Z Sep 16 23:24:43.818 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89342026-09-16T23:25:34.381Z Sep 16 23:24:43.860 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89352026-09-16T23:25:34.381Z Sep 16 23:24:43.866 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89362026-09-16T23:25:34.381Z Sep 16 23:24:43.904 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89372026-09-16T23:25:34.381Z Sep 16 23:24:43.910 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89382026-09-16T23:25:34.381Z Sep 16 23:24:43.912 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89392026-09-16T23:25:34.381Z Sep 16 23:24:43.949 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89402026-09-16T23:25:34.381Z Sep 16 23:24:43.955 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89412026-09-16T23:25:34.381Z Sep 16 23:24:43.957 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89422026-09-16T23:25:34.381Z Sep 16 23:24:43.995 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89432026-09-16T23:25:34.381Z Sep 16 23:24:44.001 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89442026-09-16T23:25:34.381Z Sep 16 23:24:44.002 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89452026-09-16T23:25:34.381Z Sep 16 23:24:44.002 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89462026-09-16T23:25:34.381Z Sep 16 23:24:44.039 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89472026-09-16T23:25:34.381Z Sep 16 23:24:44.045 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89482026-09-16T23:25:34.381Z Sep 16 23:24:44.084 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89492026-09-16T23:25:34.381Z Sep 16 23:24:44.090 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89502026-09-16T23:25:34.381Z Sep 16 23:24:44.090 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89512026-09-16T23:25:34.381Z Sep 16 23:24:44.097 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89522026-09-16T23:25:34.381Z Sep 16 23:24:44.104 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89532026-09-16T23:25:34.381Z Sep 16 23:24:44.105 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89542026-09-16T23:25:34.381Z Sep 16 23:24:44.119 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89552026-09-16T23:25:34.382Z Sep 16 23:24:44.126 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89562026-09-16T23:25:34.382Z Sep 16 23:24:44.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89572026-09-16T23:25:34.382Z Sep 16 23:24:44.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89582026-09-16T23:25:34.382Z Sep 16 23:24:44.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89592026-09-16T23:25:34.382Z Sep 16 23:24:44.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89602026-09-16T23:25:34.382Z Sep 16 23:24:44.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89612026-09-16T23:25:34.382Z Sep 16 23:24:44.262 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89622026-09-16T23:25:34.382Z Sep 16 23:24:44.300 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89632026-09-16T23:25:34.382Z Sep 16 23:24:44.300 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89642026-09-16T23:25:34.382Z Sep 16 23:24:44.337 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89652026-09-16T23:25:34.382Z Sep 16 23:24:44.337 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89662026-09-16T23:25:34.382Z Sep 16 23:24:44.375 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89672026-09-16T23:25:34.386Z Sep 16 23:24:44.375 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89682026-09-16T23:25:34.386Z Sep 16 23:24:44.413 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89692026-09-16T23:25:34.386Z Sep 16 23:24:44.413 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89702026-09-16T23:25:34.386Z Sep 16 23:24:44.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89712026-09-16T23:25:34.387Z Sep 16 23:24:44.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89722026-09-16T23:25:34.387Z Sep 16 23:24:44.458 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89732026-09-16T23:25:34.387Z Sep 16 23:24:44.458 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89742026-09-16T23:25:34.387Z Sep 16 23:24:44.464 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89752026-09-16T23:25:34.387Z Sep 16 23:24:44.464 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89762026-09-16T23:25:34.387Z Sep 16 23:24:44.470 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89772026-09-16T23:25:34.387Z Sep 16 23:24:44.470 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89782026-09-16T23:25:34.387Z Sep 16 23:24:44.476 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89792026-09-16T23:25:34.387Z Sep 16 23:24:44.476 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89802026-09-16T23:25:34.387Z Sep 16 23:24:44.482 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89812026-09-16T23:25:34.387Z Sep 16 23:24:44.482 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89822026-09-16T23:25:34.387Z Sep 16 23:24:44.488 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89832026-09-16T23:25:34.387Z Sep 16 23:24:44.488 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89842026-09-16T23:25:34.387Z Sep 16 23:24:44.495 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89852026-09-16T23:25:34.387Z Sep 16 23:24:44.495 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89862026-09-16T23:25:34.387Z Sep 16 23:24:44.501 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89872026-09-16T23:25:34.387Z Sep 16 23:24:44.501 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89882026-09-16T23:25:34.387Z Sep 16 23:24:44.503 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89892026-09-16T23:25:34.387Z Sep 16 23:24:44.503 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89902026-09-16T23:25:34.387Z Sep 16 23:24:44.508 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89912026-09-16T23:25:34.387Z Sep 16 23:24:44.546 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89922026-09-16T23:25:34.387Z Sep 16 23:24:44.552 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89932026-09-16T23:25:34.387Z Sep 16 23:24:44.554 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89942026-09-16T23:25:34.387Z Sep 16 23:24:44.592 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89952026-09-16T23:25:34.387Z Sep 16 23:24:44.598 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
89962026-09-16T23:25:34.387Z Sep 16 23:24:44.636 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89972026-09-16T23:25:34.387Z Sep 16 23:24:44.642 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89982026-09-16T23:25:34.387Z Sep 16 23:24:44.680 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
89992026-09-16T23:25:34.387Z Sep 16 23:24:44.686 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90002026-09-16T23:25:34.387Z Sep 16 23:24:44.687 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90012026-09-16T23:25:34.387Z Sep 16 23:24:44.687 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90022026-09-16T23:25:34.387Z Sep 16 23:24:44.687 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90032026-09-16T23:25:34.387Z Sep 16 23:24:44.694 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90042026-09-16T23:25:34.387Z Sep 16 23:24:44.753 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90052026-09-16T23:25:34.387Z Sep 16 23:24:44.753 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90062026-09-16T23:25:34.387Z Sep 16 23:24:44.791 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90072026-09-16T23:25:34.387Z Sep 16 23:24:44.791 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90082026-09-16T23:25:34.387Z Sep 16 23:24:44.829 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90092026-09-16T23:25:34.387Z Sep 16 23:24:44.829 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90102026-09-16T23:25:34.388Z Sep 16 23:24:44.867 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90112026-09-16T23:25:34.388Z Sep 16 23:24:44.867 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90122026-09-16T23:25:34.388Z Sep 16 23:24:44.867 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90132026-09-16T23:25:34.388Z Sep 16 23:24:44.867 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90142026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90152026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90162026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90172026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90182026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90192026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90202026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90212026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90222026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90232026-09-16T23:25:34.388Z Sep 16 23:24:44.868 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90242026-09-16T23:25:34.388Z Sep 16 23:24:44.874 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90252026-09-16T23:25:34.388Z Sep 16 23:24:44.874 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90262026-09-16T23:25:34.388Z Sep 16 23:24:44.880 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90272026-09-16T23:25:34.388Z Sep 16 23:24:44.880 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90282026-09-16T23:25:34.388Z Sep 16 23:24:44.886 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90292026-09-16T23:25:34.389Z Sep 16 23:24:44.887 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90302026-09-16T23:25:34.389Z Sep 16 23:24:44.892 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90312026-09-16T23:25:34.389Z Sep 16 23:24:44.893 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90322026-09-16T23:25:34.389Z Sep 16 23:24:45.043 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90332026-09-16T23:25:34.389Z Sep 16 23:24:45.043 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90342026-09-16T23:25:34.389Z Sep 16 23:24:45.048 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90352026-09-16T23:25:34.389Z Sep 16 23:24:45.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90362026-09-16T23:25:34.389Z Sep 16 23:24:45.092 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90372026-09-16T23:25:34.389Z Sep 16 23:24:45.094 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90382026-09-16T23:25:34.389Z Sep 16 23:24:45.131 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90392026-09-16T23:25:34.389Z Sep 16 23:24:45.137 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90402026-09-16T23:25:34.389Z Sep 16 23:24:45.176 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90412026-09-16T23:25:34.389Z Sep 16 23:24:45.182 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90422026-09-16T23:25:34.389Z Sep 16 23:24:45.220 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90432026-09-16T23:25:34.389Z Sep 16 23:24:45.226 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90442026-09-16T23:25:34.389Z Sep 16 23:24:45.226 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90452026-09-16T23:25:34.389Z Sep 16 23:24:45.227 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90462026-09-16T23:25:34.389Z Sep 16 23:24:45.227 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90472026-09-16T23:25:34.389Z Sep 16 23:24:45.234 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90482026-09-16T23:25:34.389Z Sep 16 23:24:45.293 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90492026-09-16T23:25:34.389Z Sep 16 23:24:45.293 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90502026-09-16T23:25:34.389Z Sep 16 23:24:45.331 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90512026-09-16T23:25:34.389Z Sep 16 23:24:45.331 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90522026-09-16T23:25:34.389Z Sep 16 23:24:45.369 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90532026-09-16T23:25:34.389Z Sep 16 23:24:45.369 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90542026-09-16T23:25:34.389Z Sep 16 23:24:45.406 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90552026-09-16T23:25:34.389Z Sep 16 23:24:45.406 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90562026-09-16T23:25:34.389Z Sep 16 23:24:45.413 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90572026-09-16T23:25:34.389Z Sep 16 23:24:45.413 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90582026-09-16T23:25:34.390Z Sep 16 23:24:45.419 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90592026-09-16T23:25:34.390Z Sep 16 23:24:45.419 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90602026-09-16T23:25:34.390Z Sep 16 23:24:45.425 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90612026-09-16T23:25:34.390Z Sep 16 23:24:45.425 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90622026-09-16T23:25:34.390Z Sep 16 23:24:45.431 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90632026-09-16T23:25:34.390Z Sep 16 23:24:45.431 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90642026-09-16T23:25:34.390Z Sep 16 23:24:45.431 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90652026-09-16T23:25:34.390Z Sep 16 23:24:45.431 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90662026-09-16T23:25:34.390Z Sep 16 23:24:45.431 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90672026-09-16T23:25:34.395Z Sep 16 23:24:45.431 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90682026-09-16T23:25:34.395Z Sep 16 23:24:45.432 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90692026-09-16T23:25:34.395Z Sep 16 23:24:45.432 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90702026-09-16T23:25:34.395Z Sep 16 23:24:45.432 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90712026-09-16T23:25:34.395Z Sep 16 23:24:45.432 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
90722026-09-16T23:25:34.395Z Sep 16 23:24:45.435 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90732026-09-16T23:25:34.395Z Sep 16 23:24:45.435 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90742026-09-16T23:25:34.395Z Sep 16 23:24:45.440 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90752026-09-16T23:25:34.395Z Sep 16 23:24:45.440 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90762026-09-16T23:25:34.396Z Sep 16 23:24:45.441 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90772026-09-16T23:25:34.396Z Sep 16 23:24:45.479 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90782026-09-16T23:25:34.396Z Sep 16 23:24:45.485 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90792026-09-16T23:25:34.396Z Sep 16 23:24:45.487 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90802026-09-16T23:25:34.396Z Sep 16 23:24:45.524 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90812026-09-16T23:25:34.396Z Sep 16 23:24:45.530 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90822026-09-16T23:25:34.396Z Sep 16 23:24:45.572 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90832026-09-16T23:25:34.396Z Sep 16 23:24:45.578 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90842026-09-16T23:25:34.396Z Sep 16 23:24:45.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90852026-09-16T23:25:34.396Z Sep 16 23:24:45.622 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90862026-09-16T23:25:34.396Z Sep 16 23:24:45.624 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90872026-09-16T23:25:34.396Z Sep 16 23:24:45.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90882026-09-16T23:25:34.397Z Sep 16 23:24:45.668 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90892026-09-16T23:25:34.397Z Sep 16 23:24:45.670 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90902026-09-16T23:25:34.397Z Sep 16 23:24:45.707 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90912026-09-16T23:25:34.397Z Sep 16 23:24:45.713 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90922026-09-16T23:25:34.397Z Sep 16 23:24:45.714 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90932026-09-16T23:25:34.397Z Sep 16 23:24:45.714 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
90942026-09-16T23:25:34.397Z Sep 16 23:24:45.752 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90952026-09-16T23:25:34.397Z Sep 16 23:24:45.758 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90962026-09-16T23:25:34.397Z Sep 16 23:24:45.796 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90972026-09-16T23:25:34.397Z Sep 16 23:24:45.802 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90982026-09-16T23:25:34.397Z Sep 16 23:24:45.802 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
90992026-09-16T23:25:34.397Z Sep 16 23:24:45.809 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91002026-09-16T23:25:34.397Z Sep 16 23:24:45.816 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91012026-09-16T23:25:34.398Z Sep 16 23:24:45.817 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91022026-09-16T23:25:34.398Z Sep 16 23:24:45.831 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91032026-09-16T23:25:34.398Z Sep 16 23:24:45.838 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91042026-09-16T23:25:34.398Z Sep 16 23:24:45.883 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91052026-09-16T23:25:34.398Z Sep 16 23:24:45.883 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91062026-09-16T23:25:34.398Z Sep 16 23:24:45.921 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91072026-09-16T23:25:34.398Z Sep 16 23:24:45.921 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91082026-09-16T23:25:34.398Z Sep 16 23:24:45.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91092026-09-16T23:25:34.398Z Sep 16 23:24:45.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91102026-09-16T23:25:34.398Z Sep 16 23:24:46.011 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91112026-09-16T23:25:34.398Z Sep 16 23:24:46.011 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91122026-09-16T23:25:34.398Z Sep 16 23:24:46.049 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91132026-09-16T23:25:34.398Z Sep 16 23:24:46.049 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91142026-09-16T23:25:34.398Z Sep 16 23:24:46.087 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91152026-09-16T23:25:34.398Z Sep 16 23:24:46.087 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91162026-09-16T23:25:34.398Z Sep 16 23:24:46.125 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91172026-09-16T23:25:34.398Z Sep 16 23:24:46.125 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91182026-09-16T23:25:34.398Z Sep 16 23:24:46.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91192026-09-16T23:25:34.398Z Sep 16 23:24:46.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91202026-09-16T23:25:34.398Z Sep 16 23:24:46.169 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91212026-09-16T23:25:34.399Z Sep 16 23:24:46.169 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91222026-09-16T23:25:34.399Z Sep 16 23:24:46.175 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91232026-09-16T23:25:34.399Z Sep 16 23:24:46.175 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91242026-09-16T23:25:34.399Z Sep 16 23:24:46.181 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91252026-09-16T23:25:34.399Z Sep 16 23:24:46.182 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91262026-09-16T23:25:34.399Z Sep 16 23:24:46.187 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91272026-09-16T23:25:34.399Z Sep 16 23:24:46.188 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91282026-09-16T23:25:34.399Z Sep 16 23:24:46.193 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91292026-09-16T23:25:34.399Z Sep 16 23:24:46.194 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91302026-09-16T23:25:34.400Z Sep 16 23:24:46.200 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91312026-09-16T23:25:34.400Z Sep 16 23:24:46.200 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91322026-09-16T23:25:34.400Z Sep 16 23:24:46.206 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91332026-09-16T23:25:34.400Z Sep 16 23:24:46.206 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91342026-09-16T23:25:34.400Z Sep 16 23:24:46.212 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91352026-09-16T23:25:34.400Z Sep 16 23:24:46.212 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91362026-09-16T23:25:34.400Z Sep 16 23:24:46.215 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91372026-09-16T23:25:34.400Z Sep 16 23:24:46.215 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91382026-09-16T23:25:34.400Z Sep 16 23:24:46.220 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91392026-09-16T23:25:34.400Z Sep 16 23:24:46.258 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91402026-09-16T23:25:34.400Z Sep 16 23:24:46.264 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91412026-09-16T23:25:34.401Z Sep 16 23:24:46.266 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91422026-09-16T23:25:34.401Z Sep 16 23:24:46.303 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91432026-09-16T23:25:34.401Z Sep 16 23:24:46.309 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91442026-09-16T23:25:34.401Z Sep 16 23:24:46.348 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91452026-09-16T23:25:34.402Z Sep 16 23:24:46.354 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91462026-09-16T23:25:34.402Z Sep 16 23:24:46.392 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91472026-09-16T23:25:34.402Z Sep 16 23:24:46.398 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91482026-09-16T23:25:34.402Z Sep 16 23:24:46.398 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91492026-09-16T23:25:34.402Z Sep 16 23:24:46.398 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91502026-09-16T23:25:34.402Z Sep 16 23:24:46.398 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91512026-09-16T23:25:34.402Z Sep 16 23:24:46.405 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91522026-09-16T23:25:34.402Z Sep 16 23:24:46.465 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91532026-09-16T23:25:34.402Z Sep 16 23:24:46.465 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91542026-09-16T23:25:34.402Z Sep 16 23:24:46.503 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91552026-09-16T23:25:34.402Z Sep 16 23:24:46.503 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91562026-09-16T23:25:34.403Z Sep 16 23:24:46.541 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91572026-09-16T23:25:34.403Z Sep 16 23:24:46.541 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91582026-09-16T23:25:34.403Z Sep 16 23:24:46.578 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91592026-09-16T23:25:34.404Z Sep 16 23:24:46.578 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91602026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91612026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91622026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91632026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91642026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91652026-09-16T23:25:34.404Z Sep 16 23:24:46.579 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91662026-09-16T23:25:34.404Z Sep 16 23:24:46.580 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91672026-09-16T23:25:34.413Z Sep 16 23:24:46.580 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91682026-09-16T23:25:34.413Z Sep 16 23:24:46.580 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91692026-09-16T23:25:34.413Z Sep 16 23:24:46.580 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91702026-09-16T23:25:34.413Z Sep 16 23:24:46.580 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91712026-09-16T23:25:34.413Z Sep 16 23:24:46.580 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
91722026-09-16T23:25:34.413Z Sep 16 23:24:46.586 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91732026-09-16T23:25:34.413Z Sep 16 23:24:46.586 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91742026-09-16T23:25:34.413Z Sep 16 23:24:46.592 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91752026-09-16T23:25:34.413Z Sep 16 23:24:46.592 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91762026-09-16T23:25:34.413Z Sep 16 23:24:46.598 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91772026-09-16T23:25:34.414Z Sep 16 23:24:46.598 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91782026-09-16T23:25:34.414Z Sep 16 23:24:46.604 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91792026-09-16T23:25:34.414Z Sep 16 23:24:46.604 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91802026-09-16T23:25:34.414Z Sep 16 23:24:46.755 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91812026-09-16T23:25:34.414Z Sep 16 23:24:46.755 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91822026-09-16T23:25:34.414Z Sep 16 23:24:46.760 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91832026-09-16T23:25:34.414Z Sep 16 23:24:46.797 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91842026-09-16T23:25:34.414Z Sep 16 23:24:46.803 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91852026-09-16T23:25:34.414Z Sep 16 23:24:46.805 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91862026-09-16T23:25:34.414Z Sep 16 23:24:46.843 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91872026-09-16T23:25:34.414Z Sep 16 23:24:46.849 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91882026-09-16T23:25:34.414Z Sep 16 23:24:46.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91892026-09-16T23:25:34.414Z Sep 16 23:24:46.893 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91902026-09-16T23:25:34.414Z Sep 16 23:24:46.931 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91912026-09-16T23:25:34.414Z Sep 16 23:24:46.937 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91922026-09-16T23:25:34.414Z Sep 16 23:24:46.938 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91932026-09-16T23:25:34.414Z Sep 16 23:24:46.938 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
91942026-09-16T23:25:34.414Z Sep 16 23:24:46.938 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91952026-09-16T23:25:34.414Z Sep 16 23:24:46.945 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91962026-09-16T23:25:34.415Z Sep 16 23:24:47.004 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91972026-09-16T23:25:34.415Z Sep 16 23:24:47.004 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91982026-09-16T23:25:34.415Z Sep 16 23:24:47.042 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
91992026-09-16T23:25:34.415Z Sep 16 23:24:47.042 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92002026-09-16T23:25:34.415Z Sep 16 23:24:47.080 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92012026-09-16T23:25:34.415Z Sep 16 23:24:47.080 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92022026-09-16T23:25:34.415Z Sep 16 23:24:47.118 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92032026-09-16T23:25:34.415Z Sep 16 23:24:47.118 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92042026-09-16T23:25:34.415Z Sep 16 23:24:47.124 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92052026-09-16T23:25:34.415Z Sep 16 23:24:47.124 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92062026-09-16T23:25:34.415Z Sep 16 23:24:47.130 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92072026-09-16T23:25:34.415Z Sep 16 23:24:47.130 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92082026-09-16T23:25:34.415Z Sep 16 23:24:47.136 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92092026-09-16T23:25:34.415Z Sep 16 23:24:47.136 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92102026-09-16T23:25:34.415Z Sep 16 23:24:47.142 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92112026-09-16T23:25:34.415Z Sep 16 23:24:47.142 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92122026-09-16T23:25:34.415Z Sep 16 23:24:47.143 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92132026-09-16T23:25:34.415Z Sep 16 23:24:47.143 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92142026-09-16T23:25:34.415Z Sep 16 23:24:47.143 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92152026-09-16T23:25:34.415Z Sep 16 23:24:47.143 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92162026-09-16T23:25:34.415Z Sep 16 23:24:47.143 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92172026-09-16T23:25:34.416Z Sep 16 23:24:47.143 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92182026-09-16T23:25:34.416Z Sep 16 23:24:47.143 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92192026-09-16T23:25:34.416Z Sep 16 23:24:47.143 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
92202026-09-16T23:25:34.416Z Sep 16 23:24:47.146 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92212026-09-16T23:25:34.416Z Sep 16 23:24:47.146 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92222026-09-16T23:25:34.416Z Sep 16 23:24:47.151 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92232026-09-16T23:25:34.416Z Sep 16 23:24:47.151 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92242026-09-16T23:25:34.416Z Sep 16 23:24:47.152 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92252026-09-16T23:25:34.416Z Sep 16 23:24:47.190 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92262026-09-16T23:25:34.416Z Sep 16 23:24:47.196 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92272026-09-16T23:25:34.416Z Sep 16 23:24:47.198 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92282026-09-16T23:25:34.416Z Sep 16 23:24:47.236 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92292026-09-16T23:25:34.416Z Sep 16 23:24:47.242 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92302026-09-16T23:25:34.416Z Sep 16 23:24:47.284 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92312026-09-16T23:25:34.416Z Sep 16 23:24:47.289 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92322026-09-16T23:25:34.416Z Sep 16 23:24:47.328 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92332026-09-16T23:25:34.416Z Sep 16 23:24:47.334 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92342026-09-16T23:25:34.416Z Sep 16 23:24:47.336 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92352026-09-16T23:25:34.416Z Sep 16 23:24:47.373 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92362026-09-16T23:25:34.416Z Sep 16 23:24:47.379 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92372026-09-16T23:25:34.417Z Sep 16 23:24:47.381 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92382026-09-16T23:25:34.417Z Sep 16 23:24:47.419 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92392026-09-16T23:25:34.417Z Sep 16 23:24:47.425 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92402026-09-16T23:25:34.417Z Sep 16 23:24:47.425 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92412026-09-16T23:25:34.417Z Sep 16 23:24:47.425 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92422026-09-16T23:25:34.417Z Sep 16 23:24:47.463 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92432026-09-16T23:25:34.417Z Sep 16 23:24:47.469 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92442026-09-16T23:25:34.417Z Sep 16 23:24:47.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92452026-09-16T23:25:34.417Z Sep 16 23:24:47.513 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92462026-09-16T23:25:34.417Z Sep 16 23:24:47.514 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92472026-09-16T23:25:34.417Z Sep 16 23:24:47.521 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92482026-09-16T23:25:34.417Z Sep 16 23:24:47.528 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92492026-09-16T23:25:34.417Z Sep 16 23:24:47.528 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92502026-09-16T23:25:34.417Z Sep 16 23:24:47.543 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92512026-09-16T23:25:34.417Z Sep 16 23:24:47.550 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92522026-09-16T23:25:34.417Z Sep 16 23:24:47.594 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92532026-09-16T23:25:34.417Z Sep 16 23:24:47.594 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92542026-09-16T23:25:34.417Z Sep 16 23:24:47.632 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92552026-09-16T23:25:34.417Z Sep 16 23:24:47.632 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92562026-09-16T23:25:34.417Z Sep 16 23:24:47.685 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92572026-09-16T23:25:34.417Z Sep 16 23:24:47.685 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92582026-09-16T23:25:34.418Z Sep 16 23:24:47.723 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92592026-09-16T23:25:34.418Z Sep 16 23:24:47.723 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92602026-09-16T23:25:34.418Z Sep 16 23:24:47.760 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92612026-09-16T23:25:34.418Z Sep 16 23:24:47.760 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92622026-09-16T23:25:34.418Z Sep 16 23:24:47.798 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92632026-09-16T23:25:34.418Z Sep 16 23:24:47.798 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92642026-09-16T23:25:34.419Z Sep 16 23:24:47.836 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92652026-09-16T23:25:34.419Z Sep 16 23:24:47.836 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92662026-09-16T23:25:34.419Z Sep 16 23:24:47.874 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92672026-09-16T23:25:34.436Z Sep 16 23:24:47.874 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92682026-09-16T23:25:34.437Z Sep 16 23:24:47.880 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92692026-09-16T23:25:34.437Z Sep 16 23:24:47.881 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92702026-09-16T23:25:34.437Z Sep 16 23:24:47.887 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92712026-09-16T23:25:34.437Z Sep 16 23:24:47.887 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92722026-09-16T23:25:34.437Z Sep 16 23:24:47.893 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92732026-09-16T23:25:34.437Z Sep 16 23:24:47.893 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92742026-09-16T23:25:34.437Z Sep 16 23:24:47.899 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92752026-09-16T23:25:34.437Z Sep 16 23:24:47.899 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92762026-09-16T23:25:34.437Z Sep 16 23:24:47.905 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92772026-09-16T23:25:34.437Z Sep 16 23:24:47.905 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92782026-09-16T23:25:34.437Z Sep 16 23:24:47.911 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92792026-09-16T23:25:34.437Z Sep 16 23:24:47.911 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92802026-09-16T23:25:34.437Z Sep 16 23:24:47.917 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92812026-09-16T23:25:34.437Z Sep 16 23:24:47.917 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92822026-09-16T23:25:34.437Z Sep 16 23:24:47.923 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92832026-09-16T23:25:34.438Z Sep 16 23:24:47.923 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92842026-09-16T23:25:34.438Z Sep 16 23:24:47.926 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92852026-09-16T23:25:34.438Z Sep 16 23:24:47.926 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92862026-09-16T23:25:34.438Z Sep 16 23:24:47.931 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92872026-09-16T23:25:34.438Z Sep 16 23:24:47.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92882026-09-16T23:25:34.438Z Sep 16 23:24:47.974 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92892026-09-16T23:25:34.438Z Sep 16 23:24:47.977 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92902026-09-16T23:25:34.438Z Sep 16 23:24:48.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92912026-09-16T23:25:34.438Z Sep 16 23:24:48.020 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92922026-09-16T23:25:34.438Z Sep 16 23:24:48.058 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92932026-09-16T23:25:34.438Z Sep 16 23:24:48.064 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92942026-09-16T23:25:34.438Z Sep 16 23:24:48.103 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92952026-09-16T23:25:34.438Z Sep 16 23:24:48.108 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92962026-09-16T23:25:34.438Z Sep 16 23:24:48.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92972026-09-16T23:25:34.438Z Sep 16 23:24:48.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
92982026-09-16T23:25:34.438Z Sep 16 23:24:48.109 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
92992026-09-16T23:25:34.438Z Sep 16 23:24:48.116 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93002026-09-16T23:25:34.438Z Sep 16 23:24:48.176 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93012026-09-16T23:25:34.438Z Sep 16 23:24:48.176 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93022026-09-16T23:25:34.438Z Sep 16 23:24:48.214 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93032026-09-16T23:25:34.438Z Sep 16 23:24:48.214 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93042026-09-16T23:25:34.439Z Sep 16 23:24:48.251 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93052026-09-16T23:25:34.439Z Sep 16 23:24:48.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93062026-09-16T23:25:34.439Z Sep 16 23:24:48.289 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93072026-09-16T23:25:34.439Z Sep 16 23:24:48.289 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93082026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93092026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93102026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93112026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93122026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93132026-09-16T23:25:34.439Z Sep 16 23:24:48.290 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93142026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93152026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93162026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93172026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93182026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93192026-09-16T23:25:34.439Z Sep 16 23:24:48.291 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93202026-09-16T23:25:34.439Z Sep 16 23:24:48.297 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93212026-09-16T23:25:34.439Z Sep 16 23:24:48.297 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93222026-09-16T23:25:34.439Z Sep 16 23:24:48.303 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93232026-09-16T23:25:34.439Z Sep 16 23:24:48.303 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93242026-09-16T23:25:34.439Z Sep 16 23:24:48.309 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93252026-09-16T23:25:34.441Z Sep 16 23:24:48.309 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93262026-09-16T23:25:34.441Z Sep 16 23:24:48.315 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93272026-09-16T23:25:34.441Z Sep 16 23:24:48.315 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93282026-09-16T23:25:34.441Z Sep 16 23:24:48.466 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93292026-09-16T23:25:34.441Z Sep 16 23:24:48.466 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93302026-09-16T23:25:34.441Z Sep 16 23:24:48.471 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93312026-09-16T23:25:34.441Z Sep 16 23:24:48.509 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93322026-09-16T23:25:34.441Z Sep 16 23:24:48.515 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93332026-09-16T23:25:34.441Z Sep 16 23:24:48.517 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93342026-09-16T23:25:34.441Z Sep 16 23:24:48.554 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93352026-09-16T23:25:34.441Z Sep 16 23:24:48.560 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93362026-09-16T23:25:34.441Z Sep 16 23:24:48.598 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93372026-09-16T23:25:34.441Z Sep 16 23:24:48.604 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93382026-09-16T23:25:34.441Z Sep 16 23:24:48.642 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93392026-09-16T23:25:34.441Z Sep 16 23:24:48.648 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93402026-09-16T23:25:34.441Z Sep 16 23:24:48.649 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93412026-09-16T23:25:34.441Z Sep 16 23:24:48.649 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93422026-09-16T23:25:34.441Z Sep 16 23:24:48.649 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93432026-09-16T23:25:34.441Z Sep 16 23:24:48.656 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93442026-09-16T23:25:34.441Z Sep 16 23:24:48.715 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93452026-09-16T23:25:34.441Z Sep 16 23:24:48.715 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93462026-09-16T23:25:34.441Z Sep 16 23:24:48.753 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93472026-09-16T23:25:34.441Z Sep 16 23:24:48.753 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93482026-09-16T23:25:34.441Z Sep 16 23:24:48.791 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93492026-09-16T23:25:34.441Z Sep 16 23:24:48.791 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93502026-09-16T23:25:34.441Z Sep 16 23:24:48.829 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93512026-09-16T23:25:34.441Z Sep 16 23:24:48.829 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93522026-09-16T23:25:34.441Z Sep 16 23:24:48.835 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93532026-09-16T23:25:34.441Z Sep 16 23:24:48.835 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93542026-09-16T23:25:34.441Z Sep 16 23:24:48.841 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93552026-09-16T23:25:34.441Z Sep 16 23:24:48.841 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93562026-09-16T23:25:34.442Z Sep 16 23:24:48.847 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93572026-09-16T23:25:34.442Z Sep 16 23:24:48.847 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93582026-09-16T23:25:34.442Z Sep 16 23:24:48.853 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93592026-09-16T23:25:34.442Z Sep 16 23:24:48.853 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93602026-09-16T23:25:34.442Z Sep 16 23:24:48.853 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93612026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93622026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93632026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93642026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93652026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93662026-09-16T23:25:34.442Z Sep 16 23:24:48.854 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93672026-09-16T23:25:34.463Z Sep 16 23:24:48.854 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
93682026-09-16T23:25:34.463Z Sep 16 23:24:48.857 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93692026-09-16T23:25:34.463Z Sep 16 23:24:48.857 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93702026-09-16T23:25:34.463Z Sep 16 23:24:48.861 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93712026-09-16T23:25:34.463Z Sep 16 23:24:48.862 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93722026-09-16T23:25:34.463Z Sep 16 23:24:48.863 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93732026-09-16T23:25:34.464Z Sep 16 23:24:48.901 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93742026-09-16T23:25:34.464Z Sep 16 23:24:48.907 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93752026-09-16T23:25:34.464Z Sep 16 23:24:48.909 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93762026-09-16T23:25:34.467Z Sep 16 23:24:48.946 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93772026-09-16T23:25:34.467Z Sep 16 23:24:48.953 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93782026-09-16T23:25:34.467Z Sep 16 23:24:48.994 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93792026-09-16T23:25:34.468Z Sep 16 23:24:49.000 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93802026-09-16T23:25:34.469Z Sep 16 23:24:49.038 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93812026-09-16T23:25:34.469Z Sep 16 23:24:49.044 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93822026-09-16T23:25:34.469Z Sep 16 23:24:49.046 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93832026-09-16T23:25:34.469Z Sep 16 23:24:49.084 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93842026-09-16T23:25:34.469Z Sep 16 23:24:49.090 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93852026-09-16T23:25:34.470Z Sep 16 23:24:49.092 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93862026-09-16T23:25:34.470Z Sep 16 23:24:49.130 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93872026-09-16T23:25:34.470Z Sep 16 23:24:49.136 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93882026-09-16T23:25:34.470Z Sep 16 23:24:49.136 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93892026-09-16T23:25:34.470Z Sep 16 23:24:49.136 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93902026-09-16T23:25:34.470Z Sep 16 23:24:49.174 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93912026-09-16T23:25:34.471Z Sep 16 23:24:49.180 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93922026-09-16T23:25:34.471Z Sep 16 23:24:49.218 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93932026-09-16T23:25:34.471Z Sep 16 23:24:49.224 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93942026-09-16T23:25:34.471Z Sep 16 23:24:49.225 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93952026-09-16T23:25:34.471Z Sep 16 23:24:49.232 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93962026-09-16T23:25:34.471Z Sep 16 23:24:49.239 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93972026-09-16T23:25:34.471Z Sep 16 23:24:49.239 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
93982026-09-16T23:25:34.471Z Sep 16 23:24:49.254 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
93992026-09-16T23:25:34.471Z Sep 16 23:24:49.261 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94002026-09-16T23:25:34.471Z Sep 16 23:24:49.305 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94012026-09-16T23:25:34.471Z Sep 16 23:24:49.305 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94022026-09-16T23:25:34.471Z Sep 16 23:24:49.343 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94032026-09-16T23:25:34.471Z Sep 16 23:24:49.343 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94042026-09-16T23:25:34.471Z Sep 16 23:24:49.396 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94052026-09-16T23:25:34.471Z Sep 16 23:24:49.396 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94062026-09-16T23:25:34.472Z Sep 16 23:24:49.434 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94072026-09-16T23:25:34.472Z Sep 16 23:24:49.434 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94082026-09-16T23:25:34.472Z Sep 16 23:24:49.472 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94092026-09-16T23:25:34.472Z Sep 16 23:24:49.472 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94102026-09-16T23:25:34.472Z Sep 16 23:24:49.510 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94112026-09-16T23:25:34.472Z Sep 16 23:24:49.510 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94122026-09-16T23:25:34.472Z Sep 16 23:24:49.548 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94132026-09-16T23:25:34.472Z Sep 16 23:24:49.548 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94142026-09-16T23:25:34.472Z Sep 16 23:24:49.586 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94152026-09-16T23:25:34.472Z Sep 16 23:24:49.586 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94162026-09-16T23:25:34.472Z Sep 16 23:24:49.592 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94172026-09-16T23:25:34.473Z Sep 16 23:24:49.592 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94182026-09-16T23:25:34.474Z Sep 16 23:24:49.598 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94192026-09-16T23:25:34.474Z Sep 16 23:24:49.598 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94202026-09-16T23:25:34.474Z Sep 16 23:24:49.604 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94212026-09-16T23:25:34.474Z Sep 16 23:24:49.604 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94222026-09-16T23:25:34.474Z Sep 16 23:24:49.610 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94232026-09-16T23:25:34.474Z Sep 16 23:24:49.610 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94242026-09-16T23:25:34.475Z Sep 16 23:24:49.616 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94252026-09-16T23:25:34.475Z Sep 16 23:24:49.616 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94262026-09-16T23:25:34.475Z Sep 16 23:24:49.622 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94272026-09-16T23:25:34.475Z Sep 16 23:24:49.623 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94282026-09-16T23:25:34.475Z Sep 16 23:24:49.629 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94292026-09-16T23:25:34.475Z Sep 16 23:24:49.629 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94302026-09-16T23:25:34.475Z Sep 16 23:24:49.635 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94312026-09-16T23:25:34.475Z Sep 16 23:24:49.635 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94322026-09-16T23:25:34.475Z Sep 16 23:24:49.637 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94332026-09-16T23:25:34.475Z Sep 16 23:24:49.638 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94342026-09-16T23:25:34.475Z Sep 16 23:24:49.643 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94352026-09-16T23:25:34.475Z Sep 16 23:24:49.680 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94362026-09-16T23:25:34.475Z Sep 16 23:24:49.686 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94372026-09-16T23:25:34.475Z Sep 16 23:24:49.688 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94382026-09-16T23:25:34.475Z Sep 16 23:24:49.726 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94392026-09-16T23:25:34.475Z Sep 16 23:24:49.732 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94402026-09-16T23:25:34.475Z Sep 16 23:24:49.770 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94412026-09-16T23:25:34.475Z Sep 16 23:24:49.776 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94422026-09-16T23:25:34.475Z Sep 16 23:24:49.814 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94432026-09-16T23:25:34.475Z Sep 16 23:24:49.820 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94442026-09-16T23:25:34.475Z Sep 16 23:24:49.821 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94452026-09-16T23:25:34.475Z Sep 16 23:24:49.821 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94462026-09-16T23:25:34.475Z Sep 16 23:24:49.821 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94472026-09-16T23:25:34.476Z Sep 16 23:24:49.828 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94482026-09-16T23:25:34.476Z Sep 16 23:24:49.887 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94492026-09-16T23:25:34.476Z Sep 16 23:24:49.888 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94502026-09-16T23:25:34.476Z Sep 16 23:24:49.925 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94512026-09-16T23:25:34.476Z Sep 16 23:24:49.926 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94522026-09-16T23:25:34.476Z Sep 16 23:24:49.963 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94532026-09-16T23:25:34.476Z Sep 16 23:24:49.963 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94542026-09-16T23:25:34.476Z Sep 16 23:24:50.001 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94552026-09-16T23:25:34.476Z Sep 16 23:24:50.001 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94562026-09-16T23:25:34.476Z Sep 16 23:24:50.002 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94572026-09-16T23:25:34.476Z Sep 16 23:24:50.002 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94582026-09-16T23:25:34.476Z Sep 16 23:24:50.002 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94592026-09-16T23:25:34.476Z Sep 16 23:24:50.002 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94602026-09-16T23:25:34.476Z Sep 16 23:24:50.002 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94612026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94622026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94632026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94642026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94652026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94662026-09-16T23:25:34.476Z Sep 16 23:24:50.003 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94672026-09-16T23:25:34.488Z Sep 16 23:24:50.003 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
94682026-09-16T23:25:34.488Z Sep 16 23:24:50.009 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94692026-09-16T23:25:34.488Z Sep 16 23:24:50.009 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94702026-09-16T23:25:34.488Z Sep 16 23:24:50.015 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94712026-09-16T23:25:34.488Z Sep 16 23:24:50.015 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94722026-09-16T23:25:34.489Z Sep 16 23:24:50.021 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94732026-09-16T23:25:34.489Z Sep 16 23:24:50.022 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94742026-09-16T23:25:34.489Z Sep 16 23:24:50.028 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94752026-09-16T23:25:34.489Z Sep 16 23:24:50.028 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94762026-09-16T23:25:34.489Z Sep 16 23:24:50.178 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94772026-09-16T23:25:34.489Z Sep 16 23:24:50.178 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94782026-09-16T23:25:34.489Z Sep 16 23:24:50.183 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94792026-09-16T23:25:34.489Z Sep 16 23:24:50.221 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94802026-09-16T23:25:34.489Z Sep 16 23:24:50.227 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94812026-09-16T23:25:34.489Z Sep 16 23:24:50.229 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94822026-09-16T23:25:34.489Z Sep 16 23:24:50.267 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94832026-09-16T23:25:34.489Z Sep 16 23:24:50.273 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94842026-09-16T23:25:34.490Z Sep 16 23:24:50.311 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94852026-09-16T23:25:34.490Z Sep 16 23:24:50.317 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94862026-09-16T23:25:34.490Z Sep 16 23:24:50.355 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94872026-09-16T23:25:34.490Z Sep 16 23:24:50.361 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94882026-09-16T23:25:34.490Z Sep 16 23:24:50.362 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94892026-09-16T23:25:34.490Z Sep 16 23:24:50.362 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94902026-09-16T23:25:34.490Z Sep 16 23:24:50.362 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94912026-09-16T23:25:34.490Z Sep 16 23:24:50.369 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94922026-09-16T23:25:34.490Z Sep 16 23:24:50.428 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94932026-09-16T23:25:34.490Z Sep 16 23:24:50.428 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94942026-09-16T23:25:34.490Z Sep 16 23:24:50.466 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94952026-09-16T23:25:34.490Z Sep 16 23:24:50.466 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
94962026-09-16T23:25:34.490Z Sep 16 23:24:50.504 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94972026-09-16T23:25:34.490Z Sep 16 23:24:50.504 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94982026-09-16T23:25:34.490Z Sep 16 23:24:50.542 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
94992026-09-16T23:25:34.490Z Sep 16 23:24:50.542 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95002026-09-16T23:25:34.490Z Sep 16 23:24:50.548 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95012026-09-16T23:25:34.491Z Sep 16 23:24:50.548 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95022026-09-16T23:25:34.491Z Sep 16 23:24:50.554 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95032026-09-16T23:25:34.491Z Sep 16 23:24:50.554 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95042026-09-16T23:25:34.491Z Sep 16 23:24:50.560 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95052026-09-16T23:25:34.492Z Sep 16 23:24:50.560 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95062026-09-16T23:25:34.492Z Sep 16 23:24:50.566 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95072026-09-16T23:25:34.492Z Sep 16 23:24:50.566 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95082026-09-16T23:25:34.492Z Sep 16 23:24:50.566 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95092026-09-16T23:25:34.492Z Sep 16 23:24:50.566 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95102026-09-16T23:25:34.492Z Sep 16 23:24:50.566 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95112026-09-16T23:25:34.492Z Sep 16 23:24:50.566 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95122026-09-16T23:25:34.492Z Sep 16 23:24:50.567 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95132026-09-16T23:25:34.492Z Sep 16 23:24:50.567 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95142026-09-16T23:25:34.492Z Sep 16 23:24:50.567 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95152026-09-16T23:25:34.492Z Sep 16 23:24:50.567 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
95162026-09-16T23:25:34.492Z Sep 16 23:24:50.570 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95172026-09-16T23:25:34.494Z Sep 16 23:24:50.570 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95182026-09-16T23:25:34.495Z Sep 16 23:24:50.575 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95192026-09-16T23:25:34.495Z Sep 16 23:24:50.575 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95202026-09-16T23:25:34.495Z Sep 16 23:24:50.576 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95212026-09-16T23:25:34.495Z Sep 16 23:24:50.614 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95222026-09-16T23:25:34.495Z Sep 16 23:24:50.620 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95232026-09-16T23:25:34.495Z Sep 16 23:24:50.622 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95242026-09-16T23:25:34.495Z Sep 16 23:24:50.659 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95252026-09-16T23:25:34.495Z Sep 16 23:24:50.666 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95262026-09-16T23:25:34.495Z Sep 16 23:24:50.707 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95272026-09-16T23:25:34.495Z Sep 16 23:24:50.713 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95282026-09-16T23:25:34.495Z Sep 16 23:24:50.751 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95292026-09-16T23:25:34.495Z Sep 16 23:24:50.757 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95302026-09-16T23:25:34.495Z Sep 16 23:24:50.759 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95312026-09-16T23:25:34.495Z Sep 16 23:24:50.797 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95322026-09-16T23:25:34.496Z Sep 16 23:24:50.803 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95332026-09-16T23:25:34.496Z Sep 16 23:24:50.805 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95342026-09-16T23:25:34.496Z Sep 16 23:24:50.842 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95352026-09-16T23:25:34.496Z Sep 16 23:24:50.848 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95362026-09-16T23:25:34.496Z Sep 16 23:24:50.849 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95372026-09-16T23:25:34.496Z Sep 16 23:24:50.849 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95382026-09-16T23:25:34.496Z Sep 16 23:24:50.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95392026-09-16T23:25:34.496Z Sep 16 23:24:50.893 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95402026-09-16T23:25:34.496Z Sep 16 23:24:50.931 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95412026-09-16T23:25:34.496Z Sep 16 23:24:50.937 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95422026-09-16T23:25:34.496Z Sep 16 23:24:50.937 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95432026-09-16T23:25:34.496Z Sep 16 23:24:50.944 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95442026-09-16T23:25:34.496Z Sep 16 23:24:50.952 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95452026-09-16T23:25:34.496Z Sep 16 23:24:50.952 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95462026-09-16T23:25:34.496Z Sep 16 23:24:50.966 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95472026-09-16T23:25:34.496Z Sep 16 23:24:50.973 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95482026-09-16T23:25:34.496Z Sep 16 23:24:51.018 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95492026-09-16T23:25:34.496Z Sep 16 23:24:51.018 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95502026-09-16T23:25:34.496Z Sep 16 23:24:51.056 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95512026-09-16T23:25:34.496Z Sep 16 23:24:51.056 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95522026-09-16T23:25:34.496Z Sep 16 23:24:51.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95532026-09-16T23:25:34.496Z Sep 16 23:24:51.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95542026-09-16T23:25:34.496Z Sep 16 23:24:51.146 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95552026-09-16T23:25:34.497Z Sep 16 23:24:51.146 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95562026-09-16T23:25:34.497Z Sep 16 23:24:51.184 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95572026-09-16T23:25:34.497Z Sep 16 23:24:51.184 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95582026-09-16T23:25:34.497Z Sep 16 23:24:51.222 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95592026-09-16T23:25:34.497Z Sep 16 23:24:51.222 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95602026-09-16T23:25:34.497Z Sep 16 23:24:51.260 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95612026-09-16T23:25:34.497Z Sep 16 23:24:51.260 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95622026-09-16T23:25:34.497Z Sep 16 23:24:51.298 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95632026-09-16T23:25:34.497Z Sep 16 23:24:51.298 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95642026-09-16T23:25:34.497Z Sep 16 23:24:51.304 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95652026-09-16T23:25:34.497Z Sep 16 23:24:51.304 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95662026-09-16T23:25:34.497Z Sep 16 23:24:51.310 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95672026-09-16T23:25:34.502Z Sep 16 23:24:51.310 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95682026-09-16T23:25:34.502Z Sep 16 23:24:51.316 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95692026-09-16T23:25:34.502Z Sep 16 23:24:51.317 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95702026-09-16T23:25:34.502Z Sep 16 23:24:51.322 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95712026-09-16T23:25:34.502Z Sep 16 23:24:51.323 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95722026-09-16T23:25:34.502Z Sep 16 23:24:51.328 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95732026-09-16T23:25:34.502Z Sep 16 23:24:51.329 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95742026-09-16T23:25:34.502Z Sep 16 23:24:51.334 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95752026-09-16T23:25:34.502Z Sep 16 23:24:51.335 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95762026-09-16T23:25:34.502Z Sep 16 23:24:51.341 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95772026-09-16T23:25:34.502Z Sep 16 23:24:51.341 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95782026-09-16T23:25:34.502Z Sep 16 23:24:51.347 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95792026-09-16T23:25:34.502Z Sep 16 23:24:51.347 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95802026-09-16T23:25:34.502Z Sep 16 23:24:51.350 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95812026-09-16T23:25:34.502Z Sep 16 23:24:51.350 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95822026-09-16T23:25:34.502Z Sep 16 23:24:51.355 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95832026-09-16T23:25:34.502Z Sep 16 23:24:51.392 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95842026-09-16T23:25:34.502Z Sep 16 23:24:51.398 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95852026-09-16T23:25:34.503Z Sep 16 23:24:51.400 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95862026-09-16T23:25:34.503Z Sep 16 23:24:51.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95872026-09-16T23:25:34.503Z Sep 16 23:24:51.444 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95882026-09-16T23:25:34.503Z Sep 16 23:24:51.482 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95892026-09-16T23:25:34.503Z Sep 16 23:24:51.488 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95902026-09-16T23:25:34.503Z Sep 16 23:24:51.527 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95912026-09-16T23:25:34.503Z Sep 16 23:24:51.532 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95922026-09-16T23:25:34.503Z Sep 16 23:24:51.533 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95932026-09-16T23:25:34.503Z Sep 16 23:24:51.533 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
95942026-09-16T23:25:34.503Z Sep 16 23:24:51.533 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95952026-09-16T23:25:34.503Z Sep 16 23:24:51.540 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95962026-09-16T23:25:34.503Z Sep 16 23:24:51.599 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95972026-09-16T23:25:34.503Z Sep 16 23:24:51.600 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95982026-09-16T23:25:34.503Z Sep 16 23:24:51.637 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
95992026-09-16T23:25:34.503Z Sep 16 23:24:51.638 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96002026-09-16T23:25:34.503Z Sep 16 23:24:51.675 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96012026-09-16T23:25:34.503Z Sep 16 23:24:51.675 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96022026-09-16T23:25:34.503Z Sep 16 23:24:51.713 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96032026-09-16T23:25:34.503Z Sep 16 23:24:51.713 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96042026-09-16T23:25:34.503Z Sep 16 23:24:51.714 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96052026-09-16T23:25:34.503Z Sep 16 23:24:51.714 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96062026-09-16T23:25:34.503Z Sep 16 23:24:51.714 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96072026-09-16T23:25:34.503Z Sep 16 23:24:51.714 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96082026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96092026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96102026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96112026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96122026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96132026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96142026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96152026-09-16T23:25:34.503Z Sep 16 23:24:51.715 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96162026-09-16T23:25:34.503Z Sep 16 23:24:51.721 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96172026-09-16T23:25:34.503Z Sep 16 23:24:51.721 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96182026-09-16T23:25:34.503Z Sep 16 23:24:51.727 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96192026-09-16T23:25:34.503Z Sep 16 23:24:51.727 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96202026-09-16T23:25:34.503Z Sep 16 23:24:51.733 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96212026-09-16T23:25:34.503Z Sep 16 23:24:51.733 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96222026-09-16T23:25:34.504Z Sep 16 23:24:51.739 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96232026-09-16T23:25:34.504Z Sep 16 23:24:51.739 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96242026-09-16T23:25:34.504Z Sep 16 23:24:51.890 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96252026-09-16T23:25:34.504Z Sep 16 23:24:51.890 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96262026-09-16T23:25:34.504Z Sep 16 23:24:51.895 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96272026-09-16T23:25:34.504Z Sep 16 23:24:51.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96282026-09-16T23:25:34.504Z Sep 16 23:24:51.938 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96292026-09-16T23:25:34.504Z Sep 16 23:24:51.940 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96302026-09-16T23:25:34.504Z Sep 16 23:24:51.978 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96312026-09-16T23:25:34.504Z Sep 16 23:24:51.984 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96322026-09-16T23:25:34.504Z Sep 16 23:24:52.022 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96332026-09-16T23:25:34.504Z Sep 16 23:24:52.028 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96342026-09-16T23:25:34.504Z Sep 16 23:24:52.066 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96352026-09-16T23:25:34.504Z Sep 16 23:24:52.072 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96362026-09-16T23:25:34.504Z Sep 16 23:24:52.073 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96372026-09-16T23:25:34.504Z Sep 16 23:24:52.073 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96382026-09-16T23:25:34.504Z Sep 16 23:24:52.073 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96392026-09-16T23:25:34.504Z Sep 16 23:24:52.080 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96402026-09-16T23:25:34.504Z Sep 16 23:24:52.139 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96412026-09-16T23:25:34.504Z Sep 16 23:24:52.139 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96422026-09-16T23:25:34.504Z Sep 16 23:24:52.177 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96432026-09-16T23:25:34.504Z Sep 16 23:24:52.177 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96442026-09-16T23:25:34.504Z Sep 16 23:24:52.215 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96452026-09-16T23:25:34.504Z Sep 16 23:24:52.215 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96462026-09-16T23:25:34.504Z Sep 16 23:24:52.253 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96472026-09-16T23:25:34.504Z Sep 16 23:24:52.253 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96482026-09-16T23:25:34.504Z Sep 16 23:24:52.259 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96492026-09-16T23:25:34.504Z Sep 16 23:24:52.259 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96502026-09-16T23:25:34.504Z Sep 16 23:24:52.265 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96512026-09-16T23:25:34.504Z Sep 16 23:24:52.266 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96522026-09-16T23:25:34.504Z Sep 16 23:24:52.272 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96532026-09-16T23:25:34.504Z Sep 16 23:24:52.272 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96542026-09-16T23:25:34.504Z Sep 16 23:24:52.278 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96552026-09-16T23:25:34.504Z Sep 16 23:24:52.278 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96562026-09-16T23:25:34.504Z Sep 16 23:24:52.278 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96572026-09-16T23:25:34.504Z Sep 16 23:24:52.278 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96582026-09-16T23:25:34.504Z Sep 16 23:24:52.278 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96592026-09-16T23:25:34.504Z Sep 16 23:24:52.278 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96602026-09-16T23:25:34.504Z Sep 16 23:24:52.278 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96612026-09-16T23:25:34.505Z Sep 16 23:24:52.278 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96622026-09-16T23:25:34.505Z Sep 16 23:24:52.278 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96632026-09-16T23:25:34.505Z Sep 16 23:24:52.278 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
96642026-09-16T23:25:34.505Z Sep 16 23:24:52.281 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96652026-09-16T23:25:34.505Z Sep 16 23:24:52.281 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96662026-09-16T23:25:34.505Z Sep 16 23:24:52.286 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96672026-09-16T23:25:34.510Z Sep 16 23:24:52.286 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96682026-09-16T23:25:34.510Z Sep 16 23:24:52.288 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96692026-09-16T23:25:34.510Z Sep 16 23:24:52.325 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96702026-09-16T23:25:34.510Z Sep 16 23:24:52.331 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96712026-09-16T23:25:34.510Z Sep 16 23:24:52.333 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96722026-09-16T23:25:34.510Z Sep 16 23:24:52.371 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96732026-09-16T23:25:34.510Z Sep 16 23:24:52.377 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96742026-09-16T23:25:34.510Z Sep 16 23:24:52.419 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96752026-09-16T23:25:34.510Z Sep 16 23:24:52.425 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96762026-09-16T23:25:34.510Z Sep 16 23:24:52.463 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96772026-09-16T23:25:34.510Z Sep 16 23:24:52.469 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96782026-09-16T23:25:34.510Z Sep 16 23:24:52.471 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96792026-09-16T23:25:34.510Z Sep 16 23:24:52.508 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96802026-09-16T23:25:34.510Z Sep 16 23:24:52.514 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96812026-09-16T23:25:34.510Z Sep 16 23:24:52.516 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96822026-09-16T23:25:34.510Z Sep 16 23:24:52.554 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96832026-09-16T23:25:34.510Z Sep 16 23:24:52.560 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96842026-09-16T23:25:34.510Z Sep 16 23:24:52.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96852026-09-16T23:25:34.510Z Sep 16 23:24:52.561 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96862026-09-16T23:25:34.510Z Sep 16 23:24:52.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96872026-09-16T23:25:34.510Z Sep 16 23:24:52.605 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96882026-09-16T23:25:34.510Z Sep 16 23:24:52.643 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96892026-09-16T23:25:34.510Z Sep 16 23:24:52.649 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96902026-09-16T23:25:34.510Z Sep 16 23:24:52.649 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96912026-09-16T23:25:34.510Z Sep 16 23:24:52.657 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96922026-09-16T23:25:34.511Z Sep 16 23:24:52.664 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96932026-09-16T23:25:34.511Z Sep 16 23:24:52.664 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
96942026-09-16T23:25:34.511Z Sep 16 23:24:52.678 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96952026-09-16T23:25:34.511Z Sep 16 23:24:52.685 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96962026-09-16T23:25:34.511Z Sep 16 23:24:52.730 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96972026-09-16T23:25:34.511Z Sep 16 23:24:52.730 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96982026-09-16T23:25:34.511Z Sep 16 23:24:52.768 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
96992026-09-16T23:25:34.511Z Sep 16 23:24:52.768 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97002026-09-16T23:25:34.511Z Sep 16 23:24:52.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97012026-09-16T23:25:34.511Z Sep 16 23:24:52.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97022026-09-16T23:25:34.511Z Sep 16 23:24:52.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97032026-09-16T23:25:34.511Z Sep 16 23:24:52.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97042026-09-16T23:25:34.511Z Sep 16 23:24:52.896 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97052026-09-16T23:25:34.511Z Sep 16 23:24:52.896 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97062026-09-16T23:25:34.511Z Sep 16 23:24:52.934 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97072026-09-16T23:25:34.511Z Sep 16 23:24:52.934 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97082026-09-16T23:25:34.511Z Sep 16 23:24:52.972 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97092026-09-16T23:25:34.512Z Sep 16 23:24:52.972 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97102026-09-16T23:25:34.512Z Sep 16 23:24:53.010 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97112026-09-16T23:25:34.512Z Sep 16 23:24:53.010 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97122026-09-16T23:25:34.512Z Sep 16 23:24:53.016 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97132026-09-16T23:25:34.512Z Sep 16 23:24:53.016 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97142026-09-16T23:25:34.512Z Sep 16 23:24:53.022 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97152026-09-16T23:25:34.512Z Sep 16 23:24:53.022 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97162026-09-16T23:25:34.512Z Sep 16 23:24:53.028 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97172026-09-16T23:25:34.512Z Sep 16 23:24:53.028 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97182026-09-16T23:25:34.512Z Sep 16 23:24:53.034 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97192026-09-16T23:25:34.512Z Sep 16 23:24:53.034 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97202026-09-16T23:25:34.512Z Sep 16 23:24:53.040 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97212026-09-16T23:25:34.512Z Sep 16 23:24:53.040 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97222026-09-16T23:25:34.512Z Sep 16 23:24:53.046 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97232026-09-16T23:25:34.512Z Sep 16 23:24:53.047 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97242026-09-16T23:25:34.512Z Sep 16 23:24:53.053 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97252026-09-16T23:25:34.512Z Sep 16 23:24:53.053 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97262026-09-16T23:25:34.512Z Sep 16 23:24:53.059 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97272026-09-16T23:25:34.512Z Sep 16 23:24:53.059 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97282026-09-16T23:25:34.512Z Sep 16 23:24:53.062 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97292026-09-16T23:25:34.512Z Sep 16 23:24:53.062 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97302026-09-16T23:25:34.512Z Sep 16 23:24:53.067 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97312026-09-16T23:25:34.512Z Sep 16 23:24:53.104 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97322026-09-16T23:25:34.512Z Sep 16 23:24:53.110 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97332026-09-16T23:25:34.512Z Sep 16 23:24:53.112 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97342026-09-16T23:25:34.513Z Sep 16 23:24:53.150 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97352026-09-16T23:25:34.513Z Sep 16 23:24:53.156 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97362026-09-16T23:25:34.513Z Sep 16 23:24:53.195 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97372026-09-16T23:25:34.513Z Sep 16 23:24:53.200 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97382026-09-16T23:25:34.513Z Sep 16 23:24:53.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97392026-09-16T23:25:34.513Z Sep 16 23:24:53.245 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97402026-09-16T23:25:34.513Z Sep 16 23:24:53.245 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97412026-09-16T23:25:34.513Z Sep 16 23:24:53.245 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97422026-09-16T23:25:34.513Z Sep 16 23:24:53.245 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97432026-09-16T23:25:34.513Z Sep 16 23:24:53.252 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97442026-09-16T23:25:34.513Z Sep 16 23:24:53.312 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97452026-09-16T23:25:34.513Z Sep 16 23:24:53.312 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97462026-09-16T23:25:34.513Z Sep 16 23:24:53.349 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97472026-09-16T23:25:34.513Z Sep 16 23:24:53.350 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97482026-09-16T23:25:34.513Z Sep 16 23:24:53.387 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97492026-09-16T23:25:34.513Z Sep 16 23:24:53.387 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97502026-09-16T23:25:34.513Z Sep 16 23:24:53.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97512026-09-16T23:25:34.513Z Sep 16 23:24:53.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97522026-09-16T23:25:34.513Z Sep 16 23:24:53.425 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97532026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97542026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97552026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97562026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97572026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97582026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97592026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97602026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97612026-09-16T23:25:34.513Z Sep 16 23:24:53.426 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97622026-09-16T23:25:34.514Z Sep 16 23:24:53.426 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97632026-09-16T23:25:34.514Z Sep 16 23:24:53.426 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
97642026-09-16T23:25:34.514Z Sep 16 23:24:53.433 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97652026-09-16T23:25:34.514Z Sep 16 23:24:53.433 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97662026-09-16T23:25:34.514Z Sep 16 23:24:53.439 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97672026-09-16T23:25:34.519Z Sep 16 23:24:53.439 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97682026-09-16T23:25:34.519Z Sep 16 23:24:53.445 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97692026-09-16T23:25:34.519Z Sep 16 23:24:53.445 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97702026-09-16T23:25:34.519Z Sep 16 23:24:53.451 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97712026-09-16T23:25:34.519Z Sep 16 23:24:53.451 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97722026-09-16T23:25:34.519Z Sep 16 23:24:53.603 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97732026-09-16T23:25:34.519Z Sep 16 23:24:53.603 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97742026-09-16T23:25:34.519Z Sep 16 23:24:53.608 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97752026-09-16T23:25:34.519Z Sep 16 23:24:53.645 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97762026-09-16T23:25:34.519Z Sep 16 23:24:53.651 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97772026-09-16T23:25:34.519Z Sep 16 23:24:53.653 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97782026-09-16T23:25:34.519Z Sep 16 23:24:53.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97792026-09-16T23:25:34.519Z Sep 16 23:24:53.697 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97802026-09-16T23:25:34.519Z Sep 16 23:24:53.735 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97812026-09-16T23:25:34.519Z Sep 16 23:24:53.741 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97822026-09-16T23:25:34.519Z Sep 16 23:24:53.779 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97832026-09-16T23:25:34.519Z Sep 16 23:24:53.785 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97842026-09-16T23:25:34.519Z Sep 16 23:24:53.786 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97852026-09-16T23:25:34.519Z Sep 16 23:24:53.786 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97862026-09-16T23:25:34.519Z Sep 16 23:24:53.786 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97872026-09-16T23:25:34.519Z Sep 16 23:24:53.793 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97882026-09-16T23:25:34.519Z Sep 16 23:24:53.852 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97892026-09-16T23:25:34.519Z Sep 16 23:24:53.852 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97902026-09-16T23:25:34.519Z Sep 16 23:24:53.890 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97912026-09-16T23:25:34.519Z Sep 16 23:24:53.890 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97922026-09-16T23:25:34.519Z Sep 16 23:24:53.928 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97932026-09-16T23:25:34.519Z Sep 16 23:24:53.928 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97942026-09-16T23:25:34.519Z Sep 16 23:24:53.966 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97952026-09-16T23:25:34.519Z Sep 16 23:24:53.966 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
97962026-09-16T23:25:34.519Z Sep 16 23:24:53.972 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97972026-09-16T23:25:34.519Z Sep 16 23:24:53.972 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97982026-09-16T23:25:34.519Z Sep 16 23:24:53.978 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
97992026-09-16T23:25:34.519Z Sep 16 23:24:53.978 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98002026-09-16T23:25:34.520Z Sep 16 23:24:53.984 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98012026-09-16T23:25:34.520Z Sep 16 23:24:53.984 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98022026-09-16T23:25:34.520Z Sep 16 23:24:53.990 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98032026-09-16T23:25:34.520Z Sep 16 23:24:53.990 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98042026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98052026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98062026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98072026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98082026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98092026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98102026-09-16T23:25:34.520Z Sep 16 23:24:53.990 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98112026-09-16T23:25:34.520Z Sep 16 23:24:53.991 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
98122026-09-16T23:25:34.520Z Sep 16 23:24:53.993 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98132026-09-16T23:25:34.520Z Sep 16 23:24:53.994 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98142026-09-16T23:25:34.520Z Sep 16 23:24:53.998 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98152026-09-16T23:25:34.520Z Sep 16 23:24:53.998 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98162026-09-16T23:25:34.520Z Sep 16 23:24:54.000 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98172026-09-16T23:25:34.520Z Sep 16 23:24:54.038 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98182026-09-16T23:25:34.520Z Sep 16 23:24:54.044 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98192026-09-16T23:25:34.521Z Sep 16 23:24:54.046 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98202026-09-16T23:25:34.521Z Sep 16 23:24:54.083 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98212026-09-16T23:25:34.521Z Sep 16 23:24:54.089 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98222026-09-16T23:25:34.521Z Sep 16 23:24:54.131 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98232026-09-16T23:25:34.521Z Sep 16 23:24:54.137 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98242026-09-16T23:25:34.521Z Sep 16 23:24:54.175 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98252026-09-16T23:25:34.521Z Sep 16 23:24:54.181 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98262026-09-16T23:25:34.521Z Sep 16 23:24:54.183 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98272026-09-16T23:25:34.521Z Sep 16 23:24:54.221 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98282026-09-16T23:25:34.521Z Sep 16 23:24:54.227 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98292026-09-16T23:25:34.521Z Sep 16 23:24:54.229 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98302026-09-16T23:25:34.521Z Sep 16 23:24:54.267 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98312026-09-16T23:25:34.521Z Sep 16 23:24:54.273 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98322026-09-16T23:25:34.521Z Sep 16 23:24:54.273 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98332026-09-16T23:25:34.521Z Sep 16 23:24:54.273 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98342026-09-16T23:25:34.521Z Sep 16 23:24:54.311 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98352026-09-16T23:25:34.521Z Sep 16 23:24:54.317 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98362026-09-16T23:25:34.521Z Sep 16 23:24:54.355 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98372026-09-16T23:25:34.521Z Sep 16 23:24:54.361 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98382026-09-16T23:25:34.522Z Sep 16 23:24:54.362 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98392026-09-16T23:25:34.522Z Sep 16 23:24:54.369 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98402026-09-16T23:25:34.522Z Sep 16 23:24:54.376 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98412026-09-16T23:25:34.522Z Sep 16 23:24:54.376 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98422026-09-16T23:25:34.522Z Sep 16 23:24:54.391 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98432026-09-16T23:25:34.522Z Sep 16 23:24:54.398 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98442026-09-16T23:25:34.522Z Sep 16 23:24:54.442 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98452026-09-16T23:25:34.522Z Sep 16 23:24:54.442 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98462026-09-16T23:25:34.522Z Sep 16 23:24:54.480 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98472026-09-16T23:25:34.522Z Sep 16 23:24:54.480 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98482026-09-16T23:25:34.522Z Sep 16 23:24:54.533 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98492026-09-16T23:25:34.522Z Sep 16 23:24:54.533 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98502026-09-16T23:25:34.522Z Sep 16 23:24:54.571 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98512026-09-16T23:25:34.522Z Sep 16 23:24:54.571 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98522026-09-16T23:25:34.522Z Sep 16 23:24:54.608 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98532026-09-16T23:25:34.522Z Sep 16 23:24:54.609 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98542026-09-16T23:25:34.522Z Sep 16 23:24:54.646 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98552026-09-16T23:25:34.522Z Sep 16 23:24:54.646 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98562026-09-16T23:25:34.522Z Sep 16 23:24:54.684 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98572026-09-16T23:25:34.522Z Sep 16 23:24:54.684 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98582026-09-16T23:25:34.522Z Sep 16 23:24:54.722 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98592026-09-16T23:25:34.522Z Sep 16 23:24:54.722 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98602026-09-16T23:25:34.522Z Sep 16 23:24:54.729 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98612026-09-16T23:25:34.522Z Sep 16 23:24:54.729 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98622026-09-16T23:25:34.522Z Sep 16 23:24:54.735 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98632026-09-16T23:25:34.522Z Sep 16 23:24:54.735 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98642026-09-16T23:25:34.522Z Sep 16 23:24:54.741 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98652026-09-16T23:25:34.522Z Sep 16 23:24:54.741 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98662026-09-16T23:25:34.522Z Sep 16 23:24:54.747 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98672026-09-16T23:25:34.527Z Sep 16 23:24:54.747 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98682026-09-16T23:25:34.527Z Sep 16 23:24:54.753 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98692026-09-16T23:25:34.527Z Sep 16 23:24:54.753 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98702026-09-16T23:25:34.527Z Sep 16 23:24:54.759 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98712026-09-16T23:25:34.527Z Sep 16 23:24:54.759 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98722026-09-16T23:25:34.527Z Sep 16 23:24:54.765 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98732026-09-16T23:25:34.528Z Sep 16 23:24:54.765 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98742026-09-16T23:25:34.528Z Sep 16 23:24:54.771 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98752026-09-16T23:25:34.528Z Sep 16 23:24:54.771 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98762026-09-16T23:25:34.528Z Sep 16 23:24:54.774 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98772026-09-16T23:25:34.528Z Sep 16 23:24:54.774 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98782026-09-16T23:25:34.528Z Sep 16 23:24:54.779 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98792026-09-16T23:25:34.528Z Sep 16 23:24:54.816 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98802026-09-16T23:25:34.528Z Sep 16 23:24:54.822 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98812026-09-16T23:25:34.528Z Sep 16 23:24:54.824 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98822026-09-16T23:25:34.528Z Sep 16 23:24:54.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98832026-09-16T23:25:34.528Z Sep 16 23:24:54.868 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98842026-09-16T23:25:34.528Z Sep 16 23:24:54.906 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98852026-09-16T23:25:34.528Z Sep 16 23:24:54.912 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98862026-09-16T23:25:34.528Z Sep 16 23:24:54.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98872026-09-16T23:25:34.528Z Sep 16 23:24:54.956 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98882026-09-16T23:25:34.528Z Sep 16 23:24:54.957 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98892026-09-16T23:25:34.528Z Sep 16 23:24:54.957 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98902026-09-16T23:25:34.528Z Sep 16 23:24:54.957 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98912026-09-16T23:25:34.528Z Sep 16 23:24:54.964 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98922026-09-16T23:25:34.528Z Sep 16 23:24:55.024 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98932026-09-16T23:25:34.528Z Sep 16 23:24:55.024 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98942026-09-16T23:25:34.528Z Sep 16 23:24:55.061 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98952026-09-16T23:25:34.528Z Sep 16 23:24:55.062 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
98962026-09-16T23:25:34.528Z Sep 16 23:24:55.099 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98972026-09-16T23:25:34.528Z Sep 16 23:24:55.099 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98982026-09-16T23:25:34.528Z Sep 16 23:24:55.137 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
98992026-09-16T23:25:34.528Z Sep 16 23:24:55.137 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99002026-09-16T23:25:34.528Z Sep 16 23:24:55.138 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99012026-09-16T23:25:34.528Z Sep 16 23:24:55.138 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99022026-09-16T23:25:34.528Z Sep 16 23:24:55.138 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99032026-09-16T23:25:34.528Z Sep 16 23:24:55.138 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99042026-09-16T23:25:34.528Z Sep 16 23:24:55.139 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99052026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99062026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99072026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99082026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99092026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99102026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99112026-09-16T23:25:34.529Z Sep 16 23:24:55.139 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99122026-09-16T23:25:34.529Z Sep 16 23:24:55.145 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99132026-09-16T23:25:34.529Z Sep 16 23:24:55.145 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99142026-09-16T23:25:34.529Z Sep 16 23:24:55.151 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99152026-09-16T23:25:34.529Z Sep 16 23:24:55.151 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99162026-09-16T23:25:34.529Z Sep 16 23:24:55.157 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99172026-09-16T23:25:34.529Z Sep 16 23:24:55.157 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99182026-09-16T23:25:34.529Z Sep 16 23:24:55.163 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99192026-09-16T23:25:34.530Z Sep 16 23:24:55.163 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99202026-09-16T23:25:34.530Z Sep 16 23:24:55.314 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99212026-09-16T23:25:34.530Z Sep 16 23:24:55.314 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99222026-09-16T23:25:34.530Z Sep 16 23:24:55.319 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99232026-09-16T23:25:34.530Z Sep 16 23:24:55.357 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99242026-09-16T23:25:34.530Z Sep 16 23:24:55.363 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99252026-09-16T23:25:34.530Z Sep 16 23:24:55.365 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99262026-09-16T23:25:34.530Z Sep 16 23:24:55.402 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99272026-09-16T23:25:34.530Z Sep 16 23:24:55.408 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99282026-09-16T23:25:34.530Z Sep 16 23:24:55.447 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99292026-09-16T23:25:34.530Z Sep 16 23:24:55.453 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99302026-09-16T23:25:34.530Z Sep 16 23:24:55.491 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99312026-09-16T23:25:34.530Z Sep 16 23:24:55.497 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99322026-09-16T23:25:34.530Z Sep 16 23:24:55.497 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99332026-09-16T23:25:34.530Z Sep 16 23:24:55.497 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99342026-09-16T23:25:34.530Z Sep 16 23:24:55.497 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99352026-09-16T23:25:34.530Z Sep 16 23:24:55.504 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99362026-09-16T23:25:34.530Z Sep 16 23:24:55.564 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99372026-09-16T23:25:34.530Z Sep 16 23:24:55.564 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99382026-09-16T23:25:34.530Z Sep 16 23:24:55.601 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99392026-09-16T23:25:34.530Z Sep 16 23:24:55.602 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99402026-09-16T23:25:34.531Z Sep 16 23:24:55.639 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99412026-09-16T23:25:34.531Z Sep 16 23:24:55.639 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99422026-09-16T23:25:34.531Z Sep 16 23:24:55.677 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99432026-09-16T23:25:34.531Z Sep 16 23:24:55.677 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99442026-09-16T23:25:34.531Z Sep 16 23:24:55.683 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99452026-09-16T23:25:34.531Z Sep 16 23:24:55.684 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99462026-09-16T23:25:34.531Z Sep 16 23:24:55.690 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99472026-09-16T23:25:34.531Z Sep 16 23:24:55.690 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99482026-09-16T23:25:34.531Z Sep 16 23:24:55.696 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99492026-09-16T23:25:34.531Z Sep 16 23:24:55.696 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99502026-09-16T23:25:34.531Z Sep 16 23:24:55.702 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99512026-09-16T23:25:34.531Z Sep 16 23:24:55.702 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99522026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99532026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99542026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99552026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99562026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99572026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99582026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99592026-09-16T23:25:34.531Z Sep 16 23:24:55.702 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
99602026-09-16T23:25:34.531Z Sep 16 23:24:55.705 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99612026-09-16T23:25:34.532Z Sep 16 23:24:55.705 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99622026-09-16T23:25:34.532Z Sep 16 23:24:55.710 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99632026-09-16T23:25:34.532Z Sep 16 23:24:55.710 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99642026-09-16T23:25:34.532Z Sep 16 23:24:55.711 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99652026-09-16T23:25:34.532Z Sep 16 23:24:55.749 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99662026-09-16T23:25:34.532Z Sep 16 23:24:55.755 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99672026-09-16T23:25:34.537Z Sep 16 23:24:55.757 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99682026-09-16T23:25:34.537Z Sep 16 23:24:55.795 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99692026-09-16T23:25:34.537Z Sep 16 23:24:55.801 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99702026-09-16T23:25:34.537Z Sep 16 23:24:55.842 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99712026-09-16T23:25:34.537Z Sep 16 23:24:55.848 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99722026-09-16T23:25:34.537Z Sep 16 23:24:55.886 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99732026-09-16T23:25:34.537Z Sep 16 23:24:55.892 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99742026-09-16T23:25:34.537Z Sep 16 23:24:55.894 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99752026-09-16T23:25:34.537Z Sep 16 23:24:55.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99762026-09-16T23:25:34.537Z Sep 16 23:24:55.938 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99772026-09-16T23:25:34.537Z Sep 16 23:24:55.940 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99782026-09-16T23:25:34.537Z Sep 16 23:24:55.978 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99792026-09-16T23:25:34.537Z Sep 16 23:24:55.984 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99802026-09-16T23:25:34.537Z Sep 16 23:24:55.984 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99812026-09-16T23:25:34.537Z Sep 16 23:24:55.984 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99822026-09-16T23:25:34.537Z Sep 16 23:24:56.022 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99832026-09-16T23:25:34.537Z Sep 16 23:24:56.028 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99842026-09-16T23:25:34.537Z Sep 16 23:24:56.066 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99852026-09-16T23:25:34.537Z Sep 16 23:24:56.072 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99862026-09-16T23:25:34.537Z Sep 16 23:24:56.073 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99872026-09-16T23:25:34.537Z Sep 16 23:24:56.080 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99882026-09-16T23:25:34.537Z Sep 16 23:24:56.087 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99892026-09-16T23:25:34.537Z Sep 16 23:24:56.087 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99902026-09-16T23:25:34.538Z Sep 16 23:24:56.102 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99912026-09-16T23:25:34.538Z Sep 16 23:24:56.109 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99922026-09-16T23:25:34.538Z Sep 16 23:24:56.153 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99932026-09-16T23:25:34.538Z Sep 16 23:24:56.153 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99942026-09-16T23:25:34.538Z Sep 16 23:24:56.191 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99952026-09-16T23:25:34.538Z Sep 16 23:24:56.191 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
99962026-09-16T23:25:34.538Z Sep 16 23:24:56.244 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99972026-09-16T23:25:34.539Z Sep 16 23:24:56.244 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99982026-09-16T23:25:34.539Z Sep 16 23:24:56.282 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
99992026-09-16T23:25:34.539Z Sep 16 23:24:56.282 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100002026-09-16T23:25:34.539Z Sep 16 23:24:56.319 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100012026-09-16T23:25:34.539Z Sep 16 23:24:56.320 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100022026-09-16T23:25:34.539Z Sep 16 23:24:56.357 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100032026-09-16T23:25:34.539Z Sep 16 23:24:56.358 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100042026-09-16T23:25:34.539Z Sep 16 23:24:56.395 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100052026-09-16T23:25:34.539Z Sep 16 23:24:56.395 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100062026-09-16T23:25:34.539Z Sep 16 23:24:56.433 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100072026-09-16T23:25:34.539Z Sep 16 23:24:56.433 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100082026-09-16T23:25:34.539Z Sep 16 23:24:56.440 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100092026-09-16T23:25:34.539Z Sep 16 23:24:56.440 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100102026-09-16T23:25:34.539Z Sep 16 23:24:56.446 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100112026-09-16T23:25:34.539Z Sep 16 23:24:56.446 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100122026-09-16T23:25:34.539Z Sep 16 23:24:56.452 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100132026-09-16T23:25:34.539Z Sep 16 23:24:56.452 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100142026-09-16T23:25:34.539Z Sep 16 23:24:56.458 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100152026-09-16T23:25:34.539Z Sep 16 23:24:56.458 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100162026-09-16T23:25:34.539Z Sep 16 23:24:56.464 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100172026-09-16T23:25:34.539Z Sep 16 23:24:56.464 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100182026-09-16T23:25:34.539Z Sep 16 23:24:56.470 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100192026-09-16T23:25:34.539Z Sep 16 23:24:56.470 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100202026-09-16T23:25:34.539Z Sep 16 23:24:56.477 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100212026-09-16T23:25:34.539Z Sep 16 23:24:56.477 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100222026-09-16T23:25:34.539Z Sep 16 23:24:56.483 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100232026-09-16T23:25:34.539Z Sep 16 23:24:56.483 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100242026-09-16T23:25:34.539Z Sep 16 23:24:56.485 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100252026-09-16T23:25:34.539Z Sep 16 23:24:56.485 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100262026-09-16T23:25:34.539Z Sep 16 23:24:56.490 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100272026-09-16T23:25:34.539Z Sep 16 23:24:56.528 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100282026-09-16T23:25:34.539Z Sep 16 23:24:56.534 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100292026-09-16T23:25:34.539Z Sep 16 23:24:56.536 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100302026-09-16T23:25:34.539Z Sep 16 23:24:56.573 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100312026-09-16T23:25:34.539Z Sep 16 23:24:56.579 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100322026-09-16T23:25:34.539Z Sep 16 23:24:56.618 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100332026-09-16T23:25:34.539Z Sep 16 23:24:56.624 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100342026-09-16T23:25:34.540Z Sep 16 23:24:56.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100352026-09-16T23:25:34.540Z Sep 16 23:24:56.668 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100362026-09-16T23:25:34.540Z Sep 16 23:24:56.668 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100372026-09-16T23:25:34.540Z Sep 16 23:24:56.669 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100382026-09-16T23:25:34.540Z Sep 16 23:24:56.669 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100392026-09-16T23:25:34.540Z Sep 16 23:24:56.675 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100402026-09-16T23:25:34.540Z Sep 16 23:24:56.735 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100412026-09-16T23:25:34.540Z Sep 16 23:24:56.735 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100422026-09-16T23:25:34.540Z Sep 16 23:24:56.773 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100432026-09-16T23:25:34.540Z Sep 16 23:24:56.773 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100442026-09-16T23:25:34.540Z Sep 16 23:24:56.811 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100452026-09-16T23:25:34.540Z Sep 16 23:24:56.811 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100462026-09-16T23:25:34.540Z Sep 16 23:24:56.848 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100472026-09-16T23:25:34.540Z Sep 16 23:24:56.848 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100482026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100492026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100502026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100512026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100522026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100532026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100542026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100552026-09-16T23:25:34.540Z Sep 16 23:24:56.849 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100562026-09-16T23:25:34.540Z Sep 16 23:24:56.850 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100572026-09-16T23:25:34.540Z Sep 16 23:24:56.850 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100582026-09-16T23:25:34.540Z Sep 16 23:24:56.850 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100592026-09-16T23:25:34.540Z Sep 16 23:24:56.850 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
100602026-09-16T23:25:34.540Z Sep 16 23:24:56.856 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100612026-09-16T23:25:34.540Z Sep 16 23:24:56.856 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100622026-09-16T23:25:34.540Z Sep 16 23:24:56.862 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100632026-09-16T23:25:34.540Z Sep 16 23:24:56.862 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100642026-09-16T23:25:34.540Z Sep 16 23:24:56.868 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100652026-09-16T23:25:34.540Z Sep 16 23:24:56.868 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100662026-09-16T23:25:34.540Z Sep 16 23:24:56.874 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100672026-09-16T23:25:34.545Z Sep 16 23:24:56.874 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100682026-09-16T23:25:34.545Z Sep 16 23:24:57.026 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100692026-09-16T23:25:34.545Z Sep 16 23:24:57.026 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100702026-09-16T23:25:34.545Z Sep 16 23:24:57.031 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100712026-09-16T23:25:34.545Z Sep 16 23:24:57.069 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100722026-09-16T23:25:34.545Z Sep 16 23:24:57.075 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100732026-09-16T23:25:34.545Z Sep 16 23:24:57.077 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100742026-09-16T23:25:34.545Z Sep 16 23:24:57.114 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100752026-09-16T23:25:34.545Z Sep 16 23:24:57.120 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100762026-09-16T23:25:34.545Z Sep 16 23:24:57.159 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100772026-09-16T23:25:34.545Z Sep 16 23:24:57.165 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100782026-09-16T23:25:34.545Z Sep 16 23:24:57.203 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100792026-09-16T23:25:34.545Z Sep 16 23:24:57.209 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100802026-09-16T23:25:34.545Z Sep 16 23:24:57.209 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100812026-09-16T23:25:34.545Z Sep 16 23:24:57.210 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100822026-09-16T23:25:34.545Z Sep 16 23:24:57.210 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100832026-09-16T23:25:34.545Z Sep 16 23:24:57.217 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100842026-09-16T23:25:34.545Z Sep 16 23:24:57.276 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100852026-09-16T23:25:34.545Z Sep 16 23:24:57.276 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100862026-09-16T23:25:34.545Z Sep 16 23:24:57.314 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100872026-09-16T23:25:34.545Z Sep 16 23:24:57.314 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100882026-09-16T23:25:34.545Z Sep 16 23:24:57.352 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100892026-09-16T23:25:34.545Z Sep 16 23:24:57.352 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100902026-09-16T23:25:34.545Z Sep 16 23:24:57.389 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100912026-09-16T23:25:34.545Z Sep 16 23:24:57.389 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100922026-09-16T23:25:34.545Z Sep 16 23:24:57.396 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100932026-09-16T23:25:34.546Z Sep 16 23:24:57.396 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100942026-09-16T23:25:34.546Z Sep 16 23:24:57.402 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100952026-09-16T23:25:34.546Z Sep 16 23:24:57.402 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
100962026-09-16T23:25:34.546Z Sep 16 23:24:57.408 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100972026-09-16T23:25:34.546Z Sep 16 23:24:57.408 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100982026-09-16T23:25:34.546Z Sep 16 23:24:57.414 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
100992026-09-16T23:25:34.546Z Sep 16 23:24:57.414 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101002026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101012026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101022026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101032026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101042026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101052026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101062026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101072026-09-16T23:25:34.546Z Sep 16 23:24:57.414 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101082026-09-16T23:25:34.546Z Sep 16 23:24:57.418 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101092026-09-16T23:25:34.546Z Sep 16 23:24:57.418 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101102026-09-16T23:25:34.546Z Sep 16 23:24:57.422 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101112026-09-16T23:25:34.546Z Sep 16 23:24:57.423 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101122026-09-16T23:25:34.546Z Sep 16 23:24:57.424 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101132026-09-16T23:25:34.546Z Sep 16 23:24:57.462 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101142026-09-16T23:25:34.546Z Sep 16 23:24:57.468 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101152026-09-16T23:25:34.546Z Sep 16 23:24:57.470 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101162026-09-16T23:25:34.546Z Sep 16 23:24:57.508 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101172026-09-16T23:25:34.546Z Sep 16 23:24:57.514 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101182026-09-16T23:25:34.546Z Sep 16 23:24:57.555 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101192026-09-16T23:25:34.547Z Sep 16 23:24:57.561 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101202026-09-16T23:25:34.547Z Sep 16 23:24:57.600 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101212026-09-16T23:25:34.547Z Sep 16 23:24:57.605 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101222026-09-16T23:25:34.547Z Sep 16 23:24:57.607 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101232026-09-16T23:25:34.547Z Sep 16 23:24:57.645 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101242026-09-16T23:25:34.547Z Sep 16 23:24:57.651 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101252026-09-16T23:25:34.547Z Sep 16 23:24:57.653 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101262026-09-16T23:25:34.547Z Sep 16 23:24:57.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101272026-09-16T23:25:34.547Z Sep 16 23:24:57.697 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101282026-09-16T23:25:34.547Z Sep 16 23:24:57.698 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101292026-09-16T23:25:34.547Z Sep 16 23:24:57.698 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101302026-09-16T23:25:34.547Z Sep 16 23:24:57.735 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101312026-09-16T23:25:34.547Z Sep 16 23:24:57.741 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101322026-09-16T23:25:34.547Z Sep 16 23:24:57.779 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101332026-09-16T23:25:34.547Z Sep 16 23:24:57.785 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101342026-09-16T23:25:34.547Z Sep 16 23:24:57.786 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101352026-09-16T23:25:34.547Z Sep 16 23:24:57.793 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101362026-09-16T23:25:34.547Z Sep 16 23:24:57.800 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101372026-09-16T23:25:34.547Z Sep 16 23:24:57.800 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101382026-09-16T23:25:34.547Z Sep 16 23:24:57.815 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101392026-09-16T23:25:34.547Z Sep 16 23:24:57.822 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101402026-09-16T23:25:34.547Z Sep 16 23:24:57.866 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101412026-09-16T23:25:34.547Z Sep 16 23:24:57.866 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101422026-09-16T23:25:34.547Z Sep 16 23:24:57.904 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101432026-09-16T23:25:34.547Z Sep 16 23:24:57.904 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101442026-09-16T23:25:34.547Z Sep 16 23:24:57.957 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101452026-09-16T23:25:34.547Z Sep 16 23:24:57.957 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101462026-09-16T23:25:34.547Z Sep 16 23:24:57.995 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101472026-09-16T23:25:34.547Z Sep 16 23:24:57.995 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101482026-09-16T23:25:34.547Z Sep 16 23:24:58.032 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101492026-09-16T23:25:34.548Z Sep 16 23:24:58.032 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101502026-09-16T23:25:34.548Z Sep 16 23:24:58.070 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101512026-09-16T23:25:34.548Z Sep 16 23:24:58.070 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101522026-09-16T23:25:34.548Z Sep 16 23:24:58.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101532026-09-16T23:25:34.548Z Sep 16 23:24:58.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101542026-09-16T23:25:34.548Z Sep 16 23:24:58.146 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101552026-09-16T23:25:34.548Z Sep 16 23:24:58.146 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101562026-09-16T23:25:34.548Z Sep 16 23:24:58.153 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101572026-09-16T23:25:34.548Z Sep 16 23:24:58.153 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101582026-09-16T23:25:34.548Z Sep 16 23:24:58.159 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101592026-09-16T23:25:34.548Z Sep 16 23:24:58.159 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101602026-09-16T23:25:34.548Z Sep 16 23:24:58.165 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101612026-09-16T23:25:34.548Z Sep 16 23:24:58.165 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101622026-09-16T23:25:34.549Z Sep 16 23:24:58.171 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101632026-09-16T23:25:34.549Z Sep 16 23:24:58.171 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101642026-09-16T23:25:34.549Z Sep 16 23:24:58.177 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101652026-09-16T23:25:34.549Z Sep 16 23:24:58.177 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101662026-09-16T23:25:34.549Z Sep 16 23:24:58.183 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101672026-09-16T23:25:34.554Z Sep 16 23:24:58.183 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101682026-09-16T23:25:34.554Z Sep 16 23:24:58.190 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101692026-09-16T23:25:34.554Z Sep 16 23:24:58.190 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101702026-09-16T23:25:34.554Z Sep 16 23:24:58.196 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101712026-09-16T23:25:34.554Z Sep 16 23:24:58.196 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101722026-09-16T23:25:34.554Z Sep 16 23:24:58.198 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101732026-09-16T23:25:34.554Z Sep 16 23:24:58.198 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101742026-09-16T23:25:34.554Z Sep 16 23:24:58.203 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101752026-09-16T23:25:34.554Z Sep 16 23:24:58.241 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101762026-09-16T23:25:34.554Z Sep 16 23:24:58.247 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101772026-09-16T23:25:34.554Z Sep 16 23:24:58.249 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101782026-09-16T23:25:34.554Z Sep 16 23:24:58.287 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101792026-09-16T23:25:34.554Z Sep 16 23:24:58.293 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101802026-09-16T23:25:34.554Z Sep 16 23:24:58.331 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101812026-09-16T23:25:34.554Z Sep 16 23:24:58.337 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101822026-09-16T23:25:34.554Z Sep 16 23:24:58.375 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101832026-09-16T23:25:34.554Z Sep 16 23:24:58.381 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101842026-09-16T23:25:34.554Z Sep 16 23:24:58.382 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101852026-09-16T23:25:34.554Z Sep 16 23:24:58.382 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101862026-09-16T23:25:34.554Z Sep 16 23:24:58.382 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101872026-09-16T23:25:34.554Z Sep 16 23:24:58.389 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101882026-09-16T23:25:34.554Z Sep 16 23:24:58.448 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101892026-09-16T23:25:34.554Z Sep 16 23:24:58.448 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101902026-09-16T23:25:34.554Z Sep 16 23:24:58.486 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101912026-09-16T23:25:34.554Z Sep 16 23:24:58.486 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
101922026-09-16T23:25:34.554Z Sep 16 23:24:58.524 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101932026-09-16T23:25:34.554Z Sep 16 23:24:58.524 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101942026-09-16T23:25:34.554Z Sep 16 23:24:58.561 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101952026-09-16T23:25:34.554Z Sep 16 23:24:58.562 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
101962026-09-16T23:25:34.554Z Sep 16 23:24:58.562 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101972026-09-16T23:25:34.554Z Sep 16 23:24:58.562 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101982026-09-16T23:25:34.554Z Sep 16 23:24:58.562 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
101992026-09-16T23:25:34.554Z Sep 16 23:24:58.563 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102002026-09-16T23:25:34.554Z Sep 16 23:24:58.563 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102012026-09-16T23:25:34.554Z Sep 16 23:24:58.563 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102022026-09-16T23:25:34.554Z Sep 16 23:24:58.563 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102032026-09-16T23:25:34.555Z Sep 16 23:24:58.563 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102042026-09-16T23:25:34.555Z Sep 16 23:24:58.563 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102052026-09-16T23:25:34.555Z Sep 16 23:24:58.563 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102062026-09-16T23:25:34.555Z Sep 16 23:24:58.563 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102072026-09-16T23:25:34.555Z Sep 16 23:24:58.563 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102082026-09-16T23:25:34.555Z Sep 16 23:24:58.569 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102092026-09-16T23:25:34.555Z Sep 16 23:24:58.569 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102102026-09-16T23:25:34.555Z Sep 16 23:24:58.575 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102112026-09-16T23:25:34.555Z Sep 16 23:24:58.575 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102122026-09-16T23:25:34.555Z Sep 16 23:24:58.581 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102132026-09-16T23:25:34.555Z Sep 16 23:24:58.581 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102142026-09-16T23:25:34.555Z Sep 16 23:24:58.587 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102152026-09-16T23:25:34.555Z Sep 16 23:24:58.587 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102162026-09-16T23:25:34.555Z Sep 16 23:24:58.738 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102172026-09-16T23:25:34.556Z Sep 16 23:24:58.738 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102182026-09-16T23:25:34.556Z Sep 16 23:24:58.743 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102192026-09-16T23:25:34.556Z Sep 16 23:24:58.781 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102202026-09-16T23:25:34.556Z Sep 16 23:24:58.787 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102212026-09-16T23:25:34.556Z Sep 16 23:24:58.789 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102222026-09-16T23:25:34.556Z Sep 16 23:24:58.826 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102232026-09-16T23:25:34.556Z Sep 16 23:24:58.832 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102242026-09-16T23:25:34.556Z Sep 16 23:24:58.871 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102252026-09-16T23:25:34.556Z Sep 16 23:24:58.877 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102262026-09-16T23:25:34.556Z Sep 16 23:24:58.915 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102272026-09-16T23:25:34.556Z Sep 16 23:24:58.921 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102282026-09-16T23:25:34.556Z Sep 16 23:24:58.921 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102292026-09-16T23:25:34.556Z Sep 16 23:24:58.921 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102302026-09-16T23:25:34.556Z Sep 16 23:24:58.921 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102312026-09-16T23:25:34.556Z Sep 16 23:24:58.928 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102322026-09-16T23:25:34.556Z Sep 16 23:24:58.988 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102332026-09-16T23:25:34.556Z Sep 16 23:24:58.988 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102342026-09-16T23:25:34.556Z Sep 16 23:24:59.026 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102352026-09-16T23:25:34.556Z Sep 16 23:24:59.026 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102362026-09-16T23:25:34.557Z Sep 16 23:24:59.063 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102372026-09-16T23:25:34.557Z Sep 16 23:24:59.064 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102382026-09-16T23:25:34.557Z Sep 16 23:24:59.101 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102392026-09-16T23:25:34.557Z Sep 16 23:24:59.101 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102402026-09-16T23:25:34.557Z Sep 16 23:24:59.108 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102412026-09-16T23:25:34.557Z Sep 16 23:24:59.108 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102422026-09-16T23:25:34.557Z Sep 16 23:24:59.114 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102432026-09-16T23:25:34.557Z Sep 16 23:24:59.114 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102442026-09-16T23:25:34.557Z Sep 16 23:24:59.120 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102452026-09-16T23:25:34.557Z Sep 16 23:24:59.120 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102462026-09-16T23:25:34.557Z Sep 16 23:24:59.126 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102472026-09-16T23:25:34.557Z Sep 16 23:24:59.126 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102482026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102492026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102502026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102512026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102522026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102532026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102542026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102552026-09-16T23:25:34.557Z Sep 16 23:24:59.126 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
102562026-09-16T23:25:34.557Z Sep 16 23:24:59.129 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102572026-09-16T23:25:34.557Z Sep 16 23:24:59.129 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102582026-09-16T23:25:34.557Z Sep 16 23:24:59.134 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102592026-09-16T23:25:34.557Z Sep 16 23:24:59.134 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102602026-09-16T23:25:34.557Z Sep 16 23:24:59.136 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102612026-09-16T23:25:34.557Z Sep 16 23:24:59.173 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102622026-09-16T23:25:34.557Z Sep 16 23:24:59.179 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102632026-09-16T23:25:34.557Z Sep 16 23:24:59.181 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102642026-09-16T23:25:34.557Z Sep 16 23:24:59.219 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102652026-09-16T23:25:34.557Z Sep 16 23:24:59.225 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102662026-09-16T23:25:34.557Z Sep 16 23:24:59.267 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102672026-09-16T23:25:34.562Z Sep 16 23:24:59.273 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102682026-09-16T23:25:34.562Z Sep 16 23:24:59.311 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102692026-09-16T23:25:34.562Z Sep 16 23:24:59.317 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102702026-09-16T23:25:34.562Z Sep 16 23:24:59.319 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102712026-09-16T23:25:34.562Z Sep 16 23:24:59.356 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102722026-09-16T23:25:34.562Z Sep 16 23:24:59.363 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102732026-09-16T23:25:34.562Z Sep 16 23:24:59.365 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102742026-09-16T23:25:34.562Z Sep 16 23:24:59.402 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102752026-09-16T23:25:34.562Z Sep 16 23:24:59.408 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102762026-09-16T23:25:34.562Z Sep 16 23:24:59.409 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102772026-09-16T23:25:34.562Z Sep 16 23:24:59.409 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102782026-09-16T23:25:34.563Z Sep 16 23:24:59.447 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102792026-09-16T23:25:34.563Z Sep 16 23:24:59.453 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102802026-09-16T23:25:34.563Z Sep 16 23:24:59.491 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102812026-09-16T23:25:34.563Z Sep 16 23:24:59.497 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102822026-09-16T23:25:34.563Z Sep 16 23:24:59.497 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102832026-09-16T23:25:34.563Z Sep 16 23:24:59.504 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102842026-09-16T23:25:34.563Z Sep 16 23:24:59.512 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102852026-09-16T23:25:34.563Z Sep 16 23:24:59.512 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102862026-09-16T23:25:34.563Z Sep 16 23:24:59.526 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102872026-09-16T23:25:34.563Z Sep 16 23:24:59.533 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102882026-09-16T23:25:34.563Z Sep 16 23:24:59.578 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102892026-09-16T23:25:34.563Z Sep 16 23:24:59.578 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102902026-09-16T23:25:34.563Z Sep 16 23:24:59.616 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102912026-09-16T23:25:34.563Z Sep 16 23:24:59.616 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102922026-09-16T23:25:34.563Z Sep 16 23:24:59.669 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102932026-09-16T23:25:34.563Z Sep 16 23:24:59.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102942026-09-16T23:25:34.563Z Sep 16 23:24:59.706 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102952026-09-16T23:25:34.563Z Sep 16 23:24:59.706 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
102962026-09-16T23:25:34.563Z Sep 16 23:24:59.744 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102972026-09-16T23:25:34.563Z Sep 16 23:24:59.744 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102982026-09-16T23:25:34.563Z Sep 16 23:24:59.782 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
102992026-09-16T23:25:34.563Z Sep 16 23:24:59.782 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103002026-09-16T23:25:34.563Z Sep 16 23:24:59.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103012026-09-16T23:25:34.563Z Sep 16 23:24:59.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103022026-09-16T23:25:34.563Z Sep 16 23:24:59.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103032026-09-16T23:25:34.563Z Sep 16 23:24:59.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103042026-09-16T23:25:34.563Z Sep 16 23:24:59.864 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103052026-09-16T23:25:34.563Z Sep 16 23:24:59.864 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103062026-09-16T23:25:34.563Z Sep 16 23:24:59.870 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103072026-09-16T23:25:34.563Z Sep 16 23:24:59.870 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103082026-09-16T23:25:34.563Z Sep 16 23:24:59.876 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103092026-09-16T23:25:34.563Z Sep 16 23:24:59.877 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103102026-09-16T23:25:34.564Z Sep 16 23:24:59.883 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103112026-09-16T23:25:34.564Z Sep 16 23:24:59.883 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103122026-09-16T23:25:34.564Z Sep 16 23:24:59.889 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103132026-09-16T23:25:34.564Z Sep 16 23:24:59.889 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103142026-09-16T23:25:34.564Z Sep 16 23:24:59.895 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103152026-09-16T23:25:34.564Z Sep 16 23:24:59.895 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103162026-09-16T23:25:34.564Z Sep 16 23:24:59.901 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103172026-09-16T23:25:34.564Z Sep 16 23:24:59.901 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103182026-09-16T23:25:34.564Z Sep 16 23:24:59.907 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103192026-09-16T23:25:34.564Z Sep 16 23:24:59.907 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103202026-09-16T23:25:34.564Z Sep 16 23:24:59.910 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103212026-09-16T23:25:34.564Z Sep 16 23:24:59.910 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103222026-09-16T23:25:34.564Z Sep 16 23:24:59.915 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103232026-09-16T23:25:34.564Z Sep 16 23:24:59.952 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103242026-09-16T23:25:34.564Z Sep 16 23:24:59.958 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103252026-09-16T23:25:34.564Z Sep 16 23:24:59.960 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103262026-09-16T23:25:34.564Z Sep 16 23:24:59.998 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103272026-09-16T23:25:34.564Z Sep 16 23:25:00.004 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103282026-09-16T23:25:34.564Z Sep 16 23:25:00.042 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103292026-09-16T23:25:34.564Z Sep 16 23:25:00.048 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103302026-09-16T23:25:34.564Z Sep 16 23:25:00.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103312026-09-16T23:25:34.564Z Sep 16 23:25:00.092 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103322026-09-16T23:25:34.564Z Sep 16 23:25:00.093 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103332026-09-16T23:25:34.564Z Sep 16 23:25:00.093 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103342026-09-16T23:25:34.564Z Sep 16 23:25:00.093 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103352026-09-16T23:25:34.564Z Sep 16 23:25:00.100 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103362026-09-16T23:25:34.564Z Sep 16 23:25:00.159 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103372026-09-16T23:25:34.564Z Sep 16 23:25:00.159 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103382026-09-16T23:25:34.564Z Sep 16 23:25:00.197 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103392026-09-16T23:25:34.564Z Sep 16 23:25:00.197 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103402026-09-16T23:25:34.564Z Sep 16 23:25:00.235 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103412026-09-16T23:25:34.564Z Sep 16 23:25:00.235 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103422026-09-16T23:25:34.564Z Sep 16 23:25:00.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103432026-09-16T23:25:34.564Z Sep 16 23:25:00.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103442026-09-16T23:25:34.564Z Sep 16 23:25:00.273 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103452026-09-16T23:25:34.564Z Sep 16 23:25:00.274 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103462026-09-16T23:25:34.564Z Sep 16 23:25:00.274 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103472026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103482026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103492026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103502026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103512026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103522026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103532026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103542026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103552026-09-16T23:25:34.565Z Sep 16 23:25:00.274 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103562026-09-16T23:25:34.565Z Sep 16 23:25:00.281 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103572026-09-16T23:25:34.565Z Sep 16 23:25:00.281 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103582026-09-16T23:25:34.565Z Sep 16 23:25:00.287 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103592026-09-16T23:25:34.565Z Sep 16 23:25:00.287 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103602026-09-16T23:25:34.565Z Sep 16 23:25:00.293 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103612026-09-16T23:25:34.565Z Sep 16 23:25:00.293 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103622026-09-16T23:25:34.565Z Sep 16 23:25:00.299 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103632026-09-16T23:25:34.565Z Sep 16 23:25:00.299 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103642026-09-16T23:25:34.565Z Sep 16 23:25:00.450 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103652026-09-16T23:25:34.565Z Sep 16 23:25:00.451 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103662026-09-16T23:25:34.565Z Sep 16 23:25:00.456 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103672026-09-16T23:25:34.569Z Sep 16 23:25:00.493 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103682026-09-16T23:25:34.569Z Sep 16 23:25:00.499 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103692026-09-16T23:25:34.569Z Sep 16 23:25:00.501 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103702026-09-16T23:25:34.570Z Sep 16 23:25:00.539 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103712026-09-16T23:25:34.570Z Sep 16 23:25:00.545 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103722026-09-16T23:25:34.570Z Sep 16 23:25:00.583 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103732026-09-16T23:25:34.570Z Sep 16 23:25:00.589 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103742026-09-16T23:25:34.570Z Sep 16 23:25:00.627 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103752026-09-16T23:25:34.570Z Sep 16 23:25:00.633 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103762026-09-16T23:25:34.570Z Sep 16 23:25:00.634 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103772026-09-16T23:25:34.570Z Sep 16 23:25:00.634 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103782026-09-16T23:25:34.570Z Sep 16 23:25:00.634 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103792026-09-16T23:25:34.570Z Sep 16 23:25:00.641 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103802026-09-16T23:25:34.570Z Sep 16 23:25:00.700 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103812026-09-16T23:25:34.570Z Sep 16 23:25:00.700 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103822026-09-16T23:25:34.570Z Sep 16 23:25:00.738 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103832026-09-16T23:25:34.570Z Sep 16 23:25:00.738 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103842026-09-16T23:25:34.570Z Sep 16 23:25:00.776 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103852026-09-16T23:25:34.570Z Sep 16 23:25:00.776 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103862026-09-16T23:25:34.570Z Sep 16 23:25:00.813 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103872026-09-16T23:25:34.570Z Sep 16 23:25:00.813 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103882026-09-16T23:25:34.570Z Sep 16 23:25:00.820 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103892026-09-16T23:25:34.570Z Sep 16 23:25:00.820 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103902026-09-16T23:25:34.570Z Sep 16 23:25:00.826 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103912026-09-16T23:25:34.570Z Sep 16 23:25:00.826 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
103922026-09-16T23:25:34.570Z Sep 16 23:25:00.832 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103932026-09-16T23:25:34.570Z Sep 16 23:25:00.832 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103942026-09-16T23:25:34.571Z Sep 16 23:25:00.838 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103952026-09-16T23:25:34.571Z Sep 16 23:25:00.838 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
103962026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103972026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103982026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
103992026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104002026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104012026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104022026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104032026-09-16T23:25:34.571Z Sep 16 23:25:00.838 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104042026-09-16T23:25:34.571Z Sep 16 23:25:00.841 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104052026-09-16T23:25:34.571Z Sep 16 23:25:00.841 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104062026-09-16T23:25:34.571Z Sep 16 23:25:00.846 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104072026-09-16T23:25:34.571Z Sep 16 23:25:00.846 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104082026-09-16T23:25:34.571Z Sep 16 23:25:00.848 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104092026-09-16T23:25:34.571Z Sep 16 23:25:00.885 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104102026-09-16T23:25:34.571Z Sep 16 23:25:00.891 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104112026-09-16T23:25:34.571Z Sep 16 23:25:00.893 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104122026-09-16T23:25:34.571Z Sep 16 23:25:00.931 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104132026-09-16T23:25:34.571Z Sep 16 23:25:00.937 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104142026-09-16T23:25:34.571Z Sep 16 23:25:00.979 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104152026-09-16T23:25:34.571Z Sep 16 23:25:00.985 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104162026-09-16T23:25:34.571Z Sep 16 23:25:01.023 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104172026-09-16T23:25:34.572Z Sep 16 23:25:01.029 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104182026-09-16T23:25:34.572Z Sep 16 23:25:01.031 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104192026-09-16T23:25:34.572Z Sep 16 23:25:01.068 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104202026-09-16T23:25:34.572Z Sep 16 23:25:01.074 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104212026-09-16T23:25:34.572Z Sep 16 23:25:01.076 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104222026-09-16T23:25:34.572Z Sep 16 23:25:01.114 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104232026-09-16T23:25:34.572Z Sep 16 23:25:01.120 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104242026-09-16T23:25:34.572Z Sep 16 23:25:01.121 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104252026-09-16T23:25:34.572Z Sep 16 23:25:01.121 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104262026-09-16T23:25:34.572Z Sep 16 23:25:01.158 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104272026-09-16T23:25:34.572Z Sep 16 23:25:01.164 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104282026-09-16T23:25:34.572Z Sep 16 23:25:01.202 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104292026-09-16T23:25:34.572Z Sep 16 23:25:01.208 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104302026-09-16T23:25:34.572Z Sep 16 23:25:01.209 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104312026-09-16T23:25:34.572Z Sep 16 23:25:01.216 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104322026-09-16T23:25:34.572Z Sep 16 23:25:01.223 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104332026-09-16T23:25:34.573Z Sep 16 23:25:01.223 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104342026-09-16T23:25:34.573Z Sep 16 23:25:01.238 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104352026-09-16T23:25:34.573Z Sep 16 23:25:01.245 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104362026-09-16T23:25:34.573Z Sep 16 23:25:01.289 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104372026-09-16T23:25:34.573Z Sep 16 23:25:01.289 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104382026-09-16T23:25:34.573Z Sep 16 23:25:01.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104392026-09-16T23:25:34.573Z Sep 16 23:25:01.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104402026-09-16T23:25:34.573Z Sep 16 23:25:01.380 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104412026-09-16T23:25:34.573Z Sep 16 23:25:01.380 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104422026-09-16T23:25:34.573Z Sep 16 23:25:01.418 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104432026-09-16T23:25:34.573Z Sep 16 23:25:01.418 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104442026-09-16T23:25:34.573Z Sep 16 23:25:01.455 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104452026-09-16T23:25:34.573Z Sep 16 23:25:01.456 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104462026-09-16T23:25:34.573Z Sep 16 23:25:01.493 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104472026-09-16T23:25:34.573Z Sep 16 23:25:01.494 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104482026-09-16T23:25:34.573Z Sep 16 23:25:01.531 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104492026-09-16T23:25:34.573Z Sep 16 23:25:01.532 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104502026-09-16T23:25:34.573Z Sep 16 23:25:01.569 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104512026-09-16T23:25:34.573Z Sep 16 23:25:01.569 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104522026-09-16T23:25:34.573Z Sep 16 23:25:01.576 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104532026-09-16T23:25:34.573Z Sep 16 23:25:01.576 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104542026-09-16T23:25:34.573Z Sep 16 23:25:01.582 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104552026-09-16T23:25:34.573Z Sep 16 23:25:01.582 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104562026-09-16T23:25:34.573Z Sep 16 23:25:01.588 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104572026-09-16T23:25:34.573Z Sep 16 23:25:01.588 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104582026-09-16T23:25:34.573Z Sep 16 23:25:01.594 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104592026-09-16T23:25:34.573Z Sep 16 23:25:01.594 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104602026-09-16T23:25:34.573Z Sep 16 23:25:01.600 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104612026-09-16T23:25:34.573Z Sep 16 23:25:01.600 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104622026-09-16T23:25:34.573Z Sep 16 23:25:01.606 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104632026-09-16T23:25:34.573Z Sep 16 23:25:01.606 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104642026-09-16T23:25:34.573Z Sep 16 23:25:01.613 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104652026-09-16T23:25:34.573Z Sep 16 23:25:01.613 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104662026-09-16T23:25:34.573Z Sep 16 23:25:01.619 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104672026-09-16T23:25:34.578Z Sep 16 23:25:01.619 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104682026-09-16T23:25:34.578Z Sep 16 23:25:01.621 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104692026-09-16T23:25:34.578Z Sep 16 23:25:01.621 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104702026-09-16T23:25:34.578Z Sep 16 23:25:01.626 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104712026-09-16T23:25:34.578Z Sep 16 23:25:01.664 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104722026-09-16T23:25:34.578Z Sep 16 23:25:01.670 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104732026-09-16T23:25:34.578Z Sep 16 23:25:01.672 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104742026-09-16T23:25:34.578Z Sep 16 23:25:01.709 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104752026-09-16T23:25:34.578Z Sep 16 23:25:01.715 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104762026-09-16T23:25:34.578Z Sep 16 23:25:01.753 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104772026-09-16T23:25:34.578Z Sep 16 23:25:01.760 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104782026-09-16T23:25:34.578Z Sep 16 23:25:01.798 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104792026-09-16T23:25:34.578Z Sep 16 23:25:01.804 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104802026-09-16T23:25:34.578Z Sep 16 23:25:01.804 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104812026-09-16T23:25:34.578Z Sep 16 23:25:01.804 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104822026-09-16T23:25:34.578Z Sep 16 23:25:01.804 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104832026-09-16T23:25:34.578Z Sep 16 23:25:01.811 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104842026-09-16T23:25:34.578Z Sep 16 23:25:01.870 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104852026-09-16T23:25:34.578Z Sep 16 23:25:01.871 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104862026-09-16T23:25:34.578Z Sep 16 23:25:01.908 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104872026-09-16T23:25:34.578Z Sep 16 23:25:01.909 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
104882026-09-16T23:25:34.578Z Sep 16 23:25:01.946 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104892026-09-16T23:25:34.578Z Sep 16 23:25:01.946 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104902026-09-16T23:25:34.578Z Sep 16 23:25:01.984 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104912026-09-16T23:25:34.578Z Sep 16 23:25:01.984 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
104922026-09-16T23:25:34.578Z Sep 16 23:25:01.984 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104932026-09-16T23:25:34.578Z Sep 16 23:25:01.985 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104942026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104952026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104962026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104972026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104982026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
104992026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105002026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105012026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105022026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105032026-09-16T23:25:34.579Z Sep 16 23:25:01.985 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105042026-09-16T23:25:34.579Z Sep 16 23:25:01.992 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105052026-09-16T23:25:34.579Z Sep 16 23:25:01.992 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105062026-09-16T23:25:34.579Z Sep 16 23:25:01.998 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105072026-09-16T23:25:34.579Z Sep 16 23:25:01.998 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105082026-09-16T23:25:34.579Z Sep 16 23:25:02.004 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105092026-09-16T23:25:34.579Z Sep 16 23:25:02.004 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105102026-09-16T23:25:34.579Z Sep 16 23:25:02.010 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105112026-09-16T23:25:34.579Z Sep 16 23:25:02.010 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105122026-09-16T23:25:34.579Z Sep 16 23:25:02.161 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105132026-09-16T23:25:34.579Z Sep 16 23:25:02.162 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105142026-09-16T23:25:34.579Z Sep 16 23:25:02.167 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105152026-09-16T23:25:34.579Z Sep 16 23:25:02.204 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105162026-09-16T23:25:34.579Z Sep 16 23:25:02.210 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105172026-09-16T23:25:34.579Z Sep 16 23:25:02.212 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105182026-09-16T23:25:34.579Z Sep 16 23:25:02.250 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105192026-09-16T23:25:34.579Z Sep 16 23:25:02.256 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105202026-09-16T23:25:34.579Z Sep 16 23:25:02.294 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105212026-09-16T23:25:34.579Z Sep 16 23:25:02.300 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105222026-09-16T23:25:34.579Z Sep 16 23:25:02.338 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105232026-09-16T23:25:34.579Z Sep 16 23:25:02.344 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105242026-09-16T23:25:34.580Z Sep 16 23:25:02.345 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105252026-09-16T23:25:34.580Z Sep 16 23:25:02.345 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105262026-09-16T23:25:34.580Z Sep 16 23:25:02.345 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105272026-09-16T23:25:34.580Z Sep 16 23:25:02.352 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105282026-09-16T23:25:34.580Z Sep 16 23:25:02.411 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105292026-09-16T23:25:34.580Z Sep 16 23:25:02.411 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105302026-09-16T23:25:34.580Z Sep 16 23:25:02.449 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105312026-09-16T23:25:34.580Z Sep 16 23:25:02.449 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105322026-09-16T23:25:34.580Z Sep 16 23:25:02.487 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105332026-09-16T23:25:34.580Z Sep 16 23:25:02.487 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105342026-09-16T23:25:34.580Z Sep 16 23:25:02.525 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105352026-09-16T23:25:34.580Z Sep 16 23:25:02.525 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105362026-09-16T23:25:34.580Z Sep 16 23:25:02.531 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105372026-09-16T23:25:34.580Z Sep 16 23:25:02.531 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105382026-09-16T23:25:34.580Z Sep 16 23:25:02.537 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105392026-09-16T23:25:34.580Z Sep 16 23:25:02.537 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105402026-09-16T23:25:34.580Z Sep 16 23:25:02.543 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105412026-09-16T23:25:34.580Z Sep 16 23:25:02.543 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105422026-09-16T23:25:34.580Z Sep 16 23:25:02.549 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105432026-09-16T23:25:34.580Z Sep 16 23:25:02.549 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105442026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105452026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105462026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105472026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105482026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105492026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105502026-09-16T23:25:34.580Z Sep 16 23:25:02.550 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105512026-09-16T23:25:34.581Z Sep 16 23:25:02.550 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
105522026-09-16T23:25:34.581Z Sep 16 23:25:02.553 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105532026-09-16T23:25:34.581Z Sep 16 23:25:02.553 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105542026-09-16T23:25:34.581Z Sep 16 23:25:02.558 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105552026-09-16T23:25:34.581Z Sep 16 23:25:02.558 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105562026-09-16T23:25:34.581Z Sep 16 23:25:02.559 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105572026-09-16T23:25:34.581Z Sep 16 23:25:02.597 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105582026-09-16T23:25:34.581Z Sep 16 23:25:02.603 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105592026-09-16T23:25:34.581Z Sep 16 23:25:02.605 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105602026-09-16T23:25:34.581Z Sep 16 23:25:02.642 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105612026-09-16T23:25:34.581Z Sep 16 23:25:02.649 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105622026-09-16T23:25:34.581Z Sep 16 23:25:02.690 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105632026-09-16T23:25:34.581Z Sep 16 23:25:02.696 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105642026-09-16T23:25:34.581Z Sep 16 23:25:02.734 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105652026-09-16T23:25:34.581Z Sep 16 23:25:02.740 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105662026-09-16T23:25:34.581Z Sep 16 23:25:02.742 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105672026-09-16T23:25:34.585Z Sep 16 23:25:02.780 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105682026-09-16T23:25:34.585Z Sep 16 23:25:02.786 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105692026-09-16T23:25:34.585Z Sep 16 23:25:02.788 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105702026-09-16T23:25:34.585Z Sep 16 23:25:02.826 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105712026-09-16T23:25:34.585Z Sep 16 23:25:02.831 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105722026-09-16T23:25:34.585Z Sep 16 23:25:02.832 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105732026-09-16T23:25:34.586Z Sep 16 23:25:02.832 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105742026-09-16T23:25:34.586Z Sep 16 23:25:02.870 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105752026-09-16T23:25:34.586Z Sep 16 23:25:02.876 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105762026-09-16T23:25:34.586Z Sep 16 23:25:02.914 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105772026-09-16T23:25:34.586Z Sep 16 23:25:02.920 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105782026-09-16T23:25:34.586Z Sep 16 23:25:02.921 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105792026-09-16T23:25:34.586Z Sep 16 23:25:02.928 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105802026-09-16T23:25:34.586Z Sep 16 23:25:02.935 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105812026-09-16T23:25:34.586Z Sep 16 23:25:02.935 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105822026-09-16T23:25:34.586Z Sep 16 23:25:02.950 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105832026-09-16T23:25:34.586Z Sep 16 23:25:02.957 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105842026-09-16T23:25:34.586Z Sep 16 23:25:03.001 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105852026-09-16T23:25:34.586Z Sep 16 23:25:03.001 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105862026-09-16T23:25:34.586Z Sep 16 23:25:03.039 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105872026-09-16T23:25:34.586Z Sep 16 23:25:03.039 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105882026-09-16T23:25:34.586Z Sep 16 23:25:03.092 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105892026-09-16T23:25:34.586Z Sep 16 23:25:03.092 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105902026-09-16T23:25:34.586Z Sep 16 23:25:03.130 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105912026-09-16T23:25:34.586Z Sep 16 23:25:03.130 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105922026-09-16T23:25:34.586Z Sep 16 23:25:03.168 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105932026-09-16T23:25:34.586Z Sep 16 23:25:03.168 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105942026-09-16T23:25:34.586Z Sep 16 23:25:03.205 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105952026-09-16T23:25:34.586Z Sep 16 23:25:03.206 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
105962026-09-16T23:25:34.586Z Sep 16 23:25:03.243 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105972026-09-16T23:25:34.586Z Sep 16 23:25:03.243 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105982026-09-16T23:25:34.586Z Sep 16 23:25:03.281 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
105992026-09-16T23:25:34.586Z Sep 16 23:25:03.281 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106002026-09-16T23:25:34.586Z Sep 16 23:25:03.288 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106012026-09-16T23:25:34.586Z Sep 16 23:25:03.288 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106022026-09-16T23:25:34.586Z Sep 16 23:25:03.294 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106032026-09-16T23:25:34.586Z Sep 16 23:25:03.294 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106042026-09-16T23:25:34.586Z Sep 16 23:25:03.300 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106052026-09-16T23:25:34.586Z Sep 16 23:25:03.300 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106062026-09-16T23:25:34.586Z Sep 16 23:25:03.306 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106072026-09-16T23:25:34.586Z Sep 16 23:25:03.306 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106082026-09-16T23:25:34.587Z Sep 16 23:25:03.312 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106092026-09-16T23:25:34.587Z Sep 16 23:25:03.312 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106102026-09-16T23:25:34.587Z Sep 16 23:25:03.318 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106112026-09-16T23:25:34.587Z Sep 16 23:25:03.318 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106122026-09-16T23:25:34.587Z Sep 16 23:25:03.325 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106132026-09-16T23:25:34.587Z Sep 16 23:25:03.325 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106142026-09-16T23:25:34.587Z Sep 16 23:25:03.331 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106152026-09-16T23:25:34.587Z Sep 16 23:25:03.331 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106162026-09-16T23:25:34.587Z Sep 16 23:25:03.333 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106172026-09-16T23:25:34.587Z Sep 16 23:25:03.333 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106182026-09-16T23:25:34.587Z Sep 16 23:25:03.338 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106192026-09-16T23:25:34.587Z Sep 16 23:25:03.376 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106202026-09-16T23:25:34.587Z Sep 16 23:25:03.382 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106212026-09-16T23:25:34.587Z Sep 16 23:25:03.384 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106222026-09-16T23:25:34.587Z Sep 16 23:25:03.422 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106232026-09-16T23:25:34.587Z Sep 16 23:25:03.428 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106242026-09-16T23:25:34.587Z Sep 16 23:25:03.466 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106252026-09-16T23:25:34.587Z Sep 16 23:25:03.472 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106262026-09-16T23:25:34.587Z Sep 16 23:25:03.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106272026-09-16T23:25:34.587Z Sep 16 23:25:03.516 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106282026-09-16T23:25:34.587Z Sep 16 23:25:03.517 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106292026-09-16T23:25:34.587Z Sep 16 23:25:03.517 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106302026-09-16T23:25:34.587Z Sep 16 23:25:03.517 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106312026-09-16T23:25:34.587Z Sep 16 23:25:03.524 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106322026-09-16T23:25:34.587Z Sep 16 23:25:03.583 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106332026-09-16T23:25:34.587Z Sep 16 23:25:03.583 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106342026-09-16T23:25:34.587Z Sep 16 23:25:03.621 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106352026-09-16T23:25:34.587Z Sep 16 23:25:03.621 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106362026-09-16T23:25:34.587Z Sep 16 23:25:03.659 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106372026-09-16T23:25:34.587Z Sep 16 23:25:03.659 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106382026-09-16T23:25:34.587Z Sep 16 23:25:03.696 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106392026-09-16T23:25:34.588Z Sep 16 23:25:03.696 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106402026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106412026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106422026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106432026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106442026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106452026-09-16T23:25:34.588Z Sep 16 23:25:03.697 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106462026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106472026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106482026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106492026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106502026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106512026-09-16T23:25:34.588Z Sep 16 23:25:03.698 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106522026-09-16T23:25:34.589Z Sep 16 23:25:03.704 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106532026-09-16T23:25:34.589Z Sep 16 23:25:03.704 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106542026-09-16T23:25:34.589Z Sep 16 23:25:03.710 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106552026-09-16T23:25:34.589Z Sep 16 23:25:03.710 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106562026-09-16T23:25:34.589Z Sep 16 23:25:03.716 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106572026-09-16T23:25:34.589Z Sep 16 23:25:03.716 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106582026-09-16T23:25:34.589Z Sep 16 23:25:03.722 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106592026-09-16T23:25:34.589Z Sep 16 23:25:03.722 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106602026-09-16T23:25:34.589Z Sep 16 23:25:03.874 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106612026-09-16T23:25:34.589Z Sep 16 23:25:03.874 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106622026-09-16T23:25:34.589Z Sep 16 23:25:03.879 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106632026-09-16T23:25:34.589Z Sep 16 23:25:03.916 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106642026-09-16T23:25:34.589Z Sep 16 23:25:03.922 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106652026-09-16T23:25:34.589Z Sep 16 23:25:03.924 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106662026-09-16T23:25:34.589Z Sep 16 23:25:03.962 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106672026-09-16T23:25:34.593Z Sep 16 23:25:03.968 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106682026-09-16T23:25:34.593Z Sep 16 23:25:04.006 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106692026-09-16T23:25:34.593Z Sep 16 23:25:04.012 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106702026-09-16T23:25:34.593Z Sep 16 23:25:04.050 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106712026-09-16T23:25:34.594Z Sep 16 23:25:04.056 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106722026-09-16T23:25:34.594Z Sep 16 23:25:04.057 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106732026-09-16T23:25:34.594Z Sep 16 23:25:04.057 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106742026-09-16T23:25:34.594Z Sep 16 23:25:04.057 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106752026-09-16T23:25:34.594Z Sep 16 23:25:04.064 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106762026-09-16T23:25:34.594Z Sep 16 23:25:04.124 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106772026-09-16T23:25:34.594Z Sep 16 23:25:04.124 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106782026-09-16T23:25:34.594Z Sep 16 23:25:04.162 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106792026-09-16T23:25:34.594Z Sep 16 23:25:04.162 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106802026-09-16T23:25:34.594Z Sep 16 23:25:04.199 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106812026-09-16T23:25:34.594Z Sep 16 23:25:04.200 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106822026-09-16T23:25:34.594Z Sep 16 23:25:04.237 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106832026-09-16T23:25:34.594Z Sep 16 23:25:04.237 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106842026-09-16T23:25:34.594Z Sep 16 23:25:04.244 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106852026-09-16T23:25:34.594Z Sep 16 23:25:04.244 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106862026-09-16T23:25:34.594Z Sep 16 23:25:04.250 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106872026-09-16T23:25:34.594Z Sep 16 23:25:04.250 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
106882026-09-16T23:25:34.594Z Sep 16 23:25:04.256 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106892026-09-16T23:25:34.594Z Sep 16 23:25:04.256 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106902026-09-16T23:25:34.594Z Sep 16 23:25:04.262 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106912026-09-16T23:25:34.594Z Sep 16 23:25:04.262 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
106922026-09-16T23:25:34.594Z Sep 16 23:25:04.262 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106932026-09-16T23:25:34.594Z Sep 16 23:25:04.262 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106942026-09-16T23:25:34.594Z Sep 16 23:25:04.262 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106952026-09-16T23:25:34.594Z Sep 16 23:25:04.262 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106962026-09-16T23:25:34.594Z Sep 16 23:25:04.263 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106972026-09-16T23:25:34.594Z Sep 16 23:25:04.263 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106982026-09-16T23:25:34.594Z Sep 16 23:25:04.263 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
106992026-09-16T23:25:34.594Z Sep 16 23:25:04.263 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107002026-09-16T23:25:34.594Z Sep 16 23:25:04.266 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107012026-09-16T23:25:34.594Z Sep 16 23:25:04.266 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107022026-09-16T23:25:34.594Z Sep 16 23:25:04.270 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107032026-09-16T23:25:34.594Z Sep 16 23:25:04.271 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107042026-09-16T23:25:34.594Z Sep 16 23:25:04.272 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107052026-09-16T23:25:34.594Z Sep 16 23:25:04.310 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107062026-09-16T23:25:34.594Z Sep 16 23:25:04.316 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107072026-09-16T23:25:34.594Z Sep 16 23:25:04.318 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107082026-09-16T23:25:34.594Z Sep 16 23:25:04.355 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107092026-09-16T23:25:34.595Z Sep 16 23:25:04.361 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107102026-09-16T23:25:34.596Z Sep 16 23:25:04.403 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107112026-09-16T23:25:34.596Z Sep 16 23:25:04.409 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107122026-09-16T23:25:34.596Z Sep 16 23:25:04.447 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107132026-09-16T23:25:34.596Z Sep 16 23:25:04.454 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107142026-09-16T23:25:34.596Z Sep 16 23:25:04.455 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107152026-09-16T23:25:34.596Z Sep 16 23:25:04.493 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107162026-09-16T23:25:34.596Z Sep 16 23:25:04.499 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107172026-09-16T23:25:34.596Z Sep 16 23:25:04.501 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107182026-09-16T23:25:34.596Z Sep 16 23:25:04.539 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107192026-09-16T23:25:34.596Z Sep 16 23:25:04.545 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107202026-09-16T23:25:34.596Z Sep 16 23:25:04.546 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107212026-09-16T23:25:34.596Z Sep 16 23:25:04.546 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107222026-09-16T23:25:34.596Z Sep 16 23:25:04.584 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107232026-09-16T23:25:34.596Z Sep 16 23:25:04.590 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107242026-09-16T23:25:34.596Z Sep 16 23:25:04.628 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107252026-09-16T23:25:34.596Z Sep 16 23:25:04.634 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107262026-09-16T23:25:34.596Z Sep 16 23:25:04.634 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107272026-09-16T23:25:34.596Z Sep 16 23:25:04.641 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107282026-09-16T23:25:34.597Z Sep 16 23:25:04.649 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107292026-09-16T23:25:34.597Z Sep 16 23:25:04.649 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107302026-09-16T23:25:34.597Z Sep 16 23:25:04.663 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107312026-09-16T23:25:34.597Z Sep 16 23:25:04.670 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107322026-09-16T23:25:34.597Z Sep 16 23:25:04.715 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107332026-09-16T23:25:34.597Z Sep 16 23:25:04.715 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107342026-09-16T23:25:34.597Z Sep 16 23:25:04.753 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107352026-09-16T23:25:34.597Z Sep 16 23:25:04.753 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107362026-09-16T23:25:34.597Z Sep 16 23:25:04.806 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107372026-09-16T23:25:34.597Z Sep 16 23:25:04.806 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107382026-09-16T23:25:34.597Z Sep 16 23:25:04.843 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107392026-09-16T23:25:34.597Z Sep 16 23:25:04.843 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107402026-09-16T23:25:34.597Z Sep 16 23:25:04.881 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107412026-09-16T23:25:34.597Z Sep 16 23:25:04.881 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107422026-09-16T23:25:34.597Z Sep 16 23:25:04.919 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107432026-09-16T23:25:34.597Z Sep 16 23:25:04.919 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107442026-09-16T23:25:34.597Z Sep 16 23:25:04.957 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107452026-09-16T23:25:34.597Z Sep 16 23:25:04.957 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107462026-09-16T23:25:34.597Z Sep 16 23:25:04.995 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107472026-09-16T23:25:34.597Z Sep 16 23:25:04.995 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107482026-09-16T23:25:34.597Z Sep 16 23:25:05.001 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107492026-09-16T23:25:34.597Z Sep 16 23:25:05.002 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107502026-09-16T23:25:34.597Z Sep 16 23:25:05.008 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107512026-09-16T23:25:34.597Z Sep 16 23:25:05.008 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107522026-09-16T23:25:34.597Z Sep 16 23:25:05.014 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107532026-09-16T23:25:34.597Z Sep 16 23:25:05.014 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107542026-09-16T23:25:34.597Z Sep 16 23:25:05.020 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107552026-09-16T23:25:34.597Z Sep 16 23:25:05.020 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107562026-09-16T23:25:34.597Z Sep 16 23:25:05.026 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107572026-09-16T23:25:34.597Z Sep 16 23:25:05.026 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107582026-09-16T23:25:34.597Z Sep 16 23:25:05.032 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107592026-09-16T23:25:34.597Z Sep 16 23:25:05.032 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107602026-09-16T23:25:34.597Z Sep 16 23:25:05.039 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107612026-09-16T23:25:34.597Z Sep 16 23:25:05.039 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107622026-09-16T23:25:34.597Z Sep 16 23:25:05.045 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107632026-09-16T23:25:34.597Z Sep 16 23:25:05.045 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107642026-09-16T23:25:34.597Z Sep 16 23:25:05.047 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107652026-09-16T23:25:34.598Z Sep 16 23:25:05.047 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107662026-09-16T23:25:34.598Z Sep 16 23:25:05.052 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107672026-09-16T23:25:34.603Z Sep 16 23:25:05.090 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107682026-09-16T23:25:34.603Z Sep 16 23:25:05.096 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107692026-09-16T23:25:34.603Z Sep 16 23:25:05.098 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107702026-09-16T23:25:34.603Z Sep 16 23:25:05.135 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107712026-09-16T23:25:34.603Z Sep 16 23:25:05.141 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107722026-09-16T23:25:34.603Z Sep 16 23:25:05.180 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107732026-09-16T23:25:34.603Z Sep 16 23:25:05.186 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107742026-09-16T23:25:34.603Z Sep 16 23:25:05.224 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107752026-09-16T23:25:34.603Z Sep 16 23:25:05.230 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107762026-09-16T23:25:34.603Z Sep 16 23:25:05.230 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107772026-09-16T23:25:34.603Z Sep 16 23:25:05.230 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107782026-09-16T23:25:34.603Z Sep 16 23:25:05.230 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107792026-09-16T23:25:34.603Z Sep 16 23:25:05.237 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107802026-09-16T23:25:34.603Z Sep 16 23:25:05.297 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107812026-09-16T23:25:34.603Z Sep 16 23:25:05.297 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107822026-09-16T23:25:34.603Z Sep 16 23:25:05.335 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107832026-09-16T23:25:34.603Z Sep 16 23:25:05.335 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
107842026-09-16T23:25:34.603Z Sep 16 23:25:05.372 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107852026-09-16T23:25:34.603Z Sep 16 23:25:05.372 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107862026-09-16T23:25:34.603Z Sep 16 23:25:05.410 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107872026-09-16T23:25:34.603Z Sep 16 23:25:05.410 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
107882026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107892026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107902026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107912026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107922026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107932026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107942026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107952026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107962026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107972026-09-16T23:25:34.603Z Sep 16 23:25:05.411 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107982026-09-16T23:25:34.603Z Sep 16 23:25:05.412 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
107992026-09-16T23:25:34.603Z Sep 16 23:25:05.412 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108002026-09-16T23:25:34.603Z Sep 16 23:25:05.418 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108012026-09-16T23:25:34.603Z Sep 16 23:25:05.418 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108022026-09-16T23:25:34.604Z Sep 16 23:25:05.424 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108032026-09-16T23:25:34.604Z Sep 16 23:25:05.424 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108042026-09-16T23:25:34.604Z Sep 16 23:25:05.430 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108052026-09-16T23:25:34.604Z Sep 16 23:25:05.430 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108062026-09-16T23:25:34.604Z Sep 16 23:25:05.436 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108072026-09-16T23:25:34.604Z Sep 16 23:25:05.436 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108082026-09-16T23:25:34.604Z Sep 16 23:25:05.588 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108092026-09-16T23:25:34.604Z Sep 16 23:25:05.588 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108102026-09-16T23:25:34.604Z Sep 16 23:25:05.593 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108112026-09-16T23:25:34.604Z Sep 16 23:25:05.630 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108122026-09-16T23:25:34.604Z Sep 16 23:25:05.636 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108132026-09-16T23:25:34.604Z Sep 16 23:25:05.639 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108142026-09-16T23:25:34.604Z Sep 16 23:25:05.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108152026-09-16T23:25:34.604Z Sep 16 23:25:05.682 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108162026-09-16T23:25:34.604Z Sep 16 23:25:05.720 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108172026-09-16T23:25:34.604Z Sep 16 23:25:05.726 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108182026-09-16T23:25:34.604Z Sep 16 23:25:05.765 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108192026-09-16T23:25:34.604Z Sep 16 23:25:05.771 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108202026-09-16T23:25:34.604Z Sep 16 23:25:05.771 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108212026-09-16T23:25:34.604Z Sep 16 23:25:05.771 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108222026-09-16T23:25:34.604Z Sep 16 23:25:05.771 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108232026-09-16T23:25:34.604Z Sep 16 23:25:05.778 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108242026-09-16T23:25:34.604Z Sep 16 23:25:05.838 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108252026-09-16T23:25:34.604Z Sep 16 23:25:05.838 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108262026-09-16T23:25:34.604Z Sep 16 23:25:05.876 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108272026-09-16T23:25:34.604Z Sep 16 23:25:05.876 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108282026-09-16T23:25:34.604Z Sep 16 23:25:05.913 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108292026-09-16T23:25:34.604Z Sep 16 23:25:05.913 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108302026-09-16T23:25:34.604Z Sep 16 23:25:05.951 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108312026-09-16T23:25:34.604Z Sep 16 23:25:05.951 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108322026-09-16T23:25:34.604Z Sep 16 23:25:05.958 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108332026-09-16T23:25:34.604Z Sep 16 23:25:05.958 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108342026-09-16T23:25:34.604Z Sep 16 23:25:05.964 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108352026-09-16T23:25:34.604Z Sep 16 23:25:05.964 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108362026-09-16T23:25:34.604Z Sep 16 23:25:05.970 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108372026-09-16T23:25:34.604Z Sep 16 23:25:05.970 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108382026-09-16T23:25:34.604Z Sep 16 23:25:05.976 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108392026-09-16T23:25:34.604Z Sep 16 23:25:05.976 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108402026-09-16T23:25:34.604Z Sep 16 23:25:05.976 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108412026-09-16T23:25:34.604Z Sep 16 23:25:05.976 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108422026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108432026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108442026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108452026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108462026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108472026-09-16T23:25:34.605Z Sep 16 23:25:05.976 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
108482026-09-16T23:25:34.605Z Sep 16 23:25:05.979 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108492026-09-16T23:25:34.605Z Sep 16 23:25:05.979 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108502026-09-16T23:25:34.605Z Sep 16 23:25:05.984 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108512026-09-16T23:25:34.605Z Sep 16 23:25:05.984 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108522026-09-16T23:25:34.605Z Sep 16 23:25:05.985 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108532026-09-16T23:25:34.605Z Sep 16 23:25:06.023 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108542026-09-16T23:25:34.605Z Sep 16 23:25:06.029 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108552026-09-16T23:25:34.605Z Sep 16 23:25:06.031 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108562026-09-16T23:25:34.605Z Sep 16 23:25:06.069 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108572026-09-16T23:25:34.606Z Sep 16 23:25:06.075 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108582026-09-16T23:25:34.606Z Sep 16 23:25:06.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108592026-09-16T23:25:34.606Z Sep 16 23:25:06.123 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108602026-09-16T23:25:34.606Z Sep 16 23:25:06.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108612026-09-16T23:25:34.606Z Sep 16 23:25:06.167 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108622026-09-16T23:25:34.606Z Sep 16 23:25:06.169 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108632026-09-16T23:25:34.606Z Sep 16 23:25:06.206 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108642026-09-16T23:25:34.606Z Sep 16 23:25:06.212 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108652026-09-16T23:25:34.606Z Sep 16 23:25:06.214 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108662026-09-16T23:25:34.606Z Sep 16 23:25:06.252 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108672026-09-16T23:25:34.611Z Sep 16 23:25:06.258 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108682026-09-16T23:25:34.611Z Sep 16 23:25:06.259 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108692026-09-16T23:25:34.611Z Sep 16 23:25:06.259 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108702026-09-16T23:25:34.611Z Sep 16 23:25:06.296 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108712026-09-16T23:25:34.611Z Sep 16 23:25:06.302 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108722026-09-16T23:25:34.611Z Sep 16 23:25:06.340 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108732026-09-16T23:25:34.611Z Sep 16 23:25:06.346 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108742026-09-16T23:25:34.611Z Sep 16 23:25:06.347 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108752026-09-16T23:25:34.611Z Sep 16 23:25:06.354 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108762026-09-16T23:25:34.611Z Sep 16 23:25:06.361 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108772026-09-16T23:25:34.611Z Sep 16 23:25:06.361 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108782026-09-16T23:25:34.611Z Sep 16 23:25:06.376 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108792026-09-16T23:25:34.611Z Sep 16 23:25:06.383 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108802026-09-16T23:25:34.611Z Sep 16 23:25:06.427 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108812026-09-16T23:25:34.611Z Sep 16 23:25:06.427 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108822026-09-16T23:25:34.611Z Sep 16 23:25:06.465 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108832026-09-16T23:25:34.611Z Sep 16 23:25:06.465 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108842026-09-16T23:25:34.611Z Sep 16 23:25:06.518 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108852026-09-16T23:25:34.611Z Sep 16 23:25:06.518 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108862026-09-16T23:25:34.611Z Sep 16 23:25:06.556 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108872026-09-16T23:25:34.611Z Sep 16 23:25:06.556 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108882026-09-16T23:25:34.611Z Sep 16 23:25:06.593 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108892026-09-16T23:25:34.611Z Sep 16 23:25:06.593 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108902026-09-16T23:25:34.611Z Sep 16 23:25:06.631 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108912026-09-16T23:25:34.611Z Sep 16 23:25:06.631 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108922026-09-16T23:25:34.611Z Sep 16 23:25:06.669 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108932026-09-16T23:25:34.611Z Sep 16 23:25:06.669 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108942026-09-16T23:25:34.611Z Sep 16 23:25:06.707 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108952026-09-16T23:25:34.611Z Sep 16 23:25:06.707 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
108962026-09-16T23:25:34.611Z Sep 16 23:25:06.713 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108972026-09-16T23:25:34.611Z Sep 16 23:25:06.714 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108982026-09-16T23:25:34.611Z Sep 16 23:25:06.720 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
108992026-09-16T23:25:34.611Z Sep 16 23:25:06.720 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109002026-09-16T23:25:34.611Z Sep 16 23:25:06.726 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109012026-09-16T23:25:34.611Z Sep 16 23:25:06.726 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109022026-09-16T23:25:34.611Z Sep 16 23:25:06.732 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109032026-09-16T23:25:34.611Z Sep 16 23:25:06.732 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109042026-09-16T23:25:34.612Z Sep 16 23:25:06.738 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109052026-09-16T23:25:34.612Z Sep 16 23:25:06.738 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109062026-09-16T23:25:34.612Z Sep 16 23:25:06.744 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109072026-09-16T23:25:34.612Z Sep 16 23:25:06.744 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109082026-09-16T23:25:34.612Z Sep 16 23:25:06.750 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109092026-09-16T23:25:34.612Z Sep 16 23:25:06.750 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109102026-09-16T23:25:34.612Z Sep 16 23:25:06.756 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109112026-09-16T23:25:34.612Z Sep 16 23:25:06.756 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109122026-09-16T23:25:34.612Z Sep 16 23:25:06.759 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109132026-09-16T23:25:34.612Z Sep 16 23:25:06.759 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109142026-09-16T23:25:34.612Z Sep 16 23:25:06.764 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109152026-09-16T23:25:34.612Z Sep 16 23:25:06.801 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109162026-09-16T23:25:34.612Z Sep 16 23:25:06.807 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109172026-09-16T23:25:34.612Z Sep 16 23:25:06.809 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109182026-09-16T23:25:34.612Z Sep 16 23:25:06.847 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109192026-09-16T23:25:34.612Z Sep 16 23:25:06.853 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109202026-09-16T23:25:34.612Z Sep 16 23:25:06.891 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109212026-09-16T23:25:34.612Z Sep 16 23:25:06.897 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109222026-09-16T23:25:34.612Z Sep 16 23:25:06.936 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109232026-09-16T23:25:34.612Z Sep 16 23:25:06.942 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109242026-09-16T23:25:34.612Z Sep 16 23:25:06.942 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109252026-09-16T23:25:34.612Z Sep 16 23:25:06.942 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109262026-09-16T23:25:34.612Z Sep 16 23:25:06.942 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109272026-09-16T23:25:34.612Z Sep 16 23:25:06.949 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109282026-09-16T23:25:34.612Z Sep 16 23:25:07.009 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109292026-09-16T23:25:34.612Z Sep 16 23:25:07.009 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109302026-09-16T23:25:34.612Z Sep 16 23:25:07.047 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109312026-09-16T23:25:34.612Z Sep 16 23:25:07.047 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109322026-09-16T23:25:34.612Z Sep 16 23:25:07.085 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109332026-09-16T23:25:34.612Z Sep 16 23:25:07.085 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109342026-09-16T23:25:34.612Z Sep 16 23:25:07.122 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109352026-09-16T23:25:34.612Z Sep 16 23:25:07.122 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109362026-09-16T23:25:34.612Z Sep 16 23:25:07.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109372026-09-16T23:25:34.612Z Sep 16 23:25:07.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109382026-09-16T23:25:34.612Z Sep 16 23:25:07.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109392026-09-16T23:25:34.612Z Sep 16 23:25:07.124 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109402026-09-16T23:25:34.612Z Sep 16 23:25:07.124 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109412026-09-16T23:25:34.612Z Sep 16 23:25:07.124 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109422026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109432026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109442026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109452026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109462026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109472026-09-16T23:25:34.613Z Sep 16 23:25:07.124 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109482026-09-16T23:25:34.613Z Sep 16 23:25:07.130 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109492026-09-16T23:25:34.613Z Sep 16 23:25:07.131 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109502026-09-16T23:25:34.613Z Sep 16 23:25:07.137 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109512026-09-16T23:25:34.613Z Sep 16 23:25:07.137 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109522026-09-16T23:25:34.613Z Sep 16 23:25:07.143 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109532026-09-16T23:25:34.613Z Sep 16 23:25:07.143 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109542026-09-16T23:25:34.613Z Sep 16 23:25:07.149 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109552026-09-16T23:25:34.613Z Sep 16 23:25:07.149 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109562026-09-16T23:25:34.613Z Sep 16 23:25:07.299 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109572026-09-16T23:25:34.614Z Sep 16 23:25:07.299 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109582026-09-16T23:25:34.614Z Sep 16 23:25:07.304 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109592026-09-16T23:25:34.614Z Sep 16 23:25:07.342 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109602026-09-16T23:25:34.614Z Sep 16 23:25:07.348 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109612026-09-16T23:25:34.614Z Sep 16 23:25:07.350 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109622026-09-16T23:25:34.614Z Sep 16 23:25:07.388 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109632026-09-16T23:25:34.614Z Sep 16 23:25:07.394 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109642026-09-16T23:25:34.614Z Sep 16 23:25:07.432 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109652026-09-16T23:25:34.614Z Sep 16 23:25:07.438 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109662026-09-16T23:25:34.614Z Sep 16 23:25:07.476 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109672026-09-16T23:25:34.619Z Sep 16 23:25:07.482 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109682026-09-16T23:25:34.619Z Sep 16 23:25:07.483 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109692026-09-16T23:25:34.619Z Sep 16 23:25:07.483 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109702026-09-16T23:25:34.619Z Sep 16 23:25:07.483 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109712026-09-16T23:25:34.619Z Sep 16 23:25:07.490 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109722026-09-16T23:25:34.619Z Sep 16 23:25:07.549 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109732026-09-16T23:25:34.619Z Sep 16 23:25:07.549 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109742026-09-16T23:25:34.619Z Sep 16 23:25:07.587 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109752026-09-16T23:25:34.619Z Sep 16 23:25:07.587 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109762026-09-16T23:25:34.619Z Sep 16 23:25:07.625 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109772026-09-16T23:25:34.619Z Sep 16 23:25:07.625 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109782026-09-16T23:25:34.619Z Sep 16 23:25:07.663 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109792026-09-16T23:25:34.619Z Sep 16 23:25:07.663 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109802026-09-16T23:25:34.619Z Sep 16 23:25:07.669 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109812026-09-16T23:25:34.619Z Sep 16 23:25:07.669 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109822026-09-16T23:25:34.619Z Sep 16 23:25:07.675 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109832026-09-16T23:25:34.619Z Sep 16 23:25:07.675 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109842026-09-16T23:25:34.619Z Sep 16 23:25:07.681 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109852026-09-16T23:25:34.619Z Sep 16 23:25:07.682 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109862026-09-16T23:25:34.620Z Sep 16 23:25:07.687 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109872026-09-16T23:25:34.620Z Sep 16 23:25:07.688 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
109882026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109892026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109902026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109912026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109922026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109932026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109942026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109952026-09-16T23:25:34.620Z Sep 16 23:25:07.688 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
109962026-09-16T23:25:34.620Z Sep 16 23:25:07.691 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109972026-09-16T23:25:34.620Z Sep 16 23:25:07.691 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109982026-09-16T23:25:34.620Z Sep 16 23:25:07.696 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
109992026-09-16T23:25:34.620Z Sep 16 23:25:07.696 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110002026-09-16T23:25:34.620Z Sep 16 23:25:07.697 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110012026-09-16T23:25:34.620Z Sep 16 23:25:07.735 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110022026-09-16T23:25:34.620Z Sep 16 23:25:07.741 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110032026-09-16T23:25:34.620Z Sep 16 23:25:07.743 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110042026-09-16T23:25:34.620Z Sep 16 23:25:07.781 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110052026-09-16T23:25:34.620Z Sep 16 23:25:07.787 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110062026-09-16T23:25:34.620Z Sep 16 23:25:07.828 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110072026-09-16T23:25:34.620Z Sep 16 23:25:07.834 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110082026-09-16T23:25:34.620Z Sep 16 23:25:07.872 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110092026-09-16T23:25:34.620Z Sep 16 23:25:07.878 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110102026-09-16T23:25:34.620Z Sep 16 23:25:07.880 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110112026-09-16T23:25:34.620Z Sep 16 23:25:07.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110122026-09-16T23:25:34.621Z Sep 16 23:25:07.924 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110132026-09-16T23:25:34.621Z Sep 16 23:25:07.926 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110142026-09-16T23:25:34.621Z Sep 16 23:25:07.964 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110152026-09-16T23:25:34.621Z Sep 16 23:25:07.970 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110162026-09-16T23:25:34.621Z Sep 16 23:25:07.970 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110172026-09-16T23:25:34.621Z Sep 16 23:25:07.970 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110182026-09-16T23:25:34.621Z Sep 16 23:25:08.008 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110192026-09-16T23:25:34.621Z Sep 16 23:25:08.014 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110202026-09-16T23:25:34.621Z Sep 16 23:25:08.052 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110212026-09-16T23:25:34.621Z Sep 16 23:25:08.058 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110222026-09-16T23:25:34.621Z Sep 16 23:25:08.059 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110232026-09-16T23:25:34.621Z Sep 16 23:25:08.066 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110242026-09-16T23:25:34.621Z Sep 16 23:25:08.073 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110252026-09-16T23:25:34.621Z Sep 16 23:25:08.073 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110262026-09-16T23:25:34.621Z Sep 16 23:25:08.088 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110272026-09-16T23:25:34.621Z Sep 16 23:25:08.095 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110282026-09-16T23:25:34.621Z Sep 16 23:25:08.139 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110292026-09-16T23:25:34.621Z Sep 16 23:25:08.139 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110302026-09-16T23:25:34.621Z Sep 16 23:25:08.177 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110312026-09-16T23:25:34.621Z Sep 16 23:25:08.177 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110322026-09-16T23:25:34.621Z Sep 16 23:25:08.230 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110332026-09-16T23:25:34.621Z Sep 16 23:25:08.230 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110342026-09-16T23:25:34.621Z Sep 16 23:25:08.268 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110352026-09-16T23:25:34.621Z Sep 16 23:25:08.268 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110362026-09-16T23:25:34.621Z Sep 16 23:25:08.305 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110372026-09-16T23:25:34.621Z Sep 16 23:25:08.305 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110382026-09-16T23:25:34.621Z Sep 16 23:25:08.343 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110392026-09-16T23:25:34.621Z Sep 16 23:25:08.343 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110402026-09-16T23:25:34.621Z Sep 16 23:25:08.381 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110412026-09-16T23:25:34.621Z Sep 16 23:25:08.381 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110422026-09-16T23:25:34.621Z Sep 16 23:25:08.419 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110432026-09-16T23:25:34.621Z Sep 16 23:25:08.419 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110442026-09-16T23:25:34.621Z Sep 16 23:25:08.425 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110452026-09-16T23:25:34.621Z Sep 16 23:25:08.425 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110462026-09-16T23:25:34.621Z Sep 16 23:25:08.431 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110472026-09-16T23:25:34.621Z Sep 16 23:25:08.432 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110482026-09-16T23:25:34.621Z Sep 16 23:25:08.438 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110492026-09-16T23:25:34.621Z Sep 16 23:25:08.438 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110502026-09-16T23:25:34.621Z Sep 16 23:25:08.444 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110512026-09-16T23:25:34.622Z Sep 16 23:25:08.444 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110522026-09-16T23:25:34.622Z Sep 16 23:25:08.450 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110532026-09-16T23:25:34.622Z Sep 16 23:25:08.450 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110542026-09-16T23:25:34.622Z Sep 16 23:25:08.456 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110552026-09-16T23:25:34.622Z Sep 16 23:25:08.456 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110562026-09-16T23:25:34.622Z Sep 16 23:25:08.462 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110572026-09-16T23:25:34.622Z Sep 16 23:25:08.462 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110582026-09-16T23:25:34.622Z Sep 16 23:25:08.468 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110592026-09-16T23:25:34.622Z Sep 16 23:25:08.468 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110602026-09-16T23:25:34.622Z Sep 16 23:25:08.471 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110612026-09-16T23:25:34.622Z Sep 16 23:25:08.471 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110622026-09-16T23:25:34.622Z Sep 16 23:25:08.476 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110632026-09-16T23:25:34.622Z Sep 16 23:25:08.513 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110642026-09-16T23:25:34.622Z Sep 16 23:25:08.519 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110652026-09-16T23:25:34.622Z Sep 16 23:25:08.521 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110662026-09-16T23:25:34.622Z Sep 16 23:25:08.559 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110672026-09-16T23:25:34.627Z Sep 16 23:25:08.565 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110682026-09-16T23:25:34.627Z Sep 16 23:25:08.603 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110692026-09-16T23:25:34.627Z Sep 16 23:25:08.609 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110702026-09-16T23:25:34.627Z Sep 16 23:25:08.647 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110712026-09-16T23:25:34.627Z Sep 16 23:25:08.653 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110722026-09-16T23:25:34.627Z Sep 16 23:25:08.654 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110732026-09-16T23:25:34.627Z Sep 16 23:25:08.654 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110742026-09-16T23:25:34.627Z Sep 16 23:25:08.654 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110752026-09-16T23:25:34.627Z Sep 16 23:25:08.661 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110762026-09-16T23:25:34.627Z Sep 16 23:25:08.720 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110772026-09-16T23:25:34.627Z Sep 16 23:25:08.720 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110782026-09-16T23:25:34.627Z Sep 16 23:25:08.758 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110792026-09-16T23:25:34.627Z Sep 16 23:25:08.758 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110802026-09-16T23:25:34.627Z Sep 16 23:25:08.796 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110812026-09-16T23:25:34.627Z Sep 16 23:25:08.796 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110822026-09-16T23:25:34.627Z Sep 16 23:25:08.834 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110832026-09-16T23:25:34.627Z Sep 16 23:25:08.834 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
110842026-09-16T23:25:34.627Z Sep 16 23:25:08.834 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110852026-09-16T23:25:34.627Z Sep 16 23:25:08.834 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110862026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110872026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110882026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110892026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110902026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110912026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110922026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110932026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110942026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110952026-09-16T23:25:34.627Z Sep 16 23:25:08.835 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
110962026-09-16T23:25:34.627Z Sep 16 23:25:08.841 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110972026-09-16T23:25:34.627Z Sep 16 23:25:08.841 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110982026-09-16T23:25:34.627Z Sep 16 23:25:08.847 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
110992026-09-16T23:25:34.627Z Sep 16 23:25:08.847 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111002026-09-16T23:25:34.628Z Sep 16 23:25:08.854 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111012026-09-16T23:25:34.628Z Sep 16 23:25:08.854 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111022026-09-16T23:25:34.628Z Sep 16 23:25:08.860 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111032026-09-16T23:25:34.628Z Sep 16 23:25:08.860 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111042026-09-16T23:25:34.628Z Sep 16 23:25:09.011 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111052026-09-16T23:25:34.628Z Sep 16 23:25:09.011 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111062026-09-16T23:25:34.628Z Sep 16 23:25:09.016 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111072026-09-16T23:25:34.628Z Sep 16 23:25:09.054 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111082026-09-16T23:25:34.628Z Sep 16 23:25:09.060 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111092026-09-16T23:25:34.628Z Sep 16 23:25:09.062 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111102026-09-16T23:25:34.628Z Sep 16 23:25:09.100 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111112026-09-16T23:25:34.628Z Sep 16 23:25:09.106 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111122026-09-16T23:25:34.628Z Sep 16 23:25:09.144 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111132026-09-16T23:25:34.628Z Sep 16 23:25:09.150 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111142026-09-16T23:25:34.628Z Sep 16 23:25:09.188 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111152026-09-16T23:25:34.628Z Sep 16 23:25:09.194 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111162026-09-16T23:25:34.628Z Sep 16 23:25:09.195 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111172026-09-16T23:25:34.628Z Sep 16 23:25:09.195 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111182026-09-16T23:25:34.628Z Sep 16 23:25:09.195 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111192026-09-16T23:25:34.628Z Sep 16 23:25:09.202 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111202026-09-16T23:25:34.628Z Sep 16 23:25:09.261 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111212026-09-16T23:25:34.628Z Sep 16 23:25:09.261 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111222026-09-16T23:25:34.628Z Sep 16 23:25:09.299 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111232026-09-16T23:25:34.628Z Sep 16 23:25:09.299 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111242026-09-16T23:25:34.628Z Sep 16 23:25:09.337 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111252026-09-16T23:25:34.628Z Sep 16 23:25:09.337 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111262026-09-16T23:25:34.628Z Sep 16 23:25:09.374 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111272026-09-16T23:25:34.628Z Sep 16 23:25:09.374 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111282026-09-16T23:25:34.628Z Sep 16 23:25:09.381 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111292026-09-16T23:25:34.628Z Sep 16 23:25:09.381 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111302026-09-16T23:25:34.628Z Sep 16 23:25:09.387 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111312026-09-16T23:25:34.628Z Sep 16 23:25:09.387 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111322026-09-16T23:25:34.628Z Sep 16 23:25:09.393 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111332026-09-16T23:25:34.628Z Sep 16 23:25:09.393 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111342026-09-16T23:25:34.628Z Sep 16 23:25:09.399 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111352026-09-16T23:25:34.628Z Sep 16 23:25:09.399 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111362026-09-16T23:25:34.628Z Sep 16 23:25:09.399 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111372026-09-16T23:25:34.628Z Sep 16 23:25:09.399 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111382026-09-16T23:25:34.628Z Sep 16 23:25:09.399 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111392026-09-16T23:25:34.629Z Sep 16 23:25:09.399 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111402026-09-16T23:25:34.629Z Sep 16 23:25:09.399 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111412026-09-16T23:25:34.629Z Sep 16 23:25:09.399 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111422026-09-16T23:25:34.629Z Sep 16 23:25:09.399 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111432026-09-16T23:25:34.629Z Sep 16 23:25:09.399 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
111442026-09-16T23:25:34.629Z Sep 16 23:25:09.402 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111452026-09-16T23:25:34.629Z Sep 16 23:25:09.402 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111462026-09-16T23:25:34.629Z Sep 16 23:25:09.407 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111472026-09-16T23:25:34.629Z Sep 16 23:25:09.407 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111482026-09-16T23:25:34.629Z Sep 16 23:25:09.409 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111492026-09-16T23:25:34.629Z Sep 16 23:25:09.446 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111502026-09-16T23:25:34.629Z Sep 16 23:25:09.452 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111512026-09-16T23:25:34.629Z Sep 16 23:25:09.454 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111522026-09-16T23:25:34.629Z Sep 16 23:25:09.492 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111532026-09-16T23:25:34.629Z Sep 16 23:25:09.498 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111542026-09-16T23:25:34.629Z Sep 16 23:25:09.540 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111552026-09-16T23:25:34.629Z Sep 16 23:25:09.546 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111562026-09-16T23:25:34.629Z Sep 16 23:25:09.584 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111572026-09-16T23:25:34.629Z Sep 16 23:25:09.590 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111582026-09-16T23:25:34.629Z Sep 16 23:25:09.592 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111592026-09-16T23:25:34.629Z Sep 16 23:25:09.630 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111602026-09-16T23:25:34.629Z Sep 16 23:25:09.636 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111612026-09-16T23:25:34.629Z Sep 16 23:25:09.638 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111622026-09-16T23:25:34.629Z Sep 16 23:25:09.675 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111632026-09-16T23:25:34.629Z Sep 16 23:25:09.682 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111642026-09-16T23:25:34.629Z Sep 16 23:25:09.682 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111652026-09-16T23:25:34.629Z Sep 16 23:25:09.682 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111662026-09-16T23:25:34.629Z Sep 16 23:25:09.720 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111672026-09-16T23:25:34.634Z Sep 16 23:25:09.726 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111682026-09-16T23:25:34.634Z Sep 16 23:25:09.764 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111692026-09-16T23:25:34.634Z Sep 16 23:25:09.770 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111702026-09-16T23:25:34.634Z Sep 16 23:25:09.771 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111712026-09-16T23:25:34.634Z Sep 16 23:25:09.778 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111722026-09-16T23:25:34.634Z Sep 16 23:25:09.785 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111732026-09-16T23:25:34.634Z Sep 16 23:25:09.785 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111742026-09-16T23:25:34.634Z Sep 16 23:25:09.800 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111752026-09-16T23:25:34.635Z Sep 16 23:25:09.807 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111762026-09-16T23:25:34.635Z Sep 16 23:25:09.851 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111772026-09-16T23:25:34.635Z Sep 16 23:25:09.851 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111782026-09-16T23:25:34.635Z Sep 16 23:25:09.889 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111792026-09-16T23:25:34.635Z Sep 16 23:25:09.889 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111802026-09-16T23:25:34.635Z Sep 16 23:25:09.942 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111812026-09-16T23:25:34.635Z Sep 16 23:25:09.942 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111822026-09-16T23:25:34.635Z Sep 16 23:25:09.980 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111832026-09-16T23:25:34.635Z Sep 16 23:25:09.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111842026-09-16T23:25:34.635Z Sep 16 23:25:10.017 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111852026-09-16T23:25:34.635Z Sep 16 23:25:10.017 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111862026-09-16T23:25:34.635Z Sep 16 23:25:10.055 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111872026-09-16T23:25:34.635Z Sep 16 23:25:10.055 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111882026-09-16T23:25:34.635Z Sep 16 23:25:10.093 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111892026-09-16T23:25:34.635Z Sep 16 23:25:10.093 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111902026-09-16T23:25:34.635Z Sep 16 23:25:10.131 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111912026-09-16T23:25:34.635Z Sep 16 23:25:10.131 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111922026-09-16T23:25:34.635Z Sep 16 23:25:10.137 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111932026-09-16T23:25:34.635Z Sep 16 23:25:10.137 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111942026-09-16T23:25:34.635Z Sep 16 23:25:10.143 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111952026-09-16T23:25:34.635Z Sep 16 23:25:10.144 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
111962026-09-16T23:25:34.635Z Sep 16 23:25:10.150 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111972026-09-16T23:25:34.635Z Sep 16 23:25:10.150 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111982026-09-16T23:25:34.635Z Sep 16 23:25:10.156 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
111992026-09-16T23:25:34.635Z Sep 16 23:25:10.156 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112002026-09-16T23:25:34.635Z Sep 16 23:25:10.162 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112012026-09-16T23:25:34.635Z Sep 16 23:25:10.162 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112022026-09-16T23:25:34.635Z Sep 16 23:25:10.168 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112032026-09-16T23:25:34.635Z Sep 16 23:25:10.168 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112042026-09-16T23:25:34.635Z Sep 16 23:25:10.174 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112052026-09-16T23:25:34.635Z Sep 16 23:25:10.175 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112062026-09-16T23:25:34.635Z Sep 16 23:25:10.180 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112072026-09-16T23:25:34.635Z Sep 16 23:25:10.181 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112082026-09-16T23:25:34.635Z Sep 16 23:25:10.183 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112092026-09-16T23:25:34.635Z Sep 16 23:25:10.183 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112102026-09-16T23:25:34.635Z Sep 16 23:25:10.188 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112112026-09-16T23:25:34.635Z Sep 16 23:25:10.226 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112122026-09-16T23:25:34.635Z Sep 16 23:25:10.232 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112132026-09-16T23:25:34.635Z Sep 16 23:25:10.234 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112142026-09-16T23:25:34.636Z Sep 16 23:25:10.271 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112152026-09-16T23:25:34.636Z Sep 16 23:25:10.278 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112162026-09-16T23:25:34.636Z Sep 16 23:25:10.316 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112172026-09-16T23:25:34.636Z Sep 16 23:25:10.322 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112182026-09-16T23:25:34.636Z Sep 16 23:25:10.360 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112192026-09-16T23:25:34.636Z Sep 16 23:25:10.366 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112202026-09-16T23:25:34.636Z Sep 16 23:25:10.367 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112212026-09-16T23:25:34.636Z Sep 16 23:25:10.367 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112222026-09-16T23:25:34.636Z Sep 16 23:25:10.367 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112232026-09-16T23:25:34.636Z Sep 16 23:25:10.374 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112242026-09-16T23:25:34.636Z Sep 16 23:25:10.433 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112252026-09-16T23:25:34.636Z Sep 16 23:25:10.433 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112262026-09-16T23:25:34.636Z Sep 16 23:25:10.471 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112272026-09-16T23:25:34.636Z Sep 16 23:25:10.471 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112282026-09-16T23:25:34.636Z Sep 16 23:25:10.509 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112292026-09-16T23:25:34.636Z Sep 16 23:25:10.509 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112302026-09-16T23:25:34.636Z Sep 16 23:25:10.547 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112312026-09-16T23:25:34.636Z Sep 16 23:25:10.547 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112322026-09-16T23:25:34.636Z Sep 16 23:25:10.547 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112332026-09-16T23:25:34.636Z Sep 16 23:25:10.547 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112342026-09-16T23:25:34.636Z Sep 16 23:25:10.547 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112352026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112362026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112372026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112382026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112392026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112402026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112412026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112422026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112432026-09-16T23:25:34.636Z Sep 16 23:25:10.548 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112442026-09-16T23:25:34.638Z Sep 16 23:25:10.554 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112452026-09-16T23:25:34.638Z Sep 16 23:25:10.554 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112462026-09-16T23:25:34.638Z Sep 16 23:25:10.560 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112472026-09-16T23:25:34.638Z Sep 16 23:25:10.561 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112482026-09-16T23:25:34.638Z Sep 16 23:25:10.567 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112492026-09-16T23:25:34.638Z Sep 16 23:25:10.567 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112502026-09-16T23:25:34.638Z Sep 16 23:25:10.573 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112512026-09-16T23:25:34.638Z Sep 16 23:25:10.573 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112522026-09-16T23:25:34.638Z Sep 16 23:25:10.723 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112532026-09-16T23:25:34.638Z Sep 16 23:25:10.723 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112542026-09-16T23:25:34.638Z Sep 16 23:25:10.728 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112552026-09-16T23:25:34.638Z Sep 16 23:25:10.766 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112562026-09-16T23:25:34.638Z Sep 16 23:25:10.772 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112572026-09-16T23:25:34.638Z Sep 16 23:25:10.774 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112582026-09-16T23:25:34.638Z Sep 16 23:25:10.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112592026-09-16T23:25:34.638Z Sep 16 23:25:10.818 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112602026-09-16T23:25:34.638Z Sep 16 23:25:10.856 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112612026-09-16T23:25:34.638Z Sep 16 23:25:10.862 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112622026-09-16T23:25:34.638Z Sep 16 23:25:10.900 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112632026-09-16T23:25:34.638Z Sep 16 23:25:10.906 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112642026-09-16T23:25:34.638Z Sep 16 23:25:10.906 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112652026-09-16T23:25:34.638Z Sep 16 23:25:10.906 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112662026-09-16T23:25:34.638Z Sep 16 23:25:10.906 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112672026-09-16T23:25:34.643Z Sep 16 23:25:10.914 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112682026-09-16T23:25:34.643Z Sep 16 23:25:10.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112692026-09-16T23:25:34.643Z Sep 16 23:25:10.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112702026-09-16T23:25:34.643Z Sep 16 23:25:11.011 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112712026-09-16T23:25:34.643Z Sep 16 23:25:11.011 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112722026-09-16T23:25:34.643Z Sep 16 23:25:11.049 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112732026-09-16T23:25:34.643Z Sep 16 23:25:11.049 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112742026-09-16T23:25:34.643Z Sep 16 23:25:11.086 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112752026-09-16T23:25:34.643Z Sep 16 23:25:11.086 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112762026-09-16T23:25:34.643Z Sep 16 23:25:11.093 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112772026-09-16T23:25:34.643Z Sep 16 23:25:11.093 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112782026-09-16T23:25:34.643Z Sep 16 23:25:11.099 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112792026-09-16T23:25:34.643Z Sep 16 23:25:11.099 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112802026-09-16T23:25:34.643Z Sep 16 23:25:11.105 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112812026-09-16T23:25:34.643Z Sep 16 23:25:11.105 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112822026-09-16T23:25:34.643Z Sep 16 23:25:11.111 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112832026-09-16T23:25:34.643Z Sep 16 23:25:11.111 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112842026-09-16T23:25:34.643Z Sep 16 23:25:11.111 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112852026-09-16T23:25:34.643Z Sep 16 23:25:11.111 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112862026-09-16T23:25:34.643Z Sep 16 23:25:11.111 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112872026-09-16T23:25:34.644Z Sep 16 23:25:11.111 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112882026-09-16T23:25:34.644Z Sep 16 23:25:11.111 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112892026-09-16T23:25:34.644Z Sep 16 23:25:11.111 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112902026-09-16T23:25:34.644Z Sep 16 23:25:11.111 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112912026-09-16T23:25:34.644Z Sep 16 23:25:11.111 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
112922026-09-16T23:25:34.644Z Sep 16 23:25:11.115 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112932026-09-16T23:25:34.644Z Sep 16 23:25:11.115 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112942026-09-16T23:25:34.644Z Sep 16 23:25:11.120 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112952026-09-16T23:25:34.644Z Sep 16 23:25:11.120 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
112962026-09-16T23:25:34.644Z Sep 16 23:25:11.121 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112972026-09-16T23:25:34.644Z Sep 16 23:25:11.159 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112982026-09-16T23:25:34.644Z Sep 16 23:25:11.165 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
112992026-09-16T23:25:34.644Z Sep 16 23:25:11.167 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113002026-09-16T23:25:34.644Z Sep 16 23:25:11.204 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113012026-09-16T23:25:34.644Z Sep 16 23:25:11.210 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113022026-09-16T23:25:34.644Z Sep 16 23:25:11.252 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113032026-09-16T23:25:34.644Z Sep 16 23:25:11.258 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113042026-09-16T23:25:34.644Z Sep 16 23:25:11.296 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113052026-09-16T23:25:34.644Z Sep 16 23:25:11.302 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113062026-09-16T23:25:34.644Z Sep 16 23:25:11.304 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113072026-09-16T23:25:34.644Z Sep 16 23:25:11.342 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113082026-09-16T23:25:34.644Z Sep 16 23:25:11.348 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113092026-09-16T23:25:34.644Z Sep 16 23:25:11.350 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113102026-09-16T23:25:34.644Z Sep 16 23:25:11.388 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113112026-09-16T23:25:34.644Z Sep 16 23:25:11.394 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113122026-09-16T23:25:34.644Z Sep 16 23:25:11.394 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113132026-09-16T23:25:34.644Z Sep 16 23:25:11.394 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113142026-09-16T23:25:34.644Z Sep 16 23:25:11.432 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113152026-09-16T23:25:34.644Z Sep 16 23:25:11.438 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113162026-09-16T23:25:34.644Z Sep 16 23:25:11.476 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113172026-09-16T23:25:34.644Z Sep 16 23:25:11.482 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113182026-09-16T23:25:34.644Z Sep 16 23:25:11.483 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113192026-09-16T23:25:34.644Z Sep 16 23:25:11.490 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113202026-09-16T23:25:34.644Z Sep 16 23:25:11.497 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113212026-09-16T23:25:34.644Z Sep 16 23:25:11.497 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113222026-09-16T23:25:34.644Z Sep 16 23:25:11.512 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113232026-09-16T23:25:34.644Z Sep 16 23:25:11.519 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113242026-09-16T23:25:34.644Z Sep 16 23:25:11.563 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113252026-09-16T23:25:34.645Z Sep 16 23:25:11.563 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113262026-09-16T23:25:34.645Z Sep 16 23:25:11.601 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113272026-09-16T23:25:34.645Z Sep 16 23:25:11.601 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113282026-09-16T23:25:34.645Z Sep 16 23:25:11.654 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113292026-09-16T23:25:34.645Z Sep 16 23:25:11.654 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113302026-09-16T23:25:34.645Z Sep 16 23:25:11.692 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113312026-09-16T23:25:34.645Z Sep 16 23:25:11.692 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113322026-09-16T23:25:34.645Z Sep 16 23:25:11.729 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113332026-09-16T23:25:34.645Z Sep 16 23:25:11.729 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113342026-09-16T23:25:34.645Z Sep 16 23:25:11.767 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113352026-09-16T23:25:34.645Z Sep 16 23:25:11.767 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113362026-09-16T23:25:34.645Z Sep 16 23:25:11.805 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113372026-09-16T23:25:34.645Z Sep 16 23:25:11.805 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113382026-09-16T23:25:34.645Z Sep 16 23:25:11.843 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113392026-09-16T23:25:34.645Z Sep 16 23:25:11.843 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113402026-09-16T23:25:34.645Z Sep 16 23:25:11.850 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113412026-09-16T23:25:34.645Z Sep 16 23:25:11.850 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113422026-09-16T23:25:34.646Z Sep 16 23:25:11.856 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113432026-09-16T23:25:34.646Z Sep 16 23:25:11.856 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113442026-09-16T23:25:34.646Z Sep 16 23:25:11.862 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113452026-09-16T23:25:34.646Z Sep 16 23:25:11.862 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113462026-09-16T23:25:34.646Z Sep 16 23:25:11.868 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113472026-09-16T23:25:34.646Z Sep 16 23:25:11.868 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113482026-09-16T23:25:34.646Z Sep 16 23:25:11.874 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113492026-09-16T23:25:34.646Z Sep 16 23:25:11.874 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113502026-09-16T23:25:34.646Z Sep 16 23:25:11.880 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113512026-09-16T23:25:34.646Z Sep 16 23:25:11.880 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113522026-09-16T23:25:34.646Z Sep 16 23:25:11.887 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113532026-09-16T23:25:34.646Z Sep 16 23:25:11.887 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113542026-09-16T23:25:34.646Z Sep 16 23:25:11.893 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113552026-09-16T23:25:34.646Z Sep 16 23:25:11.893 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113562026-09-16T23:25:34.646Z Sep 16 23:25:11.895 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113572026-09-16T23:25:34.646Z Sep 16 23:25:11.895 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113582026-09-16T23:25:34.646Z Sep 16 23:25:11.900 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113592026-09-16T23:25:34.646Z Sep 16 23:25:11.938 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113602026-09-16T23:25:34.646Z Sep 16 23:25:11.944 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113612026-09-16T23:25:34.646Z Sep 16 23:25:11.946 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113622026-09-16T23:25:34.646Z Sep 16 23:25:11.983 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113632026-09-16T23:25:34.646Z Sep 16 23:25:11.989 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113642026-09-16T23:25:34.646Z Sep 16 23:25:12.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113652026-09-16T23:25:34.646Z Sep 16 23:25:12.034 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113662026-09-16T23:25:34.646Z Sep 16 23:25:12.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113672026-09-16T23:25:34.651Z Sep 16 23:25:12.078 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113682026-09-16T23:25:34.651Z Sep 16 23:25:12.078 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113692026-09-16T23:25:34.651Z Sep 16 23:25:12.078 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113702026-09-16T23:25:34.651Z Sep 16 23:25:12.078 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113712026-09-16T23:25:34.651Z Sep 16 23:25:12.085 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113722026-09-16T23:25:34.651Z Sep 16 23:25:12.145 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113732026-09-16T23:25:34.651Z Sep 16 23:25:12.145 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113742026-09-16T23:25:34.651Z Sep 16 23:25:12.183 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113752026-09-16T23:25:34.651Z Sep 16 23:25:12.183 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113762026-09-16T23:25:34.651Z Sep 16 23:25:12.221 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113772026-09-16T23:25:34.651Z Sep 16 23:25:12.221 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113782026-09-16T23:25:34.651Z Sep 16 23:25:12.258 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113792026-09-16T23:25:34.651Z Sep 16 23:25:12.258 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113802026-09-16T23:25:34.651Z Sep 16 23:25:12.259 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113812026-09-16T23:25:34.651Z Sep 16 23:25:12.259 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113822026-09-16T23:25:34.651Z Sep 16 23:25:12.259 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113832026-09-16T23:25:34.651Z Sep 16 23:25:12.259 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113842026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113852026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113862026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113872026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113882026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113892026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113902026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113912026-09-16T23:25:34.651Z Sep 16 23:25:12.260 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
113922026-09-16T23:25:34.651Z Sep 16 23:25:12.266 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113932026-09-16T23:25:34.651Z Sep 16 23:25:12.266 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113942026-09-16T23:25:34.651Z Sep 16 23:25:12.272 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113952026-09-16T23:25:34.651Z Sep 16 23:25:12.272 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
113962026-09-16T23:25:34.651Z Sep 16 23:25:12.278 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113972026-09-16T23:25:34.651Z Sep 16 23:25:12.278 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113982026-09-16T23:25:34.651Z Sep 16 23:25:12.284 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
113992026-09-16T23:25:34.651Z Sep 16 23:25:12.285 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114002026-09-16T23:25:34.652Z Sep 16 23:25:12.435 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114012026-09-16T23:25:34.652Z Sep 16 23:25:12.435 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114022026-09-16T23:25:34.652Z Sep 16 23:25:12.440 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114032026-09-16T23:25:34.652Z Sep 16 23:25:12.478 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114042026-09-16T23:25:34.652Z Sep 16 23:25:12.484 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114052026-09-16T23:25:34.652Z Sep 16 23:25:12.486 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114062026-09-16T23:25:34.652Z Sep 16 23:25:12.523 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114072026-09-16T23:25:34.652Z Sep 16 23:25:12.529 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114082026-09-16T23:25:34.652Z Sep 16 23:25:12.568 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114092026-09-16T23:25:34.652Z Sep 16 23:25:12.574 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114102026-09-16T23:25:34.652Z Sep 16 23:25:12.612 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114112026-09-16T23:25:34.652Z Sep 16 23:25:12.618 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114122026-09-16T23:25:34.652Z Sep 16 23:25:12.618 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114132026-09-16T23:25:34.652Z Sep 16 23:25:12.618 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114142026-09-16T23:25:34.652Z Sep 16 23:25:12.618 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114152026-09-16T23:25:34.652Z Sep 16 23:25:12.625 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114162026-09-16T23:25:34.652Z Sep 16 23:25:12.685 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114172026-09-16T23:25:34.652Z Sep 16 23:25:12.685 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114182026-09-16T23:25:34.652Z Sep 16 23:25:12.723 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114192026-09-16T23:25:34.652Z Sep 16 23:25:12.723 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114202026-09-16T23:25:34.652Z Sep 16 23:25:12.760 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114212026-09-16T23:25:34.652Z Sep 16 23:25:12.761 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114222026-09-16T23:25:34.652Z Sep 16 23:25:12.798 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114232026-09-16T23:25:34.652Z Sep 16 23:25:12.798 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114242026-09-16T23:25:34.652Z Sep 16 23:25:12.805 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114252026-09-16T23:25:34.652Z Sep 16 23:25:12.805 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114262026-09-16T23:25:34.652Z Sep 16 23:25:12.811 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114272026-09-16T23:25:34.652Z Sep 16 23:25:12.811 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114282026-09-16T23:25:34.652Z Sep 16 23:25:12.817 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114292026-09-16T23:25:34.652Z Sep 16 23:25:12.817 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114302026-09-16T23:25:34.652Z Sep 16 23:25:12.823 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114312026-09-16T23:25:34.652Z Sep 16 23:25:12.823 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114322026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114332026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114342026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114352026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114362026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114372026-09-16T23:25:34.652Z Sep 16 23:25:12.823 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114382026-09-16T23:25:34.653Z Sep 16 23:25:12.823 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114392026-09-16T23:25:34.653Z Sep 16 23:25:12.823 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
114402026-09-16T23:25:34.653Z Sep 16 23:25:12.827 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114412026-09-16T23:25:34.653Z Sep 16 23:25:12.827 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114422026-09-16T23:25:34.653Z Sep 16 23:25:12.831 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114432026-09-16T23:25:34.653Z Sep 16 23:25:12.831 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114442026-09-16T23:25:34.653Z Sep 16 23:25:12.833 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114452026-09-16T23:25:34.653Z Sep 16 23:25:12.871 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114462026-09-16T23:25:34.653Z Sep 16 23:25:12.877 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114472026-09-16T23:25:34.653Z Sep 16 23:25:12.879 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114482026-09-16T23:25:34.653Z Sep 16 23:25:12.916 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114492026-09-16T23:25:34.653Z Sep 16 23:25:12.922 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114502026-09-16T23:25:34.653Z Sep 16 23:25:12.964 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114512026-09-16T23:25:34.653Z Sep 16 23:25:12.970 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114522026-09-16T23:25:34.653Z Sep 16 23:25:13.008 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114532026-09-16T23:25:34.653Z Sep 16 23:25:13.014 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114542026-09-16T23:25:34.653Z Sep 16 23:25:13.016 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114552026-09-16T23:25:34.653Z Sep 16 23:25:13.054 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114562026-09-16T23:25:34.653Z Sep 16 23:25:13.060 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114572026-09-16T23:25:34.653Z Sep 16 23:25:13.062 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114582026-09-16T23:25:34.653Z Sep 16 23:25:13.099 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114592026-09-16T23:25:34.653Z Sep 16 23:25:13.106 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114602026-09-16T23:25:34.653Z Sep 16 23:25:13.107 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114612026-09-16T23:25:34.653Z Sep 16 23:25:13.107 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114622026-09-16T23:25:34.654Z Sep 16 23:25:13.144 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114632026-09-16T23:25:34.654Z Sep 16 23:25:13.150 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114642026-09-16T23:25:34.654Z Sep 16 23:25:13.188 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114652026-09-16T23:25:34.654Z Sep 16 23:25:13.194 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114662026-09-16T23:25:34.654Z Sep 16 23:25:13.195 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114672026-09-16T23:25:34.658Z Sep 16 23:25:13.202 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114682026-09-16T23:25:34.658Z Sep 16 23:25:13.209 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114692026-09-16T23:25:34.658Z Sep 16 23:25:13.209 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114702026-09-16T23:25:34.658Z Sep 16 23:25:13.224 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114712026-09-16T23:25:34.658Z Sep 16 23:25:13.231 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114722026-09-16T23:25:34.658Z Sep 16 23:25:13.276 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114732026-09-16T23:25:34.658Z Sep 16 23:25:13.276 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114742026-09-16T23:25:34.659Z Sep 16 23:25:13.314 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114752026-09-16T23:25:34.659Z Sep 16 23:25:13.314 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114762026-09-16T23:25:34.659Z Sep 16 23:25:13.366 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114772026-09-16T23:25:34.659Z Sep 16 23:25:13.366 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114782026-09-16T23:25:34.659Z Sep 16 23:25:13.404 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114792026-09-16T23:25:34.659Z Sep 16 23:25:13.404 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114802026-09-16T23:25:34.659Z Sep 16 23:25:13.442 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114812026-09-16T23:25:34.659Z Sep 16 23:25:13.442 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114822026-09-16T23:25:34.659Z Sep 16 23:25:13.480 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114832026-09-16T23:25:34.659Z Sep 16 23:25:13.480 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114842026-09-16T23:25:34.659Z Sep 16 23:25:13.518 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114852026-09-16T23:25:34.659Z Sep 16 23:25:13.518 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114862026-09-16T23:25:34.659Z Sep 16 23:25:13.556 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114872026-09-16T23:25:34.659Z Sep 16 23:25:13.556 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114882026-09-16T23:25:34.659Z Sep 16 23:25:13.562 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114892026-09-16T23:25:34.660Z Sep 16 23:25:13.562 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114902026-09-16T23:25:34.660Z Sep 16 23:25:13.568 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114912026-09-16T23:25:34.660Z Sep 16 23:25:13.568 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114922026-09-16T23:25:34.660Z Sep 16 23:25:13.574 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114932026-09-16T23:25:34.660Z Sep 16 23:25:13.575 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114942026-09-16T23:25:34.660Z Sep 16 23:25:13.580 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114952026-09-16T23:25:34.660Z Sep 16 23:25:13.581 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
114962026-09-16T23:25:34.660Z Sep 16 23:25:13.586 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114972026-09-16T23:25:34.660Z Sep 16 23:25:13.587 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114982026-09-16T23:25:34.660Z Sep 16 23:25:13.593 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
114992026-09-16T23:25:34.661Z Sep 16 23:25:13.593 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115002026-09-16T23:25:34.661Z Sep 16 23:25:13.599 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115012026-09-16T23:25:34.661Z Sep 16 23:25:13.599 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115022026-09-16T23:25:34.661Z Sep 16 23:25:13.605 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115032026-09-16T23:25:34.661Z Sep 16 23:25:13.605 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115042026-09-16T23:25:34.661Z Sep 16 23:25:13.608 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115052026-09-16T23:25:34.661Z Sep 16 23:25:13.608 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115062026-09-16T23:25:34.661Z Sep 16 23:25:13.613 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115072026-09-16T23:25:34.661Z Sep 16 23:25:13.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115082026-09-16T23:25:34.661Z Sep 16 23:25:13.656 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115092026-09-16T23:25:34.661Z Sep 16 23:25:13.658 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115102026-09-16T23:25:34.661Z Sep 16 23:25:13.696 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115112026-09-16T23:25:34.661Z Sep 16 23:25:13.702 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115122026-09-16T23:25:34.661Z Sep 16 23:25:13.740 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115132026-09-16T23:25:34.661Z Sep 16 23:25:13.746 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115142026-09-16T23:25:34.661Z Sep 16 23:25:13.784 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115152026-09-16T23:25:34.661Z Sep 16 23:25:13.790 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115162026-09-16T23:25:34.661Z Sep 16 23:25:13.791 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115172026-09-16T23:25:34.661Z Sep 16 23:25:13.791 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115182026-09-16T23:25:34.661Z Sep 16 23:25:13.791 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115192026-09-16T23:25:34.661Z Sep 16 23:25:13.798 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115202026-09-16T23:25:34.662Z Sep 16 23:25:13.857 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115212026-09-16T23:25:34.662Z Sep 16 23:25:13.857 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115222026-09-16T23:25:34.662Z Sep 16 23:25:13.895 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115232026-09-16T23:25:34.662Z Sep 16 23:25:13.895 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115242026-09-16T23:25:34.662Z Sep 16 23:25:13.933 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115252026-09-16T23:25:34.662Z Sep 16 23:25:13.933 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115262026-09-16T23:25:34.662Z Sep 16 23:25:13.971 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115272026-09-16T23:25:34.662Z Sep 16 23:25:13.971 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115282026-09-16T23:25:34.662Z Sep 16 23:25:13.971 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115292026-09-16T23:25:34.662Z Sep 16 23:25:13.972 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115302026-09-16T23:25:34.662Z Sep 16 23:25:13.972 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115312026-09-16T23:25:34.662Z Sep 16 23:25:13.972 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115322026-09-16T23:25:34.662Z Sep 16 23:25:13.972 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115332026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115342026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115352026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115362026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115372026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115382026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115392026-09-16T23:25:34.663Z Sep 16 23:25:13.972 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115402026-09-16T23:25:34.663Z Sep 16 23:25:13.979 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115412026-09-16T23:25:34.663Z Sep 16 23:25:13.979 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115422026-09-16T23:25:34.663Z Sep 16 23:25:13.985 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115432026-09-16T23:25:34.663Z Sep 16 23:25:13.985 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115442026-09-16T23:25:34.663Z Sep 16 23:25:13.991 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115452026-09-16T23:25:34.663Z Sep 16 23:25:13.991 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115462026-09-16T23:25:34.663Z Sep 16 23:25:13.997 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115472026-09-16T23:25:34.663Z Sep 16 23:25:13.997 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115482026-09-16T23:25:34.663Z Sep 16 23:25:14.149 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115492026-09-16T23:25:34.663Z Sep 16 23:25:14.149 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115502026-09-16T23:25:34.663Z Sep 16 23:25:14.154 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115512026-09-16T23:25:34.663Z Sep 16 23:25:14.191 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115522026-09-16T23:25:34.663Z Sep 16 23:25:14.198 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115532026-09-16T23:25:34.663Z Sep 16 23:25:14.200 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115542026-09-16T23:25:34.663Z Sep 16 23:25:14.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115552026-09-16T23:25:34.663Z Sep 16 23:25:14.243 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115562026-09-16T23:25:34.663Z Sep 16 23:25:14.282 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115572026-09-16T23:25:34.663Z Sep 16 23:25:14.288 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115582026-09-16T23:25:34.663Z Sep 16 23:25:14.326 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115592026-09-16T23:25:34.663Z Sep 16 23:25:14.332 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115602026-09-16T23:25:34.663Z Sep 16 23:25:14.333 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115612026-09-16T23:25:34.663Z Sep 16 23:25:14.333 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115622026-09-16T23:25:34.663Z Sep 16 23:25:14.333 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115632026-09-16T23:25:34.663Z Sep 16 23:25:14.340 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115642026-09-16T23:25:34.663Z Sep 16 23:25:14.399 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115652026-09-16T23:25:34.663Z Sep 16 23:25:14.399 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115662026-09-16T23:25:34.663Z Sep 16 23:25:14.437 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115672026-09-16T23:25:34.668Z Sep 16 23:25:14.437 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115682026-09-16T23:25:34.668Z Sep 16 23:25:14.475 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115692026-09-16T23:25:34.668Z Sep 16 23:25:14.475 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115702026-09-16T23:25:34.668Z Sep 16 23:25:14.513 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115712026-09-16T23:25:34.668Z Sep 16 23:25:14.513 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115722026-09-16T23:25:34.668Z Sep 16 23:25:14.520 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115732026-09-16T23:25:34.668Z Sep 16 23:25:14.520 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115742026-09-16T23:25:34.668Z Sep 16 23:25:14.526 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115752026-09-16T23:25:34.668Z Sep 16 23:25:14.526 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115762026-09-16T23:25:34.668Z Sep 16 23:25:14.532 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115772026-09-16T23:25:34.668Z Sep 16 23:25:14.532 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115782026-09-16T23:25:34.668Z Sep 16 23:25:14.538 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115792026-09-16T23:25:34.668Z Sep 16 23:25:14.538 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115802026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115812026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115822026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115832026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115842026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115852026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115862026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115872026-09-16T23:25:34.668Z Sep 16 23:25:14.538 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
115882026-09-16T23:25:34.668Z Sep 16 23:25:14.541 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115892026-09-16T23:25:34.668Z Sep 16 23:25:14.541 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115902026-09-16T23:25:34.668Z Sep 16 23:25:14.546 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115912026-09-16T23:25:34.668Z Sep 16 23:25:14.546 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115922026-09-16T23:25:34.668Z Sep 16 23:25:14.548 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115932026-09-16T23:25:34.668Z Sep 16 23:25:14.586 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115942026-09-16T23:25:34.669Z Sep 16 23:25:14.591 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115952026-09-16T23:25:34.669Z Sep 16 23:25:14.594 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115962026-09-16T23:25:34.669Z Sep 16 23:25:14.631 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115972026-09-16T23:25:34.669Z Sep 16 23:25:14.637 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
115982026-09-16T23:25:34.669Z Sep 16 23:25:14.679 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
115992026-09-16T23:25:34.669Z Sep 16 23:25:14.685 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116002026-09-16T23:25:34.669Z Sep 16 23:25:14.723 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116012026-09-16T23:25:34.669Z Sep 16 23:25:14.729 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116022026-09-16T23:25:34.669Z Sep 16 23:25:14.731 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116032026-09-16T23:25:34.669Z Sep 16 23:25:14.769 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116042026-09-16T23:25:34.669Z Sep 16 23:25:14.775 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116052026-09-16T23:25:34.669Z Sep 16 23:25:14.777 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116062026-09-16T23:25:34.669Z Sep 16 23:25:14.814 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116072026-09-16T23:25:34.669Z Sep 16 23:25:14.820 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116082026-09-16T23:25:34.669Z Sep 16 23:25:14.821 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116092026-09-16T23:25:34.669Z Sep 16 23:25:14.821 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116102026-09-16T23:25:34.669Z Sep 16 23:25:14.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116112026-09-16T23:25:34.669Z Sep 16 23:25:14.865 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116122026-09-16T23:25:34.669Z Sep 16 23:25:14.903 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116132026-09-16T23:25:34.669Z Sep 16 23:25:14.909 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116142026-09-16T23:25:34.669Z Sep 16 23:25:14.910 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116152026-09-16T23:25:34.669Z Sep 16 23:25:14.917 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116162026-09-16T23:25:34.669Z Sep 16 23:25:14.924 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116172026-09-16T23:25:34.669Z Sep 16 23:25:14.924 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116182026-09-16T23:25:34.669Z Sep 16 23:25:14.939 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116192026-09-16T23:25:34.669Z Sep 16 23:25:14.946 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116202026-09-16T23:25:34.669Z Sep 16 23:25:14.990 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116212026-09-16T23:25:34.669Z Sep 16 23:25:14.990 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116222026-09-16T23:25:34.669Z Sep 16 23:25:15.028 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116232026-09-16T23:25:34.669Z Sep 16 23:25:15.028 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116242026-09-16T23:25:34.669Z Sep 16 23:25:15.081 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116252026-09-16T23:25:34.669Z Sep 16 23:25:15.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116262026-09-16T23:25:34.669Z Sep 16 23:25:15.119 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116272026-09-16T23:25:34.669Z Sep 16 23:25:15.119 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116282026-09-16T23:25:34.669Z Sep 16 23:25:15.157 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116292026-09-16T23:25:34.669Z Sep 16 23:25:15.157 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116302026-09-16T23:25:34.669Z Sep 16 23:25:15.195 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116312026-09-16T23:25:34.669Z Sep 16 23:25:15.195 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116322026-09-16T23:25:34.670Z Sep 16 23:25:15.233 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116332026-09-16T23:25:34.670Z Sep 16 23:25:15.233 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116342026-09-16T23:25:34.670Z Sep 16 23:25:15.270 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116352026-09-16T23:25:34.670Z Sep 16 23:25:15.271 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116362026-09-16T23:25:34.670Z Sep 16 23:25:15.277 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116372026-09-16T23:25:34.670Z Sep 16 23:25:15.277 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116382026-09-16T23:25:34.670Z Sep 16 23:25:15.283 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116392026-09-16T23:25:34.670Z Sep 16 23:25:15.283 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116402026-09-16T23:25:34.670Z Sep 16 23:25:15.289 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116412026-09-16T23:25:34.670Z Sep 16 23:25:15.289 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116422026-09-16T23:25:34.670Z Sep 16 23:25:15.295 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116432026-09-16T23:25:34.670Z Sep 16 23:25:15.295 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116442026-09-16T23:25:34.670Z Sep 16 23:25:15.301 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116452026-09-16T23:25:34.670Z Sep 16 23:25:15.301 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116462026-09-16T23:25:34.670Z Sep 16 23:25:15.307 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116472026-09-16T23:25:34.670Z Sep 16 23:25:15.307 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116482026-09-16T23:25:34.670Z Sep 16 23:25:15.314 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116492026-09-16T23:25:34.670Z Sep 16 23:25:15.314 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116502026-09-16T23:25:34.670Z Sep 16 23:25:15.320 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116512026-09-16T23:25:34.670Z Sep 16 23:25:15.320 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116522026-09-16T23:25:34.670Z Sep 16 23:25:15.322 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116532026-09-16T23:25:34.670Z Sep 16 23:25:15.322 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116542026-09-16T23:25:34.670Z Sep 16 23:25:15.328 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116552026-09-16T23:25:34.670Z Sep 16 23:25:15.365 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116562026-09-16T23:25:34.670Z Sep 16 23:25:15.371 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116572026-09-16T23:25:34.670Z Sep 16 23:25:15.373 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116582026-09-16T23:25:34.670Z Sep 16 23:25:15.411 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116592026-09-16T23:25:34.670Z Sep 16 23:25:15.417 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116602026-09-16T23:25:34.670Z Sep 16 23:25:15.455 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116612026-09-16T23:25:34.670Z Sep 16 23:25:15.461 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116622026-09-16T23:25:34.670Z Sep 16 23:25:15.499 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116632026-09-16T23:25:34.670Z Sep 16 23:25:15.505 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116642026-09-16T23:25:34.670Z Sep 16 23:25:15.505 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116652026-09-16T23:25:34.670Z Sep 16 23:25:15.506 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116662026-09-16T23:25:34.670Z Sep 16 23:25:15.506 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116672026-09-16T23:25:34.676Z Sep 16 23:25:15.513 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116682026-09-16T23:25:34.676Z Sep 16 23:25:15.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116692026-09-16T23:25:34.676Z Sep 16 23:25:15.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116702026-09-16T23:25:34.676Z Sep 16 23:25:15.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116712026-09-16T23:25:34.676Z Sep 16 23:25:15.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116722026-09-16T23:25:34.676Z Sep 16 23:25:15.648 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116732026-09-16T23:25:34.676Z Sep 16 23:25:15.648 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116742026-09-16T23:25:34.676Z Sep 16 23:25:15.685 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116752026-09-16T23:25:34.676Z Sep 16 23:25:15.685 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116762026-09-16T23:25:34.676Z Sep 16 23:25:15.686 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116772026-09-16T23:25:34.676Z Sep 16 23:25:15.686 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116782026-09-16T23:25:34.676Z Sep 16 23:25:15.686 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116792026-09-16T23:25:34.676Z Sep 16 23:25:15.686 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116802026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116812026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116822026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116832026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116842026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116852026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116862026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116872026-09-16T23:25:34.676Z Sep 16 23:25:15.687 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
116882026-09-16T23:25:34.676Z Sep 16 23:25:15.693 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116892026-09-16T23:25:34.676Z Sep 16 23:25:15.693 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116902026-09-16T23:25:34.676Z Sep 16 23:25:15.699 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116912026-09-16T23:25:34.676Z Sep 16 23:25:15.699 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116922026-09-16T23:25:34.676Z Sep 16 23:25:15.705 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116932026-09-16T23:25:34.676Z Sep 16 23:25:15.705 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116942026-09-16T23:25:34.676Z Sep 16 23:25:15.711 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116952026-09-16T23:25:34.676Z Sep 16 23:25:15.711 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116962026-09-16T23:25:34.676Z Sep 16 23:25:15.862 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116972026-09-16T23:25:34.676Z Sep 16 23:25:15.862 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
116982026-09-16T23:25:34.676Z Sep 16 23:25:15.867 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
116992026-09-16T23:25:34.676Z Sep 16 23:25:15.904 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117002026-09-16T23:25:34.677Z Sep 16 23:25:15.911 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117012026-09-16T23:25:34.677Z Sep 16 23:25:15.913 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117022026-09-16T23:25:34.677Z Sep 16 23:25:15.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117032026-09-16T23:25:34.677Z Sep 16 23:25:15.956 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117042026-09-16T23:25:34.677Z Sep 16 23:25:15.995 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117052026-09-16T23:25:34.677Z Sep 16 23:25:16.000 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117062026-09-16T23:25:34.677Z Sep 16 23:25:16.039 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117072026-09-16T23:25:34.677Z Sep 16 23:25:16.045 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117082026-09-16T23:25:34.677Z Sep 16 23:25:16.045 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117092026-09-16T23:25:34.677Z Sep 16 23:25:16.045 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117102026-09-16T23:25:34.677Z Sep 16 23:25:16.045 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117112026-09-16T23:25:34.677Z Sep 16 23:25:16.052 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117122026-09-16T23:25:34.677Z Sep 16 23:25:16.112 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117132026-09-16T23:25:34.677Z Sep 16 23:25:16.112 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117142026-09-16T23:25:34.678Z Sep 16 23:25:16.150 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117152026-09-16T23:25:34.678Z Sep 16 23:25:16.150 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117162026-09-16T23:25:34.678Z Sep 16 23:25:16.187 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117172026-09-16T23:25:34.678Z Sep 16 23:25:16.187 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117182026-09-16T23:25:34.678Z Sep 16 23:25:16.225 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117192026-09-16T23:25:34.678Z Sep 16 23:25:16.225 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117202026-09-16T23:25:34.678Z Sep 16 23:25:16.232 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117212026-09-16T23:25:34.678Z Sep 16 23:25:16.232 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117222026-09-16T23:25:34.678Z Sep 16 23:25:16.238 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117232026-09-16T23:25:34.678Z Sep 16 23:25:16.238 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117242026-09-16T23:25:34.678Z Sep 16 23:25:16.244 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117252026-09-16T23:25:34.678Z Sep 16 23:25:16.244 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117262026-09-16T23:25:34.678Z Sep 16 23:25:16.250 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117272026-09-16T23:25:34.678Z Sep 16 23:25:16.250 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117282026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117292026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117302026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117312026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117322026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117332026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117342026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117352026-09-16T23:25:34.678Z Sep 16 23:25:16.250 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
117362026-09-16T23:25:34.678Z Sep 16 23:25:16.253 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117372026-09-16T23:25:34.678Z Sep 16 23:25:16.254 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117382026-09-16T23:25:34.678Z Sep 16 23:25:16.258 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117392026-09-16T23:25:34.678Z Sep 16 23:25:16.258 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117402026-09-16T23:25:34.678Z Sep 16 23:25:16.260 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117412026-09-16T23:25:34.678Z Sep 16 23:25:16.298 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117422026-09-16T23:25:34.678Z Sep 16 23:25:16.304 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117432026-09-16T23:25:34.678Z Sep 16 23:25:16.306 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117442026-09-16T23:25:34.678Z Sep 16 23:25:16.344 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117452026-09-16T23:25:34.678Z Sep 16 23:25:16.349 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117462026-09-16T23:25:34.678Z Sep 16 23:25:16.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117472026-09-16T23:25:34.679Z Sep 16 23:25:16.397 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117482026-09-16T23:25:34.679Z Sep 16 23:25:16.435 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117492026-09-16T23:25:34.679Z Sep 16 23:25:16.441 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117502026-09-16T23:25:34.679Z Sep 16 23:25:16.443 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117512026-09-16T23:25:34.679Z Sep 16 23:25:16.481 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117522026-09-16T23:25:34.679Z Sep 16 23:25:16.487 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117532026-09-16T23:25:34.679Z Sep 16 23:25:16.489 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117542026-09-16T23:25:34.679Z Sep 16 23:25:16.527 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117552026-09-16T23:25:34.679Z Sep 16 23:25:16.533 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117562026-09-16T23:25:34.679Z Sep 16 23:25:16.533 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117572026-09-16T23:25:34.679Z Sep 16 23:25:16.533 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117582026-09-16T23:25:34.679Z Sep 16 23:25:16.571 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117592026-09-16T23:25:34.679Z Sep 16 23:25:16.577 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117602026-09-16T23:25:34.679Z Sep 16 23:25:16.615 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117612026-09-16T23:25:34.679Z Sep 16 23:25:16.621 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117622026-09-16T23:25:34.679Z Sep 16 23:25:16.622 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117632026-09-16T23:25:34.679Z Sep 16 23:25:16.629 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117642026-09-16T23:25:34.680Z Sep 16 23:25:16.636 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117652026-09-16T23:25:34.680Z Sep 16 23:25:16.636 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117662026-09-16T23:25:34.680Z Sep 16 23:25:16.650 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117672026-09-16T23:25:34.684Z Sep 16 23:25:16.658 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117682026-09-16T23:25:34.684Z Sep 16 23:25:16.702 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117692026-09-16T23:25:34.684Z Sep 16 23:25:16.702 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117702026-09-16T23:25:34.684Z Sep 16 23:25:16.740 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117712026-09-16T23:25:34.684Z Sep 16 23:25:16.740 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117722026-09-16T23:25:34.684Z Sep 16 23:25:16.792 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117732026-09-16T23:25:34.684Z Sep 16 23:25:16.792 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117742026-09-16T23:25:34.684Z Sep 16 23:25:16.830 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117752026-09-16T23:25:34.685Z Sep 16 23:25:16.830 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117762026-09-16T23:25:34.685Z Sep 16 23:25:16.868 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117772026-09-16T23:25:34.685Z Sep 16 23:25:16.868 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117782026-09-16T23:25:34.685Z Sep 16 23:25:16.906 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117792026-09-16T23:25:34.685Z Sep 16 23:25:16.906 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117802026-09-16T23:25:34.685Z Sep 16 23:25:16.944 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117812026-09-16T23:25:34.685Z Sep 16 23:25:16.944 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117822026-09-16T23:25:34.685Z Sep 16 23:25:16.981 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117832026-09-16T23:25:34.685Z Sep 16 23:25:16.982 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117842026-09-16T23:25:34.685Z Sep 16 23:25:16.988 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117852026-09-16T23:25:34.685Z Sep 16 23:25:16.988 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117862026-09-16T23:25:34.685Z Sep 16 23:25:16.994 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117872026-09-16T23:25:34.685Z Sep 16 23:25:16.994 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117882026-09-16T23:25:34.685Z Sep 16 23:25:17.000 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117892026-09-16T23:25:34.685Z Sep 16 23:25:17.000 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117902026-09-16T23:25:34.685Z Sep 16 23:25:17.006 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117912026-09-16T23:25:34.685Z Sep 16 23:25:17.006 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117922026-09-16T23:25:34.685Z Sep 16 23:25:17.012 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117932026-09-16T23:25:34.685Z Sep 16 23:25:17.012 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117942026-09-16T23:25:34.685Z Sep 16 23:25:17.018 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117952026-09-16T23:25:34.685Z Sep 16 23:25:17.018 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
117962026-09-16T23:25:34.685Z Sep 16 23:25:17.025 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117972026-09-16T23:25:34.685Z Sep 16 23:25:17.025 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117982026-09-16T23:25:34.685Z Sep 16 23:25:17.031 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
117992026-09-16T23:25:34.685Z Sep 16 23:25:17.031 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118002026-09-16T23:25:34.685Z Sep 16 23:25:17.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118012026-09-16T23:25:34.685Z Sep 16 23:25:17.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118022026-09-16T23:25:34.685Z Sep 16 23:25:17.038 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118032026-09-16T23:25:34.685Z Sep 16 23:25:17.076 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118042026-09-16T23:25:34.685Z Sep 16 23:25:17.082 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118052026-09-16T23:25:34.685Z Sep 16 23:25:17.084 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118062026-09-16T23:25:34.685Z Sep 16 23:25:17.122 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118072026-09-16T23:25:34.685Z Sep 16 23:25:17.128 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118082026-09-16T23:25:34.685Z Sep 16 23:25:17.166 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118092026-09-16T23:25:34.685Z Sep 16 23:25:17.172 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118102026-09-16T23:25:34.685Z Sep 16 23:25:17.210 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118112026-09-16T23:25:34.685Z Sep 16 23:25:17.216 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118122026-09-16T23:25:34.685Z Sep 16 23:25:17.217 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118132026-09-16T23:25:34.685Z Sep 16 23:25:17.217 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118142026-09-16T23:25:34.686Z Sep 16 23:25:17.217 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118152026-09-16T23:25:34.686Z Sep 16 23:25:17.224 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118162026-09-16T23:25:34.686Z Sep 16 23:25:17.283 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118172026-09-16T23:25:34.686Z Sep 16 23:25:17.283 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118182026-09-16T23:25:34.686Z Sep 16 23:25:17.321 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118192026-09-16T23:25:34.686Z Sep 16 23:25:17.321 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118202026-09-16T23:25:34.686Z Sep 16 23:25:17.359 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118212026-09-16T23:25:34.686Z Sep 16 23:25:17.359 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118222026-09-16T23:25:34.686Z Sep 16 23:25:17.397 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118232026-09-16T23:25:34.686Z Sep 16 23:25:17.397 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118242026-09-16T23:25:34.686Z Sep 16 23:25:17.397 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118252026-09-16T23:25:34.686Z Sep 16 23:25:17.397 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118262026-09-16T23:25:34.686Z Sep 16 23:25:17.397 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118272026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118282026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118292026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118302026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118312026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118322026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118332026-09-16T23:25:34.686Z Sep 16 23:25:17.398 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118342026-09-16T23:25:34.687Z Sep 16 23:25:17.398 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118352026-09-16T23:25:34.687Z Sep 16 23:25:17.398 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118362026-09-16T23:25:34.687Z Sep 16 23:25:17.404 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118372026-09-16T23:25:34.687Z Sep 16 23:25:17.404 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118382026-09-16T23:25:34.687Z Sep 16 23:25:17.410 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118392026-09-16T23:25:34.687Z Sep 16 23:25:17.410 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118402026-09-16T23:25:34.687Z Sep 16 23:25:17.416 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118412026-09-16T23:25:34.687Z Sep 16 23:25:17.416 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118422026-09-16T23:25:34.687Z Sep 16 23:25:17.422 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118432026-09-16T23:25:34.687Z Sep 16 23:25:17.422 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118442026-09-16T23:25:34.687Z Sep 16 23:25:17.573 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118452026-09-16T23:25:34.687Z Sep 16 23:25:17.573 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118462026-09-16T23:25:34.687Z Sep 16 23:25:17.578 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118472026-09-16T23:25:34.687Z Sep 16 23:25:17.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118482026-09-16T23:25:34.687Z Sep 16 23:25:17.622 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118492026-09-16T23:25:34.687Z Sep 16 23:25:17.624 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118502026-09-16T23:25:34.687Z Sep 16 23:25:17.661 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118512026-09-16T23:25:34.687Z Sep 16 23:25:17.668 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118522026-09-16T23:25:34.687Z Sep 16 23:25:17.706 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118532026-09-16T23:25:34.687Z Sep 16 23:25:17.712 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118542026-09-16T23:25:34.687Z Sep 16 23:25:17.750 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118552026-09-16T23:25:34.687Z Sep 16 23:25:17.756 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118562026-09-16T23:25:34.687Z Sep 16 23:25:17.757 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118572026-09-16T23:25:34.687Z Sep 16 23:25:17.757 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118582026-09-16T23:25:34.687Z Sep 16 23:25:17.757 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118592026-09-16T23:25:34.687Z Sep 16 23:25:17.764 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118602026-09-16T23:25:34.687Z Sep 16 23:25:17.823 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118612026-09-16T23:25:34.687Z Sep 16 23:25:17.823 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118622026-09-16T23:25:34.687Z Sep 16 23:25:17.861 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118632026-09-16T23:25:34.687Z Sep 16 23:25:17.861 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118642026-09-16T23:25:34.688Z Sep 16 23:25:17.899 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118652026-09-16T23:25:34.688Z Sep 16 23:25:17.899 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118662026-09-16T23:25:34.688Z Sep 16 23:25:17.937 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118672026-09-16T23:25:34.692Z Sep 16 23:25:17.937 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118682026-09-16T23:25:34.692Z Sep 16 23:25:17.943 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118692026-09-16T23:25:34.692Z Sep 16 23:25:17.943 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118702026-09-16T23:25:34.692Z Sep 16 23:25:17.949 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118712026-09-16T23:25:34.692Z Sep 16 23:25:17.949 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118722026-09-16T23:25:34.692Z Sep 16 23:25:17.955 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118732026-09-16T23:25:34.692Z Sep 16 23:25:17.955 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118742026-09-16T23:25:34.693Z Sep 16 23:25:17.961 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118752026-09-16T23:25:34.693Z Sep 16 23:25:17.961 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118762026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118772026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118782026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118792026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118802026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118812026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118822026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118832026-09-16T23:25:34.693Z Sep 16 23:25:17.962 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
118842026-09-16T23:25:34.693Z Sep 16 23:25:17.965 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118852026-09-16T23:25:34.693Z Sep 16 23:25:17.965 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118862026-09-16T23:25:34.693Z Sep 16 23:25:17.969 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118872026-09-16T23:25:34.693Z Sep 16 23:25:17.970 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118882026-09-16T23:25:34.693Z Sep 16 23:25:17.971 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118892026-09-16T23:25:34.693Z Sep 16 23:25:18.009 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118902026-09-16T23:25:34.693Z Sep 16 23:25:18.015 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118912026-09-16T23:25:34.694Z Sep 16 23:25:18.017 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118922026-09-16T23:25:34.694Z Sep 16 23:25:18.055 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118932026-09-16T23:25:34.694Z Sep 16 23:25:18.061 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118942026-09-16T23:25:34.694Z Sep 16 23:25:18.102 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118952026-09-16T23:25:34.694Z Sep 16 23:25:18.108 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118962026-09-16T23:25:34.694Z Sep 16 23:25:18.146 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118972026-09-16T23:25:34.694Z Sep 16 23:25:18.152 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
118982026-09-16T23:25:34.694Z Sep 16 23:25:18.154 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
118992026-09-16T23:25:34.694Z Sep 16 23:25:18.192 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119002026-09-16T23:25:34.694Z Sep 16 23:25:18.198 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119012026-09-16T23:25:34.694Z Sep 16 23:25:18.200 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119022026-09-16T23:25:34.694Z Sep 16 23:25:18.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119032026-09-16T23:25:34.694Z Sep 16 23:25:18.244 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119042026-09-16T23:25:34.694Z Sep 16 23:25:18.244 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119052026-09-16T23:25:34.694Z Sep 16 23:25:18.244 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119062026-09-16T23:25:34.694Z Sep 16 23:25:18.282 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119072026-09-16T23:25:34.694Z Sep 16 23:25:18.288 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119082026-09-16T23:25:34.694Z Sep 16 23:25:18.326 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119092026-09-16T23:25:34.694Z Sep 16 23:25:18.332 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119102026-09-16T23:25:34.694Z Sep 16 23:25:18.333 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119112026-09-16T23:25:34.694Z Sep 16 23:25:18.340 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119122026-09-16T23:25:34.694Z Sep 16 23:25:18.347 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119132026-09-16T23:25:34.694Z Sep 16 23:25:18.347 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119142026-09-16T23:25:34.694Z Sep 16 23:25:18.362 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119152026-09-16T23:25:34.694Z Sep 16 23:25:18.369 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119162026-09-16T23:25:34.694Z Sep 16 23:25:18.413 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119172026-09-16T23:25:34.694Z Sep 16 23:25:18.413 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119182026-09-16T23:25:34.694Z Sep 16 23:25:18.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119192026-09-16T23:25:34.694Z Sep 16 23:25:18.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119202026-09-16T23:25:34.694Z Sep 16 23:25:18.504 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119212026-09-16T23:25:34.694Z Sep 16 23:25:18.504 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119222026-09-16T23:25:34.694Z Sep 16 23:25:18.541 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119232026-09-16T23:25:34.695Z Sep 16 23:25:18.541 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119242026-09-16T23:25:34.695Z Sep 16 23:25:18.579 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119252026-09-16T23:25:34.695Z Sep 16 23:25:18.579 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119262026-09-16T23:25:34.695Z Sep 16 23:25:18.617 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119272026-09-16T23:25:34.695Z Sep 16 23:25:18.617 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119282026-09-16T23:25:34.695Z Sep 16 23:25:18.655 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119292026-09-16T23:25:34.695Z Sep 16 23:25:18.655 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119302026-09-16T23:25:34.695Z Sep 16 23:25:18.692 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119312026-09-16T23:25:34.695Z Sep 16 23:25:18.693 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119322026-09-16T23:25:34.695Z Sep 16 23:25:18.699 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119332026-09-16T23:25:34.695Z Sep 16 23:25:18.699 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119342026-09-16T23:25:34.695Z Sep 16 23:25:18.705 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119352026-09-16T23:25:34.695Z Sep 16 23:25:18.705 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119362026-09-16T23:25:34.695Z Sep 16 23:25:18.711 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119372026-09-16T23:25:34.695Z Sep 16 23:25:18.711 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119382026-09-16T23:25:34.695Z Sep 16 23:25:18.717 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119392026-09-16T23:25:34.695Z Sep 16 23:25:18.717 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119402026-09-16T23:25:34.695Z Sep 16 23:25:18.723 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119412026-09-16T23:25:34.695Z Sep 16 23:25:18.723 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119422026-09-16T23:25:34.695Z Sep 16 23:25:18.729 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119432026-09-16T23:25:34.695Z Sep 16 23:25:18.729 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119442026-09-16T23:25:34.695Z Sep 16 23:25:18.736 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119452026-09-16T23:25:34.695Z Sep 16 23:25:18.736 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119462026-09-16T23:25:34.695Z Sep 16 23:25:18.742 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119472026-09-16T23:25:34.695Z Sep 16 23:25:18.742 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119482026-09-16T23:25:34.695Z Sep 16 23:25:18.744 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119492026-09-16T23:25:34.695Z Sep 16 23:25:18.744 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119502026-09-16T23:25:34.695Z Sep 16 23:25:18.749 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119512026-09-16T23:25:34.695Z Sep 16 23:25:18.787 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119522026-09-16T23:25:34.695Z Sep 16 23:25:18.793 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119532026-09-16T23:25:34.695Z Sep 16 23:25:18.795 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119542026-09-16T23:25:34.695Z Sep 16 23:25:18.832 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119552026-09-16T23:25:34.695Z Sep 16 23:25:18.838 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119562026-09-16T23:25:34.695Z Sep 16 23:25:18.877 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119572026-09-16T23:25:34.695Z Sep 16 23:25:18.883 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119582026-09-16T23:25:34.695Z Sep 16 23:25:18.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119592026-09-16T23:25:34.695Z Sep 16 23:25:18.927 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119602026-09-16T23:25:34.695Z Sep 16 23:25:18.927 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119612026-09-16T23:25:34.695Z Sep 16 23:25:18.927 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119622026-09-16T23:25:34.696Z Sep 16 23:25:18.927 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119632026-09-16T23:25:34.696Z Sep 16 23:25:18.934 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119642026-09-16T23:25:34.696Z Sep 16 23:25:18.994 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119652026-09-16T23:25:34.696Z Sep 16 23:25:18.994 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119662026-09-16T23:25:34.696Z Sep 16 23:25:19.032 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119672026-09-16T23:25:34.701Z Sep 16 23:25:19.032 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119682026-09-16T23:25:34.701Z Sep 16 23:25:19.069 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119692026-09-16T23:25:34.701Z Sep 16 23:25:19.070 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119702026-09-16T23:25:34.701Z Sep 16 23:25:19.107 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119712026-09-16T23:25:34.701Z Sep 16 23:25:19.107 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119722026-09-16T23:25:34.701Z Sep 16 23:25:19.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119732026-09-16T23:25:34.701Z Sep 16 23:25:19.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119742026-09-16T23:25:34.701Z Sep 16 23:25:19.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119752026-09-16T23:25:34.701Z Sep 16 23:25:19.108 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119762026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119772026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119782026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119792026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119802026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119812026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119822026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119832026-09-16T23:25:34.701Z Sep 16 23:25:19.109 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
119842026-09-16T23:25:34.701Z Sep 16 23:25:19.115 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119852026-09-16T23:25:34.701Z Sep 16 23:25:19.115 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119862026-09-16T23:25:34.701Z Sep 16 23:25:19.121 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119872026-09-16T23:25:34.701Z Sep 16 23:25:19.121 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119882026-09-16T23:25:34.701Z Sep 16 23:25:19.127 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119892026-09-16T23:25:34.701Z Sep 16 23:25:19.127 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119902026-09-16T23:25:34.701Z Sep 16 23:25:19.133 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119912026-09-16T23:25:34.701Z Sep 16 23:25:19.133 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119922026-09-16T23:25:34.701Z Sep 16 23:25:19.284 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119932026-09-16T23:25:34.701Z Sep 16 23:25:19.284 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
119942026-09-16T23:25:34.701Z Sep 16 23:25:19.289 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119952026-09-16T23:25:34.701Z Sep 16 23:25:19.327 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119962026-09-16T23:25:34.701Z Sep 16 23:25:19.333 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119972026-09-16T23:25:34.701Z Sep 16 23:25:19.335 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119982026-09-16T23:25:34.701Z Sep 16 23:25:19.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
119992026-09-16T23:25:34.702Z Sep 16 23:25:19.379 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120002026-09-16T23:25:34.702Z Sep 16 23:25:19.417 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120012026-09-16T23:25:34.702Z Sep 16 23:25:19.423 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120022026-09-16T23:25:34.702Z Sep 16 23:25:19.461 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120032026-09-16T23:25:34.702Z Sep 16 23:25:19.467 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120042026-09-16T23:25:34.702Z Sep 16 23:25:19.468 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120052026-09-16T23:25:34.702Z Sep 16 23:25:19.468 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120062026-09-16T23:25:34.702Z Sep 16 23:25:19.468 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120072026-09-16T23:25:34.702Z Sep 16 23:25:19.475 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120082026-09-16T23:25:34.702Z Sep 16 23:25:19.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120092026-09-16T23:25:34.702Z Sep 16 23:25:19.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120102026-09-16T23:25:34.702Z Sep 16 23:25:19.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120112026-09-16T23:25:34.702Z Sep 16 23:25:19.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120122026-09-16T23:25:34.702Z Sep 16 23:25:19.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120132026-09-16T23:25:34.702Z Sep 16 23:25:19.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120142026-09-16T23:25:34.703Z Sep 16 23:25:19.648 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120152026-09-16T23:25:34.703Z Sep 16 23:25:19.648 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120162026-09-16T23:25:34.703Z Sep 16 23:25:19.654 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120172026-09-16T23:25:34.703Z Sep 16 23:25:19.655 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120182026-09-16T23:25:34.703Z Sep 16 23:25:19.660 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120192026-09-16T23:25:34.703Z Sep 16 23:25:19.661 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120202026-09-16T23:25:34.703Z Sep 16 23:25:19.667 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120212026-09-16T23:25:34.703Z Sep 16 23:25:19.667 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120222026-09-16T23:25:34.703Z Sep 16 23:25:19.673 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120232026-09-16T23:25:34.703Z Sep 16 23:25:19.673 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120242026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120252026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120262026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120272026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120282026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120292026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120302026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120312026-09-16T23:25:34.703Z Sep 16 23:25:19.673 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
120322026-09-16T23:25:34.703Z Sep 16 23:25:19.676 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120332026-09-16T23:25:34.703Z Sep 16 23:25:19.676 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120342026-09-16T23:25:34.703Z Sep 16 23:25:19.681 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120352026-09-16T23:25:34.703Z Sep 16 23:25:19.681 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120362026-09-16T23:25:34.703Z Sep 16 23:25:19.682 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120372026-09-16T23:25:34.703Z Sep 16 23:25:19.720 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120382026-09-16T23:25:34.703Z Sep 16 23:25:19.726 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120392026-09-16T23:25:34.703Z Sep 16 23:25:19.728 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120402026-09-16T23:25:34.703Z Sep 16 23:25:19.766 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120412026-09-16T23:25:34.703Z Sep 16 23:25:19.772 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120422026-09-16T23:25:34.703Z Sep 16 23:25:19.814 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120432026-09-16T23:25:34.703Z Sep 16 23:25:19.820 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120442026-09-16T23:25:34.703Z Sep 16 23:25:19.858 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120452026-09-16T23:25:34.703Z Sep 16 23:25:19.864 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120462026-09-16T23:25:34.703Z Sep 16 23:25:19.866 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120472026-09-16T23:25:34.703Z Sep 16 23:25:19.904 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120482026-09-16T23:25:34.703Z Sep 16 23:25:19.910 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120492026-09-16T23:25:34.703Z Sep 16 23:25:19.912 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120502026-09-16T23:25:34.704Z Sep 16 23:25:19.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120512026-09-16T23:25:34.704Z Sep 16 23:25:19.956 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120522026-09-16T23:25:34.704Z Sep 16 23:25:19.956 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120532026-09-16T23:25:34.704Z Sep 16 23:25:19.956 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120542026-09-16T23:25:34.704Z Sep 16 23:25:19.994 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120552026-09-16T23:25:34.704Z Sep 16 23:25:20.000 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120562026-09-16T23:25:34.704Z Sep 16 23:25:20.038 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120572026-09-16T23:25:34.704Z Sep 16 23:25:20.044 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120582026-09-16T23:25:34.704Z Sep 16 23:25:20.045 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120592026-09-16T23:25:34.704Z Sep 16 23:25:20.052 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120602026-09-16T23:25:34.704Z Sep 16 23:25:20.059 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120612026-09-16T23:25:34.704Z Sep 16 23:25:20.059 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120622026-09-16T23:25:34.704Z Sep 16 23:25:20.074 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120632026-09-16T23:25:34.704Z Sep 16 23:25:20.081 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120642026-09-16T23:25:34.704Z Sep 16 23:25:20.125 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120652026-09-16T23:25:34.704Z Sep 16 23:25:20.125 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120662026-09-16T23:25:34.704Z Sep 16 23:25:20.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120672026-09-16T23:25:34.709Z Sep 16 23:25:20.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120682026-09-16T23:25:34.709Z Sep 16 23:25:20.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120692026-09-16T23:25:34.709Z Sep 16 23:25:20.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120702026-09-16T23:25:34.709Z Sep 16 23:25:20.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120712026-09-16T23:25:34.709Z Sep 16 23:25:20.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120722026-09-16T23:25:34.709Z Sep 16 23:25:20.292 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120732026-09-16T23:25:34.709Z Sep 16 23:25:20.292 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120742026-09-16T23:25:34.709Z Sep 16 23:25:20.330 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120752026-09-16T23:25:34.709Z Sep 16 23:25:20.330 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120762026-09-16T23:25:34.709Z Sep 16 23:25:20.368 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120772026-09-16T23:25:34.710Z Sep 16 23:25:20.369 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120782026-09-16T23:25:34.710Z Sep 16 23:25:20.406 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120792026-09-16T23:25:34.710Z Sep 16 23:25:20.406 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120802026-09-16T23:25:34.710Z Sep 16 23:25:20.413 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120812026-09-16T23:25:34.710Z Sep 16 23:25:20.413 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120822026-09-16T23:25:34.710Z Sep 16 23:25:20.419 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120832026-09-16T23:25:34.710Z Sep 16 23:25:20.419 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120842026-09-16T23:25:34.710Z Sep 16 23:25:20.425 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120852026-09-16T23:25:34.710Z Sep 16 23:25:20.425 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120862026-09-16T23:25:34.710Z Sep 16 23:25:20.431 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120872026-09-16T23:25:34.710Z Sep 16 23:25:20.432 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120882026-09-16T23:25:34.710Z Sep 16 23:25:20.437 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120892026-09-16T23:25:34.710Z Sep 16 23:25:20.438 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120902026-09-16T23:25:34.710Z Sep 16 23:25:20.444 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120912026-09-16T23:25:34.710Z Sep 16 23:25:20.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120922026-09-16T23:25:34.711Z Sep 16 23:25:20.450 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120932026-09-16T23:25:34.711Z Sep 16 23:25:20.450 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120942026-09-16T23:25:34.711Z Sep 16 23:25:20.456 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120952026-09-16T23:25:34.711Z Sep 16 23:25:20.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120962026-09-16T23:25:34.711Z Sep 16 23:25:20.459 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120972026-09-16T23:25:34.711Z Sep 16 23:25:20.459 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
120982026-09-16T23:25:34.711Z Sep 16 23:25:20.464 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
120992026-09-16T23:25:34.711Z Sep 16 23:25:20.502 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121002026-09-16T23:25:34.711Z Sep 16 23:25:20.508 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121012026-09-16T23:25:34.711Z Sep 16 23:25:20.510 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121022026-09-16T23:25:34.711Z Sep 16 23:25:20.547 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121032026-09-16T23:25:34.711Z Sep 16 23:25:20.553 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121042026-09-16T23:25:34.711Z Sep 16 23:25:20.592 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121052026-09-16T23:25:34.711Z Sep 16 23:25:20.598 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121062026-09-16T23:25:34.711Z Sep 16 23:25:20.636 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121072026-09-16T23:25:34.711Z Sep 16 23:25:20.642 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121082026-09-16T23:25:34.711Z Sep 16 23:25:20.643 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121092026-09-16T23:25:34.711Z Sep 16 23:25:20.643 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121102026-09-16T23:25:34.711Z Sep 16 23:25:20.643 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121112026-09-16T23:25:34.711Z Sep 16 23:25:20.650 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121122026-09-16T23:25:34.711Z Sep 16 23:25:20.710 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121132026-09-16T23:25:34.711Z Sep 16 23:25:20.710 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121142026-09-16T23:25:34.711Z Sep 16 23:25:20.748 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121152026-09-16T23:25:34.711Z Sep 16 23:25:20.748 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121162026-09-16T23:25:34.711Z Sep 16 23:25:20.786 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121172026-09-16T23:25:34.711Z Sep 16 23:25:20.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121182026-09-16T23:25:34.711Z Sep 16 23:25:20.824 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121192026-09-16T23:25:34.712Z Sep 16 23:25:20.824 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121202026-09-16T23:25:34.712Z Sep 16 23:25:20.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121212026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121222026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121232026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121242026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121252026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121262026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121272026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121282026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121292026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121302026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121312026-09-16T23:25:34.712Z Sep 16 23:25:20.825 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121322026-09-16T23:25:34.712Z Sep 16 23:25:20.832 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121332026-09-16T23:25:34.712Z Sep 16 23:25:20.832 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121342026-09-16T23:25:34.712Z Sep 16 23:25:20.838 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121352026-09-16T23:25:34.712Z Sep 16 23:25:20.838 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121362026-09-16T23:25:34.712Z Sep 16 23:25:20.844 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121372026-09-16T23:25:34.712Z Sep 16 23:25:20.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121382026-09-16T23:25:34.712Z Sep 16 23:25:20.850 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121392026-09-16T23:25:34.712Z Sep 16 23:25:20.850 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121402026-09-16T23:25:34.712Z Sep 16 23:25:20.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121412026-09-16T23:25:34.712Z Sep 16 23:25:20.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121422026-09-16T23:25:34.712Z Sep 16 23:25:20.930 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121432026-09-16T23:25:34.712Z Sep 16 23:25:20.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121442026-09-16T23:25:34.712Z Sep 16 23:25:20.974 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121452026-09-16T23:25:34.712Z Sep 16 23:25:20.976 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121462026-09-16T23:25:34.712Z Sep 16 23:25:21.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121472026-09-16T23:25:34.712Z Sep 16 23:25:21.020 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121482026-09-16T23:25:34.712Z Sep 16 23:25:21.058 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121492026-09-16T23:25:34.712Z Sep 16 23:25:21.064 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121502026-09-16T23:25:34.712Z Sep 16 23:25:21.102 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121512026-09-16T23:25:34.712Z Sep 16 23:25:21.108 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121522026-09-16T23:25:34.712Z Sep 16 23:25:21.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121532026-09-16T23:25:34.712Z Sep 16 23:25:21.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121542026-09-16T23:25:34.712Z Sep 16 23:25:21.109 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121552026-09-16T23:25:34.712Z Sep 16 23:25:21.116 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121562026-09-16T23:25:34.713Z Sep 16 23:25:21.176 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121572026-09-16T23:25:34.713Z Sep 16 23:25:21.176 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121582026-09-16T23:25:34.713Z Sep 16 23:25:21.214 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121592026-09-16T23:25:34.713Z Sep 16 23:25:21.214 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121602026-09-16T23:25:34.713Z Sep 16 23:25:21.252 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121612026-09-16T23:25:34.713Z Sep 16 23:25:21.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121622026-09-16T23:25:34.713Z Sep 16 23:25:21.290 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121632026-09-16T23:25:34.713Z Sep 16 23:25:21.290 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121642026-09-16T23:25:34.713Z Sep 16 23:25:21.296 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121652026-09-16T23:25:34.713Z Sep 16 23:25:21.297 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121662026-09-16T23:25:34.713Z Sep 16 23:25:21.303 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121672026-09-16T23:25:34.717Z Sep 16 23:25:21.303 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121682026-09-16T23:25:34.717Z Sep 16 23:25:21.309 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121692026-09-16T23:25:34.717Z Sep 16 23:25:21.309 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121702026-09-16T23:25:34.717Z Sep 16 23:25:21.315 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121712026-09-16T23:25:34.717Z Sep 16 23:25:21.315 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121722026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121732026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121742026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121752026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121762026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121772026-09-16T23:25:34.717Z Sep 16 23:25:21.315 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121782026-09-16T23:25:34.718Z Sep 16 23:25:21.315 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121792026-09-16T23:25:34.718Z Sep 16 23:25:21.315 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
121802026-09-16T23:25:34.718Z Sep 16 23:25:21.319 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121812026-09-16T23:25:34.718Z Sep 16 23:25:21.319 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121822026-09-16T23:25:34.718Z Sep 16 23:25:21.324 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121832026-09-16T23:25:34.718Z Sep 16 23:25:21.324 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121842026-09-16T23:25:34.718Z Sep 16 23:25:21.325 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121852026-09-16T23:25:34.718Z Sep 16 23:25:21.363 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121862026-09-16T23:25:34.718Z Sep 16 23:25:21.369 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121872026-09-16T23:25:34.718Z Sep 16 23:25:21.371 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121882026-09-16T23:25:34.718Z Sep 16 23:25:21.409 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121892026-09-16T23:25:34.718Z Sep 16 23:25:21.415 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121902026-09-16T23:25:34.718Z Sep 16 23:25:21.457 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121912026-09-16T23:25:34.718Z Sep 16 23:25:21.463 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121922026-09-16T23:25:34.718Z Sep 16 23:25:21.501 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121932026-09-16T23:25:34.718Z Sep 16 23:25:21.508 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
121942026-09-16T23:25:34.718Z Sep 16 23:25:21.510 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121952026-09-16T23:25:34.719Z Sep 16 23:25:21.547 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121962026-09-16T23:25:34.719Z Sep 16 23:25:21.553 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121972026-09-16T23:25:34.719Z Sep 16 23:25:21.555 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121982026-09-16T23:25:34.719Z Sep 16 23:25:21.593 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
121992026-09-16T23:25:34.719Z Sep 16 23:25:21.599 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122002026-09-16T23:25:34.719Z Sep 16 23:25:21.600 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122012026-09-16T23:25:34.719Z Sep 16 23:25:21.600 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122022026-09-16T23:25:34.719Z Sep 16 23:25:21.638 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122032026-09-16T23:25:34.719Z Sep 16 23:25:21.644 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122042026-09-16T23:25:34.719Z Sep 16 23:25:21.682 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122052026-09-16T23:25:34.719Z Sep 16 23:25:21.688 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122062026-09-16T23:25:34.719Z Sep 16 23:25:21.689 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122072026-09-16T23:25:34.719Z Sep 16 23:25:21.696 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122082026-09-16T23:25:34.719Z Sep 16 23:25:21.703 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122092026-09-16T23:25:34.719Z Sep 16 23:25:21.703 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122102026-09-16T23:25:34.719Z Sep 16 23:25:21.718 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122112026-09-16T23:25:34.719Z Sep 16 23:25:21.725 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122122026-09-16T23:25:34.719Z Sep 16 23:25:21.770 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122132026-09-16T23:25:34.719Z Sep 16 23:25:21.770 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122142026-09-16T23:25:34.719Z Sep 16 23:25:21.808 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122152026-09-16T23:25:34.719Z Sep 16 23:25:21.808 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122162026-09-16T23:25:34.719Z Sep 16 23:25:21.861 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122172026-09-16T23:25:34.719Z Sep 16 23:25:21.861 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122182026-09-16T23:25:34.719Z Sep 16 23:25:21.899 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122192026-09-16T23:25:34.719Z Sep 16 23:25:21.899 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122202026-09-16T23:25:34.719Z Sep 16 23:25:21.937 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122212026-09-16T23:25:34.719Z Sep 16 23:25:21.937 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122222026-09-16T23:25:34.719Z Sep 16 23:25:21.975 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122232026-09-16T23:25:34.719Z Sep 16 23:25:21.975 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122242026-09-16T23:25:34.719Z Sep 16 23:25:22.013 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122252026-09-16T23:25:34.719Z Sep 16 23:25:22.013 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122262026-09-16T23:25:34.719Z Sep 16 23:25:22.051 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122272026-09-16T23:25:34.719Z Sep 16 23:25:22.051 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122282026-09-16T23:25:34.719Z Sep 16 23:25:22.057 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122292026-09-16T23:25:34.719Z Sep 16 23:25:22.058 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122302026-09-16T23:25:34.719Z Sep 16 23:25:22.064 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122312026-09-16T23:25:34.719Z Sep 16 23:25:22.064 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122322026-09-16T23:25:34.719Z Sep 16 23:25:22.070 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122332026-09-16T23:25:34.719Z Sep 16 23:25:22.070 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122342026-09-16T23:25:34.720Z Sep 16 23:25:22.076 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122352026-09-16T23:25:34.721Z Sep 16 23:25:22.076 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122362026-09-16T23:25:34.721Z Sep 16 23:25:22.082 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122372026-09-16T23:25:34.721Z Sep 16 23:25:22.082 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122382026-09-16T23:25:34.721Z Sep 16 23:25:22.088 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122392026-09-16T23:25:34.721Z Sep 16 23:25:22.088 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122402026-09-16T23:25:34.721Z Sep 16 23:25:22.095 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122412026-09-16T23:25:34.721Z Sep 16 23:25:22.095 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122422026-09-16T23:25:34.721Z Sep 16 23:25:22.101 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122432026-09-16T23:25:34.721Z Sep 16 23:25:22.101 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122442026-09-16T23:25:34.721Z Sep 16 23:25:22.103 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122452026-09-16T23:25:34.721Z Sep 16 23:25:22.104 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122462026-09-16T23:25:34.721Z Sep 16 23:25:22.109 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122472026-09-16T23:25:34.721Z Sep 16 23:25:22.146 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122482026-09-16T23:25:34.721Z Sep 16 23:25:22.152 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122492026-09-16T23:25:34.721Z Sep 16 23:25:22.154 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122502026-09-16T23:25:34.721Z Sep 16 23:25:22.192 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122512026-09-16T23:25:34.721Z Sep 16 23:25:22.198 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122522026-09-16T23:25:34.721Z Sep 16 23:25:22.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122532026-09-16T23:25:34.721Z Sep 16 23:25:22.243 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122542026-09-16T23:25:34.721Z Sep 16 23:25:22.281 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122552026-09-16T23:25:34.721Z Sep 16 23:25:22.287 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122562026-09-16T23:25:34.721Z Sep 16 23:25:22.288 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122572026-09-16T23:25:34.721Z Sep 16 23:25:22.288 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122582026-09-16T23:25:34.721Z Sep 16 23:25:22.288 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122592026-09-16T23:25:34.721Z Sep 16 23:25:22.295 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122602026-09-16T23:25:34.721Z Sep 16 23:25:22.355 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122612026-09-16T23:25:34.721Z Sep 16 23:25:22.355 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122622026-09-16T23:25:34.721Z Sep 16 23:25:22.393 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122632026-09-16T23:25:34.721Z Sep 16 23:25:22.393 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122642026-09-16T23:25:34.721Z Sep 16 23:25:22.394 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122652026-09-16T23:25:34.721Z Sep 16 23:25:22.394 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122662026-09-16T23:25:34.721Z Sep 16 23:25:22.394 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122672026-09-16T23:25:34.726Z Sep 16 23:25:22.394 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122682026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122692026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122702026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122712026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122722026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122732026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122742026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122752026-09-16T23:25:34.726Z Sep 16 23:25:22.395 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
122762026-09-16T23:25:34.726Z Sep 16 23:25:22.432 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122772026-09-16T23:25:34.726Z Sep 16 23:25:22.432 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122782026-09-16T23:25:34.726Z Sep 16 23:25:22.470 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122792026-09-16T23:25:34.726Z Sep 16 23:25:22.470 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122802026-09-16T23:25:34.726Z Sep 16 23:25:22.477 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122812026-09-16T23:25:34.726Z Sep 16 23:25:22.477 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122822026-09-16T23:25:34.726Z Sep 16 23:25:22.483 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122832026-09-16T23:25:34.726Z Sep 16 23:25:22.483 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122842026-09-16T23:25:34.726Z Sep 16 23:25:22.489 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122852026-09-16T23:25:34.726Z Sep 16 23:25:22.489 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122862026-09-16T23:25:34.726Z Sep 16 23:25:22.495 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122872026-09-16T23:25:34.726Z Sep 16 23:25:22.495 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122882026-09-16T23:25:34.726Z Sep 16 23:25:22.569 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122892026-09-16T23:25:34.726Z Sep 16 23:25:22.569 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122902026-09-16T23:25:34.726Z Sep 16 23:25:22.574 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122912026-09-16T23:25:34.727Z Sep 16 23:25:22.612 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122922026-09-16T23:25:34.727Z Sep 16 23:25:22.618 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122932026-09-16T23:25:34.727Z Sep 16 23:25:22.620 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122942026-09-16T23:25:34.727Z Sep 16 23:25:22.658 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122952026-09-16T23:25:34.727Z Sep 16 23:25:22.664 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
122962026-09-16T23:25:34.727Z Sep 16 23:25:22.702 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122972026-09-16T23:25:34.727Z Sep 16 23:25:22.708 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122982026-09-16T23:25:34.727Z Sep 16 23:25:22.746 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
122992026-09-16T23:25:34.727Z Sep 16 23:25:22.752 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123002026-09-16T23:25:34.727Z Sep 16 23:25:22.753 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123012026-09-16T23:25:34.727Z Sep 16 23:25:22.753 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123022026-09-16T23:25:34.727Z Sep 16 23:25:22.753 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123032026-09-16T23:25:34.727Z Sep 16 23:25:22.760 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123042026-09-16T23:25:34.727Z Sep 16 23:25:22.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123052026-09-16T23:25:34.727Z Sep 16 23:25:22.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123062026-09-16T23:25:34.727Z Sep 16 23:25:22.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123072026-09-16T23:25:34.727Z Sep 16 23:25:22.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123082026-09-16T23:25:34.727Z Sep 16 23:25:22.896 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123092026-09-16T23:25:34.727Z Sep 16 23:25:22.896 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123102026-09-16T23:25:34.727Z Sep 16 23:25:22.934 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123112026-09-16T23:25:34.727Z Sep 16 23:25:22.934 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123122026-09-16T23:25:34.727Z Sep 16 23:25:22.940 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123132026-09-16T23:25:34.727Z Sep 16 23:25:22.940 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123142026-09-16T23:25:34.727Z Sep 16 23:25:22.947 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123152026-09-16T23:25:34.727Z Sep 16 23:25:22.947 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123162026-09-16T23:25:34.727Z Sep 16 23:25:22.953 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123172026-09-16T23:25:34.727Z Sep 16 23:25:22.953 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123182026-09-16T23:25:34.727Z Sep 16 23:25:22.959 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123192026-09-16T23:25:34.727Z Sep 16 23:25:22.959 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123202026-09-16T23:25:34.727Z Sep 16 23:25:22.959 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123212026-09-16T23:25:34.727Z Sep 16 23:25:22.959 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123222026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123232026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123242026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123252026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123262026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123272026-09-16T23:25:34.728Z Sep 16 23:25:22.959 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
123282026-09-16T23:25:34.728Z Sep 16 23:25:22.962 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123292026-09-16T23:25:34.728Z Sep 16 23:25:22.962 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123302026-09-16T23:25:34.728Z Sep 16 23:25:22.967 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123312026-09-16T23:25:34.728Z Sep 16 23:25:22.967 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123322026-09-16T23:25:34.728Z Sep 16 23:25:22.969 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123332026-09-16T23:25:34.728Z Sep 16 23:25:23.007 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123342026-09-16T23:25:34.728Z Sep 16 23:25:23.013 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123352026-09-16T23:25:34.728Z Sep 16 23:25:23.015 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123362026-09-16T23:25:34.728Z Sep 16 23:25:23.053 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123372026-09-16T23:25:34.728Z Sep 16 23:25:23.059 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123382026-09-16T23:25:34.728Z Sep 16 23:25:23.101 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123392026-09-16T23:25:34.728Z Sep 16 23:25:23.107 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123402026-09-16T23:25:34.728Z Sep 16 23:25:23.145 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123412026-09-16T23:25:34.728Z Sep 16 23:25:23.151 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123422026-09-16T23:25:34.728Z Sep 16 23:25:23.153 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123432026-09-16T23:25:34.728Z Sep 16 23:25:23.191 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123442026-09-16T23:25:34.728Z Sep 16 23:25:23.197 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123452026-09-16T23:25:34.728Z Sep 16 23:25:23.199 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123462026-09-16T23:25:34.728Z Sep 16 23:25:23.237 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123472026-09-16T23:25:34.729Z Sep 16 23:25:23.243 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123482026-09-16T23:25:34.729Z Sep 16 23:25:23.243 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123492026-09-16T23:25:34.729Z Sep 16 23:25:23.243 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123502026-09-16T23:25:34.729Z Sep 16 23:25:23.281 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123512026-09-16T23:25:34.729Z Sep 16 23:25:23.287 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123522026-09-16T23:25:34.729Z Sep 16 23:25:23.326 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123532026-09-16T23:25:34.729Z Sep 16 23:25:23.332 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123542026-09-16T23:25:34.729Z Sep 16 23:25:23.333 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123552026-09-16T23:25:34.729Z Sep 16 23:25:23.340 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123562026-09-16T23:25:34.729Z Sep 16 23:25:23.347 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123572026-09-16T23:25:34.729Z Sep 16 23:25:23.347 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123582026-09-16T23:25:34.729Z Sep 16 23:25:23.362 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123592026-09-16T23:25:34.729Z Sep 16 23:25:23.369 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123602026-09-16T23:25:34.729Z Sep 16 23:25:23.414 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123612026-09-16T23:25:34.729Z Sep 16 23:25:23.414 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123622026-09-16T23:25:34.729Z Sep 16 23:25:23.452 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123632026-09-16T23:25:34.729Z Sep 16 23:25:23.452 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123642026-09-16T23:25:34.729Z Sep 16 23:25:23.505 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123652026-09-16T23:25:34.729Z Sep 16 23:25:23.505 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123662026-09-16T23:25:34.729Z Sep 16 23:25:23.543 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123672026-09-16T23:25:34.734Z Sep 16 23:25:23.543 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123682026-09-16T23:25:34.734Z Sep 16 23:25:23.581 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123692026-09-16T23:25:34.734Z Sep 16 23:25:23.581 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123702026-09-16T23:25:34.734Z Sep 16 23:25:23.619 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123712026-09-16T23:25:34.734Z Sep 16 23:25:23.619 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123722026-09-16T23:25:34.734Z Sep 16 23:25:23.657 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123732026-09-16T23:25:34.734Z Sep 16 23:25:23.657 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123742026-09-16T23:25:34.734Z Sep 16 23:25:23.695 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123752026-09-16T23:25:34.734Z Sep 16 23:25:23.695 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123762026-09-16T23:25:34.734Z Sep 16 23:25:23.701 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123772026-09-16T23:25:34.734Z Sep 16 23:25:23.701 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123782026-09-16T23:25:34.734Z Sep 16 23:25:23.707 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123792026-09-16T23:25:34.734Z Sep 16 23:25:23.707 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123802026-09-16T23:25:34.734Z Sep 16 23:25:23.714 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123812026-09-16T23:25:34.734Z Sep 16 23:25:23.714 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123822026-09-16T23:25:34.734Z Sep 16 23:25:23.720 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123832026-09-16T23:25:34.734Z Sep 16 23:25:23.720 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123842026-09-16T23:25:34.734Z Sep 16 23:25:23.726 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123852026-09-16T23:25:34.734Z Sep 16 23:25:23.726 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123862026-09-16T23:25:34.734Z Sep 16 23:25:23.732 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123872026-09-16T23:25:34.734Z Sep 16 23:25:23.732 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123882026-09-16T23:25:34.734Z Sep 16 23:25:23.739 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123892026-09-16T23:25:34.734Z Sep 16 23:25:23.739 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123902026-09-16T23:25:34.734Z Sep 16 23:25:23.745 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123912026-09-16T23:25:34.734Z Sep 16 23:25:23.745 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123922026-09-16T23:25:34.734Z Sep 16 23:25:23.747 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123932026-09-16T23:25:34.734Z Sep 16 23:25:23.747 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
123942026-09-16T23:25:34.734Z Sep 16 23:25:23.752 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123952026-09-16T23:25:34.734Z Sep 16 23:25:23.790 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123962026-09-16T23:25:34.734Z Sep 16 23:25:23.796 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123972026-09-16T23:25:34.734Z Sep 16 23:25:23.798 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123982026-09-16T23:25:34.734Z Sep 16 23:25:23.836 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
123992026-09-16T23:25:34.734Z Sep 16 23:25:23.842 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124002026-09-16T23:25:34.734Z Sep 16 23:25:23.881 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124012026-09-16T23:25:34.734Z Sep 16 23:25:23.887 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124022026-09-16T23:25:34.734Z Sep 16 23:25:23.925 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124032026-09-16T23:25:34.734Z Sep 16 23:25:23.931 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124042026-09-16T23:25:34.735Z Sep 16 23:25:23.932 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124052026-09-16T23:25:34.735Z Sep 16 23:25:23.932 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124062026-09-16T23:25:34.735Z Sep 16 23:25:23.932 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124072026-09-16T23:25:34.735Z Sep 16 23:25:23.939 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124082026-09-16T23:25:34.735Z Sep 16 23:25:23.998 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124092026-09-16T23:25:34.735Z Sep 16 23:25:23.998 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124102026-09-16T23:25:34.735Z Sep 16 23:25:24.036 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124112026-09-16T23:25:34.735Z Sep 16 23:25:24.036 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124122026-09-16T23:25:34.735Z Sep 16 23:25:24.037 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124132026-09-16T23:25:34.735Z Sep 16 23:25:24.037 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124142026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124152026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124162026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124172026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124182026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124192026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124202026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124212026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124222026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124232026-09-16T23:25:34.735Z Sep 16 23:25:24.038 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124242026-09-16T23:25:34.735Z Sep 16 23:25:24.076 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124252026-09-16T23:25:34.735Z Sep 16 23:25:24.076 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124262026-09-16T23:25:34.735Z Sep 16 23:25:24.114 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124272026-09-16T23:25:34.735Z Sep 16 23:25:24.114 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124282026-09-16T23:25:34.735Z Sep 16 23:25:24.120 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124292026-09-16T23:25:34.735Z Sep 16 23:25:24.120 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124302026-09-16T23:25:34.735Z Sep 16 23:25:24.126 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124312026-09-16T23:25:34.735Z Sep 16 23:25:24.126 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124322026-09-16T23:25:34.735Z Sep 16 23:25:24.132 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124332026-09-16T23:25:34.735Z Sep 16 23:25:24.132 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124342026-09-16T23:25:34.735Z Sep 16 23:25:24.138 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124352026-09-16T23:25:34.735Z Sep 16 23:25:24.138 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124362026-09-16T23:25:34.735Z Sep 16 23:25:24.212 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124372026-09-16T23:25:34.735Z Sep 16 23:25:24.212 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124382026-09-16T23:25:34.735Z Sep 16 23:25:24.217 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124392026-09-16T23:25:34.735Z Sep 16 23:25:24.255 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124402026-09-16T23:25:34.735Z Sep 16 23:25:24.261 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124412026-09-16T23:25:34.735Z Sep 16 23:25:24.263 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124422026-09-16T23:25:34.735Z Sep 16 23:25:24.300 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124432026-09-16T23:25:34.736Z Sep 16 23:25:24.306 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124442026-09-16T23:25:34.736Z Sep 16 23:25:24.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124452026-09-16T23:25:34.736Z Sep 16 23:25:24.351 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124462026-09-16T23:25:34.736Z Sep 16 23:25:24.389 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124472026-09-16T23:25:34.736Z Sep 16 23:25:24.395 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124482026-09-16T23:25:34.736Z Sep 16 23:25:24.395 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124492026-09-16T23:25:34.736Z Sep 16 23:25:24.396 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124502026-09-16T23:25:34.736Z Sep 16 23:25:24.396 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124512026-09-16T23:25:34.736Z Sep 16 23:25:24.403 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124522026-09-16T23:25:34.736Z Sep 16 23:25:24.462 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124532026-09-16T23:25:34.736Z Sep 16 23:25:24.462 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124542026-09-16T23:25:34.736Z Sep 16 23:25:24.500 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124552026-09-16T23:25:34.736Z Sep 16 23:25:24.500 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124562026-09-16T23:25:34.736Z Sep 16 23:25:24.538 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124572026-09-16T23:25:34.736Z Sep 16 23:25:24.538 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124582026-09-16T23:25:34.736Z Sep 16 23:25:24.576 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124592026-09-16T23:25:34.736Z Sep 16 23:25:24.576 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124602026-09-16T23:25:34.736Z Sep 16 23:25:24.582 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124612026-09-16T23:25:34.736Z Sep 16 23:25:24.582 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124622026-09-16T23:25:34.736Z Sep 16 23:25:24.588 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124632026-09-16T23:25:34.736Z Sep 16 23:25:24.589 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124642026-09-16T23:25:34.736Z Sep 16 23:25:24.595 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124652026-09-16T23:25:34.736Z Sep 16 23:25:24.595 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124662026-09-16T23:25:34.736Z Sep 16 23:25:24.601 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124672026-09-16T23:25:34.741Z Sep 16 23:25:24.601 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124682026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124692026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124702026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124712026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124722026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124732026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124742026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124752026-09-16T23:25:34.741Z Sep 16 23:25:24.601 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
124762026-09-16T23:25:34.741Z Sep 16 23:25:24.604 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124772026-09-16T23:25:34.741Z Sep 16 23:25:24.604 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124782026-09-16T23:25:34.741Z Sep 16 23:25:24.609 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124792026-09-16T23:25:34.741Z Sep 16 23:25:24.609 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124802026-09-16T23:25:34.741Z Sep 16 23:25:24.611 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124812026-09-16T23:25:34.741Z Sep 16 23:25:24.648 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124822026-09-16T23:25:34.741Z Sep 16 23:25:24.654 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124832026-09-16T23:25:34.741Z Sep 16 23:25:24.657 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124842026-09-16T23:25:34.741Z Sep 16 23:25:24.694 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124852026-09-16T23:25:34.741Z Sep 16 23:25:24.700 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124862026-09-16T23:25:34.741Z Sep 16 23:25:24.742 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124872026-09-16T23:25:34.741Z Sep 16 23:25:24.748 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124882026-09-16T23:25:34.741Z Sep 16 23:25:24.786 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124892026-09-16T23:25:34.741Z Sep 16 23:25:24.792 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124902026-09-16T23:25:34.741Z Sep 16 23:25:24.794 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124912026-09-16T23:25:34.741Z Sep 16 23:25:24.832 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124922026-09-16T23:25:34.741Z Sep 16 23:25:24.838 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124932026-09-16T23:25:34.741Z Sep 16 23:25:24.840 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124942026-09-16T23:25:34.741Z Sep 16 23:25:24.878 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124952026-09-16T23:25:34.741Z Sep 16 23:25:24.884 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124962026-09-16T23:25:34.741Z Sep 16 23:25:24.884 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124972026-09-16T23:25:34.741Z Sep 16 23:25:24.884 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
124982026-09-16T23:25:34.741Z Sep 16 23:25:24.922 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
124992026-09-16T23:25:34.741Z Sep 16 23:25:24.928 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125002026-09-16T23:25:34.741Z Sep 16 23:25:24.966 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125012026-09-16T23:25:34.742Z Sep 16 23:25:24.972 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125022026-09-16T23:25:34.742Z Sep 16 23:25:24.973 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125032026-09-16T23:25:34.742Z Sep 16 23:25:24.980 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125042026-09-16T23:25:34.742Z Sep 16 23:25:24.987 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125052026-09-16T23:25:34.742Z Sep 16 23:25:24.987 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125062026-09-16T23:25:34.742Z Sep 16 23:25:25.002 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125072026-09-16T23:25:34.742Z Sep 16 23:25:25.009 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125082026-09-16T23:25:34.742Z Sep 16 23:25:25.053 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125092026-09-16T23:25:34.742Z Sep 16 23:25:25.053 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125102026-09-16T23:25:34.742Z Sep 16 23:25:25.091 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125112026-09-16T23:25:34.742Z Sep 16 23:25:25.091 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125122026-09-16T23:25:34.742Z Sep 16 23:25:25.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125132026-09-16T23:25:34.742Z Sep 16 23:25:25.144 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125142026-09-16T23:25:34.742Z Sep 16 23:25:25.182 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125152026-09-16T23:25:34.742Z Sep 16 23:25:25.182 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125162026-09-16T23:25:34.742Z Sep 16 23:25:25.220 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125172026-09-16T23:25:34.742Z Sep 16 23:25:25.220 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125182026-09-16T23:25:34.742Z Sep 16 23:25:25.258 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125192026-09-16T23:25:34.742Z Sep 16 23:25:25.258 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125202026-09-16T23:25:34.742Z Sep 16 23:25:25.296 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125212026-09-16T23:25:34.742Z Sep 16 23:25:25.296 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125222026-09-16T23:25:34.742Z Sep 16 23:25:25.334 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125232026-09-16T23:25:34.742Z Sep 16 23:25:25.334 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125242026-09-16T23:25:34.742Z Sep 16 23:25:25.340 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125252026-09-16T23:25:34.742Z Sep 16 23:25:25.340 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125262026-09-16T23:25:34.742Z Sep 16 23:25:25.346 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125272026-09-16T23:25:34.742Z Sep 16 23:25:25.346 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125282026-09-16T23:25:34.742Z Sep 16 23:25:25.352 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125292026-09-16T23:25:34.742Z Sep 16 23:25:25.352 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125302026-09-16T23:25:34.742Z Sep 16 23:25:25.358 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125312026-09-16T23:25:34.742Z Sep 16 23:25:25.358 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125322026-09-16T23:25:34.742Z Sep 16 23:25:25.364 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125332026-09-16T23:25:34.742Z Sep 16 23:25:25.364 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125342026-09-16T23:25:34.742Z Sep 16 23:25:25.370 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125352026-09-16T23:25:34.742Z Sep 16 23:25:25.370 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125362026-09-16T23:25:34.742Z Sep 16 23:25:25.377 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125372026-09-16T23:25:34.742Z Sep 16 23:25:25.377 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125382026-09-16T23:25:34.743Z Sep 16 23:25:25.383 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125392026-09-16T23:25:34.743Z Sep 16 23:25:25.383 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125402026-09-16T23:25:34.743Z Sep 16 23:25:25.385 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125412026-09-16T23:25:34.743Z Sep 16 23:25:25.385 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125422026-09-16T23:25:34.743Z Sep 16 23:25:25.390 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125432026-09-16T23:25:34.743Z Sep 16 23:25:25.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125442026-09-16T23:25:34.743Z Sep 16 23:25:25.434 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125452026-09-16T23:25:34.743Z Sep 16 23:25:25.436 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125462026-09-16T23:25:34.743Z Sep 16 23:25:25.474 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125472026-09-16T23:25:34.743Z Sep 16 23:25:25.480 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125482026-09-16T23:25:34.743Z Sep 16 23:25:25.518 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125492026-09-16T23:25:34.743Z Sep 16 23:25:25.524 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125502026-09-16T23:25:34.743Z Sep 16 23:25:25.562 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125512026-09-16T23:25:34.743Z Sep 16 23:25:25.568 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125522026-09-16T23:25:34.743Z Sep 16 23:25:25.569 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125532026-09-16T23:25:34.743Z Sep 16 23:25:25.569 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125542026-09-16T23:25:34.743Z Sep 16 23:25:25.569 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125552026-09-16T23:25:34.743Z Sep 16 23:25:25.576 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125562026-09-16T23:25:34.743Z Sep 16 23:25:25.635 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125572026-09-16T23:25:34.744Z Sep 16 23:25:25.635 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125582026-09-16T23:25:34.744Z Sep 16 23:25:25.673 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125592026-09-16T23:25:34.744Z Sep 16 23:25:25.673 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125602026-09-16T23:25:34.744Z Sep 16 23:25:25.711 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125612026-09-16T23:25:34.744Z Sep 16 23:25:25.711 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125622026-09-16T23:25:34.744Z Sep 16 23:25:25.749 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125632026-09-16T23:25:34.744Z Sep 16 23:25:25.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125642026-09-16T23:25:34.744Z Sep 16 23:25:25.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125652026-09-16T23:25:34.744Z Sep 16 23:25:25.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125662026-09-16T23:25:34.744Z Sep 16 23:25:25.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125672026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125682026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125692026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125702026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125712026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125722026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125732026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125742026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125752026-09-16T23:25:34.750Z Sep 16 23:25:25.750 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
125762026-09-16T23:25:34.750Z Sep 16 23:25:25.756 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125772026-09-16T23:25:34.750Z Sep 16 23:25:25.756 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125782026-09-16T23:25:34.750Z Sep 16 23:25:25.762 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125792026-09-16T23:25:34.750Z Sep 16 23:25:25.762 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125802026-09-16T23:25:34.751Z Sep 16 23:25:25.768 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125812026-09-16T23:25:34.751Z Sep 16 23:25:25.769 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125822026-09-16T23:25:34.751Z Sep 16 23:25:25.774 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125832026-09-16T23:25:34.751Z Sep 16 23:25:25.775 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125842026-09-16T23:25:34.751Z Sep 16 23:25:25.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125852026-09-16T23:25:34.751Z Sep 16 23:25:25.925 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125862026-09-16T23:25:34.751Z Sep 16 23:25:25.930 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125872026-09-16T23:25:34.751Z Sep 16 23:25:25.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125882026-09-16T23:25:34.751Z Sep 16 23:25:25.974 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125892026-09-16T23:25:34.751Z Sep 16 23:25:25.976 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125902026-09-16T23:25:34.751Z Sep 16 23:25:26.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125912026-09-16T23:25:34.751Z Sep 16 23:25:26.020 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125922026-09-16T23:25:34.751Z Sep 16 23:25:26.058 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125932026-09-16T23:25:34.751Z Sep 16 23:25:26.064 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125942026-09-16T23:25:34.751Z Sep 16 23:25:26.102 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125952026-09-16T23:25:34.751Z Sep 16 23:25:26.108 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125962026-09-16T23:25:34.751Z Sep 16 23:25:26.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125972026-09-16T23:25:34.751Z Sep 16 23:25:26.109 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
125982026-09-16T23:25:34.751Z Sep 16 23:25:26.109 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
125992026-09-16T23:25:34.751Z Sep 16 23:25:26.116 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126002026-09-16T23:25:34.751Z Sep 16 23:25:26.176 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126012026-09-16T23:25:34.751Z Sep 16 23:25:26.176 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126022026-09-16T23:25:34.751Z Sep 16 23:25:26.214 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126032026-09-16T23:25:34.751Z Sep 16 23:25:26.214 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126042026-09-16T23:25:34.751Z Sep 16 23:25:26.252 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126052026-09-16T23:25:34.751Z Sep 16 23:25:26.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126062026-09-16T23:25:34.751Z Sep 16 23:25:26.290 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126072026-09-16T23:25:34.751Z Sep 16 23:25:26.290 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126082026-09-16T23:25:34.752Z Sep 16 23:25:26.296 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126092026-09-16T23:25:34.752Z Sep 16 23:25:26.296 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126102026-09-16T23:25:34.752Z Sep 16 23:25:26.302 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126112026-09-16T23:25:34.752Z Sep 16 23:25:26.303 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126122026-09-16T23:25:34.752Z Sep 16 23:25:26.309 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126132026-09-16T23:25:34.752Z Sep 16 23:25:26.309 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126142026-09-16T23:25:34.752Z Sep 16 23:25:26.315 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126152026-09-16T23:25:34.752Z Sep 16 23:25:26.315 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126162026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126172026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126182026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126192026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126202026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126212026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126222026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126232026-09-16T23:25:34.752Z Sep 16 23:25:26.315 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
126242026-09-16T23:25:34.752Z Sep 16 23:25:26.319 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126252026-09-16T23:25:34.752Z Sep 16 23:25:26.319 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126262026-09-16T23:25:34.753Z Sep 16 23:25:26.323 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126272026-09-16T23:25:34.753Z Sep 16 23:25:26.324 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126282026-09-16T23:25:34.753Z Sep 16 23:25:26.325 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126292026-09-16T23:25:34.753Z Sep 16 23:25:26.363 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126302026-09-16T23:25:34.753Z Sep 16 23:25:26.369 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126312026-09-16T23:25:34.753Z Sep 16 23:25:26.371 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126322026-09-16T23:25:34.753Z Sep 16 23:25:26.409 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126332026-09-16T23:25:34.753Z Sep 16 23:25:26.415 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126342026-09-16T23:25:34.753Z Sep 16 23:25:26.457 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126352026-09-16T23:25:34.753Z Sep 16 23:25:26.463 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126362026-09-16T23:25:34.753Z Sep 16 23:25:26.501 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126372026-09-16T23:25:34.753Z Sep 16 23:25:26.507 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126382026-09-16T23:25:34.753Z Sep 16 23:25:26.509 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126392026-09-16T23:25:34.753Z Sep 16 23:25:26.546 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126402026-09-16T23:25:34.753Z Sep 16 23:25:26.552 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126412026-09-16T23:25:34.753Z Sep 16 23:25:26.555 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126422026-09-16T23:25:34.753Z Sep 16 23:25:26.592 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126432026-09-16T23:25:34.753Z Sep 16 23:25:26.598 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126442026-09-16T23:25:34.753Z Sep 16 23:25:26.599 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126452026-09-16T23:25:34.753Z Sep 16 23:25:26.599 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126462026-09-16T23:25:34.753Z Sep 16 23:25:26.637 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126472026-09-16T23:25:34.753Z Sep 16 23:25:26.643 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126482026-09-16T23:25:34.753Z Sep 16 23:25:26.681 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126492026-09-16T23:25:34.753Z Sep 16 23:25:26.687 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126502026-09-16T23:25:34.753Z Sep 16 23:25:26.688 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126512026-09-16T23:25:34.753Z Sep 16 23:25:26.695 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126522026-09-16T23:25:34.753Z Sep 16 23:25:26.702 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126532026-09-16T23:25:34.753Z Sep 16 23:25:26.702 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126542026-09-16T23:25:34.753Z Sep 16 23:25:26.716 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126552026-09-16T23:25:34.753Z Sep 16 23:25:26.723 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126562026-09-16T23:25:34.753Z Sep 16 23:25:26.768 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126572026-09-16T23:25:34.753Z Sep 16 23:25:26.768 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126582026-09-16T23:25:34.753Z Sep 16 23:25:26.806 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126592026-09-16T23:25:34.753Z Sep 16 23:25:26.806 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126602026-09-16T23:25:34.753Z Sep 16 23:25:26.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126612026-09-16T23:25:34.753Z Sep 16 23:25:26.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126622026-09-16T23:25:34.753Z Sep 16 23:25:26.896 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126632026-09-16T23:25:34.753Z Sep 16 23:25:26.896 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126642026-09-16T23:25:34.753Z Sep 16 23:25:26.934 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126652026-09-16T23:25:34.754Z Sep 16 23:25:26.934 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126662026-09-16T23:25:34.754Z Sep 16 23:25:26.972 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126672026-09-16T23:25:34.758Z Sep 16 23:25:26.972 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126682026-09-16T23:25:34.758Z Sep 16 23:25:27.010 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126692026-09-16T23:25:34.758Z Sep 16 23:25:27.010 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126702026-09-16T23:25:34.758Z Sep 16 23:25:27.048 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126712026-09-16T23:25:34.758Z Sep 16 23:25:27.048 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126722026-09-16T23:25:34.758Z Sep 16 23:25:27.054 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126732026-09-16T23:25:34.758Z Sep 16 23:25:27.055 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126742026-09-16T23:25:34.758Z Sep 16 23:25:27.061 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126752026-09-16T23:25:34.758Z Sep 16 23:25:27.061 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126762026-09-16T23:25:34.758Z Sep 16 23:25:27.067 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126772026-09-16T23:25:34.758Z Sep 16 23:25:27.067 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126782026-09-16T23:25:34.758Z Sep 16 23:25:27.073 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126792026-09-16T23:25:34.759Z Sep 16 23:25:27.073 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126802026-09-16T23:25:34.759Z Sep 16 23:25:27.079 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126812026-09-16T23:25:34.759Z Sep 16 23:25:27.079 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126822026-09-16T23:25:34.759Z Sep 16 23:25:27.085 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126832026-09-16T23:25:34.759Z Sep 16 23:25:27.085 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126842026-09-16T23:25:34.759Z Sep 16 23:25:27.091 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126852026-09-16T23:25:34.759Z Sep 16 23:25:27.091 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126862026-09-16T23:25:34.759Z Sep 16 23:25:27.097 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126872026-09-16T23:25:34.759Z Sep 16 23:25:27.097 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126882026-09-16T23:25:34.759Z Sep 16 23:25:27.100 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126892026-09-16T23:25:34.759Z Sep 16 23:25:27.100 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126902026-09-16T23:25:34.759Z Sep 16 23:25:27.105 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126912026-09-16T23:25:34.759Z Sep 16 23:25:27.143 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126922026-09-16T23:25:34.760Z Sep 16 23:25:27.149 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126932026-09-16T23:25:34.760Z Sep 16 23:25:27.151 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126942026-09-16T23:25:34.760Z Sep 16 23:25:27.188 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126952026-09-16T23:25:34.760Z Sep 16 23:25:27.194 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
126962026-09-16T23:25:34.760Z Sep 16 23:25:27.232 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126972026-09-16T23:25:34.760Z Sep 16 23:25:27.238 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126982026-09-16T23:25:34.760Z Sep 16 23:25:27.277 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
126992026-09-16T23:25:34.760Z Sep 16 23:25:27.283 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127002026-09-16T23:25:34.760Z Sep 16 23:25:27.283 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127012026-09-16T23:25:34.760Z Sep 16 23:25:27.283 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127022026-09-16T23:25:34.760Z Sep 16 23:25:27.283 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127032026-09-16T23:25:34.760Z Sep 16 23:25:27.290 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127042026-09-16T23:25:34.760Z Sep 16 23:25:27.350 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127052026-09-16T23:25:34.760Z Sep 16 23:25:27.350 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127062026-09-16T23:25:34.760Z Sep 16 23:25:27.388 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127072026-09-16T23:25:34.760Z Sep 16 23:25:27.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127082026-09-16T23:25:34.760Z Sep 16 23:25:27.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127092026-09-16T23:25:34.760Z Sep 16 23:25:27.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127102026-09-16T23:25:34.760Z Sep 16 23:25:27.463 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127112026-09-16T23:25:34.761Z Sep 16 23:25:27.463 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127122026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127132026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127142026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127152026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127162026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127172026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127182026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127192026-09-16T23:25:34.761Z Sep 16 23:25:27.464 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127202026-09-16T23:25:34.761Z Sep 16 23:25:27.465 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127212026-09-16T23:25:34.761Z Sep 16 23:25:27.465 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127222026-09-16T23:25:34.761Z Sep 16 23:25:27.465 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127232026-09-16T23:25:34.761Z Sep 16 23:25:27.465 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127242026-09-16T23:25:34.761Z Sep 16 23:25:27.471 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127252026-09-16T23:25:34.761Z Sep 16 23:25:27.471 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127262026-09-16T23:25:34.761Z Sep 16 23:25:27.477 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127272026-09-16T23:25:34.761Z Sep 16 23:25:27.477 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127282026-09-16T23:25:34.761Z Sep 16 23:25:27.483 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127292026-09-16T23:25:34.762Z Sep 16 23:25:27.483 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127302026-09-16T23:25:34.762Z Sep 16 23:25:27.489 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127312026-09-16T23:25:34.762Z Sep 16 23:25:27.489 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127322026-09-16T23:25:34.762Z Sep 16 23:25:27.641 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127332026-09-16T23:25:34.762Z Sep 16 23:25:27.641 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127342026-09-16T23:25:34.762Z Sep 16 23:25:27.646 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127352026-09-16T23:25:34.762Z Sep 16 23:25:27.683 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127362026-09-16T23:25:34.762Z Sep 16 23:25:27.689 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127372026-09-16T23:25:34.762Z Sep 16 23:25:27.691 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127382026-09-16T23:25:34.762Z Sep 16 23:25:27.729 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127392026-09-16T23:25:34.762Z Sep 16 23:25:27.735 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127402026-09-16T23:25:34.762Z Sep 16 23:25:27.773 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127412026-09-16T23:25:34.762Z Sep 16 23:25:27.779 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127422026-09-16T23:25:34.762Z Sep 16 23:25:27.817 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127432026-09-16T23:25:34.762Z Sep 16 23:25:27.823 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127442026-09-16T23:25:34.762Z Sep 16 23:25:27.824 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127452026-09-16T23:25:34.762Z Sep 16 23:25:27.824 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127462026-09-16T23:25:34.762Z Sep 16 23:25:27.824 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127472026-09-16T23:25:34.762Z Sep 16 23:25:27.831 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127482026-09-16T23:25:34.762Z Sep 16 23:25:27.891 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127492026-09-16T23:25:34.762Z Sep 16 23:25:27.891 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127502026-09-16T23:25:34.763Z Sep 16 23:25:27.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127512026-09-16T23:25:34.763Z Sep 16 23:25:27.929 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127522026-09-16T23:25:34.763Z Sep 16 23:25:27.966 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127532026-09-16T23:25:34.763Z Sep 16 23:25:27.966 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127542026-09-16T23:25:34.763Z Sep 16 23:25:28.004 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127552026-09-16T23:25:34.763Z Sep 16 23:25:28.004 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127562026-09-16T23:25:34.763Z Sep 16 23:25:28.011 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127572026-09-16T23:25:34.763Z Sep 16 23:25:28.011 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127582026-09-16T23:25:34.763Z Sep 16 23:25:28.017 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127592026-09-16T23:25:34.763Z Sep 16 23:25:28.017 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127602026-09-16T23:25:34.763Z Sep 16 23:25:28.023 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127612026-09-16T23:25:34.763Z Sep 16 23:25:28.023 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127622026-09-16T23:25:34.763Z Sep 16 23:25:28.029 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127632026-09-16T23:25:34.763Z Sep 16 23:25:28.029 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127642026-09-16T23:25:34.763Z Sep 16 23:25:28.029 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127652026-09-16T23:25:34.763Z Sep 16 23:25:28.029 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127662026-09-16T23:25:34.763Z Sep 16 23:25:28.029 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127672026-09-16T23:25:34.768Z Sep 16 23:25:28.029 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127682026-09-16T23:25:34.768Z Sep 16 23:25:28.029 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127692026-09-16T23:25:34.768Z Sep 16 23:25:28.029 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127702026-09-16T23:25:34.768Z Sep 16 23:25:28.029 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127712026-09-16T23:25:34.768Z Sep 16 23:25:28.029 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
127722026-09-16T23:25:34.768Z Sep 16 23:25:28.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127732026-09-16T23:25:34.768Z Sep 16 23:25:28.033 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127742026-09-16T23:25:34.768Z Sep 16 23:25:28.037 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127752026-09-16T23:25:34.768Z Sep 16 23:25:28.038 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127762026-09-16T23:25:34.768Z Sep 16 23:25:28.039 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127772026-09-16T23:25:34.768Z Sep 16 23:25:28.077 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127782026-09-16T23:25:34.768Z Sep 16 23:25:28.083 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127792026-09-16T23:25:34.768Z Sep 16 23:25:28.085 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127802026-09-16T23:25:34.768Z Sep 16 23:25:28.122 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127812026-09-16T23:25:34.768Z Sep 16 23:25:28.129 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127822026-09-16T23:25:34.768Z Sep 16 23:25:28.170 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127832026-09-16T23:25:34.768Z Sep 16 23:25:28.176 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127842026-09-16T23:25:34.768Z Sep 16 23:25:28.214 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127852026-09-16T23:25:34.768Z Sep 16 23:25:28.220 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127862026-09-16T23:25:34.768Z Sep 16 23:25:28.222 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127872026-09-16T23:25:34.768Z Sep 16 23:25:28.260 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127882026-09-16T23:25:34.769Z Sep 16 23:25:28.266 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127892026-09-16T23:25:34.769Z Sep 16 23:25:28.268 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127902026-09-16T23:25:34.769Z Sep 16 23:25:28.306 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127912026-09-16T23:25:34.769Z Sep 16 23:25:28.312 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127922026-09-16T23:25:34.769Z Sep 16 23:25:28.312 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127932026-09-16T23:25:34.769Z Sep 16 23:25:28.312 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
127942026-09-16T23:25:34.769Z Sep 16 23:25:28.350 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127952026-09-16T23:25:34.769Z Sep 16 23:25:28.356 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127962026-09-16T23:25:34.769Z Sep 16 23:25:28.394 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127972026-09-16T23:25:34.769Z Sep 16 23:25:28.400 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127982026-09-16T23:25:34.769Z Sep 16 23:25:28.401 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
127992026-09-16T23:25:34.769Z Sep 16 23:25:28.408 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128002026-09-16T23:25:34.769Z Sep 16 23:25:28.415 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128012026-09-16T23:25:34.769Z Sep 16 23:25:28.415 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128022026-09-16T23:25:34.769Z Sep 16 23:25:28.430 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128032026-09-16T23:25:34.769Z Sep 16 23:25:28.437 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128042026-09-16T23:25:34.769Z Sep 16 23:25:28.481 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128052026-09-16T23:25:34.769Z Sep 16 23:25:28.481 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128062026-09-16T23:25:34.769Z Sep 16 23:25:28.519 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128072026-09-16T23:25:34.769Z Sep 16 23:25:28.519 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128082026-09-16T23:25:34.769Z Sep 16 23:25:28.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128092026-09-16T23:25:34.769Z Sep 16 23:25:28.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128102026-09-16T23:25:34.769Z Sep 16 23:25:28.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128112026-09-16T23:25:34.770Z Sep 16 23:25:28.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128122026-09-16T23:25:34.770Z Sep 16 23:25:28.647 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128132026-09-16T23:25:34.770Z Sep 16 23:25:28.647 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128142026-09-16T23:25:34.770Z Sep 16 23:25:28.685 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128152026-09-16T23:25:34.770Z Sep 16 23:25:28.686 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128162026-09-16T23:25:34.770Z Sep 16 23:25:28.723 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128172026-09-16T23:25:34.770Z Sep 16 23:25:28.723 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128182026-09-16T23:25:34.770Z Sep 16 23:25:28.761 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128192026-09-16T23:25:34.770Z Sep 16 23:25:28.761 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128202026-09-16T23:25:34.770Z Sep 16 23:25:28.768 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128212026-09-16T23:25:34.770Z Sep 16 23:25:28.768 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128222026-09-16T23:25:34.770Z Sep 16 23:25:28.774 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128232026-09-16T23:25:34.770Z Sep 16 23:25:28.774 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128242026-09-16T23:25:34.770Z Sep 16 23:25:28.780 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128252026-09-16T23:25:34.771Z Sep 16 23:25:28.780 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128262026-09-16T23:25:34.771Z Sep 16 23:25:28.786 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128272026-09-16T23:25:34.771Z Sep 16 23:25:28.786 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128282026-09-16T23:25:34.771Z Sep 16 23:25:28.792 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128292026-09-16T23:25:34.771Z Sep 16 23:25:28.792 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128302026-09-16T23:25:34.771Z Sep 16 23:25:28.798 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128312026-09-16T23:25:34.771Z Sep 16 23:25:28.798 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128322026-09-16T23:25:34.771Z Sep 16 23:25:28.805 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128332026-09-16T23:25:34.771Z Sep 16 23:25:28.805 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128342026-09-16T23:25:34.771Z Sep 16 23:25:28.811 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128352026-09-16T23:25:34.771Z Sep 16 23:25:28.811 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128362026-09-16T23:25:34.771Z Sep 16 23:25:28.813 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128372026-09-16T23:25:34.771Z Sep 16 23:25:28.813 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128382026-09-16T23:25:34.771Z Sep 16 23:25:28.818 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128392026-09-16T23:25:34.771Z Sep 16 23:25:28.855 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128402026-09-16T23:25:34.771Z Sep 16 23:25:28.862 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128412026-09-16T23:25:34.772Z Sep 16 23:25:28.864 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128422026-09-16T23:25:34.772Z Sep 16 23:25:28.901 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128432026-09-16T23:25:34.772Z Sep 16 23:25:28.907 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128442026-09-16T23:25:34.772Z Sep 16 23:25:28.946 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128452026-09-16T23:25:34.772Z Sep 16 23:25:28.952 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128462026-09-16T23:25:34.772Z Sep 16 23:25:28.990 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128472026-09-16T23:25:34.772Z Sep 16 23:25:28.996 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128482026-09-16T23:25:34.772Z Sep 16 23:25:28.997 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128492026-09-16T23:25:34.772Z Sep 16 23:25:28.997 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128502026-09-16T23:25:34.772Z Sep 16 23:25:28.997 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128512026-09-16T23:25:34.772Z Sep 16 23:25:29.004 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128522026-09-16T23:25:34.772Z Sep 16 23:25:29.064 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128532026-09-16T23:25:34.772Z Sep 16 23:25:29.064 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128542026-09-16T23:25:34.772Z Sep 16 23:25:29.102 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128552026-09-16T23:25:34.772Z Sep 16 23:25:29.102 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128562026-09-16T23:25:34.772Z Sep 16 23:25:29.140 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128572026-09-16T23:25:34.772Z Sep 16 23:25:29.140 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128582026-09-16T23:25:34.772Z Sep 16 23:25:29.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128592026-09-16T23:25:34.772Z Sep 16 23:25:29.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128602026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128612026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128622026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128632026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128642026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128652026-09-16T23:25:34.772Z Sep 16 23:25:29.179 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128662026-09-16T23:25:34.772Z Sep 16 23:25:29.180 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128672026-09-16T23:25:34.777Z Sep 16 23:25:29.180 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128682026-09-16T23:25:34.777Z Sep 16 23:25:29.180 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128692026-09-16T23:25:34.777Z Sep 16 23:25:29.180 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128702026-09-16T23:25:34.777Z Sep 16 23:25:29.180 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128712026-09-16T23:25:34.777Z Sep 16 23:25:29.180 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
128722026-09-16T23:25:34.777Z Sep 16 23:25:29.186 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128732026-09-16T23:25:34.777Z Sep 16 23:25:29.186 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128742026-09-16T23:25:34.777Z Sep 16 23:25:29.192 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128752026-09-16T23:25:34.777Z Sep 16 23:25:29.192 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128762026-09-16T23:25:34.777Z Sep 16 23:25:29.198 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128772026-09-16T23:25:34.777Z Sep 16 23:25:29.199 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128782026-09-16T23:25:34.777Z Sep 16 23:25:29.205 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128792026-09-16T23:25:34.777Z Sep 16 23:25:29.205 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128802026-09-16T23:25:34.777Z Sep 16 23:25:29.354 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128812026-09-16T23:25:34.777Z Sep 16 23:25:29.354 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128822026-09-16T23:25:34.777Z Sep 16 23:25:29.359 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128832026-09-16T23:25:34.777Z Sep 16 23:25:29.397 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128842026-09-16T23:25:34.778Z Sep 16 23:25:29.403 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128852026-09-16T23:25:34.778Z Sep 16 23:25:29.405 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128862026-09-16T23:25:34.778Z Sep 16 23:25:29.443 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128872026-09-16T23:25:34.778Z Sep 16 23:25:29.449 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128882026-09-16T23:25:34.778Z Sep 16 23:25:29.488 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128892026-09-16T23:25:34.778Z Sep 16 23:25:29.494 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128902026-09-16T23:25:34.778Z Sep 16 23:25:29.532 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128912026-09-16T23:25:34.778Z Sep 16 23:25:29.539 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128922026-09-16T23:25:34.778Z Sep 16 23:25:29.539 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128932026-09-16T23:25:34.778Z Sep 16 23:25:29.539 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
128942026-09-16T23:25:34.778Z Sep 16 23:25:29.539 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128952026-09-16T23:25:34.778Z Sep 16 23:25:29.546 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128962026-09-16T23:25:34.778Z Sep 16 23:25:29.606 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128972026-09-16T23:25:34.778Z Sep 16 23:25:29.606 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128982026-09-16T23:25:34.778Z Sep 16 23:25:29.644 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
128992026-09-16T23:25:34.778Z Sep 16 23:25:29.644 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129002026-09-16T23:25:34.778Z Sep 16 23:25:29.682 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129012026-09-16T23:25:34.778Z Sep 16 23:25:29.682 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129022026-09-16T23:25:34.778Z Sep 16 23:25:29.720 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129032026-09-16T23:25:34.778Z Sep 16 23:25:29.720 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129042026-09-16T23:25:34.778Z Sep 16 23:25:29.727 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129052026-09-16T23:25:34.778Z Sep 16 23:25:29.727 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129062026-09-16T23:25:34.778Z Sep 16 23:25:29.733 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129072026-09-16T23:25:34.778Z Sep 16 23:25:29.733 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129082026-09-16T23:25:34.778Z Sep 16 23:25:29.739 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129092026-09-16T23:25:34.778Z Sep 16 23:25:29.739 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129102026-09-16T23:25:34.778Z Sep 16 23:25:29.745 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129112026-09-16T23:25:34.778Z Sep 16 23:25:29.745 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129122026-09-16T23:25:34.778Z Sep 16 23:25:29.745 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129132026-09-16T23:25:34.778Z Sep 16 23:25:29.745 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129142026-09-16T23:25:34.778Z Sep 16 23:25:29.745 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129152026-09-16T23:25:34.779Z Sep 16 23:25:29.745 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129162026-09-16T23:25:34.779Z Sep 16 23:25:29.745 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129172026-09-16T23:25:34.779Z Sep 16 23:25:29.745 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129182026-09-16T23:25:34.779Z Sep 16 23:25:29.745 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129192026-09-16T23:25:34.779Z Sep 16 23:25:29.745 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
129202026-09-16T23:25:34.779Z Sep 16 23:25:29.749 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129212026-09-16T23:25:34.779Z Sep 16 23:25:29.749 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129222026-09-16T23:25:34.779Z Sep 16 23:25:29.753 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129232026-09-16T23:25:34.779Z Sep 16 23:25:29.754 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129242026-09-16T23:25:34.779Z Sep 16 23:25:29.755 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129252026-09-16T23:25:34.779Z Sep 16 23:25:29.793 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129262026-09-16T23:25:34.779Z Sep 16 23:25:29.799 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129272026-09-16T23:25:34.779Z Sep 16 23:25:29.801 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129282026-09-16T23:25:34.779Z Sep 16 23:25:29.839 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129292026-09-16T23:25:34.779Z Sep 16 23:25:29.845 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129302026-09-16T23:25:34.779Z Sep 16 23:25:29.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129312026-09-16T23:25:34.779Z Sep 16 23:25:29.893 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129322026-09-16T23:25:34.779Z Sep 16 23:25:29.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129332026-09-16T23:25:34.779Z Sep 16 23:25:29.938 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129342026-09-16T23:25:34.779Z Sep 16 23:25:29.940 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129352026-09-16T23:25:34.779Z Sep 16 23:25:29.977 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129362026-09-16T23:25:34.779Z Sep 16 23:25:29.983 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129372026-09-16T23:25:34.779Z Sep 16 23:25:29.985 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129382026-09-16T23:25:34.779Z Sep 16 23:25:30.023 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129392026-09-16T23:25:34.779Z Sep 16 23:25:30.029 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129402026-09-16T23:25:34.779Z Sep 16 23:25:30.030 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129412026-09-16T23:25:34.779Z Sep 16 23:25:30.030 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129422026-09-16T23:25:34.779Z Sep 16 23:25:30.068 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129432026-09-16T23:25:34.779Z Sep 16 23:25:30.074 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129442026-09-16T23:25:34.779Z Sep 16 23:25:30.112 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129452026-09-16T23:25:34.779Z Sep 16 23:25:30.118 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129462026-09-16T23:25:34.779Z Sep 16 23:25:30.119 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129472026-09-16T23:25:34.779Z Sep 16 23:25:30.126 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129482026-09-16T23:25:34.779Z Sep 16 23:25:30.133 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129492026-09-16T23:25:34.779Z Sep 16 23:25:30.134 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129502026-09-16T23:25:34.779Z Sep 16 23:25:30.148 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129512026-09-16T23:25:34.779Z Sep 16 23:25:30.155 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129522026-09-16T23:25:34.779Z Sep 16 23:25:30.200 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129532026-09-16T23:25:34.779Z Sep 16 23:25:30.200 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129542026-09-16T23:25:34.779Z Sep 16 23:25:30.238 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129552026-09-16T23:25:34.780Z Sep 16 23:25:30.238 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129562026-09-16T23:25:34.780Z Sep 16 23:25:30.291 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129572026-09-16T23:25:34.780Z Sep 16 23:25:30.291 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129582026-09-16T23:25:34.780Z Sep 16 23:25:30.329 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129592026-09-16T23:25:34.780Z Sep 16 23:25:30.329 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129602026-09-16T23:25:34.780Z Sep 16 23:25:30.367 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129612026-09-16T23:25:34.780Z Sep 16 23:25:30.367 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129622026-09-16T23:25:34.780Z Sep 16 23:25:30.405 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129632026-09-16T23:25:34.780Z Sep 16 23:25:30.405 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129642026-09-16T23:25:34.780Z Sep 16 23:25:30.443 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129652026-09-16T23:25:34.780Z Sep 16 23:25:30.443 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129662026-09-16T23:25:34.780Z Sep 16 23:25:30.481 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129672026-09-16T23:25:34.784Z Sep 16 23:25:30.481 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129682026-09-16T23:25:34.784Z Sep 16 23:25:30.487 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129692026-09-16T23:25:34.784Z Sep 16 23:25:30.488 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129702026-09-16T23:25:34.784Z Sep 16 23:25:30.494 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129712026-09-16T23:25:34.784Z Sep 16 23:25:30.494 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129722026-09-16T23:25:34.784Z Sep 16 23:25:30.500 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129732026-09-16T23:25:34.785Z Sep 16 23:25:30.500 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129742026-09-16T23:25:34.785Z Sep 16 23:25:30.506 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129752026-09-16T23:25:34.785Z Sep 16 23:25:30.506 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129762026-09-16T23:25:34.785Z Sep 16 23:25:30.512 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129772026-09-16T23:25:34.785Z Sep 16 23:25:30.512 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129782026-09-16T23:25:34.785Z Sep 16 23:25:30.518 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129792026-09-16T23:25:34.785Z Sep 16 23:25:30.518 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129802026-09-16T23:25:34.785Z Sep 16 23:25:30.525 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129812026-09-16T23:25:34.785Z Sep 16 23:25:30.525 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129822026-09-16T23:25:34.785Z Sep 16 23:25:30.531 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129832026-09-16T23:25:34.785Z Sep 16 23:25:30.531 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129842026-09-16T23:25:34.785Z Sep 16 23:25:30.533 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129852026-09-16T23:25:34.785Z Sep 16 23:25:30.533 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129862026-09-16T23:25:34.785Z Sep 16 23:25:30.538 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129872026-09-16T23:25:34.785Z Sep 16 23:25:30.576 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129882026-09-16T23:25:34.785Z Sep 16 23:25:30.582 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129892026-09-16T23:25:34.785Z Sep 16 23:25:30.584 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129902026-09-16T23:25:34.786Z Sep 16 23:25:30.622 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129912026-09-16T23:25:34.786Z Sep 16 23:25:30.628 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129922026-09-16T23:25:34.786Z Sep 16 23:25:30.667 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129932026-09-16T23:25:34.786Z Sep 16 23:25:30.673 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129942026-09-16T23:25:34.786Z Sep 16 23:25:30.711 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129952026-09-16T23:25:34.786Z Sep 16 23:25:30.717 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129962026-09-16T23:25:34.786Z Sep 16 23:25:30.718 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129972026-09-16T23:25:34.786Z Sep 16 23:25:30.718 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
129982026-09-16T23:25:34.786Z Sep 16 23:25:30.718 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
129992026-09-16T23:25:34.786Z Sep 16 23:25:30.725 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130002026-09-16T23:25:34.786Z Sep 16 23:25:30.784 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130012026-09-16T23:25:34.786Z Sep 16 23:25:30.784 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130022026-09-16T23:25:34.786Z Sep 16 23:25:30.823 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130032026-09-16T23:25:34.786Z Sep 16 23:25:30.823 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130042026-09-16T23:25:34.786Z Sep 16 23:25:30.823 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130052026-09-16T23:25:34.786Z Sep 16 23:25:30.823 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130062026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130072026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130082026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130092026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130102026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG link driver stopped, dominated: false, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130112026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130122026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG link driver stopped, dominated: false, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130132026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG linked baseboards changed, live: [[::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130142026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG link driver stopped, dominated: false, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130152026-09-16T23:25:34.786Z Sep 16 23:25:30.824 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130162026-09-16T23:25:34.786Z Sep 16 23:25:30.862 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130172026-09-16T23:25:34.786Z Sep 16 23:25:30.862 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130182026-09-16T23:25:34.786Z Sep 16 23:25:30.900 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130192026-09-16T23:25:34.786Z Sep 16 23:25:30.900 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130202026-09-16T23:25:34.786Z Sep 16 23:25:30.906 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130212026-09-16T23:25:34.786Z Sep 16 23:25:30.906 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130222026-09-16T23:25:34.786Z Sep 16 23:25:30.912 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130232026-09-16T23:25:34.786Z Sep 16 23:25:30.912 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130242026-09-16T23:25:34.786Z Sep 16 23:25:30.918 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130252026-09-16T23:25:34.786Z Sep 16 23:25:30.919 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130262026-09-16T23:25:34.786Z Sep 16 23:25:30.925 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130272026-09-16T23:25:34.786Z Sep 16 23:25:30.925 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130282026-09-16T23:25:34.786Z Sep 16 23:25:30.999 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130292026-09-16T23:25:34.787Z Sep 16 23:25:30.999 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130302026-09-16T23:25:34.787Z Sep 16 23:25:31.005 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130312026-09-16T23:25:34.787Z Sep 16 23:25:31.042 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130322026-09-16T23:25:34.787Z Sep 16 23:25:31.048 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130332026-09-16T23:25:34.787Z Sep 16 23:25:31.050 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130342026-09-16T23:25:34.787Z Sep 16 23:25:31.088 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130352026-09-16T23:25:34.787Z Sep 16 23:25:31.094 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130362026-09-16T23:25:34.787Z Sep 16 23:25:31.133 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130372026-09-16T23:25:34.787Z Sep 16 23:25:31.139 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130382026-09-16T23:25:34.787Z Sep 16 23:25:31.177 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130392026-09-16T23:25:34.787Z Sep 16 23:25:31.183 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130402026-09-16T23:25:34.787Z Sep 16 23:25:31.184 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130412026-09-16T23:25:34.787Z Sep 16 23:25:31.184 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130422026-09-16T23:25:34.787Z Sep 16 23:25:31.184 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130432026-09-16T23:25:34.787Z Sep 16 23:25:31.191 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130442026-09-16T23:25:34.787Z Sep 16 23:25:31.250 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130452026-09-16T23:25:34.787Z Sep 16 23:25:31.251 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130462026-09-16T23:25:34.787Z Sep 16 23:25:31.289 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130472026-09-16T23:25:34.787Z Sep 16 23:25:31.289 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130482026-09-16T23:25:34.788Z Sep 16 23:25:31.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130492026-09-16T23:25:34.788Z Sep 16 23:25:31.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130502026-09-16T23:25:34.788Z Sep 16 23:25:31.365 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130512026-09-16T23:25:34.788Z Sep 16 23:25:31.365 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130522026-09-16T23:25:34.788Z Sep 16 23:25:31.371 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130532026-09-16T23:25:34.788Z Sep 16 23:25:31.371 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130542026-09-16T23:25:34.788Z Sep 16 23:25:31.377 INFO Peer attestation verified, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130552026-09-16T23:25:34.788Z Sep 16 23:25:31.377 INFO Peer measurements appraised successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130562026-09-16T23:25:34.788Z Sep 16 23:25:31.383 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130572026-09-16T23:25:34.788Z Sep 16 23:25:31.383 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130582026-09-16T23:25:34.789Z Sep 16 23:25:31.389 INFO Peer attestation verified, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130592026-09-16T23:25:34.789Z Sep 16 23:25:31.389 INFO Peer measurements appraised successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130602026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130612026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG linked baseboards changed, live: [[::1]:58346, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130622026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG driving link, peer: [::1]:58346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130632026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:58346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130642026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG driving link, peer: [::1]:40842, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130652026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG linked baseboards changed, live: [[::1]:40842], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130662026-09-16T23:25:34.789Z Sep 16 23:25:31.390 DEBG driving link, peer: [::1]:42346, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130672026-09-16T23:25:34.793Z Sep 16 23:25:31.390 DEBG linked baseboards changed, live: [[::1]:40842, [::1]:42346], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: stragglers_do_not_interrupt_live_jobs
130682026-09-16T23:25:34.793Z Sep 16 23:25:31.393 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130692026-09-16T23:25:34.793Z Sep 16 23:25:31.393 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130702026-09-16T23:25:34.793Z Sep 16 23:25:31.398 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130712026-09-16T23:25:34.793Z Sep 16 23:25:31.398 INFO Using file "/tmp/sush-straggler-FAW0D6/corim.cbor", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130722026-09-16T23:25:34.793Z Sep 16 23:25:31.400 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130732026-09-16T23:25:34.793Z Sep 16 23:25:31.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130742026-09-16T23:25:34.793Z Sep 16 23:25:31.444 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130752026-09-16T23:25:34.794Z Sep 16 23:25:31.446 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130762026-09-16T23:25:34.794Z Sep 16 23:25:31.484 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130772026-09-16T23:25:34.794Z Sep 16 23:25:31.490 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130782026-09-16T23:25:34.794Z Sep 16 23:25:31.532 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130792026-09-16T23:25:34.794Z Sep 16 23:25:31.538 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130802026-09-16T23:25:34.794Z Sep 16 23:25:31.576 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130812026-09-16T23:25:34.794Z Sep 16 23:25:31.582 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130822026-09-16T23:25:34.794Z Sep 16 23:25:31.584 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130832026-09-16T23:25:34.794Z Sep 16 23:25:31.622 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130842026-09-16T23:25:34.794Z Sep 16 23:25:31.628 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130852026-09-16T23:25:34.794Z Sep 16 23:25:31.630 INFO Loaded keys and certs, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130862026-09-16T23:25:34.794Z Sep 16 23:25:31.668 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130872026-09-16T23:25:34.794Z Sep 16 23:25:31.674 INFO Signature verified successfully, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130882026-09-16T23:25:34.794Z Sep 16 23:25:31.675 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130892026-09-16T23:25:34.794Z Sep 16 23:25:31.675 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130902026-09-16T23:25:34.794Z Sep 16 23:25:31.712 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130912026-09-16T23:25:34.794Z Sep 16 23:25:31.719 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130922026-09-16T23:25:34.794Z Sep 16 23:25:31.757 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130932026-09-16T23:25:34.794Z Sep 16 23:25:31.763 INFO Signature verified successfully, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130942026-09-16T23:25:34.794Z Sep 16 23:25:31.764 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130952026-09-16T23:25:34.794Z Sep 16 23:25:31.771 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130962026-09-16T23:25:34.794Z Sep 16 23:25:31.778 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130972026-09-16T23:25:34.794Z Sep 16 23:25:31.778 INFO Running with protocol version 2, component: sprockets dial, test: stragglers_do_not_interrupt_live_jobs
130982026-09-16T23:25:34.794Z Sep 16 23:25:31.793 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
130992026-09-16T23:25:34.794Z Sep 16 23:25:31.800 INFO Running with protocol version 2, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
131002026-09-16T23:25:34.794Z Sep 16 23:25:31.844 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
131012026-09-16T23:25:34.794Z Sep 16 23:25:31.844 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
131022026-09-16T23:25:34.794Z Sep 16 23:25:31.882 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
131032026-09-16T23:25:34.794Z Sep 16 23:25:31.882 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: stragglers_do_not_interrupt_live_jobs
131042026-09-16T23:25:34.794Z test stragglers_do_not_interrupt_live_jobs ... FAILED
131052026-09-16T23:25:34.794Z
131062026-09-16T23:25:34.794Z failures:
131072026-09-16T23:25:34.794Z
131082026-09-16T23:25:34.794Z failures:
131092026-09-16T23:25:34.794Z stragglers_do_not_interrupt_live_jobs
131102026-09-16T23:25:34.794Z
131112026-09-16T23:25:34.794Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 9 filtered out; finished in 122.54s
131122026-09-16T23:25:34.794Z
131132026-09-16T23:25:34.794Z stderr ───
131142026-09-16T23:25:34.795Z
131152026-09-16T23:25:34.795Z thread 'stragglers_do_not_interrupt_live_jobs' (2) panicked at server/tests/common/mod.rs:130:9:
131162026-09-16T23:25:34.795Z timed out waiting for the marooned message reaches B
131172026-09-16T23:25:34.795Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
131182026-09-16T23:25:34.795Z
131192026-09-16T23:25:34.795Z Cancelling due to test failure: 1 test still running
131202026-09-16T23:25:35.670Z FAIL [ 125.386s] (168/168) sush-server::distributed session_resumes_at_stored_successor
131212026-09-16T23:25:35.670Z stdout ───
131222026-09-16T23:25:35.670Z
131232026-09-16T23:25:35.670Z running 1 test
131242026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-root-a.key.pem"
131252026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-signer-a1.key.pem"
131262026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-platformid-1.key.pem"
131272026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-deviceid-1.key.pem"
131282026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-sprockets-auth-1.key.pem"
131292026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-alias-1.key.pem"
131302026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-platformid-2.key.pem"
131312026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-deviceid-2.key.pem"
131322026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-sprockets-auth-2.key.pem"
131332026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-alias-2.key.pem"
131342026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-platformid-3.key.pem"
131352026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-deviceid-3.key.pem"
131362026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-sprockets-auth-3.key.pem"
131372026-09-16T23:25:35.670Z Writing key pair to "/tmp/sush-resume-Cchgej/test-alias-3.key.pem"
131382026-09-16T23:25:35.670Z Writing certificate to "/tmp/sush-resume-Cchgej/test-root-a.cert.pem"
131392026-09-16T23:25:35.670Z Writing certificate to "/tmp/sush-resume-Cchgej/test-signer-a1.cert.pem"
131402026-09-16T23:25:35.670Z Writing certificate to "/tmp/sush-resume-Cchgej/test-platformid-1.cert.pem"
131412026-09-16T23:25:35.670Z Writing certificate to "/tmp/sush-resume-Cchgej/test-deviceid-1.cert.pem"
131422026-09-16T23:25:35.670Z Writing certificate to "/tmp/sush-resume-Cchgej/test-sprockets-auth-1.cert.pem"
131432026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-alias-1.cert.pem"
131442026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-platformid-2.cert.pem"
131452026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-deviceid-2.cert.pem"
131462026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-sprockets-auth-2.cert.pem"
131472026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-alias-2.cert.pem"
131482026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-platformid-3.cert.pem"
131492026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-deviceid-3.cert.pem"
131502026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-sprockets-auth-3.cert.pem"
131512026-09-16T23:25:35.671Z Writing certificate to "/tmp/sush-resume-Cchgej/test-alias-3.cert.pem"
131522026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-sprockets-auth-1.certlist.pem"
131532026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-alias-1.certlist.pem"
131542026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-sprockets-auth-2.certlist.pem"
131552026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-alias-2.certlist.pem"
131562026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-sprockets-auth-3.certlist.pem"
131572026-09-16T23:25:35.671Z Writing pki path to "/tmp/sush-resume-Cchgej/test-alias-3.certlist.pem"
131582026-09-16T23:25:35.671Z Sep 16 23:23:29.184 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: session_resumes_at_stored_successor
131592026-09-16T23:25:35.671Z Sep 16 23:23:29.193 INFO managing state, component: state manager, test: session_resumes_at_stored_successor
131602026-09-16T23:25:35.671Z Sep 16 23:23:29.195 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: session_resumes_at_stored_successor
131612026-09-16T23:25:35.671Z Sep 16 23:23:29.203 INFO managing state, component: state manager, test: session_resumes_at_stored_successor
131622026-09-16T23:25:35.671Z Sep 16 23:23:29.204 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: session_resumes_at_stored_successor
131632026-09-16T23:25:35.671Z Sep 16 23:23:29.212 INFO managing state, component: state manager, test: session_resumes_at_stored_successor
131642026-09-16T23:25:35.671Z Sep 16 23:23:29.234 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
131652026-09-16T23:25:35.672Z Sep 16 23:23:29.234 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
131662026-09-16T23:25:35.672Z Sep 16 23:23:29.240 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
131672026-09-16T23:25:35.672Z Sep 16 23:23:29.278 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
131682026-09-16T23:25:35.672Z Sep 16 23:23:29.284 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
131692026-09-16T23:25:35.672Z Sep 16 23:23:29.286 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
131702026-09-16T23:25:35.672Z Sep 16 23:23:29.324 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
131712026-09-16T23:25:35.672Z Sep 16 23:23:29.331 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
131722026-09-16T23:25:35.672Z Sep 16 23:23:29.369 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
131732026-09-16T23:25:35.672Z Sep 16 23:23:29.375 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
131742026-09-16T23:25:35.672Z Sep 16 23:23:29.414 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
131752026-09-16T23:25:35.672Z Sep 16 23:23:29.420 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
131762026-09-16T23:25:35.672Z Sep 16 23:23:29.421 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
131772026-09-16T23:25:35.673Z Sep 16 23:23:29.421 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
131782026-09-16T23:25:35.673Z Sep 16 23:23:29.421 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
131792026-09-16T23:25:35.673Z Sep 16 23:23:29.428 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
131802026-09-16T23:25:35.673Z Sep 16 23:23:29.488 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
131812026-09-16T23:25:35.673Z Sep 16 23:23:29.488 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
131822026-09-16T23:25:35.673Z Sep 16 23:23:29.527 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
131832026-09-16T23:25:35.673Z Sep 16 23:23:29.527 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
131842026-09-16T23:25:35.673Z Sep 16 23:23:29.565 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
131852026-09-16T23:25:35.673Z Sep 16 23:23:29.565 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
131862026-09-16T23:25:35.673Z Sep 16 23:23:29.603 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
131872026-09-16T23:25:35.673Z Sep 16 23:23:29.603 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
131882026-09-16T23:25:35.673Z Sep 16 23:23:29.610 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
131892026-09-16T23:25:35.673Z Sep 16 23:23:29.610 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
131902026-09-16T23:25:35.673Z Sep 16 23:23:29.610 DEBG attested by accept, baseboard: 913-0000019:2FAKE002, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
131912026-09-16T23:25:35.673Z Sep 16 23:23:29.616 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
131922026-09-16T23:25:35.673Z Sep 16 23:23:29.616 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
131932026-09-16T23:25:35.673Z Sep 16 23:23:29.616 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
131942026-09-16T23:25:35.673Z Sep 16 23:23:29.622 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
131952026-09-16T23:25:35.673Z Sep 16 23:23:29.622 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
131962026-09-16T23:25:35.673Z Sep 16 23:23:29.628 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
131972026-09-16T23:25:35.673Z Sep 16 23:23:29.628 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
131982026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:42323, component: sprockets dial, test: session_resumes_at_stored_successor
131992026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:53432, component: sprockets dial, test: session_resumes_at_stored_successor
132002026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG driving link, peer: [::1]:60877, component: gossip manager, test: session_resumes_at_stored_successor
132012026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG linked baseboards changed, live: [[::1]:60877], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
132022026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132032026-09-16T23:25:35.673Z Sep 16 23:23:29.628 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
132042026-09-16T23:25:35.673Z Sep 16 23:23:29.629 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
132052026-09-16T23:25:35.673Z Sep 16 23:23:29.629 DEBG linked baseboards changed, live: [[::1]:60877, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
132062026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132072026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
132082026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 1, theirs: b5e8873bb2fba82de728667a5153c4bf, ours: 850394d158a30f66eb56a2150482c298, component: gossip manager, test: session_resumes_at_stored_successor
132092026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132102026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132112026-09-16T23:25:35.674Z Sep 16 23:23:29.629 DEBG universe mismatch, we_lose: true, their_events: 1, our_events: 1, theirs: 850394d158a30f66eb56a2150482c298, ours: b5e8873bb2fba82de728667a5153c4bf, component: gossip manager, test: session_resumes_at_stored_successor
132122026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG link driver stopped, dominated: true, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
132132026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG linked baseboards changed, live: [[::1]:60877], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
132142026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 1, theirs: b5e8873bb2fba82de728667a5153c4bf, ours: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
132152026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132162026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132172026-09-16T23:25:35.674Z Sep 16 23:23:29.630 DEBG universe mismatch, we_lose: true, their_events: 1, our_events: 1, theirs: ac052ac72c80d09134e19fa6be1e323f, ours: b5e8873bb2fba82de728667a5153c4bf, component: gossip manager, test: session_resumes_at_stored_successor
132182026-09-16T23:25:35.675Z Sep 16 23:23:29.630 DEBG link driver stopped, dominated: true, peer: [::1]:60877, component: gossip manager, test: session_resumes_at_stored_successor
132192026-09-16T23:25:35.675Z Sep 16 23:23:29.630 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132202026-09-16T23:25:35.680Z Sep 16 23:23:29.855 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
132212026-09-16T23:25:35.680Z Sep 16 23:23:29.856 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
132222026-09-16T23:25:35.680Z Sep 16 23:23:29.861 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
132232026-09-16T23:25:35.680Z Sep 16 23:23:29.899 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
132242026-09-16T23:25:35.680Z Sep 16 23:23:29.905 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132252026-09-16T23:25:35.680Z Sep 16 23:23:29.907 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
132262026-09-16T23:25:35.680Z Sep 16 23:23:29.945 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
132272026-09-16T23:25:35.680Z Sep 16 23:23:29.951 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132282026-09-16T23:25:35.680Z Sep 16 23:23:29.990 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
132292026-09-16T23:25:35.680Z Sep 16 23:23:29.996 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132302026-09-16T23:25:35.680Z Sep 16 23:23:30.035 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
132312026-09-16T23:25:35.680Z Sep 16 23:23:30.041 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132322026-09-16T23:25:35.680Z Sep 16 23:23:30.041 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
132332026-09-16T23:25:35.680Z Sep 16 23:23:30.041 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
132342026-09-16T23:25:35.680Z Sep 16 23:23:30.041 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
132352026-09-16T23:25:35.680Z Sep 16 23:23:30.048 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
132362026-09-16T23:25:35.680Z Sep 16 23:23:30.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
132372026-09-16T23:25:35.680Z Sep 16 23:23:30.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
132382026-09-16T23:25:35.680Z Sep 16 23:23:30.147 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
132392026-09-16T23:25:35.680Z Sep 16 23:23:30.147 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
132402026-09-16T23:25:35.680Z Sep 16 23:23:30.185 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
132412026-09-16T23:25:35.680Z Sep 16 23:23:30.185 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
132422026-09-16T23:25:35.680Z Sep 16 23:23:30.223 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
132432026-09-16T23:25:35.680Z Sep 16 23:23:30.223 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
132442026-09-16T23:25:35.680Z Sep 16 23:23:30.229 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
132452026-09-16T23:25:35.681Z Sep 16 23:23:30.230 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132462026-09-16T23:25:35.681Z Sep 16 23:23:30.236 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
132472026-09-16T23:25:35.681Z Sep 16 23:23:30.236 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132482026-09-16T23:25:35.681Z Sep 16 23:23:30.242 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
132492026-09-16T23:25:35.681Z Sep 16 23:23:30.242 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132502026-09-16T23:25:35.681Z Sep 16 23:23:30.248 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
132512026-09-16T23:25:35.681Z Sep 16 23:23:30.248 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132522026-09-16T23:25:35.681Z Sep 16 23:23:30.248 INFO joining the universe that beat ours, ours: b5e8873bb2fba82de728667a5153c4bf, peer: [::1]:60877, component: gossip manager, test: session_resumes_at_stored_successor
132532026-09-16T23:25:35.681Z Sep 16 23:23:30.248 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132542026-09-16T23:25:35.681Z Sep 16 23:23:30.248 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
132552026-09-16T23:25:35.681Z Sep 16 23:23:30.248 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132562026-09-16T23:25:35.681Z Sep 16 23:23:30.248 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
132572026-09-16T23:25:35.681Z Sep 16 23:23:30.252 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
132582026-09-16T23:25:35.681Z Sep 16 23:23:30.255 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
132592026-09-16T23:25:35.681Z Sep 16 23:23:30.294 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
132602026-09-16T23:25:35.681Z Sep 16 23:23:30.300 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132612026-09-16T23:25:35.681Z Sep 16 23:23:30.339 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
132622026-09-16T23:25:35.682Z Sep 16 23:23:30.345 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132632026-09-16T23:25:35.682Z Sep 16 23:23:30.345 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
132642026-09-16T23:25:35.682Z Sep 16 23:23:30.345 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
132652026-09-16T23:25:35.682Z Sep 16 23:23:30.398 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
132662026-09-16T23:25:35.682Z Sep 16 23:23:30.398 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
132672026-09-16T23:25:35.682Z Sep 16 23:23:30.436 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
132682026-09-16T23:25:35.682Z Sep 16 23:23:30.436 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
132692026-09-16T23:25:35.682Z Sep 16 23:23:30.442 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
132702026-09-16T23:25:35.682Z Sep 16 23:23:30.443 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132712026-09-16T23:25:35.682Z Sep 16 23:23:30.449 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
132722026-09-16T23:25:35.682Z Sep 16 23:23:30.449 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132732026-09-16T23:25:35.682Z Sep 16 23:23:30.450 INFO migrated, network: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
132742026-09-16T23:25:35.682Z Sep 16 23:23:30.450 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
132752026-09-16T23:25:35.682Z Sep 16 23:23:30.450 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
132762026-09-16T23:25:35.682Z Sep 16 23:23:30.450 INFO gossip universe changed, resetting state, network: ac052ac72c80d09134e19fa6be1e323f, component: state manager, test: session_resumes_at_stored_successor
132772026-09-16T23:25:35.682Z Sep 16 23:23:30.451 WARN no boundary record, and this universe has history, component: state manager, test: session_resumes_at_stored_successor
132782026-09-16T23:25:35.682Z Sep 16 23:23:30.453 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE002, component: state manager, test: session_resumes_at_stored_successor
132792026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG universe mismatch, we_lose: true, their_events: 2, our_events: 1, theirs: ac052ac72c80d09134e19fa6be1e323f, ours: 850394d158a30f66eb56a2150482c298, component: gossip manager, test: session_resumes_at_stored_successor
132802026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132812026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132822026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG link driver stopped, dominated: true, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
132832026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132842026-09-16T23:25:35.682Z Sep 16 23:23:30.453 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 2, theirs: 850394d158a30f66eb56a2150482c298, ours: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
132852026-09-16T23:25:35.682Z Sep 16 23:23:30.454 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
132862026-09-16T23:25:35.682Z Sep 16 23:23:30.454 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
132872026-09-16T23:25:35.682Z Sep 16 23:23:30.475 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
132882026-09-16T23:25:35.682Z Sep 16 23:23:30.475 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
132892026-09-16T23:25:35.682Z Sep 16 23:23:30.480 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
132902026-09-16T23:25:35.682Z Sep 16 23:23:30.518 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
132912026-09-16T23:25:35.682Z Sep 16 23:23:30.524 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132922026-09-16T23:25:35.682Z Sep 16 23:23:30.526 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
132932026-09-16T23:25:35.682Z Sep 16 23:23:30.564 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
132942026-09-16T23:25:35.682Z Sep 16 23:23:30.570 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
132952026-09-16T23:25:35.682Z Sep 16 23:23:30.609 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
132962026-09-16T23:25:35.682Z Sep 16 23:23:30.615 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132972026-09-16T23:25:35.682Z Sep 16 23:23:30.653 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
132982026-09-16T23:25:35.683Z Sep 16 23:23:30.659 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
132992026-09-16T23:25:35.683Z Sep 16 23:23:30.660 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133002026-09-16T23:25:35.683Z Sep 16 23:23:30.660 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133012026-09-16T23:25:35.683Z Sep 16 23:23:30.660 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133022026-09-16T23:25:35.683Z Sep 16 23:23:30.667 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133032026-09-16T23:25:35.683Z Sep 16 23:23:30.727 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133042026-09-16T23:25:35.683Z Sep 16 23:23:30.727 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133052026-09-16T23:25:35.683Z Sep 16 23:23:30.766 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133062026-09-16T23:25:35.683Z Sep 16 23:23:30.766 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133072026-09-16T23:25:35.683Z Sep 16 23:23:30.804 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133082026-09-16T23:25:35.683Z Sep 16 23:23:30.804 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
133092026-09-16T23:25:35.683Z Sep 16 23:23:30.842 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133102026-09-16T23:25:35.683Z Sep 16 23:23:30.842 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
133112026-09-16T23:25:35.683Z Sep 16 23:23:30.849 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
133122026-09-16T23:25:35.683Z Sep 16 23:23:30.849 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133132026-09-16T23:25:35.683Z Sep 16 23:23:30.855 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
133142026-09-16T23:25:35.683Z Sep 16 23:23:30.855 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133152026-09-16T23:25:35.683Z Sep 16 23:23:30.861 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
133162026-09-16T23:25:35.683Z Sep 16 23:23:30.861 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133172026-09-16T23:25:35.683Z Sep 16 23:23:30.867 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
133182026-09-16T23:25:35.683Z Sep 16 23:23:30.867 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133192026-09-16T23:25:35.683Z Sep 16 23:23:30.867 DEBG driving link, peer: [::1]:60877, component: gossip manager, test: session_resumes_at_stored_successor
133202026-09-16T23:25:35.688Z Sep 16 23:23:30.867 DEBG linked baseboards changed, live: [[::1]:60877], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
133212026-09-16T23:25:35.688Z Sep 16 23:23:30.867 INFO joining the universe that beat ours, ours: 850394d158a30f66eb56a2150482c298, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
133222026-09-16T23:25:35.688Z Sep 16 23:23:30.868 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
133232026-09-16T23:25:35.688Z Sep 16 23:23:30.868 DEBG linked baseboards changed, live: [[::1]:60877, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
133242026-09-16T23:25:35.688Z Sep 16 23:23:30.868 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
133252026-09-16T23:25:35.688Z Sep 16 23:23:30.868 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
133262026-09-16T23:25:35.688Z Sep 16 23:23:30.872 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
133272026-09-16T23:25:35.688Z Sep 16 23:23:30.872 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
133282026-09-16T23:25:35.688Z Sep 16 23:23:30.877 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
133292026-09-16T23:25:35.688Z Sep 16 23:23:30.915 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
133302026-09-16T23:25:35.688Z Sep 16 23:23:30.921 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133312026-09-16T23:25:35.688Z Sep 16 23:23:30.923 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
133322026-09-16T23:25:35.688Z Sep 16 23:23:30.962 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
133332026-09-16T23:25:35.688Z Sep 16 23:23:30.968 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133342026-09-16T23:25:35.688Z Sep 16 23:23:31.007 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
133352026-09-16T23:25:35.689Z Sep 16 23:23:31.013 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133362026-09-16T23:25:35.689Z Sep 16 23:23:31.051 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
133372026-09-16T23:25:35.689Z Sep 16 23:23:31.057 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133382026-09-16T23:25:35.689Z Sep 16 23:23:31.058 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133392026-09-16T23:25:35.689Z Sep 16 23:23:31.058 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133402026-09-16T23:25:35.689Z Sep 16 23:23:31.058 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133412026-09-16T23:25:35.689Z Sep 16 23:23:31.087 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133422026-09-16T23:25:35.689Z Sep 16 23:23:31.147 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133432026-09-16T23:25:35.689Z Sep 16 23:23:31.147 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133442026-09-16T23:25:35.689Z Sep 16 23:23:31.186 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133452026-09-16T23:25:35.689Z Sep 16 23:23:31.186 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133462026-09-16T23:25:35.689Z Sep 16 23:23:31.224 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133472026-09-16T23:25:35.689Z Sep 16 23:23:31.224 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
133482026-09-16T23:25:35.689Z Sep 16 23:23:31.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133492026-09-16T23:25:35.690Z Sep 16 23:23:31.263 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
133502026-09-16T23:25:35.690Z Sep 16 23:23:31.269 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
133512026-09-16T23:25:35.690Z Sep 16 23:23:31.269 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133522026-09-16T23:25:35.690Z Sep 16 23:23:31.275 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
133532026-09-16T23:25:35.690Z Sep 16 23:23:31.275 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133542026-09-16T23:25:35.690Z Sep 16 23:23:31.275 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
133552026-09-16T23:25:35.690Z Sep 16 23:23:31.281 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
133562026-09-16T23:25:35.690Z Sep 16 23:23:31.282 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133572026-09-16T23:25:35.690Z Sep 16 23:23:31.288 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
133582026-09-16T23:25:35.690Z Sep 16 23:23:31.288 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133592026-09-16T23:25:35.690Z Sep 16 23:23:31.288 DEBG attested by dial, baseboard: 913-0000019:2FAKE002, addr: [::1]:60877, component: sprockets dial, test: session_resumes_at_stored_successor
133602026-09-16T23:25:35.690Z Sep 16 23:23:31.291 INFO migrated, network: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
133612026-09-16T23:25:35.690Z Sep 16 23:23:31.291 INFO gossip universe changed, resetting state, network: ac052ac72c80d09134e19fa6be1e323f, component: state manager, test: session_resumes_at_stored_successor
133622026-09-16T23:25:35.690Z Sep 16 23:23:31.291 WARN no boundary record, and this universe has history, component: state manager, test: session_resumes_at_stored_successor
133632026-09-16T23:25:35.690Z Sep 16 23:23:31.294 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE002, component: state manager, test: session_resumes_at_stored_successor
133642026-09-16T23:25:35.690Z Sep 16 23:23:31.294 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE001, component: state manager, test: session_resumes_at_stored_successor
133652026-09-16T23:25:35.690Z Sep 16 23:23:31.294 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE001, component: state manager, test: session_resumes_at_stored_successor
133662026-09-16T23:25:35.690Z Sep 16 23:23:31.294 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
133672026-09-16T23:25:35.690Z Sep 16 23:23:31.294 DEBG linked baseboards changed, live: [[::1]:60877], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
133682026-09-16T23:25:35.690Z Sep 16 23:23:31.361 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
133692026-09-16T23:25:35.690Z Sep 16 23:23:31.364 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
133702026-09-16T23:25:35.690Z Sep 16 23:23:31.403 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
133712026-09-16T23:25:35.690Z Sep 16 23:23:31.409 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133722026-09-16T23:25:35.690Z Sep 16 23:23:31.448 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
133732026-09-16T23:25:35.690Z Sep 16 23:23:31.454 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133742026-09-16T23:25:35.691Z Sep 16 23:23:31.454 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133752026-09-16T23:25:35.691Z Sep 16 23:23:31.455 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133762026-09-16T23:25:35.691Z Sep 16 23:23:31.507 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133772026-09-16T23:25:35.691Z Sep 16 23:23:31.507 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133782026-09-16T23:25:35.691Z Sep 16 23:23:31.546 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133792026-09-16T23:25:35.691Z Sep 16 23:23:31.546 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
133802026-09-16T23:25:35.691Z Sep 16 23:23:31.552 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
133812026-09-16T23:25:35.691Z Sep 16 23:23:31.552 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133822026-09-16T23:25:35.691Z Sep 16 23:23:31.558 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
133832026-09-16T23:25:35.691Z Sep 16 23:23:31.558 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133842026-09-16T23:25:35.691Z Sep 16 23:23:31.558 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
133852026-09-16T23:25:35.691Z Sep 16 23:23:31.558 DEBG linked baseboards changed, live: [[::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }}, component: gossip manager, test: session_resumes_at_stored_successor
133862026-09-16T23:25:35.691Z Sep 16 23:23:31.559 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
133872026-09-16T23:25:35.691Z Sep 16 23:23:31.559 DEBG linked baseboards changed, live: [[::1]:60877, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
133882026-09-16T23:25:35.691Z Sep 16 23:23:31.560 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
133892026-09-16T23:25:35.691Z Sep 16 23:23:31.564 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
133902026-09-16T23:25:35.691Z Sep 16 23:23:31.602 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
133912026-09-16T23:25:35.691Z Sep 16 23:23:31.608 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
133922026-09-16T23:25:35.691Z Sep 16 23:23:31.647 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
133932026-09-16T23:25:35.691Z Sep 16 23:23:31.653 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
133942026-09-16T23:25:35.691Z Sep 16 23:23:31.653 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
133952026-09-16T23:25:35.691Z Sep 16 23:23:31.653 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
133962026-09-16T23:25:35.691Z Sep 16 23:23:31.706 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
133972026-09-16T23:25:35.691Z Sep 16 23:23:31.706 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
133982026-09-16T23:25:35.691Z Sep 16 23:23:31.744 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
133992026-09-16T23:25:35.691Z Sep 16 23:23:31.744 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
134002026-09-16T23:25:35.691Z Sep 16 23:23:31.750 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
134012026-09-16T23:25:35.691Z Sep 16 23:23:31.751 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134022026-09-16T23:25:35.691Z Sep 16 23:23:31.751 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
134032026-09-16T23:25:35.691Z Sep 16 23:23:31.757 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
134042026-09-16T23:25:35.691Z Sep 16 23:23:31.757 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134052026-09-16T23:25:35.691Z Sep 16 23:23:31.757 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:53432, component: sprockets dial, test: session_resumes_at_stored_successor
134062026-09-16T23:25:35.691Z Sep 16 23:23:31.758 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE003, component: state manager, test: session_resumes_at_stored_successor
134072026-09-16T23:25:35.692Z Sep 16 23:23:31.761 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE003, component: state manager, test: session_resumes_at_stored_successor
134082026-09-16T23:25:35.692Z Sep 16 23:23:31.859 DEBG forwarding request to gossip network, kind: session start, component: state manager, test: session_resumes_at_stored_successor
134092026-09-16T23:25:35.692Z Sep 16 23:23:31.859 INFO session started, actor: staff-hello-clap-again-senior-swap-must-elephant, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
134102026-09-16T23:25:35.692Z Sep 16 23:23:31.862 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
134112026-09-16T23:25:35.692Z Sep 16 23:23:31.863 INFO session started, actor: staff-hello-clap-again-senior-swap-must-elephant, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
134122026-09-16T23:25:35.692Z Sep 16 23:23:31.867 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
134132026-09-16T23:25:35.692Z Sep 16 23:23:31.905 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
134142026-09-16T23:25:35.692Z Sep 16 23:23:31.911 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134152026-09-16T23:25:35.692Z Sep 16 23:23:31.949 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
134162026-09-16T23:25:35.692Z Sep 16 23:23:31.956 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134172026-09-16T23:25:35.692Z Sep 16 23:23:31.956 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
134182026-09-16T23:25:35.692Z Sep 16 23:23:31.956 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
134192026-09-16T23:25:35.692Z Sep 16 23:23:32.009 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
134202026-09-16T23:25:35.697Z Sep 16 23:23:32.009 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
134212026-09-16T23:25:35.697Z Sep 16 23:23:32.047 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
134222026-09-16T23:25:35.697Z Sep 16 23:23:32.047 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
134232026-09-16T23:25:35.697Z Sep 16 23:23:32.053 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
134242026-09-16T23:25:35.697Z Sep 16 23:23:32.054 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134252026-09-16T23:25:35.697Z Sep 16 23:23:32.060 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
134262026-09-16T23:25:35.697Z Sep 16 23:23:32.060 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134272026-09-16T23:25:35.697Z Sep 16 23:23:32.062 INFO session started, actor: staff-hello-clap-again-senior-swap-must-elephant, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
134282026-09-16T23:25:35.697Z Sep 16 23:23:32.065 DEBG linked baseboards changed, live: [[::1]:60877], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
134292026-09-16T23:25:35.697Z Sep 16 23:23:32.065 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
134302026-09-16T23:25:35.697Z Sep 16 23:23:32.568 DEBG forwarding request to gossip network, kind: job start, component: state manager, test: session_resumes_at_stored_successor
134312026-09-16T23:25:35.697Z Sep 16 23:23:32.573 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
134322026-09-16T23:25:35.697Z Sep 16 23:23:32.581 DEBG forwarding event to gossip network, event: Job(Start(JobId(unable-slogan-rabbit-people-tube-olympic-tray-ecology), 2026-09-16T23:23:32.581480116Z)), component: state manager, test: session_resumes_at_stored_successor
134332026-09-16T23:25:35.697Z Sep 16 23:23:32.582 INFO job started, when: 2026-09-16 23:23:32.581480116 UTC, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: state manager, test: session_resumes_at_stored_successor
134342026-09-16T23:25:35.697Z Sep 16 23:23:32.583 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
134352026-09-16T23:25:35.697Z Sep 16 23:23:32.622 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
134362026-09-16T23:25:35.697Z Sep 16 23:23:32.628 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134372026-09-16T23:25:35.697Z Sep 16 23:23:32.667 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
134382026-09-16T23:25:35.697Z Sep 16 23:23:32.673 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134392026-09-16T23:25:35.697Z Sep 16 23:23:32.673 DEBG reaped job process, mode: batch, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: executor, component: state manager, test: session_resumes_at_stored_successor
134402026-09-16T23:25:35.697Z Sep 16 23:23:32.673 DEBG EOF on all job output streams, mode: batch, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: executor, component: state manager, test: session_resumes_at_stored_successor
134412026-09-16T23:25:35.697Z Sep 16 23:23:32.673 INFO job stopped, mode: batch, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: executor, component: state manager, test: session_resumes_at_stored_successor
134422026-09-16T23:25:35.697Z Sep 16 23:23:32.674 DEBG forwarding event to gossip network, event: Job(Stop(JobId(unable-slogan-rabbit-people-tube-olympic-tray-ecology), 2026-09-16T23:23:32.674053423Z, Ok(0), JobOutputState { stdout_len: 0, stderr_len: 0, stdout_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])), stderr_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])) })), component: state manager, test: session_resumes_at_stored_successor
134432026-09-16T23:25:35.697Z Sep 16 23:23:32.674 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.674053423 UTC, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: state manager, test: session_resumes_at_stored_successor
134442026-09-16T23:25:35.697Z Sep 16 23:23:32.677 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
134452026-09-16T23:25:35.697Z Sep 16 23:23:32.677 DEBG forwarding request to gossip network, kind: job start, component: state manager, test: session_resumes_at_stored_successor
134462026-09-16T23:25:35.697Z Sep 16 23:23:32.680 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
134472026-09-16T23:25:35.698Z Sep 16 23:23:32.732 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
134482026-09-16T23:25:35.698Z Sep 16 23:23:32.732 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
134492026-09-16T23:25:35.698Z Sep 16 23:23:32.771 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
134502026-09-16T23:25:35.698Z Sep 16 23:23:32.771 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
134512026-09-16T23:25:35.698Z Sep 16 23:23:32.774 DEBG forwarding event to gossip network, event: Job(Start(JobId(sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold), 2026-09-16T23:23:32.774157684Z)), component: state manager, test: session_resumes_at_stored_successor
134522026-09-16T23:25:35.698Z Sep 16 23:23:32.774 INFO job started, when: 2026-09-16 23:23:32.774157684 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
134532026-09-16T23:25:35.698Z Sep 16 23:23:32.781 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
134542026-09-16T23:25:35.698Z Sep 16 23:23:32.781 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134552026-09-16T23:25:35.698Z Sep 16 23:23:32.787 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
134562026-09-16T23:25:35.698Z Sep 16 23:23:32.787 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134572026-09-16T23:25:35.698Z Sep 16 23:23:32.787 DEBG reaped job process, mode: batch, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: executor, component: state manager, test: session_resumes_at_stored_successor
134582026-09-16T23:25:35.698Z Sep 16 23:23:32.787 DEBG EOF on all job output streams, mode: batch, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: executor, component: state manager, test: session_resumes_at_stored_successor
134592026-09-16T23:25:35.698Z Sep 16 23:23:32.787 INFO job stopped, mode: batch, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: executor, component: state manager, test: session_resumes_at_stored_successor
134602026-09-16T23:25:35.698Z Sep 16 23:23:32.788 DEBG forwarding event to gossip network, event: Job(Stop(JobId(sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold), 2026-09-16T23:23:32.788184334Z, Ok(0), JobOutputState { stdout_len: 0, stderr_len: 0, stdout_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])), stderr_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])) })), component: state manager, test: session_resumes_at_stored_successor
134612026-09-16T23:25:35.698Z Sep 16 23:23:32.788 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.788184334 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
134622026-09-16T23:25:35.698Z Sep 16 23:23:32.795 INFO job started, when: 2026-09-16 23:23:32.581480116 UTC, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: state manager, test: session_resumes_at_stored_successor
134632026-09-16T23:25:35.698Z Sep 16 23:23:32.795 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.674053423 UTC, job_id: unable-slogan-rabbit-people-tube-olympic-tray-ecology, component: state manager, test: session_resumes_at_stored_successor
134642026-09-16T23:25:35.698Z Sep 16 23:23:32.796 INFO job started, when: 2026-09-16 23:23:32.774157684 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
134652026-09-16T23:25:35.698Z Sep 16 23:23:32.796 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.788184334 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
134662026-09-16T23:25:35.698Z Sep 16 23:23:32.890 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
134672026-09-16T23:25:35.698Z Sep 16 23:23:32.890 INFO gossip network quiescent, component: state manager, test: session_resumes_at_stored_successor
134682026-09-16T23:25:35.698Z Sep 16 23:23:33.392 INFO starting sush, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), test: session_resumes_at_stored_successor
134692026-09-16T23:25:35.698Z Sep 16 23:23:33.401 INFO managing state, component: state manager, test: session_resumes_at_stored_successor
134702026-09-16T23:25:35.698Z Sep 16 23:23:33.401 INFO inherited an execution boundary; the committed session resumes at its stored successor, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
134712026-09-16T23:25:35.699Z Sep 16 23:23:33.402 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
134722026-09-16T23:25:35.699Z Sep 16 23:23:33.406 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
134732026-09-16T23:25:35.699Z Sep 16 23:23:33.445 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
134742026-09-16T23:25:35.699Z Sep 16 23:23:33.451 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134752026-09-16T23:25:35.699Z Sep 16 23:23:33.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
134762026-09-16T23:25:35.699Z Sep 16 23:23:33.516 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134772026-09-16T23:25:35.699Z Sep 16 23:23:33.517 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
134782026-09-16T23:25:35.699Z Sep 16 23:23:33.517 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
134792026-09-16T23:25:35.699Z Sep 16 23:23:33.582 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
134802026-09-16T23:25:35.699Z Sep 16 23:23:33.582 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
134812026-09-16T23:25:35.699Z Sep 16 23:23:33.620 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
134822026-09-16T23:25:35.699Z Sep 16 23:23:33.620 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
134832026-09-16T23:25:35.699Z Sep 16 23:23:33.627 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
134842026-09-16T23:25:35.699Z Sep 16 23:23:33.627 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
134852026-09-16T23:25:35.699Z Sep 16 23:23:33.627 DEBG attested by accept, baseboard: 913-0000019:2FAKE002, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
134862026-09-16T23:25:35.699Z Sep 16 23:23:33.633 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
134872026-09-16T23:25:35.699Z Sep 16 23:23:33.633 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
134882026-09-16T23:25:35.699Z Sep 16 23:23:33.633 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:42323, component: sprockets dial, test: session_resumes_at_stored_successor
134892026-09-16T23:25:35.699Z Sep 16 23:23:33.633 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
134902026-09-16T23:25:35.699Z Sep 16 23:23:33.633 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
134912026-09-16T23:25:35.699Z Sep 16 23:23:33.633 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
134922026-09-16T23:25:35.699Z Sep 16 23:23:33.633 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
134932026-09-16T23:25:35.699Z Sep 16 23:23:33.634 DEBG universe mismatch, we_lose: true, their_events: 3, our_events: 1, theirs: ac052ac72c80d09134e19fa6be1e323f, ours: f4d1797990767b4d9d6a71b600cd6e5b, component: gossip manager, test: session_resumes_at_stored_successor
134942026-09-16T23:25:35.699Z Sep 16 23:23:33.634 DEBG link driver stopped, dominated: true, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
134952026-09-16T23:25:35.699Z Sep 16 23:23:33.634 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
134962026-09-16T23:25:35.699Z Sep 16 23:23:33.634 DEBG universe mismatch, we_lose: false, their_events: 1, our_events: 3, theirs: f4d1797990767b4d9d6a71b600cd6e5b, ours: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
134972026-09-16T23:25:35.699Z Sep 16 23:23:33.634 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
134982026-09-16T23:25:35.699Z Sep 16 23:23:33.635 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
134992026-09-16T23:25:35.700Z Sep 16 23:23:33.654 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135002026-09-16T23:25:35.700Z Sep 16 23:23:33.658 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135012026-09-16T23:25:35.700Z Sep 16 23:23:33.696 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135022026-09-16T23:25:35.700Z Sep 16 23:23:33.702 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135032026-09-16T23:25:35.700Z Sep 16 23:23:33.741 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
135042026-09-16T23:25:35.700Z Sep 16 23:23:33.747 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135052026-09-16T23:25:35.700Z Sep 16 23:23:33.748 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
135062026-09-16T23:25:35.700Z Sep 16 23:23:33.748 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
135072026-09-16T23:25:35.700Z Sep 16 23:23:33.801 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
135082026-09-16T23:25:35.700Z Sep 16 23:23:33.801 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
135092026-09-16T23:25:35.700Z Sep 16 23:23:33.845 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
135102026-09-16T23:25:35.700Z Sep 16 23:23:33.845 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
135112026-09-16T23:25:35.700Z Sep 16 23:23:33.851 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
135122026-09-16T23:25:35.700Z Sep 16 23:23:33.851 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135132026-09-16T23:25:35.700Z Sep 16 23:23:33.858 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
135142026-09-16T23:25:35.700Z Sep 16 23:23:33.858 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135152026-09-16T23:25:35.700Z Sep 16 23:23:33.858 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
135162026-09-16T23:25:35.700Z Sep 16 23:23:33.858 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
135172026-09-16T23:25:35.700Z Sep 16 23:23:33.858 INFO joining the universe that beat ours, ours: f4d1797990767b4d9d6a71b600cd6e5b, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
135182026-09-16T23:25:35.700Z Sep 16 23:23:33.860 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135192026-09-16T23:25:35.700Z Sep 16 23:23:33.864 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135202026-09-16T23:25:35.705Z Sep 16 23:23:33.903 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135212026-09-16T23:25:35.705Z Sep 16 23:23:33.909 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135222026-09-16T23:25:35.705Z Sep 16 23:23:33.948 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
135232026-09-16T23:25:35.705Z Sep 16 23:23:33.955 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135242026-09-16T23:25:35.705Z Sep 16 23:23:33.956 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
135252026-09-16T23:25:35.705Z Sep 16 23:23:33.956 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
135262026-09-16T23:25:35.705Z Sep 16 23:23:34.012 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
135272026-09-16T23:25:35.705Z Sep 16 23:23:34.012 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
135282026-09-16T23:25:35.705Z Sep 16 23:23:34.158 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
135292026-09-16T23:25:35.705Z Sep 16 23:23:34.158 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
135302026-09-16T23:25:35.705Z Sep 16 23:23:34.165 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
135312026-09-16T23:25:35.705Z Sep 16 23:23:34.165 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135322026-09-16T23:25:35.705Z Sep 16 23:23:34.165 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
135332026-09-16T23:25:35.705Z Sep 16 23:23:34.171 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
135342026-09-16T23:25:35.705Z Sep 16 23:23:34.171 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135352026-09-16T23:25:35.705Z Sep 16 23:23:34.172 DEBG attested by dial, baseboard: 913-0000019:2FAKE002, addr: [::1]:61754, component: sprockets dial, test: session_resumes_at_stored_successor
135362026-09-16T23:25:35.705Z Sep 16 23:23:34.174 INFO migrated, network: ac052ac72c80d09134e19fa6be1e323f, component: gossip manager, test: session_resumes_at_stored_successor
135372026-09-16T23:25:35.705Z Sep 16 23:23:34.174 INFO gossip universe changed, resetting state, network: ac052ac72c80d09134e19fa6be1e323f, component: state manager, test: session_resumes_at_stored_successor
135382026-09-16T23:25:35.705Z Sep 16 23:23:34.177 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE001, component: state manager, test: session_resumes_at_stored_successor
135392026-09-16T23:25:35.705Z Sep 16 23:23:34.177 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE003, component: state manager, test: session_resumes_at_stored_successor
135402026-09-16T23:25:35.705Z Sep 16 23:23:34.177 INFO session started, actor: staff-hello-clap-again-senior-swap-must-elephant, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
135412026-09-16T23:25:35.705Z Sep 16 23:23:34.177 INFO resuming the committed session at its successor, successor: action-gospel-cute-depart-panel-rate-surprise-ethics, session_id: ten-sound-attract-autumn-unhappy-romance-antenna-dirt, component: state manager, test: session_resumes_at_stored_successor
135422026-09-16T23:25:35.705Z Sep 16 23:23:34.178 WARN adjudicated an unwitnessed job from a previous life, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
135432026-09-16T23:25:35.705Z Sep 16 23:23:34.178 INFO job started, when: 2026-09-16 23:23:32.774157684 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
135442026-09-16T23:25:35.705Z Sep 16 23:23:34.178 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.788184334 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
135452026-09-16T23:25:35.705Z Sep 16 23:23:34.179 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135462026-09-16T23:25:35.705Z Sep 16 23:23:34.180 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
135472026-09-16T23:25:35.705Z Sep 16 23:23:34.180 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
135482026-09-16T23:25:35.705Z Sep 16 23:23:34.183 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135492026-09-16T23:25:35.705Z Sep 16 23:23:34.222 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135502026-09-16T23:25:35.706Z Sep 16 23:23:34.228 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135512026-09-16T23:25:35.706Z Sep 16 23:23:34.268 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
135522026-09-16T23:25:35.706Z Sep 16 23:23:34.274 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135532026-09-16T23:25:35.706Z Sep 16 23:23:34.277 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
135542026-09-16T23:25:35.706Z Sep 16 23:23:34.277 DEBG forwarding request to gossip network, kind: job start, component: state manager, test: session_resumes_at_stored_successor
135552026-09-16T23:25:35.706Z Sep 16 23:23:34.280 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
135562026-09-16T23:25:35.706Z Sep 16 23:23:34.340 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
135572026-09-16T23:25:35.706Z Sep 16 23:23:34.340 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
135582026-09-16T23:25:35.706Z Sep 16 23:23:34.387 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
135592026-09-16T23:25:35.706Z Sep 16 23:23:34.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
135602026-09-16T23:25:35.706Z Sep 16 23:23:34.394 DEBG reaped job process, mode: batch, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: executor, component: state manager, test: session_resumes_at_stored_successor
135612026-09-16T23:25:35.706Z Sep 16 23:23:34.394 DEBG forwarding event to gossip network, event: Job(Start(JobId(action-gospel-cute-depart-panel-rate-surprise-ethics), 2026-09-16T23:23:34.394411876Z)), component: state manager, test: session_resumes_at_stored_successor
135622026-09-16T23:25:35.706Z Sep 16 23:23:34.395 INFO job started, when: 2026-09-16 23:23:34.394411876 UTC, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: state manager, test: session_resumes_at_stored_successor
135632026-09-16T23:25:35.706Z Sep 16 23:23:34.395 DEBG EOF on all job output streams, mode: batch, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: executor, component: state manager, test: session_resumes_at_stored_successor
135642026-09-16T23:25:35.706Z Sep 16 23:23:34.395 INFO job stopped, mode: batch, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: executor, component: state manager, test: session_resumes_at_stored_successor
135652026-09-16T23:25:35.706Z Sep 16 23:23:34.395 DEBG forwarding event to gossip network, event: Job(Stop(JobId(action-gospel-cute-depart-panel-rate-surprise-ethics), 2026-09-16T23:23:34.395939484Z, Ok(0), JobOutputState { stdout_len: 0, stderr_len: 0, stdout_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])), stderr_hash: JobOutputHash(Hash([167, 255, 198, 248, 191, 30, 215, 102, 81, 193, 71, 86, 160, 97, 214, 98, 245, 128, 255, 77, 228, 59, 73, 250, 130, 216, 10, 75, 128, 248, 67, 74])) })), component: state manager, test: session_resumes_at_stored_successor
135662026-09-16T23:25:35.706Z Sep 16 23:23:34.396 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:34.395939484 UTC, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: state manager, test: session_resumes_at_stored_successor
135672026-09-16T23:25:35.706Z Sep 16 23:23:34.403 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
135682026-09-16T23:25:35.706Z Sep 16 23:23:34.403 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135692026-09-16T23:25:35.707Z Sep 16 23:23:34.410 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
135702026-09-16T23:25:35.707Z Sep 16 23:23:34.410 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135712026-09-16T23:25:35.707Z Sep 16 23:23:34.411 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135722026-09-16T23:25:35.707Z Sep 16 23:23:34.411 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135732026-09-16T23:25:35.707Z Sep 16 23:23:34.418 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
135742026-09-16T23:25:35.707Z Sep 16 23:23:34.419 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
135752026-09-16T23:25:35.707Z Sep 16 23:23:34.420 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135762026-09-16T23:25:35.707Z Sep 16 23:23:34.515 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135772026-09-16T23:25:35.707Z Sep 16 23:23:34.521 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135782026-09-16T23:25:35.707Z Sep 16 23:23:34.523 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135792026-09-16T23:25:35.707Z Sep 16 23:23:34.562 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135802026-09-16T23:25:35.707Z Sep 16 23:23:34.568 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135812026-09-16T23:25:35.707Z Sep 16 23:23:34.569 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
135822026-09-16T23:25:35.707Z Sep 16 23:23:34.569 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
135832026-09-16T23:25:35.707Z Sep 16 23:23:34.616 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
135842026-09-16T23:25:35.707Z Sep 16 23:23:34.622 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135852026-09-16T23:25:35.707Z Sep 16 23:23:34.668 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
135862026-09-16T23:25:35.707Z Sep 16 23:23:34.674 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
135872026-09-16T23:25:35.707Z Sep 16 23:23:34.676 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
135882026-09-16T23:25:35.707Z Sep 16 23:23:34.676 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
135892026-09-16T23:25:35.707Z Sep 16 23:23:34.678 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
135902026-09-16T23:25:35.707Z Sep 16 23:23:34.685 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
135912026-09-16T23:25:35.707Z Sep 16 23:23:34.699 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
135922026-09-16T23:25:35.707Z Sep 16 23:23:34.774 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
135932026-09-16T23:25:35.707Z Sep 16 23:23:34.774 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
135942026-09-16T23:25:35.707Z Sep 16 23:23:34.877 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
135952026-09-16T23:25:35.707Z Sep 16 23:23:34.877 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
135962026-09-16T23:25:35.707Z Sep 16 23:23:34.879 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
135972026-09-16T23:25:35.708Z Sep 16 23:23:34.941 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
135982026-09-16T23:25:35.708Z Sep 16 23:23:34.948 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
135992026-09-16T23:25:35.708Z Sep 16 23:23:35.023 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136002026-09-16T23:25:35.708Z Sep 16 23:23:35.023 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136012026-09-16T23:25:35.708Z Sep 16 23:23:35.062 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136022026-09-16T23:25:35.708Z Sep 16 23:23:35.062 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136032026-09-16T23:25:35.708Z Sep 16 23:23:35.103 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
136042026-09-16T23:25:35.708Z Sep 16 23:23:35.110 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136052026-09-16T23:25:35.708Z Sep 16 23:23:35.111 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
136062026-09-16T23:25:35.708Z Sep 16 23:23:35.111 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
136072026-09-16T23:25:35.708Z Sep 16 23:23:35.124 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136082026-09-16T23:25:35.708Z Sep 16 23:23:35.125 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136092026-09-16T23:25:35.708Z Sep 16 23:23:35.125 DEBG attested by accept, baseboard: 913-0000019:2FAKE002, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
136102026-09-16T23:25:35.708Z Sep 16 23:23:35.134 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136112026-09-16T23:25:35.708Z Sep 16 23:23:35.134 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136122026-09-16T23:25:35.708Z Sep 16 23:23:35.134 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
136132026-09-16T23:25:35.708Z Sep 16 23:23:35.148 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136142026-09-16T23:25:35.708Z Sep 16 23:23:35.148 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136152026-09-16T23:25:35.708Z Sep 16 23:23:35.154 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136162026-09-16T23:25:35.708Z Sep 16 23:23:35.154 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136172026-09-16T23:25:35.708Z Sep 16 23:23:35.193 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
136182026-09-16T23:25:35.708Z Sep 16 23:23:35.193 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
136192026-09-16T23:25:35.708Z Sep 16 23:23:35.193 DEBG attested by dial, baseboard: 913-0000019:2FAKE003, addr: [::1]:42323, component: sprockets dial, test: session_resumes_at_stored_successor
136202026-09-16T23:25:35.713Z Sep 16 23:23:35.193 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:53432, component: sprockets dial, test: session_resumes_at_stored_successor
136212026-09-16T23:25:35.713Z Sep 16 23:23:35.232 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136222026-09-16T23:25:35.713Z Sep 16 23:23:35.232 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136232026-09-16T23:25:35.713Z Sep 16 23:23:35.232 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
136242026-09-16T23:25:35.713Z Sep 16 23:23:35.232 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
136252026-09-16T23:25:35.713Z Sep 16 23:23:35.232 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
136262026-09-16T23:25:35.713Z Sep 16 23:23:35.232 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
136272026-09-16T23:25:35.713Z Sep 16 23:23:35.232 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
136282026-09-16T23:25:35.714Z Sep 16 23:23:35.232 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
136292026-09-16T23:25:35.714Z Sep 16 23:23:35.232 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
136302026-09-16T23:25:35.714Z Sep 16 23:23:35.243 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136312026-09-16T23:25:35.714Z Sep 16 23:23:35.243 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136322026-09-16T23:25:35.714Z Sep 16 23:23:35.243 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
136332026-09-16T23:25:35.714Z Sep 16 23:23:35.251 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136342026-09-16T23:25:35.714Z Sep 16 23:23:35.251 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136352026-09-16T23:25:35.714Z Sep 16 23:23:35.253 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
136362026-09-16T23:25:35.714Z Sep 16 23:23:35.253 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
136372026-09-16T23:25:35.714Z Sep 16 23:23:35.256 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
136382026-09-16T23:25:35.714Z Sep 16 23:23:35.294 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
136392026-09-16T23:25:35.714Z Sep 16 23:23:35.300 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136402026-09-16T23:25:35.714Z Sep 16 23:23:35.306 INFO sled version, version: 0.1.0 (98175038017a46b7927dafc20e9f1821e1d575c2), sled: 913-0000019:2FAKE002, component: state manager, test: session_resumes_at_stored_successor
136412026-09-16T23:25:35.714Z Sep 16 23:23:35.306 INFO job started, when: 2026-09-16 23:23:32.774157684 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
136422026-09-16T23:25:35.714Z Sep 16 23:23:35.306 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:32.788184334 UTC, job_id: sound-satoshi-wagon-pull-satoshi-friend-indicate-unfold, component: state manager, test: session_resumes_at_stored_successor
136432026-09-16T23:25:35.714Z Sep 16 23:23:35.306 INFO job started, when: 2026-09-16 23:23:34.394411876 UTC, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: state manager, test: session_resumes_at_stored_successor
136442026-09-16T23:25:35.714Z Sep 16 23:23:35.306 INFO job stopped, result: Ok(0), when: 2026-09-16 23:23:34.395939484 UTC, job_id: action-gospel-cute-depart-panel-rate-surprise-ethics, component: state manager, test: session_resumes_at_stored_successor
136452026-09-16T23:25:35.714Z Sep 16 23:23:35.345 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
136462026-09-16T23:25:35.714Z Sep 16 23:23:35.351 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136472026-09-16T23:25:35.714Z Sep 16 23:23:35.353 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
136482026-09-16T23:25:35.714Z Sep 16 23:23:35.392 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
136492026-09-16T23:25:35.714Z Sep 16 23:23:35.398 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136502026-09-16T23:25:35.714Z Sep 16 23:23:35.400 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
136512026-09-16T23:25:35.714Z Sep 16 23:23:35.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
136522026-09-16T23:25:35.714Z Sep 16 23:23:35.448 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136532026-09-16T23:25:35.714Z Sep 16 23:23:35.449 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
136542026-09-16T23:25:35.715Z Sep 16 23:23:35.487 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
136552026-09-16T23:25:35.715Z Sep 16 23:23:35.493 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136562026-09-16T23:25:35.715Z Sep 16 23:23:35.532 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
136572026-09-16T23:25:35.715Z Sep 16 23:23:35.538 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136582026-09-16T23:25:35.715Z Sep 16 23:23:35.539 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
136592026-09-16T23:25:35.715Z Sep 16 23:23:35.546 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
136602026-09-16T23:25:35.715Z Sep 16 23:23:35.546 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
136612026-09-16T23:25:35.715Z Sep 16 23:23:35.553 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
136622026-09-16T23:25:35.715Z Sep 16 23:23:35.561 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
136632026-09-16T23:25:35.715Z Sep 16 23:23:35.606 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
136642026-09-16T23:25:35.715Z Sep 16 23:23:35.606 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
136652026-09-16T23:25:35.715Z Sep 16 23:23:35.663 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136662026-09-16T23:25:35.715Z Sep 16 23:23:35.663 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136672026-09-16T23:25:35.715Z Sep 16 23:23:35.701 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
136682026-09-16T23:25:35.715Z Sep 16 23:23:35.701 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
136692026-09-16T23:25:35.715Z Sep 16 23:23:35.739 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
136702026-09-16T23:25:35.715Z Sep 16 23:23:35.740 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
136712026-09-16T23:25:35.715Z Sep 16 23:23:35.778 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136722026-09-16T23:25:35.715Z Sep 16 23:23:35.778 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136732026-09-16T23:25:35.715Z Sep 16 23:23:35.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
136742026-09-16T23:25:35.715Z Sep 16 23:23:35.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
136752026-09-16T23:25:35.715Z Sep 16 23:23:35.822 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136762026-09-16T23:25:35.715Z Sep 16 23:23:35.823 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136772026-09-16T23:25:35.715Z Sep 16 23:23:35.823 DEBG attested by accept, baseboard: 913-0000019:2FAKE001, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
136782026-09-16T23:25:35.715Z Sep 16 23:23:35.829 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136792026-09-16T23:25:35.715Z Sep 16 23:23:35.829 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136802026-09-16T23:25:35.715Z Sep 16 23:23:35.835 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136812026-09-16T23:25:35.716Z Sep 16 23:23:35.835 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136822026-09-16T23:25:35.716Z Sep 16 23:23:35.841 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
136832026-09-16T23:25:35.716Z Sep 16 23:23:35.841 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136842026-09-16T23:25:35.716Z Sep 16 23:23:35.841 DEBG attested by dial, baseboard: 913-0000019:2FAKE002, addr: [::1]:61754, component: sprockets dial, test: session_resumes_at_stored_successor
136852026-09-16T23:25:35.716Z Sep 16 23:23:35.848 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136862026-09-16T23:25:35.716Z Sep 16 23:23:35.848 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136872026-09-16T23:25:35.716Z Sep 16 23:23:35.854 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
136882026-09-16T23:25:35.716Z Sep 16 23:23:35.854 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136892026-09-16T23:25:35.716Z Sep 16 23:23:35.856 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
136902026-09-16T23:25:35.716Z Sep 16 23:23:35.859 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
136912026-09-16T23:25:35.716Z Sep 16 23:23:35.860 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
136922026-09-16T23:25:35.716Z Sep 16 23:23:35.899 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
136932026-09-16T23:25:35.716Z Sep 16 23:23:35.905 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136942026-09-16T23:25:35.716Z Sep 16 23:23:35.945 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
136952026-09-16T23:25:35.716Z Sep 16 23:23:35.951 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
136962026-09-16T23:25:35.716Z Sep 16 23:23:35.953 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
136972026-09-16T23:25:35.716Z Sep 16 23:23:35.992 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
136982026-09-16T23:25:35.716Z Sep 16 23:23:35.998 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
136992026-09-16T23:25:35.716Z Sep 16 23:23:35.998 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137002026-09-16T23:25:35.717Z Sep 16 23:23:36.038 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137012026-09-16T23:25:35.717Z Sep 16 23:23:36.044 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137022026-09-16T23:25:35.717Z Sep 16 23:23:36.045 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
137032026-09-16T23:25:35.717Z Sep 16 23:23:36.052 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137042026-09-16T23:25:35.717Z Sep 16 23:23:36.059 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
137052026-09-16T23:25:35.717Z Sep 16 23:23:36.104 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
137062026-09-16T23:25:35.717Z Sep 16 23:23:36.104 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
137072026-09-16T23:25:35.717Z Sep 16 23:23:36.150 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
137082026-09-16T23:25:35.717Z Sep 16 23:23:36.150 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
137092026-09-16T23:25:35.717Z Sep 16 23:23:36.188 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
137102026-09-16T23:25:35.717Z Sep 16 23:23:36.188 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
137112026-09-16T23:25:35.717Z Sep 16 23:23:36.227 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
137122026-09-16T23:25:35.717Z Sep 16 23:23:36.227 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
137132026-09-16T23:25:35.717Z Sep 16 23:23:36.233 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
137142026-09-16T23:25:35.717Z Sep 16 23:23:36.234 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137152026-09-16T23:25:35.717Z Sep 16 23:23:36.240 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
137162026-09-16T23:25:35.717Z Sep 16 23:23:36.240 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137172026-09-16T23:25:35.717Z Sep 16 23:23:36.246 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
137182026-09-16T23:25:35.717Z Sep 16 23:23:36.246 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137192026-09-16T23:25:35.717Z Sep 16 23:23:36.246 DEBG attested by accept, baseboard: 913-0000019:2FAKE003, ip: ::1, component: sprockets listen, test: session_resumes_at_stored_successor
137202026-09-16T23:25:35.722Z Sep 16 23:23:36.246 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
137212026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
137222026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
137232026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
137242026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
137252026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
137262026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
137272026-09-16T23:25:35.722Z Sep 16 23:23:36.247 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
137282026-09-16T23:25:35.722Z Sep 16 23:23:36.248 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
137292026-09-16T23:25:35.722Z Sep 16 23:23:36.248 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
137302026-09-16T23:25:35.722Z Sep 16 23:23:36.248 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
137312026-09-16T23:25:35.722Z Sep 16 23:23:36.254 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
137322026-09-16T23:25:35.722Z Sep 16 23:23:36.254 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137332026-09-16T23:25:35.722Z Sep 16 23:23:36.442 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137342026-09-16T23:25:35.722Z Sep 16 23:23:36.442 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137352026-09-16T23:25:35.722Z Sep 16 23:23:36.447 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137362026-09-16T23:25:35.722Z Sep 16 23:23:36.485 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137372026-09-16T23:25:35.722Z Sep 16 23:23:36.491 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137382026-09-16T23:25:35.722Z Sep 16 23:23:36.493 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137392026-09-16T23:25:35.722Z Sep 16 23:23:36.531 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137402026-09-16T23:25:35.722Z Sep 16 23:23:36.537 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137412026-09-16T23:25:35.722Z Sep 16 23:23:36.576 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137422026-09-16T23:25:35.722Z Sep 16 23:23:36.582 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137432026-09-16T23:25:35.722Z Sep 16 23:23:36.621 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137442026-09-16T23:25:35.722Z Sep 16 23:23:36.627 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137452026-09-16T23:25:35.722Z Sep 16 23:23:36.627 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137462026-09-16T23:25:35.722Z Sep 16 23:23:36.627 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137472026-09-16T23:25:35.722Z Sep 16 23:23:36.627 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
137482026-09-16T23:25:35.722Z Sep 16 23:23:36.634 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
137492026-09-16T23:25:35.722Z Sep 16 23:23:36.694 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
137502026-09-16T23:25:35.722Z Sep 16 23:23:36.694 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
137512026-09-16T23:25:35.722Z Sep 16 23:23:36.732 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
137522026-09-16T23:25:35.722Z Sep 16 23:23:36.732 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
137532026-09-16T23:25:35.723Z Sep 16 23:23:36.770 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
137542026-09-16T23:25:35.723Z Sep 16 23:23:36.770 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
137552026-09-16T23:25:35.723Z Sep 16 23:23:36.808 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
137562026-09-16T23:25:35.723Z Sep 16 23:23:36.808 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
137572026-09-16T23:25:35.723Z Sep 16 23:23:36.814 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
137582026-09-16T23:25:35.723Z Sep 16 23:23:36.815 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137592026-09-16T23:25:35.723Z Sep 16 23:23:36.821 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
137602026-09-16T23:25:35.723Z Sep 16 23:23:36.821 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137612026-09-16T23:25:35.723Z Sep 16 23:23:36.827 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
137622026-09-16T23:25:35.723Z Sep 16 23:23:36.827 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137632026-09-16T23:25:35.723Z Sep 16 23:23:36.833 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
137642026-09-16T23:25:35.723Z Sep 16 23:23:36.833 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137652026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
137662026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
137672026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
137682026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
137692026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
137702026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
137712026-09-16T23:25:35.724Z Sep 16 23:23:36.833 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
137722026-09-16T23:25:35.724Z Sep 16 23:23:36.837 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137732026-09-16T23:25:35.724Z Sep 16 23:23:36.837 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137742026-09-16T23:25:35.724Z Sep 16 23:23:36.842 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137752026-09-16T23:25:35.724Z Sep 16 23:23:36.842 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
137762026-09-16T23:25:35.724Z Sep 16 23:23:36.843 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137772026-09-16T23:25:35.724Z Sep 16 23:23:36.881 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137782026-09-16T23:25:35.724Z Sep 16 23:23:36.887 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137792026-09-16T23:25:35.724Z Sep 16 23:23:36.889 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137802026-09-16T23:25:35.724Z Sep 16 23:23:36.927 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137812026-09-16T23:25:35.724Z Sep 16 23:23:36.933 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137822026-09-16T23:25:35.724Z Sep 16 23:23:36.975 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137832026-09-16T23:25:35.724Z Sep 16 23:23:36.981 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137842026-09-16T23:25:35.724Z Sep 16 23:23:37.019 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137852026-09-16T23:25:35.724Z Sep 16 23:23:37.025 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137862026-09-16T23:25:35.724Z Sep 16 23:23:37.027 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137872026-09-16T23:25:35.724Z Sep 16 23:23:37.065 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137882026-09-16T23:25:35.724Z Sep 16 23:23:37.071 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137892026-09-16T23:25:35.724Z Sep 16 23:23:37.073 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
137902026-09-16T23:25:35.724Z Sep 16 23:23:37.111 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
137912026-09-16T23:25:35.724Z Sep 16 23:23:37.117 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
137922026-09-16T23:25:35.724Z Sep 16 23:23:37.118 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137932026-09-16T23:25:35.724Z Sep 16 23:23:37.118 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
137942026-09-16T23:25:35.724Z Sep 16 23:23:37.156 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137952026-09-16T23:25:35.724Z Sep 16 23:23:37.162 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137962026-09-16T23:25:35.724Z Sep 16 23:23:37.200 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
137972026-09-16T23:25:35.724Z Sep 16 23:23:37.206 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
137982026-09-16T23:25:35.724Z Sep 16 23:23:37.207 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
137992026-09-16T23:25:35.724Z Sep 16 23:23:37.214 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138002026-09-16T23:25:35.724Z Sep 16 23:23:37.221 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138012026-09-16T23:25:35.725Z Sep 16 23:23:37.221 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138022026-09-16T23:25:35.725Z Sep 16 23:23:37.236 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138032026-09-16T23:25:35.725Z Sep 16 23:23:37.243 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138042026-09-16T23:25:35.725Z Sep 16 23:23:37.288 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138052026-09-16T23:25:35.725Z Sep 16 23:23:37.288 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138062026-09-16T23:25:35.725Z Sep 16 23:23:37.326 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138072026-09-16T23:25:35.725Z Sep 16 23:23:37.326 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138082026-09-16T23:25:35.725Z Sep 16 23:23:37.378 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138092026-09-16T23:25:35.725Z Sep 16 23:23:37.378 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138102026-09-16T23:25:35.725Z Sep 16 23:23:37.416 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138112026-09-16T23:25:35.725Z Sep 16 23:23:37.416 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138122026-09-16T23:25:35.725Z Sep 16 23:23:37.454 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138132026-09-16T23:25:35.725Z Sep 16 23:23:37.454 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138142026-09-16T23:25:35.725Z Sep 16 23:23:37.492 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138152026-09-16T23:25:35.726Z Sep 16 23:23:37.492 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138162026-09-16T23:25:35.726Z Sep 16 23:23:37.531 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138172026-09-16T23:25:35.726Z Sep 16 23:23:37.531 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138182026-09-16T23:25:35.726Z Sep 16 23:23:37.569 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138192026-09-16T23:25:35.726Z Sep 16 23:23:37.569 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138202026-09-16T23:25:35.731Z Sep 16 23:23:37.575 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138212026-09-16T23:25:35.731Z Sep 16 23:23:37.575 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138222026-09-16T23:25:35.731Z Sep 16 23:23:37.581 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138232026-09-16T23:25:35.731Z Sep 16 23:23:37.581 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138242026-09-16T23:25:35.731Z Sep 16 23:23:37.588 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138252026-09-16T23:25:35.731Z Sep 16 23:23:37.588 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138262026-09-16T23:25:35.731Z Sep 16 23:23:37.594 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138272026-09-16T23:25:35.731Z Sep 16 23:23:37.594 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138282026-09-16T23:25:35.731Z Sep 16 23:23:37.600 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138292026-09-16T23:25:35.731Z Sep 16 23:23:37.600 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138302026-09-16T23:25:35.731Z Sep 16 23:23:37.606 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138312026-09-16T23:25:35.731Z Sep 16 23:23:37.606 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138322026-09-16T23:25:35.731Z Sep 16 23:23:37.606 DEBG attested by dial, baseboard: 913-0000019:2FAKE001, addr: [::1]:53432, component: sprockets dial, test: session_resumes_at_stored_successor
138332026-09-16T23:25:35.731Z Sep 16 23:23:37.606 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
138342026-09-16T23:25:35.731Z Sep 16 23:23:37.612 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138352026-09-16T23:25:35.731Z Sep 16 23:23:37.612 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138362026-09-16T23:25:35.731Z Sep 16 23:23:37.618 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138372026-09-16T23:25:35.731Z Sep 16 23:23:37.619 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138382026-09-16T23:25:35.731Z Sep 16 23:23:37.620 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
138392026-09-16T23:25:35.731Z Sep 16 23:23:37.623 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
138402026-09-16T23:25:35.731Z Sep 16 23:23:37.625 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
138412026-09-16T23:25:35.731Z Sep 16 23:23:37.663 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
138422026-09-16T23:25:35.731Z Sep 16 23:23:37.669 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138432026-09-16T23:25:35.731Z Sep 16 23:23:37.709 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
138442026-09-16T23:25:35.731Z Sep 16 23:23:37.715 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138452026-09-16T23:25:35.731Z Sep 16 23:23:37.717 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
138462026-09-16T23:25:35.731Z Sep 16 23:23:37.755 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
138472026-09-16T23:25:35.731Z Sep 16 23:23:37.761 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138482026-09-16T23:25:35.731Z Sep 16 23:23:37.761 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138492026-09-16T23:25:35.731Z Sep 16 23:23:37.799 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
138502026-09-16T23:25:35.731Z Sep 16 23:23:37.805 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138512026-09-16T23:25:35.731Z Sep 16 23:23:37.806 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138522026-09-16T23:25:35.731Z Sep 16 23:23:37.813 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138532026-09-16T23:25:35.731Z Sep 16 23:23:37.820 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138542026-09-16T23:25:35.732Z Sep 16 23:23:37.865 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138552026-09-16T23:25:35.732Z Sep 16 23:23:37.865 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138562026-09-16T23:25:35.732Z Sep 16 23:23:37.911 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138572026-09-16T23:25:35.732Z Sep 16 23:23:37.911 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138582026-09-16T23:25:35.732Z Sep 16 23:23:37.948 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138592026-09-16T23:25:35.732Z Sep 16 23:23:37.948 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
138602026-09-16T23:25:35.732Z Sep 16 23:23:37.949 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
138612026-09-16T23:25:35.732Z Sep 16 23:23:37.949 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
138622026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
138632026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
138642026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
138652026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
138662026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
138672026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
138682026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
138692026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
138702026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
138712026-09-16T23:25:35.732Z Sep 16 23:23:37.950 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
138722026-09-16T23:25:35.732Z Sep 16 23:23:37.988 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
138732026-09-16T23:25:35.732Z Sep 16 23:23:37.988 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
138742026-09-16T23:25:35.732Z Sep 16 23:23:37.994 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138752026-09-16T23:25:35.732Z Sep 16 23:23:37.994 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138762026-09-16T23:25:35.732Z Sep 16 23:23:38.001 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138772026-09-16T23:25:35.732Z Sep 16 23:23:38.001 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138782026-09-16T23:25:35.732Z Sep 16 23:23:38.007 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
138792026-09-16T23:25:35.732Z Sep 16 23:23:38.007 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138802026-09-16T23:25:35.732Z Sep 16 23:23:38.013 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
138812026-09-16T23:25:35.732Z Sep 16 23:23:38.013 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138822026-09-16T23:25:35.732Z Sep 16 23:23:38.126 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
138832026-09-16T23:25:35.732Z Sep 16 23:23:38.126 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
138842026-09-16T23:25:35.732Z Sep 16 23:23:38.131 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
138852026-09-16T23:25:35.732Z Sep 16 23:23:38.169 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
138862026-09-16T23:25:35.732Z Sep 16 23:23:38.175 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138872026-09-16T23:25:35.732Z Sep 16 23:23:38.177 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
138882026-09-16T23:25:35.732Z Sep 16 23:23:38.215 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
138892026-09-16T23:25:35.732Z Sep 16 23:23:38.221 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
138902026-09-16T23:25:35.732Z Sep 16 23:23:38.259 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
138912026-09-16T23:25:35.732Z Sep 16 23:23:38.265 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138922026-09-16T23:25:35.732Z Sep 16 23:23:38.304 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
138932026-09-16T23:25:35.733Z Sep 16 23:23:38.310 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
138942026-09-16T23:25:35.733Z Sep 16 23:23:38.311 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138952026-09-16T23:25:35.733Z Sep 16 23:23:38.311 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
138962026-09-16T23:25:35.733Z Sep 16 23:23:38.311 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138972026-09-16T23:25:35.733Z Sep 16 23:23:38.318 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
138982026-09-16T23:25:35.733Z Sep 16 23:23:38.377 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
138992026-09-16T23:25:35.733Z Sep 16 23:23:38.377 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139002026-09-16T23:25:35.733Z Sep 16 23:23:38.415 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
139012026-09-16T23:25:35.733Z Sep 16 23:23:38.415 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139022026-09-16T23:25:35.733Z Sep 16 23:23:38.453 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139032026-09-16T23:25:35.733Z Sep 16 23:23:38.453 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139042026-09-16T23:25:35.733Z Sep 16 23:23:38.491 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139052026-09-16T23:25:35.733Z Sep 16 23:23:38.491 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139062026-09-16T23:25:35.733Z Sep 16 23:23:38.497 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139072026-09-16T23:25:35.733Z Sep 16 23:23:38.498 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139082026-09-16T23:25:35.733Z Sep 16 23:23:38.504 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139092026-09-16T23:25:35.733Z Sep 16 23:23:38.504 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139102026-09-16T23:25:35.733Z Sep 16 23:23:38.510 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139112026-09-16T23:25:35.733Z Sep 16 23:23:38.510 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139122026-09-16T23:25:35.734Z Sep 16 23:23:38.516 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139132026-09-16T23:25:35.734Z Sep 16 23:23:38.516 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139142026-09-16T23:25:35.734Z Sep 16 23:23:38.516 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
139152026-09-16T23:25:35.734Z Sep 16 23:23:38.516 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
139162026-09-16T23:25:35.734Z Sep 16 23:23:38.516 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
139172026-09-16T23:25:35.734Z Sep 16 23:23:38.516 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
139182026-09-16T23:25:35.735Z Sep 16 23:23:38.516 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
139192026-09-16T23:25:35.735Z Sep 16 23:23:38.516 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
139202026-09-16T23:25:35.739Z Sep 16 23:23:38.516 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
139212026-09-16T23:25:35.739Z Sep 16 23:23:38.516 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
139222026-09-16T23:25:35.739Z Sep 16 23:23:38.520 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139232026-09-16T23:25:35.739Z Sep 16 23:23:38.520 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139242026-09-16T23:25:35.739Z Sep 16 23:23:38.525 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139252026-09-16T23:25:35.739Z Sep 16 23:23:38.525 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139262026-09-16T23:25:35.739Z Sep 16 23:23:38.526 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139272026-09-16T23:25:35.739Z Sep 16 23:23:38.564 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139282026-09-16T23:25:35.739Z Sep 16 23:23:38.570 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139292026-09-16T23:25:35.739Z Sep 16 23:23:38.572 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139302026-09-16T23:25:35.740Z Sep 16 23:23:38.610 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139312026-09-16T23:25:35.740Z Sep 16 23:23:38.616 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139322026-09-16T23:25:35.740Z Sep 16 23:23:38.658 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139332026-09-16T23:25:35.740Z Sep 16 23:23:38.664 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139342026-09-16T23:25:35.740Z Sep 16 23:23:38.702 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139352026-09-16T23:25:35.740Z Sep 16 23:23:38.708 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139362026-09-16T23:25:35.740Z Sep 16 23:23:38.710 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139372026-09-16T23:25:35.740Z Sep 16 23:23:38.748 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139382026-09-16T23:25:35.740Z Sep 16 23:23:38.754 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139392026-09-16T23:25:35.740Z Sep 16 23:23:38.756 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139402026-09-16T23:25:35.740Z Sep 16 23:23:38.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139412026-09-16T23:25:35.740Z Sep 16 23:23:38.800 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139422026-09-16T23:25:35.740Z Sep 16 23:23:38.801 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
139432026-09-16T23:25:35.740Z Sep 16 23:23:38.801 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
139442026-09-16T23:25:35.740Z Sep 16 23:23:38.839 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139452026-09-16T23:25:35.740Z Sep 16 23:23:38.844 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139462026-09-16T23:25:35.741Z Sep 16 23:23:38.883 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139472026-09-16T23:25:35.741Z Sep 16 23:23:38.889 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139482026-09-16T23:25:35.741Z Sep 16 23:23:38.890 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
139492026-09-16T23:25:35.741Z Sep 16 23:23:38.897 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
139502026-09-16T23:25:35.741Z Sep 16 23:23:38.904 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
139512026-09-16T23:25:35.741Z Sep 16 23:23:38.904 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
139522026-09-16T23:25:35.741Z Sep 16 23:23:38.918 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
139532026-09-16T23:25:35.741Z Sep 16 23:23:38.925 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
139542026-09-16T23:25:35.741Z Sep 16 23:23:38.970 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
139552026-09-16T23:25:35.741Z Sep 16 23:23:38.970 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139562026-09-16T23:25:35.741Z Sep 16 23:23:39.008 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
139572026-09-16T23:25:35.741Z Sep 16 23:23:39.008 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139582026-09-16T23:25:35.741Z Sep 16 23:23:39.061 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139592026-09-16T23:25:35.741Z Sep 16 23:23:39.061 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139602026-09-16T23:25:35.741Z Sep 16 23:23:39.099 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139612026-09-16T23:25:35.741Z Sep 16 23:23:39.099 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139622026-09-16T23:25:35.741Z Sep 16 23:23:39.137 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
139632026-09-16T23:25:35.741Z Sep 16 23:23:39.137 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139642026-09-16T23:25:35.742Z Sep 16 23:23:39.175 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
139652026-09-16T23:25:35.742Z Sep 16 23:23:39.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
139662026-09-16T23:25:35.742Z Sep 16 23:23:39.214 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139672026-09-16T23:25:35.742Z Sep 16 23:23:39.214 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139682026-09-16T23:25:35.742Z Sep 16 23:23:39.252 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
139692026-09-16T23:25:35.742Z Sep 16 23:23:39.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
139702026-09-16T23:25:35.742Z Sep 16 23:23:39.258 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139712026-09-16T23:25:35.742Z Sep 16 23:23:39.258 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139722026-09-16T23:25:35.742Z Sep 16 23:23:39.264 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139732026-09-16T23:25:35.742Z Sep 16 23:23:39.264 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139742026-09-16T23:25:35.742Z Sep 16 23:23:39.270 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139752026-09-16T23:25:35.742Z Sep 16 23:23:39.271 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139762026-09-16T23:25:35.742Z Sep 16 23:23:39.276 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139772026-09-16T23:25:35.742Z Sep 16 23:23:39.277 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139782026-09-16T23:25:35.742Z Sep 16 23:23:39.283 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139792026-09-16T23:25:35.742Z Sep 16 23:23:39.283 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139802026-09-16T23:25:35.742Z Sep 16 23:23:39.289 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
139812026-09-16T23:25:35.742Z Sep 16 23:23:39.289 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139822026-09-16T23:25:35.742Z Sep 16 23:23:39.295 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139832026-09-16T23:25:35.742Z Sep 16 23:23:39.295 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139842026-09-16T23:25:35.742Z Sep 16 23:23:39.301 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
139852026-09-16T23:25:35.742Z Sep 16 23:23:39.301 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139862026-09-16T23:25:35.742Z Sep 16 23:23:39.303 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139872026-09-16T23:25:35.742Z Sep 16 23:23:39.306 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
139882026-09-16T23:25:35.742Z Sep 16 23:23:39.308 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139892026-09-16T23:25:35.742Z Sep 16 23:23:39.346 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139902026-09-16T23:25:35.742Z Sep 16 23:23:39.352 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139912026-09-16T23:25:35.742Z Sep 16 23:23:39.392 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139922026-09-16T23:25:35.742Z Sep 16 23:23:39.398 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139932026-09-16T23:25:35.742Z Sep 16 23:23:39.400 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
139942026-09-16T23:25:35.742Z Sep 16 23:23:39.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
139952026-09-16T23:25:35.742Z Sep 16 23:23:39.444 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
139962026-09-16T23:25:35.742Z Sep 16 23:23:39.445 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
139972026-09-16T23:25:35.742Z Sep 16 23:23:39.482 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
139982026-09-16T23:25:35.742Z Sep 16 23:23:39.488 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
139992026-09-16T23:25:35.742Z Sep 16 23:23:39.489 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140002026-09-16T23:25:35.742Z Sep 16 23:23:39.496 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140012026-09-16T23:25:35.742Z Sep 16 23:23:39.503 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140022026-09-16T23:25:35.742Z Sep 16 23:23:39.548 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
140032026-09-16T23:25:35.742Z Sep 16 23:23:39.548 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
140042026-09-16T23:25:35.743Z Sep 16 23:23:39.594 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
140052026-09-16T23:25:35.743Z Sep 16 23:23:39.594 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
140062026-09-16T23:25:35.743Z Sep 16 23:23:39.632 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
140072026-09-16T23:25:35.743Z Sep 16 23:23:39.632 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
140082026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
140092026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
140102026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
140112026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
140122026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
140132026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
140142026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
140152026-09-16T23:25:35.743Z Sep 16 23:23:39.633 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
140162026-09-16T23:25:35.743Z Sep 16 23:23:39.634 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
140172026-09-16T23:25:35.743Z Sep 16 23:23:39.634 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
140182026-09-16T23:25:35.743Z Sep 16 23:23:39.634 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
140192026-09-16T23:25:35.743Z Sep 16 23:23:39.634 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
140202026-09-16T23:25:35.748Z Sep 16 23:23:39.672 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
140212026-09-16T23:25:35.748Z Sep 16 23:23:39.672 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
140222026-09-16T23:25:35.748Z Sep 16 23:23:39.678 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
140232026-09-16T23:25:35.748Z Sep 16 23:23:39.678 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140242026-09-16T23:25:35.748Z Sep 16 23:23:39.684 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
140252026-09-16T23:25:35.748Z Sep 16 23:23:39.684 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140262026-09-16T23:25:35.748Z Sep 16 23:23:39.690 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
140272026-09-16T23:25:35.748Z Sep 16 23:23:39.690 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140282026-09-16T23:25:35.748Z Sep 16 23:23:39.696 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
140292026-09-16T23:25:35.748Z Sep 16 23:23:39.696 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140302026-09-16T23:25:35.748Z Sep 16 23:23:39.808 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140312026-09-16T23:25:35.748Z Sep 16 23:23:39.808 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140322026-09-16T23:25:35.748Z Sep 16 23:23:39.813 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140332026-09-16T23:25:35.748Z Sep 16 23:23:39.851 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140342026-09-16T23:25:35.748Z Sep 16 23:23:39.857 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140352026-09-16T23:25:35.749Z Sep 16 23:23:39.859 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140362026-09-16T23:25:35.749Z Sep 16 23:23:39.897 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140372026-09-16T23:25:35.749Z Sep 16 23:23:39.903 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140382026-09-16T23:25:35.749Z Sep 16 23:23:39.941 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140392026-09-16T23:25:35.749Z Sep 16 23:23:39.947 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140402026-09-16T23:25:35.749Z Sep 16 23:23:39.986 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140412026-09-16T23:25:35.749Z Sep 16 23:23:39.992 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140422026-09-16T23:25:35.749Z Sep 16 23:23:39.992 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140432026-09-16T23:25:35.749Z Sep 16 23:23:39.992 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140442026-09-16T23:25:35.749Z Sep 16 23:23:39.992 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140452026-09-16T23:25:35.749Z Sep 16 23:23:39.999 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140462026-09-16T23:25:35.749Z Sep 16 23:23:40.059 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
140472026-09-16T23:25:35.749Z Sep 16 23:23:40.059 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
140482026-09-16T23:25:35.749Z Sep 16 23:23:40.097 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
140492026-09-16T23:25:35.749Z Sep 16 23:23:40.097 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
140502026-09-16T23:25:35.749Z Sep 16 23:23:40.135 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
140512026-09-16T23:25:35.749Z Sep 16 23:23:40.135 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
140522026-09-16T23:25:35.749Z Sep 16 23:23:40.173 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
140532026-09-16T23:25:35.749Z Sep 16 23:23:40.173 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
140542026-09-16T23:25:35.749Z Sep 16 23:23:40.179 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
140552026-09-16T23:25:35.749Z Sep 16 23:23:40.179 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140562026-09-16T23:25:35.749Z Sep 16 23:23:40.185 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
140572026-09-16T23:25:35.749Z Sep 16 23:23:40.185 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140582026-09-16T23:25:35.749Z Sep 16 23:23:40.191 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
140592026-09-16T23:25:35.749Z Sep 16 23:23:40.191 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140602026-09-16T23:25:35.749Z Sep 16 23:23:40.197 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
140612026-09-16T23:25:35.749Z Sep 16 23:23:40.197 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140622026-09-16T23:25:35.750Z Sep 16 23:23:40.197 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
140632026-09-16T23:25:35.750Z Sep 16 23:23:40.197 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
140642026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
140652026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
140662026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
140672026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
140682026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
140692026-09-16T23:25:35.750Z Sep 16 23:23:40.198 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
140702026-09-16T23:25:35.750Z Sep 16 23:23:40.201 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140712026-09-16T23:25:35.750Z Sep 16 23:23:40.201 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140722026-09-16T23:25:35.750Z Sep 16 23:23:40.206 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140732026-09-16T23:25:35.750Z Sep 16 23:23:40.206 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
140742026-09-16T23:25:35.750Z Sep 16 23:23:40.208 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140752026-09-16T23:25:35.750Z Sep 16 23:23:40.246 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140762026-09-16T23:25:35.750Z Sep 16 23:23:40.252 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140772026-09-16T23:25:35.750Z Sep 16 23:23:40.254 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140782026-09-16T23:25:35.750Z Sep 16 23:23:40.292 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140792026-09-16T23:25:35.751Z Sep 16 23:23:40.298 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140802026-09-16T23:25:35.751Z Sep 16 23:23:40.339 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140812026-09-16T23:25:35.751Z Sep 16 23:23:40.345 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140822026-09-16T23:25:35.751Z Sep 16 23:23:40.384 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140832026-09-16T23:25:35.751Z Sep 16 23:23:40.390 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140842026-09-16T23:25:35.751Z Sep 16 23:23:40.392 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140852026-09-16T23:25:35.751Z Sep 16 23:23:40.430 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140862026-09-16T23:25:35.751Z Sep 16 23:23:40.436 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140872026-09-16T23:25:35.751Z Sep 16 23:23:40.438 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
140882026-09-16T23:25:35.751Z Sep 16 23:23:40.475 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
140892026-09-16T23:25:35.751Z Sep 16 23:23:40.481 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
140902026-09-16T23:25:35.751Z Sep 16 23:23:40.482 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140912026-09-16T23:25:35.751Z Sep 16 23:23:40.482 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140922026-09-16T23:25:35.751Z Sep 16 23:23:40.520 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140932026-09-16T23:25:35.751Z Sep 16 23:23:40.526 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140942026-09-16T23:25:35.751Z Sep 16 23:23:40.564 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
140952026-09-16T23:25:35.751Z Sep 16 23:23:40.570 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
140962026-09-16T23:25:35.751Z Sep 16 23:23:40.571 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140972026-09-16T23:25:35.751Z Sep 16 23:23:40.578 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
140982026-09-16T23:25:35.751Z Sep 16 23:23:40.585 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
140992026-09-16T23:25:35.751Z Sep 16 23:23:40.585 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
141002026-09-16T23:25:35.751Z Sep 16 23:23:40.600 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141012026-09-16T23:25:35.752Z Sep 16 23:23:40.607 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141022026-09-16T23:25:35.752Z Sep 16 23:23:40.652 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141032026-09-16T23:25:35.752Z Sep 16 23:23:40.652 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141042026-09-16T23:25:35.752Z Sep 16 23:23:40.690 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141052026-09-16T23:25:35.752Z Sep 16 23:23:40.690 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141062026-09-16T23:25:35.752Z Sep 16 23:23:40.742 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141072026-09-16T23:25:35.752Z Sep 16 23:23:40.742 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141082026-09-16T23:25:35.752Z Sep 16 23:23:40.780 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141092026-09-16T23:25:35.752Z Sep 16 23:23:40.780 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141102026-09-16T23:25:35.752Z Sep 16 23:23:40.818 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141112026-09-16T23:25:35.752Z Sep 16 23:23:40.818 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141122026-09-16T23:25:35.752Z Sep 16 23:23:40.856 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141132026-09-16T23:25:35.752Z Sep 16 23:23:40.856 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141142026-09-16T23:25:35.752Z Sep 16 23:23:40.894 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141152026-09-16T23:25:35.752Z Sep 16 23:23:40.894 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141162026-09-16T23:25:35.752Z Sep 16 23:23:40.932 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141172026-09-16T23:25:35.752Z Sep 16 23:23:40.932 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141182026-09-16T23:25:35.752Z Sep 16 23:23:40.938 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141192026-09-16T23:25:35.752Z Sep 16 23:23:40.939 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141202026-09-16T23:25:35.757Z Sep 16 23:23:40.945 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141212026-09-16T23:25:35.757Z Sep 16 23:23:40.945 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141222026-09-16T23:25:35.757Z Sep 16 23:23:40.951 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141232026-09-16T23:25:35.757Z Sep 16 23:23:40.951 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141242026-09-16T23:25:35.757Z Sep 16 23:23:40.957 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141252026-09-16T23:25:35.757Z Sep 16 23:23:40.957 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141262026-09-16T23:25:35.757Z Sep 16 23:23:40.963 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141272026-09-16T23:25:35.757Z Sep 16 23:23:40.963 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141282026-09-16T23:25:35.757Z Sep 16 23:23:40.969 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141292026-09-16T23:25:35.757Z Sep 16 23:23:40.969 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141302026-09-16T23:25:35.757Z Sep 16 23:23:40.976 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141312026-09-16T23:25:35.757Z Sep 16 23:23:40.976 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141322026-09-16T23:25:35.757Z Sep 16 23:23:40.982 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141332026-09-16T23:25:35.757Z Sep 16 23:23:40.982 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141342026-09-16T23:25:35.757Z Sep 16 23:23:40.983 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
141352026-09-16T23:25:35.757Z Sep 16 23:23:40.986 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
141362026-09-16T23:25:35.757Z Sep 16 23:23:40.988 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
141372026-09-16T23:25:35.757Z Sep 16 23:23:41.026 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
141382026-09-16T23:25:35.757Z Sep 16 23:23:41.032 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141392026-09-16T23:25:35.758Z Sep 16 23:23:41.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
141402026-09-16T23:25:35.758Z Sep 16 23:23:41.078 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141412026-09-16T23:25:35.758Z Sep 16 23:23:41.080 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
141422026-09-16T23:25:35.758Z Sep 16 23:23:41.118 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
141432026-09-16T23:25:35.758Z Sep 16 23:23:41.124 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141442026-09-16T23:25:35.758Z Sep 16 23:23:41.125 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
141452026-09-16T23:25:35.758Z Sep 16 23:23:41.163 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
141462026-09-16T23:25:35.758Z Sep 16 23:23:41.169 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141472026-09-16T23:25:35.758Z Sep 16 23:23:41.169 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141482026-09-16T23:25:35.758Z Sep 16 23:23:41.176 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
141492026-09-16T23:25:35.758Z Sep 16 23:23:41.184 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141502026-09-16T23:25:35.758Z Sep 16 23:23:41.229 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141512026-09-16T23:25:35.758Z Sep 16 23:23:41.229 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141522026-09-16T23:25:35.758Z Sep 16 23:23:41.274 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141532026-09-16T23:25:35.758Z Sep 16 23:23:41.274 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141542026-09-16T23:25:35.758Z Sep 16 23:23:41.312 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141552026-09-16T23:25:35.758Z Sep 16 23:23:41.312 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141562026-09-16T23:25:35.758Z Sep 16 23:23:41.313 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
141572026-09-16T23:25:35.758Z Sep 16 23:23:41.313 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
141582026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
141592026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
141602026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
141612026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
141622026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
141632026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
141642026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
141652026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
141662026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
141672026-09-16T23:25:35.758Z Sep 16 23:23:41.314 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
141682026-09-16T23:25:35.758Z Sep 16 23:23:41.352 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141692026-09-16T23:25:35.758Z Sep 16 23:23:41.352 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
141702026-09-16T23:25:35.758Z Sep 16 23:23:41.358 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141712026-09-16T23:25:35.759Z Sep 16 23:23:41.359 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141722026-09-16T23:25:35.759Z Sep 16 23:23:41.365 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141732026-09-16T23:25:35.759Z Sep 16 23:23:41.365 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141742026-09-16T23:25:35.759Z Sep 16 23:23:41.371 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
141752026-09-16T23:25:35.759Z Sep 16 23:23:41.371 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141762026-09-16T23:25:35.759Z Sep 16 23:23:41.377 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
141772026-09-16T23:25:35.759Z Sep 16 23:23:41.377 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141782026-09-16T23:25:35.759Z Sep 16 23:23:41.490 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
141792026-09-16T23:25:35.759Z Sep 16 23:23:41.490 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
141802026-09-16T23:25:35.759Z Sep 16 23:23:41.495 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
141812026-09-16T23:25:35.759Z Sep 16 23:23:41.533 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
141822026-09-16T23:25:35.759Z Sep 16 23:23:41.539 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141832026-09-16T23:25:35.759Z Sep 16 23:23:41.541 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
141842026-09-16T23:25:35.759Z Sep 16 23:23:41.579 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
141852026-09-16T23:25:35.759Z Sep 16 23:23:41.585 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
141862026-09-16T23:25:35.759Z Sep 16 23:23:41.623 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
141872026-09-16T23:25:35.759Z Sep 16 23:23:41.629 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141882026-09-16T23:25:35.759Z Sep 16 23:23:41.668 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
141892026-09-16T23:25:35.759Z Sep 16 23:23:41.674 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
141902026-09-16T23:25:35.759Z Sep 16 23:23:41.674 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
141912026-09-16T23:25:35.759Z Sep 16 23:23:41.674 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
141922026-09-16T23:25:35.759Z Sep 16 23:23:41.674 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141932026-09-16T23:25:35.759Z Sep 16 23:23:41.681 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
141942026-09-16T23:25:35.759Z Sep 16 23:23:41.741 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141952026-09-16T23:25:35.759Z Sep 16 23:23:41.741 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141962026-09-16T23:25:35.759Z Sep 16 23:23:41.779 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
141972026-09-16T23:25:35.759Z Sep 16 23:23:41.779 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
141982026-09-16T23:25:35.759Z Sep 16 23:23:41.817 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
141992026-09-16T23:25:35.759Z Sep 16 23:23:41.817 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142002026-09-16T23:25:35.759Z Sep 16 23:23:41.855 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
142012026-09-16T23:25:35.759Z Sep 16 23:23:41.855 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142022026-09-16T23:25:35.759Z Sep 16 23:23:41.861 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142032026-09-16T23:25:35.759Z Sep 16 23:23:41.861 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142042026-09-16T23:25:35.759Z Sep 16 23:23:41.867 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142052026-09-16T23:25:35.759Z Sep 16 23:23:41.867 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142062026-09-16T23:25:35.759Z Sep 16 23:23:41.873 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142072026-09-16T23:25:35.759Z Sep 16 23:23:41.873 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142082026-09-16T23:25:35.759Z Sep 16 23:23:41.879 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142092026-09-16T23:25:35.759Z Sep 16 23:23:41.879 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142102026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
142112026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
142122026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
142132026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
142142026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
142152026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
142162026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
142172026-09-16T23:25:35.760Z Sep 16 23:23:41.880 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
142182026-09-16T23:25:35.760Z Sep 16 23:23:41.883 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142192026-09-16T23:25:35.760Z Sep 16 23:23:41.883 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142202026-09-16T23:25:35.764Z Sep 16 23:23:41.888 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142212026-09-16T23:25:35.764Z Sep 16 23:23:41.888 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142222026-09-16T23:25:35.764Z Sep 16 23:23:41.890 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142232026-09-16T23:25:35.764Z Sep 16 23:23:41.928 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142242026-09-16T23:25:35.764Z Sep 16 23:23:41.934 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142252026-09-16T23:25:35.764Z Sep 16 23:23:41.936 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142262026-09-16T23:25:35.764Z Sep 16 23:23:41.973 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142272026-09-16T23:25:35.764Z Sep 16 23:23:41.979 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142282026-09-16T23:25:35.764Z Sep 16 23:23:42.021 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142292026-09-16T23:25:35.764Z Sep 16 23:23:42.028 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142302026-09-16T23:25:35.764Z Sep 16 23:23:42.066 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142312026-09-16T23:25:35.764Z Sep 16 23:23:42.072 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142322026-09-16T23:25:35.764Z Sep 16 23:23:42.074 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142332026-09-16T23:25:35.764Z Sep 16 23:23:42.112 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142342026-09-16T23:25:35.765Z Sep 16 23:23:42.118 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142352026-09-16T23:25:35.765Z Sep 16 23:23:42.120 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142362026-09-16T23:25:35.765Z Sep 16 23:23:42.158 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142372026-09-16T23:25:35.765Z Sep 16 23:23:42.164 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142382026-09-16T23:25:35.765Z Sep 16 23:23:42.165 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142392026-09-16T23:25:35.765Z Sep 16 23:23:42.165 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142402026-09-16T23:25:35.765Z Sep 16 23:23:42.203 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142412026-09-16T23:25:35.765Z Sep 16 23:23:42.209 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142422026-09-16T23:25:35.765Z Sep 16 23:23:42.247 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142432026-09-16T23:25:35.765Z Sep 16 23:23:42.253 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142442026-09-16T23:25:35.765Z Sep 16 23:23:42.254 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142452026-09-16T23:25:35.765Z Sep 16 23:23:42.261 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142462026-09-16T23:25:35.765Z Sep 16 23:23:42.268 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142472026-09-16T23:25:35.765Z Sep 16 23:23:42.268 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142482026-09-16T23:25:35.765Z Sep 16 23:23:42.283 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142492026-09-16T23:25:35.765Z Sep 16 23:23:42.290 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142502026-09-16T23:25:35.765Z Sep 16 23:23:42.334 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
142512026-09-16T23:25:35.765Z Sep 16 23:23:42.334 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
142522026-09-16T23:25:35.765Z Sep 16 23:23:42.373 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
142532026-09-16T23:25:35.765Z Sep 16 23:23:42.373 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
142542026-09-16T23:25:35.765Z Sep 16 23:23:42.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
142552026-09-16T23:25:35.765Z Sep 16 23:23:42.426 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142562026-09-16T23:25:35.765Z Sep 16 23:23:42.463 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
142572026-09-16T23:25:35.765Z Sep 16 23:23:42.464 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142582026-09-16T23:25:35.765Z Sep 16 23:23:42.501 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
142592026-09-16T23:25:35.765Z Sep 16 23:23:42.501 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
142602026-09-16T23:25:35.765Z Sep 16 23:23:42.539 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
142612026-09-16T23:25:35.765Z Sep 16 23:23:42.540 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
142622026-09-16T23:25:35.765Z Sep 16 23:23:42.578 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
142632026-09-16T23:25:35.765Z Sep 16 23:23:42.578 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142642026-09-16T23:25:35.765Z Sep 16 23:23:42.616 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
142652026-09-16T23:25:35.765Z Sep 16 23:23:42.616 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
142662026-09-16T23:25:35.765Z Sep 16 23:23:42.622 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142672026-09-16T23:25:35.765Z Sep 16 23:23:42.622 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142682026-09-16T23:25:35.765Z Sep 16 23:23:42.628 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142692026-09-16T23:25:35.765Z Sep 16 23:23:42.628 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142702026-09-16T23:25:35.765Z Sep 16 23:23:42.634 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142712026-09-16T23:25:35.765Z Sep 16 23:23:42.635 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142722026-09-16T23:25:35.765Z Sep 16 23:23:42.640 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142732026-09-16T23:25:35.766Z Sep 16 23:23:42.641 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142742026-09-16T23:25:35.766Z Sep 16 23:23:42.647 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142752026-09-16T23:25:35.766Z Sep 16 23:23:42.647 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142762026-09-16T23:25:35.766Z Sep 16 23:23:42.653 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
142772026-09-16T23:25:35.766Z Sep 16 23:23:42.653 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142782026-09-16T23:25:35.766Z Sep 16 23:23:42.659 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142792026-09-16T23:25:35.766Z Sep 16 23:23:42.659 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142802026-09-16T23:25:35.766Z Sep 16 23:23:42.665 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
142812026-09-16T23:25:35.766Z Sep 16 23:23:42.665 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142822026-09-16T23:25:35.766Z Sep 16 23:23:42.667 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142832026-09-16T23:25:35.766Z Sep 16 23:23:42.670 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
142842026-09-16T23:25:35.766Z Sep 16 23:23:42.672 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142852026-09-16T23:25:35.766Z Sep 16 23:23:42.709 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142862026-09-16T23:25:35.766Z Sep 16 23:23:42.716 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142872026-09-16T23:25:35.767Z Sep 16 23:23:42.756 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142882026-09-16T23:25:35.767Z Sep 16 23:23:42.762 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142892026-09-16T23:25:35.767Z Sep 16 23:23:42.764 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
142902026-09-16T23:25:35.767Z Sep 16 23:23:42.802 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
142912026-09-16T23:25:35.767Z Sep 16 23:23:42.808 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
142922026-09-16T23:25:35.767Z Sep 16 23:23:42.808 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142932026-09-16T23:25:35.767Z Sep 16 23:23:42.846 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
142942026-09-16T23:25:35.767Z Sep 16 23:23:42.852 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
142952026-09-16T23:25:35.767Z Sep 16 23:23:42.853 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142962026-09-16T23:25:35.767Z Sep 16 23:23:42.860 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
142972026-09-16T23:25:35.767Z Sep 16 23:23:42.867 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
142982026-09-16T23:25:35.767Z Sep 16 23:23:42.912 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
142992026-09-16T23:25:35.767Z Sep 16 23:23:42.912 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
143002026-09-16T23:25:35.767Z Sep 16 23:23:42.957 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
143012026-09-16T23:25:35.767Z Sep 16 23:23:42.958 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
143022026-09-16T23:25:35.767Z Sep 16 23:23:42.995 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
143032026-09-16T23:25:35.767Z Sep 16 23:23:42.995 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
143042026-09-16T23:25:35.767Z Sep 16 23:23:42.996 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
143052026-09-16T23:25:35.767Z Sep 16 23:23:42.996 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
143062026-09-16T23:25:35.767Z Sep 16 23:23:42.996 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
143072026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
143082026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
143092026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
143102026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
143112026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
143122026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
143132026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
143142026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
143152026-09-16T23:25:35.767Z Sep 16 23:23:42.997 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
143162026-09-16T23:25:35.767Z Sep 16 23:23:43.035 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
143172026-09-16T23:25:35.767Z Sep 16 23:23:43.035 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
143182026-09-16T23:25:35.767Z Sep 16 23:23:43.041 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
143192026-09-16T23:25:35.767Z Sep 16 23:23:43.041 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143202026-09-16T23:25:35.772Z Sep 16 23:23:43.047 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
143212026-09-16T23:25:35.772Z Sep 16 23:23:43.048 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143222026-09-16T23:25:35.772Z Sep 16 23:23:43.054 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
143232026-09-16T23:25:35.772Z Sep 16 23:23:43.054 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143242026-09-16T23:25:35.772Z Sep 16 23:23:43.060 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
143252026-09-16T23:25:35.772Z Sep 16 23:23:43.060 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143262026-09-16T23:25:35.772Z Sep 16 23:23:43.172 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143272026-09-16T23:25:35.772Z Sep 16 23:23:43.173 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143282026-09-16T23:25:35.772Z Sep 16 23:23:43.177 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143292026-09-16T23:25:35.772Z Sep 16 23:23:43.215 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143302026-09-16T23:25:35.772Z Sep 16 23:23:43.221 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143312026-09-16T23:25:35.772Z Sep 16 23:23:43.224 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143322026-09-16T23:25:35.772Z Sep 16 23:23:43.261 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143332026-09-16T23:25:35.772Z Sep 16 23:23:43.267 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143342026-09-16T23:25:35.772Z Sep 16 23:23:43.306 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143352026-09-16T23:25:35.772Z Sep 16 23:23:43.312 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143362026-09-16T23:25:35.772Z Sep 16 23:23:43.350 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143372026-09-16T23:25:35.772Z Sep 16 23:23:43.356 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143382026-09-16T23:25:35.772Z Sep 16 23:23:43.357 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143392026-09-16T23:25:35.772Z Sep 16 23:23:43.357 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143402026-09-16T23:25:35.772Z Sep 16 23:23:43.357 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143412026-09-16T23:25:35.772Z Sep 16 23:23:43.364 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143422026-09-16T23:25:35.772Z Sep 16 23:23:43.423 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
143432026-09-16T23:25:35.772Z Sep 16 23:23:43.423 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
143442026-09-16T23:25:35.772Z Sep 16 23:23:43.461 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
143452026-09-16T23:25:35.772Z Sep 16 23:23:43.461 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
143462026-09-16T23:25:35.773Z Sep 16 23:23:43.499 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
143472026-09-16T23:25:35.773Z Sep 16 23:23:43.500 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
143482026-09-16T23:25:35.773Z Sep 16 23:23:43.537 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
143492026-09-16T23:25:35.773Z Sep 16 23:23:43.537 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
143502026-09-16T23:25:35.773Z Sep 16 23:23:43.544 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
143512026-09-16T23:25:35.773Z Sep 16 23:23:43.544 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143522026-09-16T23:25:35.773Z Sep 16 23:23:43.550 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
143532026-09-16T23:25:35.773Z Sep 16 23:23:43.550 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143542026-09-16T23:25:35.773Z Sep 16 23:23:43.556 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
143552026-09-16T23:25:35.773Z Sep 16 23:23:43.556 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143562026-09-16T23:25:35.773Z Sep 16 23:23:43.562 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
143572026-09-16T23:25:35.773Z Sep 16 23:23:43.562 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143582026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
143592026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
143602026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
143612026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
143622026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
143632026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
143642026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
143652026-09-16T23:25:35.773Z Sep 16 23:23:43.562 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
143662026-09-16T23:25:35.773Z Sep 16 23:23:43.566 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143672026-09-16T23:25:35.773Z Sep 16 23:23:43.566 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143682026-09-16T23:25:35.773Z Sep 16 23:23:43.571 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143692026-09-16T23:25:35.773Z Sep 16 23:23:43.571 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
143702026-09-16T23:25:35.774Z Sep 16 23:23:43.572 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143712026-09-16T23:25:35.774Z Sep 16 23:23:43.610 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143722026-09-16T23:25:35.774Z Sep 16 23:23:43.616 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143732026-09-16T23:25:35.774Z Sep 16 23:23:43.618 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143742026-09-16T23:25:35.774Z Sep 16 23:23:43.656 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143752026-09-16T23:25:35.774Z Sep 16 23:23:43.662 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143762026-09-16T23:25:35.774Z Sep 16 23:23:43.704 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143772026-09-16T23:25:35.774Z Sep 16 23:23:43.710 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143782026-09-16T23:25:35.774Z Sep 16 23:23:43.748 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143792026-09-16T23:25:35.774Z Sep 16 23:23:43.754 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143802026-09-16T23:25:35.774Z Sep 16 23:23:43.756 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143812026-09-16T23:25:35.774Z Sep 16 23:23:43.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143822026-09-16T23:25:35.774Z Sep 16 23:23:43.800 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143832026-09-16T23:25:35.774Z Sep 16 23:23:43.802 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
143842026-09-16T23:25:35.774Z Sep 16 23:23:43.840 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
143852026-09-16T23:25:35.775Z Sep 16 23:23:43.846 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
143862026-09-16T23:25:35.775Z Sep 16 23:23:43.847 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143872026-09-16T23:25:35.775Z Sep 16 23:23:43.847 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143882026-09-16T23:25:35.775Z Sep 16 23:23:43.885 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143892026-09-16T23:25:35.775Z Sep 16 23:23:43.891 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143902026-09-16T23:25:35.775Z Sep 16 23:23:43.929 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
143912026-09-16T23:25:35.775Z Sep 16 23:23:43.935 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
143922026-09-16T23:25:35.775Z Sep 16 23:23:43.936 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143932026-09-16T23:25:35.775Z Sep 16 23:23:43.943 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143942026-09-16T23:25:35.775Z Sep 16 23:23:43.950 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143952026-09-16T23:25:35.775Z Sep 16 23:23:43.950 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
143962026-09-16T23:25:35.775Z Sep 16 23:23:43.965 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143972026-09-16T23:25:35.775Z Sep 16 23:23:43.972 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
143982026-09-16T23:25:35.775Z Sep 16 23:23:44.017 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
143992026-09-16T23:25:35.775Z Sep 16 23:23:44.017 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144002026-09-16T23:25:35.776Z Sep 16 23:23:44.055 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144012026-09-16T23:25:35.776Z Sep 16 23:23:44.055 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144022026-09-16T23:25:35.776Z Sep 16 23:23:44.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144032026-09-16T23:25:35.776Z Sep 16 23:23:44.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144042026-09-16T23:25:35.776Z Sep 16 23:23:44.146 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144052026-09-16T23:25:35.776Z Sep 16 23:23:44.146 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144062026-09-16T23:25:35.776Z Sep 16 23:23:44.184 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144072026-09-16T23:25:35.776Z Sep 16 23:23:44.184 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144082026-09-16T23:25:35.776Z Sep 16 23:23:44.223 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144092026-09-16T23:25:35.776Z Sep 16 23:23:44.223 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144102026-09-16T23:25:35.776Z Sep 16 23:23:44.261 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144112026-09-16T23:25:35.776Z Sep 16 23:23:44.261 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144122026-09-16T23:25:35.776Z Sep 16 23:23:44.299 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144132026-09-16T23:25:35.777Z Sep 16 23:23:44.299 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144142026-09-16T23:25:35.777Z Sep 16 23:23:44.305 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144152026-09-16T23:25:35.777Z Sep 16 23:23:44.306 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144162026-09-16T23:25:35.777Z Sep 16 23:23:44.312 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144172026-09-16T23:25:35.777Z Sep 16 23:23:44.312 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144182026-09-16T23:25:35.777Z Sep 16 23:23:44.318 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144192026-09-16T23:25:35.777Z Sep 16 23:23:44.318 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144202026-09-16T23:25:35.782Z Sep 16 23:23:44.324 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144212026-09-16T23:25:35.782Z Sep 16 23:23:44.324 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144222026-09-16T23:25:35.782Z Sep 16 23:23:44.330 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144232026-09-16T23:25:35.782Z Sep 16 23:23:44.330 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144242026-09-16T23:25:35.782Z Sep 16 23:23:44.336 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144252026-09-16T23:25:35.782Z Sep 16 23:23:44.336 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144262026-09-16T23:25:35.782Z Sep 16 23:23:44.343 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144272026-09-16T23:25:35.782Z Sep 16 23:23:44.343 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144282026-09-16T23:25:35.782Z Sep 16 23:23:44.349 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144292026-09-16T23:25:35.782Z Sep 16 23:23:44.349 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144302026-09-16T23:25:35.782Z Sep 16 23:23:44.351 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
144312026-09-16T23:25:35.782Z Sep 16 23:23:44.354 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
144322026-09-16T23:25:35.782Z Sep 16 23:23:44.355 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
144332026-09-16T23:25:35.782Z Sep 16 23:23:44.393 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
144342026-09-16T23:25:35.782Z Sep 16 23:23:44.400 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144352026-09-16T23:25:35.782Z Sep 16 23:23:44.440 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
144362026-09-16T23:25:35.782Z Sep 16 23:23:44.446 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144372026-09-16T23:25:35.782Z Sep 16 23:23:44.448 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
144382026-09-16T23:25:35.782Z Sep 16 23:23:44.486 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
144392026-09-16T23:25:35.782Z Sep 16 23:23:44.492 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144402026-09-16T23:25:35.782Z Sep 16 23:23:44.493 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
144412026-09-16T23:25:35.782Z Sep 16 23:23:44.531 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
144422026-09-16T23:25:35.782Z Sep 16 23:23:44.537 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144432026-09-16T23:25:35.782Z Sep 16 23:23:44.538 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
144442026-09-16T23:25:35.782Z Sep 16 23:23:44.545 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
144452026-09-16T23:25:35.782Z Sep 16 23:23:44.553 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
144462026-09-16T23:25:35.782Z Sep 16 23:23:44.598 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144472026-09-16T23:25:35.782Z Sep 16 23:23:44.598 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144482026-09-16T23:25:35.782Z Sep 16 23:23:44.644 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144492026-09-16T23:25:35.782Z Sep 16 23:23:44.644 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144502026-09-16T23:25:35.782Z Sep 16 23:23:44.682 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144512026-09-16T23:25:35.782Z Sep 16 23:23:44.682 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144522026-09-16T23:25:35.782Z Sep 16 23:23:44.682 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
144532026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
144542026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
144552026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
144562026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
144572026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
144582026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
144592026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
144602026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
144612026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
144622026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
144632026-09-16T23:25:35.783Z Sep 16 23:23:44.683 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
144642026-09-16T23:25:35.783Z Sep 16 23:23:44.722 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144652026-09-16T23:25:35.783Z Sep 16 23:23:44.722 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144662026-09-16T23:25:35.783Z Sep 16 23:23:44.728 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144672026-09-16T23:25:35.783Z Sep 16 23:23:44.728 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144682026-09-16T23:25:35.783Z Sep 16 23:23:44.735 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144692026-09-16T23:25:35.783Z Sep 16 23:23:44.735 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144702026-09-16T23:25:35.783Z Sep 16 23:23:44.741 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144712026-09-16T23:25:35.784Z Sep 16 23:23:44.741 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144722026-09-16T23:25:35.784Z Sep 16 23:23:44.747 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
144732026-09-16T23:25:35.784Z Sep 16 23:23:44.747 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144742026-09-16T23:25:35.784Z Sep 16 23:23:44.858 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
144752026-09-16T23:25:35.784Z Sep 16 23:23:44.859 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
144762026-09-16T23:25:35.784Z Sep 16 23:23:44.864 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
144772026-09-16T23:25:35.784Z Sep 16 23:23:44.902 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
144782026-09-16T23:25:35.784Z Sep 16 23:23:44.908 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144792026-09-16T23:25:35.784Z Sep 16 23:23:44.910 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
144802026-09-16T23:25:35.784Z Sep 16 23:23:44.948 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
144812026-09-16T23:25:35.784Z Sep 16 23:23:44.954 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
144822026-09-16T23:25:35.784Z Sep 16 23:23:44.993 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
144832026-09-16T23:25:35.784Z Sep 16 23:23:44.999 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144842026-09-16T23:25:35.784Z Sep 16 23:23:45.037 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
144852026-09-16T23:25:35.784Z Sep 16 23:23:45.043 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
144862026-09-16T23:25:35.784Z Sep 16 23:23:45.044 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
144872026-09-16T23:25:35.784Z Sep 16 23:23:45.044 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
144882026-09-16T23:25:35.784Z Sep 16 23:23:45.044 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
144892026-09-16T23:25:35.784Z Sep 16 23:23:45.051 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
144902026-09-16T23:25:35.784Z Sep 16 23:23:45.111 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144912026-09-16T23:25:35.784Z Sep 16 23:23:45.111 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144922026-09-16T23:25:35.784Z Sep 16 23:23:45.149 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
144932026-09-16T23:25:35.784Z Sep 16 23:23:45.150 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
144942026-09-16T23:25:35.784Z Sep 16 23:23:45.188 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144952026-09-16T23:25:35.784Z Sep 16 23:23:45.188 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144962026-09-16T23:25:35.784Z Sep 16 23:23:45.226 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
144972026-09-16T23:25:35.784Z Sep 16 23:23:45.226 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
144982026-09-16T23:25:35.784Z Sep 16 23:23:45.232 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
144992026-09-16T23:25:35.784Z Sep 16 23:23:45.233 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145002026-09-16T23:25:35.784Z Sep 16 23:23:45.239 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
145012026-09-16T23:25:35.784Z Sep 16 23:23:45.239 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145022026-09-16T23:25:35.784Z Sep 16 23:23:45.245 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145032026-09-16T23:25:35.784Z Sep 16 23:23:45.245 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145042026-09-16T23:25:35.784Z Sep 16 23:23:45.251 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145052026-09-16T23:25:35.784Z Sep 16 23:23:45.251 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145062026-09-16T23:25:35.784Z Sep 16 23:23:45.251 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
145072026-09-16T23:25:35.784Z Sep 16 23:23:45.251 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
145082026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
145092026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
145102026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
145112026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
145122026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
145132026-09-16T23:25:35.785Z Sep 16 23:23:45.251 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
145142026-09-16T23:25:35.785Z Sep 16 23:23:45.255 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145152026-09-16T23:25:35.785Z Sep 16 23:23:45.255 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145162026-09-16T23:25:35.785Z Sep 16 23:23:45.260 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145172026-09-16T23:25:35.785Z Sep 16 23:23:45.260 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145182026-09-16T23:25:35.785Z Sep 16 23:23:45.262 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145192026-09-16T23:25:35.785Z Sep 16 23:23:45.300 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145202026-09-16T23:25:35.789Z Sep 16 23:23:45.306 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145212026-09-16T23:25:35.789Z Sep 16 23:23:45.308 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145222026-09-16T23:25:35.789Z Sep 16 23:23:45.346 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145232026-09-16T23:25:35.789Z Sep 16 23:23:45.352 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145242026-09-16T23:25:35.790Z Sep 16 23:23:45.394 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145252026-09-16T23:25:35.790Z Sep 16 23:23:45.400 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145262026-09-16T23:25:35.790Z Sep 16 23:23:45.439 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145272026-09-16T23:25:35.790Z Sep 16 23:23:45.445 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145282026-09-16T23:25:35.790Z Sep 16 23:23:45.447 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145292026-09-16T23:25:35.790Z Sep 16 23:23:45.485 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145302026-09-16T23:25:35.790Z Sep 16 23:23:45.491 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145312026-09-16T23:25:35.790Z Sep 16 23:23:45.493 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145322026-09-16T23:25:35.790Z Sep 16 23:23:45.531 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145332026-09-16T23:25:35.790Z Sep 16 23:23:45.537 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145342026-09-16T23:25:35.790Z Sep 16 23:23:45.538 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145352026-09-16T23:25:35.790Z Sep 16 23:23:45.538 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145362026-09-16T23:25:35.790Z Sep 16 23:23:45.576 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145372026-09-16T23:25:35.790Z Sep 16 23:23:45.582 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145382026-09-16T23:25:35.790Z Sep 16 23:23:45.620 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145392026-09-16T23:25:35.790Z Sep 16 23:23:45.626 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145402026-09-16T23:25:35.790Z Sep 16 23:23:45.627 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145412026-09-16T23:25:35.791Z Sep 16 23:23:45.634 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145422026-09-16T23:25:35.791Z Sep 16 23:23:45.641 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145432026-09-16T23:25:35.791Z Sep 16 23:23:45.641 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145442026-09-16T23:25:35.791Z Sep 16 23:23:45.656 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145452026-09-16T23:25:35.791Z Sep 16 23:23:45.663 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145462026-09-16T23:25:35.791Z Sep 16 23:23:45.708 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
145472026-09-16T23:25:35.791Z Sep 16 23:23:45.708 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
145482026-09-16T23:25:35.791Z Sep 16 23:23:45.746 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
145492026-09-16T23:25:35.791Z Sep 16 23:23:45.746 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
145502026-09-16T23:25:35.791Z Sep 16 23:23:45.799 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
145512026-09-16T23:25:35.791Z Sep 16 23:23:45.799 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
145522026-09-16T23:25:35.791Z Sep 16 23:23:45.838 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
145532026-09-16T23:25:35.791Z Sep 16 23:23:45.838 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
145542026-09-16T23:25:35.791Z Sep 16 23:23:45.876 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
145552026-09-16T23:25:35.791Z Sep 16 23:23:45.876 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
145562026-09-16T23:25:35.791Z Sep 16 23:23:45.914 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
145572026-09-16T23:25:35.791Z Sep 16 23:23:45.914 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
145582026-09-16T23:25:35.791Z Sep 16 23:23:45.952 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
145592026-09-16T23:25:35.791Z Sep 16 23:23:45.952 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
145602026-09-16T23:25:35.791Z Sep 16 23:23:45.990 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
145612026-09-16T23:25:35.791Z Sep 16 23:23:45.990 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
145622026-09-16T23:25:35.791Z Sep 16 23:23:45.997 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
145632026-09-16T23:25:35.791Z Sep 16 23:23:45.997 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145642026-09-16T23:25:35.791Z Sep 16 23:23:46.003 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
145652026-09-16T23:25:35.791Z Sep 16 23:23:46.003 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145662026-09-16T23:25:35.791Z Sep 16 23:23:46.010 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145672026-09-16T23:25:35.791Z Sep 16 23:23:46.010 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145682026-09-16T23:25:35.791Z Sep 16 23:23:46.016 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145692026-09-16T23:25:35.791Z Sep 16 23:23:46.016 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145702026-09-16T23:25:35.791Z Sep 16 23:23:46.022 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
145712026-09-16T23:25:35.791Z Sep 16 23:23:46.022 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145722026-09-16T23:25:35.791Z Sep 16 23:23:46.028 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
145732026-09-16T23:25:35.791Z Sep 16 23:23:46.028 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145742026-09-16T23:25:35.791Z Sep 16 23:23:46.035 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145752026-09-16T23:25:35.791Z Sep 16 23:23:46.035 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145762026-09-16T23:25:35.791Z Sep 16 23:23:46.041 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
145772026-09-16T23:25:35.791Z Sep 16 23:23:46.041 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145782026-09-16T23:25:35.791Z Sep 16 23:23:46.043 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145792026-09-16T23:25:35.791Z Sep 16 23:23:46.046 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
145802026-09-16T23:25:35.792Z Sep 16 23:23:46.048 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145812026-09-16T23:25:35.792Z Sep 16 23:23:46.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145822026-09-16T23:25:35.792Z Sep 16 23:23:46.092 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145832026-09-16T23:25:35.792Z Sep 16 23:23:46.132 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145842026-09-16T23:25:35.792Z Sep 16 23:23:46.138 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145852026-09-16T23:25:35.792Z Sep 16 23:23:46.140 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
145862026-09-16T23:25:35.792Z Sep 16 23:23:46.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
145872026-09-16T23:25:35.792Z Sep 16 23:23:46.184 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
145882026-09-16T23:25:35.792Z Sep 16 23:23:46.185 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145892026-09-16T23:25:35.792Z Sep 16 23:23:46.223 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
145902026-09-16T23:25:35.792Z Sep 16 23:23:46.229 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
145912026-09-16T23:25:35.792Z Sep 16 23:23:46.230 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145922026-09-16T23:25:35.792Z Sep 16 23:23:46.237 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
145932026-09-16T23:25:35.792Z Sep 16 23:23:46.244 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
145942026-09-16T23:25:35.792Z Sep 16 23:23:46.290 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
145952026-09-16T23:25:35.793Z Sep 16 23:23:46.290 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
145962026-09-16T23:25:35.793Z Sep 16 23:23:46.298 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
145972026-09-16T23:25:35.793Z Sep 16 23:23:46.298 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
145982026-09-16T23:25:35.793Z Sep 16 23:23:46.298 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
145992026-09-16T23:25:35.793Z Sep 16 23:23:46.298 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
146002026-09-16T23:25:35.793Z Sep 16 23:23:46.336 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
146012026-09-16T23:25:35.793Z Sep 16 23:23:46.336 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
146022026-09-16T23:25:35.793Z Sep 16 23:23:46.374 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
146032026-09-16T23:25:35.793Z Sep 16 23:23:46.374 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
146042026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
146052026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
146062026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
146072026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
146082026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
146092026-09-16T23:25:35.793Z Sep 16 23:23:46.375 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
146102026-09-16T23:25:35.793Z Sep 16 23:23:46.376 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
146112026-09-16T23:25:35.794Z Sep 16 23:23:46.376 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
146122026-09-16T23:25:35.794Z Sep 16 23:23:46.414 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
146132026-09-16T23:25:35.794Z Sep 16 23:23:46.414 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
146142026-09-16T23:25:35.794Z Sep 16 23:23:46.420 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
146152026-09-16T23:25:35.794Z Sep 16 23:23:46.420 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146162026-09-16T23:25:35.794Z Sep 16 23:23:46.426 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
146172026-09-16T23:25:35.794Z Sep 16 23:23:46.426 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146182026-09-16T23:25:35.794Z Sep 16 23:23:46.432 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
146192026-09-16T23:25:35.794Z Sep 16 23:23:46.432 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146202026-09-16T23:25:35.798Z Sep 16 23:23:46.439 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
146212026-09-16T23:25:35.798Z Sep 16 23:23:46.439 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146222026-09-16T23:25:35.798Z Sep 16 23:23:46.549 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146232026-09-16T23:25:35.798Z Sep 16 23:23:46.551 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146242026-09-16T23:25:35.798Z Sep 16 23:23:46.553 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146252026-09-16T23:25:35.798Z Sep 16 23:23:46.591 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146262026-09-16T23:25:35.798Z Sep 16 23:23:46.597 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146272026-09-16T23:25:35.798Z Sep 16 23:23:46.637 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146282026-09-16T23:25:35.798Z Sep 16 23:23:46.643 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146292026-09-16T23:25:35.799Z Sep 16 23:23:46.645 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146302026-09-16T23:25:35.799Z Sep 16 23:23:46.683 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146312026-09-16T23:25:35.799Z Sep 16 23:23:46.689 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146322026-09-16T23:25:35.799Z Sep 16 23:23:46.690 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146332026-09-16T23:25:35.799Z Sep 16 23:23:46.728 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146342026-09-16T23:25:35.799Z Sep 16 23:23:46.734 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146352026-09-16T23:25:35.799Z Sep 16 23:23:46.735 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146362026-09-16T23:25:35.799Z Sep 16 23:23:46.742 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146372026-09-16T23:25:35.799Z Sep 16 23:23:46.750 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146382026-09-16T23:25:35.799Z Sep 16 23:23:46.795 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
146392026-09-16T23:25:35.799Z Sep 16 23:23:46.795 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
146402026-09-16T23:25:35.799Z Sep 16 23:23:46.840 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
146412026-09-16T23:25:35.799Z Sep 16 23:23:46.840 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
146422026-09-16T23:25:35.799Z Sep 16 23:23:46.878 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
146432026-09-16T23:25:35.799Z Sep 16 23:23:46.878 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
146442026-09-16T23:25:35.799Z Sep 16 23:23:46.917 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
146452026-09-16T23:25:35.799Z Sep 16 23:23:46.917 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
146462026-09-16T23:25:35.799Z Sep 16 23:23:46.923 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
146472026-09-16T23:25:35.799Z Sep 16 23:23:46.923 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146482026-09-16T23:25:35.799Z Sep 16 23:23:46.929 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
146492026-09-16T23:25:35.799Z Sep 16 23:23:46.929 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146502026-09-16T23:25:35.799Z Sep 16 23:23:46.935 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
146512026-09-16T23:25:35.799Z Sep 16 23:23:46.935 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146522026-09-16T23:25:35.799Z Sep 16 23:23:46.942 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
146532026-09-16T23:25:35.799Z Sep 16 23:23:46.942 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146542026-09-16T23:25:35.799Z Sep 16 23:23:46.942 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
146552026-09-16T23:25:35.799Z Sep 16 23:23:46.942 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
146562026-09-16T23:25:35.799Z Sep 16 23:23:46.942 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
146572026-09-16T23:25:35.799Z Sep 16 23:23:46.942 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
146582026-09-16T23:25:35.799Z Sep 16 23:23:46.942 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
146592026-09-16T23:25:35.800Z Sep 16 23:23:46.942 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
146602026-09-16T23:25:35.800Z Sep 16 23:23:46.943 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
146612026-09-16T23:25:35.800Z Sep 16 23:23:46.943 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
146622026-09-16T23:25:35.800Z Sep 16 23:23:46.945 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146632026-09-16T23:25:35.800Z Sep 16 23:23:46.948 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146642026-09-16T23:25:35.800Z Sep 16 23:23:46.948 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146652026-09-16T23:25:35.800Z Sep 16 23:23:46.950 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146662026-09-16T23:25:35.800Z Sep 16 23:23:46.988 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146672026-09-16T23:25:35.800Z Sep 16 23:23:46.994 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146682026-09-16T23:25:35.800Z Sep 16 23:23:46.999 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
146692026-09-16T23:25:35.800Z Sep 16 23:23:47.037 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146702026-09-16T23:25:35.800Z Sep 16 23:23:47.043 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146712026-09-16T23:25:35.800Z Sep 16 23:23:47.045 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146722026-09-16T23:25:35.800Z Sep 16 23:23:47.083 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146732026-09-16T23:25:35.800Z Sep 16 23:23:47.089 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146742026-09-16T23:25:35.800Z Sep 16 23:23:47.092 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146752026-09-16T23:25:35.800Z Sep 16 23:23:47.130 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146762026-09-16T23:25:35.800Z Sep 16 23:23:47.136 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146772026-09-16T23:25:35.800Z Sep 16 23:23:47.138 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146782026-09-16T23:25:35.800Z Sep 16 23:23:47.176 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146792026-09-16T23:25:35.800Z Sep 16 23:23:47.182 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146802026-09-16T23:25:35.800Z Sep 16 23:23:47.221 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146812026-09-16T23:25:35.800Z Sep 16 23:23:47.227 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146822026-09-16T23:25:35.800Z Sep 16 23:23:47.229 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
146832026-09-16T23:25:35.800Z Sep 16 23:23:47.267 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
146842026-09-16T23:25:35.800Z Sep 16 23:23:47.273 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
146852026-09-16T23:25:35.801Z Sep 16 23:23:47.274 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146862026-09-16T23:25:35.801Z Sep 16 23:23:47.281 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146872026-09-16T23:25:35.801Z Sep 16 23:23:47.281 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146882026-09-16T23:25:35.801Z Sep 16 23:23:47.319 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
146892026-09-16T23:25:35.801Z Sep 16 23:23:47.325 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
146902026-09-16T23:25:35.801Z Sep 16 23:23:47.333 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146912026-09-16T23:25:35.801Z Sep 16 23:23:47.340 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146922026-09-16T23:25:35.801Z Sep 16 23:23:47.347 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
146932026-09-16T23:25:35.801Z Sep 16 23:23:47.385 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
146942026-09-16T23:25:35.801Z Sep 16 23:23:47.385 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
146952026-09-16T23:25:35.801Z Sep 16 23:23:47.400 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
146962026-09-16T23:25:35.801Z Sep 16 23:23:47.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
146972026-09-16T23:25:35.801Z Sep 16 23:23:47.446 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
146982026-09-16T23:25:35.802Z Sep 16 23:23:47.484 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
146992026-09-16T23:25:35.802Z Sep 16 23:23:47.484 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147002026-09-16T23:25:35.802Z Sep 16 23:23:47.522 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147012026-09-16T23:25:35.802Z Sep 16 23:23:47.522 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147022026-09-16T23:25:35.802Z Sep 16 23:23:47.568 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147032026-09-16T23:25:35.802Z Sep 16 23:23:47.568 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147042026-09-16T23:25:35.802Z Sep 16 23:23:47.606 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147052026-09-16T23:25:35.802Z Sep 16 23:23:47.606 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147062026-09-16T23:25:35.802Z Sep 16 23:23:47.643 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147072026-09-16T23:25:35.802Z Sep 16 23:23:47.644 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147082026-09-16T23:25:35.802Z Sep 16 23:23:47.682 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147092026-09-16T23:25:35.802Z Sep 16 23:23:47.682 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147102026-09-16T23:25:35.802Z Sep 16 23:23:47.688 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147112026-09-16T23:25:35.802Z Sep 16 23:23:47.688 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147122026-09-16T23:25:35.802Z Sep 16 23:23:47.694 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147132026-09-16T23:25:35.802Z Sep 16 23:23:47.694 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147142026-09-16T23:25:35.802Z Sep 16 23:23:47.701 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147152026-09-16T23:25:35.802Z Sep 16 23:23:47.701 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147162026-09-16T23:25:35.802Z Sep 16 23:23:47.707 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147172026-09-16T23:25:35.802Z Sep 16 23:23:47.707 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147182026-09-16T23:25:35.802Z Sep 16 23:23:47.713 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147192026-09-16T23:25:35.802Z Sep 16 23:23:47.713 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147202026-09-16T23:25:35.806Z Sep 16 23:23:47.719 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147212026-09-16T23:25:35.806Z Sep 16 23:23:47.719 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147222026-09-16T23:25:35.807Z Sep 16 23:23:47.725 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147232026-09-16T23:25:35.807Z Sep 16 23:23:47.726 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147242026-09-16T23:25:35.807Z Sep 16 23:23:47.733 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147252026-09-16T23:25:35.807Z Sep 16 23:23:47.733 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147262026-09-16T23:25:35.807Z Sep 16 23:23:47.733 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
147272026-09-16T23:25:35.807Z Sep 16 23:23:47.738 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
147282026-09-16T23:25:35.807Z Sep 16 23:23:47.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
147292026-09-16T23:25:35.807Z Sep 16 23:23:47.782 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147302026-09-16T23:25:35.807Z Sep 16 23:23:47.783 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
147312026-09-16T23:25:35.807Z Sep 16 23:23:47.821 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
147322026-09-16T23:25:35.807Z Sep 16 23:23:47.827 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147332026-09-16T23:25:35.807Z Sep 16 23:23:47.830 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
147342026-09-16T23:25:35.807Z Sep 16 23:23:47.831 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
147352026-09-16T23:25:35.808Z Sep 16 23:23:47.869 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
147362026-09-16T23:25:35.808Z Sep 16 23:23:47.875 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147372026-09-16T23:25:35.808Z Sep 16 23:23:47.876 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
147382026-09-16T23:25:35.808Z Sep 16 23:23:47.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
147392026-09-16T23:25:35.808Z Sep 16 23:23:47.927 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147402026-09-16T23:25:35.808Z Sep 16 23:23:47.935 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
147412026-09-16T23:25:35.808Z Sep 16 23:23:47.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147422026-09-16T23:25:35.808Z Sep 16 23:23:47.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147432026-09-16T23:25:35.808Z Sep 16 23:23:47.974 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
147442026-09-16T23:25:35.808Z Sep 16 23:23:48.019 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147452026-09-16T23:25:35.808Z Sep 16 23:23:48.019 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147462026-09-16T23:25:35.808Z Sep 16 23:23:48.027 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
147472026-09-16T23:25:35.808Z Sep 16 23:23:48.027 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
147482026-09-16T23:25:35.808Z Sep 16 23:23:48.027 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
147492026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
147502026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
147512026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
147522026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
147532026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
147542026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
147552026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
147562026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
147572026-09-16T23:25:35.808Z Sep 16 23:23:48.028 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
147582026-09-16T23:25:35.808Z Sep 16 23:23:48.066 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147592026-09-16T23:25:35.808Z Sep 16 23:23:48.066 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147602026-09-16T23:25:35.808Z Sep 16 23:23:48.105 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147612026-09-16T23:25:35.808Z Sep 16 23:23:48.105 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147622026-09-16T23:25:35.808Z Sep 16 23:23:48.111 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147632026-09-16T23:25:35.808Z Sep 16 23:23:48.111 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147642026-09-16T23:25:35.808Z Sep 16 23:23:48.117 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147652026-09-16T23:25:35.808Z Sep 16 23:23:48.117 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147662026-09-16T23:25:35.808Z Sep 16 23:23:48.123 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147672026-09-16T23:25:35.808Z Sep 16 23:23:48.123 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147682026-09-16T23:25:35.808Z Sep 16 23:23:48.129 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147692026-09-16T23:25:35.808Z Sep 16 23:23:48.130 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147702026-09-16T23:25:35.808Z Sep 16 23:23:48.187 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
147712026-09-16T23:25:35.808Z Sep 16 23:23:48.187 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
147722026-09-16T23:25:35.808Z Sep 16 23:23:48.192 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
147732026-09-16T23:25:35.808Z Sep 16 23:23:48.231 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
147742026-09-16T23:25:35.809Z Sep 16 23:23:48.237 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147752026-09-16T23:25:35.809Z Sep 16 23:23:48.239 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
147762026-09-16T23:25:35.809Z Sep 16 23:23:48.277 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
147772026-09-16T23:25:35.809Z Sep 16 23:23:48.283 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
147782026-09-16T23:25:35.809Z Sep 16 23:23:48.321 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
147792026-09-16T23:25:35.809Z Sep 16 23:23:48.327 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147802026-09-16T23:25:35.809Z Sep 16 23:23:48.366 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
147812026-09-16T23:25:35.809Z Sep 16 23:23:48.372 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147822026-09-16T23:25:35.809Z Sep 16 23:23:48.372 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
147832026-09-16T23:25:35.809Z Sep 16 23:23:48.373 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
147842026-09-16T23:25:35.809Z Sep 16 23:23:48.373 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
147852026-09-16T23:25:35.809Z Sep 16 23:23:48.380 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
147862026-09-16T23:25:35.809Z Sep 16 23:23:48.440 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147872026-09-16T23:25:35.809Z Sep 16 23:23:48.440 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147882026-09-16T23:25:35.809Z Sep 16 23:23:48.478 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
147892026-09-16T23:25:35.809Z Sep 16 23:23:48.478 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
147902026-09-16T23:25:35.809Z Sep 16 23:23:48.516 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147912026-09-16T23:25:35.809Z Sep 16 23:23:48.516 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147922026-09-16T23:25:35.810Z Sep 16 23:23:48.554 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
147932026-09-16T23:25:35.810Z Sep 16 23:23:48.554 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
147942026-09-16T23:25:35.810Z Sep 16 23:23:48.561 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147952026-09-16T23:25:35.810Z Sep 16 23:23:48.561 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147962026-09-16T23:25:35.810Z Sep 16 23:23:48.567 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
147972026-09-16T23:25:35.810Z Sep 16 23:23:48.567 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
147982026-09-16T23:25:35.810Z Sep 16 23:23:48.573 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
147992026-09-16T23:25:35.810Z Sep 16 23:23:48.573 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148002026-09-16T23:25:35.810Z Sep 16 23:23:48.579 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
148012026-09-16T23:25:35.810Z Sep 16 23:23:48.579 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148022026-09-16T23:25:35.810Z Sep 16 23:23:48.579 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
148032026-09-16T23:25:35.810Z Sep 16 23:23:48.579 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
148042026-09-16T23:25:35.810Z Sep 16 23:23:48.579 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
148052026-09-16T23:25:35.810Z Sep 16 23:23:48.579 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
148062026-09-16T23:25:35.810Z Sep 16 23:23:48.580 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
148072026-09-16T23:25:35.810Z Sep 16 23:23:48.580 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
148082026-09-16T23:25:35.810Z Sep 16 23:23:48.580 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
148092026-09-16T23:25:35.810Z Sep 16 23:23:48.580 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
148102026-09-16T23:25:35.810Z Sep 16 23:23:48.583 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148112026-09-16T23:25:35.810Z Sep 16 23:23:48.583 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148122026-09-16T23:25:35.810Z Sep 16 23:23:48.588 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148132026-09-16T23:25:35.810Z Sep 16 23:23:48.588 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148142026-09-16T23:25:35.810Z Sep 16 23:23:48.590 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148152026-09-16T23:25:35.810Z Sep 16 23:23:48.628 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148162026-09-16T23:25:35.810Z Sep 16 23:23:48.634 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148172026-09-16T23:25:35.810Z Sep 16 23:23:48.636 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148182026-09-16T23:25:35.810Z Sep 16 23:23:48.674 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148192026-09-16T23:25:35.810Z Sep 16 23:23:48.680 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148202026-09-16T23:25:35.815Z Sep 16 23:23:48.722 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148212026-09-16T23:25:35.815Z Sep 16 23:23:48.728 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148222026-09-16T23:25:35.815Z Sep 16 23:23:48.767 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148232026-09-16T23:25:35.815Z Sep 16 23:23:48.773 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148242026-09-16T23:25:35.815Z Sep 16 23:23:48.775 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148252026-09-16T23:25:35.815Z Sep 16 23:23:48.813 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148262026-09-16T23:25:35.815Z Sep 16 23:23:48.819 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148272026-09-16T23:25:35.815Z Sep 16 23:23:48.822 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148282026-09-16T23:25:35.815Z Sep 16 23:23:48.861 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148292026-09-16T23:25:35.815Z Sep 16 23:23:48.867 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148302026-09-16T23:25:35.815Z Sep 16 23:23:48.868 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148312026-09-16T23:25:35.815Z Sep 16 23:23:48.868 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148322026-09-16T23:25:35.815Z Sep 16 23:23:48.906 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148332026-09-16T23:25:35.815Z Sep 16 23:23:48.912 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148342026-09-16T23:25:35.815Z Sep 16 23:23:48.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148352026-09-16T23:25:35.815Z Sep 16 23:23:48.956 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148362026-09-16T23:25:35.815Z Sep 16 23:23:48.957 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148372026-09-16T23:25:35.815Z Sep 16 23:23:48.964 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148382026-09-16T23:25:35.815Z Sep 16 23:23:48.971 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148392026-09-16T23:25:35.815Z Sep 16 23:23:48.972 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148402026-09-16T23:25:35.815Z Sep 16 23:23:48.986 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148412026-09-16T23:25:35.815Z Sep 16 23:23:48.994 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148422026-09-16T23:25:35.815Z Sep 16 23:23:49.038 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148432026-09-16T23:25:35.815Z Sep 16 23:23:49.038 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148442026-09-16T23:25:35.815Z Sep 16 23:23:49.076 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148452026-09-16T23:25:35.815Z Sep 16 23:23:49.076 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148462026-09-16T23:25:35.815Z Sep 16 23:23:49.129 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
148472026-09-16T23:25:35.815Z Sep 16 23:23:49.129 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
148482026-09-16T23:25:35.815Z Sep 16 23:23:49.167 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
148492026-09-16T23:25:35.815Z Sep 16 23:23:49.167 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
148502026-09-16T23:25:35.815Z Sep 16 23:23:49.205 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148512026-09-16T23:25:35.815Z Sep 16 23:23:49.205 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148522026-09-16T23:25:35.815Z Sep 16 23:23:49.243 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148532026-09-16T23:25:35.816Z Sep 16 23:23:49.243 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148542026-09-16T23:25:35.816Z Sep 16 23:23:49.281 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
148552026-09-16T23:25:35.816Z Sep 16 23:23:49.281 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
148562026-09-16T23:25:35.816Z Sep 16 23:23:49.319 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
148572026-09-16T23:25:35.816Z Sep 16 23:23:49.319 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
148582026-09-16T23:25:35.816Z Sep 16 23:23:49.326 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
148592026-09-16T23:25:35.816Z Sep 16 23:23:49.326 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148602026-09-16T23:25:35.816Z Sep 16 23:23:49.332 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
148612026-09-16T23:25:35.816Z Sep 16 23:23:49.332 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148622026-09-16T23:25:35.816Z Sep 16 23:23:49.338 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
148632026-09-16T23:25:35.816Z Sep 16 23:23:49.338 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148642026-09-16T23:25:35.816Z Sep 16 23:23:49.344 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
148652026-09-16T23:25:35.816Z Sep 16 23:23:49.344 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148662026-09-16T23:25:35.816Z Sep 16 23:23:49.350 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
148672026-09-16T23:25:35.816Z Sep 16 23:23:49.350 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148682026-09-16T23:25:35.816Z Sep 16 23:23:49.356 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
148692026-09-16T23:25:35.816Z Sep 16 23:23:49.356 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148702026-09-16T23:25:35.816Z Sep 16 23:23:49.363 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
148712026-09-16T23:25:35.816Z Sep 16 23:23:49.363 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148722026-09-16T23:25:35.816Z Sep 16 23:23:49.369 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
148732026-09-16T23:25:35.816Z Sep 16 23:23:49.369 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148742026-09-16T23:25:35.816Z Sep 16 23:23:49.371 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148752026-09-16T23:25:35.816Z Sep 16 23:23:49.374 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
148762026-09-16T23:25:35.816Z Sep 16 23:23:49.375 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148772026-09-16T23:25:35.816Z Sep 16 23:23:49.413 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148782026-09-16T23:25:35.816Z Sep 16 23:23:49.419 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148792026-09-16T23:25:35.816Z Sep 16 23:23:49.459 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148802026-09-16T23:25:35.816Z Sep 16 23:23:49.465 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148812026-09-16T23:25:35.816Z Sep 16 23:23:49.467 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
148822026-09-16T23:25:35.816Z Sep 16 23:23:49.505 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
148832026-09-16T23:25:35.816Z Sep 16 23:23:49.511 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
148842026-09-16T23:25:35.816Z Sep 16 23:23:49.512 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148852026-09-16T23:25:35.816Z Sep 16 23:23:49.550 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
148862026-09-16T23:25:35.816Z Sep 16 23:23:49.556 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
148872026-09-16T23:25:35.816Z Sep 16 23:23:49.556 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148882026-09-16T23:25:35.816Z Sep 16 23:23:49.563 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
148892026-09-16T23:25:35.816Z Sep 16 23:23:49.571 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
148902026-09-16T23:25:35.816Z Sep 16 23:23:49.616 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148912026-09-16T23:25:35.816Z Sep 16 23:23:49.616 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148922026-09-16T23:25:35.817Z Sep 16 23:23:49.661 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
148932026-09-16T23:25:35.817Z Sep 16 23:23:49.661 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
148942026-09-16T23:25:35.817Z Sep 16 23:23:49.699 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
148952026-09-16T23:25:35.817Z Sep 16 23:23:49.699 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
148962026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
148972026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
148982026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
148992026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
149002026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
149012026-09-16T23:25:35.817Z Sep 16 23:23:49.700 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
149022026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
149032026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
149042026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
149052026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
149062026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
149072026-09-16T23:25:35.817Z Sep 16 23:23:49.701 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
149082026-09-16T23:25:35.817Z Sep 16 23:23:49.739 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
149092026-09-16T23:25:35.817Z Sep 16 23:23:49.739 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
149102026-09-16T23:25:35.817Z Sep 16 23:23:49.745 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
149112026-09-16T23:25:35.817Z Sep 16 23:23:49.745 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149122026-09-16T23:25:35.817Z Sep 16 23:23:49.751 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
149132026-09-16T23:25:35.817Z Sep 16 23:23:49.751 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149142026-09-16T23:25:35.817Z Sep 16 23:23:49.757 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
149152026-09-16T23:25:35.817Z Sep 16 23:23:49.757 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149162026-09-16T23:25:35.817Z Sep 16 23:23:49.763 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
149172026-09-16T23:25:35.817Z Sep 16 23:23:49.763 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149182026-09-16T23:25:35.817Z Sep 16 23:23:49.876 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149192026-09-16T23:25:35.817Z Sep 16 23:23:49.876 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149202026-09-16T23:25:35.822Z Sep 16 23:23:49.881 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149212026-09-16T23:25:35.822Z Sep 16 23:23:49.919 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149222026-09-16T23:25:35.822Z Sep 16 23:23:49.925 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149232026-09-16T23:25:35.822Z Sep 16 23:23:49.927 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149242026-09-16T23:25:35.822Z Sep 16 23:23:49.965 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149252026-09-16T23:25:35.822Z Sep 16 23:23:49.971 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149262026-09-16T23:25:35.822Z Sep 16 23:23:50.009 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149272026-09-16T23:25:35.822Z Sep 16 23:23:50.015 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149282026-09-16T23:25:35.822Z Sep 16 23:23:50.053 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149292026-09-16T23:25:35.822Z Sep 16 23:23:50.059 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149302026-09-16T23:25:35.822Z Sep 16 23:23:50.060 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149312026-09-16T23:25:35.822Z Sep 16 23:23:50.060 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149322026-09-16T23:25:35.822Z Sep 16 23:23:50.060 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149332026-09-16T23:25:35.822Z Sep 16 23:23:50.067 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149342026-09-16T23:25:35.822Z Sep 16 23:23:50.126 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
149352026-09-16T23:25:35.822Z Sep 16 23:23:50.127 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
149362026-09-16T23:25:35.822Z Sep 16 23:23:50.164 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
149372026-09-16T23:25:35.822Z Sep 16 23:23:50.164 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
149382026-09-16T23:25:35.822Z Sep 16 23:23:50.202 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
149392026-09-16T23:25:35.822Z Sep 16 23:23:50.203 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
149402026-09-16T23:25:35.822Z Sep 16 23:23:50.240 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
149412026-09-16T23:25:35.822Z Sep 16 23:23:50.240 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
149422026-09-16T23:25:35.822Z Sep 16 23:23:50.247 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
149432026-09-16T23:25:35.822Z Sep 16 23:23:50.247 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149442026-09-16T23:25:35.822Z Sep 16 23:23:50.253 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
149452026-09-16T23:25:35.822Z Sep 16 23:23:50.253 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149462026-09-16T23:25:35.822Z Sep 16 23:23:50.259 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
149472026-09-16T23:25:35.822Z Sep 16 23:23:50.259 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149482026-09-16T23:25:35.822Z Sep 16 23:23:50.265 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
149492026-09-16T23:25:35.822Z Sep 16 23:23:50.265 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149502026-09-16T23:25:35.822Z Sep 16 23:23:50.265 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
149512026-09-16T23:25:35.822Z Sep 16 23:23:50.265 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
149522026-09-16T23:25:35.822Z Sep 16 23:23:50.265 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
149532026-09-16T23:25:35.822Z Sep 16 23:23:50.265 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
149542026-09-16T23:25:35.823Z Sep 16 23:23:50.265 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
149552026-09-16T23:25:35.823Z Sep 16 23:23:50.265 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
149562026-09-16T23:25:35.823Z Sep 16 23:23:50.265 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
149572026-09-16T23:25:35.823Z Sep 16 23:23:50.265 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
149582026-09-16T23:25:35.823Z Sep 16 23:23:50.268 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149592026-09-16T23:25:35.823Z Sep 16 23:23:50.269 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149602026-09-16T23:25:35.823Z Sep 16 23:23:50.273 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149612026-09-16T23:25:35.823Z Sep 16 23:23:50.274 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
149622026-09-16T23:25:35.823Z Sep 16 23:23:50.275 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149632026-09-16T23:25:35.823Z Sep 16 23:23:50.313 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149642026-09-16T23:25:35.823Z Sep 16 23:23:50.319 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149652026-09-16T23:25:35.823Z Sep 16 23:23:50.321 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149662026-09-16T23:25:35.823Z Sep 16 23:23:50.359 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149672026-09-16T23:25:35.823Z Sep 16 23:23:50.365 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149682026-09-16T23:25:35.823Z Sep 16 23:23:50.407 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149692026-09-16T23:25:35.823Z Sep 16 23:23:50.413 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149702026-09-16T23:25:35.823Z Sep 16 23:23:50.451 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149712026-09-16T23:25:35.823Z Sep 16 23:23:50.457 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149722026-09-16T23:25:35.823Z Sep 16 23:23:50.459 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149732026-09-16T23:25:35.823Z Sep 16 23:23:50.497 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149742026-09-16T23:25:35.823Z Sep 16 23:23:50.503 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149752026-09-16T23:25:35.823Z Sep 16 23:23:50.505 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
149762026-09-16T23:25:35.823Z Sep 16 23:23:50.543 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
149772026-09-16T23:25:35.823Z Sep 16 23:23:50.548 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
149782026-09-16T23:25:35.823Z Sep 16 23:23:50.549 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149792026-09-16T23:25:35.824Z Sep 16 23:23:50.549 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149802026-09-16T23:25:35.824Z Sep 16 23:23:50.587 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149812026-09-16T23:25:35.824Z Sep 16 23:23:50.593 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149822026-09-16T23:25:35.824Z Sep 16 23:23:50.631 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
149832026-09-16T23:25:35.824Z Sep 16 23:23:50.637 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
149842026-09-16T23:25:35.824Z Sep 16 23:23:50.638 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149852026-09-16T23:25:35.824Z Sep 16 23:23:50.645 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149862026-09-16T23:25:35.824Z Sep 16 23:23:50.652 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149872026-09-16T23:25:35.824Z Sep 16 23:23:50.652 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
149882026-09-16T23:25:35.824Z Sep 16 23:23:50.667 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149892026-09-16T23:25:35.824Z Sep 16 23:23:50.674 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
149902026-09-16T23:25:35.825Z Sep 16 23:23:50.719 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
149912026-09-16T23:25:35.825Z Sep 16 23:23:50.719 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
149922026-09-16T23:25:35.825Z Sep 16 23:23:50.757 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
149932026-09-16T23:25:35.825Z Sep 16 23:23:50.757 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
149942026-09-16T23:25:35.825Z Sep 16 23:23:50.809 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
149952026-09-16T23:25:35.825Z Sep 16 23:23:50.809 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
149962026-09-16T23:25:35.825Z Sep 16 23:23:50.847 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
149972026-09-16T23:25:35.825Z Sep 16 23:23:50.847 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
149982026-09-16T23:25:35.825Z Sep 16 23:23:50.885 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
149992026-09-16T23:25:35.825Z Sep 16 23:23:50.885 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150002026-09-16T23:25:35.825Z Sep 16 23:23:50.923 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
150012026-09-16T23:25:35.825Z Sep 16 23:23:50.923 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150022026-09-16T23:25:35.825Z Sep 16 23:23:50.961 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150032026-09-16T23:25:35.825Z Sep 16 23:23:50.961 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150042026-09-16T23:25:35.825Z Sep 16 23:23:50.999 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150052026-09-16T23:25:35.825Z Sep 16 23:23:50.999 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150062026-09-16T23:25:35.825Z Sep 16 23:23:51.005 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150072026-09-16T23:25:35.825Z Sep 16 23:23:51.006 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150082026-09-16T23:25:35.826Z Sep 16 23:23:51.012 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150092026-09-16T23:25:35.826Z Sep 16 23:23:51.012 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150102026-09-16T23:25:35.826Z Sep 16 23:23:51.018 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150112026-09-16T23:25:35.826Z Sep 16 23:23:51.018 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150122026-09-16T23:25:35.826Z Sep 16 23:23:51.024 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150132026-09-16T23:25:35.826Z Sep 16 23:23:51.024 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150142026-09-16T23:25:35.826Z Sep 16 23:23:51.030 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150152026-09-16T23:25:35.826Z Sep 16 23:23:51.030 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150162026-09-16T23:25:35.826Z Sep 16 23:23:51.036 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150172026-09-16T23:25:35.826Z Sep 16 23:23:51.036 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150182026-09-16T23:25:35.826Z Sep 16 23:23:51.043 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150192026-09-16T23:25:35.826Z Sep 16 23:23:51.043 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150202026-09-16T23:25:35.830Z Sep 16 23:23:51.049 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150212026-09-16T23:25:35.830Z Sep 16 23:23:51.049 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150222026-09-16T23:25:35.830Z Sep 16 23:23:51.050 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
150232026-09-16T23:25:35.830Z Sep 16 23:23:51.053 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
150242026-09-16T23:25:35.830Z Sep 16 23:23:51.055 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
150252026-09-16T23:25:35.830Z Sep 16 23:23:51.093 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
150262026-09-16T23:25:35.830Z Sep 16 23:23:51.099 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150272026-09-16T23:25:35.830Z Sep 16 23:23:51.139 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
150282026-09-16T23:25:35.830Z Sep 16 23:23:51.145 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150292026-09-16T23:25:35.830Z Sep 16 23:23:51.147 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
150302026-09-16T23:25:35.831Z Sep 16 23:23:51.185 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
150312026-09-16T23:25:35.831Z Sep 16 23:23:51.191 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150322026-09-16T23:25:35.831Z Sep 16 23:23:51.192 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
150332026-09-16T23:25:35.831Z Sep 16 23:23:51.229 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
150342026-09-16T23:25:35.831Z Sep 16 23:23:51.235 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150352026-09-16T23:25:35.831Z Sep 16 23:23:51.236 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
150362026-09-16T23:25:35.831Z Sep 16 23:23:51.243 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
150372026-09-16T23:25:35.831Z Sep 16 23:23:51.250 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
150382026-09-16T23:25:35.831Z Sep 16 23:23:51.295 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
150392026-09-16T23:25:35.831Z Sep 16 23:23:51.295 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150402026-09-16T23:25:35.831Z Sep 16 23:23:51.341 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150412026-09-16T23:25:35.831Z Sep 16 23:23:51.341 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150422026-09-16T23:25:35.831Z Sep 16 23:23:51.379 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
150432026-09-16T23:25:35.831Z Sep 16 23:23:51.379 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150442026-09-16T23:25:35.831Z Sep 16 23:23:51.379 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
150452026-09-16T23:25:35.831Z Sep 16 23:23:51.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
150462026-09-16T23:25:35.831Z Sep 16 23:23:51.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
150472026-09-16T23:25:35.831Z Sep 16 23:23:51.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
150482026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
150492026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
150502026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
150512026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
150522026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
150532026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
150542026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
150552026-09-16T23:25:35.832Z Sep 16 23:23:51.380 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
150562026-09-16T23:25:35.832Z Sep 16 23:23:51.418 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150572026-09-16T23:25:35.832Z Sep 16 23:23:51.418 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150582026-09-16T23:25:35.832Z Sep 16 23:23:51.425 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150592026-09-16T23:25:35.832Z Sep 16 23:23:51.425 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150602026-09-16T23:25:35.832Z Sep 16 23:23:51.431 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150612026-09-16T23:25:35.832Z Sep 16 23:23:51.431 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150622026-09-16T23:25:35.832Z Sep 16 23:23:51.437 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150632026-09-16T23:25:35.832Z Sep 16 23:23:51.437 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150642026-09-16T23:25:35.833Z Sep 16 23:23:51.443 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150652026-09-16T23:25:35.833Z Sep 16 23:23:51.443 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150662026-09-16T23:25:35.833Z Sep 16 23:23:51.556 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
150672026-09-16T23:25:35.833Z Sep 16 23:23:51.556 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
150682026-09-16T23:25:35.833Z Sep 16 23:23:51.561 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
150692026-09-16T23:25:35.833Z Sep 16 23:23:51.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
150702026-09-16T23:25:35.833Z Sep 16 23:23:51.605 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150712026-09-16T23:25:35.833Z Sep 16 23:23:51.607 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
150722026-09-16T23:25:35.833Z Sep 16 23:23:51.645 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
150732026-09-16T23:25:35.833Z Sep 16 23:23:51.651 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150742026-09-16T23:25:35.833Z Sep 16 23:23:51.689 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
150752026-09-16T23:25:35.833Z Sep 16 23:23:51.695 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150762026-09-16T23:25:35.833Z Sep 16 23:23:51.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
150772026-09-16T23:25:35.833Z Sep 16 23:23:51.740 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150782026-09-16T23:25:35.833Z Sep 16 23:23:51.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
150792026-09-16T23:25:35.833Z Sep 16 23:23:51.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
150802026-09-16T23:25:35.833Z Sep 16 23:23:51.740 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
150812026-09-16T23:25:35.833Z Sep 16 23:23:51.747 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
150822026-09-16T23:25:35.833Z Sep 16 23:23:51.807 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
150832026-09-16T23:25:35.833Z Sep 16 23:23:51.807 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150842026-09-16T23:25:35.833Z Sep 16 23:23:51.847 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
150852026-09-16T23:25:35.833Z Sep 16 23:23:51.847 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
150862026-09-16T23:25:35.833Z Sep 16 23:23:51.885 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150872026-09-16T23:25:35.833Z Sep 16 23:23:51.885 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150882026-09-16T23:25:35.833Z Sep 16 23:23:51.923 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
150892026-09-16T23:25:35.833Z Sep 16 23:23:51.923 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
150902026-09-16T23:25:35.833Z Sep 16 23:23:51.929 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150912026-09-16T23:25:35.833Z Sep 16 23:23:51.929 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150922026-09-16T23:25:35.833Z Sep 16 23:23:51.935 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
150932026-09-16T23:25:35.833Z Sep 16 23:23:51.936 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
150942026-09-16T23:25:35.833Z Sep 16 23:23:51.942 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150952026-09-16T23:25:35.833Z Sep 16 23:23:51.942 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150962026-09-16T23:25:35.833Z Sep 16 23:23:51.948 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
150972026-09-16T23:25:35.833Z Sep 16 23:23:51.948 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
150982026-09-16T23:25:35.833Z Sep 16 23:23:51.948 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
150992026-09-16T23:25:35.833Z Sep 16 23:23:51.948 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
151002026-09-16T23:25:35.833Z Sep 16 23:23:51.948 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
151012026-09-16T23:25:35.833Z Sep 16 23:23:51.948 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
151022026-09-16T23:25:35.834Z Sep 16 23:23:51.948 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
151032026-09-16T23:25:35.834Z Sep 16 23:23:51.948 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
151042026-09-16T23:25:35.834Z Sep 16 23:23:51.948 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
151052026-09-16T23:25:35.834Z Sep 16 23:23:51.948 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
151062026-09-16T23:25:35.834Z Sep 16 23:23:51.951 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151072026-09-16T23:25:35.834Z Sep 16 23:23:51.951 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151082026-09-16T23:25:35.834Z Sep 16 23:23:51.956 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151092026-09-16T23:25:35.834Z Sep 16 23:23:51.956 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151102026-09-16T23:25:35.834Z Sep 16 23:23:51.958 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151112026-09-16T23:25:35.834Z Sep 16 23:23:51.996 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151122026-09-16T23:25:35.834Z Sep 16 23:23:52.002 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151132026-09-16T23:25:35.834Z Sep 16 23:23:52.004 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151142026-09-16T23:25:35.834Z Sep 16 23:23:52.042 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151152026-09-16T23:25:35.834Z Sep 16 23:23:52.048 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151162026-09-16T23:25:35.834Z Sep 16 23:23:52.090 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151172026-09-16T23:25:35.834Z Sep 16 23:23:52.096 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151182026-09-16T23:25:35.834Z Sep 16 23:23:52.134 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151192026-09-16T23:25:35.834Z Sep 16 23:23:52.140 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151202026-09-16T23:25:35.838Z Sep 16 23:23:52.142 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151212026-09-16T23:25:35.838Z Sep 16 23:23:52.180 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151222026-09-16T23:25:35.838Z Sep 16 23:23:52.186 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151232026-09-16T23:25:35.838Z Sep 16 23:23:52.188 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151242026-09-16T23:25:35.838Z Sep 16 23:23:52.226 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151252026-09-16T23:25:35.839Z Sep 16 23:23:52.232 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151262026-09-16T23:25:35.839Z Sep 16 23:23:52.233 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151272026-09-16T23:25:35.839Z Sep 16 23:23:52.233 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151282026-09-16T23:25:35.839Z Sep 16 23:23:52.271 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151292026-09-16T23:25:35.839Z Sep 16 23:23:52.277 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151302026-09-16T23:25:35.839Z Sep 16 23:23:52.315 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151312026-09-16T23:25:35.839Z Sep 16 23:23:52.321 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151322026-09-16T23:25:35.839Z Sep 16 23:23:52.322 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151332026-09-16T23:25:35.839Z Sep 16 23:23:52.329 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151342026-09-16T23:25:35.839Z Sep 16 23:23:52.336 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151352026-09-16T23:25:35.839Z Sep 16 23:23:52.336 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151362026-09-16T23:25:35.839Z Sep 16 23:23:52.351 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151372026-09-16T23:25:35.839Z Sep 16 23:23:52.358 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151382026-09-16T23:25:35.839Z Sep 16 23:23:52.403 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151392026-09-16T23:25:35.839Z Sep 16 23:23:52.403 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151402026-09-16T23:25:35.839Z Sep 16 23:23:52.441 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151412026-09-16T23:25:35.839Z Sep 16 23:23:52.441 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151422026-09-16T23:25:35.839Z Sep 16 23:23:52.494 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
151432026-09-16T23:25:35.839Z Sep 16 23:23:52.494 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
151442026-09-16T23:25:35.839Z Sep 16 23:23:52.532 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
151452026-09-16T23:25:35.839Z Sep 16 23:23:52.532 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
151462026-09-16T23:25:35.839Z Sep 16 23:23:52.570 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151472026-09-16T23:25:35.839Z Sep 16 23:23:52.570 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151482026-09-16T23:25:35.839Z Sep 16 23:23:52.608 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151492026-09-16T23:25:35.839Z Sep 16 23:23:52.608 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151502026-09-16T23:25:35.839Z Sep 16 23:23:52.646 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
151512026-09-16T23:25:35.839Z Sep 16 23:23:52.646 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
151522026-09-16T23:25:35.839Z Sep 16 23:23:52.684 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
151532026-09-16T23:25:35.839Z Sep 16 23:23:52.684 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
151542026-09-16T23:25:35.839Z Sep 16 23:23:52.690 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
151552026-09-16T23:25:35.839Z Sep 16 23:23:52.690 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151562026-09-16T23:25:35.839Z Sep 16 23:23:52.696 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
151572026-09-16T23:25:35.839Z Sep 16 23:23:52.696 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151582026-09-16T23:25:35.839Z Sep 16 23:23:52.703 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
151592026-09-16T23:25:35.839Z Sep 16 23:23:52.703 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151602026-09-16T23:25:35.839Z Sep 16 23:23:52.709 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
151612026-09-16T23:25:35.839Z Sep 16 23:23:52.709 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151622026-09-16T23:25:35.839Z Sep 16 23:23:52.715 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
151632026-09-16T23:25:35.839Z Sep 16 23:23:52.715 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151642026-09-16T23:25:35.840Z Sep 16 23:23:52.721 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
151652026-09-16T23:25:35.840Z Sep 16 23:23:52.721 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151662026-09-16T23:25:35.840Z Sep 16 23:23:52.727 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
151672026-09-16T23:25:35.840Z Sep 16 23:23:52.727 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151682026-09-16T23:25:35.840Z Sep 16 23:23:52.733 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
151692026-09-16T23:25:35.840Z Sep 16 23:23:52.734 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151702026-09-16T23:25:35.840Z Sep 16 23:23:52.735 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151712026-09-16T23:25:35.840Z Sep 16 23:23:52.738 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
151722026-09-16T23:25:35.840Z Sep 16 23:23:52.740 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151732026-09-16T23:25:35.840Z Sep 16 23:23:52.778 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151742026-09-16T23:25:35.840Z Sep 16 23:23:52.784 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151752026-09-16T23:25:35.840Z Sep 16 23:23:52.824 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151762026-09-16T23:25:35.840Z Sep 16 23:23:52.830 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151772026-09-16T23:25:35.840Z Sep 16 23:23:52.832 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
151782026-09-16T23:25:35.840Z Sep 16 23:23:52.870 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
151792026-09-16T23:25:35.840Z Sep 16 23:23:52.876 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
151802026-09-16T23:25:35.840Z Sep 16 23:23:52.876 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151812026-09-16T23:25:35.840Z Sep 16 23:23:52.914 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
151822026-09-16T23:25:35.840Z Sep 16 23:23:52.920 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
151832026-09-16T23:25:35.841Z Sep 16 23:23:52.921 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151842026-09-16T23:25:35.841Z Sep 16 23:23:52.928 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
151852026-09-16T23:25:35.841Z Sep 16 23:23:52.935 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
151862026-09-16T23:25:35.841Z Sep 16 23:23:52.980 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151872026-09-16T23:25:35.841Z Sep 16 23:23:52.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151882026-09-16T23:25:35.841Z Sep 16 23:23:53.026 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
151892026-09-16T23:25:35.841Z Sep 16 23:23:53.026 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
151902026-09-16T23:25:35.841Z Sep 16 23:23:53.064 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
151912026-09-16T23:25:35.841Z Sep 16 23:23:53.064 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
151922026-09-16T23:25:35.841Z Sep 16 23:23:53.065 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
151932026-09-16T23:25:35.841Z Sep 16 23:23:53.065 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
151942026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
151952026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
151962026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
151972026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
151982026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
151992026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
152002026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
152012026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
152022026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
152032026-09-16T23:25:35.841Z Sep 16 23:23:53.066 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
152042026-09-16T23:25:35.841Z Sep 16 23:23:53.104 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152052026-09-16T23:25:35.841Z Sep 16 23:23:53.104 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
152062026-09-16T23:25:35.841Z Sep 16 23:23:53.111 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
152072026-09-16T23:25:35.841Z Sep 16 23:23:53.111 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152082026-09-16T23:25:35.841Z Sep 16 23:23:53.117 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
152092026-09-16T23:25:35.841Z Sep 16 23:23:53.117 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152102026-09-16T23:25:35.841Z Sep 16 23:23:53.123 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
152112026-09-16T23:25:35.841Z Sep 16 23:23:53.123 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152122026-09-16T23:25:35.841Z Sep 16 23:23:53.129 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
152132026-09-16T23:25:35.841Z Sep 16 23:23:53.129 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152142026-09-16T23:25:35.841Z Sep 16 23:23:53.240 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152152026-09-16T23:25:35.841Z Sep 16 23:23:53.240 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152162026-09-16T23:25:35.841Z Sep 16 23:23:53.245 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152172026-09-16T23:25:35.841Z Sep 16 23:23:53.283 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152182026-09-16T23:25:35.842Z Sep 16 23:23:53.289 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152192026-09-16T23:25:35.842Z Sep 16 23:23:53.291 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152202026-09-16T23:25:35.846Z Sep 16 23:23:53.329 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152212026-09-16T23:25:35.846Z Sep 16 23:23:53.335 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152222026-09-16T23:25:35.846Z Sep 16 23:23:53.373 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152232026-09-16T23:25:35.846Z Sep 16 23:23:53.379 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152242026-09-16T23:25:35.846Z Sep 16 23:23:53.418 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152252026-09-16T23:25:35.846Z Sep 16 23:23:53.424 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152262026-09-16T23:25:35.846Z Sep 16 23:23:53.424 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152272026-09-16T23:25:35.846Z Sep 16 23:23:53.425 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152282026-09-16T23:25:35.846Z Sep 16 23:23:53.425 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152292026-09-16T23:25:35.846Z Sep 16 23:23:53.432 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152302026-09-16T23:25:35.846Z Sep 16 23:23:53.491 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152312026-09-16T23:25:35.846Z Sep 16 23:23:53.491 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152322026-09-16T23:25:35.846Z Sep 16 23:23:53.529 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152332026-09-16T23:25:35.846Z Sep 16 23:23:53.529 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152342026-09-16T23:25:35.846Z Sep 16 23:23:53.567 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152352026-09-16T23:25:35.846Z Sep 16 23:23:53.567 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
152362026-09-16T23:25:35.846Z Sep 16 23:23:53.605 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152372026-09-16T23:25:35.846Z Sep 16 23:23:53.605 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
152382026-09-16T23:25:35.846Z Sep 16 23:23:53.612 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
152392026-09-16T23:25:35.846Z Sep 16 23:23:53.612 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152402026-09-16T23:25:35.847Z Sep 16 23:23:53.618 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
152412026-09-16T23:25:35.847Z Sep 16 23:23:53.618 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152422026-09-16T23:25:35.847Z Sep 16 23:23:53.624 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
152432026-09-16T23:25:35.847Z Sep 16 23:23:53.624 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152442026-09-16T23:25:35.847Z Sep 16 23:23:53.630 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
152452026-09-16T23:25:35.847Z Sep 16 23:23:53.630 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152462026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
152472026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
152482026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
152492026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
152502026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
152512026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
152522026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
152532026-09-16T23:25:35.847Z Sep 16 23:23:53.630 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
152542026-09-16T23:25:35.847Z Sep 16 23:23:53.634 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152552026-09-16T23:25:35.847Z Sep 16 23:23:53.634 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152562026-09-16T23:25:35.847Z Sep 16 23:23:53.638 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152572026-09-16T23:25:35.847Z Sep 16 23:23:53.639 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
152582026-09-16T23:25:35.847Z Sep 16 23:23:53.640 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152592026-09-16T23:25:35.847Z Sep 16 23:23:53.678 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152602026-09-16T23:25:35.847Z Sep 16 23:23:53.684 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152612026-09-16T23:25:35.847Z Sep 16 23:23:53.686 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152622026-09-16T23:25:35.848Z Sep 16 23:23:53.724 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152632026-09-16T23:25:35.848Z Sep 16 23:23:53.730 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152642026-09-16T23:25:35.848Z Sep 16 23:23:53.772 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152652026-09-16T23:25:35.848Z Sep 16 23:23:53.778 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152662026-09-16T23:25:35.848Z Sep 16 23:23:53.816 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152672026-09-16T23:25:35.848Z Sep 16 23:23:53.822 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152682026-09-16T23:25:35.848Z Sep 16 23:23:53.825 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152692026-09-16T23:25:35.848Z Sep 16 23:23:53.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152702026-09-16T23:25:35.848Z Sep 16 23:23:53.869 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152712026-09-16T23:25:35.848Z Sep 16 23:23:53.871 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
152722026-09-16T23:25:35.848Z Sep 16 23:23:53.908 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
152732026-09-16T23:25:35.848Z Sep 16 23:23:53.914 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
152742026-09-16T23:25:35.848Z Sep 16 23:23:53.915 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152752026-09-16T23:25:35.848Z Sep 16 23:23:53.915 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152762026-09-16T23:25:35.848Z Sep 16 23:23:53.953 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152772026-09-16T23:25:35.848Z Sep 16 23:23:53.959 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152782026-09-16T23:25:35.848Z Sep 16 23:23:53.997 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
152792026-09-16T23:25:35.848Z Sep 16 23:23:54.003 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
152802026-09-16T23:25:35.848Z Sep 16 23:23:54.004 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152812026-09-16T23:25:35.848Z Sep 16 23:23:54.011 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152822026-09-16T23:25:35.848Z Sep 16 23:23:54.019 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152832026-09-16T23:25:35.848Z Sep 16 23:23:54.019 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
152842026-09-16T23:25:35.848Z Sep 16 23:23:54.033 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152852026-09-16T23:25:35.848Z Sep 16 23:23:54.040 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
152862026-09-16T23:25:35.848Z Sep 16 23:23:54.085 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152872026-09-16T23:25:35.848Z Sep 16 23:23:54.085 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152882026-09-16T23:25:35.848Z Sep 16 23:23:54.124 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152892026-09-16T23:25:35.848Z Sep 16 23:23:54.124 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152902026-09-16T23:25:35.848Z Sep 16 23:23:54.176 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152912026-09-16T23:25:35.848Z Sep 16 23:23:54.177 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
152922026-09-16T23:25:35.848Z Sep 16 23:23:54.215 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152932026-09-16T23:25:35.848Z Sep 16 23:23:54.215 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
152942026-09-16T23:25:35.848Z Sep 16 23:23:54.253 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152952026-09-16T23:25:35.848Z Sep 16 23:23:54.253 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152962026-09-16T23:25:35.848Z Sep 16 23:23:54.291 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
152972026-09-16T23:25:35.849Z Sep 16 23:23:54.291 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
152982026-09-16T23:25:35.849Z Sep 16 23:23:54.329 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
152992026-09-16T23:25:35.849Z Sep 16 23:23:54.329 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153002026-09-16T23:25:35.849Z Sep 16 23:23:54.367 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
153012026-09-16T23:25:35.849Z Sep 16 23:23:54.367 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153022026-09-16T23:25:35.849Z Sep 16 23:23:54.373 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153032026-09-16T23:25:35.849Z Sep 16 23:23:54.373 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153042026-09-16T23:25:35.849Z Sep 16 23:23:54.379 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153052026-09-16T23:25:35.849Z Sep 16 23:23:54.379 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153062026-09-16T23:25:35.849Z Sep 16 23:23:54.386 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153072026-09-16T23:25:35.849Z Sep 16 23:23:54.386 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153082026-09-16T23:25:35.849Z Sep 16 23:23:54.392 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153092026-09-16T23:25:35.849Z Sep 16 23:23:54.392 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153102026-09-16T23:25:35.849Z Sep 16 23:23:54.398 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153112026-09-16T23:25:35.849Z Sep 16 23:23:54.398 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153122026-09-16T23:25:35.850Z Sep 16 23:23:54.404 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153132026-09-16T23:25:35.850Z Sep 16 23:23:54.404 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153142026-09-16T23:25:35.850Z Sep 16 23:23:54.410 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153152026-09-16T23:25:35.850Z Sep 16 23:23:54.411 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153162026-09-16T23:25:35.850Z Sep 16 23:23:54.416 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153172026-09-16T23:25:35.850Z Sep 16 23:23:54.417 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153182026-09-16T23:25:35.850Z Sep 16 23:23:54.418 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
153192026-09-16T23:25:35.850Z Sep 16 23:23:54.421 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
153202026-09-16T23:25:35.855Z Sep 16 23:23:54.423 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
153212026-09-16T23:25:35.855Z Sep 16 23:23:54.461 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
153222026-09-16T23:25:35.855Z Sep 16 23:23:54.467 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153232026-09-16T23:25:35.855Z Sep 16 23:23:54.508 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
153242026-09-16T23:25:35.855Z Sep 16 23:23:54.514 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153252026-09-16T23:25:35.855Z Sep 16 23:23:54.516 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
153262026-09-16T23:25:35.855Z Sep 16 23:23:54.554 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
153272026-09-16T23:25:35.855Z Sep 16 23:23:54.560 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153282026-09-16T23:25:35.855Z Sep 16 23:23:54.561 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
153292026-09-16T23:25:35.855Z Sep 16 23:23:54.598 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
153302026-09-16T23:25:35.855Z Sep 16 23:23:54.604 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153312026-09-16T23:25:35.855Z Sep 16 23:23:54.605 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
153322026-09-16T23:25:35.855Z Sep 16 23:23:54.612 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
153332026-09-16T23:25:35.855Z Sep 16 23:23:54.620 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
153342026-09-16T23:25:35.855Z Sep 16 23:23:54.665 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
153352026-09-16T23:25:35.855Z Sep 16 23:23:54.665 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
153362026-09-16T23:25:35.855Z Sep 16 23:23:54.711 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
153372026-09-16T23:25:35.855Z Sep 16 23:23:54.711 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153382026-09-16T23:25:35.855Z Sep 16 23:23:54.748 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
153392026-09-16T23:25:35.855Z Sep 16 23:23:54.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
153402026-09-16T23:25:35.855Z Sep 16 23:23:54.749 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
153412026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
153422026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
153432026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
153442026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
153452026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
153462026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
153472026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
153482026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
153492026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
153502026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
153512026-09-16T23:25:35.855Z Sep 16 23:23:54.750 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
153522026-09-16T23:25:35.855Z Sep 16 23:23:54.789 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
153532026-09-16T23:25:35.855Z Sep 16 23:23:54.789 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153542026-09-16T23:25:35.855Z Sep 16 23:23:54.795 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153552026-09-16T23:25:35.856Z Sep 16 23:23:54.795 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153562026-09-16T23:25:35.856Z Sep 16 23:23:54.801 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153572026-09-16T23:25:35.856Z Sep 16 23:23:54.801 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153582026-09-16T23:25:35.856Z Sep 16 23:23:54.808 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153592026-09-16T23:25:35.856Z Sep 16 23:23:54.808 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153602026-09-16T23:25:35.856Z Sep 16 23:23:54.814 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153612026-09-16T23:25:35.856Z Sep 16 23:23:54.814 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153622026-09-16T23:25:35.856Z Sep 16 23:23:54.925 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
153632026-09-16T23:25:35.856Z Sep 16 23:23:54.925 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
153642026-09-16T23:25:35.856Z Sep 16 23:23:54.930 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
153652026-09-16T23:25:35.856Z Sep 16 23:23:54.969 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
153662026-09-16T23:25:35.856Z Sep 16 23:23:54.975 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153672026-09-16T23:25:35.856Z Sep 16 23:23:54.977 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
153682026-09-16T23:25:35.856Z Sep 16 23:23:55.015 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
153692026-09-16T23:25:35.856Z Sep 16 23:23:55.021 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153702026-09-16T23:25:35.856Z Sep 16 23:23:55.059 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
153712026-09-16T23:25:35.856Z Sep 16 23:23:55.066 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153722026-09-16T23:25:35.856Z Sep 16 23:23:55.104 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
153732026-09-16T23:25:35.857Z Sep 16 23:23:55.110 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153742026-09-16T23:25:35.857Z Sep 16 23:23:55.111 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
153752026-09-16T23:25:35.857Z Sep 16 23:23:55.111 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
153762026-09-16T23:25:35.857Z Sep 16 23:23:55.111 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
153772026-09-16T23:25:35.857Z Sep 16 23:23:55.118 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
153782026-09-16T23:25:35.857Z Sep 16 23:23:55.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
153792026-09-16T23:25:35.857Z Sep 16 23:23:55.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
153802026-09-16T23:25:35.857Z Sep 16 23:23:55.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
153812026-09-16T23:25:35.857Z Sep 16 23:23:55.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
153822026-09-16T23:25:35.857Z Sep 16 23:23:55.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
153832026-09-16T23:25:35.857Z Sep 16 23:23:55.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153842026-09-16T23:25:35.857Z Sep 16 23:23:55.292 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
153852026-09-16T23:25:35.857Z Sep 16 23:23:55.292 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
153862026-09-16T23:25:35.857Z Sep 16 23:23:55.298 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153872026-09-16T23:25:35.857Z Sep 16 23:23:55.299 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153882026-09-16T23:25:35.857Z Sep 16 23:23:55.305 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
153892026-09-16T23:25:35.857Z Sep 16 23:23:55.305 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
153902026-09-16T23:25:35.857Z Sep 16 23:23:55.311 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153912026-09-16T23:25:35.857Z Sep 16 23:23:55.311 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153922026-09-16T23:25:35.857Z Sep 16 23:23:55.317 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
153932026-09-16T23:25:35.857Z Sep 16 23:23:55.317 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
153942026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
153952026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
153962026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
153972026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
153982026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
153992026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
154002026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
154012026-09-16T23:25:35.857Z Sep 16 23:23:55.317 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
154022026-09-16T23:25:35.857Z Sep 16 23:23:55.321 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154032026-09-16T23:25:35.857Z Sep 16 23:23:55.321 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154042026-09-16T23:25:35.857Z Sep 16 23:23:55.326 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154052026-09-16T23:25:35.857Z Sep 16 23:23:55.326 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154062026-09-16T23:25:35.857Z Sep 16 23:23:55.327 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154072026-09-16T23:25:35.857Z Sep 16 23:23:55.365 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154082026-09-16T23:25:35.857Z Sep 16 23:23:55.372 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154092026-09-16T23:25:35.857Z Sep 16 23:23:55.374 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154102026-09-16T23:25:35.858Z Sep 16 23:23:55.412 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154112026-09-16T23:25:35.858Z Sep 16 23:23:55.418 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154122026-09-16T23:25:35.858Z Sep 16 23:23:55.460 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154132026-09-16T23:25:35.858Z Sep 16 23:23:55.466 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154142026-09-16T23:25:35.858Z Sep 16 23:23:55.504 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154152026-09-16T23:25:35.858Z Sep 16 23:23:55.510 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154162026-09-16T23:25:35.858Z Sep 16 23:23:55.512 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154172026-09-16T23:25:35.858Z Sep 16 23:23:55.550 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154182026-09-16T23:25:35.858Z Sep 16 23:23:55.556 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154192026-09-16T23:25:35.858Z Sep 16 23:23:55.558 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154202026-09-16T23:25:35.862Z Sep 16 23:23:55.596 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154212026-09-16T23:25:35.862Z Sep 16 23:23:55.602 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154222026-09-16T23:25:35.862Z Sep 16 23:23:55.603 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154232026-09-16T23:25:35.862Z Sep 16 23:23:55.603 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154242026-09-16T23:25:35.862Z Sep 16 23:23:55.641 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154252026-09-16T23:25:35.862Z Sep 16 23:23:55.647 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154262026-09-16T23:25:35.862Z Sep 16 23:23:55.685 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154272026-09-16T23:25:35.862Z Sep 16 23:23:55.692 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154282026-09-16T23:25:35.862Z Sep 16 23:23:55.692 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154292026-09-16T23:25:35.862Z Sep 16 23:23:55.699 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154302026-09-16T23:25:35.862Z Sep 16 23:23:55.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154312026-09-16T23:25:35.862Z Sep 16 23:23:55.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154322026-09-16T23:25:35.862Z Sep 16 23:23:55.721 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154332026-09-16T23:25:35.862Z Sep 16 23:23:55.729 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154342026-09-16T23:25:35.862Z Sep 16 23:23:55.773 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154352026-09-16T23:25:35.862Z Sep 16 23:23:55.773 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154362026-09-16T23:25:35.862Z Sep 16 23:23:55.812 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154372026-09-16T23:25:35.863Z Sep 16 23:23:55.812 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154382026-09-16T23:25:35.863Z Sep 16 23:23:55.865 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
154392026-09-16T23:25:35.863Z Sep 16 23:23:55.865 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
154402026-09-16T23:25:35.863Z Sep 16 23:23:55.903 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
154412026-09-16T23:25:35.863Z Sep 16 23:23:55.903 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
154422026-09-16T23:25:35.863Z Sep 16 23:23:55.941 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154432026-09-16T23:25:35.863Z Sep 16 23:23:55.941 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154442026-09-16T23:25:35.863Z Sep 16 23:23:55.979 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154452026-09-16T23:25:35.863Z Sep 16 23:23:55.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154462026-09-16T23:25:35.863Z Sep 16 23:23:56.018 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
154472026-09-16T23:25:35.863Z Sep 16 23:23:56.018 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
154482026-09-16T23:25:35.863Z Sep 16 23:23:56.056 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
154492026-09-16T23:25:35.863Z Sep 16 23:23:56.056 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
154502026-09-16T23:25:35.863Z Sep 16 23:23:56.063 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
154512026-09-16T23:25:35.863Z Sep 16 23:23:56.063 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154522026-09-16T23:25:35.863Z Sep 16 23:23:56.069 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
154532026-09-16T23:25:35.863Z Sep 16 23:23:56.069 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154542026-09-16T23:25:35.863Z Sep 16 23:23:56.075 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
154552026-09-16T23:25:35.863Z Sep 16 23:23:56.075 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154562026-09-16T23:25:35.863Z Sep 16 23:23:56.081 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
154572026-09-16T23:25:35.863Z Sep 16 23:23:56.081 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154582026-09-16T23:25:35.863Z Sep 16 23:23:56.087 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
154592026-09-16T23:25:35.863Z Sep 16 23:23:56.087 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154602026-09-16T23:25:35.863Z Sep 16 23:23:56.093 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
154612026-09-16T23:25:35.863Z Sep 16 23:23:56.093 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154622026-09-16T23:25:35.863Z Sep 16 23:23:56.100 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
154632026-09-16T23:25:35.863Z Sep 16 23:23:56.100 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154642026-09-16T23:25:35.863Z Sep 16 23:23:56.106 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
154652026-09-16T23:25:35.863Z Sep 16 23:23:56.106 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154662026-09-16T23:25:35.863Z Sep 16 23:23:56.108 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154672026-09-16T23:25:35.863Z Sep 16 23:23:56.111 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
154682026-09-16T23:25:35.863Z Sep 16 23:23:56.113 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154692026-09-16T23:25:35.863Z Sep 16 23:23:56.151 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154702026-09-16T23:25:35.863Z Sep 16 23:23:56.157 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154712026-09-16T23:25:35.863Z Sep 16 23:23:56.197 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154722026-09-16T23:25:35.863Z Sep 16 23:23:56.203 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154732026-09-16T23:25:35.864Z Sep 16 23:23:56.205 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
154742026-09-16T23:25:35.864Z Sep 16 23:23:56.243 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
154752026-09-16T23:25:35.864Z Sep 16 23:23:56.249 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
154762026-09-16T23:25:35.864Z Sep 16 23:23:56.250 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154772026-09-16T23:25:35.864Z Sep 16 23:23:56.288 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
154782026-09-16T23:25:35.864Z Sep 16 23:23:56.294 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
154792026-09-16T23:25:35.864Z Sep 16 23:23:56.294 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154802026-09-16T23:25:35.864Z Sep 16 23:23:56.302 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
154812026-09-16T23:25:35.864Z Sep 16 23:23:56.309 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
154822026-09-16T23:25:35.864Z Sep 16 23:23:56.354 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154832026-09-16T23:25:35.864Z Sep 16 23:23:56.354 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154842026-09-16T23:25:35.864Z Sep 16 23:23:56.399 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
154852026-09-16T23:25:35.864Z Sep 16 23:23:56.399 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
154862026-09-16T23:25:35.864Z Sep 16 23:23:56.437 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
154872026-09-16T23:25:35.864Z Sep 16 23:23:56.437 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
154882026-09-16T23:25:35.864Z Sep 16 23:23:56.438 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
154892026-09-16T23:25:35.864Z Sep 16 23:23:56.438 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
154902026-09-16T23:25:35.864Z Sep 16 23:23:56.438 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
154912026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
154922026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
154932026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
154942026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
154952026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
154962026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
154972026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
154982026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
154992026-09-16T23:25:35.864Z Sep 16 23:23:56.439 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
155002026-09-16T23:25:35.864Z Sep 16 23:23:56.477 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155012026-09-16T23:25:35.864Z Sep 16 23:23:56.477 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155022026-09-16T23:25:35.864Z Sep 16 23:23:56.483 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
155032026-09-16T23:25:35.864Z Sep 16 23:23:56.483 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155042026-09-16T23:25:35.864Z Sep 16 23:23:56.489 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
155052026-09-16T23:25:35.864Z Sep 16 23:23:56.490 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155062026-09-16T23:25:35.864Z Sep 16 23:23:56.496 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
155072026-09-16T23:25:35.864Z Sep 16 23:23:56.496 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155082026-09-16T23:25:35.865Z Sep 16 23:23:56.502 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
155092026-09-16T23:25:35.865Z Sep 16 23:23:56.502 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155102026-09-16T23:25:35.865Z Sep 16 23:23:56.614 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155112026-09-16T23:25:35.865Z Sep 16 23:23:56.614 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155122026-09-16T23:25:35.865Z Sep 16 23:23:56.619 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155132026-09-16T23:25:35.865Z Sep 16 23:23:56.657 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155142026-09-16T23:25:35.865Z Sep 16 23:23:56.663 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155152026-09-16T23:25:35.865Z Sep 16 23:23:56.665 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155162026-09-16T23:25:35.865Z Sep 16 23:23:56.703 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155172026-09-16T23:25:35.865Z Sep 16 23:23:56.709 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155182026-09-16T23:25:35.865Z Sep 16 23:23:56.748 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155192026-09-16T23:25:35.865Z Sep 16 23:23:56.754 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155202026-09-16T23:25:35.870Z Sep 16 23:23:56.792 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155212026-09-16T23:25:35.870Z Sep 16 23:23:56.798 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155222026-09-16T23:25:35.870Z Sep 16 23:23:56.799 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155232026-09-16T23:25:35.870Z Sep 16 23:23:56.799 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155242026-09-16T23:25:35.870Z Sep 16 23:23:56.799 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155252026-09-16T23:25:35.870Z Sep 16 23:23:56.806 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155262026-09-16T23:25:35.870Z Sep 16 23:23:56.866 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155272026-09-16T23:25:35.870Z Sep 16 23:23:56.866 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155282026-09-16T23:25:35.870Z Sep 16 23:23:56.904 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155292026-09-16T23:25:35.871Z Sep 16 23:23:56.904 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155302026-09-16T23:25:35.871Z Sep 16 23:23:56.942 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155312026-09-16T23:25:35.871Z Sep 16 23:23:56.942 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155322026-09-16T23:25:35.871Z Sep 16 23:23:56.980 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155332026-09-16T23:25:35.871Z Sep 16 23:23:56.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155342026-09-16T23:25:35.871Z Sep 16 23:23:56.986 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
155352026-09-16T23:25:35.871Z Sep 16 23:23:56.986 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155362026-09-16T23:25:35.871Z Sep 16 23:23:56.992 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
155372026-09-16T23:25:35.871Z Sep 16 23:23:56.992 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155382026-09-16T23:25:35.871Z Sep 16 23:23:56.998 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
155392026-09-16T23:25:35.871Z Sep 16 23:23:56.999 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155402026-09-16T23:25:35.871Z Sep 16 23:23:57.004 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
155412026-09-16T23:25:35.871Z Sep 16 23:23:57.005 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155422026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
155432026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
155442026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
155452026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
155462026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
155472026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
155482026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
155492026-09-16T23:25:35.871Z Sep 16 23:23:57.005 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
155502026-09-16T23:25:35.871Z Sep 16 23:23:57.009 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155512026-09-16T23:25:35.871Z Sep 16 23:23:57.009 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155522026-09-16T23:25:35.871Z Sep 16 23:23:57.014 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155532026-09-16T23:25:35.871Z Sep 16 23:23:57.014 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
155542026-09-16T23:25:35.871Z Sep 16 23:23:57.015 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155552026-09-16T23:25:35.871Z Sep 16 23:23:57.053 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155562026-09-16T23:25:35.871Z Sep 16 23:23:57.059 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155572026-09-16T23:25:35.871Z Sep 16 23:23:57.062 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155582026-09-16T23:25:35.871Z Sep 16 23:23:57.099 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155592026-09-16T23:25:35.871Z Sep 16 23:23:57.106 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155602026-09-16T23:25:35.871Z Sep 16 23:23:57.147 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155612026-09-16T23:25:35.871Z Sep 16 23:23:57.153 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155622026-09-16T23:25:35.871Z Sep 16 23:23:57.192 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155632026-09-16T23:25:35.871Z Sep 16 23:23:57.198 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155642026-09-16T23:25:35.871Z Sep 16 23:23:57.200 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155652026-09-16T23:25:35.872Z Sep 16 23:23:57.238 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155662026-09-16T23:25:35.872Z Sep 16 23:23:57.244 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155672026-09-16T23:25:35.872Z Sep 16 23:23:57.246 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
155682026-09-16T23:25:35.872Z Sep 16 23:23:57.283 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
155692026-09-16T23:25:35.872Z Sep 16 23:23:57.290 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
155702026-09-16T23:25:35.872Z Sep 16 23:23:57.290 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155712026-09-16T23:25:35.872Z Sep 16 23:23:57.290 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155722026-09-16T23:25:35.873Z Sep 16 23:23:57.328 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155732026-09-16T23:25:35.873Z Sep 16 23:23:57.334 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155742026-09-16T23:25:35.873Z Sep 16 23:23:57.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
155752026-09-16T23:25:35.873Z Sep 16 23:23:57.378 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
155762026-09-16T23:25:35.873Z Sep 16 23:23:57.379 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155772026-09-16T23:25:35.873Z Sep 16 23:23:57.386 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155782026-09-16T23:25:35.873Z Sep 16 23:23:57.393 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155792026-09-16T23:25:35.873Z Sep 16 23:23:57.393 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
155802026-09-16T23:25:35.873Z Sep 16 23:23:57.408 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155812026-09-16T23:25:35.873Z Sep 16 23:23:57.415 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
155822026-09-16T23:25:35.873Z Sep 16 23:23:57.460 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155832026-09-16T23:25:35.873Z Sep 16 23:23:57.460 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155842026-09-16T23:25:35.873Z Sep 16 23:23:57.498 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155852026-09-16T23:25:35.873Z Sep 16 23:23:57.498 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155862026-09-16T23:25:35.873Z Sep 16 23:23:57.551 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155872026-09-16T23:25:35.873Z Sep 16 23:23:57.551 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155882026-09-16T23:25:35.873Z Sep 16 23:23:57.589 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155892026-09-16T23:25:35.873Z Sep 16 23:23:57.589 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155902026-09-16T23:25:35.873Z Sep 16 23:23:57.627 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155912026-09-16T23:25:35.873Z Sep 16 23:23:57.627 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155922026-09-16T23:25:35.873Z Sep 16 23:23:57.665 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
155932026-09-16T23:25:35.873Z Sep 16 23:23:57.665 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
155942026-09-16T23:25:35.873Z Sep 16 23:23:57.703 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155952026-09-16T23:25:35.873Z Sep 16 23:23:57.704 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155962026-09-16T23:25:35.873Z Sep 16 23:23:57.741 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
155972026-09-16T23:25:35.873Z Sep 16 23:23:57.741 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
155982026-09-16T23:25:35.873Z Sep 16 23:23:57.748 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
155992026-09-16T23:25:35.873Z Sep 16 23:23:57.748 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156002026-09-16T23:25:35.874Z Sep 16 23:23:57.754 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156012026-09-16T23:25:35.874Z Sep 16 23:23:57.754 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156022026-09-16T23:25:35.874Z Sep 16 23:23:57.760 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156032026-09-16T23:25:35.874Z Sep 16 23:23:57.760 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156042026-09-16T23:25:35.874Z Sep 16 23:23:57.766 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156052026-09-16T23:25:35.874Z Sep 16 23:23:57.766 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156062026-09-16T23:25:35.874Z Sep 16 23:23:57.772 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156072026-09-16T23:25:35.874Z Sep 16 23:23:57.772 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156082026-09-16T23:25:35.874Z Sep 16 23:23:57.778 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156092026-09-16T23:25:35.874Z Sep 16 23:23:57.778 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156102026-09-16T23:25:35.874Z Sep 16 23:23:57.785 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156112026-09-16T23:25:35.874Z Sep 16 23:23:57.785 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156122026-09-16T23:25:35.874Z Sep 16 23:23:57.791 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156132026-09-16T23:25:35.874Z Sep 16 23:23:57.791 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156142026-09-16T23:25:35.874Z Sep 16 23:23:57.793 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
156152026-09-16T23:25:35.874Z Sep 16 23:23:57.796 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
156162026-09-16T23:25:35.874Z Sep 16 23:23:57.797 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
156172026-09-16T23:25:35.874Z Sep 16 23:23:57.835 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
156182026-09-16T23:25:35.875Z Sep 16 23:23:57.841 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156192026-09-16T23:25:35.875Z Sep 16 23:23:57.881 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
156202026-09-16T23:25:35.879Z Sep 16 23:23:57.887 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156212026-09-16T23:25:35.879Z Sep 16 23:23:57.889 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
156222026-09-16T23:25:35.879Z Sep 16 23:23:57.927 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
156232026-09-16T23:25:35.879Z Sep 16 23:23:57.933 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156242026-09-16T23:25:35.879Z Sep 16 23:23:57.934 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
156252026-09-16T23:25:35.879Z Sep 16 23:23:57.972 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
156262026-09-16T23:25:35.879Z Sep 16 23:23:57.978 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156272026-09-16T23:25:35.879Z Sep 16 23:23:57.978 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
156282026-09-16T23:25:35.879Z Sep 16 23:23:57.986 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
156292026-09-16T23:25:35.879Z Sep 16 23:23:57.993 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
156302026-09-16T23:25:35.879Z Sep 16 23:23:58.038 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
156312026-09-16T23:25:35.879Z Sep 16 23:23:58.038 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
156322026-09-16T23:25:35.879Z Sep 16 23:23:58.084 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
156332026-09-16T23:25:35.879Z Sep 16 23:23:58.084 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
156342026-09-16T23:25:35.879Z Sep 16 23:23:58.121 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
156352026-09-16T23:25:35.879Z Sep 16 23:23:58.122 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
156362026-09-16T23:25:35.879Z Sep 16 23:23:58.122 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
156372026-09-16T23:25:35.879Z Sep 16 23:23:58.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
156382026-09-16T23:25:35.879Z Sep 16 23:23:58.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
156392026-09-16T23:25:35.879Z Sep 16 23:23:58.123 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
156402026-09-16T23:25:35.879Z Sep 16 23:23:58.123 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
156412026-09-16T23:25:35.880Z Sep 16 23:23:58.123 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
156422026-09-16T23:25:35.880Z Sep 16 23:23:58.123 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
156432026-09-16T23:25:35.880Z Sep 16 23:23:58.123 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
156442026-09-16T23:25:35.880Z Sep 16 23:23:58.123 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
156452026-09-16T23:25:35.880Z Sep 16 23:23:58.123 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
156462026-09-16T23:25:35.880Z Sep 16 23:23:58.124 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
156472026-09-16T23:25:35.880Z Sep 16 23:23:58.124 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
156482026-09-16T23:25:35.880Z Sep 16 23:23:58.162 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
156492026-09-16T23:25:35.880Z Sep 16 23:23:58.162 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
156502026-09-16T23:25:35.880Z Sep 16 23:23:58.168 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156512026-09-16T23:25:35.880Z Sep 16 23:23:58.168 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156522026-09-16T23:25:35.880Z Sep 16 23:23:58.174 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156532026-09-16T23:25:35.880Z Sep 16 23:23:58.174 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156542026-09-16T23:25:35.880Z Sep 16 23:23:58.180 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156552026-09-16T23:25:35.880Z Sep 16 23:23:58.181 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156562026-09-16T23:25:35.880Z Sep 16 23:23:58.187 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156572026-09-16T23:25:35.880Z Sep 16 23:23:58.187 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156582026-09-16T23:25:35.880Z Sep 16 23:23:58.298 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
156592026-09-16T23:25:35.881Z Sep 16 23:23:58.298 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
156602026-09-16T23:25:35.881Z Sep 16 23:23:58.303 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
156612026-09-16T23:25:35.881Z Sep 16 23:23:58.341 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
156622026-09-16T23:25:35.881Z Sep 16 23:23:58.347 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156632026-09-16T23:25:35.881Z Sep 16 23:23:58.350 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
156642026-09-16T23:25:35.881Z Sep 16 23:23:58.387 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
156652026-09-16T23:25:35.881Z Sep 16 23:23:58.393 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156662026-09-16T23:25:35.881Z Sep 16 23:23:58.432 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
156672026-09-16T23:25:35.881Z Sep 16 23:23:58.438 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156682026-09-16T23:25:35.881Z Sep 16 23:23:58.476 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
156692026-09-16T23:25:35.881Z Sep 16 23:23:58.482 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156702026-09-16T23:25:35.881Z Sep 16 23:23:58.483 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
156712026-09-16T23:25:35.881Z Sep 16 23:23:58.483 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
156722026-09-16T23:25:35.881Z Sep 16 23:23:58.483 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
156732026-09-16T23:25:35.882Z Sep 16 23:23:58.490 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
156742026-09-16T23:25:35.882Z Sep 16 23:23:58.550 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
156752026-09-16T23:25:35.882Z Sep 16 23:23:58.550 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
156762026-09-16T23:25:35.882Z Sep 16 23:23:58.588 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
156772026-09-16T23:25:35.882Z Sep 16 23:23:58.588 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
156782026-09-16T23:25:35.882Z Sep 16 23:23:58.626 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
156792026-09-16T23:25:35.882Z Sep 16 23:23:58.626 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
156802026-09-16T23:25:35.882Z Sep 16 23:23:58.664 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
156812026-09-16T23:25:35.882Z Sep 16 23:23:58.664 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
156822026-09-16T23:25:35.882Z Sep 16 23:23:58.670 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156832026-09-16T23:25:35.882Z Sep 16 23:23:58.671 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156842026-09-16T23:25:35.882Z Sep 16 23:23:58.677 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
156852026-09-16T23:25:35.882Z Sep 16 23:23:58.677 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
156862026-09-16T23:25:35.882Z Sep 16 23:23:58.683 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156872026-09-16T23:25:35.882Z Sep 16 23:23:58.683 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156882026-09-16T23:25:35.882Z Sep 16 23:23:58.689 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
156892026-09-16T23:25:35.882Z Sep 16 23:23:58.689 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
156902026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
156912026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
156922026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
156932026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
156942026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
156952026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
156962026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
156972026-09-16T23:25:35.882Z Sep 16 23:23:58.689 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
156982026-09-16T23:25:35.882Z Sep 16 23:23:58.693 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
156992026-09-16T23:25:35.882Z Sep 16 23:23:58.693 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
157002026-09-16T23:25:35.882Z Sep 16 23:23:58.698 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
157012026-09-16T23:25:35.882Z Sep 16 23:23:58.698 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
157022026-09-16T23:25:35.882Z Sep 16 23:23:58.699 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157032026-09-16T23:25:35.882Z Sep 16 23:23:58.737 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157042026-09-16T23:25:35.883Z Sep 16 23:23:58.743 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157052026-09-16T23:25:35.883Z Sep 16 23:23:58.745 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157062026-09-16T23:25:35.883Z Sep 16 23:23:58.783 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157072026-09-16T23:25:35.883Z Sep 16 23:23:58.789 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157082026-09-16T23:25:35.883Z Sep 16 23:23:58.831 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157092026-09-16T23:25:35.883Z Sep 16 23:23:58.837 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157102026-09-16T23:25:35.883Z Sep 16 23:23:58.876 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157112026-09-16T23:25:35.883Z Sep 16 23:23:58.882 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157122026-09-16T23:25:35.883Z Sep 16 23:23:58.884 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157132026-09-16T23:25:35.883Z Sep 16 23:23:58.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157142026-09-16T23:25:35.883Z Sep 16 23:23:58.927 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157152026-09-16T23:25:35.883Z Sep 16 23:23:58.930 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157162026-09-16T23:25:35.883Z Sep 16 23:23:58.967 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157172026-09-16T23:25:35.883Z Sep 16 23:23:58.973 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157182026-09-16T23:25:35.883Z Sep 16 23:23:58.974 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157192026-09-16T23:25:35.883Z Sep 16 23:23:58.974 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157202026-09-16T23:25:35.888Z Sep 16 23:23:59.012 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157212026-09-16T23:25:35.888Z Sep 16 23:23:59.018 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157222026-09-16T23:25:35.888Z Sep 16 23:23:59.056 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157232026-09-16T23:25:35.888Z Sep 16 23:23:59.062 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157242026-09-16T23:25:35.888Z Sep 16 23:23:59.063 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157252026-09-16T23:25:35.888Z Sep 16 23:23:59.070 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157262026-09-16T23:25:35.888Z Sep 16 23:23:59.077 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157272026-09-16T23:25:35.888Z Sep 16 23:23:59.077 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157282026-09-16T23:25:35.888Z Sep 16 23:23:59.092 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157292026-09-16T23:25:35.888Z Sep 16 23:23:59.099 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157302026-09-16T23:25:35.888Z Sep 16 23:23:59.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157312026-09-16T23:25:35.888Z Sep 16 23:23:59.144 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157322026-09-16T23:25:35.888Z Sep 16 23:23:59.182 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157332026-09-16T23:25:35.888Z Sep 16 23:23:59.182 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157342026-09-16T23:25:35.888Z Sep 16 23:23:59.235 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157352026-09-16T23:25:35.888Z Sep 16 23:23:59.235 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157362026-09-16T23:25:35.888Z Sep 16 23:23:59.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157372026-09-16T23:25:35.888Z Sep 16 23:23:59.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157382026-09-16T23:25:35.888Z Sep 16 23:23:59.311 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157392026-09-16T23:25:35.888Z Sep 16 23:23:59.311 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157402026-09-16T23:25:35.888Z Sep 16 23:23:59.349 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157412026-09-16T23:25:35.888Z Sep 16 23:23:59.349 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157422026-09-16T23:25:35.888Z Sep 16 23:23:59.387 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157432026-09-16T23:25:35.888Z Sep 16 23:23:59.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157442026-09-16T23:25:35.888Z Sep 16 23:23:59.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157452026-09-16T23:25:35.888Z Sep 16 23:23:59.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157462026-09-16T23:25:35.888Z Sep 16 23:23:59.432 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
157472026-09-16T23:25:35.888Z Sep 16 23:23:59.432 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157482026-09-16T23:25:35.888Z Sep 16 23:23:59.438 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
157492026-09-16T23:25:35.888Z Sep 16 23:23:59.438 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157502026-09-16T23:25:35.888Z Sep 16 23:23:59.444 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
157512026-09-16T23:25:35.888Z Sep 16 23:23:59.444 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157522026-09-16T23:25:35.889Z Sep 16 23:23:59.450 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
157532026-09-16T23:25:35.889Z Sep 16 23:23:59.450 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157542026-09-16T23:25:35.889Z Sep 16 23:23:59.456 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
157552026-09-16T23:25:35.889Z Sep 16 23:23:59.456 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157562026-09-16T23:25:35.889Z Sep 16 23:23:59.462 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
157572026-09-16T23:25:35.889Z Sep 16 23:23:59.463 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157582026-09-16T23:25:35.889Z Sep 16 23:23:59.469 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
157592026-09-16T23:25:35.889Z Sep 16 23:23:59.469 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157602026-09-16T23:25:35.889Z Sep 16 23:23:59.475 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
157612026-09-16T23:25:35.889Z Sep 16 23:23:59.475 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157622026-09-16T23:25:35.889Z Sep 16 23:23:59.477 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
157632026-09-16T23:25:35.889Z Sep 16 23:23:59.480 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
157642026-09-16T23:25:35.889Z Sep 16 23:23:59.481 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157652026-09-16T23:25:35.889Z Sep 16 23:23:59.520 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157662026-09-16T23:25:35.889Z Sep 16 23:23:59.526 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157672026-09-16T23:25:35.889Z Sep 16 23:23:59.566 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157682026-09-16T23:25:35.889Z Sep 16 23:23:59.572 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157692026-09-16T23:25:35.889Z Sep 16 23:23:59.574 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
157702026-09-16T23:25:35.889Z Sep 16 23:23:59.612 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
157712026-09-16T23:25:35.889Z Sep 16 23:23:59.618 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
157722026-09-16T23:25:35.889Z Sep 16 23:23:59.619 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157732026-09-16T23:25:35.889Z Sep 16 23:23:59.657 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
157742026-09-16T23:25:35.889Z Sep 16 23:23:59.663 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
157752026-09-16T23:25:35.889Z Sep 16 23:23:59.663 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157762026-09-16T23:25:35.889Z Sep 16 23:23:59.671 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
157772026-09-16T23:25:35.889Z Sep 16 23:23:59.678 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
157782026-09-16T23:25:35.889Z Sep 16 23:23:59.723 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157792026-09-16T23:25:35.889Z Sep 16 23:23:59.723 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157802026-09-16T23:25:35.889Z Sep 16 23:23:59.768 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157812026-09-16T23:25:35.889Z Sep 16 23:23:59.768 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157822026-09-16T23:25:35.889Z Sep 16 23:23:59.806 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
157832026-09-16T23:25:35.889Z Sep 16 23:23:59.806 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
157842026-09-16T23:25:35.889Z Sep 16 23:23:59.807 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
157852026-09-16T23:25:35.889Z Sep 16 23:23:59.807 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
157862026-09-16T23:25:35.889Z Sep 16 23:23:59.808 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
157872026-09-16T23:25:35.889Z Sep 16 23:23:59.808 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
157882026-09-16T23:25:35.889Z Sep 16 23:23:59.808 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
157892026-09-16T23:25:35.889Z Sep 16 23:23:59.808 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
157902026-09-16T23:25:35.889Z Sep 16 23:23:59.808 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
157912026-09-16T23:25:35.890Z Sep 16 23:23:59.808 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
157922026-09-16T23:25:35.891Z Sep 16 23:23:59.808 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
157932026-09-16T23:25:35.891Z Sep 16 23:23:59.808 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
157942026-09-16T23:25:35.891Z Sep 16 23:23:59.808 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
157952026-09-16T23:25:35.891Z Sep 16 23:23:59.808 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
157962026-09-16T23:25:35.891Z Sep 16 23:23:59.846 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
157972026-09-16T23:25:35.891Z Sep 16 23:23:59.846 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
157982026-09-16T23:25:35.891Z Sep 16 23:23:59.852 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
157992026-09-16T23:25:35.891Z Sep 16 23:23:59.853 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158002026-09-16T23:25:35.891Z Sep 16 23:23:59.859 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
158012026-09-16T23:25:35.891Z Sep 16 23:23:59.859 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158022026-09-16T23:25:35.891Z Sep 16 23:23:59.865 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
158032026-09-16T23:25:35.891Z Sep 16 23:23:59.865 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158042026-09-16T23:25:35.891Z Sep 16 23:23:59.871 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
158052026-09-16T23:25:35.891Z Sep 16 23:23:59.871 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158062026-09-16T23:25:35.891Z Sep 16 23:23:59.983 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158072026-09-16T23:25:35.892Z Sep 16 23:23:59.983 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158082026-09-16T23:25:35.892Z Sep 16 23:23:59.988 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158092026-09-16T23:25:35.892Z Sep 16 23:24:00.026 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158102026-09-16T23:25:35.892Z Sep 16 23:24:00.032 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158112026-09-16T23:25:35.892Z Sep 16 23:24:00.035 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158122026-09-16T23:25:35.892Z Sep 16 23:24:00.072 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158132026-09-16T23:25:35.892Z Sep 16 23:24:00.078 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158142026-09-16T23:25:35.892Z Sep 16 23:24:00.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158152026-09-16T23:25:35.892Z Sep 16 23:24:00.123 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158162026-09-16T23:25:35.892Z Sep 16 23:24:00.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158172026-09-16T23:25:35.892Z Sep 16 23:24:00.167 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158182026-09-16T23:25:35.892Z Sep 16 23:24:00.168 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158192026-09-16T23:25:35.892Z Sep 16 23:24:00.168 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158202026-09-16T23:25:35.896Z Sep 16 23:24:00.168 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158212026-09-16T23:25:35.896Z Sep 16 23:24:00.175 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158222026-09-16T23:25:35.897Z Sep 16 23:24:00.235 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158232026-09-16T23:25:35.897Z Sep 16 23:24:00.235 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158242026-09-16T23:25:35.897Z Sep 16 23:24:00.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158252026-09-16T23:25:35.897Z Sep 16 23:24:00.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158262026-09-16T23:25:35.897Z Sep 16 23:24:00.311 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158272026-09-16T23:25:35.897Z Sep 16 23:24:00.311 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158282026-09-16T23:25:35.897Z Sep 16 23:24:00.349 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158292026-09-16T23:25:35.897Z Sep 16 23:24:00.349 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158302026-09-16T23:25:35.897Z Sep 16 23:24:00.355 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
158312026-09-16T23:25:35.897Z Sep 16 23:24:00.355 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158322026-09-16T23:25:35.897Z Sep 16 23:24:00.361 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
158332026-09-16T23:25:35.897Z Sep 16 23:24:00.361 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158342026-09-16T23:25:35.897Z Sep 16 23:24:00.368 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
158352026-09-16T23:25:35.897Z Sep 16 23:24:00.368 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158362026-09-16T23:25:35.897Z Sep 16 23:24:00.374 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
158372026-09-16T23:25:35.898Z Sep 16 23:24:00.374 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158382026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
158392026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
158402026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
158412026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
158422026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
158432026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
158442026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
158452026-09-16T23:25:35.898Z Sep 16 23:24:00.374 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
158462026-09-16T23:25:35.898Z Sep 16 23:24:00.377 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158472026-09-16T23:25:35.898Z Sep 16 23:24:00.377 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158482026-09-16T23:25:35.898Z Sep 16 23:24:00.382 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158492026-09-16T23:25:35.898Z Sep 16 23:24:00.382 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
158502026-09-16T23:25:35.898Z Sep 16 23:24:00.384 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158512026-09-16T23:25:35.898Z Sep 16 23:24:00.422 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158522026-09-16T23:25:35.898Z Sep 16 23:24:00.428 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158532026-09-16T23:25:35.898Z Sep 16 23:24:00.430 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158542026-09-16T23:25:35.898Z Sep 16 23:24:00.468 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158552026-09-16T23:25:35.898Z Sep 16 23:24:00.474 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158562026-09-16T23:25:35.898Z Sep 16 23:24:00.516 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158572026-09-16T23:25:35.898Z Sep 16 23:24:00.522 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158582026-09-16T23:25:35.898Z Sep 16 23:24:00.561 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158592026-09-16T23:25:35.898Z Sep 16 23:24:00.567 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158602026-09-16T23:25:35.898Z Sep 16 23:24:00.568 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158612026-09-16T23:25:35.898Z Sep 16 23:24:00.606 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158622026-09-16T23:25:35.898Z Sep 16 23:24:00.612 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158632026-09-16T23:25:35.898Z Sep 16 23:24:00.614 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
158642026-09-16T23:25:35.899Z Sep 16 23:24:00.652 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
158652026-09-16T23:25:35.899Z Sep 16 23:24:00.658 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
158662026-09-16T23:25:35.899Z Sep 16 23:24:00.659 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158672026-09-16T23:25:35.899Z Sep 16 23:24:00.659 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158682026-09-16T23:25:35.899Z Sep 16 23:24:00.697 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158692026-09-16T23:25:35.899Z Sep 16 23:24:00.703 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158702026-09-16T23:25:35.899Z Sep 16 23:24:00.741 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
158712026-09-16T23:25:35.899Z Sep 16 23:24:00.747 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158722026-09-16T23:25:35.899Z Sep 16 23:24:00.748 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158732026-09-16T23:25:35.899Z Sep 16 23:24:00.755 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158742026-09-16T23:25:35.899Z Sep 16 23:24:00.762 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158752026-09-16T23:25:35.899Z Sep 16 23:24:00.762 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
158762026-09-16T23:25:35.899Z Sep 16 23:24:00.777 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158772026-09-16T23:25:35.899Z Sep 16 23:24:00.784 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
158782026-09-16T23:25:35.899Z Sep 16 23:24:00.829 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158792026-09-16T23:25:35.899Z Sep 16 23:24:00.829 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158802026-09-16T23:25:35.899Z Sep 16 23:24:00.867 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158812026-09-16T23:25:35.899Z Sep 16 23:24:00.867 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158822026-09-16T23:25:35.899Z Sep 16 23:24:00.920 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158832026-09-16T23:25:35.899Z Sep 16 23:24:00.920 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158842026-09-16T23:25:35.900Z Sep 16 23:24:00.958 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158852026-09-16T23:25:35.900Z Sep 16 23:24:00.958 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158862026-09-16T23:25:35.900Z Sep 16 23:24:00.995 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158872026-09-16T23:25:35.900Z Sep 16 23:24:00.996 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158882026-09-16T23:25:35.900Z Sep 16 23:24:01.034 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
158892026-09-16T23:25:35.900Z Sep 16 23:24:01.034 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
158902026-09-16T23:25:35.900Z Sep 16 23:24:01.072 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158912026-09-16T23:25:35.900Z Sep 16 23:24:01.072 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158922026-09-16T23:25:35.900Z Sep 16 23:24:01.110 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
158932026-09-16T23:25:35.900Z Sep 16 23:24:01.110 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
158942026-09-16T23:25:35.900Z Sep 16 23:24:01.117 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
158952026-09-16T23:25:35.900Z Sep 16 23:24:01.117 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158962026-09-16T23:25:35.900Z Sep 16 23:24:01.123 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
158972026-09-16T23:25:35.900Z Sep 16 23:24:01.123 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
158982026-09-16T23:25:35.900Z Sep 16 23:24:01.129 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
158992026-09-16T23:25:35.900Z Sep 16 23:24:01.129 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159002026-09-16T23:25:35.900Z Sep 16 23:24:01.135 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159012026-09-16T23:25:35.900Z Sep 16 23:24:01.135 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159022026-09-16T23:25:35.900Z Sep 16 23:24:01.141 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159032026-09-16T23:25:35.900Z Sep 16 23:24:01.141 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159042026-09-16T23:25:35.900Z Sep 16 23:24:01.147 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159052026-09-16T23:25:35.900Z Sep 16 23:24:01.147 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159062026-09-16T23:25:35.900Z Sep 16 23:24:01.154 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159072026-09-16T23:25:35.900Z Sep 16 23:24:01.154 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159082026-09-16T23:25:35.900Z Sep 16 23:24:01.160 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159092026-09-16T23:25:35.900Z Sep 16 23:24:01.160 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159102026-09-16T23:25:35.900Z Sep 16 23:24:01.162 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159112026-09-16T23:25:35.900Z Sep 16 23:24:01.165 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159122026-09-16T23:25:35.900Z Sep 16 23:24:01.166 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
159132026-09-16T23:25:35.900Z Sep 16 23:24:01.204 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
159142026-09-16T23:25:35.900Z Sep 16 23:24:01.210 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159152026-09-16T23:25:35.900Z Sep 16 23:24:01.251 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
159162026-09-16T23:25:35.900Z Sep 16 23:24:01.257 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159172026-09-16T23:25:35.900Z Sep 16 23:24:01.259 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
159182026-09-16T23:25:35.900Z Sep 16 23:24:01.297 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
159192026-09-16T23:25:35.900Z Sep 16 23:24:01.303 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159202026-09-16T23:25:35.905Z Sep 16 23:24:01.303 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
159212026-09-16T23:25:35.905Z Sep 16 23:24:01.341 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
159222026-09-16T23:25:35.905Z Sep 16 23:24:01.347 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159232026-09-16T23:25:35.905Z Sep 16 23:24:01.348 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
159242026-09-16T23:25:35.905Z Sep 16 23:24:01.355 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
159252026-09-16T23:25:35.905Z Sep 16 23:24:01.362 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
159262026-09-16T23:25:35.905Z Sep 16 23:24:01.407 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
159272026-09-16T23:25:35.905Z Sep 16 23:24:01.407 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
159282026-09-16T23:25:35.905Z Sep 16 23:24:01.453 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
159292026-09-16T23:25:35.905Z Sep 16 23:24:01.453 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
159302026-09-16T23:25:35.906Z Sep 16 23:24:01.491 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
159312026-09-16T23:25:35.906Z Sep 16 23:24:01.491 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
159322026-09-16T23:25:35.906Z Sep 16 23:24:01.491 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
159332026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
159342026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
159352026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
159362026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
159372026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
159382026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
159392026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
159402026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
159412026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
159422026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
159432026-09-16T23:25:35.906Z Sep 16 23:24:01.492 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
159442026-09-16T23:25:35.906Z Sep 16 23:24:01.530 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
159452026-09-16T23:25:35.906Z Sep 16 23:24:01.531 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
159462026-09-16T23:25:35.906Z Sep 16 23:24:01.537 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159472026-09-16T23:25:35.906Z Sep 16 23:24:01.537 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159482026-09-16T23:25:35.906Z Sep 16 23:24:01.543 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159492026-09-16T23:25:35.907Z Sep 16 23:24:01.543 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159502026-09-16T23:25:35.907Z Sep 16 23:24:01.549 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159512026-09-16T23:25:35.907Z Sep 16 23:24:01.549 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159522026-09-16T23:25:35.907Z Sep 16 23:24:01.555 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159532026-09-16T23:25:35.907Z Sep 16 23:24:01.555 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159542026-09-16T23:25:35.907Z Sep 16 23:24:01.667 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159552026-09-16T23:25:35.907Z Sep 16 23:24:01.667 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159562026-09-16T23:25:35.907Z Sep 16 23:24:01.672 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
159572026-09-16T23:25:35.907Z Sep 16 23:24:01.710 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
159582026-09-16T23:25:35.907Z Sep 16 23:24:01.716 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159592026-09-16T23:25:35.907Z Sep 16 23:24:01.718 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
159602026-09-16T23:25:35.907Z Sep 16 23:24:01.756 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
159612026-09-16T23:25:35.907Z Sep 16 23:24:01.762 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159622026-09-16T23:25:35.907Z Sep 16 23:24:01.800 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
159632026-09-16T23:25:35.907Z Sep 16 23:24:01.806 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159642026-09-16T23:25:35.907Z Sep 16 23:24:01.845 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
159652026-09-16T23:25:35.907Z Sep 16 23:24:01.851 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159662026-09-16T23:25:35.907Z Sep 16 23:24:01.851 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
159672026-09-16T23:25:35.907Z Sep 16 23:24:01.851 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
159682026-09-16T23:25:35.907Z Sep 16 23:24:01.851 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
159692026-09-16T23:25:35.907Z Sep 16 23:24:01.859 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
159702026-09-16T23:25:35.907Z Sep 16 23:24:01.918 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
159712026-09-16T23:25:35.907Z Sep 16 23:24:01.918 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
159722026-09-16T23:25:35.907Z Sep 16 23:24:01.956 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
159732026-09-16T23:25:35.907Z Sep 16 23:24:01.956 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
159742026-09-16T23:25:35.907Z Sep 16 23:24:01.994 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
159752026-09-16T23:25:35.907Z Sep 16 23:24:01.994 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
159762026-09-16T23:25:35.907Z Sep 16 23:24:02.032 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
159772026-09-16T23:25:35.907Z Sep 16 23:24:02.032 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
159782026-09-16T23:25:35.907Z Sep 16 23:24:02.039 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159792026-09-16T23:25:35.907Z Sep 16 23:24:02.039 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159802026-09-16T23:25:35.907Z Sep 16 23:24:02.045 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
159812026-09-16T23:25:35.907Z Sep 16 23:24:02.045 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
159822026-09-16T23:25:35.907Z Sep 16 23:24:02.051 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159832026-09-16T23:25:35.907Z Sep 16 23:24:02.051 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159842026-09-16T23:25:35.908Z Sep 16 23:24:02.057 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
159852026-09-16T23:25:35.908Z Sep 16 23:24:02.057 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
159862026-09-16T23:25:35.908Z Sep 16 23:24:02.057 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
159872026-09-16T23:25:35.908Z Sep 16 23:24:02.057 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
159882026-09-16T23:25:35.908Z Sep 16 23:24:02.057 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
159892026-09-16T23:25:35.908Z Sep 16 23:24:02.057 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
159902026-09-16T23:25:35.908Z Sep 16 23:24:02.058 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
159912026-09-16T23:25:35.908Z Sep 16 23:24:02.058 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
159922026-09-16T23:25:35.908Z Sep 16 23:24:02.058 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
159932026-09-16T23:25:35.908Z Sep 16 23:24:02.058 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
159942026-09-16T23:25:35.908Z Sep 16 23:24:02.061 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159952026-09-16T23:25:35.908Z Sep 16 23:24:02.061 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159962026-09-16T23:25:35.908Z Sep 16 23:24:02.066 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159972026-09-16T23:25:35.908Z Sep 16 23:24:02.066 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
159982026-09-16T23:25:35.908Z Sep 16 23:24:02.068 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
159992026-09-16T23:25:35.908Z Sep 16 23:24:02.106 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160002026-09-16T23:25:35.908Z Sep 16 23:24:02.112 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160012026-09-16T23:25:35.908Z Sep 16 23:24:02.114 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
160022026-09-16T23:25:35.908Z Sep 16 23:24:02.152 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160032026-09-16T23:25:35.908Z Sep 16 23:24:02.158 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160042026-09-16T23:25:35.908Z Sep 16 23:24:02.200 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160052026-09-16T23:25:35.908Z Sep 16 23:24:02.206 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160062026-09-16T23:25:35.908Z Sep 16 23:24:02.244 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160072026-09-16T23:25:35.908Z Sep 16 23:24:02.250 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160082026-09-16T23:25:35.909Z Sep 16 23:24:02.252 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
160092026-09-16T23:25:35.909Z Sep 16 23:24:02.290 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160102026-09-16T23:25:35.909Z Sep 16 23:24:02.296 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160112026-09-16T23:25:35.909Z Sep 16 23:24:02.298 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
160122026-09-16T23:25:35.909Z Sep 16 23:24:02.336 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160132026-09-16T23:25:35.909Z Sep 16 23:24:02.342 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160142026-09-16T23:25:35.909Z Sep 16 23:24:02.343 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160152026-09-16T23:25:35.909Z Sep 16 23:24:02.343 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160162026-09-16T23:25:35.909Z Sep 16 23:24:02.381 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160172026-09-16T23:25:35.909Z Sep 16 23:24:02.387 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160182026-09-16T23:25:35.909Z Sep 16 23:24:02.425 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160192026-09-16T23:25:35.909Z Sep 16 23:24:02.431 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160202026-09-16T23:25:35.914Z Sep 16 23:24:02.432 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160212026-09-16T23:25:35.914Z Sep 16 23:24:02.439 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160222026-09-16T23:25:35.914Z Sep 16 23:24:02.446 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160232026-09-16T23:25:35.914Z Sep 16 23:24:02.446 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160242026-09-16T23:25:35.914Z Sep 16 23:24:02.461 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160252026-09-16T23:25:35.914Z Sep 16 23:24:02.468 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160262026-09-16T23:25:35.914Z Sep 16 23:24:02.513 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160272026-09-16T23:25:35.914Z Sep 16 23:24:02.513 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160282026-09-16T23:25:35.914Z Sep 16 23:24:02.551 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160292026-09-16T23:25:35.914Z Sep 16 23:24:02.551 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160302026-09-16T23:25:35.914Z Sep 16 23:24:02.603 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160312026-09-16T23:25:35.914Z Sep 16 23:24:02.604 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160322026-09-16T23:25:35.914Z Sep 16 23:24:02.641 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160332026-09-16T23:25:35.914Z Sep 16 23:24:02.641 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160342026-09-16T23:25:35.914Z Sep 16 23:24:02.679 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160352026-09-16T23:25:35.914Z Sep 16 23:24:02.679 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160362026-09-16T23:25:35.914Z Sep 16 23:24:02.717 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160372026-09-16T23:25:35.914Z Sep 16 23:24:02.717 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160382026-09-16T23:25:35.914Z Sep 16 23:24:02.756 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160392026-09-16T23:25:35.914Z Sep 16 23:24:02.756 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160402026-09-16T23:25:35.914Z Sep 16 23:24:02.794 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160412026-09-16T23:25:35.914Z Sep 16 23:24:02.794 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160422026-09-16T23:25:35.914Z Sep 16 23:24:02.800 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160432026-09-16T23:25:35.914Z Sep 16 23:24:02.800 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160442026-09-16T23:25:35.914Z Sep 16 23:24:02.806 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160452026-09-16T23:25:35.914Z Sep 16 23:24:02.806 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160462026-09-16T23:25:35.914Z Sep 16 23:24:02.812 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
160472026-09-16T23:25:35.914Z Sep 16 23:24:02.813 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160482026-09-16T23:25:35.914Z Sep 16 23:24:02.818 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
160492026-09-16T23:25:35.914Z Sep 16 23:24:02.819 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160502026-09-16T23:25:35.914Z Sep 16 23:24:02.824 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160512026-09-16T23:25:35.915Z Sep 16 23:24:02.825 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160522026-09-16T23:25:35.915Z Sep 16 23:24:02.830 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160532026-09-16T23:25:35.915Z Sep 16 23:24:02.831 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160542026-09-16T23:25:35.915Z Sep 16 23:24:02.837 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
160552026-09-16T23:25:35.915Z Sep 16 23:24:02.837 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160562026-09-16T23:25:35.915Z Sep 16 23:24:02.843 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
160572026-09-16T23:25:35.915Z Sep 16 23:24:02.843 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160582026-09-16T23:25:35.915Z Sep 16 23:24:02.845 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
160592026-09-16T23:25:35.915Z Sep 16 23:24:02.848 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
160602026-09-16T23:25:35.915Z Sep 16 23:24:02.849 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
160612026-09-16T23:25:35.915Z Sep 16 23:24:02.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160622026-09-16T23:25:35.915Z Sep 16 23:24:02.893 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160632026-09-16T23:25:35.915Z Sep 16 23:24:02.934 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160642026-09-16T23:25:35.915Z Sep 16 23:24:02.940 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160652026-09-16T23:25:35.915Z Sep 16 23:24:02.941 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
160662026-09-16T23:25:35.915Z Sep 16 23:24:02.979 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
160672026-09-16T23:25:35.915Z Sep 16 23:24:02.986 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160682026-09-16T23:25:35.915Z Sep 16 23:24:02.986 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160692026-09-16T23:25:35.915Z Sep 16 23:24:03.024 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
160702026-09-16T23:25:35.915Z Sep 16 23:24:03.030 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160712026-09-16T23:25:35.915Z Sep 16 23:24:03.031 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160722026-09-16T23:25:35.915Z Sep 16 23:24:03.038 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
160732026-09-16T23:25:35.915Z Sep 16 23:24:03.045 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
160742026-09-16T23:25:35.915Z Sep 16 23:24:03.090 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160752026-09-16T23:25:35.915Z Sep 16 23:24:03.090 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160762026-09-16T23:25:35.915Z Sep 16 23:24:03.136 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160772026-09-16T23:25:35.915Z Sep 16 23:24:03.136 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160782026-09-16T23:25:35.915Z Sep 16 23:24:03.174 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
160792026-09-16T23:25:35.915Z Sep 16 23:24:03.174 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
160802026-09-16T23:25:35.915Z Sep 16 23:24:03.175 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
160812026-09-16T23:25:35.916Z Sep 16 23:24:03.175 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
160822026-09-16T23:25:35.916Z Sep 16 23:24:03.175 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
160832026-09-16T23:25:35.916Z Sep 16 23:24:03.175 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
160842026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
160852026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
160862026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
160872026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
160882026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
160892026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
160902026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
160912026-09-16T23:25:35.916Z Sep 16 23:24:03.176 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
160922026-09-16T23:25:35.916Z Sep 16 23:24:03.214 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
160932026-09-16T23:25:35.916Z Sep 16 23:24:03.214 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
160942026-09-16T23:25:35.916Z Sep 16 23:24:03.220 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160952026-09-16T23:25:35.916Z Sep 16 23:24:03.220 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
160962026-09-16T23:25:35.916Z Sep 16 23:24:03.226 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
160972026-09-16T23:25:35.916Z Sep 16 23:24:03.226 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
160982026-09-16T23:25:35.916Z Sep 16 23:24:03.232 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
160992026-09-16T23:25:35.916Z Sep 16 23:24:03.233 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161002026-09-16T23:25:35.916Z Sep 16 23:24:03.239 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
161012026-09-16T23:25:35.916Z Sep 16 23:24:03.239 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161022026-09-16T23:25:35.916Z Sep 16 23:24:03.350 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161032026-09-16T23:25:35.916Z Sep 16 23:24:03.350 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161042026-09-16T23:25:35.916Z Sep 16 23:24:03.355 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161052026-09-16T23:25:35.916Z Sep 16 23:24:03.393 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161062026-09-16T23:25:35.916Z Sep 16 23:24:03.400 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161072026-09-16T23:25:35.916Z Sep 16 23:24:03.402 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161082026-09-16T23:25:35.917Z Sep 16 23:24:03.439 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161092026-09-16T23:25:35.917Z Sep 16 23:24:03.445 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161102026-09-16T23:25:35.917Z Sep 16 23:24:03.484 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161112026-09-16T23:25:35.917Z Sep 16 23:24:03.490 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161122026-09-16T23:25:35.917Z Sep 16 23:24:03.528 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161132026-09-16T23:25:35.917Z Sep 16 23:24:03.534 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161142026-09-16T23:25:35.917Z Sep 16 23:24:03.535 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161152026-09-16T23:25:35.917Z Sep 16 23:24:03.535 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161162026-09-16T23:25:35.917Z Sep 16 23:24:03.535 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161172026-09-16T23:25:35.917Z Sep 16 23:24:03.542 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161182026-09-16T23:25:35.917Z Sep 16 23:24:03.602 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161192026-09-16T23:25:35.917Z Sep 16 23:24:03.602 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161202026-09-16T23:25:35.921Z Sep 16 23:24:03.640 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161212026-09-16T23:25:35.921Z Sep 16 23:24:03.640 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161222026-09-16T23:25:35.921Z Sep 16 23:24:03.678 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161232026-09-16T23:25:35.921Z Sep 16 23:24:03.678 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161242026-09-16T23:25:35.921Z Sep 16 23:24:03.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161252026-09-16T23:25:35.921Z Sep 16 23:24:03.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161262026-09-16T23:25:35.921Z Sep 16 23:24:03.723 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
161272026-09-16T23:25:35.921Z Sep 16 23:24:03.723 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161282026-09-16T23:25:35.921Z Sep 16 23:24:03.729 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
161292026-09-16T23:25:35.921Z Sep 16 23:24:03.729 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161302026-09-16T23:25:35.921Z Sep 16 23:24:03.735 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
161312026-09-16T23:25:35.921Z Sep 16 23:24:03.735 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161322026-09-16T23:25:35.921Z Sep 16 23:24:03.741 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
161332026-09-16T23:25:35.921Z Sep 16 23:24:03.741 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161342026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
161352026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
161362026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
161372026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
161382026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
161392026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
161402026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
161412026-09-16T23:25:35.922Z Sep 16 23:24:03.741 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
161422026-09-16T23:25:35.922Z Sep 16 23:24:03.745 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161432026-09-16T23:25:35.922Z Sep 16 23:24:03.745 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161442026-09-16T23:25:35.922Z Sep 16 23:24:03.750 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161452026-09-16T23:25:35.922Z Sep 16 23:24:03.750 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
161462026-09-16T23:25:35.922Z Sep 16 23:24:03.751 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161472026-09-16T23:25:35.922Z Sep 16 23:24:03.789 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161482026-09-16T23:25:35.922Z Sep 16 23:24:03.795 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161492026-09-16T23:25:35.922Z Sep 16 23:24:03.797 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161502026-09-16T23:25:35.922Z Sep 16 23:24:03.835 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161512026-09-16T23:25:35.922Z Sep 16 23:24:03.841 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161522026-09-16T23:25:35.923Z Sep 16 23:24:03.883 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161532026-09-16T23:25:35.923Z Sep 16 23:24:03.889 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161542026-09-16T23:25:35.923Z Sep 16 23:24:03.927 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161552026-09-16T23:25:35.923Z Sep 16 23:24:03.933 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161562026-09-16T23:25:35.923Z Sep 16 23:24:03.935 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161572026-09-16T23:25:35.923Z Sep 16 23:24:03.973 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161582026-09-16T23:25:35.923Z Sep 16 23:24:03.979 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161592026-09-16T23:25:35.923Z Sep 16 23:24:03.981 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
161602026-09-16T23:25:35.923Z Sep 16 23:24:04.019 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
161612026-09-16T23:25:35.923Z Sep 16 23:24:04.025 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161622026-09-16T23:25:35.923Z Sep 16 23:24:04.026 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161632026-09-16T23:25:35.923Z Sep 16 23:24:04.026 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161642026-09-16T23:25:35.923Z Sep 16 23:24:04.064 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161652026-09-16T23:25:35.923Z Sep 16 23:24:04.070 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161662026-09-16T23:25:35.923Z Sep 16 23:24:04.109 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
161672026-09-16T23:25:35.923Z Sep 16 23:24:04.115 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161682026-09-16T23:25:35.923Z Sep 16 23:24:04.115 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161692026-09-16T23:25:35.923Z Sep 16 23:24:04.122 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161702026-09-16T23:25:35.923Z Sep 16 23:24:04.129 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161712026-09-16T23:25:35.923Z Sep 16 23:24:04.130 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
161722026-09-16T23:25:35.923Z Sep 16 23:24:04.144 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161732026-09-16T23:25:35.923Z Sep 16 23:24:04.151 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
161742026-09-16T23:25:35.923Z Sep 16 23:24:04.196 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161752026-09-16T23:25:35.923Z Sep 16 23:24:04.196 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161762026-09-16T23:25:35.923Z Sep 16 23:24:04.234 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161772026-09-16T23:25:35.923Z Sep 16 23:24:04.234 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161782026-09-16T23:25:35.923Z Sep 16 23:24:04.287 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161792026-09-16T23:25:35.923Z Sep 16 23:24:04.287 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161802026-09-16T23:25:35.923Z Sep 16 23:24:04.325 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161812026-09-16T23:25:35.923Z Sep 16 23:24:04.325 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161822026-09-16T23:25:35.923Z Sep 16 23:24:04.363 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161832026-09-16T23:25:35.923Z Sep 16 23:24:04.363 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161842026-09-16T23:25:35.923Z Sep 16 23:24:04.401 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
161852026-09-16T23:25:35.923Z Sep 16 23:24:04.401 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
161862026-09-16T23:25:35.923Z Sep 16 23:24:04.439 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161872026-09-16T23:25:35.923Z Sep 16 23:24:04.439 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161882026-09-16T23:25:35.923Z Sep 16 23:24:04.477 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
161892026-09-16T23:25:35.924Z Sep 16 23:24:04.477 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
161902026-09-16T23:25:35.924Z Sep 16 23:24:04.484 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
161912026-09-16T23:25:35.924Z Sep 16 23:24:04.484 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161922026-09-16T23:25:35.924Z Sep 16 23:24:04.490 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
161932026-09-16T23:25:35.924Z Sep 16 23:24:04.490 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
161942026-09-16T23:25:35.924Z Sep 16 23:24:04.496 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
161952026-09-16T23:25:35.924Z Sep 16 23:24:04.496 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161962026-09-16T23:25:35.924Z Sep 16 23:24:04.502 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
161972026-09-16T23:25:35.924Z Sep 16 23:24:04.502 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
161982026-09-16T23:25:35.924Z Sep 16 23:24:04.508 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
161992026-09-16T23:25:35.924Z Sep 16 23:24:04.508 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162002026-09-16T23:25:35.924Z Sep 16 23:24:04.514 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
162012026-09-16T23:25:35.924Z Sep 16 23:24:04.514 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162022026-09-16T23:25:35.924Z Sep 16 23:24:04.521 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162032026-09-16T23:25:35.924Z Sep 16 23:24:04.521 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162042026-09-16T23:25:35.924Z Sep 16 23:24:04.527 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162052026-09-16T23:25:35.924Z Sep 16 23:24:04.527 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162062026-09-16T23:25:35.924Z Sep 16 23:24:04.529 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162072026-09-16T23:25:35.924Z Sep 16 23:24:04.532 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162082026-09-16T23:25:35.924Z Sep 16 23:24:04.533 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162092026-09-16T23:25:35.924Z Sep 16 23:24:04.571 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162102026-09-16T23:25:35.924Z Sep 16 23:24:04.577 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162112026-09-16T23:25:35.924Z Sep 16 23:24:04.617 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
162122026-09-16T23:25:35.924Z Sep 16 23:24:04.623 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162132026-09-16T23:25:35.924Z Sep 16 23:24:04.625 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162142026-09-16T23:25:35.924Z Sep 16 23:24:04.663 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162152026-09-16T23:25:35.924Z Sep 16 23:24:04.669 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162162026-09-16T23:25:35.924Z Sep 16 23:24:04.670 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
162172026-09-16T23:25:35.924Z Sep 16 23:24:04.707 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
162182026-09-16T23:25:35.924Z Sep 16 23:24:04.713 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162192026-09-16T23:25:35.924Z Sep 16 23:24:04.714 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
162202026-09-16T23:25:35.929Z Sep 16 23:24:04.721 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
162212026-09-16T23:25:35.929Z Sep 16 23:24:04.728 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
162222026-09-16T23:25:35.929Z Sep 16 23:24:04.773 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
162232026-09-16T23:25:35.929Z Sep 16 23:24:04.773 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
162242026-09-16T23:25:35.929Z Sep 16 23:24:04.819 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
162252026-09-16T23:25:35.929Z Sep 16 23:24:04.819 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
162262026-09-16T23:25:35.929Z Sep 16 23:24:04.856 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
162272026-09-16T23:25:35.929Z Sep 16 23:24:04.856 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
162282026-09-16T23:25:35.929Z Sep 16 23:24:04.857 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
162292026-09-16T23:25:35.929Z Sep 16 23:24:04.857 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
162302026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
162312026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
162322026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
162332026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
162342026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
162352026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
162362026-09-16T23:25:35.929Z Sep 16 23:24:04.858 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
162372026-09-16T23:25:35.930Z Sep 16 23:24:04.858 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
162382026-09-16T23:25:35.930Z Sep 16 23:24:04.858 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
162392026-09-16T23:25:35.930Z Sep 16 23:24:04.858 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
162402026-09-16T23:25:35.931Z Sep 16 23:24:04.896 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
162412026-09-16T23:25:35.931Z Sep 16 23:24:04.896 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
162422026-09-16T23:25:35.931Z Sep 16 23:24:04.902 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
162432026-09-16T23:25:35.931Z Sep 16 23:24:04.903 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162442026-09-16T23:25:35.931Z Sep 16 23:24:04.909 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162452026-09-16T23:25:35.931Z Sep 16 23:24:04.909 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162462026-09-16T23:25:35.931Z Sep 16 23:24:04.915 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
162472026-09-16T23:25:35.931Z Sep 16 23:24:04.915 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162482026-09-16T23:25:35.931Z Sep 16 23:24:04.921 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162492026-09-16T23:25:35.931Z Sep 16 23:24:04.921 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162502026-09-16T23:25:35.931Z Sep 16 23:24:05.034 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162512026-09-16T23:25:35.931Z Sep 16 23:24:05.034 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162522026-09-16T23:25:35.931Z Sep 16 23:24:05.039 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162532026-09-16T23:25:35.931Z Sep 16 23:24:05.077 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162542026-09-16T23:25:35.931Z Sep 16 23:24:05.082 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162552026-09-16T23:25:35.931Z Sep 16 23:24:05.085 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162562026-09-16T23:25:35.931Z Sep 16 23:24:05.122 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162572026-09-16T23:25:35.931Z Sep 16 23:24:05.128 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162582026-09-16T23:25:35.931Z Sep 16 23:24:05.167 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
162592026-09-16T23:25:35.931Z Sep 16 23:24:05.172 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162602026-09-16T23:25:35.931Z Sep 16 23:24:05.211 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
162612026-09-16T23:25:35.931Z Sep 16 23:24:05.217 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162622026-09-16T23:25:35.931Z Sep 16 23:24:05.217 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
162632026-09-16T23:25:35.931Z Sep 16 23:24:05.217 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
162642026-09-16T23:25:35.931Z Sep 16 23:24:05.217 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
162652026-09-16T23:25:35.931Z Sep 16 23:24:05.224 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
162662026-09-16T23:25:35.931Z Sep 16 23:24:05.284 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
162672026-09-16T23:25:35.931Z Sep 16 23:24:05.284 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
162682026-09-16T23:25:35.931Z Sep 16 23:24:05.322 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
162692026-09-16T23:25:35.931Z Sep 16 23:24:05.322 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
162702026-09-16T23:25:35.932Z Sep 16 23:24:05.360 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
162712026-09-16T23:25:35.932Z Sep 16 23:24:05.360 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
162722026-09-16T23:25:35.932Z Sep 16 23:24:05.398 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
162732026-09-16T23:25:35.932Z Sep 16 23:24:05.398 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
162742026-09-16T23:25:35.932Z Sep 16 23:24:05.404 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
162752026-09-16T23:25:35.932Z Sep 16 23:24:05.404 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162762026-09-16T23:25:35.932Z Sep 16 23:24:05.410 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
162772026-09-16T23:25:35.932Z Sep 16 23:24:05.410 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
162782026-09-16T23:25:35.932Z Sep 16 23:24:05.416 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162792026-09-16T23:25:35.932Z Sep 16 23:24:05.416 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162802026-09-16T23:25:35.932Z Sep 16 23:24:05.422 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
162812026-09-16T23:25:35.932Z Sep 16 23:24:05.422 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162822026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
162832026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
162842026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
162852026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
162862026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
162872026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
162882026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
162892026-09-16T23:25:35.932Z Sep 16 23:24:05.423 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
162902026-09-16T23:25:35.932Z Sep 16 23:24:05.426 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162912026-09-16T23:25:35.932Z Sep 16 23:24:05.426 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162922026-09-16T23:25:35.932Z Sep 16 23:24:05.431 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162932026-09-16T23:25:35.932Z Sep 16 23:24:05.431 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
162942026-09-16T23:25:35.932Z Sep 16 23:24:05.433 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162952026-09-16T23:25:35.932Z Sep 16 23:24:05.470 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162962026-09-16T23:25:35.933Z Sep 16 23:24:05.476 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
162972026-09-16T23:25:35.933Z Sep 16 23:24:05.478 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
162982026-09-16T23:25:35.933Z Sep 16 23:24:05.516 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
162992026-09-16T23:25:35.933Z Sep 16 23:24:05.522 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163002026-09-16T23:25:35.933Z Sep 16 23:24:05.564 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163012026-09-16T23:25:35.933Z Sep 16 23:24:05.570 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163022026-09-16T23:25:35.933Z Sep 16 23:24:05.608 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163032026-09-16T23:25:35.933Z Sep 16 23:24:05.614 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163042026-09-16T23:25:35.933Z Sep 16 23:24:05.616 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
163052026-09-16T23:25:35.933Z Sep 16 23:24:05.654 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
163062026-09-16T23:25:35.933Z Sep 16 23:24:05.660 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163072026-09-16T23:25:35.933Z Sep 16 23:24:05.662 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
163082026-09-16T23:25:35.933Z Sep 16 23:24:05.700 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
163092026-09-16T23:25:35.933Z Sep 16 23:24:05.706 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163102026-09-16T23:25:35.933Z Sep 16 23:24:05.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163112026-09-16T23:25:35.933Z Sep 16 23:24:05.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163122026-09-16T23:25:35.933Z Sep 16 23:24:05.744 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163132026-09-16T23:25:35.933Z Sep 16 23:24:05.750 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163142026-09-16T23:25:35.933Z Sep 16 23:24:05.789 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163152026-09-16T23:25:35.933Z Sep 16 23:24:05.795 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163162026-09-16T23:25:35.933Z Sep 16 23:24:05.795 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163172026-09-16T23:25:35.933Z Sep 16 23:24:05.802 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163182026-09-16T23:25:35.933Z Sep 16 23:24:05.809 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163192026-09-16T23:25:35.933Z Sep 16 23:24:05.809 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163202026-09-16T23:25:35.938Z Sep 16 23:24:05.824 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163212026-09-16T23:25:35.938Z Sep 16 23:24:05.831 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163222026-09-16T23:25:35.938Z Sep 16 23:24:05.876 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163232026-09-16T23:25:35.938Z Sep 16 23:24:05.876 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163242026-09-16T23:25:35.938Z Sep 16 23:24:05.914 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163252026-09-16T23:25:35.938Z Sep 16 23:24:05.914 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163262026-09-16T23:25:35.938Z Sep 16 23:24:05.966 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163272026-09-16T23:25:35.938Z Sep 16 23:24:05.966 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163282026-09-16T23:25:35.938Z Sep 16 23:24:06.004 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163292026-09-16T23:25:35.938Z Sep 16 23:24:06.004 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163302026-09-16T23:25:35.938Z Sep 16 23:24:06.042 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163312026-09-16T23:25:35.938Z Sep 16 23:24:06.042 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163322026-09-16T23:25:35.938Z Sep 16 23:24:06.080 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163332026-09-16T23:25:35.938Z Sep 16 23:24:06.080 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163342026-09-16T23:25:35.938Z Sep 16 23:24:06.118 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163352026-09-16T23:25:35.938Z Sep 16 23:24:06.118 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163362026-09-16T23:25:35.938Z Sep 16 23:24:06.156 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163372026-09-16T23:25:35.938Z Sep 16 23:24:06.156 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163382026-09-16T23:25:35.938Z Sep 16 23:24:06.162 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163392026-09-16T23:25:35.938Z Sep 16 23:24:06.162 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163402026-09-16T23:25:35.938Z Sep 16 23:24:06.168 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163412026-09-16T23:25:35.938Z Sep 16 23:24:06.168 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163422026-09-16T23:25:35.938Z Sep 16 23:24:06.175 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163432026-09-16T23:25:35.938Z Sep 16 23:24:06.175 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163442026-09-16T23:25:35.938Z Sep 16 23:24:06.181 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163452026-09-16T23:25:35.938Z Sep 16 23:24:06.181 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163462026-09-16T23:25:35.938Z Sep 16 23:24:06.187 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163472026-09-16T23:25:35.938Z Sep 16 23:24:06.187 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163482026-09-16T23:25:35.938Z Sep 16 23:24:06.193 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163492026-09-16T23:25:35.938Z Sep 16 23:24:06.193 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163502026-09-16T23:25:35.938Z Sep 16 23:24:06.199 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163512026-09-16T23:25:35.938Z Sep 16 23:24:06.199 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163522026-09-16T23:25:35.938Z Sep 16 23:24:06.205 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163532026-09-16T23:25:35.938Z Sep 16 23:24:06.205 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163542026-09-16T23:25:35.939Z Sep 16 23:24:06.207 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
163552026-09-16T23:25:35.939Z Sep 16 23:24:06.210 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
163562026-09-16T23:25:35.939Z Sep 16 23:24:06.212 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
163572026-09-16T23:25:35.939Z Sep 16 23:24:06.249 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
163582026-09-16T23:25:35.939Z Sep 16 23:24:06.255 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163592026-09-16T23:25:35.939Z Sep 16 23:24:06.295 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163602026-09-16T23:25:35.939Z Sep 16 23:24:06.301 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163612026-09-16T23:25:35.939Z Sep 16 23:24:06.303 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
163622026-09-16T23:25:35.939Z Sep 16 23:24:06.341 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
163632026-09-16T23:25:35.939Z Sep 16 23:24:06.347 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163642026-09-16T23:25:35.939Z Sep 16 23:24:06.348 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163652026-09-16T23:25:35.939Z Sep 16 23:24:06.386 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
163662026-09-16T23:25:35.939Z Sep 16 23:24:06.392 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163672026-09-16T23:25:35.939Z Sep 16 23:24:06.392 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163682026-09-16T23:25:35.939Z Sep 16 23:24:06.399 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
163692026-09-16T23:25:35.939Z Sep 16 23:24:06.406 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
163702026-09-16T23:25:35.939Z Sep 16 23:24:06.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163712026-09-16T23:25:35.939Z Sep 16 23:24:06.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163722026-09-16T23:25:35.939Z Sep 16 23:24:06.497 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163732026-09-16T23:25:35.939Z Sep 16 23:24:06.497 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163742026-09-16T23:25:35.939Z Sep 16 23:24:06.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
163752026-09-16T23:25:35.939Z Sep 16 23:24:06.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
163762026-09-16T23:25:35.939Z Sep 16 23:24:06.535 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
163772026-09-16T23:25:35.939Z Sep 16 23:24:06.535 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
163782026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
163792026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
163802026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
163812026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
163822026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
163832026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
163842026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
163852026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
163862026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
163872026-09-16T23:25:35.939Z Sep 16 23:24:06.536 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
163882026-09-16T23:25:35.939Z Sep 16 23:24:06.574 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
163892026-09-16T23:25:35.939Z Sep 16 23:24:06.574 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
163902026-09-16T23:25:35.939Z Sep 16 23:24:06.580 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163912026-09-16T23:25:35.939Z Sep 16 23:24:06.580 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163922026-09-16T23:25:35.939Z Sep 16 23:24:06.586 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163932026-09-16T23:25:35.939Z Sep 16 23:24:06.586 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163942026-09-16T23:25:35.940Z Sep 16 23:24:06.592 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
163952026-09-16T23:25:35.940Z Sep 16 23:24:06.593 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
163962026-09-16T23:25:35.940Z Sep 16 23:24:06.598 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
163972026-09-16T23:25:35.940Z Sep 16 23:24:06.599 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
163982026-09-16T23:25:35.940Z Sep 16 23:24:06.711 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
163992026-09-16T23:25:35.940Z Sep 16 23:24:06.711 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
164002026-09-16T23:25:35.940Z Sep 16 23:24:06.716 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164012026-09-16T23:25:35.940Z Sep 16 23:24:06.754 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164022026-09-16T23:25:35.940Z Sep 16 23:24:06.760 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164032026-09-16T23:25:35.940Z Sep 16 23:24:06.762 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164042026-09-16T23:25:35.940Z Sep 16 23:24:06.799 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164052026-09-16T23:25:35.940Z Sep 16 23:24:06.805 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164062026-09-16T23:25:35.940Z Sep 16 23:24:06.844 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164072026-09-16T23:25:35.940Z Sep 16 23:24:06.850 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164082026-09-16T23:25:35.940Z Sep 16 23:24:06.888 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164092026-09-16T23:25:35.940Z Sep 16 23:24:06.894 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164102026-09-16T23:25:35.940Z Sep 16 23:24:06.895 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164112026-09-16T23:25:35.940Z Sep 16 23:24:06.895 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164122026-09-16T23:25:35.940Z Sep 16 23:24:06.895 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164132026-09-16T23:25:35.941Z Sep 16 23:24:06.902 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164142026-09-16T23:25:35.941Z Sep 16 23:24:06.961 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164152026-09-16T23:25:35.941Z Sep 16 23:24:06.961 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164162026-09-16T23:25:35.941Z Sep 16 23:24:06.999 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164172026-09-16T23:25:35.941Z Sep 16 23:24:06.999 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164182026-09-16T23:25:35.941Z Sep 16 23:24:07.037 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164192026-09-16T23:25:35.941Z Sep 16 23:24:07.037 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164202026-09-16T23:25:35.945Z Sep 16 23:24:07.075 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164212026-09-16T23:25:35.945Z Sep 16 23:24:07.075 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164222026-09-16T23:25:35.945Z Sep 16 23:24:07.081 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164232026-09-16T23:25:35.945Z Sep 16 23:24:07.081 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164242026-09-16T23:25:35.945Z Sep 16 23:24:07.087 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164252026-09-16T23:25:35.945Z Sep 16 23:24:07.088 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164262026-09-16T23:25:35.945Z Sep 16 23:24:07.094 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
164272026-09-16T23:25:35.945Z Sep 16 23:24:07.094 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164282026-09-16T23:25:35.945Z Sep 16 23:24:07.100 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
164292026-09-16T23:25:35.945Z Sep 16 23:24:07.100 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164302026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
164312026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
164322026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
164332026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
164342026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
164352026-09-16T23:25:35.945Z Sep 16 23:24:07.100 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
164362026-09-16T23:25:35.946Z Sep 16 23:24:07.100 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
164372026-09-16T23:25:35.946Z Sep 16 23:24:07.100 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
164382026-09-16T23:25:35.946Z Sep 16 23:24:07.104 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
164392026-09-16T23:25:35.946Z Sep 16 23:24:07.104 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
164402026-09-16T23:25:35.946Z Sep 16 23:24:07.109 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
164412026-09-16T23:25:35.946Z Sep 16 23:24:07.109 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
164422026-09-16T23:25:35.946Z Sep 16 23:24:07.110 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164432026-09-16T23:25:35.946Z Sep 16 23:24:07.148 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164442026-09-16T23:25:35.946Z Sep 16 23:24:07.154 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164452026-09-16T23:25:35.946Z Sep 16 23:24:07.156 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164462026-09-16T23:25:35.946Z Sep 16 23:24:07.194 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164472026-09-16T23:25:35.946Z Sep 16 23:24:07.200 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164482026-09-16T23:25:35.946Z Sep 16 23:24:07.242 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164492026-09-16T23:25:35.946Z Sep 16 23:24:07.248 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164502026-09-16T23:25:35.946Z Sep 16 23:24:07.286 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164512026-09-16T23:25:35.946Z Sep 16 23:24:07.292 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164522026-09-16T23:25:35.946Z Sep 16 23:24:07.294 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164532026-09-16T23:25:35.946Z Sep 16 23:24:07.332 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164542026-09-16T23:25:35.946Z Sep 16 23:24:07.338 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164552026-09-16T23:25:35.946Z Sep 16 23:24:07.340 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
164562026-09-16T23:25:35.946Z Sep 16 23:24:07.377 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
164572026-09-16T23:25:35.946Z Sep 16 23:24:07.383 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164582026-09-16T23:25:35.946Z Sep 16 23:24:07.384 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164592026-09-16T23:25:35.946Z Sep 16 23:24:07.384 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164602026-09-16T23:25:35.946Z Sep 16 23:24:07.422 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164612026-09-16T23:25:35.946Z Sep 16 23:24:07.428 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164622026-09-16T23:25:35.947Z Sep 16 23:24:07.466 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
164632026-09-16T23:25:35.947Z Sep 16 23:24:07.472 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164642026-09-16T23:25:35.947Z Sep 16 23:24:07.473 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164652026-09-16T23:25:35.947Z Sep 16 23:24:07.480 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164662026-09-16T23:25:35.947Z Sep 16 23:24:07.487 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164672026-09-16T23:25:35.947Z Sep 16 23:24:07.487 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
164682026-09-16T23:25:35.947Z Sep 16 23:24:07.502 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164692026-09-16T23:25:35.947Z Sep 16 23:24:07.509 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
164702026-09-16T23:25:35.947Z Sep 16 23:24:07.553 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164712026-09-16T23:25:35.947Z Sep 16 23:24:07.553 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164722026-09-16T23:25:35.947Z Sep 16 23:24:07.591 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164732026-09-16T23:25:35.947Z Sep 16 23:24:07.591 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164742026-09-16T23:25:35.947Z Sep 16 23:24:07.644 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164752026-09-16T23:25:35.947Z Sep 16 23:24:07.644 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164762026-09-16T23:25:35.947Z Sep 16 23:24:07.682 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164772026-09-16T23:25:35.947Z Sep 16 23:24:07.682 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164782026-09-16T23:25:35.947Z Sep 16 23:24:07.720 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164792026-09-16T23:25:35.947Z Sep 16 23:24:07.720 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164802026-09-16T23:25:35.947Z Sep 16 23:24:07.758 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
164812026-09-16T23:25:35.947Z Sep 16 23:24:07.758 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
164822026-09-16T23:25:35.947Z Sep 16 23:24:07.796 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164832026-09-16T23:25:35.947Z Sep 16 23:24:07.796 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164842026-09-16T23:25:35.947Z Sep 16 23:24:07.833 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
164852026-09-16T23:25:35.947Z Sep 16 23:24:07.833 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
164862026-09-16T23:25:35.947Z Sep 16 23:24:07.840 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164872026-09-16T23:25:35.947Z Sep 16 23:24:07.840 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164882026-09-16T23:25:35.947Z Sep 16 23:24:07.846 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164892026-09-16T23:25:35.947Z Sep 16 23:24:07.846 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164902026-09-16T23:25:35.947Z Sep 16 23:24:07.852 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
164912026-09-16T23:25:35.947Z Sep 16 23:24:07.852 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164922026-09-16T23:25:35.947Z Sep 16 23:24:07.858 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
164932026-09-16T23:25:35.948Z Sep 16 23:24:07.858 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
164942026-09-16T23:25:35.948Z Sep 16 23:24:07.864 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164952026-09-16T23:25:35.948Z Sep 16 23:24:07.864 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164962026-09-16T23:25:35.948Z Sep 16 23:24:07.870 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
164972026-09-16T23:25:35.948Z Sep 16 23:24:07.870 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
164982026-09-16T23:25:35.948Z Sep 16 23:24:07.877 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
164992026-09-16T23:25:35.948Z Sep 16 23:24:07.877 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165002026-09-16T23:25:35.948Z Sep 16 23:24:07.883 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
165012026-09-16T23:25:35.948Z Sep 16 23:24:07.883 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165022026-09-16T23:25:35.948Z Sep 16 23:24:07.884 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165032026-09-16T23:25:35.948Z Sep 16 23:24:07.887 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165042026-09-16T23:25:35.948Z Sep 16 23:24:07.889 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165052026-09-16T23:25:35.948Z Sep 16 23:24:07.927 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165062026-09-16T23:25:35.948Z Sep 16 23:24:07.933 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165072026-09-16T23:25:35.948Z Sep 16 23:24:07.973 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165082026-09-16T23:25:35.948Z Sep 16 23:24:07.979 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165092026-09-16T23:25:35.948Z Sep 16 23:24:07.981 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165102026-09-16T23:25:35.948Z Sep 16 23:24:08.019 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165112026-09-16T23:25:35.948Z Sep 16 23:24:08.025 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165122026-09-16T23:25:35.948Z Sep 16 23:24:08.026 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
165132026-09-16T23:25:35.948Z Sep 16 23:24:08.063 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165142026-09-16T23:25:35.948Z Sep 16 23:24:08.069 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165152026-09-16T23:25:35.948Z Sep 16 23:24:08.070 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
165162026-09-16T23:25:35.948Z Sep 16 23:24:08.077 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
165172026-09-16T23:25:35.948Z Sep 16 23:24:08.084 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
165182026-09-16T23:25:35.948Z Sep 16 23:24:08.129 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
165192026-09-16T23:25:35.948Z Sep 16 23:24:08.129 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
165202026-09-16T23:25:35.952Z Sep 16 23:24:08.175 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
165212026-09-16T23:25:35.953Z Sep 16 23:24:08.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
165222026-09-16T23:25:35.953Z Sep 16 23:24:08.212 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
165232026-09-16T23:25:35.953Z Sep 16 23:24:08.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
165242026-09-16T23:25:35.953Z Sep 16 23:24:08.213 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
165252026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
165262026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
165272026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
165282026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
165292026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
165302026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
165312026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
165322026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
165332026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
165342026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
165352026-09-16T23:25:35.953Z Sep 16 23:24:08.214 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
165362026-09-16T23:25:35.954Z Sep 16 23:24:08.252 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
165372026-09-16T23:25:35.954Z Sep 16 23:24:08.252 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
165382026-09-16T23:25:35.954Z Sep 16 23:24:08.259 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
165392026-09-16T23:25:35.954Z Sep 16 23:24:08.259 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165402026-09-16T23:25:35.954Z Sep 16 23:24:08.265 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
165412026-09-16T23:25:35.954Z Sep 16 23:24:08.265 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165422026-09-16T23:25:35.954Z Sep 16 23:24:08.271 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
165432026-09-16T23:25:35.954Z Sep 16 23:24:08.271 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165442026-09-16T23:25:35.954Z Sep 16 23:24:08.277 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
165452026-09-16T23:25:35.954Z Sep 16 23:24:08.277 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165462026-09-16T23:25:35.954Z Sep 16 23:24:08.390 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165472026-09-16T23:25:35.954Z Sep 16 23:24:08.390 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165482026-09-16T23:25:35.954Z Sep 16 23:24:08.395 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165492026-09-16T23:25:35.954Z Sep 16 23:24:08.432 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165502026-09-16T23:25:35.954Z Sep 16 23:24:08.439 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165512026-09-16T23:25:35.954Z Sep 16 23:24:08.441 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165522026-09-16T23:25:35.954Z Sep 16 23:24:08.478 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165532026-09-16T23:25:35.954Z Sep 16 23:24:08.484 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165542026-09-16T23:25:35.954Z Sep 16 23:24:08.523 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165552026-09-16T23:25:35.954Z Sep 16 23:24:08.529 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165562026-09-16T23:25:35.955Z Sep 16 23:24:08.567 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165572026-09-16T23:25:35.955Z Sep 16 23:24:08.573 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165582026-09-16T23:25:35.955Z Sep 16 23:24:08.573 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
165592026-09-16T23:25:35.955Z Sep 16 23:24:08.573 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
165602026-09-16T23:25:35.955Z Sep 16 23:24:08.573 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
165612026-09-16T23:25:35.955Z Sep 16 23:24:08.580 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
165622026-09-16T23:25:35.955Z Sep 16 23:24:08.640 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
165632026-09-16T23:25:35.955Z Sep 16 23:24:08.640 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
165642026-09-16T23:25:35.955Z Sep 16 23:24:08.678 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
165652026-09-16T23:25:35.955Z Sep 16 23:24:08.678 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
165662026-09-16T23:25:35.955Z Sep 16 23:24:08.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
165672026-09-16T23:25:35.955Z Sep 16 23:24:08.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
165682026-09-16T23:25:35.955Z Sep 16 23:24:08.753 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
165692026-09-16T23:25:35.955Z Sep 16 23:24:08.753 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
165702026-09-16T23:25:35.955Z Sep 16 23:24:08.760 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
165712026-09-16T23:25:35.955Z Sep 16 23:24:08.760 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165722026-09-16T23:25:35.955Z Sep 16 23:24:08.766 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
165732026-09-16T23:25:35.955Z Sep 16 23:24:08.766 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165742026-09-16T23:25:35.955Z Sep 16 23:24:08.772 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
165752026-09-16T23:25:35.955Z Sep 16 23:24:08.772 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165762026-09-16T23:25:35.955Z Sep 16 23:24:08.778 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
165772026-09-16T23:25:35.955Z Sep 16 23:24:08.778 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165782026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
165792026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
165802026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
165812026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
165822026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
165832026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
165842026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
165852026-09-16T23:25:35.955Z Sep 16 23:24:08.778 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
165862026-09-16T23:25:35.955Z Sep 16 23:24:08.781 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165872026-09-16T23:25:35.955Z Sep 16 23:24:08.782 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165882026-09-16T23:25:35.955Z Sep 16 23:24:08.786 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165892026-09-16T23:25:35.955Z Sep 16 23:24:08.786 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
165902026-09-16T23:25:35.955Z Sep 16 23:24:08.788 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165912026-09-16T23:25:35.955Z Sep 16 23:24:08.826 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165922026-09-16T23:25:35.955Z Sep 16 23:24:08.832 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165932026-09-16T23:25:35.955Z Sep 16 23:24:08.834 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
165942026-09-16T23:25:35.955Z Sep 16 23:24:08.871 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
165952026-09-16T23:25:35.956Z Sep 16 23:24:08.877 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
165962026-09-16T23:25:35.956Z Sep 16 23:24:08.919 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165972026-09-16T23:25:35.956Z Sep 16 23:24:08.925 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
165982026-09-16T23:25:35.956Z Sep 16 23:24:08.963 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
165992026-09-16T23:25:35.956Z Sep 16 23:24:08.969 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166002026-09-16T23:25:35.956Z Sep 16 23:24:08.971 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
166012026-09-16T23:25:35.956Z Sep 16 23:24:09.009 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
166022026-09-16T23:25:35.956Z Sep 16 23:24:09.015 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166032026-09-16T23:25:35.956Z Sep 16 23:24:09.017 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
166042026-09-16T23:25:35.956Z Sep 16 23:24:09.055 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
166052026-09-16T23:25:35.956Z Sep 16 23:24:09.061 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166062026-09-16T23:25:35.956Z Sep 16 23:24:09.062 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166072026-09-16T23:25:35.956Z Sep 16 23:24:09.062 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166082026-09-16T23:25:35.956Z Sep 16 23:24:09.099 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
166092026-09-16T23:25:35.956Z Sep 16 23:24:09.105 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166102026-09-16T23:25:35.956Z Sep 16 23:24:09.144 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
166112026-09-16T23:25:35.956Z Sep 16 23:24:09.150 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166122026-09-16T23:25:35.956Z Sep 16 23:24:09.150 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166132026-09-16T23:25:35.956Z Sep 16 23:24:09.157 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166142026-09-16T23:25:35.956Z Sep 16 23:24:09.164 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166152026-09-16T23:25:35.956Z Sep 16 23:24:09.165 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166162026-09-16T23:25:35.956Z Sep 16 23:24:09.179 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166172026-09-16T23:25:35.956Z Sep 16 23:24:09.186 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166182026-09-16T23:25:35.956Z Sep 16 23:24:09.231 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166192026-09-16T23:25:35.956Z Sep 16 23:24:09.231 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166202026-09-16T23:25:35.961Z Sep 16 23:24:09.269 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166212026-09-16T23:25:35.961Z Sep 16 23:24:09.269 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166222026-09-16T23:25:35.962Z Sep 16 23:24:09.321 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166232026-09-16T23:25:35.962Z Sep 16 23:24:09.321 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166242026-09-16T23:25:35.962Z Sep 16 23:24:09.359 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166252026-09-16T23:25:35.962Z Sep 16 23:24:09.359 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166262026-09-16T23:25:35.962Z Sep 16 23:24:09.397 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166272026-09-16T23:25:35.962Z Sep 16 23:24:09.397 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166282026-09-16T23:25:35.962Z Sep 16 23:24:09.435 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166292026-09-16T23:25:35.962Z Sep 16 23:24:09.435 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166302026-09-16T23:25:35.962Z Sep 16 23:24:09.473 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166312026-09-16T23:25:35.962Z Sep 16 23:24:09.473 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166322026-09-16T23:25:35.962Z Sep 16 23:24:09.511 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166332026-09-16T23:25:35.962Z Sep 16 23:24:09.511 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166342026-09-16T23:25:35.962Z Sep 16 23:24:09.518 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166352026-09-16T23:25:35.962Z Sep 16 23:24:09.518 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166362026-09-16T23:25:35.962Z Sep 16 23:24:09.524 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166372026-09-16T23:25:35.962Z Sep 16 23:24:09.524 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166382026-09-16T23:25:35.962Z Sep 16 23:24:09.530 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166392026-09-16T23:25:35.962Z Sep 16 23:24:09.530 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166402026-09-16T23:25:35.962Z Sep 16 23:24:09.536 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166412026-09-16T23:25:35.962Z Sep 16 23:24:09.536 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166422026-09-16T23:25:35.962Z Sep 16 23:24:09.542 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166432026-09-16T23:25:35.962Z Sep 16 23:24:09.542 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166442026-09-16T23:25:35.962Z Sep 16 23:24:09.548 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166452026-09-16T23:25:35.962Z Sep 16 23:24:09.548 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166462026-09-16T23:25:35.962Z Sep 16 23:24:09.555 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166472026-09-16T23:25:35.962Z Sep 16 23:24:09.555 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166482026-09-16T23:25:35.962Z Sep 16 23:24:09.561 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166492026-09-16T23:25:35.962Z Sep 16 23:24:09.561 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166502026-09-16T23:25:35.962Z Sep 16 23:24:09.562 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
166512026-09-16T23:25:35.962Z Sep 16 23:24:09.565 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
166522026-09-16T23:25:35.962Z Sep 16 23:24:09.567 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
166532026-09-16T23:25:35.962Z Sep 16 23:24:09.605 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
166542026-09-16T23:25:35.962Z Sep 16 23:24:09.611 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166552026-09-16T23:25:35.962Z Sep 16 23:24:09.651 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
166562026-09-16T23:25:35.962Z Sep 16 23:24:09.657 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166572026-09-16T23:25:35.962Z Sep 16 23:24:09.659 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
166582026-09-16T23:25:35.962Z Sep 16 23:24:09.697 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
166592026-09-16T23:25:35.962Z Sep 16 23:24:09.703 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166602026-09-16T23:25:35.963Z Sep 16 23:24:09.703 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166612026-09-16T23:25:35.963Z Sep 16 23:24:09.741 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
166622026-09-16T23:25:35.963Z Sep 16 23:24:09.747 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166632026-09-16T23:25:35.963Z Sep 16 23:24:09.748 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166642026-09-16T23:25:35.963Z Sep 16 23:24:09.755 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
166652026-09-16T23:25:35.963Z Sep 16 23:24:09.762 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
166662026-09-16T23:25:35.963Z Sep 16 23:24:09.807 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166672026-09-16T23:25:35.963Z Sep 16 23:24:09.807 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166682026-09-16T23:25:35.963Z Sep 16 23:24:09.852 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166692026-09-16T23:25:35.963Z Sep 16 23:24:09.853 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166702026-09-16T23:25:35.963Z Sep 16 23:24:09.890 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
166712026-09-16T23:25:35.963Z Sep 16 23:24:09.890 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
166722026-09-16T23:25:35.963Z Sep 16 23:24:09.891 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
166732026-09-16T23:25:35.963Z Sep 16 23:24:09.891 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
166742026-09-16T23:25:35.963Z Sep 16 23:24:09.891 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
166752026-09-16T23:25:35.963Z Sep 16 23:24:09.891 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
166762026-09-16T23:25:35.963Z Sep 16 23:24:09.892 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
166772026-09-16T23:25:35.963Z Sep 16 23:24:09.892 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
166782026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
166792026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
166802026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
166812026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
166822026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
166832026-09-16T23:25:35.964Z Sep 16 23:24:09.892 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
166842026-09-16T23:25:35.964Z Sep 16 23:24:09.930 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
166852026-09-16T23:25:35.964Z Sep 16 23:24:09.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
166862026-09-16T23:25:35.964Z Sep 16 23:24:09.936 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166872026-09-16T23:25:35.964Z Sep 16 23:24:09.936 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166882026-09-16T23:25:35.964Z Sep 16 23:24:09.942 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166892026-09-16T23:25:35.964Z Sep 16 23:24:09.942 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166902026-09-16T23:25:35.964Z Sep 16 23:24:09.948 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
166912026-09-16T23:25:35.964Z Sep 16 23:24:09.948 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
166922026-09-16T23:25:35.964Z Sep 16 23:24:09.954 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
166932026-09-16T23:25:35.964Z Sep 16 23:24:09.954 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166942026-09-16T23:25:35.964Z Sep 16 23:24:10.067 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
166952026-09-16T23:25:35.964Z Sep 16 23:24:10.067 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
166962026-09-16T23:25:35.964Z Sep 16 23:24:10.072 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
166972026-09-16T23:25:35.965Z Sep 16 23:24:10.110 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
166982026-09-16T23:25:35.965Z Sep 16 23:24:10.116 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
166992026-09-16T23:25:35.965Z Sep 16 23:24:10.118 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
167002026-09-16T23:25:35.965Z Sep 16 23:24:10.156 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
167012026-09-16T23:25:35.965Z Sep 16 23:24:10.162 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167022026-09-16T23:25:35.965Z Sep 16 23:24:10.200 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167032026-09-16T23:25:35.965Z Sep 16 23:24:10.206 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167042026-09-16T23:25:35.965Z Sep 16 23:24:10.245 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167052026-09-16T23:25:35.965Z Sep 16 23:24:10.251 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167062026-09-16T23:25:35.965Z Sep 16 23:24:10.251 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167072026-09-16T23:25:35.965Z Sep 16 23:24:10.251 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167082026-09-16T23:25:35.965Z Sep 16 23:24:10.251 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167092026-09-16T23:25:35.965Z Sep 16 23:24:10.258 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167102026-09-16T23:25:35.965Z Sep 16 23:24:10.318 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167112026-09-16T23:25:35.965Z Sep 16 23:24:10.318 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167122026-09-16T23:25:35.965Z Sep 16 23:24:10.356 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167132026-09-16T23:25:35.965Z Sep 16 23:24:10.356 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167142026-09-16T23:25:35.965Z Sep 16 23:24:10.394 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167152026-09-16T23:25:35.965Z Sep 16 23:24:10.394 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167162026-09-16T23:25:35.965Z Sep 16 23:24:10.432 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167172026-09-16T23:25:35.965Z Sep 16 23:24:10.432 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167182026-09-16T23:25:35.965Z Sep 16 23:24:10.438 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167192026-09-16T23:25:35.965Z Sep 16 23:24:10.438 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167202026-09-16T23:25:35.970Z Sep 16 23:24:10.444 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167212026-09-16T23:25:35.970Z Sep 16 23:24:10.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167222026-09-16T23:25:35.970Z Sep 16 23:24:10.450 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167232026-09-16T23:25:35.970Z Sep 16 23:24:10.450 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167242026-09-16T23:25:35.970Z Sep 16 23:24:10.456 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167252026-09-16T23:25:35.970Z Sep 16 23:24:10.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167262026-09-16T23:25:35.970Z Sep 16 23:24:10.456 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
167272026-09-16T23:25:35.970Z Sep 16 23:24:10.456 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
167282026-09-16T23:25:35.970Z Sep 16 23:24:10.456 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
167292026-09-16T23:25:35.970Z Sep 16 23:24:10.456 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
167302026-09-16T23:25:35.970Z Sep 16 23:24:10.457 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
167312026-09-16T23:25:35.970Z Sep 16 23:24:10.457 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
167322026-09-16T23:25:35.970Z Sep 16 23:24:10.457 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
167332026-09-16T23:25:35.970Z Sep 16 23:24:10.457 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
167342026-09-16T23:25:35.970Z Sep 16 23:24:10.460 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
167352026-09-16T23:25:35.970Z Sep 16 23:24:10.460 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
167362026-09-16T23:25:35.970Z Sep 16 23:24:10.465 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
167372026-09-16T23:25:35.970Z Sep 16 23:24:10.465 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
167382026-09-16T23:25:35.970Z Sep 16 23:24:10.466 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
167392026-09-16T23:25:35.970Z Sep 16 23:24:10.504 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
167402026-09-16T23:25:35.970Z Sep 16 23:24:10.510 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167412026-09-16T23:25:35.970Z Sep 16 23:24:10.512 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
167422026-09-16T23:25:35.970Z Sep 16 23:24:10.550 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
167432026-09-16T23:25:35.970Z Sep 16 23:24:10.556 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167442026-09-16T23:25:35.970Z Sep 16 23:24:10.598 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167452026-09-16T23:25:35.970Z Sep 16 23:24:10.604 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167462026-09-16T23:25:35.970Z Sep 16 23:24:10.642 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167472026-09-16T23:25:35.970Z Sep 16 23:24:10.648 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167482026-09-16T23:25:35.970Z Sep 16 23:24:10.650 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
167492026-09-16T23:25:35.970Z Sep 16 23:24:10.688 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
167502026-09-16T23:25:35.970Z Sep 16 23:24:10.694 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167512026-09-16T23:25:35.970Z Sep 16 23:24:10.696 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
167522026-09-16T23:25:35.970Z Sep 16 23:24:10.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
167532026-09-16T23:25:35.971Z Sep 16 23:24:10.739 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167542026-09-16T23:25:35.971Z Sep 16 23:24:10.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167552026-09-16T23:25:35.971Z Sep 16 23:24:10.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167562026-09-16T23:25:35.971Z Sep 16 23:24:10.778 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167572026-09-16T23:25:35.971Z Sep 16 23:24:10.784 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167582026-09-16T23:25:35.971Z Sep 16 23:24:10.822 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
167592026-09-16T23:25:35.971Z Sep 16 23:24:10.828 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167602026-09-16T23:25:35.971Z Sep 16 23:24:10.828 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167612026-09-16T23:25:35.971Z Sep 16 23:24:10.835 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167622026-09-16T23:25:35.971Z Sep 16 23:24:10.843 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167632026-09-16T23:25:35.971Z Sep 16 23:24:10.843 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
167642026-09-16T23:25:35.971Z Sep 16 23:24:10.857 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167652026-09-16T23:25:35.971Z Sep 16 23:24:10.864 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
167662026-09-16T23:25:35.971Z Sep 16 23:24:10.909 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167672026-09-16T23:25:35.971Z Sep 16 23:24:10.909 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167682026-09-16T23:25:35.971Z Sep 16 23:24:10.947 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167692026-09-16T23:25:35.971Z Sep 16 23:24:10.947 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167702026-09-16T23:25:35.971Z Sep 16 23:24:11.000 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167712026-09-16T23:25:35.971Z Sep 16 23:24:11.000 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167722026-09-16T23:25:35.971Z Sep 16 23:24:11.038 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167732026-09-16T23:25:35.971Z Sep 16 23:24:11.038 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167742026-09-16T23:25:35.971Z Sep 16 23:24:11.076 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167752026-09-16T23:25:35.971Z Sep 16 23:24:11.076 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167762026-09-16T23:25:35.971Z Sep 16 23:24:11.114 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
167772026-09-16T23:25:35.971Z Sep 16 23:24:11.114 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
167782026-09-16T23:25:35.971Z Sep 16 23:24:11.152 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167792026-09-16T23:25:35.971Z Sep 16 23:24:11.152 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167802026-09-16T23:25:35.971Z Sep 16 23:24:11.190 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
167812026-09-16T23:25:35.971Z Sep 16 23:24:11.190 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
167822026-09-16T23:25:35.971Z Sep 16 23:24:11.196 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167832026-09-16T23:25:35.971Z Sep 16 23:24:11.196 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167842026-09-16T23:25:35.971Z Sep 16 23:24:11.202 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167852026-09-16T23:25:35.971Z Sep 16 23:24:11.202 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167862026-09-16T23:25:35.971Z Sep 16 23:24:11.208 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167872026-09-16T23:25:35.971Z Sep 16 23:24:11.209 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167882026-09-16T23:25:35.971Z Sep 16 23:24:11.214 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167892026-09-16T23:25:35.971Z Sep 16 23:24:11.215 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167902026-09-16T23:25:35.971Z Sep 16 23:24:11.220 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167912026-09-16T23:25:35.971Z Sep 16 23:24:11.221 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167922026-09-16T23:25:35.972Z Sep 16 23:24:11.227 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
167932026-09-16T23:25:35.972Z Sep 16 23:24:11.227 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
167942026-09-16T23:25:35.972Z Sep 16 23:24:11.233 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167952026-09-16T23:25:35.972Z Sep 16 23:24:11.233 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167962026-09-16T23:25:35.972Z Sep 16 23:24:11.239 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
167972026-09-16T23:25:35.972Z Sep 16 23:24:11.239 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
167982026-09-16T23:25:35.972Z Sep 16 23:24:11.241 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
167992026-09-16T23:25:35.972Z Sep 16 23:24:11.244 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168002026-09-16T23:25:35.972Z Sep 16 23:24:11.245 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168012026-09-16T23:25:35.972Z Sep 16 23:24:11.283 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168022026-09-16T23:25:35.972Z Sep 16 23:24:11.289 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168032026-09-16T23:25:35.972Z Sep 16 23:24:11.330 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168042026-09-16T23:25:35.972Z Sep 16 23:24:11.336 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168052026-09-16T23:25:35.972Z Sep 16 23:24:11.337 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168062026-09-16T23:25:35.972Z Sep 16 23:24:11.375 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168072026-09-16T23:25:35.972Z Sep 16 23:24:11.381 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168082026-09-16T23:25:35.972Z Sep 16 23:24:11.382 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
168092026-09-16T23:25:35.972Z Sep 16 23:24:11.420 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168102026-09-16T23:25:35.972Z Sep 16 23:24:11.426 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168112026-09-16T23:25:35.972Z Sep 16 23:24:11.426 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
168122026-09-16T23:25:35.972Z Sep 16 23:24:11.433 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
168132026-09-16T23:25:35.972Z Sep 16 23:24:11.441 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
168142026-09-16T23:25:35.972Z Sep 16 23:24:11.485 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
168152026-09-16T23:25:35.972Z Sep 16 23:24:11.486 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
168162026-09-16T23:25:35.972Z Sep 16 23:24:11.531 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
168172026-09-16T23:25:35.972Z Sep 16 23:24:11.531 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
168182026-09-16T23:25:35.972Z Sep 16 23:24:11.569 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
168192026-09-16T23:25:35.972Z Sep 16 23:24:11.569 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
168202026-09-16T23:25:35.977Z Sep 16 23:24:11.569 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
168212026-09-16T23:25:35.977Z Sep 16 23:24:11.569 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
168222026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
168232026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
168242026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
168252026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
168262026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
168272026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
168282026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
168292026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
168302026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
168312026-09-16T23:25:35.977Z Sep 16 23:24:11.570 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
168322026-09-16T23:25:35.977Z Sep 16 23:24:11.608 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
168332026-09-16T23:25:35.977Z Sep 16 23:24:11.608 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
168342026-09-16T23:25:35.977Z Sep 16 23:24:11.614 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
168352026-09-16T23:25:35.977Z Sep 16 23:24:11.615 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168362026-09-16T23:25:35.977Z Sep 16 23:24:11.621 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
168372026-09-16T23:25:35.977Z Sep 16 23:24:11.621 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168382026-09-16T23:25:35.977Z Sep 16 23:24:11.627 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
168392026-09-16T23:25:35.977Z Sep 16 23:24:11.627 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168402026-09-16T23:25:35.977Z Sep 16 23:24:11.633 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
168412026-09-16T23:25:35.977Z Sep 16 23:24:11.633 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168422026-09-16T23:25:35.977Z Sep 16 23:24:11.746 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168432026-09-16T23:25:35.977Z Sep 16 23:24:11.746 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168442026-09-16T23:25:35.977Z Sep 16 23:24:11.751 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168452026-09-16T23:25:35.977Z Sep 16 23:24:11.788 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168462026-09-16T23:25:35.977Z Sep 16 23:24:11.795 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168472026-09-16T23:25:35.977Z Sep 16 23:24:11.797 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168482026-09-16T23:25:35.977Z Sep 16 23:24:11.834 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168492026-09-16T23:25:35.977Z Sep 16 23:24:11.840 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168502026-09-16T23:25:35.977Z Sep 16 23:24:11.879 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168512026-09-16T23:25:35.977Z Sep 16 23:24:11.885 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168522026-09-16T23:25:35.977Z Sep 16 23:24:11.923 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168532026-09-16T23:25:35.978Z Sep 16 23:24:11.929 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168542026-09-16T23:25:35.978Z Sep 16 23:24:11.929 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
168552026-09-16T23:25:35.978Z Sep 16 23:24:11.929 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
168562026-09-16T23:25:35.978Z Sep 16 23:24:11.929 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
168572026-09-16T23:25:35.978Z Sep 16 23:24:11.937 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
168582026-09-16T23:25:35.978Z Sep 16 23:24:11.996 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
168592026-09-16T23:25:35.978Z Sep 16 23:24:11.996 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
168602026-09-16T23:25:35.978Z Sep 16 23:24:12.034 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
168612026-09-16T23:25:35.978Z Sep 16 23:24:12.034 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
168622026-09-16T23:25:35.978Z Sep 16 23:24:12.072 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
168632026-09-16T23:25:35.978Z Sep 16 23:24:12.072 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
168642026-09-16T23:25:35.978Z Sep 16 23:24:12.110 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
168652026-09-16T23:25:35.978Z Sep 16 23:24:12.110 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
168662026-09-16T23:25:35.978Z Sep 16 23:24:12.116 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
168672026-09-16T23:25:35.978Z Sep 16 23:24:12.116 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168682026-09-16T23:25:35.978Z Sep 16 23:24:12.122 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
168692026-09-16T23:25:35.978Z Sep 16 23:24:12.122 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168702026-09-16T23:25:35.978Z Sep 16 23:24:12.128 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
168712026-09-16T23:25:35.978Z Sep 16 23:24:12.129 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168722026-09-16T23:25:35.978Z Sep 16 23:24:12.135 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
168732026-09-16T23:25:35.978Z Sep 16 23:24:12.135 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168742026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
168752026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
168762026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
168772026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
168782026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
168792026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
168802026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
168812026-09-16T23:25:35.978Z Sep 16 23:24:12.135 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
168822026-09-16T23:25:35.978Z Sep 16 23:24:12.138 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168832026-09-16T23:25:35.978Z Sep 16 23:24:12.138 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168842026-09-16T23:25:35.978Z Sep 16 23:24:12.143 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168852026-09-16T23:25:35.978Z Sep 16 23:24:12.143 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
168862026-09-16T23:25:35.978Z Sep 16 23:24:12.145 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168872026-09-16T23:25:35.978Z Sep 16 23:24:12.183 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168882026-09-16T23:25:35.978Z Sep 16 23:24:12.189 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168892026-09-16T23:25:35.979Z Sep 16 23:24:12.191 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168902026-09-16T23:25:35.979Z Sep 16 23:24:12.228 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168912026-09-16T23:25:35.979Z Sep 16 23:24:12.234 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168922026-09-16T23:25:35.979Z Sep 16 23:24:12.276 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168932026-09-16T23:25:35.979Z Sep 16 23:24:12.282 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168942026-09-16T23:25:35.979Z Sep 16 23:24:12.320 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
168952026-09-16T23:25:35.979Z Sep 16 23:24:12.326 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
168962026-09-16T23:25:35.979Z Sep 16 23:24:12.328 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
168972026-09-16T23:25:35.979Z Sep 16 23:24:12.366 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
168982026-09-16T23:25:35.979Z Sep 16 23:24:12.372 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
168992026-09-16T23:25:35.979Z Sep 16 23:24:12.374 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
169002026-09-16T23:25:35.979Z Sep 16 23:24:12.412 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
169012026-09-16T23:25:35.979Z Sep 16 23:24:12.418 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169022026-09-16T23:25:35.979Z Sep 16 23:24:12.419 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169032026-09-16T23:25:35.980Z Sep 16 23:24:12.419 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169042026-09-16T23:25:35.980Z Sep 16 23:24:12.456 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
169052026-09-16T23:25:35.980Z Sep 16 23:24:12.462 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169062026-09-16T23:25:35.980Z Sep 16 23:24:12.501 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
169072026-09-16T23:25:35.980Z Sep 16 23:24:12.507 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169082026-09-16T23:25:35.980Z Sep 16 23:24:12.508 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169092026-09-16T23:25:35.980Z Sep 16 23:24:12.515 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169102026-09-16T23:25:35.980Z Sep 16 23:24:12.522 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169112026-09-16T23:25:35.980Z Sep 16 23:24:12.522 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169122026-09-16T23:25:35.980Z Sep 16 23:24:12.536 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169132026-09-16T23:25:35.980Z Sep 16 23:24:12.543 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169142026-09-16T23:25:35.980Z Sep 16 23:24:12.588 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169152026-09-16T23:25:35.980Z Sep 16 23:24:12.588 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169162026-09-16T23:25:35.980Z Sep 16 23:24:12.626 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169172026-09-16T23:25:35.980Z Sep 16 23:24:12.626 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169182026-09-16T23:25:35.980Z Sep 16 23:24:12.678 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169192026-09-16T23:25:35.980Z Sep 16 23:24:12.679 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169202026-09-16T23:25:35.984Z Sep 16 23:24:12.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169212026-09-16T23:25:35.984Z Sep 16 23:24:12.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169222026-09-16T23:25:35.984Z Sep 16 23:24:12.754 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169232026-09-16T23:25:35.984Z Sep 16 23:24:12.754 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169242026-09-16T23:25:35.984Z Sep 16 23:24:12.792 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169252026-09-16T23:25:35.984Z Sep 16 23:24:12.792 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169262026-09-16T23:25:35.984Z Sep 16 23:24:12.830 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169272026-09-16T23:25:35.984Z Sep 16 23:24:12.830 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169282026-09-16T23:25:35.984Z Sep 16 23:24:12.868 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169292026-09-16T23:25:35.984Z Sep 16 23:24:12.868 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169302026-09-16T23:25:35.985Z Sep 16 23:24:12.874 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169312026-09-16T23:25:35.985Z Sep 16 23:24:12.874 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169322026-09-16T23:25:35.985Z Sep 16 23:24:12.880 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169332026-09-16T23:25:35.985Z Sep 16 23:24:12.880 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169342026-09-16T23:25:35.985Z Sep 16 23:24:12.887 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169352026-09-16T23:25:35.985Z Sep 16 23:24:12.887 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169362026-09-16T23:25:35.985Z Sep 16 23:24:12.893 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169372026-09-16T23:25:35.985Z Sep 16 23:24:12.893 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169382026-09-16T23:25:35.985Z Sep 16 23:24:12.899 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169392026-09-16T23:25:35.985Z Sep 16 23:24:12.899 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169402026-09-16T23:25:35.985Z Sep 16 23:24:12.905 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169412026-09-16T23:25:35.985Z Sep 16 23:24:12.905 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169422026-09-16T23:25:35.985Z Sep 16 23:24:12.911 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169432026-09-16T23:25:35.985Z Sep 16 23:24:12.911 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169442026-09-16T23:25:35.985Z Sep 16 23:24:12.917 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169452026-09-16T23:25:35.985Z Sep 16 23:24:12.917 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169462026-09-16T23:25:35.985Z Sep 16 23:24:12.919 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
169472026-09-16T23:25:35.985Z Sep 16 23:24:12.922 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
169482026-09-16T23:25:35.985Z Sep 16 23:24:12.923 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
169492026-09-16T23:25:35.985Z Sep 16 23:24:12.961 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
169502026-09-16T23:25:35.985Z Sep 16 23:24:12.967 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169512026-09-16T23:25:35.985Z Sep 16 23:24:13.007 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
169522026-09-16T23:25:35.985Z Sep 16 23:24:13.014 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169532026-09-16T23:25:35.985Z Sep 16 23:24:13.015 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
169542026-09-16T23:25:35.985Z Sep 16 23:24:13.053 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
169552026-09-16T23:25:35.985Z Sep 16 23:24:13.059 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169562026-09-16T23:25:35.985Z Sep 16 23:24:13.060 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169572026-09-16T23:25:35.985Z Sep 16 23:24:13.098 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
169582026-09-16T23:25:35.985Z Sep 16 23:24:13.104 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169592026-09-16T23:25:35.985Z Sep 16 23:24:13.104 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169602026-09-16T23:25:35.985Z Sep 16 23:24:13.111 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
169612026-09-16T23:25:35.985Z Sep 16 23:24:13.118 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
169622026-09-16T23:25:35.985Z Sep 16 23:24:13.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169632026-09-16T23:25:35.985Z Sep 16 23:24:13.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169642026-09-16T23:25:35.985Z Sep 16 23:24:13.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169652026-09-16T23:25:35.985Z Sep 16 23:24:13.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169662026-09-16T23:25:35.985Z Sep 16 23:24:13.246 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
169672026-09-16T23:25:35.985Z Sep 16 23:24:13.246 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
169682026-09-16T23:25:35.985Z Sep 16 23:24:13.247 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
169692026-09-16T23:25:35.986Z Sep 16 23:24:13.247 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
169702026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
169712026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
169722026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
169732026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
169742026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
169752026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
169762026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
169772026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
169782026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
169792026-09-16T23:25:35.986Z Sep 16 23:24:13.248 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
169802026-09-16T23:25:35.986Z Sep 16 23:24:13.286 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
169812026-09-16T23:25:35.986Z Sep 16 23:24:13.286 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
169822026-09-16T23:25:35.986Z Sep 16 23:24:13.292 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169832026-09-16T23:25:35.986Z Sep 16 23:24:13.292 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169842026-09-16T23:25:35.986Z Sep 16 23:24:13.298 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169852026-09-16T23:25:35.986Z Sep 16 23:24:13.298 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169862026-09-16T23:25:35.987Z Sep 16 23:24:13.304 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
169872026-09-16T23:25:35.987Z Sep 16 23:24:13.305 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
169882026-09-16T23:25:35.987Z Sep 16 23:24:13.311 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
169892026-09-16T23:25:35.987Z Sep 16 23:24:13.311 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169902026-09-16T23:25:35.987Z Sep 16 23:24:13.423 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
169912026-09-16T23:25:35.987Z Sep 16 23:24:13.423 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
169922026-09-16T23:25:35.987Z Sep 16 23:24:13.428 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
169932026-09-16T23:25:35.987Z Sep 16 23:24:13.466 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
169942026-09-16T23:25:35.987Z Sep 16 23:24:13.472 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169952026-09-16T23:25:35.987Z Sep 16 23:24:13.474 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
169962026-09-16T23:25:35.987Z Sep 16 23:24:13.512 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
169972026-09-16T23:25:35.987Z Sep 16 23:24:13.518 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
169982026-09-16T23:25:35.987Z Sep 16 23:24:13.556 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
169992026-09-16T23:25:35.987Z Sep 16 23:24:13.562 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170002026-09-16T23:25:35.987Z Sep 16 23:24:13.600 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
170012026-09-16T23:25:35.987Z Sep 16 23:24:13.606 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170022026-09-16T23:25:35.988Z Sep 16 23:24:13.607 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170032026-09-16T23:25:35.988Z Sep 16 23:24:13.607 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170042026-09-16T23:25:35.988Z Sep 16 23:24:13.607 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170052026-09-16T23:25:35.988Z Sep 16 23:24:13.614 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170062026-09-16T23:25:35.988Z Sep 16 23:24:13.673 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170072026-09-16T23:25:35.988Z Sep 16 23:24:13.673 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170082026-09-16T23:25:35.988Z Sep 16 23:24:13.711 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170092026-09-16T23:25:35.988Z Sep 16 23:24:13.711 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170102026-09-16T23:25:35.988Z Sep 16 23:24:13.749 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170112026-09-16T23:25:35.988Z Sep 16 23:24:13.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170122026-09-16T23:25:35.988Z Sep 16 23:24:13.787 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170132026-09-16T23:25:35.988Z Sep 16 23:24:13.787 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170142026-09-16T23:25:35.988Z Sep 16 23:24:13.793 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170152026-09-16T23:25:35.988Z Sep 16 23:24:13.793 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170162026-09-16T23:25:35.988Z Sep 16 23:24:13.799 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170172026-09-16T23:25:35.988Z Sep 16 23:24:13.800 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170182026-09-16T23:25:35.988Z Sep 16 23:24:13.806 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170192026-09-16T23:25:35.988Z Sep 16 23:24:13.806 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170202026-09-16T23:25:35.992Z Sep 16 23:24:13.812 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170212026-09-16T23:25:35.992Z Sep 16 23:24:13.812 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170222026-09-16T23:25:35.992Z Sep 16 23:24:13.812 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
170232026-09-16T23:25:35.992Z Sep 16 23:24:13.812 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
170242026-09-16T23:25:35.992Z Sep 16 23:24:13.812 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
170252026-09-16T23:25:35.992Z Sep 16 23:24:13.812 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
170262026-09-16T23:25:35.992Z Sep 16 23:24:13.812 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
170272026-09-16T23:25:35.993Z Sep 16 23:24:13.812 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
170282026-09-16T23:25:35.993Z Sep 16 23:24:13.812 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
170292026-09-16T23:25:35.993Z Sep 16 23:24:13.812 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
170302026-09-16T23:25:35.993Z Sep 16 23:24:13.815 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170312026-09-16T23:25:35.993Z Sep 16 23:24:13.815 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170322026-09-16T23:25:35.993Z Sep 16 23:24:13.820 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170332026-09-16T23:25:35.993Z Sep 16 23:24:13.820 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170342026-09-16T23:25:35.993Z Sep 16 23:24:13.821 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
170352026-09-16T23:25:35.993Z Sep 16 23:24:13.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
170362026-09-16T23:25:35.993Z Sep 16 23:24:13.865 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170372026-09-16T23:25:35.993Z Sep 16 23:24:13.867 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
170382026-09-16T23:25:35.993Z Sep 16 23:24:13.905 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
170392026-09-16T23:25:35.993Z Sep 16 23:24:13.911 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170402026-09-16T23:25:35.993Z Sep 16 23:24:13.953 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
170412026-09-16T23:25:35.993Z Sep 16 23:24:13.959 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170422026-09-16T23:25:35.993Z Sep 16 23:24:13.997 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
170432026-09-16T23:25:35.993Z Sep 16 23:24:14.003 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170442026-09-16T23:25:35.993Z Sep 16 23:24:14.005 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
170452026-09-16T23:25:35.993Z Sep 16 23:24:14.043 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
170462026-09-16T23:25:35.993Z Sep 16 23:24:14.049 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170472026-09-16T23:25:35.993Z Sep 16 23:24:14.052 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
170482026-09-16T23:25:35.993Z Sep 16 23:24:14.089 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
170492026-09-16T23:25:35.993Z Sep 16 23:24:14.095 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170502026-09-16T23:25:35.993Z Sep 16 23:24:14.096 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170512026-09-16T23:25:35.993Z Sep 16 23:24:14.096 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170522026-09-16T23:25:35.993Z Sep 16 23:24:14.134 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
170532026-09-16T23:25:35.993Z Sep 16 23:24:14.140 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170542026-09-16T23:25:35.993Z Sep 16 23:24:14.178 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
170552026-09-16T23:25:35.993Z Sep 16 23:24:14.184 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170562026-09-16T23:25:35.993Z Sep 16 23:24:14.185 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170572026-09-16T23:25:35.993Z Sep 16 23:24:14.192 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170582026-09-16T23:25:35.993Z Sep 16 23:24:14.199 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170592026-09-16T23:25:35.993Z Sep 16 23:24:14.199 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
170602026-09-16T23:25:35.993Z Sep 16 23:24:14.213 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170612026-09-16T23:25:35.993Z Sep 16 23:24:14.220 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
170622026-09-16T23:25:35.993Z Sep 16 23:24:14.265 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170632026-09-16T23:25:35.993Z Sep 16 23:24:14.265 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170642026-09-16T23:25:35.993Z Sep 16 23:24:14.303 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170652026-09-16T23:25:35.993Z Sep 16 23:24:14.303 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170662026-09-16T23:25:35.994Z Sep 16 23:24:14.356 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170672026-09-16T23:25:35.994Z Sep 16 23:24:14.356 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170682026-09-16T23:25:35.994Z Sep 16 23:24:14.394 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170692026-09-16T23:25:35.994Z Sep 16 23:24:14.394 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170702026-09-16T23:25:35.994Z Sep 16 23:24:14.432 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170712026-09-16T23:25:35.994Z Sep 16 23:24:14.432 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170722026-09-16T23:25:35.994Z Sep 16 23:24:14.470 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
170732026-09-16T23:25:35.994Z Sep 16 23:24:14.470 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
170742026-09-16T23:25:35.994Z Sep 16 23:24:14.508 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170752026-09-16T23:25:35.994Z Sep 16 23:24:14.508 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170762026-09-16T23:25:35.994Z Sep 16 23:24:14.546 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
170772026-09-16T23:25:35.994Z Sep 16 23:24:14.546 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
170782026-09-16T23:25:35.994Z Sep 16 23:24:14.552 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170792026-09-16T23:25:35.994Z Sep 16 23:24:14.552 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170802026-09-16T23:25:35.994Z Sep 16 23:24:14.558 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170812026-09-16T23:25:35.994Z Sep 16 23:24:14.558 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170822026-09-16T23:25:35.994Z Sep 16 23:24:14.565 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170832026-09-16T23:25:35.994Z Sep 16 23:24:14.565 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170842026-09-16T23:25:35.994Z Sep 16 23:24:14.571 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170852026-09-16T23:25:35.994Z Sep 16 23:24:14.571 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170862026-09-16T23:25:35.994Z Sep 16 23:24:14.577 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170872026-09-16T23:25:35.994Z Sep 16 23:24:14.577 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170882026-09-16T23:25:35.994Z Sep 16 23:24:14.583 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
170892026-09-16T23:25:35.994Z Sep 16 23:24:14.583 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
170902026-09-16T23:25:35.994Z Sep 16 23:24:14.589 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170912026-09-16T23:25:35.994Z Sep 16 23:24:14.590 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170922026-09-16T23:25:35.994Z Sep 16 23:24:14.595 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
170932026-09-16T23:25:35.994Z Sep 16 23:24:14.596 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170942026-09-16T23:25:35.994Z Sep 16 23:24:14.597 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170952026-09-16T23:25:35.994Z Sep 16 23:24:14.600 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
170962026-09-16T23:25:35.994Z Sep 16 23:24:14.602 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
170972026-09-16T23:25:35.994Z Sep 16 23:24:14.639 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
170982026-09-16T23:25:35.995Z Sep 16 23:24:14.645 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
170992026-09-16T23:25:35.995Z Sep 16 23:24:14.686 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171002026-09-16T23:25:35.995Z Sep 16 23:24:14.692 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171012026-09-16T23:25:35.995Z Sep 16 23:24:14.694 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171022026-09-16T23:25:35.995Z Sep 16 23:24:14.731 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171032026-09-16T23:25:35.996Z Sep 16 23:24:14.737 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171042026-09-16T23:25:35.996Z Sep 16 23:24:14.738 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
171052026-09-16T23:25:35.996Z Sep 16 23:24:14.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171062026-09-16T23:25:35.996Z Sep 16 23:24:14.782 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171072026-09-16T23:25:35.996Z Sep 16 23:24:14.783 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
171082026-09-16T23:25:35.996Z Sep 16 23:24:14.790 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
171092026-09-16T23:25:35.996Z Sep 16 23:24:14.797 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
171102026-09-16T23:25:35.996Z Sep 16 23:24:14.842 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
171112026-09-16T23:25:35.996Z Sep 16 23:24:14.842 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
171122026-09-16T23:25:35.996Z Sep 16 23:24:14.887 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
171132026-09-16T23:25:35.996Z Sep 16 23:24:14.887 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
171142026-09-16T23:25:35.996Z Sep 16 23:24:14.925 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
171152026-09-16T23:25:35.996Z Sep 16 23:24:14.925 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
171162026-09-16T23:25:35.996Z Sep 16 23:24:14.926 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
171172026-09-16T23:25:35.996Z Sep 16 23:24:14.926 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
171182026-09-16T23:25:35.996Z Sep 16 23:24:14.926 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
171192026-09-16T23:25:35.996Z Sep 16 23:24:14.926 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
171202026-09-16T23:25:36.001Z Sep 16 23:24:14.926 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
171212026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
171222026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
171232026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
171242026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
171252026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
171262026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
171272026-09-16T23:25:36.001Z Sep 16 23:24:14.927 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
171282026-09-16T23:25:36.001Z Sep 16 23:24:14.965 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
171292026-09-16T23:25:36.001Z Sep 16 23:24:14.965 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
171302026-09-16T23:25:36.001Z Sep 16 23:24:14.971 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
171312026-09-16T23:25:36.001Z Sep 16 23:24:14.971 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171322026-09-16T23:25:36.001Z Sep 16 23:24:14.977 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
171332026-09-16T23:25:36.001Z Sep 16 23:24:14.977 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171342026-09-16T23:25:36.001Z Sep 16 23:24:14.983 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
171352026-09-16T23:25:36.001Z Sep 16 23:24:14.983 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171362026-09-16T23:25:36.001Z Sep 16 23:24:14.989 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
171372026-09-16T23:25:36.001Z Sep 16 23:24:14.989 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171382026-09-16T23:25:36.001Z Sep 16 23:24:15.102 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171392026-09-16T23:25:36.001Z Sep 16 23:24:15.102 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171402026-09-16T23:25:36.001Z Sep 16 23:24:15.107 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171412026-09-16T23:25:36.001Z Sep 16 23:24:15.145 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171422026-09-16T23:25:36.001Z Sep 16 23:24:15.151 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171432026-09-16T23:25:36.001Z Sep 16 23:24:15.153 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171442026-09-16T23:25:36.001Z Sep 16 23:24:15.191 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171452026-09-16T23:25:36.001Z Sep 16 23:24:15.197 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171462026-09-16T23:25:36.001Z Sep 16 23:24:15.235 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171472026-09-16T23:25:36.001Z Sep 16 23:24:15.241 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171482026-09-16T23:25:36.001Z Sep 16 23:24:15.279 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171492026-09-16T23:25:36.001Z Sep 16 23:24:15.285 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171502026-09-16T23:25:36.002Z Sep 16 23:24:15.286 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
171512026-09-16T23:25:36.002Z Sep 16 23:24:15.286 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
171522026-09-16T23:25:36.002Z Sep 16 23:24:15.286 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
171532026-09-16T23:25:36.002Z Sep 16 23:24:15.293 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
171542026-09-16T23:25:36.002Z Sep 16 23:24:15.352 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
171552026-09-16T23:25:36.002Z Sep 16 23:24:15.352 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
171562026-09-16T23:25:36.002Z Sep 16 23:24:15.390 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
171572026-09-16T23:25:36.002Z Sep 16 23:24:15.390 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
171582026-09-16T23:25:36.002Z Sep 16 23:24:15.428 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
171592026-09-16T23:25:36.002Z Sep 16 23:24:15.428 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
171602026-09-16T23:25:36.002Z Sep 16 23:24:15.466 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
171612026-09-16T23:25:36.002Z Sep 16 23:24:15.466 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
171622026-09-16T23:25:36.002Z Sep 16 23:24:15.472 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
171632026-09-16T23:25:36.002Z Sep 16 23:24:15.472 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171642026-09-16T23:25:36.002Z Sep 16 23:24:15.478 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
171652026-09-16T23:25:36.002Z Sep 16 23:24:15.478 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171662026-09-16T23:25:36.002Z Sep 16 23:24:15.485 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
171672026-09-16T23:25:36.002Z Sep 16 23:24:15.485 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171682026-09-16T23:25:36.002Z Sep 16 23:24:15.491 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
171692026-09-16T23:25:36.002Z Sep 16 23:24:15.491 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171702026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
171712026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
171722026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
171732026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
171742026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
171752026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
171762026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
171772026-09-16T23:25:36.002Z Sep 16 23:24:15.491 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
171782026-09-16T23:25:36.002Z Sep 16 23:24:15.494 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171792026-09-16T23:25:36.002Z Sep 16 23:24:15.494 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171802026-09-16T23:25:36.002Z Sep 16 23:24:15.499 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171812026-09-16T23:25:36.002Z Sep 16 23:24:15.499 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
171822026-09-16T23:25:36.002Z Sep 16 23:24:15.501 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171832026-09-16T23:25:36.002Z Sep 16 23:24:15.538 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171842026-09-16T23:25:36.002Z Sep 16 23:24:15.544 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171852026-09-16T23:25:36.002Z Sep 16 23:24:15.546 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171862026-09-16T23:25:36.002Z Sep 16 23:24:15.584 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171872026-09-16T23:25:36.002Z Sep 16 23:24:15.590 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171882026-09-16T23:25:36.003Z Sep 16 23:24:15.632 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171892026-09-16T23:25:36.003Z Sep 16 23:24:15.638 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171902026-09-16T23:25:36.003Z Sep 16 23:24:15.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
171912026-09-16T23:25:36.003Z Sep 16 23:24:15.682 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
171922026-09-16T23:25:36.003Z Sep 16 23:24:15.684 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171932026-09-16T23:25:36.003Z Sep 16 23:24:15.722 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171942026-09-16T23:25:36.003Z Sep 16 23:24:15.728 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171952026-09-16T23:25:36.003Z Sep 16 23:24:15.730 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
171962026-09-16T23:25:36.003Z Sep 16 23:24:15.767 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
171972026-09-16T23:25:36.003Z Sep 16 23:24:15.773 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
171982026-09-16T23:25:36.003Z Sep 16 23:24:15.774 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
171992026-09-16T23:25:36.003Z Sep 16 23:24:15.774 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172002026-09-16T23:25:36.003Z Sep 16 23:24:15.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172012026-09-16T23:25:36.003Z Sep 16 23:24:15.818 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172022026-09-16T23:25:36.003Z Sep 16 23:24:15.856 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172032026-09-16T23:25:36.003Z Sep 16 23:24:15.862 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172042026-09-16T23:25:36.003Z Sep 16 23:24:15.863 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172052026-09-16T23:25:36.003Z Sep 16 23:24:15.870 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172062026-09-16T23:25:36.003Z Sep 16 23:24:15.877 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172072026-09-16T23:25:36.003Z Sep 16 23:24:15.877 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172082026-09-16T23:25:36.003Z Sep 16 23:24:15.892 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172092026-09-16T23:25:36.003Z Sep 16 23:24:15.899 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172102026-09-16T23:25:36.003Z Sep 16 23:24:15.943 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172112026-09-16T23:25:36.003Z Sep 16 23:24:15.943 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172122026-09-16T23:25:36.003Z Sep 16 23:24:15.981 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172132026-09-16T23:25:36.003Z Sep 16 23:24:15.981 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172142026-09-16T23:25:36.003Z Sep 16 23:24:16.034 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172152026-09-16T23:25:36.003Z Sep 16 23:24:16.034 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172162026-09-16T23:25:36.003Z Sep 16 23:24:16.071 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172172026-09-16T23:25:36.003Z Sep 16 23:24:16.072 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172182026-09-16T23:25:36.003Z Sep 16 23:24:16.109 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172192026-09-16T23:25:36.003Z Sep 16 23:24:16.109 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172202026-09-16T23:25:36.009Z Sep 16 23:24:16.147 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172212026-09-16T23:25:36.009Z Sep 16 23:24:16.147 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172222026-09-16T23:25:36.009Z Sep 16 23:24:16.185 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172232026-09-16T23:25:36.009Z Sep 16 23:24:16.185 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172242026-09-16T23:25:36.009Z Sep 16 23:24:16.223 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172252026-09-16T23:25:36.009Z Sep 16 23:24:16.223 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172262026-09-16T23:25:36.009Z Sep 16 23:24:16.230 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172272026-09-16T23:25:36.009Z Sep 16 23:24:16.230 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172282026-09-16T23:25:36.009Z Sep 16 23:24:16.236 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172292026-09-16T23:25:36.009Z Sep 16 23:24:16.236 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172302026-09-16T23:25:36.009Z Sep 16 23:24:16.242 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172312026-09-16T23:25:36.009Z Sep 16 23:24:16.242 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172322026-09-16T23:25:36.009Z Sep 16 23:24:16.248 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172332026-09-16T23:25:36.009Z Sep 16 23:24:16.248 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172342026-09-16T23:25:36.009Z Sep 16 23:24:16.254 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172352026-09-16T23:25:36.009Z Sep 16 23:24:16.254 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172362026-09-16T23:25:36.009Z Sep 16 23:24:16.260 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172372026-09-16T23:25:36.009Z Sep 16 23:24:16.260 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172382026-09-16T23:25:36.009Z Sep 16 23:24:16.267 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172392026-09-16T23:25:36.009Z Sep 16 23:24:16.267 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172402026-09-16T23:25:36.009Z Sep 16 23:24:16.273 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172412026-09-16T23:25:36.010Z Sep 16 23:24:16.273 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172422026-09-16T23:25:36.010Z Sep 16 23:24:16.274 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
172432026-09-16T23:25:36.010Z Sep 16 23:24:16.277 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
172442026-09-16T23:25:36.010Z Sep 16 23:24:16.279 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
172452026-09-16T23:25:36.010Z Sep 16 23:24:16.317 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
172462026-09-16T23:25:36.010Z Sep 16 23:24:16.323 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172472026-09-16T23:25:36.010Z Sep 16 23:24:16.363 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172482026-09-16T23:25:36.010Z Sep 16 23:24:16.369 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172492026-09-16T23:25:36.010Z Sep 16 23:24:16.371 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
172502026-09-16T23:25:36.010Z Sep 16 23:24:16.409 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
172512026-09-16T23:25:36.010Z Sep 16 23:24:16.415 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172522026-09-16T23:25:36.010Z Sep 16 23:24:16.415 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172532026-09-16T23:25:36.010Z Sep 16 23:24:16.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172542026-09-16T23:25:36.010Z Sep 16 23:24:16.459 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172552026-09-16T23:25:36.010Z Sep 16 23:24:16.459 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172562026-09-16T23:25:36.010Z Sep 16 23:24:16.467 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172572026-09-16T23:25:36.010Z Sep 16 23:24:16.474 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
172582026-09-16T23:25:36.010Z Sep 16 23:24:16.519 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172592026-09-16T23:25:36.010Z Sep 16 23:24:16.519 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172602026-09-16T23:25:36.010Z Sep 16 23:24:16.564 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172612026-09-16T23:25:36.010Z Sep 16 23:24:16.564 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172622026-09-16T23:25:36.010Z Sep 16 23:24:16.602 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
172632026-09-16T23:25:36.010Z Sep 16 23:24:16.602 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
172642026-09-16T23:25:36.010Z Sep 16 23:24:16.602 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
172652026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
172662026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
172672026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
172682026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
172692026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
172702026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
172712026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
172722026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
172732026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
172742026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
172752026-09-16T23:25:36.010Z Sep 16 23:24:16.603 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
172762026-09-16T23:25:36.010Z Sep 16 23:24:16.641 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
172772026-09-16T23:25:36.010Z Sep 16 23:24:16.641 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
172782026-09-16T23:25:36.010Z Sep 16 23:24:16.647 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172792026-09-16T23:25:36.010Z Sep 16 23:24:16.647 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172802026-09-16T23:25:36.011Z Sep 16 23:24:16.653 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172812026-09-16T23:25:36.011Z Sep 16 23:24:16.654 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172822026-09-16T23:25:36.011Z Sep 16 23:24:16.659 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
172832026-09-16T23:25:36.011Z Sep 16 23:24:16.660 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172842026-09-16T23:25:36.011Z Sep 16 23:24:16.666 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
172852026-09-16T23:25:36.011Z Sep 16 23:24:16.666 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172862026-09-16T23:25:36.011Z Sep 16 23:24:16.778 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
172872026-09-16T23:25:36.011Z Sep 16 23:24:16.778 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
172882026-09-16T23:25:36.011Z Sep 16 23:24:16.783 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
172892026-09-16T23:25:36.011Z Sep 16 23:24:16.821 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
172902026-09-16T23:25:36.011Z Sep 16 23:24:16.827 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172912026-09-16T23:25:36.011Z Sep 16 23:24:16.829 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
172922026-09-16T23:25:36.011Z Sep 16 23:24:16.867 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
172932026-09-16T23:25:36.012Z Sep 16 23:24:16.873 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
172942026-09-16T23:25:36.012Z Sep 16 23:24:16.911 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172952026-09-16T23:25:36.012Z Sep 16 23:24:16.917 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172962026-09-16T23:25:36.012Z Sep 16 23:24:16.955 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
172972026-09-16T23:25:36.012Z Sep 16 23:24:16.961 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
172982026-09-16T23:25:36.012Z Sep 16 23:24:16.962 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
172992026-09-16T23:25:36.012Z Sep 16 23:24:16.962 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
173002026-09-16T23:25:36.012Z Sep 16 23:24:16.962 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173012026-09-16T23:25:36.012Z Sep 16 23:24:16.969 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173022026-09-16T23:25:36.012Z Sep 16 23:24:17.028 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173032026-09-16T23:25:36.012Z Sep 16 23:24:17.028 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173042026-09-16T23:25:36.012Z Sep 16 23:24:17.066 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173052026-09-16T23:25:36.012Z Sep 16 23:24:17.066 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173062026-09-16T23:25:36.012Z Sep 16 23:24:17.105 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173072026-09-16T23:25:36.012Z Sep 16 23:24:17.105 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173082026-09-16T23:25:36.012Z Sep 16 23:24:17.142 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173092026-09-16T23:25:36.012Z Sep 16 23:24:17.142 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173102026-09-16T23:25:36.012Z Sep 16 23:24:17.149 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173112026-09-16T23:25:36.012Z Sep 16 23:24:17.149 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173122026-09-16T23:25:36.012Z Sep 16 23:24:17.155 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173132026-09-16T23:25:36.012Z Sep 16 23:24:17.155 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173142026-09-16T23:25:36.012Z Sep 16 23:24:17.161 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173152026-09-16T23:25:36.012Z Sep 16 23:24:17.161 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173162026-09-16T23:25:36.012Z Sep 16 23:24:17.167 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173172026-09-16T23:25:36.012Z Sep 16 23:24:17.167 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173182026-09-16T23:25:36.012Z Sep 16 23:24:17.167 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
173192026-09-16T23:25:36.012Z Sep 16 23:24:17.167 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
173202026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
173212026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
173222026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
173232026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
173242026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
173252026-09-16T23:25:36.017Z Sep 16 23:24:17.167 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
173262026-09-16T23:25:36.017Z Sep 16 23:24:17.171 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173272026-09-16T23:25:36.017Z Sep 16 23:24:17.171 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173282026-09-16T23:25:36.017Z Sep 16 23:24:17.175 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173292026-09-16T23:25:36.017Z Sep 16 23:24:17.176 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173302026-09-16T23:25:36.017Z Sep 16 23:24:17.177 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173312026-09-16T23:25:36.017Z Sep 16 23:24:17.215 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173322026-09-16T23:25:36.017Z Sep 16 23:24:17.221 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173332026-09-16T23:25:36.017Z Sep 16 23:24:17.223 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173342026-09-16T23:25:36.018Z Sep 16 23:24:17.261 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173352026-09-16T23:25:36.018Z Sep 16 23:24:17.267 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173362026-09-16T23:25:36.018Z Sep 16 23:24:17.308 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
173372026-09-16T23:25:36.018Z Sep 16 23:24:17.315 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173382026-09-16T23:25:36.018Z Sep 16 23:24:17.353 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
173392026-09-16T23:25:36.018Z Sep 16 23:24:17.359 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173402026-09-16T23:25:36.018Z Sep 16 23:24:17.361 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173412026-09-16T23:25:36.018Z Sep 16 23:24:17.399 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173422026-09-16T23:25:36.018Z Sep 16 23:24:17.405 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173432026-09-16T23:25:36.018Z Sep 16 23:24:17.407 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173442026-09-16T23:25:36.018Z Sep 16 23:24:17.444 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173452026-09-16T23:25:36.018Z Sep 16 23:24:17.450 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173462026-09-16T23:25:36.018Z Sep 16 23:24:17.451 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
173472026-09-16T23:25:36.018Z Sep 16 23:24:17.451 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
173482026-09-16T23:25:36.018Z Sep 16 23:24:17.489 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
173492026-09-16T23:25:36.018Z Sep 16 23:24:17.495 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173502026-09-16T23:25:36.018Z Sep 16 23:24:17.533 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
173512026-09-16T23:25:36.018Z Sep 16 23:24:17.539 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173522026-09-16T23:25:36.018Z Sep 16 23:24:17.540 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173532026-09-16T23:25:36.018Z Sep 16 23:24:17.547 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173542026-09-16T23:25:36.018Z Sep 16 23:24:17.554 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
173552026-09-16T23:25:36.018Z Sep 16 23:24:17.554 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
173562026-09-16T23:25:36.018Z Sep 16 23:24:17.568 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173572026-09-16T23:25:36.018Z Sep 16 23:24:17.575 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
173582026-09-16T23:25:36.018Z Sep 16 23:24:17.620 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173592026-09-16T23:25:36.018Z Sep 16 23:24:17.620 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173602026-09-16T23:25:36.018Z Sep 16 23:24:17.658 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173612026-09-16T23:25:36.018Z Sep 16 23:24:17.658 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173622026-09-16T23:25:36.018Z Sep 16 23:24:17.710 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173632026-09-16T23:25:36.019Z Sep 16 23:24:17.710 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173642026-09-16T23:25:36.019Z Sep 16 23:24:17.748 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173652026-09-16T23:25:36.019Z Sep 16 23:24:17.748 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173662026-09-16T23:25:36.019Z Sep 16 23:24:17.786 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173672026-09-16T23:25:36.019Z Sep 16 23:24:17.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173682026-09-16T23:25:36.019Z Sep 16 23:24:17.824 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
173692026-09-16T23:25:36.019Z Sep 16 23:24:17.824 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
173702026-09-16T23:25:36.019Z Sep 16 23:24:17.862 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173712026-09-16T23:25:36.019Z Sep 16 23:24:17.862 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173722026-09-16T23:25:36.019Z Sep 16 23:24:17.900 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
173732026-09-16T23:25:36.019Z Sep 16 23:24:17.900 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
173742026-09-16T23:25:36.019Z Sep 16 23:24:17.906 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173752026-09-16T23:25:36.019Z Sep 16 23:24:17.906 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173762026-09-16T23:25:36.019Z Sep 16 23:24:17.912 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173772026-09-16T23:25:36.020Z Sep 16 23:24:17.912 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173782026-09-16T23:25:36.020Z Sep 16 23:24:17.918 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173792026-09-16T23:25:36.020Z Sep 16 23:24:17.918 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173802026-09-16T23:25:36.020Z Sep 16 23:24:17.924 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173812026-09-16T23:25:36.020Z Sep 16 23:24:17.924 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173822026-09-16T23:25:36.020Z Sep 16 23:24:17.930 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173832026-09-16T23:25:36.020Z Sep 16 23:24:17.930 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173842026-09-16T23:25:36.020Z Sep 16 23:24:17.936 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
173852026-09-16T23:25:36.020Z Sep 16 23:24:17.936 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173862026-09-16T23:25:36.020Z Sep 16 23:24:17.943 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173872026-09-16T23:25:36.020Z Sep 16 23:24:17.943 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173882026-09-16T23:25:36.020Z Sep 16 23:24:17.949 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
173892026-09-16T23:25:36.020Z Sep 16 23:24:17.949 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173902026-09-16T23:25:36.020Z Sep 16 23:24:17.951 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173912026-09-16T23:25:36.020Z Sep 16 23:24:17.954 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
173922026-09-16T23:25:36.020Z Sep 16 23:24:17.955 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173932026-09-16T23:25:36.020Z Sep 16 23:24:17.993 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173942026-09-16T23:25:36.020Z Sep 16 23:24:17.999 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
173952026-09-16T23:25:36.020Z Sep 16 23:24:18.039 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
173962026-09-16T23:25:36.020Z Sep 16 23:24:18.045 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
173972026-09-16T23:25:36.020Z Sep 16 23:24:18.047 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
173982026-09-16T23:25:36.020Z Sep 16 23:24:18.085 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
173992026-09-16T23:25:36.020Z Sep 16 23:24:18.091 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174002026-09-16T23:25:36.020Z Sep 16 23:24:18.091 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174012026-09-16T23:25:36.021Z Sep 16 23:24:18.129 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174022026-09-16T23:25:36.021Z Sep 16 23:24:18.135 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174032026-09-16T23:25:36.021Z Sep 16 23:24:18.136 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
174042026-09-16T23:25:36.021Z Sep 16 23:24:18.143 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174052026-09-16T23:25:36.021Z Sep 16 23:24:18.150 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
174062026-09-16T23:25:36.021Z Sep 16 23:24:18.195 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
174072026-09-16T23:25:36.021Z Sep 16 23:24:18.195 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
174082026-09-16T23:25:36.021Z Sep 16 23:24:18.240 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
174092026-09-16T23:25:36.021Z Sep 16 23:24:18.240 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
174102026-09-16T23:25:36.021Z Sep 16 23:24:18.278 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
174112026-09-16T23:25:36.021Z Sep 16 23:24:18.278 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
174122026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
174132026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
174142026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
174152026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
174162026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
174172026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
174182026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
174192026-09-16T23:25:36.021Z Sep 16 23:24:18.279 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
174202026-09-16T23:25:36.025Z Sep 16 23:24:18.280 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
174212026-09-16T23:25:36.025Z Sep 16 23:24:18.280 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
174222026-09-16T23:25:36.026Z Sep 16 23:24:18.280 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
174232026-09-16T23:25:36.026Z Sep 16 23:24:18.280 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
174242026-09-16T23:25:36.026Z Sep 16 23:24:18.317 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
174252026-09-16T23:25:36.026Z Sep 16 23:24:18.318 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
174262026-09-16T23:25:36.026Z Sep 16 23:24:18.324 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
174272026-09-16T23:25:36.026Z Sep 16 23:24:18.324 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174282026-09-16T23:25:36.026Z Sep 16 23:24:18.330 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
174292026-09-16T23:25:36.026Z Sep 16 23:24:18.330 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174302026-09-16T23:25:36.026Z Sep 16 23:24:18.336 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
174312026-09-16T23:25:36.026Z Sep 16 23:24:18.336 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174322026-09-16T23:25:36.026Z Sep 16 23:24:18.342 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
174332026-09-16T23:25:36.026Z Sep 16 23:24:18.342 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174342026-09-16T23:25:36.026Z Sep 16 23:24:18.456 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174352026-09-16T23:25:36.026Z Sep 16 23:24:18.456 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174362026-09-16T23:25:36.026Z Sep 16 23:24:18.461 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174372026-09-16T23:25:36.027Z Sep 16 23:24:18.499 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174382026-09-16T23:25:36.027Z Sep 16 23:24:18.505 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174392026-09-16T23:25:36.027Z Sep 16 23:24:18.507 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174402026-09-16T23:25:36.027Z Sep 16 23:24:18.544 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174412026-09-16T23:25:36.027Z Sep 16 23:24:18.550 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174422026-09-16T23:25:36.027Z Sep 16 23:24:18.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174432026-09-16T23:25:36.027Z Sep 16 23:24:18.595 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174442026-09-16T23:25:36.027Z Sep 16 23:24:18.633 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174452026-09-16T23:25:36.027Z Sep 16 23:24:18.639 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174462026-09-16T23:25:36.027Z Sep 16 23:24:18.639 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174472026-09-16T23:25:36.027Z Sep 16 23:24:18.639 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174482026-09-16T23:25:36.027Z Sep 16 23:24:18.639 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
174492026-09-16T23:25:36.027Z Sep 16 23:24:18.646 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
174502026-09-16T23:25:36.027Z Sep 16 23:24:18.706 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
174512026-09-16T23:25:36.027Z Sep 16 23:24:18.706 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
174522026-09-16T23:25:36.027Z Sep 16 23:24:18.744 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
174532026-09-16T23:25:36.027Z Sep 16 23:24:18.744 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
174542026-09-16T23:25:36.027Z Sep 16 23:24:18.782 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
174552026-09-16T23:25:36.027Z Sep 16 23:24:18.782 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
174562026-09-16T23:25:36.027Z Sep 16 23:24:18.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
174572026-09-16T23:25:36.027Z Sep 16 23:24:18.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
174582026-09-16T23:25:36.027Z Sep 16 23:24:18.826 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
174592026-09-16T23:25:36.027Z Sep 16 23:24:18.826 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174602026-09-16T23:25:36.028Z Sep 16 23:24:18.832 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
174612026-09-16T23:25:36.028Z Sep 16 23:24:18.832 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174622026-09-16T23:25:36.028Z Sep 16 23:24:18.838 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
174632026-09-16T23:25:36.028Z Sep 16 23:24:18.838 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174642026-09-16T23:25:36.028Z Sep 16 23:24:18.844 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
174652026-09-16T23:25:36.028Z Sep 16 23:24:18.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174662026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
174672026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
174682026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
174692026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
174702026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
174712026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
174722026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
174732026-09-16T23:25:36.028Z Sep 16 23:24:18.844 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
174742026-09-16T23:25:36.028Z Sep 16 23:24:18.847 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174752026-09-16T23:25:36.028Z Sep 16 23:24:18.847 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174762026-09-16T23:25:36.028Z Sep 16 23:24:18.852 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174772026-09-16T23:25:36.028Z Sep 16 23:24:18.852 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
174782026-09-16T23:25:36.029Z Sep 16 23:24:18.854 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174792026-09-16T23:25:36.029Z Sep 16 23:24:18.892 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174802026-09-16T23:25:36.029Z Sep 16 23:24:18.898 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174812026-09-16T23:25:36.029Z Sep 16 23:24:18.900 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174822026-09-16T23:25:36.029Z Sep 16 23:24:18.937 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174832026-09-16T23:25:36.029Z Sep 16 23:24:18.943 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174842026-09-16T23:25:36.029Z Sep 16 23:24:18.985 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174852026-09-16T23:25:36.029Z Sep 16 23:24:18.991 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174862026-09-16T23:25:36.029Z Sep 16 23:24:19.029 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174872026-09-16T23:25:36.029Z Sep 16 23:24:19.035 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174882026-09-16T23:25:36.029Z Sep 16 23:24:19.037 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174892026-09-16T23:25:36.029Z Sep 16 23:24:19.075 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174902026-09-16T23:25:36.029Z Sep 16 23:24:19.081 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174912026-09-16T23:25:36.029Z Sep 16 23:24:19.083 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
174922026-09-16T23:25:36.029Z Sep 16 23:24:19.121 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
174932026-09-16T23:25:36.029Z Sep 16 23:24:19.127 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
174942026-09-16T23:25:36.029Z Sep 16 23:24:19.128 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174952026-09-16T23:25:36.029Z Sep 16 23:24:19.128 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
174962026-09-16T23:25:36.029Z Sep 16 23:24:19.165 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174972026-09-16T23:25:36.029Z Sep 16 23:24:19.171 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
174982026-09-16T23:25:36.029Z Sep 16 23:24:19.210 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
174992026-09-16T23:25:36.029Z Sep 16 23:24:19.216 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175002026-09-16T23:25:36.029Z Sep 16 23:24:19.216 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175012026-09-16T23:25:36.029Z Sep 16 23:24:19.223 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175022026-09-16T23:25:36.029Z Sep 16 23:24:19.230 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175032026-09-16T23:25:36.029Z Sep 16 23:24:19.230 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175042026-09-16T23:25:36.029Z Sep 16 23:24:19.245 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175052026-09-16T23:25:36.029Z Sep 16 23:24:19.252 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175062026-09-16T23:25:36.029Z Sep 16 23:24:19.297 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175072026-09-16T23:25:36.029Z Sep 16 23:24:19.297 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175082026-09-16T23:25:36.029Z Sep 16 23:24:19.335 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175092026-09-16T23:25:36.029Z Sep 16 23:24:19.335 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175102026-09-16T23:25:36.029Z Sep 16 23:24:19.387 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175112026-09-16T23:25:36.029Z Sep 16 23:24:19.387 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175122026-09-16T23:25:36.029Z Sep 16 23:24:19.425 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175132026-09-16T23:25:36.029Z Sep 16 23:24:19.425 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175142026-09-16T23:25:36.030Z Sep 16 23:24:19.463 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175152026-09-16T23:25:36.030Z Sep 16 23:24:19.463 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175162026-09-16T23:25:36.030Z Sep 16 23:24:19.501 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175172026-09-16T23:25:36.030Z Sep 16 23:24:19.501 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175182026-09-16T23:25:36.030Z Sep 16 23:24:19.539 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175192026-09-16T23:25:36.030Z Sep 16 23:24:19.539 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175202026-09-16T23:25:36.034Z Sep 16 23:24:19.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175212026-09-16T23:25:36.035Z Sep 16 23:24:19.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175222026-09-16T23:25:36.035Z Sep 16 23:24:19.583 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175232026-09-16T23:25:36.035Z Sep 16 23:24:19.583 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175242026-09-16T23:25:36.035Z Sep 16 23:24:19.589 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175252026-09-16T23:25:36.035Z Sep 16 23:24:19.589 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175262026-09-16T23:25:36.035Z Sep 16 23:24:19.596 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175272026-09-16T23:25:36.035Z Sep 16 23:24:19.596 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175282026-09-16T23:25:36.035Z Sep 16 23:24:19.602 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175292026-09-16T23:25:36.035Z Sep 16 23:24:19.602 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175302026-09-16T23:25:36.035Z Sep 16 23:24:19.608 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175312026-09-16T23:25:36.035Z Sep 16 23:24:19.608 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175322026-09-16T23:25:36.035Z Sep 16 23:24:19.614 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175332026-09-16T23:25:36.035Z Sep 16 23:24:19.614 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175342026-09-16T23:25:36.035Z Sep 16 23:24:19.620 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175352026-09-16T23:25:36.035Z Sep 16 23:24:19.620 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175362026-09-16T23:25:36.035Z Sep 16 23:24:19.626 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175372026-09-16T23:25:36.035Z Sep 16 23:24:19.626 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175382026-09-16T23:25:36.035Z Sep 16 23:24:19.628 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
175392026-09-16T23:25:36.035Z Sep 16 23:24:19.631 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
175402026-09-16T23:25:36.035Z Sep 16 23:24:19.633 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
175412026-09-16T23:25:36.035Z Sep 16 23:24:19.670 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
175422026-09-16T23:25:36.035Z Sep 16 23:24:19.676 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175432026-09-16T23:25:36.035Z Sep 16 23:24:19.717 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
175442026-09-16T23:25:36.035Z Sep 16 23:24:19.723 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175452026-09-16T23:25:36.035Z Sep 16 23:24:19.725 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
175462026-09-16T23:25:36.035Z Sep 16 23:24:19.762 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
175472026-09-16T23:25:36.035Z Sep 16 23:24:19.768 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175482026-09-16T23:25:36.035Z Sep 16 23:24:19.769 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175492026-09-16T23:25:36.035Z Sep 16 23:24:19.807 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
175502026-09-16T23:25:36.035Z Sep 16 23:24:19.813 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175512026-09-16T23:25:36.035Z Sep 16 23:24:19.813 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175522026-09-16T23:25:36.035Z Sep 16 23:24:19.820 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175532026-09-16T23:25:36.035Z Sep 16 23:24:19.828 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175542026-09-16T23:25:36.035Z Sep 16 23:24:19.872 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175552026-09-16T23:25:36.035Z Sep 16 23:24:19.873 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175562026-09-16T23:25:36.035Z Sep 16 23:24:19.918 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175572026-09-16T23:25:36.035Z Sep 16 23:24:19.918 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175582026-09-16T23:25:36.035Z Sep 16 23:24:19.956 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175592026-09-16T23:25:36.036Z Sep 16 23:24:19.956 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
175602026-09-16T23:25:36.036Z Sep 16 23:24:19.956 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
175612026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
175622026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
175632026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
175642026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
175652026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
175662026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
175672026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
175682026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
175692026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
175702026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
175712026-09-16T23:25:36.036Z Sep 16 23:24:19.957 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
175722026-09-16T23:25:36.036Z Sep 16 23:24:19.995 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
175732026-09-16T23:25:36.036Z Sep 16 23:24:19.995 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
175742026-09-16T23:25:36.036Z Sep 16 23:24:20.002 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175752026-09-16T23:25:36.036Z Sep 16 23:24:20.002 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175762026-09-16T23:25:36.036Z Sep 16 23:24:20.008 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175772026-09-16T23:25:36.036Z Sep 16 23:24:20.008 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175782026-09-16T23:25:36.036Z Sep 16 23:24:20.014 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
175792026-09-16T23:25:36.036Z Sep 16 23:24:20.014 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175802026-09-16T23:25:36.036Z Sep 16 23:24:20.020 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
175812026-09-16T23:25:36.036Z Sep 16 23:24:20.020 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175822026-09-16T23:25:36.036Z Sep 16 23:24:20.133 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
175832026-09-16T23:25:36.037Z Sep 16 23:24:20.133 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
175842026-09-16T23:25:36.037Z Sep 16 23:24:20.138 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
175852026-09-16T23:25:36.037Z Sep 16 23:24:20.175 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
175862026-09-16T23:25:36.037Z Sep 16 23:24:20.181 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175872026-09-16T23:25:36.037Z Sep 16 23:24:20.184 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
175882026-09-16T23:25:36.037Z Sep 16 23:24:20.221 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
175892026-09-16T23:25:36.037Z Sep 16 23:24:20.227 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
175902026-09-16T23:25:36.037Z Sep 16 23:24:20.266 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
175912026-09-16T23:25:36.037Z Sep 16 23:24:20.272 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175922026-09-16T23:25:36.037Z Sep 16 23:24:20.310 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
175932026-09-16T23:25:36.037Z Sep 16 23:24:20.316 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
175942026-09-16T23:25:36.037Z Sep 16 23:24:20.316 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175952026-09-16T23:25:36.037Z Sep 16 23:24:20.317 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
175962026-09-16T23:25:36.037Z Sep 16 23:24:20.317 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175972026-09-16T23:25:36.037Z Sep 16 23:24:20.324 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
175982026-09-16T23:25:36.037Z Sep 16 23:24:20.383 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
175992026-09-16T23:25:36.037Z Sep 16 23:24:20.383 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176002026-09-16T23:25:36.037Z Sep 16 23:24:20.421 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
176012026-09-16T23:25:36.037Z Sep 16 23:24:20.421 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176022026-09-16T23:25:36.037Z Sep 16 23:24:20.459 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176032026-09-16T23:25:36.037Z Sep 16 23:24:20.459 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176042026-09-16T23:25:36.037Z Sep 16 23:24:20.496 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176052026-09-16T23:25:36.037Z Sep 16 23:24:20.497 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176062026-09-16T23:25:36.037Z Sep 16 23:24:20.503 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176072026-09-16T23:25:36.037Z Sep 16 23:24:20.503 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176082026-09-16T23:25:36.037Z Sep 16 23:24:20.509 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176092026-09-16T23:25:36.037Z Sep 16 23:24:20.509 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176102026-09-16T23:25:36.037Z Sep 16 23:24:20.515 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176112026-09-16T23:25:36.037Z Sep 16 23:24:20.515 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176122026-09-16T23:25:36.038Z Sep 16 23:24:20.521 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176132026-09-16T23:25:36.038Z Sep 16 23:24:20.521 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176142026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
176152026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
176162026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
176172026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
176182026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
176192026-09-16T23:25:36.038Z Sep 16 23:24:20.521 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
176202026-09-16T23:25:36.042Z Sep 16 23:24:20.521 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
176212026-09-16T23:25:36.042Z Sep 16 23:24:20.521 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
176222026-09-16T23:25:36.042Z Sep 16 23:24:20.525 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176232026-09-16T23:25:36.042Z Sep 16 23:24:20.525 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176242026-09-16T23:25:36.042Z Sep 16 23:24:20.530 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176252026-09-16T23:25:36.042Z Sep 16 23:24:20.530 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176262026-09-16T23:25:36.042Z Sep 16 23:24:20.531 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176272026-09-16T23:25:36.042Z Sep 16 23:24:20.569 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176282026-09-16T23:25:36.042Z Sep 16 23:24:20.575 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176292026-09-16T23:25:36.042Z Sep 16 23:24:20.577 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176302026-09-16T23:25:36.042Z Sep 16 23:24:20.615 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176312026-09-16T23:25:36.042Z Sep 16 23:24:20.621 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176322026-09-16T23:25:36.042Z Sep 16 23:24:20.662 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176332026-09-16T23:25:36.042Z Sep 16 23:24:20.668 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176342026-09-16T23:25:36.042Z Sep 16 23:24:20.707 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176352026-09-16T23:25:36.043Z Sep 16 23:24:20.713 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176362026-09-16T23:25:36.043Z Sep 16 23:24:20.714 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176372026-09-16T23:25:36.043Z Sep 16 23:24:20.752 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176382026-09-16T23:25:36.043Z Sep 16 23:24:20.758 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176392026-09-16T23:25:36.043Z Sep 16 23:24:20.760 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176402026-09-16T23:25:36.043Z Sep 16 23:24:20.798 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176412026-09-16T23:25:36.043Z Sep 16 23:24:20.804 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176422026-09-16T23:25:36.043Z Sep 16 23:24:20.805 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
176432026-09-16T23:25:36.043Z Sep 16 23:24:20.805 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
176442026-09-16T23:25:36.043Z Sep 16 23:24:20.842 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176452026-09-16T23:25:36.043Z Sep 16 23:24:20.849 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176462026-09-16T23:25:36.043Z Sep 16 23:24:20.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176472026-09-16T23:25:36.043Z Sep 16 23:24:20.893 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176482026-09-16T23:25:36.043Z Sep 16 23:24:20.894 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
176492026-09-16T23:25:36.043Z Sep 16 23:24:20.901 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
176502026-09-16T23:25:36.043Z Sep 16 23:24:20.908 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
176512026-09-16T23:25:36.043Z Sep 16 23:24:20.908 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
176522026-09-16T23:25:36.043Z Sep 16 23:24:20.922 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
176532026-09-16T23:25:36.043Z Sep 16 23:24:20.929 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
176542026-09-16T23:25:36.043Z Sep 16 23:24:20.974 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
176552026-09-16T23:25:36.043Z Sep 16 23:24:20.974 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176562026-09-16T23:25:36.043Z Sep 16 23:24:21.012 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
176572026-09-16T23:25:36.043Z Sep 16 23:24:21.012 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176582026-09-16T23:25:36.043Z Sep 16 23:24:21.065 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176592026-09-16T23:25:36.043Z Sep 16 23:24:21.065 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176602026-09-16T23:25:36.043Z Sep 16 23:24:21.102 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176612026-09-16T23:25:36.043Z Sep 16 23:24:21.102 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176622026-09-16T23:25:36.043Z Sep 16 23:24:21.140 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
176632026-09-16T23:25:36.043Z Sep 16 23:24:21.140 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176642026-09-16T23:25:36.043Z Sep 16 23:24:21.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
176652026-09-16T23:25:36.043Z Sep 16 23:24:21.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
176662026-09-16T23:25:36.043Z Sep 16 23:24:21.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176672026-09-16T23:25:36.043Z Sep 16 23:24:21.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176682026-09-16T23:25:36.043Z Sep 16 23:24:21.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
176692026-09-16T23:25:36.043Z Sep 16 23:24:21.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
176702026-09-16T23:25:36.043Z Sep 16 23:24:21.260 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176712026-09-16T23:25:36.043Z Sep 16 23:24:21.260 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176722026-09-16T23:25:36.043Z Sep 16 23:24:21.266 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176732026-09-16T23:25:36.044Z Sep 16 23:24:21.267 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176742026-09-16T23:25:36.044Z Sep 16 23:24:21.273 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176752026-09-16T23:25:36.044Z Sep 16 23:24:21.273 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176762026-09-16T23:25:36.044Z Sep 16 23:24:21.279 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176772026-09-16T23:25:36.044Z Sep 16 23:24:21.279 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176782026-09-16T23:25:36.044Z Sep 16 23:24:21.285 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176792026-09-16T23:25:36.044Z Sep 16 23:24:21.285 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176802026-09-16T23:25:36.044Z Sep 16 23:24:21.291 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
176812026-09-16T23:25:36.044Z Sep 16 23:24:21.291 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176822026-09-16T23:25:36.044Z Sep 16 23:24:21.297 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176832026-09-16T23:25:36.044Z Sep 16 23:24:21.297 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176842026-09-16T23:25:36.044Z Sep 16 23:24:21.303 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
176852026-09-16T23:25:36.044Z Sep 16 23:24:21.303 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176862026-09-16T23:25:36.045Z Sep 16 23:24:21.305 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176872026-09-16T23:25:36.045Z Sep 16 23:24:21.308 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
176882026-09-16T23:25:36.045Z Sep 16 23:24:21.310 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176892026-09-16T23:25:36.045Z Sep 16 23:24:21.347 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176902026-09-16T23:25:36.045Z Sep 16 23:24:21.353 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176912026-09-16T23:25:36.045Z Sep 16 23:24:21.394 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176922026-09-16T23:25:36.045Z Sep 16 23:24:21.400 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176932026-09-16T23:25:36.045Z Sep 16 23:24:21.401 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
176942026-09-16T23:25:36.045Z Sep 16 23:24:21.439 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
176952026-09-16T23:25:36.045Z Sep 16 23:24:21.445 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
176962026-09-16T23:25:36.045Z Sep 16 23:24:21.446 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
176972026-09-16T23:25:36.045Z Sep 16 23:24:21.484 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
176982026-09-16T23:25:36.045Z Sep 16 23:24:21.490 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
176992026-09-16T23:25:36.045Z Sep 16 23:24:21.490 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177002026-09-16T23:25:36.045Z Sep 16 23:24:21.497 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177012026-09-16T23:25:36.045Z Sep 16 23:24:21.504 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177022026-09-16T23:25:36.045Z Sep 16 23:24:21.549 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
177032026-09-16T23:25:36.045Z Sep 16 23:24:21.549 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
177042026-09-16T23:25:36.046Z Sep 16 23:24:21.595 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
177052026-09-16T23:25:36.046Z Sep 16 23:24:21.595 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
177062026-09-16T23:25:36.046Z Sep 16 23:24:21.633 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
177072026-09-16T23:25:36.046Z Sep 16 23:24:21.633 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
177082026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
177092026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
177102026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
177112026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
177122026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
177132026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
177142026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
177152026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
177162026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
177172026-09-16T23:25:36.046Z Sep 16 23:24:21.634 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
177182026-09-16T23:25:36.046Z Sep 16 23:24:21.635 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
177192026-09-16T23:25:36.046Z Sep 16 23:24:21.635 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
177202026-09-16T23:25:36.050Z Sep 16 23:24:21.672 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
177212026-09-16T23:25:36.050Z Sep 16 23:24:21.673 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
177222026-09-16T23:25:36.050Z Sep 16 23:24:21.679 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
177232026-09-16T23:25:36.050Z Sep 16 23:24:21.679 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177242026-09-16T23:25:36.050Z Sep 16 23:24:21.685 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
177252026-09-16T23:25:36.050Z Sep 16 23:24:21.685 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177262026-09-16T23:25:36.050Z Sep 16 23:24:21.691 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
177272026-09-16T23:25:36.051Z Sep 16 23:24:21.691 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177282026-09-16T23:25:36.051Z Sep 16 23:24:21.697 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
177292026-09-16T23:25:36.051Z Sep 16 23:24:21.697 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177302026-09-16T23:25:36.051Z Sep 16 23:24:21.810 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177312026-09-16T23:25:36.051Z Sep 16 23:24:21.810 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177322026-09-16T23:25:36.051Z Sep 16 23:24:21.815 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177332026-09-16T23:25:36.051Z Sep 16 23:24:21.852 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177342026-09-16T23:25:36.051Z Sep 16 23:24:21.858 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177352026-09-16T23:25:36.051Z Sep 16 23:24:21.860 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177362026-09-16T23:25:36.051Z Sep 16 23:24:21.898 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177372026-09-16T23:25:36.051Z Sep 16 23:24:21.904 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177382026-09-16T23:25:36.051Z Sep 16 23:24:21.942 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177392026-09-16T23:25:36.052Z Sep 16 23:24:21.949 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177402026-09-16T23:25:36.052Z Sep 16 23:24:21.987 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177412026-09-16T23:25:36.052Z Sep 16 23:24:21.993 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177422026-09-16T23:25:36.052Z Sep 16 23:24:21.993 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177432026-09-16T23:25:36.052Z Sep 16 23:24:21.993 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177442026-09-16T23:25:36.052Z Sep 16 23:24:21.993 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177452026-09-16T23:25:36.052Z Sep 16 23:24:22.000 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177462026-09-16T23:25:36.052Z Sep 16 23:24:22.060 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
177472026-09-16T23:25:36.052Z Sep 16 23:24:22.060 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
177482026-09-16T23:25:36.052Z Sep 16 23:24:22.098 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
177492026-09-16T23:25:36.052Z Sep 16 23:24:22.098 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
177502026-09-16T23:25:36.052Z Sep 16 23:24:22.136 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
177512026-09-16T23:25:36.052Z Sep 16 23:24:22.136 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
177522026-09-16T23:25:36.052Z Sep 16 23:24:22.174 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
177532026-09-16T23:25:36.052Z Sep 16 23:24:22.174 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
177542026-09-16T23:25:36.052Z Sep 16 23:24:22.180 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
177552026-09-16T23:25:36.052Z Sep 16 23:24:22.180 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177562026-09-16T23:25:36.053Z Sep 16 23:24:22.186 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
177572026-09-16T23:25:36.053Z Sep 16 23:24:22.186 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177582026-09-16T23:25:36.053Z Sep 16 23:24:22.192 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
177592026-09-16T23:25:36.053Z Sep 16 23:24:22.192 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177602026-09-16T23:25:36.053Z Sep 16 23:24:22.198 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
177612026-09-16T23:25:36.053Z Sep 16 23:24:22.198 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177622026-09-16T23:25:36.053Z Sep 16 23:24:22.198 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
177632026-09-16T23:25:36.053Z Sep 16 23:24:22.198 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
177642026-09-16T23:25:36.053Z Sep 16 23:24:22.198 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
177652026-09-16T23:25:36.053Z Sep 16 23:24:22.199 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
177662026-09-16T23:25:36.053Z Sep 16 23:24:22.199 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
177672026-09-16T23:25:36.053Z Sep 16 23:24:22.199 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
177682026-09-16T23:25:36.053Z Sep 16 23:24:22.199 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
177692026-09-16T23:25:36.053Z Sep 16 23:24:22.199 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
177702026-09-16T23:25:36.053Z Sep 16 23:24:22.202 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177712026-09-16T23:25:36.053Z Sep 16 23:24:22.202 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177722026-09-16T23:25:36.053Z Sep 16 23:24:22.207 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177732026-09-16T23:25:36.053Z Sep 16 23:24:22.207 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
177742026-09-16T23:25:36.053Z Sep 16 23:24:22.208 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177752026-09-16T23:25:36.053Z Sep 16 23:24:22.246 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177762026-09-16T23:25:36.054Z Sep 16 23:24:22.252 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177772026-09-16T23:25:36.054Z Sep 16 23:24:22.254 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177782026-09-16T23:25:36.054Z Sep 16 23:24:22.292 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177792026-09-16T23:25:36.054Z Sep 16 23:24:22.298 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177802026-09-16T23:25:36.054Z Sep 16 23:24:22.340 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177812026-09-16T23:25:36.054Z Sep 16 23:24:22.346 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177822026-09-16T23:25:36.054Z Sep 16 23:24:22.384 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177832026-09-16T23:25:36.054Z Sep 16 23:24:22.390 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177842026-09-16T23:25:36.054Z Sep 16 23:24:22.392 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177852026-09-16T23:25:36.054Z Sep 16 23:24:22.430 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177862026-09-16T23:25:36.054Z Sep 16 23:24:22.436 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177872026-09-16T23:25:36.054Z Sep 16 23:24:22.438 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
177882026-09-16T23:25:36.054Z Sep 16 23:24:22.475 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
177892026-09-16T23:25:36.054Z Sep 16 23:24:22.481 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
177902026-09-16T23:25:36.054Z Sep 16 23:24:22.482 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177912026-09-16T23:25:36.054Z Sep 16 23:24:22.482 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177922026-09-16T23:25:36.054Z Sep 16 23:24:22.520 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177932026-09-16T23:25:36.054Z Sep 16 23:24:22.526 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177942026-09-16T23:25:36.054Z Sep 16 23:24:22.564 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
177952026-09-16T23:25:36.054Z Sep 16 23:24:22.570 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
177962026-09-16T23:25:36.054Z Sep 16 23:24:22.571 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177972026-09-16T23:25:36.054Z Sep 16 23:24:22.578 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
177982026-09-16T23:25:36.054Z Sep 16 23:24:22.585 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
177992026-09-16T23:25:36.055Z Sep 16 23:24:22.585 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
178002026-09-16T23:25:36.055Z Sep 16 23:24:22.600 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178012026-09-16T23:25:36.055Z Sep 16 23:24:22.607 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178022026-09-16T23:25:36.055Z Sep 16 23:24:22.651 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178032026-09-16T23:25:36.055Z Sep 16 23:24:22.651 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178042026-09-16T23:25:36.055Z Sep 16 23:24:22.689 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178052026-09-16T23:25:36.055Z Sep 16 23:24:22.689 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178062026-09-16T23:25:36.055Z Sep 16 23:24:22.742 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178072026-09-16T23:25:36.055Z Sep 16 23:24:22.742 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178082026-09-16T23:25:36.055Z Sep 16 23:24:22.780 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178092026-09-16T23:25:36.055Z Sep 16 23:24:22.780 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178102026-09-16T23:25:36.055Z Sep 16 23:24:22.817 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178112026-09-16T23:25:36.055Z Sep 16 23:24:22.818 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178122026-09-16T23:25:36.055Z Sep 16 23:24:22.855 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178132026-09-16T23:25:36.055Z Sep 16 23:24:22.856 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178142026-09-16T23:25:36.055Z Sep 16 23:24:22.894 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178152026-09-16T23:25:36.055Z Sep 16 23:24:22.894 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178162026-09-16T23:25:36.055Z Sep 16 23:24:22.932 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178172026-09-16T23:25:36.055Z Sep 16 23:24:22.932 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178182026-09-16T23:25:36.055Z Sep 16 23:24:22.938 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178192026-09-16T23:25:36.055Z Sep 16 23:24:22.938 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178202026-09-16T23:25:36.060Z Sep 16 23:24:22.944 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178212026-09-16T23:25:36.060Z Sep 16 23:24:22.944 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178222026-09-16T23:25:36.060Z Sep 16 23:24:22.950 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178232026-09-16T23:25:36.060Z Sep 16 23:24:22.951 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178242026-09-16T23:25:36.060Z Sep 16 23:24:22.956 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178252026-09-16T23:25:36.060Z Sep 16 23:24:22.957 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178262026-09-16T23:25:36.060Z Sep 16 23:24:22.963 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178272026-09-16T23:25:36.060Z Sep 16 23:24:22.963 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178282026-09-16T23:25:36.060Z Sep 16 23:24:22.968 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178292026-09-16T23:25:36.060Z Sep 16 23:24:22.969 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178302026-09-16T23:25:36.060Z Sep 16 23:24:22.975 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178312026-09-16T23:25:36.060Z Sep 16 23:24:22.975 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178322026-09-16T23:25:36.060Z Sep 16 23:24:22.981 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178332026-09-16T23:25:36.060Z Sep 16 23:24:22.981 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178342026-09-16T23:25:36.060Z Sep 16 23:24:22.983 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
178352026-09-16T23:25:36.060Z Sep 16 23:24:22.986 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
178362026-09-16T23:25:36.060Z Sep 16 23:24:22.987 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
178372026-09-16T23:25:36.060Z Sep 16 23:24:23.025 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
178382026-09-16T23:25:36.060Z Sep 16 23:24:23.031 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178392026-09-16T23:25:36.060Z Sep 16 23:24:23.071 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
178402026-09-16T23:25:36.060Z Sep 16 23:24:23.077 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178412026-09-16T23:25:36.060Z Sep 16 23:24:23.079 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
178422026-09-16T23:25:36.060Z Sep 16 23:24:23.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
178432026-09-16T23:25:36.060Z Sep 16 23:24:23.123 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178442026-09-16T23:25:36.060Z Sep 16 23:24:23.124 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
178452026-09-16T23:25:36.060Z Sep 16 23:24:23.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
178462026-09-16T23:25:36.060Z Sep 16 23:24:23.167 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178472026-09-16T23:25:36.060Z Sep 16 23:24:23.168 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178482026-09-16T23:25:36.060Z Sep 16 23:24:23.175 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
178492026-09-16T23:25:36.060Z Sep 16 23:24:23.182 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178502026-09-16T23:25:36.060Z Sep 16 23:24:23.227 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178512026-09-16T23:25:36.060Z Sep 16 23:24:23.227 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178522026-09-16T23:25:36.061Z Sep 16 23:24:23.272 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178532026-09-16T23:25:36.061Z Sep 16 23:24:23.272 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178542026-09-16T23:25:36.061Z Sep 16 23:24:23.310 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178552026-09-16T23:25:36.061Z Sep 16 23:24:23.310 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178562026-09-16T23:25:36.061Z Sep 16 23:24:23.311 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
178572026-09-16T23:25:36.061Z Sep 16 23:24:23.311 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
178582026-09-16T23:25:36.061Z Sep 16 23:24:23.311 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
178592026-09-16T23:25:36.061Z Sep 16 23:24:23.311 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
178602026-09-16T23:25:36.061Z Sep 16 23:24:23.311 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
178612026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
178622026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
178632026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
178642026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
178652026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
178662026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
178672026-09-16T23:25:36.061Z Sep 16 23:24:23.312 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
178682026-09-16T23:25:36.061Z Sep 16 23:24:23.350 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178692026-09-16T23:25:36.061Z Sep 16 23:24:23.350 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
178702026-09-16T23:25:36.062Z Sep 16 23:24:23.356 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178712026-09-16T23:25:36.062Z Sep 16 23:24:23.356 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178722026-09-16T23:25:36.062Z Sep 16 23:24:23.362 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178732026-09-16T23:25:36.062Z Sep 16 23:24:23.362 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178742026-09-16T23:25:36.062Z Sep 16 23:24:23.368 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
178752026-09-16T23:25:36.062Z Sep 16 23:24:23.368 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178762026-09-16T23:25:36.062Z Sep 16 23:24:23.374 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
178772026-09-16T23:25:36.062Z Sep 16 23:24:23.374 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178782026-09-16T23:25:36.062Z Sep 16 23:24:23.487 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
178792026-09-16T23:25:36.062Z Sep 16 23:24:23.487 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
178802026-09-16T23:25:36.062Z Sep 16 23:24:23.492 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
178812026-09-16T23:25:36.062Z Sep 16 23:24:23.530 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
178822026-09-16T23:25:36.062Z Sep 16 23:24:23.536 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178832026-09-16T23:25:36.062Z Sep 16 23:24:23.538 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
178842026-09-16T23:25:36.062Z Sep 16 23:24:23.575 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
178852026-09-16T23:25:36.062Z Sep 16 23:24:23.582 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
178862026-09-16T23:25:36.062Z Sep 16 23:24:23.620 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
178872026-09-16T23:25:36.062Z Sep 16 23:24:23.626 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178882026-09-16T23:25:36.062Z Sep 16 23:24:23.664 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
178892026-09-16T23:25:36.062Z Sep 16 23:24:23.670 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
178902026-09-16T23:25:36.062Z Sep 16 23:24:23.671 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
178912026-09-16T23:25:36.062Z Sep 16 23:24:23.671 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
178922026-09-16T23:25:36.062Z Sep 16 23:24:23.671 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178932026-09-16T23:25:36.062Z Sep 16 23:24:23.678 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
178942026-09-16T23:25:36.062Z Sep 16 23:24:23.737 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178952026-09-16T23:25:36.062Z Sep 16 23:24:23.737 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178962026-09-16T23:25:36.062Z Sep 16 23:24:23.775 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
178972026-09-16T23:25:36.062Z Sep 16 23:24:23.775 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
178982026-09-16T23:25:36.062Z Sep 16 23:24:23.813 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
178992026-09-16T23:25:36.062Z Sep 16 23:24:23.813 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179002026-09-16T23:25:36.062Z Sep 16 23:24:23.851 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
179012026-09-16T23:25:36.062Z Sep 16 23:24:23.851 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179022026-09-16T23:25:36.062Z Sep 16 23:24:23.857 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179032026-09-16T23:25:36.062Z Sep 16 23:24:23.857 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179042026-09-16T23:25:36.062Z Sep 16 23:24:23.863 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179052026-09-16T23:25:36.062Z Sep 16 23:24:23.863 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179062026-09-16T23:25:36.062Z Sep 16 23:24:23.869 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179072026-09-16T23:25:36.062Z Sep 16 23:24:23.869 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179082026-09-16T23:25:36.062Z Sep 16 23:24:23.875 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179092026-09-16T23:25:36.063Z Sep 16 23:24:23.875 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179102026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
179112026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
179122026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
179132026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
179142026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
179152026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
179162026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
179172026-09-16T23:25:36.063Z Sep 16 23:24:23.876 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
179182026-09-16T23:25:36.063Z Sep 16 23:24:23.879 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179192026-09-16T23:25:36.063Z Sep 16 23:24:23.879 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179202026-09-16T23:25:36.068Z Sep 16 23:24:23.884 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179212026-09-16T23:25:36.068Z Sep 16 23:24:23.884 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179222026-09-16T23:25:36.068Z Sep 16 23:24:23.885 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179232026-09-16T23:25:36.068Z Sep 16 23:24:23.923 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179242026-09-16T23:25:36.068Z Sep 16 23:24:23.929 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179252026-09-16T23:25:36.068Z Sep 16 23:24:23.931 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179262026-09-16T23:25:36.068Z Sep 16 23:24:23.969 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179272026-09-16T23:25:36.068Z Sep 16 23:24:23.975 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179282026-09-16T23:25:36.068Z Sep 16 23:24:24.017 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179292026-09-16T23:25:36.068Z Sep 16 23:24:24.023 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179302026-09-16T23:25:36.068Z Sep 16 23:24:24.061 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179312026-09-16T23:25:36.068Z Sep 16 23:24:24.067 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179322026-09-16T23:25:36.068Z Sep 16 23:24:24.069 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179332026-09-16T23:25:36.068Z Sep 16 23:24:24.107 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179342026-09-16T23:25:36.068Z Sep 16 23:24:24.113 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179352026-09-16T23:25:36.068Z Sep 16 23:24:24.115 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179362026-09-16T23:25:36.068Z Sep 16 23:24:24.153 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179372026-09-16T23:25:36.068Z Sep 16 23:24:24.159 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179382026-09-16T23:25:36.068Z Sep 16 23:24:24.160 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179392026-09-16T23:25:36.068Z Sep 16 23:24:24.160 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179402026-09-16T23:25:36.068Z Sep 16 23:24:24.197 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179412026-09-16T23:25:36.068Z Sep 16 23:24:24.203 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179422026-09-16T23:25:36.068Z Sep 16 23:24:24.241 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179432026-09-16T23:25:36.068Z Sep 16 23:24:24.247 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179442026-09-16T23:25:36.069Z Sep 16 23:24:24.248 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179452026-09-16T23:25:36.069Z Sep 16 23:24:24.255 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179462026-09-16T23:25:36.069Z Sep 16 23:24:24.262 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179472026-09-16T23:25:36.069Z Sep 16 23:24:24.262 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179482026-09-16T23:25:36.069Z Sep 16 23:24:24.277 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179492026-09-16T23:25:36.069Z Sep 16 23:24:24.284 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179502026-09-16T23:25:36.069Z Sep 16 23:24:24.329 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
179512026-09-16T23:25:36.069Z Sep 16 23:24:24.329 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
179522026-09-16T23:25:36.069Z Sep 16 23:24:24.366 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
179532026-09-16T23:25:36.069Z Sep 16 23:24:24.367 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
179542026-09-16T23:25:36.069Z Sep 16 23:24:24.419 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
179552026-09-16T23:25:36.069Z Sep 16 23:24:24.419 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179562026-09-16T23:25:36.069Z Sep 16 23:24:24.457 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
179572026-09-16T23:25:36.069Z Sep 16 23:24:24.457 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179582026-09-16T23:25:36.069Z Sep 16 23:24:24.495 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
179592026-09-16T23:25:36.069Z Sep 16 23:24:24.495 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
179602026-09-16T23:25:36.069Z Sep 16 23:24:24.533 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
179612026-09-16T23:25:36.069Z Sep 16 23:24:24.533 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
179622026-09-16T23:25:36.070Z Sep 16 23:24:24.571 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
179632026-09-16T23:25:36.070Z Sep 16 23:24:24.571 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179642026-09-16T23:25:36.070Z Sep 16 23:24:24.609 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
179652026-09-16T23:25:36.070Z Sep 16 23:24:24.609 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
179662026-09-16T23:25:36.070Z Sep 16 23:24:24.615 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179672026-09-16T23:25:36.070Z Sep 16 23:24:24.615 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179682026-09-16T23:25:36.070Z Sep 16 23:24:24.621 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179692026-09-16T23:25:36.070Z Sep 16 23:24:24.621 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179702026-09-16T23:25:36.070Z Sep 16 23:24:24.628 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179712026-09-16T23:25:36.070Z Sep 16 23:24:24.628 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179722026-09-16T23:25:36.071Z Sep 16 23:24:24.634 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179732026-09-16T23:25:36.071Z Sep 16 23:24:24.634 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179742026-09-16T23:25:36.071Z Sep 16 23:24:24.640 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179752026-09-16T23:25:36.071Z Sep 16 23:24:24.640 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179762026-09-16T23:25:36.071Z Sep 16 23:24:24.646 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
179772026-09-16T23:25:36.071Z Sep 16 23:24:24.646 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179782026-09-16T23:25:36.071Z Sep 16 23:24:24.652 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179792026-09-16T23:25:36.071Z Sep 16 23:24:24.652 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179802026-09-16T23:25:36.071Z Sep 16 23:24:24.658 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
179812026-09-16T23:25:36.071Z Sep 16 23:24:24.658 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179822026-09-16T23:25:36.071Z Sep 16 23:24:24.660 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179832026-09-16T23:25:36.071Z Sep 16 23:24:24.663 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
179842026-09-16T23:25:36.071Z Sep 16 23:24:24.665 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179852026-09-16T23:25:36.071Z Sep 16 23:24:24.703 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179862026-09-16T23:25:36.071Z Sep 16 23:24:24.709 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179872026-09-16T23:25:36.071Z Sep 16 23:24:24.749 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179882026-09-16T23:25:36.071Z Sep 16 23:24:24.755 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179892026-09-16T23:25:36.071Z Sep 16 23:24:24.757 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
179902026-09-16T23:25:36.071Z Sep 16 23:24:24.795 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
179912026-09-16T23:25:36.071Z Sep 16 23:24:24.801 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
179922026-09-16T23:25:36.071Z Sep 16 23:24:24.801 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179932026-09-16T23:25:36.071Z Sep 16 23:24:24.839 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
179942026-09-16T23:25:36.071Z Sep 16 23:24:24.845 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
179952026-09-16T23:25:36.071Z Sep 16 23:24:24.846 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179962026-09-16T23:25:36.071Z Sep 16 23:24:24.853 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
179972026-09-16T23:25:36.071Z Sep 16 23:24:24.861 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
179982026-09-16T23:25:36.071Z Sep 16 23:24:24.906 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
179992026-09-16T23:25:36.071Z Sep 16 23:24:24.906 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
180002026-09-16T23:25:36.071Z Sep 16 23:24:24.951 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
180012026-09-16T23:25:36.071Z Sep 16 23:24:24.951 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
180022026-09-16T23:25:36.071Z Sep 16 23:24:24.989 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
180032026-09-16T23:25:36.071Z Sep 16 23:24:24.989 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
180042026-09-16T23:25:36.071Z Sep 16 23:24:24.990 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
180052026-09-16T23:25:36.071Z Sep 16 23:24:24.990 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
180062026-09-16T23:25:36.071Z Sep 16 23:24:24.990 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
180072026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
180082026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
180092026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
180102026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
180112026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
180122026-09-16T23:25:36.072Z Sep 16 23:24:24.990 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
180132026-09-16T23:25:36.072Z Sep 16 23:24:24.991 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
180142026-09-16T23:25:36.072Z Sep 16 23:24:24.991 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
180152026-09-16T23:25:36.072Z Sep 16 23:24:24.991 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
180162026-09-16T23:25:36.073Z Sep 16 23:24:25.028 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
180172026-09-16T23:25:36.073Z Sep 16 23:24:25.029 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
180182026-09-16T23:25:36.073Z Sep 16 23:24:25.035 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
180192026-09-16T23:25:36.073Z Sep 16 23:24:25.035 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180202026-09-16T23:25:36.077Z Sep 16 23:24:25.041 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
180212026-09-16T23:25:36.077Z Sep 16 23:24:25.041 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180222026-09-16T23:25:36.077Z Sep 16 23:24:25.047 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
180232026-09-16T23:25:36.078Z Sep 16 23:24:25.048 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180242026-09-16T23:25:36.078Z Sep 16 23:24:25.054 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
180252026-09-16T23:25:36.078Z Sep 16 23:24:25.054 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180262026-09-16T23:25:36.078Z Sep 16 23:24:25.166 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180272026-09-16T23:25:36.078Z Sep 16 23:24:25.166 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180282026-09-16T23:25:36.078Z Sep 16 23:24:25.171 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180292026-09-16T23:25:36.078Z Sep 16 23:24:25.209 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180302026-09-16T23:25:36.078Z Sep 16 23:24:25.215 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180312026-09-16T23:25:36.078Z Sep 16 23:24:25.217 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180322026-09-16T23:25:36.078Z Sep 16 23:24:25.255 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180332026-09-16T23:25:36.078Z Sep 16 23:24:25.261 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180342026-09-16T23:25:36.078Z Sep 16 23:24:25.300 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180352026-09-16T23:25:36.078Z Sep 16 23:24:25.306 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180362026-09-16T23:25:36.078Z Sep 16 23:24:25.344 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180372026-09-16T23:25:36.078Z Sep 16 23:24:25.350 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180382026-09-16T23:25:36.078Z Sep 16 23:24:25.350 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180392026-09-16T23:25:36.078Z Sep 16 23:24:25.351 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180402026-09-16T23:25:36.079Z Sep 16 23:24:25.351 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180412026-09-16T23:25:36.079Z Sep 16 23:24:25.358 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180422026-09-16T23:25:36.079Z Sep 16 23:24:25.417 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
180432026-09-16T23:25:36.079Z Sep 16 23:24:25.417 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
180442026-09-16T23:25:36.079Z Sep 16 23:24:25.455 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
180452026-09-16T23:25:36.079Z Sep 16 23:24:25.455 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
180462026-09-16T23:25:36.079Z Sep 16 23:24:25.493 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
180472026-09-16T23:25:36.079Z Sep 16 23:24:25.494 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
180482026-09-16T23:25:36.079Z Sep 16 23:24:25.531 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
180492026-09-16T23:25:36.079Z Sep 16 23:24:25.531 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
180502026-09-16T23:25:36.079Z Sep 16 23:24:25.537 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
180512026-09-16T23:25:36.079Z Sep 16 23:24:25.538 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180522026-09-16T23:25:36.079Z Sep 16 23:24:25.544 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
180532026-09-16T23:25:36.079Z Sep 16 23:24:25.544 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180542026-09-16T23:25:36.079Z Sep 16 23:24:25.550 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
180552026-09-16T23:25:36.079Z Sep 16 23:24:25.550 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180562026-09-16T23:25:36.079Z Sep 16 23:24:25.556 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
180572026-09-16T23:25:36.079Z Sep 16 23:24:25.556 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180582026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
180592026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
180602026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
180612026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
180622026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
180632026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
180642026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
180652026-09-16T23:25:36.079Z Sep 16 23:24:25.556 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
180662026-09-16T23:25:36.079Z Sep 16 23:24:25.559 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180672026-09-16T23:25:36.079Z Sep 16 23:24:25.559 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180682026-09-16T23:25:36.079Z Sep 16 23:24:25.564 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180692026-09-16T23:25:36.079Z Sep 16 23:24:25.564 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
180702026-09-16T23:25:36.079Z Sep 16 23:24:25.566 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180712026-09-16T23:25:36.079Z Sep 16 23:24:25.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180722026-09-16T23:25:36.079Z Sep 16 23:24:25.610 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180732026-09-16T23:25:36.079Z Sep 16 23:24:25.612 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180742026-09-16T23:25:36.079Z Sep 16 23:24:25.649 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180752026-09-16T23:25:36.080Z Sep 16 23:24:25.655 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180762026-09-16T23:25:36.080Z Sep 16 23:24:25.697 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180772026-09-16T23:25:36.080Z Sep 16 23:24:25.703 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180782026-09-16T23:25:36.080Z Sep 16 23:24:25.741 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180792026-09-16T23:25:36.080Z Sep 16 23:24:25.747 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180802026-09-16T23:25:36.080Z Sep 16 23:24:25.749 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180812026-09-16T23:25:36.080Z Sep 16 23:24:25.787 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180822026-09-16T23:25:36.080Z Sep 16 23:24:25.793 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180832026-09-16T23:25:36.080Z Sep 16 23:24:25.795 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
180842026-09-16T23:25:36.080Z Sep 16 23:24:25.833 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
180852026-09-16T23:25:36.080Z Sep 16 23:24:25.839 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
180862026-09-16T23:25:36.080Z Sep 16 23:24:25.839 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180872026-09-16T23:25:36.080Z Sep 16 23:24:25.839 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180882026-09-16T23:25:36.080Z Sep 16 23:24:25.877 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180892026-09-16T23:25:36.080Z Sep 16 23:24:25.883 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180902026-09-16T23:25:36.080Z Sep 16 23:24:25.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
180912026-09-16T23:25:36.080Z Sep 16 23:24:25.927 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
180922026-09-16T23:25:36.080Z Sep 16 23:24:25.928 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180932026-09-16T23:25:36.081Z Sep 16 23:24:25.935 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180942026-09-16T23:25:36.081Z Sep 16 23:24:25.942 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180952026-09-16T23:25:36.081Z Sep 16 23:24:25.942 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
180962026-09-16T23:25:36.081Z Sep 16 23:24:25.957 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180972026-09-16T23:25:36.081Z Sep 16 23:24:25.964 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
180982026-09-16T23:25:36.081Z Sep 16 23:24:26.008 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
180992026-09-16T23:25:36.081Z Sep 16 23:24:26.009 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181002026-09-16T23:25:36.081Z Sep 16 23:24:26.046 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181012026-09-16T23:25:36.081Z Sep 16 23:24:26.046 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181022026-09-16T23:25:36.081Z Sep 16 23:24:26.099 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181032026-09-16T23:25:36.081Z Sep 16 23:24:26.099 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181042026-09-16T23:25:36.081Z Sep 16 23:24:26.137 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181052026-09-16T23:25:36.081Z Sep 16 23:24:26.137 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181062026-09-16T23:25:36.081Z Sep 16 23:24:26.175 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181072026-09-16T23:25:36.081Z Sep 16 23:24:26.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181082026-09-16T23:25:36.081Z Sep 16 23:24:26.213 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181092026-09-16T23:25:36.081Z Sep 16 23:24:26.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181102026-09-16T23:25:36.081Z Sep 16 23:24:26.251 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181112026-09-16T23:25:36.081Z Sep 16 23:24:26.251 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181122026-09-16T23:25:36.081Z Sep 16 23:24:26.289 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181132026-09-16T23:25:36.082Z Sep 16 23:24:26.289 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181142026-09-16T23:25:36.082Z Sep 16 23:24:26.295 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181152026-09-16T23:25:36.082Z Sep 16 23:24:26.295 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181162026-09-16T23:25:36.082Z Sep 16 23:24:26.301 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181172026-09-16T23:25:36.082Z Sep 16 23:24:26.301 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181182026-09-16T23:25:36.082Z Sep 16 23:24:26.308 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181192026-09-16T23:25:36.082Z Sep 16 23:24:26.308 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181202026-09-16T23:25:36.086Z Sep 16 23:24:26.313 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181212026-09-16T23:25:36.086Z Sep 16 23:24:26.314 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181222026-09-16T23:25:36.086Z Sep 16 23:24:26.320 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181232026-09-16T23:25:36.086Z Sep 16 23:24:26.320 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181242026-09-16T23:25:36.086Z Sep 16 23:24:26.326 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181252026-09-16T23:25:36.086Z Sep 16 23:24:26.326 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181262026-09-16T23:25:36.086Z Sep 16 23:24:26.332 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181272026-09-16T23:25:36.086Z Sep 16 23:24:26.332 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181282026-09-16T23:25:36.086Z Sep 16 23:24:26.338 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181292026-09-16T23:25:36.086Z Sep 16 23:24:26.338 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181302026-09-16T23:25:36.086Z Sep 16 23:24:26.340 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
181312026-09-16T23:25:36.086Z Sep 16 23:24:26.343 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
181322026-09-16T23:25:36.086Z Sep 16 23:24:26.344 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
181332026-09-16T23:25:36.086Z Sep 16 23:24:26.382 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
181342026-09-16T23:25:36.086Z Sep 16 23:24:26.388 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181352026-09-16T23:25:36.086Z Sep 16 23:24:26.428 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
181362026-09-16T23:25:36.086Z Sep 16 23:24:26.434 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181372026-09-16T23:25:36.086Z Sep 16 23:24:26.436 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
181382026-09-16T23:25:36.086Z Sep 16 23:24:26.474 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
181392026-09-16T23:25:36.086Z Sep 16 23:24:26.480 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181402026-09-16T23:25:36.086Z Sep 16 23:24:26.481 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
181412026-09-16T23:25:36.086Z Sep 16 23:24:26.518 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
181422026-09-16T23:25:36.086Z Sep 16 23:24:26.524 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181432026-09-16T23:25:36.086Z Sep 16 23:24:26.525 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
181442026-09-16T23:25:36.087Z Sep 16 23:24:26.532 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
181452026-09-16T23:25:36.087Z Sep 16 23:24:26.539 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
181462026-09-16T23:25:36.087Z Sep 16 23:24:26.584 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181472026-09-16T23:25:36.087Z Sep 16 23:24:26.584 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181482026-09-16T23:25:36.087Z Sep 16 23:24:26.629 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181492026-09-16T23:25:36.087Z Sep 16 23:24:26.629 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181502026-09-16T23:25:36.087Z Sep 16 23:24:26.667 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181512026-09-16T23:25:36.087Z Sep 16 23:24:26.667 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181522026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
181532026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
181542026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
181552026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
181562026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
181572026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
181582026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
181592026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
181602026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
181612026-09-16T23:25:36.087Z Sep 16 23:24:26.668 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
181622026-09-16T23:25:36.087Z Sep 16 23:24:26.669 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
181632026-09-16T23:25:36.087Z Sep 16 23:24:26.669 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
181642026-09-16T23:25:36.088Z Sep 16 23:24:26.706 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181652026-09-16T23:25:36.088Z Sep 16 23:24:26.706 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181662026-09-16T23:25:36.088Z Sep 16 23:24:26.713 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181672026-09-16T23:25:36.088Z Sep 16 23:24:26.713 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181682026-09-16T23:25:36.088Z Sep 16 23:24:26.719 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181692026-09-16T23:25:36.088Z Sep 16 23:24:26.719 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181702026-09-16T23:25:36.088Z Sep 16 23:24:26.725 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181712026-09-16T23:25:36.088Z Sep 16 23:24:26.725 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181722026-09-16T23:25:36.088Z Sep 16 23:24:26.731 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
181732026-09-16T23:25:36.088Z Sep 16 23:24:26.731 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181742026-09-16T23:25:36.088Z Sep 16 23:24:26.844 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
181752026-09-16T23:25:36.088Z Sep 16 23:24:26.844 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
181762026-09-16T23:25:36.088Z Sep 16 23:24:26.849 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
181772026-09-16T23:25:36.088Z Sep 16 23:24:26.887 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
181782026-09-16T23:25:36.088Z Sep 16 23:24:26.893 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181792026-09-16T23:25:36.089Z Sep 16 23:24:26.896 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
181802026-09-16T23:25:36.089Z Sep 16 23:24:26.933 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
181812026-09-16T23:25:36.089Z Sep 16 23:24:26.939 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
181822026-09-16T23:25:36.089Z Sep 16 23:24:26.978 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
181832026-09-16T23:25:36.089Z Sep 16 23:24:26.984 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181842026-09-16T23:25:36.089Z Sep 16 23:24:27.022 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
181852026-09-16T23:25:36.089Z Sep 16 23:24:27.028 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
181862026-09-16T23:25:36.089Z Sep 16 23:24:27.028 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
181872026-09-16T23:25:36.089Z Sep 16 23:24:27.029 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
181882026-09-16T23:25:36.089Z Sep 16 23:24:27.029 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
181892026-09-16T23:25:36.089Z Sep 16 23:24:27.036 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
181902026-09-16T23:25:36.089Z Sep 16 23:24:27.095 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181912026-09-16T23:25:36.089Z Sep 16 23:24:27.095 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181922026-09-16T23:25:36.089Z Sep 16 23:24:27.133 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
181932026-09-16T23:25:36.089Z Sep 16 23:24:27.133 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
181942026-09-16T23:25:36.090Z Sep 16 23:24:27.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181952026-09-16T23:25:36.090Z Sep 16 23:24:27.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181962026-09-16T23:25:36.090Z Sep 16 23:24:27.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
181972026-09-16T23:25:36.090Z Sep 16 23:24:27.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
181982026-09-16T23:25:36.090Z Sep 16 23:24:27.215 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
181992026-09-16T23:25:36.090Z Sep 16 23:24:27.215 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182002026-09-16T23:25:36.090Z Sep 16 23:24:27.221 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
182012026-09-16T23:25:36.090Z Sep 16 23:24:27.222 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182022026-09-16T23:25:36.090Z Sep 16 23:24:27.228 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182032026-09-16T23:25:36.090Z Sep 16 23:24:27.228 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182042026-09-16T23:25:36.090Z Sep 16 23:24:27.234 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182052026-09-16T23:25:36.090Z Sep 16 23:24:27.234 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182062026-09-16T23:25:36.090Z Sep 16 23:24:27.234 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
182072026-09-16T23:25:36.090Z Sep 16 23:24:27.234 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
182082026-09-16T23:25:36.090Z Sep 16 23:24:27.234 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
182092026-09-16T23:25:36.091Z Sep 16 23:24:27.234 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
182102026-09-16T23:25:36.091Z Sep 16 23:24:27.234 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
182112026-09-16T23:25:36.091Z Sep 16 23:24:27.234 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
182122026-09-16T23:25:36.091Z Sep 16 23:24:27.234 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
182132026-09-16T23:25:36.091Z Sep 16 23:24:27.234 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
182142026-09-16T23:25:36.091Z Sep 16 23:24:27.237 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182152026-09-16T23:25:36.091Z Sep 16 23:24:27.237 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182162026-09-16T23:25:36.091Z Sep 16 23:24:27.242 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182172026-09-16T23:25:36.091Z Sep 16 23:24:27.242 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182182026-09-16T23:25:36.091Z Sep 16 23:24:27.244 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182192026-09-16T23:25:36.091Z Sep 16 23:24:27.282 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182202026-09-16T23:25:36.095Z Sep 16 23:24:27.288 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182212026-09-16T23:25:36.095Z Sep 16 23:24:27.290 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182222026-09-16T23:25:36.095Z Sep 16 23:24:27.327 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182232026-09-16T23:25:36.096Z Sep 16 23:24:27.333 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182242026-09-16T23:25:36.096Z Sep 16 23:24:27.375 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182252026-09-16T23:25:36.096Z Sep 16 23:24:27.381 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182262026-09-16T23:25:36.096Z Sep 16 23:24:27.419 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182272026-09-16T23:25:36.096Z Sep 16 23:24:27.425 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182282026-09-16T23:25:36.096Z Sep 16 23:24:27.427 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182292026-09-16T23:25:36.096Z Sep 16 23:24:27.465 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182302026-09-16T23:25:36.096Z Sep 16 23:24:27.471 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182312026-09-16T23:25:36.096Z Sep 16 23:24:27.473 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182322026-09-16T23:25:36.096Z Sep 16 23:24:27.511 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182332026-09-16T23:25:36.096Z Sep 16 23:24:27.517 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182342026-09-16T23:25:36.096Z Sep 16 23:24:27.517 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182352026-09-16T23:25:36.096Z Sep 16 23:24:27.517 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182362026-09-16T23:25:36.096Z Sep 16 23:24:27.555 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182372026-09-16T23:25:36.096Z Sep 16 23:24:27.561 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182382026-09-16T23:25:36.096Z Sep 16 23:24:27.600 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182392026-09-16T23:25:36.096Z Sep 16 23:24:27.606 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182402026-09-16T23:25:36.096Z Sep 16 23:24:27.606 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182412026-09-16T23:25:36.097Z Sep 16 23:24:27.613 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182422026-09-16T23:25:36.097Z Sep 16 23:24:27.620 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182432026-09-16T23:25:36.097Z Sep 16 23:24:27.621 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182442026-09-16T23:25:36.097Z Sep 16 23:24:27.635 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182452026-09-16T23:25:36.097Z Sep 16 23:24:27.642 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182462026-09-16T23:25:36.097Z Sep 16 23:24:27.687 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182472026-09-16T23:25:36.097Z Sep 16 23:24:27.687 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
182482026-09-16T23:25:36.097Z Sep 16 23:24:27.725 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182492026-09-16T23:25:36.097Z Sep 16 23:24:27.725 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
182502026-09-16T23:25:36.097Z Sep 16 23:24:27.777 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
182512026-09-16T23:25:36.097Z Sep 16 23:24:27.777 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
182522026-09-16T23:25:36.097Z Sep 16 23:24:27.815 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
182532026-09-16T23:25:36.097Z Sep 16 23:24:27.815 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
182542026-09-16T23:25:36.097Z Sep 16 23:24:27.853 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182552026-09-16T23:25:36.097Z Sep 16 23:24:27.853 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
182562026-09-16T23:25:36.097Z Sep 16 23:24:27.891 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182572026-09-16T23:25:36.098Z Sep 16 23:24:27.891 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
182582026-09-16T23:25:36.098Z Sep 16 23:24:27.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
182592026-09-16T23:25:36.098Z Sep 16 23:24:27.929 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
182602026-09-16T23:25:36.098Z Sep 16 23:24:27.967 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
182612026-09-16T23:25:36.098Z Sep 16 23:24:27.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
182622026-09-16T23:25:36.098Z Sep 16 23:24:27.973 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
182632026-09-16T23:25:36.098Z Sep 16 23:24:27.973 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182642026-09-16T23:25:36.098Z Sep 16 23:24:27.979 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
182652026-09-16T23:25:36.098Z Sep 16 23:24:27.979 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182662026-09-16T23:25:36.098Z Sep 16 23:24:27.985 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182672026-09-16T23:25:36.098Z Sep 16 23:24:27.985 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182682026-09-16T23:25:36.098Z Sep 16 23:24:27.991 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182692026-09-16T23:25:36.098Z Sep 16 23:24:27.991 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182702026-09-16T23:25:36.098Z Sep 16 23:24:27.997 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
182712026-09-16T23:25:36.098Z Sep 16 23:24:27.997 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182722026-09-16T23:25:36.098Z Sep 16 23:24:28.003 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
182732026-09-16T23:25:36.098Z Sep 16 23:24:28.003 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182742026-09-16T23:25:36.098Z Sep 16 23:24:28.010 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182752026-09-16T23:25:36.098Z Sep 16 23:24:28.010 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182762026-09-16T23:25:36.098Z Sep 16 23:24:28.016 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
182772026-09-16T23:25:36.098Z Sep 16 23:24:28.016 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182782026-09-16T23:25:36.098Z Sep 16 23:24:28.018 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182792026-09-16T23:25:36.098Z Sep 16 23:24:28.021 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
182802026-09-16T23:25:36.098Z Sep 16 23:24:28.022 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182812026-09-16T23:25:36.098Z Sep 16 23:24:28.060 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182822026-09-16T23:25:36.098Z Sep 16 23:24:28.066 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182832026-09-16T23:25:36.098Z Sep 16 23:24:28.106 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182842026-09-16T23:25:36.098Z Sep 16 23:24:28.112 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182852026-09-16T23:25:36.098Z Sep 16 23:24:28.114 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
182862026-09-16T23:25:36.098Z Sep 16 23:24:28.152 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
182872026-09-16T23:25:36.098Z Sep 16 23:24:28.158 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
182882026-09-16T23:25:36.098Z Sep 16 23:24:28.159 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182892026-09-16T23:25:36.098Z Sep 16 23:24:28.196 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
182902026-09-16T23:25:36.098Z Sep 16 23:24:28.202 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
182912026-09-16T23:25:36.098Z Sep 16 23:24:28.203 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182922026-09-16T23:25:36.098Z Sep 16 23:24:28.210 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
182932026-09-16T23:25:36.098Z Sep 16 23:24:28.218 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
182942026-09-16T23:25:36.098Z Sep 16 23:24:28.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182952026-09-16T23:25:36.098Z Sep 16 23:24:28.263 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
182962026-09-16T23:25:36.098Z Sep 16 23:24:28.308 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
182972026-09-16T23:25:36.099Z Sep 16 23:24:28.308 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
182982026-09-16T23:25:36.099Z Sep 16 23:24:28.346 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
182992026-09-16T23:25:36.099Z Sep 16 23:24:28.346 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
183002026-09-16T23:25:36.099Z Sep 16 23:24:28.346 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
183012026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
183022026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
183032026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
183042026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
183052026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
183062026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
183072026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
183082026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
183092026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
183102026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
183112026-09-16T23:25:36.099Z Sep 16 23:24:28.347 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
183122026-09-16T23:25:36.099Z Sep 16 23:24:28.385 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
183132026-09-16T23:25:36.099Z Sep 16 23:24:28.385 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
183142026-09-16T23:25:36.099Z Sep 16 23:24:28.391 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
183152026-09-16T23:25:36.099Z Sep 16 23:24:28.392 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183162026-09-16T23:25:36.099Z Sep 16 23:24:28.398 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
183172026-09-16T23:25:36.099Z Sep 16 23:24:28.398 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183182026-09-16T23:25:36.099Z Sep 16 23:24:28.404 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
183192026-09-16T23:25:36.099Z Sep 16 23:24:28.404 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183202026-09-16T23:25:36.104Z Sep 16 23:24:28.410 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
183212026-09-16T23:25:36.104Z Sep 16 23:24:28.410 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183222026-09-16T23:25:36.104Z Sep 16 23:24:28.522 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183232026-09-16T23:25:36.104Z Sep 16 23:24:28.523 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183242026-09-16T23:25:36.104Z Sep 16 23:24:28.527 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183252026-09-16T23:25:36.104Z Sep 16 23:24:28.565 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183262026-09-16T23:25:36.104Z Sep 16 23:24:28.571 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183272026-09-16T23:25:36.104Z Sep 16 23:24:28.573 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183282026-09-16T23:25:36.105Z Sep 16 23:24:28.611 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183292026-09-16T23:25:36.105Z Sep 16 23:24:28.617 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183302026-09-16T23:25:36.105Z Sep 16 23:24:28.656 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183312026-09-16T23:25:36.105Z Sep 16 23:24:28.662 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183322026-09-16T23:25:36.105Z Sep 16 23:24:28.700 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183332026-09-16T23:25:36.105Z Sep 16 23:24:28.706 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183342026-09-16T23:25:36.105Z Sep 16 23:24:28.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183352026-09-16T23:25:36.105Z Sep 16 23:24:28.707 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183362026-09-16T23:25:36.105Z Sep 16 23:24:28.707 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183372026-09-16T23:25:36.105Z Sep 16 23:24:28.714 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183382026-09-16T23:25:36.105Z Sep 16 23:24:28.773 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
183392026-09-16T23:25:36.105Z Sep 16 23:24:28.773 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
183402026-09-16T23:25:36.105Z Sep 16 23:24:28.811 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
183412026-09-16T23:25:36.105Z Sep 16 23:24:28.811 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
183422026-09-16T23:25:36.105Z Sep 16 23:24:28.849 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
183432026-09-16T23:25:36.105Z Sep 16 23:24:28.849 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
183442026-09-16T23:25:36.105Z Sep 16 23:24:28.887 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
183452026-09-16T23:25:36.105Z Sep 16 23:24:28.887 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
183462026-09-16T23:25:36.105Z Sep 16 23:24:28.893 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
183472026-09-16T23:25:36.105Z Sep 16 23:24:28.893 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183482026-09-16T23:25:36.105Z Sep 16 23:24:28.899 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
183492026-09-16T23:25:36.105Z Sep 16 23:24:28.899 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183502026-09-16T23:25:36.105Z Sep 16 23:24:28.906 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
183512026-09-16T23:25:36.105Z Sep 16 23:24:28.906 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183522026-09-16T23:25:36.105Z Sep 16 23:24:28.912 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
183532026-09-16T23:25:36.105Z Sep 16 23:24:28.912 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183542026-09-16T23:25:36.105Z Sep 16 23:24:28.912 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
183552026-09-16T23:25:36.105Z Sep 16 23:24:28.912 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
183562026-09-16T23:25:36.105Z Sep 16 23:24:28.912 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
183572026-09-16T23:25:36.106Z Sep 16 23:24:28.912 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
183582026-09-16T23:25:36.106Z Sep 16 23:24:28.912 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
183592026-09-16T23:25:36.106Z Sep 16 23:24:28.912 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
183602026-09-16T23:25:36.106Z Sep 16 23:24:28.912 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
183612026-09-16T23:25:36.106Z Sep 16 23:24:28.912 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
183622026-09-16T23:25:36.106Z Sep 16 23:24:28.915 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183632026-09-16T23:25:36.106Z Sep 16 23:24:28.915 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183642026-09-16T23:25:36.106Z Sep 16 23:24:28.920 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183652026-09-16T23:25:36.106Z Sep 16 23:24:28.920 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
183662026-09-16T23:25:36.106Z Sep 16 23:24:28.921 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183672026-09-16T23:25:36.106Z Sep 16 23:24:28.959 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183682026-09-16T23:25:36.106Z Sep 16 23:24:28.965 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183692026-09-16T23:25:36.106Z Sep 16 23:24:28.967 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183702026-09-16T23:25:36.106Z Sep 16 23:24:29.005 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183712026-09-16T23:25:36.106Z Sep 16 23:24:29.011 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183722026-09-16T23:25:36.106Z Sep 16 23:24:29.053 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183732026-09-16T23:25:36.106Z Sep 16 23:24:29.059 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183742026-09-16T23:25:36.106Z test session_resumes_at_stored_successor has been running for over 60 seconds
183752026-09-16T23:25:36.106Z Sep 16 23:24:29.097 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183762026-09-16T23:25:36.106Z Sep 16 23:24:29.103 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183772026-09-16T23:25:36.106Z Sep 16 23:24:29.105 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183782026-09-16T23:25:36.106Z Sep 16 23:24:29.143 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183792026-09-16T23:25:36.106Z Sep 16 23:24:29.149 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183802026-09-16T23:25:36.106Z Sep 16 23:24:29.151 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
183812026-09-16T23:25:36.107Z Sep 16 23:24:29.189 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
183822026-09-16T23:25:36.107Z Sep 16 23:24:29.195 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
183832026-09-16T23:25:36.107Z Sep 16 23:24:29.196 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183842026-09-16T23:25:36.107Z Sep 16 23:24:29.196 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183852026-09-16T23:25:36.107Z Sep 16 23:24:29.233 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183862026-09-16T23:25:36.107Z Sep 16 23:24:29.239 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183872026-09-16T23:25:36.107Z Sep 16 23:24:29.278 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
183882026-09-16T23:25:36.107Z Sep 16 23:24:29.284 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
183892026-09-16T23:25:36.107Z Sep 16 23:24:29.284 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183902026-09-16T23:25:36.107Z Sep 16 23:24:29.291 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183912026-09-16T23:25:36.107Z Sep 16 23:24:29.299 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183922026-09-16T23:25:36.107Z Sep 16 23:24:29.299 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
183932026-09-16T23:25:36.107Z Sep 16 23:24:29.313 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183942026-09-16T23:25:36.107Z Sep 16 23:24:29.320 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
183952026-09-16T23:25:36.107Z Sep 16 23:24:29.365 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
183962026-09-16T23:25:36.107Z Sep 16 23:24:29.365 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
183972026-09-16T23:25:36.107Z Sep 16 23:24:29.403 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
183982026-09-16T23:25:36.107Z Sep 16 23:24:29.403 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
183992026-09-16T23:25:36.107Z Sep 16 23:24:29.456 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184002026-09-16T23:25:36.107Z Sep 16 23:24:29.456 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184012026-09-16T23:25:36.107Z Sep 16 23:24:29.494 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184022026-09-16T23:25:36.107Z Sep 16 23:24:29.494 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184032026-09-16T23:25:36.107Z Sep 16 23:24:29.532 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184042026-09-16T23:25:36.107Z Sep 16 23:24:29.532 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184052026-09-16T23:25:36.107Z Sep 16 23:24:29.570 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184062026-09-16T23:25:36.107Z Sep 16 23:24:29.570 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184072026-09-16T23:25:36.107Z Sep 16 23:24:29.608 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184082026-09-16T23:25:36.107Z Sep 16 23:24:29.608 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184092026-09-16T23:25:36.107Z Sep 16 23:24:29.646 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184102026-09-16T23:25:36.107Z Sep 16 23:24:29.646 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184112026-09-16T23:25:36.107Z Sep 16 23:24:29.652 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184122026-09-16T23:25:36.107Z Sep 16 23:24:29.652 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184132026-09-16T23:25:36.107Z Sep 16 23:24:29.658 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184142026-09-16T23:25:36.108Z Sep 16 23:24:29.658 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184152026-09-16T23:25:36.108Z Sep 16 23:24:29.664 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184162026-09-16T23:25:36.108Z Sep 16 23:24:29.665 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184172026-09-16T23:25:36.108Z Sep 16 23:24:29.670 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184182026-09-16T23:25:36.108Z Sep 16 23:24:29.671 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184192026-09-16T23:25:36.108Z Sep 16 23:24:29.676 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184202026-09-16T23:25:36.509Z Sep 16 23:24:29.677 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184212026-09-16T23:25:36.509Z Sep 16 23:24:29.683 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184222026-09-16T23:25:36.509Z Sep 16 23:24:29.683 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184232026-09-16T23:25:36.509Z Sep 16 23:24:29.689 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184242026-09-16T23:25:36.509Z Sep 16 23:24:29.689 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184252026-09-16T23:25:36.509Z Sep 16 23:24:29.695 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184262026-09-16T23:25:36.509Z Sep 16 23:24:29.695 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184272026-09-16T23:25:36.510Z Sep 16 23:24:29.697 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
184282026-09-16T23:25:36.510Z Sep 16 23:24:29.700 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
184292026-09-16T23:25:36.510Z Sep 16 23:24:29.701 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
184302026-09-16T23:25:36.510Z Sep 16 23:24:29.739 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
184312026-09-16T23:25:36.510Z Sep 16 23:24:29.745 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184322026-09-16T23:25:36.510Z Sep 16 23:24:29.785 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
184332026-09-16T23:25:36.510Z Sep 16 23:24:29.791 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184342026-09-16T23:25:36.510Z Sep 16 23:24:29.793 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
184352026-09-16T23:25:36.510Z Sep 16 23:24:29.831 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
184362026-09-16T23:25:36.510Z Sep 16 23:24:29.837 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184372026-09-16T23:25:36.510Z Sep 16 23:24:29.838 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
184382026-09-16T23:25:36.510Z Sep 16 23:24:29.875 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
184392026-09-16T23:25:36.510Z Sep 16 23:24:29.881 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184402026-09-16T23:25:36.510Z Sep 16 23:24:29.882 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
184412026-09-16T23:25:36.510Z Sep 16 23:24:29.889 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
184422026-09-16T23:25:36.511Z Sep 16 23:24:29.896 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
184432026-09-16T23:25:36.511Z Sep 16 23:24:29.942 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184442026-09-16T23:25:36.511Z Sep 16 23:24:29.942 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184452026-09-16T23:25:36.511Z Sep 16 23:24:29.987 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184462026-09-16T23:25:36.511Z Sep 16 23:24:29.987 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184472026-09-16T23:25:36.511Z Sep 16 23:24:30.025 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184482026-09-16T23:25:36.511Z Sep 16 23:24:30.025 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184492026-09-16T23:25:36.511Z Sep 16 23:24:30.026 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
184502026-09-16T23:25:36.511Z Sep 16 23:24:30.026 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
184512026-09-16T23:25:36.511Z Sep 16 23:24:30.026 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
184522026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
184532026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
184542026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
184552026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
184562026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
184572026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
184582026-09-16T23:25:36.511Z Sep 16 23:24:30.027 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
184592026-09-16T23:25:36.512Z Sep 16 23:24:30.027 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
184602026-09-16T23:25:36.512Z Sep 16 23:24:30.027 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
184612026-09-16T23:25:36.512Z Sep 16 23:24:30.065 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184622026-09-16T23:25:36.512Z Sep 16 23:24:30.065 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184632026-09-16T23:25:36.512Z Sep 16 23:24:30.071 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184642026-09-16T23:25:36.512Z Sep 16 23:24:30.071 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184652026-09-16T23:25:36.512Z Sep 16 23:24:30.077 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184662026-09-16T23:25:36.512Z Sep 16 23:24:30.078 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184672026-09-16T23:25:36.512Z Sep 16 23:24:30.083 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184682026-09-16T23:25:36.512Z Sep 16 23:24:30.084 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184692026-09-16T23:25:36.512Z Sep 16 23:24:30.090 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
184702026-09-16T23:25:36.512Z Sep 16 23:24:30.090 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184712026-09-16T23:25:36.512Z Sep 16 23:24:30.201 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
184722026-09-16T23:25:36.512Z Sep 16 23:24:30.201 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
184732026-09-16T23:25:36.512Z Sep 16 23:24:30.206 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
184742026-09-16T23:25:36.512Z Sep 16 23:24:30.244 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
184752026-09-16T23:25:36.512Z Sep 16 23:24:30.250 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184762026-09-16T23:25:36.512Z Sep 16 23:24:30.252 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
184772026-09-16T23:25:36.512Z Sep 16 23:24:30.290 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
184782026-09-16T23:25:36.512Z Sep 16 23:24:30.296 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
184792026-09-16T23:25:36.512Z Sep 16 23:24:30.334 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
184802026-09-16T23:25:36.512Z Sep 16 23:24:30.340 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184812026-09-16T23:25:36.512Z Sep 16 23:24:30.378 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
184822026-09-16T23:25:36.512Z Sep 16 23:24:30.384 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184832026-09-16T23:25:36.512Z Sep 16 23:24:30.385 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
184842026-09-16T23:25:36.512Z Sep 16 23:24:30.385 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
184852026-09-16T23:25:36.512Z Sep 16 23:24:30.385 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
184862026-09-16T23:25:36.512Z Sep 16 23:24:30.392 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
184872026-09-16T23:25:36.513Z Sep 16 23:24:30.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184882026-09-16T23:25:36.513Z Sep 16 23:24:30.451 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184892026-09-16T23:25:36.513Z Sep 16 23:24:30.489 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
184902026-09-16T23:25:36.513Z Sep 16 23:24:30.489 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
184912026-09-16T23:25:36.513Z Sep 16 23:24:30.527 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184922026-09-16T23:25:36.513Z Sep 16 23:24:30.527 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184932026-09-16T23:25:36.513Z Sep 16 23:24:30.565 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
184942026-09-16T23:25:36.513Z Sep 16 23:24:30.565 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
184952026-09-16T23:25:36.513Z Sep 16 23:24:30.571 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184962026-09-16T23:25:36.513Z Sep 16 23:24:30.571 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184972026-09-16T23:25:36.513Z Sep 16 23:24:30.577 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
184982026-09-16T23:25:36.513Z Sep 16 23:24:30.577 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
184992026-09-16T23:25:36.513Z Sep 16 23:24:30.583 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185002026-09-16T23:25:36.514Z Sep 16 23:24:30.583 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185012026-09-16T23:25:36.514Z Sep 16 23:24:30.589 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185022026-09-16T23:25:36.514Z Sep 16 23:24:30.589 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185032026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
185042026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
185052026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
185062026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
185072026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
185082026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
185092026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
185102026-09-16T23:25:36.514Z Sep 16 23:24:30.590 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
185112026-09-16T23:25:36.514Z Sep 16 23:24:30.593 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185122026-09-16T23:25:36.514Z Sep 16 23:24:30.593 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185132026-09-16T23:25:36.514Z Sep 16 23:24:30.598 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185142026-09-16T23:25:36.514Z Sep 16 23:24:30.598 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185152026-09-16T23:25:36.514Z Sep 16 23:24:30.599 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185162026-09-16T23:25:36.514Z Sep 16 23:24:30.637 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185172026-09-16T23:25:36.514Z Sep 16 23:24:30.643 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185182026-09-16T23:25:36.514Z Sep 16 23:24:30.645 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185192026-09-16T23:25:36.514Z Sep 16 23:24:30.683 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185202026-09-16T23:25:36.522Z Sep 16 23:24:30.689 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185212026-09-16T23:25:36.522Z Sep 16 23:24:30.731 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185222026-09-16T23:25:36.522Z Sep 16 23:24:30.737 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185232026-09-16T23:25:36.522Z Sep 16 23:24:30.775 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185242026-09-16T23:25:36.522Z Sep 16 23:24:30.781 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185252026-09-16T23:25:36.523Z Sep 16 23:24:30.783 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185262026-09-16T23:25:36.523Z Sep 16 23:24:30.821 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185272026-09-16T23:25:36.523Z Sep 16 23:24:30.827 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185282026-09-16T23:25:36.523Z Sep 16 23:24:30.829 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185292026-09-16T23:25:36.523Z Sep 16 23:24:30.867 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185302026-09-16T23:25:36.523Z Sep 16 23:24:30.873 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185312026-09-16T23:25:36.523Z Sep 16 23:24:30.873 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185322026-09-16T23:25:36.523Z Sep 16 23:24:30.873 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185332026-09-16T23:25:36.523Z Sep 16 23:24:30.911 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185342026-09-16T23:25:36.523Z Sep 16 23:24:30.917 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185352026-09-16T23:25:36.523Z Sep 16 23:24:30.955 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185362026-09-16T23:25:36.524Z Sep 16 23:24:30.961 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185372026-09-16T23:25:36.524Z Sep 16 23:24:30.962 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185382026-09-16T23:25:36.524Z Sep 16 23:24:30.969 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185392026-09-16T23:25:36.524Z Sep 16 23:24:30.976 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185402026-09-16T23:25:36.524Z Sep 16 23:24:30.976 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185412026-09-16T23:25:36.524Z Sep 16 23:24:30.991 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185422026-09-16T23:25:36.524Z Sep 16 23:24:30.998 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185432026-09-16T23:25:36.524Z Sep 16 23:24:31.043 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185442026-09-16T23:25:36.524Z Sep 16 23:24:31.043 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185452026-09-16T23:25:36.524Z Sep 16 23:24:31.081 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185462026-09-16T23:25:36.524Z Sep 16 23:24:31.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185472026-09-16T23:25:36.524Z Sep 16 23:24:31.133 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
185482026-09-16T23:25:36.524Z Sep 16 23:24:31.133 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
185492026-09-16T23:25:36.524Z Sep 16 23:24:31.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
185502026-09-16T23:25:36.524Z Sep 16 23:24:31.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
185512026-09-16T23:25:36.524Z Sep 16 23:24:31.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185522026-09-16T23:25:36.524Z Sep 16 23:24:31.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185532026-09-16T23:25:36.524Z Sep 16 23:24:31.247 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185542026-09-16T23:25:36.524Z Sep 16 23:24:31.247 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185552026-09-16T23:25:36.524Z Sep 16 23:24:31.285 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
185562026-09-16T23:25:36.524Z Sep 16 23:24:31.285 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
185572026-09-16T23:25:36.524Z Sep 16 23:24:31.322 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
185582026-09-16T23:25:36.524Z Sep 16 23:24:31.322 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
185592026-09-16T23:25:36.524Z Sep 16 23:24:31.329 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
185602026-09-16T23:25:36.524Z Sep 16 23:24:31.329 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185612026-09-16T23:25:36.524Z Sep 16 23:24:31.335 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
185622026-09-16T23:25:36.525Z Sep 16 23:24:31.335 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185632026-09-16T23:25:36.525Z Sep 16 23:24:31.341 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185642026-09-16T23:25:36.525Z Sep 16 23:24:31.341 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185652026-09-16T23:25:36.525Z Sep 16 23:24:31.347 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185662026-09-16T23:25:36.525Z Sep 16 23:24:31.347 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185672026-09-16T23:25:36.525Z Sep 16 23:24:31.353 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
185682026-09-16T23:25:36.525Z Sep 16 23:24:31.353 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185692026-09-16T23:25:36.525Z Sep 16 23:24:31.359 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
185702026-09-16T23:25:36.525Z Sep 16 23:24:31.359 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185712026-09-16T23:25:36.525Z Sep 16 23:24:31.366 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185722026-09-16T23:25:36.525Z Sep 16 23:24:31.366 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185732026-09-16T23:25:36.525Z Sep 16 23:24:31.372 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
185742026-09-16T23:25:36.525Z Sep 16 23:24:31.372 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185752026-09-16T23:25:36.525Z Sep 16 23:24:31.374 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185762026-09-16T23:25:36.525Z Sep 16 23:24:31.377 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
185772026-09-16T23:25:36.525Z Sep 16 23:24:31.378 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185782026-09-16T23:25:36.525Z Sep 16 23:24:31.416 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185792026-09-16T23:25:36.525Z Sep 16 23:24:31.422 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185802026-09-16T23:25:36.525Z Sep 16 23:24:31.462 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185812026-09-16T23:25:36.525Z Sep 16 23:24:31.468 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185822026-09-16T23:25:36.525Z Sep 16 23:24:31.470 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
185832026-09-16T23:25:36.525Z Sep 16 23:24:31.508 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
185842026-09-16T23:25:36.525Z Sep 16 23:24:31.514 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
185852026-09-16T23:25:36.526Z Sep 16 23:24:31.515 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185862026-09-16T23:25:36.526Z Sep 16 23:24:31.552 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
185872026-09-16T23:25:36.526Z Sep 16 23:24:31.558 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
185882026-09-16T23:25:36.526Z Sep 16 23:24:31.559 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185892026-09-16T23:25:36.526Z Sep 16 23:24:31.566 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
185902026-09-16T23:25:36.526Z Sep 16 23:24:31.573 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
185912026-09-16T23:25:36.526Z Sep 16 23:24:31.618 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185922026-09-16T23:25:36.526Z Sep 16 23:24:31.618 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185932026-09-16T23:25:36.526Z Sep 16 23:24:31.663 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
185942026-09-16T23:25:36.526Z Sep 16 23:24:31.664 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
185952026-09-16T23:25:36.526Z Sep 16 23:24:31.701 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
185962026-09-16T23:25:36.526Z Sep 16 23:24:31.701 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
185972026-09-16T23:25:36.526Z Sep 16 23:24:31.702 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
185982026-09-16T23:25:36.527Z Sep 16 23:24:31.702 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
185992026-09-16T23:25:36.527Z Sep 16 23:24:31.702 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
186002026-09-16T23:25:36.527Z Sep 16 23:24:31.702 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
186012026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
186022026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
186032026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
186042026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
186052026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
186062026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
186072026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
186082026-09-16T23:25:36.527Z Sep 16 23:24:31.703 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
186092026-09-16T23:25:36.527Z Sep 16 23:24:31.741 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
186102026-09-16T23:25:36.527Z Sep 16 23:24:31.741 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
186112026-09-16T23:25:36.527Z Sep 16 23:24:31.747 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
186122026-09-16T23:25:36.527Z Sep 16 23:24:31.747 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186132026-09-16T23:25:36.528Z Sep 16 23:24:31.753 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
186142026-09-16T23:25:36.528Z Sep 16 23:24:31.753 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186152026-09-16T23:25:36.528Z Sep 16 23:24:31.759 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
186162026-09-16T23:25:36.528Z Sep 16 23:24:31.759 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186172026-09-16T23:25:36.528Z Sep 16 23:24:31.765 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
186182026-09-16T23:25:36.528Z Sep 16 23:24:31.765 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186192026-09-16T23:25:36.528Z Sep 16 23:24:31.878 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186202026-09-16T23:25:36.533Z Sep 16 23:24:31.878 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186212026-09-16T23:25:36.533Z Sep 16 23:24:31.883 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186222026-09-16T23:25:36.533Z Sep 16 23:24:31.921 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186232026-09-16T23:25:36.533Z Sep 16 23:24:31.927 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186242026-09-16T23:25:36.533Z Sep 16 23:24:31.929 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186252026-09-16T23:25:36.533Z Sep 16 23:24:31.966 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186262026-09-16T23:25:36.533Z Sep 16 23:24:31.972 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186272026-09-16T23:25:36.533Z Sep 16 23:24:32.011 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186282026-09-16T23:25:36.533Z Sep 16 23:24:32.017 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186292026-09-16T23:25:36.533Z Sep 16 23:24:32.055 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186302026-09-16T23:25:36.533Z Sep 16 23:24:32.061 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186312026-09-16T23:25:36.533Z Sep 16 23:24:32.062 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186322026-09-16T23:25:36.533Z Sep 16 23:24:32.062 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186332026-09-16T23:25:36.533Z Sep 16 23:24:32.062 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186342026-09-16T23:25:36.533Z Sep 16 23:24:32.069 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186352026-09-16T23:25:36.533Z Sep 16 23:24:32.128 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
186362026-09-16T23:25:36.533Z Sep 16 23:24:32.128 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
186372026-09-16T23:25:36.533Z Sep 16 23:24:32.166 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
186382026-09-16T23:25:36.533Z Sep 16 23:24:32.167 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
186392026-09-16T23:25:36.534Z Sep 16 23:24:32.205 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
186402026-09-16T23:25:36.534Z Sep 16 23:24:32.205 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
186412026-09-16T23:25:36.534Z Sep 16 23:24:32.242 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
186422026-09-16T23:25:36.534Z Sep 16 23:24:32.242 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
186432026-09-16T23:25:36.534Z Sep 16 23:24:32.249 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
186442026-09-16T23:25:36.534Z Sep 16 23:24:32.249 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186452026-09-16T23:25:36.534Z Sep 16 23:24:32.255 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
186462026-09-16T23:25:36.534Z Sep 16 23:24:32.255 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186472026-09-16T23:25:36.534Z Sep 16 23:24:32.261 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
186482026-09-16T23:25:36.534Z Sep 16 23:24:32.261 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186492026-09-16T23:25:36.534Z Sep 16 23:24:32.267 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
186502026-09-16T23:25:36.534Z Sep 16 23:24:32.267 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186512026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
186522026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
186532026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
186542026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
186552026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
186562026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
186572026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
186582026-09-16T23:25:36.534Z Sep 16 23:24:32.267 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
186592026-09-16T23:25:36.534Z Sep 16 23:24:32.271 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186602026-09-16T23:25:36.534Z Sep 16 23:24:32.271 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186612026-09-16T23:25:36.534Z Sep 16 23:24:32.275 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186622026-09-16T23:25:36.534Z Sep 16 23:24:32.276 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
186632026-09-16T23:25:36.534Z Sep 16 23:24:32.277 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186642026-09-16T23:25:36.534Z Sep 16 23:24:32.315 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186652026-09-16T23:25:36.534Z Sep 16 23:24:32.321 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186662026-09-16T23:25:36.534Z Sep 16 23:24:32.323 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186672026-09-16T23:25:36.535Z Sep 16 23:24:32.361 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186682026-09-16T23:25:36.535Z Sep 16 23:24:32.367 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186692026-09-16T23:25:36.535Z Sep 16 23:24:32.408 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186702026-09-16T23:25:36.535Z Sep 16 23:24:32.414 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186712026-09-16T23:25:36.535Z Sep 16 23:24:32.453 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186722026-09-16T23:25:36.535Z Sep 16 23:24:32.459 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186732026-09-16T23:25:36.535Z Sep 16 23:24:32.461 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186742026-09-16T23:25:36.535Z Sep 16 23:24:32.499 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186752026-09-16T23:25:36.535Z Sep 16 23:24:32.505 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186762026-09-16T23:25:36.535Z Sep 16 23:24:32.507 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
186772026-09-16T23:25:36.535Z Sep 16 23:24:32.544 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
186782026-09-16T23:25:36.535Z Sep 16 23:24:32.550 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
186792026-09-16T23:25:36.535Z Sep 16 23:24:32.551 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186802026-09-16T23:25:36.535Z Sep 16 23:24:32.551 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186812026-09-16T23:25:36.535Z Sep 16 23:24:32.589 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186822026-09-16T23:25:36.535Z Sep 16 23:24:32.595 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186832026-09-16T23:25:36.535Z Sep 16 23:24:32.633 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
186842026-09-16T23:25:36.535Z Sep 16 23:24:32.639 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
186852026-09-16T23:25:36.535Z Sep 16 23:24:32.640 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186862026-09-16T23:25:36.535Z Sep 16 23:24:32.647 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186872026-09-16T23:25:36.535Z Sep 16 23:24:32.654 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186882026-09-16T23:25:36.535Z Sep 16 23:24:32.654 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
186892026-09-16T23:25:36.535Z Sep 16 23:24:32.669 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186902026-09-16T23:25:36.535Z Sep 16 23:24:32.676 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
186912026-09-16T23:25:36.535Z Sep 16 23:24:32.720 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
186922026-09-16T23:25:36.535Z Sep 16 23:24:32.720 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
186932026-09-16T23:25:36.535Z Sep 16 23:24:32.758 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
186942026-09-16T23:25:36.535Z Sep 16 23:24:32.758 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
186952026-09-16T23:25:36.536Z Sep 16 23:24:32.811 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
186962026-09-16T23:25:36.536Z Sep 16 23:24:32.811 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
186972026-09-16T23:25:36.536Z Sep 16 23:24:32.849 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
186982026-09-16T23:25:36.536Z Sep 16 23:24:32.849 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
186992026-09-16T23:25:36.536Z Sep 16 23:24:32.886 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187002026-09-16T23:25:36.536Z Sep 16 23:24:32.887 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187012026-09-16T23:25:36.536Z Sep 16 23:24:32.924 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187022026-09-16T23:25:36.536Z Sep 16 23:24:32.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187032026-09-16T23:25:36.536Z Sep 16 23:24:32.963 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187042026-09-16T23:25:36.536Z Sep 16 23:24:32.963 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187052026-09-16T23:25:36.536Z Sep 16 23:24:33.000 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187062026-09-16T23:25:36.536Z Sep 16 23:24:33.000 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187072026-09-16T23:25:36.536Z Sep 16 23:24:33.007 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187082026-09-16T23:25:36.536Z Sep 16 23:24:33.007 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187092026-09-16T23:25:36.536Z Sep 16 23:24:33.013 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187102026-09-16T23:25:36.536Z Sep 16 23:24:33.013 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187112026-09-16T23:25:36.536Z Sep 16 23:24:33.019 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187122026-09-16T23:25:36.536Z Sep 16 23:24:33.019 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187132026-09-16T23:25:36.536Z Sep 16 23:24:33.025 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187142026-09-16T23:25:36.537Z Sep 16 23:24:33.025 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187152026-09-16T23:25:36.537Z Sep 16 23:24:33.031 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187162026-09-16T23:25:36.537Z Sep 16 23:24:33.031 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187172026-09-16T23:25:36.537Z Sep 16 23:24:33.037 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187182026-09-16T23:25:36.537Z Sep 16 23:24:33.037 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187192026-09-16T23:25:36.537Z Sep 16 23:24:33.044 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187202026-09-16T23:25:36.542Z Sep 16 23:24:33.044 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187212026-09-16T23:25:36.542Z Sep 16 23:24:33.050 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187222026-09-16T23:25:36.542Z Sep 16 23:24:33.050 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187232026-09-16T23:25:36.542Z Sep 16 23:24:33.051 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
187242026-09-16T23:25:36.542Z Sep 16 23:24:33.055 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
187252026-09-16T23:25:36.542Z Sep 16 23:24:33.056 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
187262026-09-16T23:25:36.542Z Sep 16 23:24:33.094 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
187272026-09-16T23:25:36.542Z Sep 16 23:24:33.100 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187282026-09-16T23:25:36.542Z Sep 16 23:24:33.140 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
187292026-09-16T23:25:36.542Z Sep 16 23:24:33.146 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187302026-09-16T23:25:36.542Z Sep 16 23:24:33.148 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
187312026-09-16T23:25:36.542Z Sep 16 23:24:33.186 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
187322026-09-16T23:25:36.542Z Sep 16 23:24:33.192 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187332026-09-16T23:25:36.542Z Sep 16 23:24:33.193 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
187342026-09-16T23:25:36.542Z Sep 16 23:24:33.230 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
187352026-09-16T23:25:36.542Z Sep 16 23:24:33.236 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187362026-09-16T23:25:36.542Z Sep 16 23:24:33.237 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
187372026-09-16T23:25:36.542Z Sep 16 23:24:33.244 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
187382026-09-16T23:25:36.543Z Sep 16 23:24:33.251 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
187392026-09-16T23:25:36.543Z Sep 16 23:24:33.296 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187402026-09-16T23:25:36.543Z Sep 16 23:24:33.296 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187412026-09-16T23:25:36.543Z Sep 16 23:24:33.341 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187422026-09-16T23:25:36.543Z Sep 16 23:24:33.342 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187432026-09-16T23:25:36.543Z Sep 16 23:24:33.379 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187442026-09-16T23:25:36.543Z Sep 16 23:24:33.379 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187452026-09-16T23:25:36.543Z Sep 16 23:24:33.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
187462026-09-16T23:25:36.543Z Sep 16 23:24:33.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
187472026-09-16T23:25:36.543Z Sep 16 23:24:33.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
187482026-09-16T23:25:36.543Z Sep 16 23:24:33.380 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
187492026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
187502026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
187512026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
187522026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
187532026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
187542026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
187552026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
187562026-09-16T23:25:36.543Z Sep 16 23:24:33.381 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
187572026-09-16T23:25:36.544Z Sep 16 23:24:33.419 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187582026-09-16T23:25:36.544Z Sep 16 23:24:33.419 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187592026-09-16T23:25:36.544Z Sep 16 23:24:33.425 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187602026-09-16T23:25:36.544Z Sep 16 23:24:33.425 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187612026-09-16T23:25:36.544Z Sep 16 23:24:33.431 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187622026-09-16T23:25:36.544Z Sep 16 23:24:33.431 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187632026-09-16T23:25:36.544Z Sep 16 23:24:33.437 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187642026-09-16T23:25:36.544Z Sep 16 23:24:33.437 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187652026-09-16T23:25:36.544Z Sep 16 23:24:33.443 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187662026-09-16T23:25:36.544Z Sep 16 23:24:33.444 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187672026-09-16T23:25:36.544Z Sep 16 23:24:33.556 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
187682026-09-16T23:25:36.544Z Sep 16 23:24:33.556 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
187692026-09-16T23:25:36.544Z Sep 16 23:24:33.561 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
187702026-09-16T23:25:36.544Z Sep 16 23:24:33.599 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
187712026-09-16T23:25:36.544Z Sep 16 23:24:33.605 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187722026-09-16T23:25:36.544Z Sep 16 23:24:33.607 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
187732026-09-16T23:25:36.544Z Sep 16 23:24:33.644 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
187742026-09-16T23:25:36.544Z Sep 16 23:24:33.650 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187752026-09-16T23:25:36.544Z Sep 16 23:24:33.689 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
187762026-09-16T23:25:36.545Z Sep 16 23:24:33.695 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187772026-09-16T23:25:36.545Z Sep 16 23:24:33.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
187782026-09-16T23:25:36.545Z Sep 16 23:24:33.739 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187792026-09-16T23:25:36.545Z Sep 16 23:24:33.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
187802026-09-16T23:25:36.545Z Sep 16 23:24:33.740 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
187812026-09-16T23:25:36.545Z Sep 16 23:24:33.740 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
187822026-09-16T23:25:36.545Z Sep 16 23:24:33.747 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
187832026-09-16T23:25:36.545Z Sep 16 23:24:33.806 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187842026-09-16T23:25:36.545Z Sep 16 23:24:33.806 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187852026-09-16T23:25:36.545Z Sep 16 23:24:33.844 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
187862026-09-16T23:25:36.545Z Sep 16 23:24:33.844 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
187872026-09-16T23:25:36.545Z Sep 16 23:24:33.882 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187882026-09-16T23:25:36.545Z Sep 16 23:24:33.882 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187892026-09-16T23:25:36.545Z Sep 16 23:24:33.920 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
187902026-09-16T23:25:36.545Z Sep 16 23:24:33.920 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
187912026-09-16T23:25:36.545Z Sep 16 23:24:33.926 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187922026-09-16T23:25:36.545Z Sep 16 23:24:33.926 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187932026-09-16T23:25:36.545Z Sep 16 23:24:33.932 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
187942026-09-16T23:25:36.545Z Sep 16 23:24:33.932 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
187952026-09-16T23:25:36.545Z Sep 16 23:24:33.938 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187962026-09-16T23:25:36.545Z Sep 16 23:24:33.938 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187972026-09-16T23:25:36.545Z Sep 16 23:24:33.944 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
187982026-09-16T23:25:36.545Z Sep 16 23:24:33.944 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
187992026-09-16T23:25:36.545Z Sep 16 23:24:33.944 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
188002026-09-16T23:25:36.545Z Sep 16 23:24:33.944 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
188012026-09-16T23:25:36.545Z Sep 16 23:24:33.944 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
188022026-09-16T23:25:36.545Z Sep 16 23:24:33.944 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
188032026-09-16T23:25:36.546Z Sep 16 23:24:33.944 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
188042026-09-16T23:25:36.546Z Sep 16 23:24:33.944 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
188052026-09-16T23:25:36.546Z Sep 16 23:24:33.944 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
188062026-09-16T23:25:36.546Z Sep 16 23:24:33.944 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
188072026-09-16T23:25:36.546Z Sep 16 23:24:33.947 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188082026-09-16T23:25:36.546Z Sep 16 23:24:33.948 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188092026-09-16T23:25:36.546Z Sep 16 23:24:33.952 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188102026-09-16T23:25:36.546Z Sep 16 23:24:33.952 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188112026-09-16T23:25:36.546Z Sep 16 23:24:33.954 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188122026-09-16T23:25:36.546Z Sep 16 23:24:33.992 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188132026-09-16T23:25:36.546Z Sep 16 23:24:33.998 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188142026-09-16T23:25:36.546Z Sep 16 23:24:34.000 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188152026-09-16T23:25:36.546Z Sep 16 23:24:34.037 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188162026-09-16T23:25:36.546Z Sep 16 23:24:34.043 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188172026-09-16T23:25:36.546Z Sep 16 23:24:34.085 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188182026-09-16T23:25:36.546Z Sep 16 23:24:34.091 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188192026-09-16T23:25:36.546Z Sep 16 23:24:34.129 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188202026-09-16T23:25:36.551Z Sep 16 23:24:34.135 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188212026-09-16T23:25:36.551Z Sep 16 23:24:34.137 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188222026-09-16T23:25:36.551Z Sep 16 23:24:34.175 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188232026-09-16T23:25:36.551Z Sep 16 23:24:34.181 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188242026-09-16T23:25:36.551Z Sep 16 23:24:34.183 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188252026-09-16T23:25:36.551Z Sep 16 23:24:34.221 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188262026-09-16T23:25:36.551Z Sep 16 23:24:34.227 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188272026-09-16T23:25:36.551Z Sep 16 23:24:34.228 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188282026-09-16T23:25:36.551Z Sep 16 23:24:34.228 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188292026-09-16T23:25:36.551Z Sep 16 23:24:34.265 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188302026-09-16T23:25:36.551Z Sep 16 23:24:34.271 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188312026-09-16T23:25:36.551Z Sep 16 23:24:34.310 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188322026-09-16T23:25:36.552Z Sep 16 23:24:34.316 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188332026-09-16T23:25:36.552Z Sep 16 23:24:34.316 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188342026-09-16T23:25:36.552Z Sep 16 23:24:34.323 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188352026-09-16T23:25:36.552Z Sep 16 23:24:34.331 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188362026-09-16T23:25:36.552Z Sep 16 23:24:34.331 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188372026-09-16T23:25:36.552Z Sep 16 23:24:34.345 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188382026-09-16T23:25:36.552Z Sep 16 23:24:34.352 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188392026-09-16T23:25:36.552Z Sep 16 23:24:34.397 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188402026-09-16T23:25:36.552Z Sep 16 23:24:34.397 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188412026-09-16T23:25:36.552Z Sep 16 23:24:34.435 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188422026-09-16T23:25:36.552Z Sep 16 23:24:34.435 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188432026-09-16T23:25:36.552Z Sep 16 23:24:34.488 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
188442026-09-16T23:25:36.552Z Sep 16 23:24:34.488 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
188452026-09-16T23:25:36.552Z Sep 16 23:24:34.525 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
188462026-09-16T23:25:36.552Z Sep 16 23:24:34.525 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
188472026-09-16T23:25:36.552Z Sep 16 23:24:34.563 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188482026-09-16T23:25:36.552Z Sep 16 23:24:34.563 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188492026-09-16T23:25:36.552Z Sep 16 23:24:34.601 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188502026-09-16T23:25:36.552Z Sep 16 23:24:34.601 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188512026-09-16T23:25:36.552Z Sep 16 23:24:34.639 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
188522026-09-16T23:25:36.552Z Sep 16 23:24:34.640 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
188532026-09-16T23:25:36.552Z Sep 16 23:24:34.677 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
188542026-09-16T23:25:36.552Z Sep 16 23:24:34.677 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
188552026-09-16T23:25:36.552Z Sep 16 23:24:34.684 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
188562026-09-16T23:25:36.552Z Sep 16 23:24:34.684 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188572026-09-16T23:25:36.552Z Sep 16 23:24:34.690 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
188582026-09-16T23:25:36.553Z Sep 16 23:24:34.690 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188592026-09-16T23:25:36.554Z Sep 16 23:24:34.696 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
188602026-09-16T23:25:36.554Z Sep 16 23:24:34.696 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188612026-09-16T23:25:36.554Z Sep 16 23:24:34.702 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
188622026-09-16T23:25:36.554Z Sep 16 23:24:34.702 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188632026-09-16T23:25:36.554Z Sep 16 23:24:34.708 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
188642026-09-16T23:25:36.554Z Sep 16 23:24:34.708 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188652026-09-16T23:25:36.554Z Sep 16 23:24:34.714 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
188662026-09-16T23:25:36.554Z Sep 16 23:24:34.714 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188672026-09-16T23:25:36.554Z Sep 16 23:24:34.720 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
188682026-09-16T23:25:36.554Z Sep 16 23:24:34.721 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188692026-09-16T23:25:36.554Z Sep 16 23:24:34.726 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
188702026-09-16T23:25:36.554Z Sep 16 23:24:34.727 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188712026-09-16T23:25:36.554Z Sep 16 23:24:34.728 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188722026-09-16T23:25:36.554Z Sep 16 23:24:34.731 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
188732026-09-16T23:25:36.554Z Sep 16 23:24:34.733 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188742026-09-16T23:25:36.554Z Sep 16 23:24:34.770 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188752026-09-16T23:25:36.554Z Sep 16 23:24:34.776 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188762026-09-16T23:25:36.554Z Sep 16 23:24:34.817 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188772026-09-16T23:25:36.554Z Sep 16 23:24:34.823 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188782026-09-16T23:25:36.554Z Sep 16 23:24:34.824 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
188792026-09-16T23:25:36.554Z Sep 16 23:24:34.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
188802026-09-16T23:25:36.554Z Sep 16 23:24:34.868 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
188812026-09-16T23:25:36.554Z Sep 16 23:24:34.869 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188822026-09-16T23:25:36.554Z Sep 16 23:24:34.907 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
188832026-09-16T23:25:36.554Z Sep 16 23:24:34.913 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
188842026-09-16T23:25:36.554Z Sep 16 23:24:34.914 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188852026-09-16T23:25:36.554Z Sep 16 23:24:34.921 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
188862026-09-16T23:25:36.554Z Sep 16 23:24:34.928 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
188872026-09-16T23:25:36.555Z Sep 16 23:24:34.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188882026-09-16T23:25:36.555Z Sep 16 23:24:34.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188892026-09-16T23:25:36.555Z Sep 16 23:24:35.018 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
188902026-09-16T23:25:36.555Z Sep 16 23:24:35.019 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
188912026-09-16T23:25:36.555Z Sep 16 23:24:35.056 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
188922026-09-16T23:25:36.555Z Sep 16 23:24:35.056 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
188932026-09-16T23:25:36.555Z Sep 16 23:24:35.057 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
188942026-09-16T23:25:36.555Z Sep 16 23:24:35.057 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
188952026-09-16T23:25:36.555Z Sep 16 23:24:35.057 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
188962026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
188972026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
188982026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
188992026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
189002026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
189012026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
189022026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
189032026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
189042026-09-16T23:25:36.555Z Sep 16 23:24:35.058 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
189052026-09-16T23:25:36.555Z Sep 16 23:24:35.096 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
189062026-09-16T23:25:36.555Z Sep 16 23:24:35.096 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
189072026-09-16T23:25:36.555Z Sep 16 23:24:35.102 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
189082026-09-16T23:25:36.555Z Sep 16 23:24:35.102 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189092026-09-16T23:25:36.555Z Sep 16 23:24:35.109 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
189102026-09-16T23:25:36.555Z Sep 16 23:24:35.109 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189112026-09-16T23:25:36.555Z Sep 16 23:24:35.115 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
189122026-09-16T23:25:36.555Z Sep 16 23:24:35.115 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189132026-09-16T23:25:36.556Z Sep 16 23:24:35.121 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
189142026-09-16T23:25:36.556Z Sep 16 23:24:35.121 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189152026-09-16T23:25:36.556Z Sep 16 23:24:35.233 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189162026-09-16T23:25:36.556Z Sep 16 23:24:35.234 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189172026-09-16T23:25:36.556Z Sep 16 23:24:35.238 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189182026-09-16T23:25:36.556Z Sep 16 23:24:35.276 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189192026-09-16T23:25:36.556Z Sep 16 23:24:35.282 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189202026-09-16T23:25:36.562Z Sep 16 23:24:35.284 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189212026-09-16T23:25:36.562Z Sep 16 23:24:35.322 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189222026-09-16T23:25:36.562Z Sep 16 23:24:35.328 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189232026-09-16T23:25:36.562Z Sep 16 23:24:35.366 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189242026-09-16T23:25:36.562Z Sep 16 23:24:35.372 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189252026-09-16T23:25:36.562Z Sep 16 23:24:35.410 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189262026-09-16T23:25:36.562Z Sep 16 23:24:35.416 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189272026-09-16T23:25:36.562Z Sep 16 23:24:35.417 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189282026-09-16T23:25:36.562Z Sep 16 23:24:35.417 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189292026-09-16T23:25:36.562Z Sep 16 23:24:35.417 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189302026-09-16T23:25:36.563Z Sep 16 23:24:35.424 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189312026-09-16T23:25:36.563Z Sep 16 23:24:35.484 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189322026-09-16T23:25:36.563Z Sep 16 23:24:35.484 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189332026-09-16T23:25:36.563Z Sep 16 23:24:35.522 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189342026-09-16T23:25:36.563Z Sep 16 23:24:35.522 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189352026-09-16T23:25:36.563Z Sep 16 23:24:35.560 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
189362026-09-16T23:25:36.563Z Sep 16 23:24:35.560 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
189372026-09-16T23:25:36.563Z Sep 16 23:24:35.597 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
189382026-09-16T23:25:36.563Z Sep 16 23:24:35.597 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
189392026-09-16T23:25:36.563Z Sep 16 23:24:35.604 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
189402026-09-16T23:25:36.563Z Sep 16 23:24:35.604 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189412026-09-16T23:25:36.563Z Sep 16 23:24:35.610 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
189422026-09-16T23:25:36.563Z Sep 16 23:24:35.610 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189432026-09-16T23:25:36.563Z Sep 16 23:24:35.616 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
189442026-09-16T23:25:36.563Z Sep 16 23:24:35.616 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189452026-09-16T23:25:36.563Z Sep 16 23:24:35.622 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
189462026-09-16T23:25:36.563Z Sep 16 23:24:35.622 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189472026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
189482026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
189492026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
189502026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
189512026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
189522026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
189532026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
189542026-09-16T23:25:36.563Z Sep 16 23:24:35.622 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
189552026-09-16T23:25:36.563Z Sep 16 23:24:35.625 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189562026-09-16T23:25:36.563Z Sep 16 23:24:35.625 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189572026-09-16T23:25:36.564Z Sep 16 23:24:35.630 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189582026-09-16T23:25:36.564Z Sep 16 23:24:35.630 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
189592026-09-16T23:25:36.565Z Sep 16 23:24:35.632 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189602026-09-16T23:25:36.565Z Sep 16 23:24:35.670 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189612026-09-16T23:25:36.565Z Sep 16 23:24:35.676 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189622026-09-16T23:25:36.565Z Sep 16 23:24:35.678 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189632026-09-16T23:25:36.565Z Sep 16 23:24:35.715 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189642026-09-16T23:25:36.565Z Sep 16 23:24:35.721 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189652026-09-16T23:25:36.565Z Sep 16 23:24:35.763 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189662026-09-16T23:25:36.565Z Sep 16 23:24:35.769 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189672026-09-16T23:25:36.565Z Sep 16 23:24:35.807 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189682026-09-16T23:25:36.565Z Sep 16 23:24:35.813 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189692026-09-16T23:25:36.565Z Sep 16 23:24:35.815 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189702026-09-16T23:25:36.565Z Sep 16 23:24:35.853 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189712026-09-16T23:25:36.565Z Sep 16 23:24:35.859 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189722026-09-16T23:25:36.565Z Sep 16 23:24:35.861 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
189732026-09-16T23:25:36.565Z Sep 16 23:24:35.899 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
189742026-09-16T23:25:36.565Z Sep 16 23:24:35.905 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
189752026-09-16T23:25:36.565Z Sep 16 23:24:35.905 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189762026-09-16T23:25:36.566Z Sep 16 23:24:35.905 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189772026-09-16T23:25:36.566Z Sep 16 23:24:35.943 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189782026-09-16T23:25:36.566Z Sep 16 23:24:35.949 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189792026-09-16T23:25:36.566Z Sep 16 23:24:35.987 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
189802026-09-16T23:25:36.566Z Sep 16 23:24:35.993 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
189812026-09-16T23:25:36.566Z Sep 16 23:24:35.994 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189822026-09-16T23:25:36.566Z Sep 16 23:24:36.001 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189832026-09-16T23:25:36.566Z Sep 16 23:24:36.008 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189842026-09-16T23:25:36.566Z Sep 16 23:24:36.008 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
189852026-09-16T23:25:36.566Z Sep 16 23:24:36.023 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189862026-09-16T23:25:36.566Z Sep 16 23:24:36.030 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
189872026-09-16T23:25:36.566Z Sep 16 23:24:36.074 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189882026-09-16T23:25:36.566Z Sep 16 23:24:36.074 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189892026-09-16T23:25:36.566Z Sep 16 23:24:36.112 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189902026-09-16T23:25:36.566Z Sep 16 23:24:36.112 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189912026-09-16T23:25:36.566Z Sep 16 23:24:36.165 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
189922026-09-16T23:25:36.566Z Sep 16 23:24:36.165 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
189932026-09-16T23:25:36.566Z Sep 16 23:24:36.203 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
189942026-09-16T23:25:36.566Z Sep 16 23:24:36.203 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
189952026-09-16T23:25:36.566Z Sep 16 23:24:36.241 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189962026-09-16T23:25:36.566Z Sep 16 23:24:36.241 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189972026-09-16T23:25:36.566Z Sep 16 23:24:36.279 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
189982026-09-16T23:25:36.566Z Sep 16 23:24:36.279 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
189992026-09-16T23:25:36.566Z Sep 16 23:24:36.317 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190002026-09-16T23:25:36.566Z Sep 16 23:24:36.317 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190012026-09-16T23:25:36.566Z Sep 16 23:24:36.354 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190022026-09-16T23:25:36.567Z Sep 16 23:24:36.355 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190032026-09-16T23:25:36.567Z Sep 16 23:24:36.361 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190042026-09-16T23:25:36.567Z Sep 16 23:24:36.361 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190052026-09-16T23:25:36.567Z Sep 16 23:24:36.367 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190062026-09-16T23:25:36.567Z Sep 16 23:24:36.367 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190072026-09-16T23:25:36.567Z Sep 16 23:24:36.373 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190082026-09-16T23:25:36.567Z Sep 16 23:24:36.373 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190092026-09-16T23:25:36.567Z Sep 16 23:24:36.379 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190102026-09-16T23:25:36.567Z Sep 16 23:24:36.379 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190112026-09-16T23:25:36.567Z Sep 16 23:24:36.385 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190122026-09-16T23:25:36.567Z Sep 16 23:24:36.385 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190132026-09-16T23:25:36.568Z Sep 16 23:24:36.391 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190142026-09-16T23:25:36.568Z Sep 16 23:24:36.391 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190152026-09-16T23:25:36.568Z Sep 16 23:24:36.398 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190162026-09-16T23:25:36.568Z Sep 16 23:24:36.398 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190172026-09-16T23:25:36.568Z Sep 16 23:24:36.404 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190182026-09-16T23:25:36.569Z Sep 16 23:24:36.404 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190192026-09-16T23:25:36.569Z Sep 16 23:24:36.405 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
190202026-09-16T23:25:36.574Z Sep 16 23:24:36.408 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
190212026-09-16T23:25:36.574Z Sep 16 23:24:36.410 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
190222026-09-16T23:25:36.574Z Sep 16 23:24:36.448 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
190232026-09-16T23:25:36.574Z Sep 16 23:24:36.454 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190242026-09-16T23:25:36.574Z Sep 16 23:24:36.494 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
190252026-09-16T23:25:36.574Z Sep 16 23:24:36.500 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190262026-09-16T23:25:36.574Z Sep 16 23:24:36.502 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
190272026-09-16T23:25:36.574Z Sep 16 23:24:36.540 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
190282026-09-16T23:25:36.574Z Sep 16 23:24:36.546 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190292026-09-16T23:25:36.574Z Sep 16 23:24:36.546 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
190302026-09-16T23:25:36.574Z Sep 16 23:24:36.584 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
190312026-09-16T23:25:36.574Z Sep 16 23:24:36.590 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190322026-09-16T23:25:36.574Z Sep 16 23:24:36.590 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
190332026-09-16T23:25:36.574Z Sep 16 23:24:36.597 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
190342026-09-16T23:25:36.575Z Sep 16 23:24:36.605 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
190352026-09-16T23:25:36.575Z Sep 16 23:24:36.650 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
190362026-09-16T23:25:36.575Z Sep 16 23:24:36.650 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
190372026-09-16T23:25:36.575Z Sep 16 23:24:36.695 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190382026-09-16T23:25:36.575Z Sep 16 23:24:36.695 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190392026-09-16T23:25:36.575Z Sep 16 23:24:36.733 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
190402026-09-16T23:25:36.575Z Sep 16 23:24:36.733 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
190412026-09-16T23:25:36.575Z Sep 16 23:24:36.733 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
190422026-09-16T23:25:36.575Z Sep 16 23:24:36.733 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
190432026-09-16T23:25:36.575Z Sep 16 23:24:36.734 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
190442026-09-16T23:25:36.575Z Sep 16 23:24:36.734 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
190452026-09-16T23:25:36.575Z Sep 16 23:24:36.734 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
190462026-09-16T23:25:36.575Z Sep 16 23:24:36.734 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
190472026-09-16T23:25:36.575Z Sep 16 23:24:36.734 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
190482026-09-16T23:25:36.576Z Sep 16 23:24:36.734 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
190492026-09-16T23:25:36.576Z Sep 16 23:24:36.734 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
190502026-09-16T23:25:36.576Z Sep 16 23:24:36.734 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
190512026-09-16T23:25:36.576Z Sep 16 23:24:36.734 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
190522026-09-16T23:25:36.576Z Sep 16 23:24:36.734 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
190532026-09-16T23:25:36.576Z Sep 16 23:24:36.772 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190542026-09-16T23:25:36.576Z Sep 16 23:24:36.772 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190552026-09-16T23:25:36.576Z Sep 16 23:24:36.778 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190562026-09-16T23:25:36.576Z Sep 16 23:24:36.779 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190572026-09-16T23:25:36.576Z Sep 16 23:24:36.785 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190582026-09-16T23:25:36.576Z Sep 16 23:24:36.785 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190592026-09-16T23:25:36.576Z Sep 16 23:24:36.791 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190602026-09-16T23:25:36.576Z Sep 16 23:24:36.791 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190612026-09-16T23:25:36.576Z Sep 16 23:24:36.797 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190622026-09-16T23:25:36.576Z Sep 16 23:24:36.797 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190632026-09-16T23:25:36.576Z Sep 16 23:24:36.909 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
190642026-09-16T23:25:36.576Z Sep 16 23:24:36.909 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
190652026-09-16T23:25:36.576Z Sep 16 23:24:36.914 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
190662026-09-16T23:25:36.576Z Sep 16 23:24:36.952 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
190672026-09-16T23:25:36.576Z Sep 16 23:24:36.958 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190682026-09-16T23:25:36.576Z Sep 16 23:24:36.960 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
190692026-09-16T23:25:36.576Z Sep 16 23:24:36.998 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
190702026-09-16T23:25:36.576Z Sep 16 23:24:37.004 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190712026-09-16T23:25:36.576Z Sep 16 23:24:37.042 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
190722026-09-16T23:25:36.576Z Sep 16 23:24:37.048 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190732026-09-16T23:25:36.576Z Sep 16 23:24:37.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
190742026-09-16T23:25:36.576Z Sep 16 23:24:37.092 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190752026-09-16T23:25:36.576Z Sep 16 23:24:37.093 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
190762026-09-16T23:25:36.576Z Sep 16 23:24:37.093 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
190772026-09-16T23:25:36.576Z Sep 16 23:24:37.093 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
190782026-09-16T23:25:36.576Z Sep 16 23:24:37.100 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
190792026-09-16T23:25:36.576Z Sep 16 23:24:37.160 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
190802026-09-16T23:25:36.576Z Sep 16 23:24:37.160 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
190812026-09-16T23:25:36.576Z Sep 16 23:24:37.198 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
190822026-09-16T23:25:36.576Z Sep 16 23:24:37.198 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
190832026-09-16T23:25:36.576Z Sep 16 23:24:37.236 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190842026-09-16T23:25:36.576Z Sep 16 23:24:37.236 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190852026-09-16T23:25:36.576Z Sep 16 23:24:37.273 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
190862026-09-16T23:25:36.576Z Sep 16 23:24:37.273 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
190872026-09-16T23:25:36.577Z Sep 16 23:24:37.280 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190882026-09-16T23:25:36.577Z Sep 16 23:24:37.280 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190892026-09-16T23:25:36.577Z Sep 16 23:24:37.286 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
190902026-09-16T23:25:36.577Z Sep 16 23:24:37.286 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
190912026-09-16T23:25:36.577Z Sep 16 23:24:37.292 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190922026-09-16T23:25:36.577Z Sep 16 23:24:37.292 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190932026-09-16T23:25:36.577Z Sep 16 23:24:37.298 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
190942026-09-16T23:25:36.577Z Sep 16 23:24:37.298 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
190952026-09-16T23:25:36.577Z Sep 16 23:24:37.298 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
190962026-09-16T23:25:36.577Z Sep 16 23:24:37.298 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
190972026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
190982026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
190992026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
191002026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
191012026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
191022026-09-16T23:25:36.578Z Sep 16 23:24:37.298 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
191032026-09-16T23:25:36.578Z Sep 16 23:24:37.302 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191042026-09-16T23:25:36.578Z Sep 16 23:24:37.302 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191052026-09-16T23:25:36.578Z Sep 16 23:24:37.307 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191062026-09-16T23:25:36.578Z Sep 16 23:24:37.307 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191072026-09-16T23:25:36.578Z Sep 16 23:24:37.308 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191082026-09-16T23:25:36.578Z Sep 16 23:24:37.346 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191092026-09-16T23:25:36.578Z Sep 16 23:24:37.352 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191102026-09-16T23:25:36.578Z Sep 16 23:24:37.354 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191112026-09-16T23:25:36.578Z Sep 16 23:24:37.392 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191122026-09-16T23:25:36.578Z Sep 16 23:24:37.398 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191132026-09-16T23:25:36.578Z Sep 16 23:24:37.439 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191142026-09-16T23:25:36.578Z Sep 16 23:24:37.445 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191152026-09-16T23:25:36.578Z Sep 16 23:24:37.483 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191162026-09-16T23:25:36.578Z Sep 16 23:24:37.490 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191172026-09-16T23:25:36.578Z Sep 16 23:24:37.491 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191182026-09-16T23:25:36.578Z Sep 16 23:24:37.529 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191192026-09-16T23:25:36.578Z Sep 16 23:24:37.535 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191202026-09-16T23:25:36.582Z Sep 16 23:24:37.537 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191212026-09-16T23:25:36.582Z Sep 16 23:24:37.575 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191222026-09-16T23:25:36.582Z Sep 16 23:24:37.581 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191232026-09-16T23:25:36.582Z Sep 16 23:24:37.581 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191242026-09-16T23:25:36.582Z Sep 16 23:24:37.582 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191252026-09-16T23:25:36.582Z Sep 16 23:24:37.619 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191262026-09-16T23:25:36.582Z Sep 16 23:24:37.625 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191272026-09-16T23:25:36.582Z Sep 16 23:24:37.663 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191282026-09-16T23:25:36.582Z Sep 16 23:24:37.669 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191292026-09-16T23:25:36.582Z Sep 16 23:24:37.670 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191302026-09-16T23:25:36.582Z Sep 16 23:24:37.677 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191312026-09-16T23:25:36.582Z Sep 16 23:24:37.684 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191322026-09-16T23:25:36.582Z Sep 16 23:24:37.684 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191332026-09-16T23:25:36.582Z Sep 16 23:24:37.699 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191342026-09-16T23:25:36.582Z Sep 16 23:24:37.706 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191352026-09-16T23:25:36.582Z Sep 16 23:24:37.751 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191362026-09-16T23:25:36.582Z Sep 16 23:24:37.751 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191372026-09-16T23:25:36.582Z Sep 16 23:24:37.789 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191382026-09-16T23:25:36.583Z Sep 16 23:24:37.789 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191392026-09-16T23:25:36.583Z Sep 16 23:24:37.841 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
191402026-09-16T23:25:36.583Z Sep 16 23:24:37.841 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
191412026-09-16T23:25:36.583Z Sep 16 23:24:37.879 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
191422026-09-16T23:25:36.583Z Sep 16 23:24:37.879 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
191432026-09-16T23:25:36.583Z Sep 16 23:24:37.917 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191442026-09-16T23:25:36.583Z Sep 16 23:24:37.917 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191452026-09-16T23:25:36.583Z Sep 16 23:24:37.955 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191462026-09-16T23:25:36.583Z Sep 16 23:24:37.955 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191472026-09-16T23:25:36.583Z Sep 16 23:24:37.993 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
191482026-09-16T23:25:36.583Z Sep 16 23:24:37.993 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
191492026-09-16T23:25:36.583Z Sep 16 23:24:38.031 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
191502026-09-16T23:25:36.583Z Sep 16 23:24:38.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
191512026-09-16T23:25:36.583Z Sep 16 23:24:38.037 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
191522026-09-16T23:25:36.583Z Sep 16 23:24:38.037 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191532026-09-16T23:25:36.583Z Sep 16 23:24:38.043 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
191542026-09-16T23:25:36.583Z Sep 16 23:24:38.043 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191552026-09-16T23:25:36.583Z Sep 16 23:24:38.049 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
191562026-09-16T23:25:36.583Z Sep 16 23:24:38.049 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191572026-09-16T23:25:36.583Z Sep 16 23:24:38.055 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
191582026-09-16T23:25:36.583Z Sep 16 23:24:38.056 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191592026-09-16T23:25:36.583Z Sep 16 23:24:38.062 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
191602026-09-16T23:25:36.583Z Sep 16 23:24:38.062 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191612026-09-16T23:25:36.583Z Sep 16 23:24:38.068 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
191622026-09-16T23:25:36.583Z Sep 16 23:24:38.068 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191632026-09-16T23:25:36.584Z Sep 16 23:24:38.074 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
191642026-09-16T23:25:36.584Z Sep 16 23:24:38.074 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191652026-09-16T23:25:36.584Z Sep 16 23:24:38.080 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
191662026-09-16T23:25:36.584Z Sep 16 23:24:38.080 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191672026-09-16T23:25:36.584Z Sep 16 23:24:38.082 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191682026-09-16T23:25:36.584Z Sep 16 23:24:38.085 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
191692026-09-16T23:25:36.584Z Sep 16 23:24:38.087 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191702026-09-16T23:25:36.584Z Sep 16 23:24:38.125 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191712026-09-16T23:25:36.584Z Sep 16 23:24:38.131 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191722026-09-16T23:25:36.584Z Sep 16 23:24:38.171 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191732026-09-16T23:25:36.584Z Sep 16 23:24:38.177 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191742026-09-16T23:25:36.584Z Sep 16 23:24:38.179 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
191752026-09-16T23:25:36.584Z Sep 16 23:24:38.216 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
191762026-09-16T23:25:36.584Z Sep 16 23:24:38.222 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
191772026-09-16T23:25:36.584Z Sep 16 23:24:38.223 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191782026-09-16T23:25:36.584Z Sep 16 23:24:38.261 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
191792026-09-16T23:25:36.584Z Sep 16 23:24:38.267 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
191802026-09-16T23:25:36.584Z Sep 16 23:24:38.268 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191812026-09-16T23:25:36.584Z Sep 16 23:24:38.275 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
191822026-09-16T23:25:36.584Z Sep 16 23:24:38.282 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
191832026-09-16T23:25:36.584Z Sep 16 23:24:38.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191842026-09-16T23:25:36.584Z Sep 16 23:24:38.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191852026-09-16T23:25:36.584Z Sep 16 23:24:38.372 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
191862026-09-16T23:25:36.584Z Sep 16 23:24:38.372 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
191872026-09-16T23:25:36.584Z Sep 16 23:24:38.410 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
191882026-09-16T23:25:36.584Z Sep 16 23:24:38.410 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
191892026-09-16T23:25:36.584Z Sep 16 23:24:38.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
191902026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
191912026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
191922026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
191932026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
191942026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
191952026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
191962026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
191972026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
191982026-09-16T23:25:36.585Z Sep 16 23:24:38.411 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
191992026-09-16T23:25:36.585Z Sep 16 23:24:38.412 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
192002026-09-16T23:25:36.585Z Sep 16 23:24:38.412 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
192012026-09-16T23:25:36.585Z Sep 16 23:24:38.449 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192022026-09-16T23:25:36.585Z Sep 16 23:24:38.450 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192032026-09-16T23:25:36.585Z Sep 16 23:24:38.456 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
192042026-09-16T23:25:36.585Z Sep 16 23:24:38.456 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192052026-09-16T23:25:36.585Z Sep 16 23:24:38.462 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
192062026-09-16T23:25:36.585Z Sep 16 23:24:38.462 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192072026-09-16T23:25:36.585Z Sep 16 23:24:38.468 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
192082026-09-16T23:25:36.585Z Sep 16 23:24:38.468 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192092026-09-16T23:25:36.585Z Sep 16 23:24:38.474 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
192102026-09-16T23:25:36.585Z Sep 16 23:24:38.474 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192112026-09-16T23:25:36.585Z Sep 16 23:24:38.588 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192122026-09-16T23:25:36.585Z Sep 16 23:24:38.588 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192132026-09-16T23:25:36.585Z Sep 16 23:24:38.593 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192142026-09-16T23:25:36.585Z Sep 16 23:24:38.630 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192152026-09-16T23:25:36.585Z Sep 16 23:24:38.636 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192162026-09-16T23:25:36.585Z Sep 16 23:24:38.639 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192172026-09-16T23:25:36.585Z Sep 16 23:24:38.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192182026-09-16T23:25:36.585Z Sep 16 23:24:38.682 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192192026-09-16T23:25:36.585Z Sep 16 23:24:38.721 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192202026-09-16T23:25:36.589Z Sep 16 23:24:38.727 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192212026-09-16T23:25:36.589Z Sep 16 23:24:38.765 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192222026-09-16T23:25:36.589Z Sep 16 23:24:38.771 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192232026-09-16T23:25:36.589Z Sep 16 23:24:38.771 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192242026-09-16T23:25:36.589Z Sep 16 23:24:38.771 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192252026-09-16T23:25:36.589Z Sep 16 23:24:38.771 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192262026-09-16T23:25:36.589Z Sep 16 23:24:38.779 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192272026-09-16T23:25:36.589Z Sep 16 23:24:38.838 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192282026-09-16T23:25:36.589Z Sep 16 23:24:38.838 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192292026-09-16T23:25:36.589Z Sep 16 23:24:38.876 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192302026-09-16T23:25:36.589Z Sep 16 23:24:38.876 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192312026-09-16T23:25:36.589Z Sep 16 23:24:38.914 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192322026-09-16T23:25:36.589Z Sep 16 23:24:38.914 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192332026-09-16T23:25:36.589Z Sep 16 23:24:38.951 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192342026-09-16T23:25:36.589Z Sep 16 23:24:38.951 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192352026-09-16T23:25:36.591Z Sep 16 23:24:38.958 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
192362026-09-16T23:25:36.591Z Sep 16 23:24:38.958 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192372026-09-16T23:25:36.591Z Sep 16 23:24:38.964 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
192382026-09-16T23:25:36.591Z Sep 16 23:24:38.964 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192392026-09-16T23:25:36.591Z Sep 16 23:24:38.970 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
192402026-09-16T23:25:36.591Z Sep 16 23:24:38.970 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192412026-09-16T23:25:36.591Z Sep 16 23:24:38.976 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
192422026-09-16T23:25:36.591Z Sep 16 23:24:38.976 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192432026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
192442026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
192452026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
192462026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
192472026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
192482026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
192492026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
192502026-09-16T23:25:36.591Z Sep 16 23:24:38.976 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
192512026-09-16T23:25:36.591Z Sep 16 23:24:38.979 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192522026-09-16T23:25:36.591Z Sep 16 23:24:38.979 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192532026-09-16T23:25:36.592Z Sep 16 23:24:38.984 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192542026-09-16T23:25:36.592Z Sep 16 23:24:38.984 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
192552026-09-16T23:25:36.592Z Sep 16 23:24:38.986 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192562026-09-16T23:25:36.592Z Sep 16 23:24:39.023 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192572026-09-16T23:25:36.592Z Sep 16 23:24:39.029 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192582026-09-16T23:25:36.592Z Sep 16 23:24:39.032 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192592026-09-16T23:25:36.592Z Sep 16 23:24:39.069 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192602026-09-16T23:25:36.592Z Sep 16 23:24:39.075 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192612026-09-16T23:25:36.592Z Sep 16 23:24:39.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192622026-09-16T23:25:36.592Z Sep 16 23:24:39.123 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192632026-09-16T23:25:36.592Z Sep 16 23:24:39.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192642026-09-16T23:25:36.592Z Sep 16 23:24:39.167 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192652026-09-16T23:25:36.592Z Sep 16 23:24:39.169 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192662026-09-16T23:25:36.592Z Sep 16 23:24:39.207 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192672026-09-16T23:25:36.592Z Sep 16 23:24:39.213 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192682026-09-16T23:25:36.592Z Sep 16 23:24:39.215 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
192692026-09-16T23:25:36.592Z Sep 16 23:24:39.253 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
192702026-09-16T23:25:36.592Z Sep 16 23:24:39.259 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
192712026-09-16T23:25:36.592Z Sep 16 23:24:39.260 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192722026-09-16T23:25:36.592Z Sep 16 23:24:39.260 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192732026-09-16T23:25:36.592Z Sep 16 23:24:39.298 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192742026-09-16T23:25:36.592Z Sep 16 23:24:39.304 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192752026-09-16T23:25:36.592Z Sep 16 23:24:39.342 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
192762026-09-16T23:25:36.592Z Sep 16 23:24:39.348 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
192772026-09-16T23:25:36.592Z Sep 16 23:24:39.348 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192782026-09-16T23:25:36.592Z Sep 16 23:24:39.355 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192792026-09-16T23:25:36.592Z Sep 16 23:24:39.363 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192802026-09-16T23:25:36.592Z Sep 16 23:24:39.363 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
192812026-09-16T23:25:36.592Z Sep 16 23:24:39.377 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192822026-09-16T23:25:36.592Z Sep 16 23:24:39.384 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
192832026-09-16T23:25:36.592Z Sep 16 23:24:39.429 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192842026-09-16T23:25:36.592Z Sep 16 23:24:39.429 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192852026-09-16T23:25:36.592Z Sep 16 23:24:39.467 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192862026-09-16T23:25:36.592Z Sep 16 23:24:39.467 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192872026-09-16T23:25:36.592Z Sep 16 23:24:39.520 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192882026-09-16T23:25:36.592Z Sep 16 23:24:39.520 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192892026-09-16T23:25:36.592Z Sep 16 23:24:39.557 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192902026-09-16T23:25:36.592Z Sep 16 23:24:39.558 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192912026-09-16T23:25:36.592Z Sep 16 23:24:39.595 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192922026-09-16T23:25:36.592Z Sep 16 23:24:39.595 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192932026-09-16T23:25:36.593Z Sep 16 23:24:39.633 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
192942026-09-16T23:25:36.593Z Sep 16 23:24:39.633 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
192952026-09-16T23:25:36.593Z Sep 16 23:24:39.671 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192962026-09-16T23:25:36.593Z Sep 16 23:24:39.672 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192972026-09-16T23:25:36.593Z Sep 16 23:24:39.709 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
192982026-09-16T23:25:36.593Z Sep 16 23:24:39.710 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
192992026-09-16T23:25:36.593Z Sep 16 23:24:39.716 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193002026-09-16T23:25:36.593Z Sep 16 23:24:39.716 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193012026-09-16T23:25:36.593Z Sep 16 23:24:39.722 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193022026-09-16T23:25:36.593Z Sep 16 23:24:39.722 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193032026-09-16T23:25:36.593Z Sep 16 23:24:39.728 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193042026-09-16T23:25:36.593Z Sep 16 23:24:39.728 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193052026-09-16T23:25:36.593Z Sep 16 23:24:39.734 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193062026-09-16T23:25:36.593Z Sep 16 23:24:39.734 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193072026-09-16T23:25:36.593Z Sep 16 23:24:39.740 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193082026-09-16T23:25:36.593Z Sep 16 23:24:39.740 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193092026-09-16T23:25:36.593Z Sep 16 23:24:39.746 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193102026-09-16T23:25:36.594Z Sep 16 23:24:39.746 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193112026-09-16T23:25:36.594Z Sep 16 23:24:39.753 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193122026-09-16T23:25:36.594Z Sep 16 23:24:39.753 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193132026-09-16T23:25:36.594Z Sep 16 23:24:39.759 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193142026-09-16T23:25:36.594Z Sep 16 23:24:39.759 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193152026-09-16T23:25:36.594Z Sep 16 23:24:39.760 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
193162026-09-16T23:25:36.594Z Sep 16 23:24:39.763 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
193172026-09-16T23:25:36.594Z Sep 16 23:24:39.765 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
193182026-09-16T23:25:36.594Z Sep 16 23:24:39.803 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
193192026-09-16T23:25:36.594Z Sep 16 23:24:39.809 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193202026-09-16T23:25:36.598Z Sep 16 23:24:39.849 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
193212026-09-16T23:25:36.598Z Sep 16 23:24:39.855 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193222026-09-16T23:25:36.598Z Sep 16 23:24:39.857 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
193232026-09-16T23:25:36.598Z Sep 16 23:24:39.895 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
193242026-09-16T23:25:36.598Z Sep 16 23:24:39.901 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193252026-09-16T23:25:36.598Z Sep 16 23:24:39.901 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
193262026-09-16T23:25:36.599Z Sep 16 23:24:39.939 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
193272026-09-16T23:25:36.599Z Sep 16 23:24:39.945 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193282026-09-16T23:25:36.599Z Sep 16 23:24:39.945 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
193292026-09-16T23:25:36.599Z Sep 16 23:24:39.953 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
193302026-09-16T23:25:36.599Z Sep 16 23:24:39.960 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
193312026-09-16T23:25:36.599Z Sep 16 23:24:40.005 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
193322026-09-16T23:25:36.599Z Sep 16 23:24:40.005 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
193332026-09-16T23:25:36.599Z Sep 16 23:24:40.050 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
193342026-09-16T23:25:36.599Z Sep 16 23:24:40.050 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
193352026-09-16T23:25:36.599Z Sep 16 23:24:40.088 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
193362026-09-16T23:25:36.599Z Sep 16 23:24:40.088 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
193372026-09-16T23:25:36.599Z Sep 16 23:24:40.088 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
193382026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
193392026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
193402026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
193412026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
193422026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
193432026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
193442026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
193452026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
193462026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
193472026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
193482026-09-16T23:25:36.599Z Sep 16 23:24:40.089 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
193492026-09-16T23:25:36.599Z Sep 16 23:24:40.127 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
193502026-09-16T23:25:36.599Z Sep 16 23:24:40.127 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
193512026-09-16T23:25:36.599Z Sep 16 23:24:40.134 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193522026-09-16T23:25:36.599Z Sep 16 23:24:40.134 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193532026-09-16T23:25:36.599Z Sep 16 23:24:40.140 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193542026-09-16T23:25:36.599Z Sep 16 23:24:40.140 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193552026-09-16T23:25:36.599Z Sep 16 23:24:40.146 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193562026-09-16T23:25:36.599Z Sep 16 23:24:40.146 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193572026-09-16T23:25:36.599Z Sep 16 23:24:40.152 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193582026-09-16T23:25:36.599Z Sep 16 23:24:40.152 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193592026-09-16T23:25:36.599Z Sep 16 23:24:40.264 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
193602026-09-16T23:25:36.599Z Sep 16 23:24:40.265 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
193612026-09-16T23:25:36.599Z Sep 16 23:24:40.269 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
193622026-09-16T23:25:36.599Z Sep 16 23:24:40.307 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
193632026-09-16T23:25:36.600Z Sep 16 23:24:40.313 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193642026-09-16T23:25:36.600Z Sep 16 23:24:40.315 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
193652026-09-16T23:25:36.600Z Sep 16 23:24:40.353 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
193662026-09-16T23:25:36.600Z Sep 16 23:24:40.359 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193672026-09-16T23:25:36.600Z Sep 16 23:24:40.397 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
193682026-09-16T23:25:36.600Z Sep 16 23:24:40.403 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193692026-09-16T23:25:36.600Z Sep 16 23:24:40.442 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
193702026-09-16T23:25:36.600Z Sep 16 23:24:40.448 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193712026-09-16T23:25:36.600Z Sep 16 23:24:40.448 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
193722026-09-16T23:25:36.600Z Sep 16 23:24:40.448 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
193732026-09-16T23:25:36.600Z Sep 16 23:24:40.448 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
193742026-09-16T23:25:36.600Z Sep 16 23:24:40.455 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
193752026-09-16T23:25:36.600Z Sep 16 23:24:40.515 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
193762026-09-16T23:25:36.601Z Sep 16 23:24:40.515 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
193772026-09-16T23:25:36.601Z Sep 16 23:24:40.553 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
193782026-09-16T23:25:36.601Z Sep 16 23:24:40.553 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
193792026-09-16T23:25:36.601Z Sep 16 23:24:40.591 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
193802026-09-16T23:25:36.601Z Sep 16 23:24:40.591 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
193812026-09-16T23:25:36.601Z Sep 16 23:24:40.628 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
193822026-09-16T23:25:36.601Z Sep 16 23:24:40.628 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
193832026-09-16T23:25:36.601Z Sep 16 23:24:40.635 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193842026-09-16T23:25:36.601Z Sep 16 23:24:40.635 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193852026-09-16T23:25:36.601Z Sep 16 23:24:40.641 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
193862026-09-16T23:25:36.601Z Sep 16 23:24:40.641 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
193872026-09-16T23:25:36.601Z Sep 16 23:24:40.647 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193882026-09-16T23:25:36.601Z Sep 16 23:24:40.647 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193892026-09-16T23:25:36.601Z Sep 16 23:24:40.653 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
193902026-09-16T23:25:36.601Z Sep 16 23:24:40.653 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
193912026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
193922026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
193932026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
193942026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
193952026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
193962026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
193972026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
193982026-09-16T23:25:36.601Z Sep 16 23:24:40.653 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
193992026-09-16T23:25:36.601Z Sep 16 23:24:40.656 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194002026-09-16T23:25:36.601Z Sep 16 23:24:40.656 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194012026-09-16T23:25:36.601Z Sep 16 23:24:40.661 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194022026-09-16T23:25:36.601Z Sep 16 23:24:40.661 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194032026-09-16T23:25:36.601Z Sep 16 23:24:40.663 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194042026-09-16T23:25:36.601Z Sep 16 23:24:40.701 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194052026-09-16T23:25:36.601Z Sep 16 23:24:40.707 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194062026-09-16T23:25:36.601Z Sep 16 23:24:40.709 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194072026-09-16T23:25:36.601Z Sep 16 23:24:40.746 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194082026-09-16T23:25:36.601Z Sep 16 23:24:40.752 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194092026-09-16T23:25:36.601Z Sep 16 23:24:40.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194102026-09-16T23:25:36.601Z Sep 16 23:24:40.800 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194112026-09-16T23:25:36.602Z Sep 16 23:24:40.838 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194122026-09-16T23:25:36.602Z Sep 16 23:24:40.844 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194132026-09-16T23:25:36.602Z Sep 16 23:24:40.846 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194142026-09-16T23:25:36.602Z Sep 16 23:24:40.884 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194152026-09-16T23:25:36.602Z Sep 16 23:24:40.890 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194162026-09-16T23:25:36.602Z Sep 16 23:24:40.892 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194172026-09-16T23:25:36.602Z Sep 16 23:24:40.930 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194182026-09-16T23:25:36.602Z Sep 16 23:24:40.936 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194192026-09-16T23:25:36.602Z Sep 16 23:24:40.937 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194202026-09-16T23:25:36.606Z Sep 16 23:24:40.937 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194212026-09-16T23:25:36.606Z Sep 16 23:24:40.974 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194222026-09-16T23:25:36.606Z Sep 16 23:24:40.980 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194232026-09-16T23:25:36.606Z Sep 16 23:24:41.018 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194242026-09-16T23:25:36.606Z Sep 16 23:24:41.025 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194252026-09-16T23:25:36.606Z Sep 16 23:24:41.025 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194262026-09-16T23:25:36.606Z Sep 16 23:24:41.032 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194272026-09-16T23:25:36.606Z Sep 16 23:24:41.039 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194282026-09-16T23:25:36.606Z Sep 16 23:24:41.040 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194292026-09-16T23:25:36.606Z Sep 16 23:24:41.054 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194302026-09-16T23:25:36.606Z Sep 16 23:24:41.061 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194312026-09-16T23:25:36.606Z Sep 16 23:24:41.106 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194322026-09-16T23:25:36.606Z Sep 16 23:24:41.106 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194332026-09-16T23:25:36.606Z Sep 16 23:24:41.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194342026-09-16T23:25:36.606Z Sep 16 23:24:41.144 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194352026-09-16T23:25:36.606Z Sep 16 23:24:41.196 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194362026-09-16T23:25:36.606Z Sep 16 23:24:41.196 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194372026-09-16T23:25:36.606Z Sep 16 23:24:41.234 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194382026-09-16T23:25:36.606Z Sep 16 23:24:41.234 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194392026-09-16T23:25:36.606Z Sep 16 23:24:41.272 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194402026-09-16T23:25:36.606Z Sep 16 23:24:41.272 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194412026-09-16T23:25:36.606Z Sep 16 23:24:41.310 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194422026-09-16T23:25:36.606Z Sep 16 23:24:41.310 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194432026-09-16T23:25:36.606Z Sep 16 23:24:41.348 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194442026-09-16T23:25:36.606Z Sep 16 23:24:41.348 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194452026-09-16T23:25:36.606Z Sep 16 23:24:41.386 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194462026-09-16T23:25:36.606Z Sep 16 23:24:41.386 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194472026-09-16T23:25:36.606Z Sep 16 23:24:41.392 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
194482026-09-16T23:25:36.606Z Sep 16 23:24:41.392 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194492026-09-16T23:25:36.606Z Sep 16 23:24:41.398 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
194502026-09-16T23:25:36.606Z Sep 16 23:24:41.398 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194512026-09-16T23:25:36.606Z Sep 16 23:24:41.404 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
194522026-09-16T23:25:36.606Z Sep 16 23:24:41.404 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194532026-09-16T23:25:36.606Z Sep 16 23:24:41.410 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
194542026-09-16T23:25:36.606Z Sep 16 23:24:41.410 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194552026-09-16T23:25:36.606Z Sep 16 23:24:41.416 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
194562026-09-16T23:25:36.607Z Sep 16 23:24:41.416 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194572026-09-16T23:25:36.607Z Sep 16 23:24:41.422 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
194582026-09-16T23:25:36.607Z Sep 16 23:24:41.422 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194592026-09-16T23:25:36.607Z Sep 16 23:24:41.429 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
194602026-09-16T23:25:36.607Z Sep 16 23:24:41.429 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194612026-09-16T23:25:36.607Z Sep 16 23:24:41.435 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
194622026-09-16T23:25:36.607Z Sep 16 23:24:41.435 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194632026-09-16T23:25:36.607Z Sep 16 23:24:41.436 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194642026-09-16T23:25:36.607Z Sep 16 23:24:41.439 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
194652026-09-16T23:25:36.607Z Sep 16 23:24:41.441 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194662026-09-16T23:25:36.607Z Sep 16 23:24:41.479 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194672026-09-16T23:25:36.607Z Sep 16 23:24:41.485 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194682026-09-16T23:25:36.607Z Sep 16 23:24:41.525 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194692026-09-16T23:25:36.607Z Sep 16 23:24:41.531 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194702026-09-16T23:25:36.608Z Sep 16 23:24:41.533 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
194712026-09-16T23:25:36.608Z Sep 16 23:24:41.570 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
194722026-09-16T23:25:36.608Z Sep 16 23:24:41.576 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
194732026-09-16T23:25:36.608Z Sep 16 23:24:41.577 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194742026-09-16T23:25:36.608Z Sep 16 23:24:41.615 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
194752026-09-16T23:25:36.608Z Sep 16 23:24:41.621 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
194762026-09-16T23:25:36.608Z Sep 16 23:24:41.621 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194772026-09-16T23:25:36.608Z Sep 16 23:24:41.628 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
194782026-09-16T23:25:36.608Z Sep 16 23:24:41.636 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
194792026-09-16T23:25:36.608Z Sep 16 23:24:41.680 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194802026-09-16T23:25:36.608Z Sep 16 23:24:41.680 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194812026-09-16T23:25:36.608Z Sep 16 23:24:41.726 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194822026-09-16T23:25:36.608Z Sep 16 23:24:41.726 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194832026-09-16T23:25:36.608Z Sep 16 23:24:41.763 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
194842026-09-16T23:25:36.608Z Sep 16 23:24:41.763 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
194852026-09-16T23:25:36.608Z Sep 16 23:24:41.764 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
194862026-09-16T23:25:36.608Z Sep 16 23:24:41.764 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
194872026-09-16T23:25:36.608Z Sep 16 23:24:41.764 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
194882026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
194892026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
194902026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
194912026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
194922026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
194932026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
194942026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
194952026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
194962026-09-16T23:25:36.608Z Sep 16 23:24:41.765 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
194972026-09-16T23:25:36.608Z Sep 16 23:24:41.803 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
194982026-09-16T23:25:36.608Z Sep 16 23:24:41.803 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
194992026-09-16T23:25:36.608Z Sep 16 23:24:41.809 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195002026-09-16T23:25:36.608Z Sep 16 23:24:41.809 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195012026-09-16T23:25:36.608Z Sep 16 23:24:41.815 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
195022026-09-16T23:25:36.609Z Sep 16 23:24:41.815 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195032026-09-16T23:25:36.609Z Sep 16 23:24:41.821 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195042026-09-16T23:25:36.609Z Sep 16 23:24:41.821 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195052026-09-16T23:25:36.609Z Sep 16 23:24:41.827 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
195062026-09-16T23:25:36.609Z Sep 16 23:24:41.827 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195072026-09-16T23:25:36.609Z Sep 16 23:24:41.940 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195082026-09-16T23:25:36.609Z Sep 16 23:24:41.940 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195092026-09-16T23:25:36.609Z Sep 16 23:24:41.945 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195102026-09-16T23:25:36.609Z Sep 16 23:24:41.983 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195112026-09-16T23:25:36.609Z Sep 16 23:24:41.989 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195122026-09-16T23:25:36.609Z Sep 16 23:24:41.991 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195132026-09-16T23:25:36.609Z Sep 16 23:24:42.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195142026-09-16T23:25:36.609Z Sep 16 23:24:42.034 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195152026-09-16T23:25:36.609Z Sep 16 23:24:42.073 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195162026-09-16T23:25:36.609Z Sep 16 23:24:42.079 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195172026-09-16T23:25:36.609Z Sep 16 23:24:42.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195182026-09-16T23:25:36.609Z Sep 16 23:24:42.123 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195192026-09-16T23:25:36.609Z Sep 16 23:24:42.124 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195202026-09-16T23:25:36.615Z Sep 16 23:24:42.124 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195212026-09-16T23:25:36.615Z Sep 16 23:24:42.124 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195222026-09-16T23:25:36.615Z Sep 16 23:24:42.131 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195232026-09-16T23:25:36.615Z Sep 16 23:24:42.190 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195242026-09-16T23:25:36.615Z Sep 16 23:24:42.190 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195252026-09-16T23:25:36.615Z Sep 16 23:24:42.228 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195262026-09-16T23:25:36.615Z Sep 16 23:24:42.228 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195272026-09-16T23:25:36.615Z Sep 16 23:24:42.266 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195282026-09-16T23:25:36.615Z Sep 16 23:24:42.266 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195292026-09-16T23:25:36.615Z Sep 16 23:24:42.304 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195302026-09-16T23:25:36.615Z Sep 16 23:24:42.304 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195312026-09-16T23:25:36.615Z Sep 16 23:24:42.310 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195322026-09-16T23:25:36.615Z Sep 16 23:24:42.310 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195332026-09-16T23:25:36.615Z Sep 16 23:24:42.316 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195342026-09-16T23:25:36.615Z Sep 16 23:24:42.316 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195352026-09-16T23:25:36.615Z Sep 16 23:24:42.322 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
195362026-09-16T23:25:36.615Z Sep 16 23:24:42.322 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195372026-09-16T23:25:36.615Z Sep 16 23:24:42.328 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
195382026-09-16T23:25:36.615Z Sep 16 23:24:42.328 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195392026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
195402026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
195412026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
195422026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
195432026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
195442026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
195452026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
195462026-09-16T23:25:36.615Z Sep 16 23:24:42.329 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
195472026-09-16T23:25:36.615Z Sep 16 23:24:42.332 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195482026-09-16T23:25:36.615Z Sep 16 23:24:42.332 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195492026-09-16T23:25:36.615Z Sep 16 23:24:42.337 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195502026-09-16T23:25:36.615Z Sep 16 23:24:42.337 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
195512026-09-16T23:25:36.615Z Sep 16 23:24:42.338 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195522026-09-16T23:25:36.616Z Sep 16 23:24:42.376 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195532026-09-16T23:25:36.616Z Sep 16 23:24:42.382 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195542026-09-16T23:25:36.616Z Sep 16 23:24:42.384 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195552026-09-16T23:25:36.616Z Sep 16 23:24:42.422 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195562026-09-16T23:25:36.616Z Sep 16 23:24:42.428 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195572026-09-16T23:25:36.616Z Sep 16 23:24:42.470 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195582026-09-16T23:25:36.616Z Sep 16 23:24:42.476 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195592026-09-16T23:25:36.616Z Sep 16 23:24:42.514 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195602026-09-16T23:25:36.617Z Sep 16 23:24:42.520 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195612026-09-16T23:25:36.617Z Sep 16 23:24:42.522 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195622026-09-16T23:25:36.617Z Sep 16 23:24:42.560 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195632026-09-16T23:25:36.617Z Sep 16 23:24:42.566 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195642026-09-16T23:25:36.617Z Sep 16 23:24:42.568 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
195652026-09-16T23:25:36.617Z Sep 16 23:24:42.606 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
195662026-09-16T23:25:36.617Z Sep 16 23:24:42.612 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
195672026-09-16T23:25:36.617Z Sep 16 23:24:42.612 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195682026-09-16T23:25:36.617Z Sep 16 23:24:42.612 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195692026-09-16T23:25:36.617Z Sep 16 23:24:42.650 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195702026-09-16T23:25:36.617Z Sep 16 23:24:42.656 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195712026-09-16T23:25:36.617Z Sep 16 23:24:42.695 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
195722026-09-16T23:25:36.617Z Sep 16 23:24:42.701 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195732026-09-16T23:25:36.617Z Sep 16 23:24:42.701 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195742026-09-16T23:25:36.617Z Sep 16 23:24:42.708 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195752026-09-16T23:25:36.617Z Sep 16 23:24:42.715 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195762026-09-16T23:25:36.617Z Sep 16 23:24:42.715 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
195772026-09-16T23:25:36.617Z Sep 16 23:24:42.730 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195782026-09-16T23:25:36.617Z Sep 16 23:24:42.737 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
195792026-09-16T23:25:36.617Z Sep 16 23:24:42.782 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195802026-09-16T23:25:36.617Z Sep 16 23:24:42.782 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195812026-09-16T23:25:36.617Z Sep 16 23:24:42.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195822026-09-16T23:25:36.617Z Sep 16 23:24:42.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195832026-09-16T23:25:36.617Z Sep 16 23:24:42.872 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195842026-09-16T23:25:36.617Z Sep 16 23:24:42.873 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195852026-09-16T23:25:36.617Z Sep 16 23:24:42.910 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195862026-09-16T23:25:36.617Z Sep 16 23:24:42.910 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195872026-09-16T23:25:36.617Z Sep 16 23:24:42.948 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195882026-09-16T23:25:36.617Z Sep 16 23:24:42.948 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195892026-09-16T23:25:36.617Z Sep 16 23:24:42.986 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
195902026-09-16T23:25:36.617Z Sep 16 23:24:42.986 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
195912026-09-16T23:25:36.617Z Sep 16 23:24:43.024 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195922026-09-16T23:25:36.617Z Sep 16 23:24:43.024 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195932026-09-16T23:25:36.617Z Sep 16 23:24:43.062 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
195942026-09-16T23:25:36.617Z Sep 16 23:24:43.062 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
195952026-09-16T23:25:36.618Z Sep 16 23:24:43.069 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195962026-09-16T23:25:36.618Z Sep 16 23:24:43.069 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195972026-09-16T23:25:36.618Z Sep 16 23:24:43.075 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
195982026-09-16T23:25:36.618Z Sep 16 23:24:43.075 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
195992026-09-16T23:25:36.618Z Sep 16 23:24:43.081 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196002026-09-16T23:25:36.618Z Sep 16 23:24:43.081 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196012026-09-16T23:25:36.618Z Sep 16 23:24:43.087 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196022026-09-16T23:25:36.618Z Sep 16 23:24:43.087 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196032026-09-16T23:25:36.618Z Sep 16 23:24:43.093 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196042026-09-16T23:25:36.618Z Sep 16 23:24:43.093 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196052026-09-16T23:25:36.618Z Sep 16 23:24:43.099 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196062026-09-16T23:25:36.618Z Sep 16 23:24:43.099 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196072026-09-16T23:25:36.618Z Sep 16 23:24:43.106 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196082026-09-16T23:25:36.618Z Sep 16 23:24:43.106 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196092026-09-16T23:25:36.618Z Sep 16 23:24:43.112 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196102026-09-16T23:25:36.618Z Sep 16 23:24:43.112 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196112026-09-16T23:25:36.618Z Sep 16 23:24:43.114 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196122026-09-16T23:25:36.619Z Sep 16 23:24:43.117 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196132026-09-16T23:25:36.619Z Sep 16 23:24:43.118 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
196142026-09-16T23:25:36.619Z Sep 16 23:24:43.156 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
196152026-09-16T23:25:36.619Z Sep 16 23:24:43.162 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196162026-09-16T23:25:36.619Z Sep 16 23:24:43.202 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
196172026-09-16T23:25:36.619Z Sep 16 23:24:43.208 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196182026-09-16T23:25:36.619Z Sep 16 23:24:43.210 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
196192026-09-16T23:25:36.619Z Sep 16 23:24:43.248 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
196202026-09-16T23:25:36.623Z Sep 16 23:24:43.254 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196212026-09-16T23:25:36.623Z Sep 16 23:24:43.255 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
196222026-09-16T23:25:36.624Z Sep 16 23:24:43.292 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
196232026-09-16T23:25:36.624Z Sep 16 23:24:43.298 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196242026-09-16T23:25:36.624Z Sep 16 23:24:43.299 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
196252026-09-16T23:25:36.624Z Sep 16 23:24:43.306 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
196262026-09-16T23:25:36.624Z Sep 16 23:24:43.313 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
196272026-09-16T23:25:36.624Z Sep 16 23:24:43.358 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
196282026-09-16T23:25:36.624Z Sep 16 23:24:43.358 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
196292026-09-16T23:25:36.624Z Sep 16 23:24:43.403 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
196302026-09-16T23:25:36.624Z Sep 16 23:24:43.403 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
196312026-09-16T23:25:36.624Z Sep 16 23:24:43.441 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
196322026-09-16T23:25:36.624Z Sep 16 23:24:43.441 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
196332026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
196342026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
196352026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
196362026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
196372026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
196382026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
196392026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
196402026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
196412026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
196422026-09-16T23:25:36.624Z Sep 16 23:24:43.442 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
196432026-09-16T23:25:36.624Z Sep 16 23:24:43.443 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
196442026-09-16T23:25:36.624Z Sep 16 23:24:43.443 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
196452026-09-16T23:25:36.624Z Sep 16 23:24:43.480 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
196462026-09-16T23:25:36.624Z Sep 16 23:24:43.481 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
196472026-09-16T23:25:36.624Z Sep 16 23:24:43.487 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196482026-09-16T23:25:36.624Z Sep 16 23:24:43.487 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196492026-09-16T23:25:36.624Z Sep 16 23:24:43.493 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196502026-09-16T23:25:36.624Z Sep 16 23:24:43.493 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196512026-09-16T23:25:36.625Z Sep 16 23:24:43.499 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196522026-09-16T23:25:36.625Z Sep 16 23:24:43.499 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196532026-09-16T23:25:36.625Z Sep 16 23:24:43.505 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196542026-09-16T23:25:36.625Z Sep 16 23:24:43.505 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196552026-09-16T23:25:36.625Z Sep 16 23:24:43.619 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196562026-09-16T23:25:36.625Z Sep 16 23:24:43.619 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196572026-09-16T23:25:36.625Z Sep 16 23:24:43.624 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
196582026-09-16T23:25:36.625Z Sep 16 23:24:43.661 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
196592026-09-16T23:25:36.625Z Sep 16 23:24:43.668 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196602026-09-16T23:25:36.625Z Sep 16 23:24:43.670 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
196612026-09-16T23:25:36.625Z Sep 16 23:24:43.707 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
196622026-09-16T23:25:36.625Z Sep 16 23:24:43.713 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196632026-09-16T23:25:36.625Z Sep 16 23:24:43.751 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
196642026-09-16T23:25:36.625Z Sep 16 23:24:43.758 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196652026-09-16T23:25:36.625Z Sep 16 23:24:43.796 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
196662026-09-16T23:25:36.625Z Sep 16 23:24:43.802 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196672026-09-16T23:25:36.625Z Sep 16 23:24:43.802 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
196682026-09-16T23:25:36.625Z Sep 16 23:24:43.802 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
196692026-09-16T23:25:36.625Z Sep 16 23:24:43.802 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
196702026-09-16T23:25:36.626Z Sep 16 23:24:43.809 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
196712026-09-16T23:25:36.626Z Sep 16 23:24:43.869 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
196722026-09-16T23:25:36.626Z Sep 16 23:24:43.869 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
196732026-09-16T23:25:36.626Z Sep 16 23:24:43.907 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
196742026-09-16T23:25:36.626Z Sep 16 23:24:43.907 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
196752026-09-16T23:25:36.626Z Sep 16 23:24:43.944 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
196762026-09-16T23:25:36.626Z Sep 16 23:24:43.945 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
196772026-09-16T23:25:36.626Z Sep 16 23:24:43.982 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
196782026-09-16T23:25:36.626Z Sep 16 23:24:43.982 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
196792026-09-16T23:25:36.626Z Sep 16 23:24:43.988 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196802026-09-16T23:25:36.626Z Sep 16 23:24:43.989 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196812026-09-16T23:25:36.626Z Sep 16 23:24:43.994 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
196822026-09-16T23:25:36.626Z Sep 16 23:24:43.995 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
196832026-09-16T23:25:36.626Z Sep 16 23:24:44.001 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196842026-09-16T23:25:36.626Z Sep 16 23:24:44.001 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196852026-09-16T23:25:36.626Z Sep 16 23:24:44.007 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
196862026-09-16T23:25:36.626Z Sep 16 23:24:44.007 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
196872026-09-16T23:25:36.626Z Sep 16 23:24:44.007 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
196882026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
196892026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
196902026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
196912026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
196922026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
196932026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
196942026-09-16T23:25:36.627Z Sep 16 23:24:44.007 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
196952026-09-16T23:25:36.627Z Sep 16 23:24:44.010 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196962026-09-16T23:25:36.627Z Sep 16 23:24:44.010 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196972026-09-16T23:25:36.627Z Sep 16 23:24:44.015 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196982026-09-16T23:25:36.627Z Sep 16 23:24:44.015 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
196992026-09-16T23:25:36.627Z Sep 16 23:24:44.017 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197002026-09-16T23:25:36.627Z Sep 16 23:24:44.055 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197012026-09-16T23:25:36.627Z Sep 16 23:24:44.061 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197022026-09-16T23:25:36.627Z Sep 16 23:24:44.063 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197032026-09-16T23:25:36.627Z Sep 16 23:24:44.100 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197042026-09-16T23:25:36.627Z Sep 16 23:24:44.106 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197052026-09-16T23:25:36.627Z Sep 16 23:24:44.148 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197062026-09-16T23:25:36.627Z Sep 16 23:24:44.154 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197072026-09-16T23:25:36.627Z Sep 16 23:24:44.193 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197082026-09-16T23:25:36.627Z Sep 16 23:24:44.199 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197092026-09-16T23:25:36.627Z Sep 16 23:24:44.201 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197102026-09-16T23:25:36.627Z Sep 16 23:24:44.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197112026-09-16T23:25:36.627Z Sep 16 23:24:44.245 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197122026-09-16T23:25:36.627Z Sep 16 23:24:44.247 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197132026-09-16T23:25:36.627Z Sep 16 23:24:44.284 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197142026-09-16T23:25:36.627Z Sep 16 23:24:44.290 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197152026-09-16T23:25:36.627Z Sep 16 23:24:44.291 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197162026-09-16T23:25:36.627Z Sep 16 23:24:44.291 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197172026-09-16T23:25:36.627Z Sep 16 23:24:44.329 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197182026-09-16T23:25:36.627Z Sep 16 23:24:44.335 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197192026-09-16T23:25:36.627Z Sep 16 23:24:44.373 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197202026-09-16T23:25:36.634Z Sep 16 23:24:44.379 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197212026-09-16T23:25:36.634Z Sep 16 23:24:44.380 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197222026-09-16T23:25:36.634Z Sep 16 23:24:44.387 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197232026-09-16T23:25:36.634Z Sep 16 23:24:44.394 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197242026-09-16T23:25:36.634Z Sep 16 23:24:44.394 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197252026-09-16T23:25:36.634Z Sep 16 23:24:44.408 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197262026-09-16T23:25:36.634Z Sep 16 23:24:44.416 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197272026-09-16T23:25:36.634Z Sep 16 23:24:44.460 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197282026-09-16T23:25:36.634Z Sep 16 23:24:44.460 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197292026-09-16T23:25:36.634Z Sep 16 23:24:44.498 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197302026-09-16T23:25:36.634Z Sep 16 23:24:44.498 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197312026-09-16T23:25:36.634Z Sep 16 23:24:44.551 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197322026-09-16T23:25:36.634Z Sep 16 23:24:44.551 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197332026-09-16T23:25:36.634Z Sep 16 23:24:44.589 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197342026-09-16T23:25:36.634Z Sep 16 23:24:44.589 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197352026-09-16T23:25:36.634Z Sep 16 23:24:44.627 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197362026-09-16T23:25:36.634Z Sep 16 23:24:44.627 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197372026-09-16T23:25:36.634Z Sep 16 23:24:44.664 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197382026-09-16T23:25:36.634Z Sep 16 23:24:44.665 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197392026-09-16T23:25:36.635Z Sep 16 23:24:44.703 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197402026-09-16T23:25:36.635Z Sep 16 23:24:44.703 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197412026-09-16T23:25:36.635Z Sep 16 23:24:44.740 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197422026-09-16T23:25:36.635Z Sep 16 23:24:44.740 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197432026-09-16T23:25:36.635Z Sep 16 23:24:44.747 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
197442026-09-16T23:25:36.635Z Sep 16 23:24:44.747 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197452026-09-16T23:25:36.635Z Sep 16 23:24:44.753 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
197462026-09-16T23:25:36.635Z Sep 16 23:24:44.753 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197472026-09-16T23:25:36.635Z Sep 16 23:24:44.759 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
197482026-09-16T23:25:36.635Z Sep 16 23:24:44.759 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197492026-09-16T23:25:36.635Z Sep 16 23:24:44.765 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
197502026-09-16T23:25:36.635Z Sep 16 23:24:44.765 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197512026-09-16T23:25:36.635Z Sep 16 23:24:44.771 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
197522026-09-16T23:25:36.635Z Sep 16 23:24:44.771 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197532026-09-16T23:25:36.636Z Sep 16 23:24:44.777 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
197542026-09-16T23:25:36.636Z Sep 16 23:24:44.777 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197552026-09-16T23:25:36.636Z Sep 16 23:24:44.783 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
197562026-09-16T23:25:36.636Z Sep 16 23:24:44.784 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197572026-09-16T23:25:36.636Z Sep 16 23:24:44.789 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
197582026-09-16T23:25:36.636Z Sep 16 23:24:44.790 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197592026-09-16T23:25:36.636Z Sep 16 23:24:44.791 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
197602026-09-16T23:25:36.636Z Sep 16 23:24:44.794 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
197612026-09-16T23:25:36.636Z Sep 16 23:24:44.796 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197622026-09-16T23:25:36.636Z Sep 16 23:24:44.834 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197632026-09-16T23:25:36.636Z Sep 16 23:24:44.840 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197642026-09-16T23:25:36.636Z Sep 16 23:24:44.880 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197652026-09-16T23:25:36.636Z Sep 16 23:24:44.886 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197662026-09-16T23:25:36.636Z Sep 16 23:24:44.888 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
197672026-09-16T23:25:36.636Z Sep 16 23:24:44.925 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
197682026-09-16T23:25:36.636Z Sep 16 23:24:44.931 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197692026-09-16T23:25:36.636Z Sep 16 23:24:44.932 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197702026-09-16T23:25:36.636Z Sep 16 23:24:44.970 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
197712026-09-16T23:25:36.636Z Sep 16 23:24:44.976 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197722026-09-16T23:25:36.636Z Sep 16 23:24:44.977 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197732026-09-16T23:25:36.636Z Sep 16 23:24:44.984 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
197742026-09-16T23:25:36.636Z Sep 16 23:24:44.991 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
197752026-09-16T23:25:36.636Z Sep 16 23:24:45.036 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197762026-09-16T23:25:36.636Z Sep 16 23:24:45.036 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197772026-09-16T23:25:36.636Z Sep 16 23:24:45.081 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197782026-09-16T23:25:36.636Z Sep 16 23:24:45.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197792026-09-16T23:25:36.636Z Sep 16 23:24:45.119 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
197802026-09-16T23:25:36.636Z Sep 16 23:24:45.119 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
197812026-09-16T23:25:36.636Z Sep 16 23:24:45.120 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
197822026-09-16T23:25:36.636Z Sep 16 23:24:45.120 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
197832026-09-16T23:25:36.636Z Sep 16 23:24:45.120 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
197842026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
197852026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
197862026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
197872026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
197882026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
197892026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
197902026-09-16T23:25:36.636Z Sep 16 23:24:45.121 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
197912026-09-16T23:25:36.637Z Sep 16 23:24:45.121 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
197922026-09-16T23:25:36.637Z Sep 16 23:24:45.121 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
197932026-09-16T23:25:36.637Z Sep 16 23:24:45.159 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
197942026-09-16T23:25:36.637Z Sep 16 23:24:45.159 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
197952026-09-16T23:25:36.637Z Sep 16 23:24:45.165 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
197962026-09-16T23:25:36.637Z Sep 16 23:24:45.165 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
197972026-09-16T23:25:36.637Z Sep 16 23:24:45.172 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
197982026-09-16T23:25:36.637Z Sep 16 23:24:45.172 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
197992026-09-16T23:25:36.637Z Sep 16 23:24:45.178 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
198002026-09-16T23:25:36.637Z Sep 16 23:24:45.178 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198012026-09-16T23:25:36.637Z Sep 16 23:24:45.184 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
198022026-09-16T23:25:36.637Z Sep 16 23:24:45.184 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198032026-09-16T23:25:36.637Z Sep 16 23:24:45.296 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198042026-09-16T23:25:36.637Z Sep 16 23:24:45.296 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198052026-09-16T23:25:36.637Z Sep 16 23:24:45.301 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198062026-09-16T23:25:36.637Z Sep 16 23:24:45.339 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198072026-09-16T23:25:36.637Z Sep 16 23:24:45.345 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198082026-09-16T23:25:36.637Z Sep 16 23:24:45.347 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198092026-09-16T23:25:36.637Z Sep 16 23:24:45.385 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198102026-09-16T23:25:36.637Z Sep 16 23:24:45.391 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198112026-09-16T23:25:36.637Z Sep 16 23:24:45.429 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198122026-09-16T23:25:36.637Z Sep 16 23:24:45.435 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198132026-09-16T23:25:36.637Z Sep 16 23:24:45.474 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198142026-09-16T23:25:36.637Z Sep 16 23:24:45.480 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198152026-09-16T23:25:36.637Z Sep 16 23:24:45.480 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198162026-09-16T23:25:36.637Z Sep 16 23:24:45.480 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198172026-09-16T23:25:36.637Z Sep 16 23:24:45.480 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198182026-09-16T23:25:36.637Z Sep 16 23:24:45.487 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198192026-09-16T23:25:36.637Z Sep 16 23:24:45.547 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198202026-09-16T23:25:36.642Z Sep 16 23:24:45.547 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198212026-09-16T23:25:36.642Z Sep 16 23:24:45.585 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198222026-09-16T23:25:36.642Z Sep 16 23:24:45.585 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198232026-09-16T23:25:36.642Z Sep 16 23:24:45.623 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198242026-09-16T23:25:36.642Z Sep 16 23:24:45.623 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198252026-09-16T23:25:36.642Z Sep 16 23:24:45.660 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198262026-09-16T23:25:36.642Z Sep 16 23:24:45.660 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198272026-09-16T23:25:36.642Z Sep 16 23:24:45.667 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
198282026-09-16T23:25:36.642Z Sep 16 23:24:45.667 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198292026-09-16T23:25:36.642Z Sep 16 23:24:45.673 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
198302026-09-16T23:25:36.642Z Sep 16 23:24:45.673 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198312026-09-16T23:25:36.642Z Sep 16 23:24:45.679 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
198322026-09-16T23:25:36.642Z Sep 16 23:24:45.679 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198332026-09-16T23:25:36.642Z Sep 16 23:24:45.685 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
198342026-09-16T23:25:36.642Z Sep 16 23:24:45.685 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198352026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
198362026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
198372026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
198382026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
198392026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
198402026-09-16T23:25:36.642Z Sep 16 23:24:45.685 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
198412026-09-16T23:25:36.643Z Sep 16 23:24:45.685 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
198422026-09-16T23:25:36.643Z Sep 16 23:24:45.685 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
198432026-09-16T23:25:36.643Z Sep 16 23:24:45.688 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198442026-09-16T23:25:36.643Z Sep 16 23:24:45.688 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198452026-09-16T23:25:36.643Z Sep 16 23:24:45.693 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198462026-09-16T23:25:36.643Z Sep 16 23:24:45.693 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
198472026-09-16T23:25:36.643Z Sep 16 23:24:45.695 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198482026-09-16T23:25:36.643Z Sep 16 23:24:45.733 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198492026-09-16T23:25:36.643Z Sep 16 23:24:45.739 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198502026-09-16T23:25:36.643Z Sep 16 23:24:45.741 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198512026-09-16T23:25:36.643Z Sep 16 23:24:45.779 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198522026-09-16T23:25:36.643Z Sep 16 23:24:45.785 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198532026-09-16T23:25:36.644Z Sep 16 23:24:45.826 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198542026-09-16T23:25:36.644Z Sep 16 23:24:45.832 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198552026-09-16T23:25:36.644Z Sep 16 23:24:45.871 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198562026-09-16T23:25:36.644Z Sep 16 23:24:45.877 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198572026-09-16T23:25:36.644Z Sep 16 23:24:45.879 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198582026-09-16T23:25:36.644Z Sep 16 23:24:45.917 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198592026-09-16T23:25:36.644Z Sep 16 23:24:45.923 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198602026-09-16T23:25:36.644Z Sep 16 23:24:45.925 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
198612026-09-16T23:25:36.645Z Sep 16 23:24:45.962 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
198622026-09-16T23:25:36.645Z Sep 16 23:24:45.968 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198632026-09-16T23:25:36.645Z Sep 16 23:24:45.969 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198642026-09-16T23:25:36.645Z Sep 16 23:24:45.969 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198652026-09-16T23:25:36.645Z Sep 16 23:24:46.007 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198662026-09-16T23:25:36.645Z Sep 16 23:24:46.013 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198672026-09-16T23:25:36.645Z Sep 16 23:24:46.051 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
198682026-09-16T23:25:36.645Z Sep 16 23:24:46.057 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198692026-09-16T23:25:36.645Z Sep 16 23:24:46.058 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198702026-09-16T23:25:36.645Z Sep 16 23:24:46.065 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198712026-09-16T23:25:36.645Z Sep 16 23:24:46.072 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198722026-09-16T23:25:36.645Z Sep 16 23:24:46.072 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
198732026-09-16T23:25:36.645Z Sep 16 23:24:46.087 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198742026-09-16T23:25:36.645Z Sep 16 23:24:46.094 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
198752026-09-16T23:25:36.645Z Sep 16 23:24:46.139 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198762026-09-16T23:25:36.645Z Sep 16 23:24:46.139 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198772026-09-16T23:25:36.645Z Sep 16 23:24:46.177 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198782026-09-16T23:25:36.645Z Sep 16 23:24:46.177 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198792026-09-16T23:25:36.645Z Sep 16 23:24:46.229 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198802026-09-16T23:25:36.645Z Sep 16 23:24:46.229 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198812026-09-16T23:25:36.645Z Sep 16 23:24:46.267 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198822026-09-16T23:25:36.646Z Sep 16 23:24:46.267 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198832026-09-16T23:25:36.646Z Sep 16 23:24:46.305 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198842026-09-16T23:25:36.647Z Sep 16 23:24:46.305 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198852026-09-16T23:25:36.647Z Sep 16 23:24:46.343 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
198862026-09-16T23:25:36.647Z Sep 16 23:24:46.343 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
198872026-09-16T23:25:36.647Z Sep 16 23:24:46.381 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198882026-09-16T23:25:36.647Z Sep 16 23:24:46.381 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198892026-09-16T23:25:36.647Z Sep 16 23:24:46.419 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
198902026-09-16T23:25:36.647Z Sep 16 23:24:46.419 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
198912026-09-16T23:25:36.647Z Sep 16 23:24:46.425 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
198922026-09-16T23:25:36.647Z Sep 16 23:24:46.426 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198932026-09-16T23:25:36.647Z Sep 16 23:24:46.432 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
198942026-09-16T23:25:36.647Z Sep 16 23:24:46.432 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
198952026-09-16T23:25:36.647Z Sep 16 23:24:46.438 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
198962026-09-16T23:25:36.647Z Sep 16 23:24:46.438 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198972026-09-16T23:25:36.647Z Sep 16 23:24:46.444 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
198982026-09-16T23:25:36.647Z Sep 16 23:24:46.444 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
198992026-09-16T23:25:36.647Z Sep 16 23:24:46.450 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199002026-09-16T23:25:36.647Z Sep 16 23:24:46.450 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199012026-09-16T23:25:36.647Z Sep 16 23:24:46.456 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199022026-09-16T23:25:36.647Z Sep 16 23:24:46.456 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199032026-09-16T23:25:36.647Z Sep 16 23:24:46.462 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199042026-09-16T23:25:36.647Z Sep 16 23:24:46.463 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199052026-09-16T23:25:36.647Z Sep 16 23:24:46.469 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199062026-09-16T23:25:36.647Z Sep 16 23:24:46.469 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199072026-09-16T23:25:36.647Z Sep 16 23:24:46.470 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199082026-09-16T23:25:36.647Z Sep 16 23:24:46.473 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199092026-09-16T23:25:36.647Z Sep 16 23:24:46.475 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199102026-09-16T23:25:36.647Z Sep 16 23:24:46.513 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
199112026-09-16T23:25:36.647Z Sep 16 23:24:46.519 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199122026-09-16T23:25:36.647Z Sep 16 23:24:46.559 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
199132026-09-16T23:25:36.647Z Sep 16 23:24:46.565 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199142026-09-16T23:25:36.647Z Sep 16 23:24:46.567 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199152026-09-16T23:25:36.647Z Sep 16 23:24:46.605 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
199162026-09-16T23:25:36.647Z Sep 16 23:24:46.611 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199172026-09-16T23:25:36.647Z Sep 16 23:24:46.611 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
199182026-09-16T23:25:36.647Z Sep 16 23:24:46.649 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
199192026-09-16T23:25:36.647Z Sep 16 23:24:46.655 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199202026-09-16T23:25:36.652Z Sep 16 23:24:46.655 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
199212026-09-16T23:25:36.652Z Sep 16 23:24:46.662 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
199222026-09-16T23:25:36.652Z Sep 16 23:24:46.670 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
199232026-09-16T23:25:36.652Z Sep 16 23:24:46.714 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
199242026-09-16T23:25:36.652Z Sep 16 23:24:46.714 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
199252026-09-16T23:25:36.652Z Sep 16 23:24:46.760 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
199262026-09-16T23:25:36.652Z Sep 16 23:24:46.760 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
199272026-09-16T23:25:36.652Z Sep 16 23:24:46.797 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
199282026-09-16T23:25:36.652Z Sep 16 23:24:46.797 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
199292026-09-16T23:25:36.652Z Sep 16 23:24:46.798 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
199302026-09-16T23:25:36.652Z Sep 16 23:24:46.798 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
199312026-09-16T23:25:36.652Z Sep 16 23:24:46.798 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
199322026-09-16T23:25:36.652Z Sep 16 23:24:46.799 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
199332026-09-16T23:25:36.652Z Sep 16 23:24:46.799 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
199342026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
199352026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
199362026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
199372026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
199382026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
199392026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
199402026-09-16T23:25:36.653Z Sep 16 23:24:46.799 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
199412026-09-16T23:25:36.653Z Sep 16 23:24:46.837 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
199422026-09-16T23:25:36.653Z Sep 16 23:24:46.837 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
199432026-09-16T23:25:36.653Z Sep 16 23:24:46.843 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199442026-09-16T23:25:36.653Z Sep 16 23:24:46.843 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199452026-09-16T23:25:36.653Z Sep 16 23:24:46.849 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199462026-09-16T23:25:36.653Z Sep 16 23:24:46.849 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199472026-09-16T23:25:36.653Z Sep 16 23:24:46.855 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199482026-09-16T23:25:36.653Z Sep 16 23:24:46.855 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199492026-09-16T23:25:36.653Z Sep 16 23:24:46.861 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199502026-09-16T23:25:36.653Z Sep 16 23:24:46.861 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199512026-09-16T23:25:36.653Z Sep 16 23:24:46.974 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199522026-09-16T23:25:36.653Z Sep 16 23:24:46.974 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199532026-09-16T23:25:36.653Z Sep 16 23:24:46.979 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199542026-09-16T23:25:36.653Z Sep 16 23:24:47.017 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
199552026-09-16T23:25:36.653Z Sep 16 23:24:47.023 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199562026-09-16T23:25:36.653Z Sep 16 23:24:47.025 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199572026-09-16T23:25:36.653Z Sep 16 23:24:47.062 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
199582026-09-16T23:25:36.653Z Sep 16 23:24:47.068 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199592026-09-16T23:25:36.653Z Sep 16 23:24:47.107 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
199602026-09-16T23:25:36.653Z Sep 16 23:24:47.113 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199612026-09-16T23:25:36.653Z Sep 16 23:24:47.151 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
199622026-09-16T23:25:36.653Z Sep 16 23:24:47.157 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199632026-09-16T23:25:36.653Z Sep 16 23:24:47.158 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
199642026-09-16T23:25:36.653Z Sep 16 23:24:47.158 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
199652026-09-16T23:25:36.653Z Sep 16 23:24:47.158 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
199662026-09-16T23:25:36.653Z Sep 16 23:24:47.165 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
199672026-09-16T23:25:36.653Z Sep 16 23:24:47.224 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
199682026-09-16T23:25:36.653Z Sep 16 23:24:47.224 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
199692026-09-16T23:25:36.653Z Sep 16 23:24:47.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
199702026-09-16T23:25:36.653Z Sep 16 23:24:47.262 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
199712026-09-16T23:25:36.653Z Sep 16 23:24:47.300 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
199722026-09-16T23:25:36.654Z Sep 16 23:24:47.300 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
199732026-09-16T23:25:36.654Z Sep 16 23:24:47.338 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
199742026-09-16T23:25:36.654Z Sep 16 23:24:47.338 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
199752026-09-16T23:25:36.654Z Sep 16 23:24:47.344 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199762026-09-16T23:25:36.654Z Sep 16 23:24:47.344 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199772026-09-16T23:25:36.654Z Sep 16 23:24:47.350 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
199782026-09-16T23:25:36.654Z Sep 16 23:24:47.350 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
199792026-09-16T23:25:36.654Z Sep 16 23:24:47.356 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199802026-09-16T23:25:36.654Z Sep 16 23:24:47.356 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199812026-09-16T23:25:36.654Z Sep 16 23:24:47.362 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
199822026-09-16T23:25:36.654Z Sep 16 23:24:47.362 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199832026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
199842026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
199852026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
199862026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
199872026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
199882026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
199892026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
199902026-09-16T23:25:36.654Z Sep 16 23:24:47.363 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
199912026-09-16T23:25:36.654Z Sep 16 23:24:47.366 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199922026-09-16T23:25:36.654Z Sep 16 23:24:47.366 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199932026-09-16T23:25:36.654Z Sep 16 23:24:47.371 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199942026-09-16T23:25:36.654Z Sep 16 23:24:47.371 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
199952026-09-16T23:25:36.654Z Sep 16 23:24:47.372 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199962026-09-16T23:25:36.654Z Sep 16 23:24:47.410 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
199972026-09-16T23:25:36.654Z Sep 16 23:24:47.416 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
199982026-09-16T23:25:36.654Z Sep 16 23:24:47.418 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
199992026-09-16T23:25:36.654Z Sep 16 23:24:47.456 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
200002026-09-16T23:25:36.654Z Sep 16 23:24:47.462 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200012026-09-16T23:25:36.654Z Sep 16 23:24:47.504 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200022026-09-16T23:25:36.654Z Sep 16 23:24:47.510 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200032026-09-16T23:25:36.654Z Sep 16 23:24:47.548 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200042026-09-16T23:25:36.654Z Sep 16 23:24:47.554 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200052026-09-16T23:25:36.655Z Sep 16 23:24:47.556 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
200062026-09-16T23:25:36.655Z Sep 16 23:24:47.594 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
200072026-09-16T23:25:36.655Z Sep 16 23:24:47.600 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200082026-09-16T23:25:36.655Z Sep 16 23:24:47.602 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
200092026-09-16T23:25:36.655Z Sep 16 23:24:47.639 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
200102026-09-16T23:25:36.655Z Sep 16 23:24:47.646 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200112026-09-16T23:25:36.655Z Sep 16 23:24:47.646 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200122026-09-16T23:25:36.655Z Sep 16 23:24:47.646 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200132026-09-16T23:25:36.655Z Sep 16 23:24:47.684 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200142026-09-16T23:25:36.655Z Sep 16 23:24:47.690 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200152026-09-16T23:25:36.655Z Sep 16 23:24:47.728 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200162026-09-16T23:25:36.655Z Sep 16 23:24:47.734 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200172026-09-16T23:25:36.655Z Sep 16 23:24:47.735 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200182026-09-16T23:25:36.655Z Sep 16 23:24:47.742 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200192026-09-16T23:25:36.655Z Sep 16 23:24:47.749 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200202026-09-16T23:25:36.661Z Sep 16 23:24:47.749 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200212026-09-16T23:25:36.661Z Sep 16 23:24:47.764 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200222026-09-16T23:25:36.661Z Sep 16 23:24:47.771 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200232026-09-16T23:25:36.661Z Sep 16 23:24:47.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200242026-09-16T23:25:36.661Z Sep 16 23:24:47.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200252026-09-16T23:25:36.661Z Sep 16 23:24:47.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200262026-09-16T23:25:36.661Z Sep 16 23:24:47.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200272026-09-16T23:25:36.661Z Sep 16 23:24:47.906 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200282026-09-16T23:25:36.661Z Sep 16 23:24:47.907 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200292026-09-16T23:25:36.661Z Sep 16 23:24:47.944 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200302026-09-16T23:25:36.661Z Sep 16 23:24:47.944 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200312026-09-16T23:25:36.661Z Sep 16 23:24:47.982 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200322026-09-16T23:25:36.661Z Sep 16 23:24:47.982 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200332026-09-16T23:25:36.661Z Sep 16 23:24:48.020 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200342026-09-16T23:25:36.661Z Sep 16 23:24:48.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200352026-09-16T23:25:36.661Z Sep 16 23:24:48.058 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200362026-09-16T23:25:36.661Z Sep 16 23:24:48.058 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200372026-09-16T23:25:36.661Z Sep 16 23:24:48.096 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200382026-09-16T23:25:36.661Z Sep 16 23:24:48.096 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200392026-09-16T23:25:36.661Z Sep 16 23:24:48.103 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200402026-09-16T23:25:36.661Z Sep 16 23:24:48.103 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200412026-09-16T23:25:36.661Z Sep 16 23:24:48.109 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200422026-09-16T23:25:36.661Z Sep 16 23:24:48.109 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200432026-09-16T23:25:36.661Z Sep 16 23:24:48.115 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200442026-09-16T23:25:36.661Z Sep 16 23:24:48.115 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200452026-09-16T23:25:36.661Z Sep 16 23:24:48.121 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200462026-09-16T23:25:36.661Z Sep 16 23:24:48.121 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200472026-09-16T23:25:36.661Z Sep 16 23:24:48.127 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200482026-09-16T23:25:36.662Z Sep 16 23:24:48.127 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200492026-09-16T23:25:36.662Z Sep 16 23:24:48.133 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200502026-09-16T23:25:36.662Z Sep 16 23:24:48.133 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200512026-09-16T23:25:36.662Z Sep 16 23:24:48.140 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200522026-09-16T23:25:36.662Z Sep 16 23:24:48.140 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200532026-09-16T23:25:36.662Z Sep 16 23:24:48.146 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200542026-09-16T23:25:36.662Z Sep 16 23:24:48.146 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200552026-09-16T23:25:36.662Z Sep 16 23:24:48.148 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
200562026-09-16T23:25:36.662Z Sep 16 23:24:48.151 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
200572026-09-16T23:25:36.662Z Sep 16 23:24:48.152 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
200582026-09-16T23:25:36.662Z Sep 16 23:24:48.190 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
200592026-09-16T23:25:36.662Z Sep 16 23:24:48.196 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200602026-09-16T23:25:36.662Z Sep 16 23:24:48.236 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200612026-09-16T23:25:36.662Z Sep 16 23:24:48.242 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200622026-09-16T23:25:36.662Z Sep 16 23:24:48.244 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
200632026-09-16T23:25:36.662Z Sep 16 23:24:48.282 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
200642026-09-16T23:25:36.662Z Sep 16 23:24:48.288 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200652026-09-16T23:25:36.662Z Sep 16 23:24:48.289 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200662026-09-16T23:25:36.662Z Sep 16 23:24:48.326 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
200672026-09-16T23:25:36.662Z Sep 16 23:24:48.332 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200682026-09-16T23:25:36.662Z Sep 16 23:24:48.333 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200692026-09-16T23:25:36.662Z Sep 16 23:24:48.340 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
200702026-09-16T23:25:36.662Z Sep 16 23:24:48.347 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
200712026-09-16T23:25:36.662Z Sep 16 23:24:48.392 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200722026-09-16T23:25:36.662Z Sep 16 23:24:48.392 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200732026-09-16T23:25:36.662Z Sep 16 23:24:48.437 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200742026-09-16T23:25:36.662Z Sep 16 23:24:48.437 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200752026-09-16T23:25:36.662Z Sep 16 23:24:48.475 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
200762026-09-16T23:25:36.662Z Sep 16 23:24:48.475 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
200772026-09-16T23:25:36.662Z Sep 16 23:24:48.476 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
200782026-09-16T23:25:36.662Z Sep 16 23:24:48.476 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
200792026-09-16T23:25:36.662Z Sep 16 23:24:48.476 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
200802026-09-16T23:25:36.662Z Sep 16 23:24:48.476 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
200812026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
200822026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
200832026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
200842026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
200852026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
200862026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
200872026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
200882026-09-16T23:25:36.663Z Sep 16 23:24:48.477 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
200892026-09-16T23:25:36.663Z Sep 16 23:24:48.515 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
200902026-09-16T23:25:36.663Z Sep 16 23:24:48.515 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
200912026-09-16T23:25:36.663Z Sep 16 23:24:48.521 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200922026-09-16T23:25:36.663Z Sep 16 23:24:48.521 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200932026-09-16T23:25:36.663Z Sep 16 23:24:48.527 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200942026-09-16T23:25:36.663Z Sep 16 23:24:48.527 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200952026-09-16T23:25:36.663Z Sep 16 23:24:48.533 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
200962026-09-16T23:25:36.663Z Sep 16 23:24:48.533 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
200972026-09-16T23:25:36.663Z Sep 16 23:24:48.539 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
200982026-09-16T23:25:36.663Z Sep 16 23:24:48.539 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
200992026-09-16T23:25:36.663Z Sep 16 23:24:48.652 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201002026-09-16T23:25:36.663Z Sep 16 23:24:48.652 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201012026-09-16T23:25:36.663Z Sep 16 23:24:48.657 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201022026-09-16T23:25:36.663Z Sep 16 23:24:48.695 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201032026-09-16T23:25:36.663Z Sep 16 23:24:48.701 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201042026-09-16T23:25:36.663Z Sep 16 23:24:48.703 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201052026-09-16T23:25:36.663Z Sep 16 23:24:48.740 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201062026-09-16T23:25:36.663Z Sep 16 23:24:48.746 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201072026-09-16T23:25:36.663Z Sep 16 23:24:48.785 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201082026-09-16T23:25:36.663Z Sep 16 23:24:48.791 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201092026-09-16T23:25:36.663Z Sep 16 23:24:48.829 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201102026-09-16T23:25:36.663Z Sep 16 23:24:48.835 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201112026-09-16T23:25:36.663Z Sep 16 23:24:48.836 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201122026-09-16T23:25:36.663Z Sep 16 23:24:48.836 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201132026-09-16T23:25:36.663Z Sep 16 23:24:48.836 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201142026-09-16T23:25:36.663Z Sep 16 23:24:48.843 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201152026-09-16T23:25:36.663Z Sep 16 23:24:48.902 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201162026-09-16T23:25:36.663Z Sep 16 23:24:48.902 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201172026-09-16T23:25:36.663Z Sep 16 23:24:48.940 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201182026-09-16T23:25:36.664Z Sep 16 23:24:48.940 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201192026-09-16T23:25:36.664Z Sep 16 23:24:48.978 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201202026-09-16T23:25:36.667Z Sep 16 23:24:48.978 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201212026-09-16T23:25:36.667Z Sep 16 23:24:49.016 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201222026-09-16T23:25:36.667Z Sep 16 23:24:49.016 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201232026-09-16T23:25:36.667Z Sep 16 23:24:49.022 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201242026-09-16T23:25:36.667Z Sep 16 23:24:49.022 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201252026-09-16T23:25:36.668Z Sep 16 23:24:49.028 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201262026-09-16T23:25:36.668Z Sep 16 23:24:49.029 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201272026-09-16T23:25:36.668Z Sep 16 23:24:49.035 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
201282026-09-16T23:25:36.668Z Sep 16 23:24:49.035 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201292026-09-16T23:25:36.668Z Sep 16 23:24:49.041 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
201302026-09-16T23:25:36.668Z Sep 16 23:24:49.041 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201312026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
201322026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
201332026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
201342026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
201352026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
201362026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
201372026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
201382026-09-16T23:25:36.668Z Sep 16 23:24:49.041 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
201392026-09-16T23:25:36.668Z Sep 16 23:24:49.045 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201402026-09-16T23:25:36.668Z Sep 16 23:24:49.045 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201412026-09-16T23:25:36.668Z Sep 16 23:24:49.049 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201422026-09-16T23:25:36.668Z Sep 16 23:24:49.050 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
201432026-09-16T23:25:36.668Z Sep 16 23:24:49.051 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201442026-09-16T23:25:36.668Z Sep 16 23:24:49.089 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201452026-09-16T23:25:36.668Z Sep 16 23:24:49.095 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201462026-09-16T23:25:36.668Z Sep 16 23:24:49.097 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201472026-09-16T23:25:36.668Z Sep 16 23:24:49.135 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201482026-09-16T23:25:36.668Z Sep 16 23:24:49.141 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201492026-09-16T23:25:36.668Z Sep 16 23:24:49.182 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201502026-09-16T23:25:36.669Z Sep 16 23:24:49.188 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201512026-09-16T23:25:36.669Z Sep 16 23:24:49.227 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201522026-09-16T23:25:36.669Z Sep 16 23:24:49.233 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201532026-09-16T23:25:36.669Z Sep 16 23:24:49.235 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201542026-09-16T23:25:36.669Z Sep 16 23:24:49.273 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201552026-09-16T23:25:36.669Z Sep 16 23:24:49.279 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201562026-09-16T23:25:36.669Z Sep 16 23:24:49.281 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
201572026-09-16T23:25:36.669Z Sep 16 23:24:49.318 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
201582026-09-16T23:25:36.669Z Sep 16 23:24:49.324 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201592026-09-16T23:25:36.669Z Sep 16 23:24:49.325 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201602026-09-16T23:25:36.669Z Sep 16 23:24:49.325 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201612026-09-16T23:25:36.669Z Sep 16 23:24:49.363 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201622026-09-16T23:25:36.669Z Sep 16 23:24:49.369 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201632026-09-16T23:25:36.669Z Sep 16 23:24:49.407 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
201642026-09-16T23:25:36.669Z Sep 16 23:24:49.413 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201652026-09-16T23:25:36.669Z Sep 16 23:24:49.414 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201662026-09-16T23:25:36.669Z Sep 16 23:24:49.421 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201672026-09-16T23:25:36.669Z Sep 16 23:24:49.428 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201682026-09-16T23:25:36.669Z Sep 16 23:24:49.428 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
201692026-09-16T23:25:36.669Z Sep 16 23:24:49.443 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201702026-09-16T23:25:36.669Z Sep 16 23:24:49.450 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
201712026-09-16T23:25:36.669Z Sep 16 23:24:49.494 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201722026-09-16T23:25:36.669Z Sep 16 23:24:49.494 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201732026-09-16T23:25:36.669Z Sep 16 23:24:49.532 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201742026-09-16T23:25:36.669Z Sep 16 23:24:49.532 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201752026-09-16T23:25:36.669Z Sep 16 23:24:49.585 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201762026-09-16T23:25:36.669Z Sep 16 23:24:49.585 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201772026-09-16T23:25:36.669Z Sep 16 23:24:49.623 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201782026-09-16T23:25:36.669Z Sep 16 23:24:49.623 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201792026-09-16T23:25:36.670Z Sep 16 23:24:49.661 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201802026-09-16T23:25:36.670Z Sep 16 23:24:49.661 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201812026-09-16T23:25:36.670Z Sep 16 23:24:49.699 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
201822026-09-16T23:25:36.670Z Sep 16 23:24:49.699 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
201832026-09-16T23:25:36.670Z Sep 16 23:24:49.737 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201842026-09-16T23:25:36.670Z Sep 16 23:24:49.737 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201852026-09-16T23:25:36.670Z Sep 16 23:24:49.775 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
201862026-09-16T23:25:36.670Z Sep 16 23:24:49.775 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
201872026-09-16T23:25:36.670Z Sep 16 23:24:49.781 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201882026-09-16T23:25:36.670Z Sep 16 23:24:49.781 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201892026-09-16T23:25:36.670Z Sep 16 23:24:49.787 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201902026-09-16T23:25:36.670Z Sep 16 23:24:49.787 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201912026-09-16T23:25:36.670Z Sep 16 23:24:49.793 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
201922026-09-16T23:25:36.670Z Sep 16 23:24:49.793 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201932026-09-16T23:25:36.670Z Sep 16 23:24:49.799 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
201942026-09-16T23:25:36.670Z Sep 16 23:24:49.799 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
201952026-09-16T23:25:36.670Z Sep 16 23:24:49.805 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201962026-09-16T23:25:36.670Z Sep 16 23:24:49.805 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201972026-09-16T23:25:36.670Z Sep 16 23:24:49.811 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
201982026-09-16T23:25:36.670Z Sep 16 23:24:49.811 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
201992026-09-16T23:25:36.670Z Sep 16 23:24:49.818 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202002026-09-16T23:25:36.670Z Sep 16 23:24:49.818 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202012026-09-16T23:25:36.670Z Sep 16 23:24:49.824 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202022026-09-16T23:25:36.670Z Sep 16 23:24:49.824 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202032026-09-16T23:25:36.670Z Sep 16 23:24:49.825 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202042026-09-16T23:25:36.670Z Sep 16 23:24:49.828 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202052026-09-16T23:25:36.670Z Sep 16 23:24:49.830 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202062026-09-16T23:25:36.670Z Sep 16 23:24:49.868 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202072026-09-16T23:25:36.670Z Sep 16 23:24:49.874 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202082026-09-16T23:25:36.670Z Sep 16 23:24:49.914 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
202092026-09-16T23:25:36.670Z Sep 16 23:24:49.920 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202102026-09-16T23:25:36.670Z Sep 16 23:24:49.922 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202112026-09-16T23:25:36.670Z Sep 16 23:24:49.960 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202122026-09-16T23:25:36.670Z Sep 16 23:24:49.966 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202132026-09-16T23:25:36.670Z Sep 16 23:24:49.967 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
202142026-09-16T23:25:36.670Z Sep 16 23:24:50.004 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
202152026-09-16T23:25:36.670Z Sep 16 23:24:50.010 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202162026-09-16T23:25:36.670Z Sep 16 23:24:50.011 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
202172026-09-16T23:25:36.670Z Sep 16 23:24:50.018 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
202182026-09-16T23:25:36.671Z Sep 16 23:24:50.025 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
202192026-09-16T23:25:36.671Z Sep 16 23:24:50.070 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
202202026-09-16T23:25:36.675Z Sep 16 23:24:50.070 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
202212026-09-16T23:25:36.675Z Sep 16 23:24:50.115 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
202222026-09-16T23:25:36.675Z Sep 16 23:24:50.115 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
202232026-09-16T23:25:36.675Z Sep 16 23:24:50.153 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
202242026-09-16T23:25:36.675Z Sep 16 23:24:50.153 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
202252026-09-16T23:25:36.675Z Sep 16 23:24:50.154 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
202262026-09-16T23:25:36.675Z Sep 16 23:24:50.154 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
202272026-09-16T23:25:36.675Z Sep 16 23:24:50.154 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
202282026-09-16T23:25:36.675Z Sep 16 23:24:50.154 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
202292026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
202302026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
202312026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
202322026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
202332026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
202342026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
202352026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
202362026-09-16T23:25:36.675Z Sep 16 23:24:50.155 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
202372026-09-16T23:25:36.675Z Sep 16 23:24:50.193 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
202382026-09-16T23:25:36.675Z Sep 16 23:24:50.193 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
202392026-09-16T23:25:36.675Z Sep 16 23:24:50.199 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
202402026-09-16T23:25:36.676Z Sep 16 23:24:50.199 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202412026-09-16T23:25:36.676Z Sep 16 23:24:50.205 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202422026-09-16T23:25:36.676Z Sep 16 23:24:50.205 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202432026-09-16T23:25:36.676Z Sep 16 23:24:50.211 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
202442026-09-16T23:25:36.676Z Sep 16 23:24:50.211 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202452026-09-16T23:25:36.676Z Sep 16 23:24:50.217 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202462026-09-16T23:25:36.676Z Sep 16 23:24:50.217 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202472026-09-16T23:25:36.676Z Sep 16 23:24:50.330 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202482026-09-16T23:25:36.676Z Sep 16 23:24:50.330 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202492026-09-16T23:25:36.676Z Sep 16 23:24:50.335 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202502026-09-16T23:25:36.676Z Sep 16 23:24:50.373 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202512026-09-16T23:25:36.676Z Sep 16 23:24:50.379 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202522026-09-16T23:25:36.676Z Sep 16 23:24:50.381 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202532026-09-16T23:25:36.676Z Sep 16 23:24:50.418 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202542026-09-16T23:25:36.676Z Sep 16 23:24:50.424 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202552026-09-16T23:25:36.676Z Sep 16 23:24:50.463 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
202562026-09-16T23:25:36.676Z Sep 16 23:24:50.469 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202572026-09-16T23:25:36.676Z Sep 16 23:24:50.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
202582026-09-16T23:25:36.676Z Sep 16 23:24:50.513 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202592026-09-16T23:25:36.676Z Sep 16 23:24:50.514 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
202602026-09-16T23:25:36.676Z Sep 16 23:24:50.514 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
202612026-09-16T23:25:36.676Z Sep 16 23:24:50.514 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
202622026-09-16T23:25:36.676Z Sep 16 23:24:50.521 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
202632026-09-16T23:25:36.676Z Sep 16 23:24:50.580 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
202642026-09-16T23:25:36.676Z Sep 16 23:24:50.580 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
202652026-09-16T23:25:36.676Z Sep 16 23:24:50.618 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
202662026-09-16T23:25:36.676Z Sep 16 23:24:50.618 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
202672026-09-16T23:25:36.676Z Sep 16 23:24:50.656 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
202682026-09-16T23:25:36.676Z Sep 16 23:24:50.656 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
202692026-09-16T23:25:36.676Z Sep 16 23:24:50.694 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
202702026-09-16T23:25:36.676Z Sep 16 23:24:50.694 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
202712026-09-16T23:25:36.676Z Sep 16 23:24:50.700 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
202722026-09-16T23:25:36.676Z Sep 16 23:24:50.700 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202732026-09-16T23:25:36.676Z Sep 16 23:24:50.706 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
202742026-09-16T23:25:36.676Z Sep 16 23:24:50.706 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202752026-09-16T23:25:36.677Z Sep 16 23:24:50.712 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202762026-09-16T23:25:36.677Z Sep 16 23:24:50.713 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202772026-09-16T23:25:36.677Z Sep 16 23:24:50.718 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
202782026-09-16T23:25:36.677Z Sep 16 23:24:50.718 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202792026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
202802026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
202812026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
202822026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
202832026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
202842026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
202852026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
202862026-09-16T23:25:36.677Z Sep 16 23:24:50.719 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
202872026-09-16T23:25:36.677Z Sep 16 23:24:50.722 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202882026-09-16T23:25:36.677Z Sep 16 23:24:50.722 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202892026-09-16T23:25:36.677Z Sep 16 23:24:50.727 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202902026-09-16T23:25:36.677Z Sep 16 23:24:50.727 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
202912026-09-16T23:25:36.677Z Sep 16 23:24:50.728 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202922026-09-16T23:25:36.677Z Sep 16 23:24:50.766 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202932026-09-16T23:25:36.677Z Sep 16 23:24:50.772 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202942026-09-16T23:25:36.677Z Sep 16 23:24:50.774 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
202952026-09-16T23:25:36.677Z Sep 16 23:24:50.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
202962026-09-16T23:25:36.678Z Sep 16 23:24:50.818 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
202972026-09-16T23:25:36.678Z Sep 16 23:24:50.860 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
202982026-09-16T23:25:36.678Z Sep 16 23:24:50.866 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
202992026-09-16T23:25:36.678Z Sep 16 23:24:50.904 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
203002026-09-16T23:25:36.678Z Sep 16 23:24:50.910 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203012026-09-16T23:25:36.678Z Sep 16 23:24:50.912 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
203022026-09-16T23:25:36.678Z Sep 16 23:24:50.950 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
203032026-09-16T23:25:36.678Z Sep 16 23:24:50.956 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203042026-09-16T23:25:36.678Z Sep 16 23:24:50.958 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
203052026-09-16T23:25:36.678Z Sep 16 23:24:50.995 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
203062026-09-16T23:25:36.678Z Sep 16 23:24:51.001 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203072026-09-16T23:25:36.678Z Sep 16 23:24:51.002 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203082026-09-16T23:25:36.678Z Sep 16 23:24:51.002 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203092026-09-16T23:25:36.678Z Sep 16 23:24:51.040 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
203102026-09-16T23:25:36.679Z Sep 16 23:24:51.046 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203112026-09-16T23:25:36.679Z Sep 16 23:24:51.084 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
203122026-09-16T23:25:36.679Z Sep 16 23:24:51.090 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203132026-09-16T23:25:36.679Z Sep 16 23:24:51.091 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203142026-09-16T23:25:36.679Z Sep 16 23:24:51.098 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203152026-09-16T23:25:36.679Z Sep 16 23:24:51.105 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203162026-09-16T23:25:36.679Z Sep 16 23:24:51.105 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203172026-09-16T23:25:36.679Z Sep 16 23:24:51.120 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203182026-09-16T23:25:36.679Z Sep 16 23:24:51.127 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203192026-09-16T23:25:36.679Z Sep 16 23:24:51.171 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203202026-09-16T23:25:36.684Z Sep 16 23:24:51.171 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203212026-09-16T23:25:36.684Z Sep 16 23:24:51.209 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203222026-09-16T23:25:36.684Z Sep 16 23:24:51.209 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203232026-09-16T23:25:36.684Z Sep 16 23:24:51.262 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203242026-09-16T23:25:36.684Z Sep 16 23:24:51.262 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203252026-09-16T23:25:36.684Z Sep 16 23:24:51.300 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203262026-09-16T23:25:36.684Z Sep 16 23:24:51.300 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203272026-09-16T23:25:36.684Z Sep 16 23:24:51.338 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203282026-09-16T23:25:36.684Z Sep 16 23:24:51.338 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203292026-09-16T23:25:36.684Z Sep 16 23:24:51.376 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203302026-09-16T23:25:36.684Z Sep 16 23:24:51.376 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203312026-09-16T23:25:36.684Z Sep 16 23:24:51.414 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203322026-09-16T23:25:36.684Z Sep 16 23:24:51.414 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203332026-09-16T23:25:36.684Z Sep 16 23:24:51.451 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203342026-09-16T23:25:36.684Z Sep 16 23:24:51.452 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203352026-09-16T23:25:36.684Z Sep 16 23:24:51.458 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203362026-09-16T23:25:36.684Z Sep 16 23:24:51.458 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203372026-09-16T23:25:36.684Z Sep 16 23:24:51.464 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203382026-09-16T23:25:36.684Z Sep 16 23:24:51.464 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203392026-09-16T23:25:36.684Z Sep 16 23:24:51.470 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203402026-09-16T23:25:36.685Z Sep 16 23:24:51.470 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203412026-09-16T23:25:36.685Z Sep 16 23:24:51.476 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203422026-09-16T23:25:36.685Z Sep 16 23:24:51.476 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203432026-09-16T23:25:36.685Z Sep 16 23:24:51.482 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203442026-09-16T23:25:36.685Z Sep 16 23:24:51.482 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203452026-09-16T23:25:36.685Z Sep 16 23:24:51.488 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203462026-09-16T23:25:36.685Z Sep 16 23:24:51.488 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203472026-09-16T23:25:36.685Z Sep 16 23:24:51.495 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203482026-09-16T23:25:36.685Z Sep 16 23:24:51.495 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203492026-09-16T23:25:36.685Z Sep 16 23:24:51.501 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203502026-09-16T23:25:36.685Z Sep 16 23:24:51.501 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203512026-09-16T23:25:36.685Z Sep 16 23:24:51.503 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
203522026-09-16T23:25:36.685Z Sep 16 23:24:51.506 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
203532026-09-16T23:25:36.685Z Sep 16 23:24:51.507 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
203542026-09-16T23:25:36.685Z Sep 16 23:24:51.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
203552026-09-16T23:25:36.685Z Sep 16 23:24:51.551 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203562026-09-16T23:25:36.686Z Sep 16 23:24:51.591 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
203572026-09-16T23:25:36.686Z Sep 16 23:24:51.597 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203582026-09-16T23:25:36.686Z Sep 16 23:24:51.599 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
203592026-09-16T23:25:36.686Z Sep 16 23:24:51.637 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
203602026-09-16T23:25:36.686Z Sep 16 23:24:51.643 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203612026-09-16T23:25:36.686Z Sep 16 23:24:51.644 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203622026-09-16T23:25:36.686Z Sep 16 23:24:51.681 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
203632026-09-16T23:25:36.686Z Sep 16 23:24:51.687 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203642026-09-16T23:25:36.686Z Sep 16 23:24:51.688 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203652026-09-16T23:25:36.686Z Sep 16 23:24:51.695 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
203662026-09-16T23:25:36.686Z Sep 16 23:24:51.702 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
203672026-09-16T23:25:36.686Z Sep 16 23:24:51.747 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203682026-09-16T23:25:36.686Z Sep 16 23:24:51.747 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203692026-09-16T23:25:36.686Z Sep 16 23:24:51.793 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203702026-09-16T23:25:36.686Z Sep 16 23:24:51.793 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203712026-09-16T23:25:36.686Z Sep 16 23:24:51.830 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
203722026-09-16T23:25:36.686Z Sep 16 23:24:51.830 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
203732026-09-16T23:25:36.686Z Sep 16 23:24:51.831 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
203742026-09-16T23:25:36.686Z Sep 16 23:24:51.831 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
203752026-09-16T23:25:36.686Z Sep 16 23:24:51.831 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
203762026-09-16T23:25:36.686Z Sep 16 23:24:51.831 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
203772026-09-16T23:25:36.686Z Sep 16 23:24:51.832 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
203782026-09-16T23:25:36.686Z Sep 16 23:24:51.832 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
203792026-09-16T23:25:36.686Z Sep 16 23:24:51.832 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
203802026-09-16T23:25:36.687Z Sep 16 23:24:51.832 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
203812026-09-16T23:25:36.687Z Sep 16 23:24:51.832 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
203822026-09-16T23:25:36.687Z Sep 16 23:24:51.832 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
203832026-09-16T23:25:36.687Z Sep 16 23:24:51.832 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
203842026-09-16T23:25:36.687Z Sep 16 23:24:51.832 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
203852026-09-16T23:25:36.687Z Sep 16 23:24:51.870 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
203862026-09-16T23:25:36.687Z Sep 16 23:24:51.870 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
203872026-09-16T23:25:36.687Z Sep 16 23:24:51.876 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203882026-09-16T23:25:36.687Z Sep 16 23:24:51.876 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203892026-09-16T23:25:36.687Z Sep 16 23:24:51.882 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203902026-09-16T23:25:36.687Z Sep 16 23:24:51.882 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203912026-09-16T23:25:36.687Z Sep 16 23:24:51.888 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
203922026-09-16T23:25:36.687Z Sep 16 23:24:51.888 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
203932026-09-16T23:25:36.687Z Sep 16 23:24:51.894 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
203942026-09-16T23:25:36.687Z Sep 16 23:24:51.894 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
203952026-09-16T23:25:36.687Z Sep 16 23:24:52.007 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
203962026-09-16T23:25:36.687Z Sep 16 23:24:52.007 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
203972026-09-16T23:25:36.687Z Sep 16 23:24:52.012 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
203982026-09-16T23:25:36.687Z Sep 16 23:24:52.050 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
203992026-09-16T23:25:36.687Z Sep 16 23:24:52.056 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204002026-09-16T23:25:36.688Z Sep 16 23:24:52.058 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
204012026-09-16T23:25:36.688Z Sep 16 23:24:52.096 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
204022026-09-16T23:25:36.688Z Sep 16 23:24:52.102 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204032026-09-16T23:25:36.688Z Sep 16 23:24:52.140 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204042026-09-16T23:25:36.688Z Sep 16 23:24:52.146 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204052026-09-16T23:25:36.688Z Sep 16 23:24:52.184 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204062026-09-16T23:25:36.688Z Sep 16 23:24:52.190 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204072026-09-16T23:25:36.688Z Sep 16 23:24:52.191 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204082026-09-16T23:25:36.688Z Sep 16 23:24:52.191 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204092026-09-16T23:25:36.688Z Sep 16 23:24:52.191 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204102026-09-16T23:25:36.688Z Sep 16 23:24:52.198 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204112026-09-16T23:25:36.688Z Sep 16 23:24:52.257 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204122026-09-16T23:25:36.688Z Sep 16 23:24:52.257 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204132026-09-16T23:25:36.688Z Sep 16 23:24:52.295 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204142026-09-16T23:25:36.688Z Sep 16 23:24:52.295 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204152026-09-16T23:25:36.688Z Sep 16 23:24:52.333 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204162026-09-16T23:25:36.688Z Sep 16 23:24:52.333 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204172026-09-16T23:25:36.688Z Sep 16 23:24:52.371 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204182026-09-16T23:25:36.688Z Sep 16 23:24:52.371 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204192026-09-16T23:25:36.688Z Sep 16 23:24:52.377 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204202026-09-16T23:25:36.692Z Sep 16 23:24:52.378 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204212026-09-16T23:25:36.692Z Sep 16 23:24:52.383 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204222026-09-16T23:25:36.693Z Sep 16 23:24:52.384 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204232026-09-16T23:25:36.693Z Sep 16 23:24:52.390 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204242026-09-16T23:25:36.693Z Sep 16 23:24:52.390 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204252026-09-16T23:25:36.693Z Sep 16 23:24:52.396 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204262026-09-16T23:25:36.693Z Sep 16 23:24:52.396 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204272026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
204282026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
204292026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
204302026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
204312026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
204322026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
204332026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
204342026-09-16T23:25:36.693Z Sep 16 23:24:52.396 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
204352026-09-16T23:25:36.693Z Sep 16 23:24:52.399 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
204362026-09-16T23:25:36.693Z Sep 16 23:24:52.399 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
204372026-09-16T23:25:36.693Z Sep 16 23:24:52.404 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
204382026-09-16T23:25:36.693Z Sep 16 23:24:52.404 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
204392026-09-16T23:25:36.693Z Sep 16 23:24:52.406 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
204402026-09-16T23:25:36.693Z Sep 16 23:24:52.444 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
204412026-09-16T23:25:36.693Z Sep 16 23:24:52.450 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204422026-09-16T23:25:36.693Z Sep 16 23:24:52.452 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
204432026-09-16T23:25:36.693Z Sep 16 23:24:52.489 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
204442026-09-16T23:25:36.693Z Sep 16 23:24:52.496 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204452026-09-16T23:25:36.693Z Sep 16 23:24:52.537 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204462026-09-16T23:25:36.693Z Sep 16 23:24:52.543 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204472026-09-16T23:25:36.693Z Sep 16 23:24:52.582 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204482026-09-16T23:25:36.693Z Sep 16 23:24:52.588 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204492026-09-16T23:25:36.693Z Sep 16 23:24:52.589 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
204502026-09-16T23:25:36.693Z Sep 16 23:24:52.627 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
204512026-09-16T23:25:36.693Z Sep 16 23:24:52.633 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204522026-09-16T23:25:36.693Z Sep 16 23:24:52.635 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
204532026-09-16T23:25:36.693Z Sep 16 23:24:52.673 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
204542026-09-16T23:25:36.693Z Sep 16 23:24:52.679 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204552026-09-16T23:25:36.693Z Sep 16 23:24:52.680 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204562026-09-16T23:25:36.694Z Sep 16 23:24:52.680 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204572026-09-16T23:25:36.694Z Sep 16 23:24:52.717 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204582026-09-16T23:25:36.694Z Sep 16 23:24:52.723 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204592026-09-16T23:25:36.694Z Sep 16 23:24:52.761 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
204602026-09-16T23:25:36.694Z Sep 16 23:24:52.767 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204612026-09-16T23:25:36.694Z Sep 16 23:24:52.768 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204622026-09-16T23:25:36.694Z Sep 16 23:24:52.775 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204632026-09-16T23:25:36.694Z Sep 16 23:24:52.782 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204642026-09-16T23:25:36.694Z Sep 16 23:24:52.782 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
204652026-09-16T23:25:36.694Z Sep 16 23:24:52.797 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204662026-09-16T23:25:36.694Z Sep 16 23:24:52.804 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
204672026-09-16T23:25:36.694Z Sep 16 23:24:52.848 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204682026-09-16T23:25:36.694Z Sep 16 23:24:52.849 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204692026-09-16T23:25:36.694Z Sep 16 23:24:52.886 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204702026-09-16T23:25:36.694Z Sep 16 23:24:52.886 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204712026-09-16T23:25:36.694Z Sep 16 23:24:52.939 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204722026-09-16T23:25:36.694Z Sep 16 23:24:52.939 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204732026-09-16T23:25:36.694Z Sep 16 23:24:52.977 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204742026-09-16T23:25:36.694Z Sep 16 23:24:52.977 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204752026-09-16T23:25:36.694Z Sep 16 23:24:53.015 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204762026-09-16T23:25:36.694Z Sep 16 23:24:53.015 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204772026-09-16T23:25:36.694Z Sep 16 23:24:53.053 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
204782026-09-16T23:25:36.694Z Sep 16 23:24:53.053 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
204792026-09-16T23:25:36.694Z Sep 16 23:24:53.091 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204802026-09-16T23:25:36.694Z Sep 16 23:24:53.091 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204812026-09-16T23:25:36.694Z Sep 16 23:24:53.129 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
204822026-09-16T23:25:36.694Z Sep 16 23:24:53.129 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
204832026-09-16T23:25:36.694Z Sep 16 23:24:53.135 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204842026-09-16T23:25:36.694Z Sep 16 23:24:53.135 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204852026-09-16T23:25:36.694Z Sep 16 23:24:53.141 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204862026-09-16T23:25:36.694Z Sep 16 23:24:53.141 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204872026-09-16T23:25:36.694Z Sep 16 23:24:53.147 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204882026-09-16T23:25:36.694Z Sep 16 23:24:53.148 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204892026-09-16T23:25:36.694Z Sep 16 23:24:53.153 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204902026-09-16T23:25:36.694Z Sep 16 23:24:53.154 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204912026-09-16T23:25:36.694Z Sep 16 23:24:53.160 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204922026-09-16T23:25:36.694Z Sep 16 23:24:53.160 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204932026-09-16T23:25:36.695Z Sep 16 23:24:53.166 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
204942026-09-16T23:25:36.695Z Sep 16 23:24:53.166 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
204952026-09-16T23:25:36.695Z Sep 16 23:24:53.172 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204962026-09-16T23:25:36.695Z Sep 16 23:24:53.172 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204972026-09-16T23:25:36.695Z Sep 16 23:24:53.178 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
204982026-09-16T23:25:36.695Z Sep 16 23:24:53.178 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
204992026-09-16T23:25:36.695Z Sep 16 23:24:53.180 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205002026-09-16T23:25:36.695Z Sep 16 23:24:53.183 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205012026-09-16T23:25:36.695Z Sep 16 23:24:53.184 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205022026-09-16T23:25:36.695Z Sep 16 23:24:53.222 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205032026-09-16T23:25:36.695Z Sep 16 23:24:53.228 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205042026-09-16T23:25:36.695Z Sep 16 23:24:53.268 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205052026-09-16T23:25:36.695Z Sep 16 23:24:53.274 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205062026-09-16T23:25:36.695Z Sep 16 23:24:53.276 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205072026-09-16T23:25:36.695Z Sep 16 23:24:53.314 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205082026-09-16T23:25:36.695Z Sep 16 23:24:53.320 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205092026-09-16T23:25:36.695Z Sep 16 23:24:53.320 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
205102026-09-16T23:25:36.695Z Sep 16 23:24:53.358 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205112026-09-16T23:25:36.696Z Sep 16 23:24:53.364 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205122026-09-16T23:25:36.696Z Sep 16 23:24:53.365 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
205132026-09-16T23:25:36.696Z Sep 16 23:24:53.372 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
205142026-09-16T23:25:36.696Z Sep 16 23:24:53.379 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
205152026-09-16T23:25:36.696Z Sep 16 23:24:53.424 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
205162026-09-16T23:25:36.696Z Sep 16 23:24:53.424 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
205172026-09-16T23:25:36.696Z Sep 16 23:24:53.469 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
205182026-09-16T23:25:36.696Z Sep 16 23:24:53.469 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
205192026-09-16T23:25:36.696Z Sep 16 23:24:53.507 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
205202026-09-16T23:25:36.701Z Sep 16 23:24:53.507 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
205212026-09-16T23:25:36.701Z Sep 16 23:24:53.507 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
205222026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
205232026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
205242026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
205252026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
205262026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
205272026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
205282026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
205292026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
205302026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
205312026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
205322026-09-16T23:25:36.701Z Sep 16 23:24:53.508 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
205332026-09-16T23:25:36.702Z Sep 16 23:24:53.546 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
205342026-09-16T23:25:36.702Z Sep 16 23:24:53.546 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
205352026-09-16T23:25:36.702Z Sep 16 23:24:53.553 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
205362026-09-16T23:25:36.702Z Sep 16 23:24:53.553 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205372026-09-16T23:25:36.702Z Sep 16 23:24:53.559 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
205382026-09-16T23:25:36.702Z Sep 16 23:24:53.559 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205392026-09-16T23:25:36.702Z Sep 16 23:24:53.565 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
205402026-09-16T23:25:36.702Z Sep 16 23:24:53.565 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205412026-09-16T23:25:36.702Z Sep 16 23:24:53.571 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
205422026-09-16T23:25:36.702Z Sep 16 23:24:53.571 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205432026-09-16T23:25:36.702Z Sep 16 23:24:53.684 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205442026-09-16T23:25:36.702Z Sep 16 23:24:53.685 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205452026-09-16T23:25:36.702Z Sep 16 23:24:53.689 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205462026-09-16T23:25:36.702Z Sep 16 23:24:53.727 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205472026-09-16T23:25:36.702Z Sep 16 23:24:53.733 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205482026-09-16T23:25:36.702Z Sep 16 23:24:53.735 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205492026-09-16T23:25:36.702Z Sep 16 23:24:53.773 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205502026-09-16T23:25:36.702Z Sep 16 23:24:53.779 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205512026-09-16T23:25:36.702Z Sep 16 23:24:53.817 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205522026-09-16T23:25:36.702Z Sep 16 23:24:53.823 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205532026-09-16T23:25:36.702Z Sep 16 23:24:53.862 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205542026-09-16T23:25:36.702Z Sep 16 23:24:53.868 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205552026-09-16T23:25:36.702Z Sep 16 23:24:53.868 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
205562026-09-16T23:25:36.702Z Sep 16 23:24:53.868 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
205572026-09-16T23:25:36.702Z Sep 16 23:24:53.868 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
205582026-09-16T23:25:36.702Z Sep 16 23:24:53.876 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
205592026-09-16T23:25:36.702Z Sep 16 23:24:53.935 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
205602026-09-16T23:25:36.702Z Sep 16 23:24:53.935 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
205612026-09-16T23:25:36.702Z Sep 16 23:24:53.973 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
205622026-09-16T23:25:36.703Z Sep 16 23:24:53.973 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
205632026-09-16T23:25:36.703Z Sep 16 23:24:54.011 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
205642026-09-16T23:25:36.703Z Sep 16 23:24:54.011 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
205652026-09-16T23:25:36.703Z Sep 16 23:24:54.049 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
205662026-09-16T23:25:36.703Z Sep 16 23:24:54.049 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
205672026-09-16T23:25:36.703Z Sep 16 23:24:54.055 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
205682026-09-16T23:25:36.703Z Sep 16 23:24:54.055 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205692026-09-16T23:25:36.703Z Sep 16 23:24:54.061 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
205702026-09-16T23:25:36.703Z Sep 16 23:24:54.061 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205712026-09-16T23:25:36.703Z Sep 16 23:24:54.067 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
205722026-09-16T23:25:36.703Z Sep 16 23:24:54.067 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205732026-09-16T23:25:36.703Z Sep 16 23:24:54.073 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
205742026-09-16T23:25:36.703Z Sep 16 23:24:54.073 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205752026-09-16T23:25:36.703Z Sep 16 23:24:54.073 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
205762026-09-16T23:25:36.703Z Sep 16 23:24:54.073 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
205772026-09-16T23:25:36.703Z Sep 16 23:24:54.073 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
205782026-09-16T23:25:36.703Z Sep 16 23:24:54.074 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
205792026-09-16T23:25:36.703Z Sep 16 23:24:54.074 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
205802026-09-16T23:25:36.703Z Sep 16 23:24:54.074 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
205812026-09-16T23:25:36.703Z Sep 16 23:24:54.074 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
205822026-09-16T23:25:36.703Z Sep 16 23:24:54.074 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
205832026-09-16T23:25:36.703Z Sep 16 23:24:54.077 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205842026-09-16T23:25:36.704Z Sep 16 23:24:54.077 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205852026-09-16T23:25:36.704Z Sep 16 23:24:54.082 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205862026-09-16T23:25:36.704Z Sep 16 23:24:54.082 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
205872026-09-16T23:25:36.704Z Sep 16 23:24:54.083 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205882026-09-16T23:25:36.704Z Sep 16 23:24:54.121 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205892026-09-16T23:25:36.704Z Sep 16 23:24:54.127 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205902026-09-16T23:25:36.704Z Sep 16 23:24:54.129 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205912026-09-16T23:25:36.704Z Sep 16 23:24:54.167 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205922026-09-16T23:25:36.704Z Sep 16 23:24:54.173 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
205932026-09-16T23:25:36.704Z Sep 16 23:24:54.215 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205942026-09-16T23:25:36.704Z Sep 16 23:24:54.221 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205952026-09-16T23:25:36.704Z Sep 16 23:24:54.259 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
205962026-09-16T23:25:36.704Z Sep 16 23:24:54.265 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
205972026-09-16T23:25:36.704Z Sep 16 23:24:54.267 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
205982026-09-16T23:25:36.704Z Sep 16 23:24:54.305 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
205992026-09-16T23:25:36.704Z Sep 16 23:24:54.311 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206002026-09-16T23:25:36.704Z Sep 16 23:24:54.313 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
206012026-09-16T23:25:36.704Z Sep 16 23:24:54.351 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
206022026-09-16T23:25:36.704Z Sep 16 23:24:54.357 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206032026-09-16T23:25:36.704Z Sep 16 23:24:54.358 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206042026-09-16T23:25:36.704Z Sep 16 23:24:54.358 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206052026-09-16T23:25:36.704Z Sep 16 23:24:54.395 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
206062026-09-16T23:25:36.704Z Sep 16 23:24:54.402 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206072026-09-16T23:25:36.704Z Sep 16 23:24:54.440 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
206082026-09-16T23:25:36.704Z Sep 16 23:24:54.446 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206092026-09-16T23:25:36.704Z Sep 16 23:24:54.446 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206102026-09-16T23:25:36.704Z Sep 16 23:24:54.453 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206112026-09-16T23:25:36.704Z Sep 16 23:24:54.460 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206122026-09-16T23:25:36.704Z Sep 16 23:24:54.461 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206132026-09-16T23:25:36.704Z Sep 16 23:24:54.475 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206142026-09-16T23:25:36.704Z Sep 16 23:24:54.482 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206152026-09-16T23:25:36.704Z Sep 16 23:24:54.527 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206162026-09-16T23:25:36.704Z Sep 16 23:24:54.527 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206172026-09-16T23:25:36.704Z Sep 16 23:24:54.565 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206182026-09-16T23:25:36.704Z Sep 16 23:24:54.565 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206192026-09-16T23:25:36.704Z Sep 16 23:24:54.618 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206202026-09-16T23:25:36.709Z Sep 16 23:24:54.618 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206212026-09-16T23:25:36.709Z Sep 16 23:24:54.655 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206222026-09-16T23:25:36.709Z Sep 16 23:24:54.656 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206232026-09-16T23:25:36.709Z Sep 16 23:24:54.693 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206242026-09-16T23:25:36.709Z Sep 16 23:24:54.693 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206252026-09-16T23:25:36.709Z Sep 16 23:24:54.731 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206262026-09-16T23:25:36.709Z Sep 16 23:24:54.731 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206272026-09-16T23:25:36.709Z Sep 16 23:24:54.769 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206282026-09-16T23:25:36.709Z Sep 16 23:24:54.769 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206292026-09-16T23:25:36.709Z Sep 16 23:24:54.807 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206302026-09-16T23:25:36.709Z Sep 16 23:24:54.807 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206312026-09-16T23:25:36.709Z Sep 16 23:24:54.813 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206322026-09-16T23:25:36.709Z Sep 16 23:24:54.813 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206332026-09-16T23:25:36.709Z Sep 16 23:24:54.819 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206342026-09-16T23:25:36.709Z Sep 16 23:24:54.819 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206352026-09-16T23:25:36.709Z Sep 16 23:24:54.826 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206362026-09-16T23:25:36.709Z Sep 16 23:24:54.826 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206372026-09-16T23:25:36.709Z Sep 16 23:24:54.832 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206382026-09-16T23:25:36.710Z Sep 16 23:24:54.832 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206392026-09-16T23:25:36.710Z Sep 16 23:24:54.838 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206402026-09-16T23:25:36.710Z Sep 16 23:24:54.838 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206412026-09-16T23:25:36.710Z Sep 16 23:24:54.844 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206422026-09-16T23:25:36.710Z Sep 16 23:24:54.844 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206432026-09-16T23:25:36.710Z Sep 16 23:24:54.850 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206442026-09-16T23:25:36.710Z Sep 16 23:24:54.850 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206452026-09-16T23:25:36.710Z Sep 16 23:24:54.856 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206462026-09-16T23:25:36.710Z Sep 16 23:24:54.856 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206472026-09-16T23:25:36.710Z Sep 16 23:24:54.858 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
206482026-09-16T23:25:36.710Z Sep 16 23:24:54.861 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
206492026-09-16T23:25:36.710Z Sep 16 23:24:54.862 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
206502026-09-16T23:25:36.710Z Sep 16 23:24:54.900 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
206512026-09-16T23:25:36.710Z Sep 16 23:24:54.906 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206522026-09-16T23:25:36.710Z Sep 16 23:24:54.946 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
206532026-09-16T23:25:36.710Z Sep 16 23:24:54.952 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206542026-09-16T23:25:36.710Z Sep 16 23:24:54.954 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
206552026-09-16T23:25:36.710Z Sep 16 23:24:54.992 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
206562026-09-16T23:25:36.710Z Sep 16 23:24:54.998 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206572026-09-16T23:25:36.710Z Sep 16 23:24:54.999 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206582026-09-16T23:25:36.710Z Sep 16 23:24:55.036 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
206592026-09-16T23:25:36.710Z Sep 16 23:24:55.042 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206602026-09-16T23:25:36.710Z Sep 16 23:24:55.043 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206612026-09-16T23:25:36.710Z Sep 16 23:24:55.050 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
206622026-09-16T23:25:36.710Z Sep 16 23:24:55.058 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
206632026-09-16T23:25:36.710Z Sep 16 23:24:55.103 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206642026-09-16T23:25:36.710Z Sep 16 23:24:55.103 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206652026-09-16T23:25:36.710Z Sep 16 23:24:55.148 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206662026-09-16T23:25:36.710Z Sep 16 23:24:55.148 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206672026-09-16T23:25:36.710Z Sep 16 23:24:55.186 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
206682026-09-16T23:25:36.710Z Sep 16 23:24:55.186 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
206692026-09-16T23:25:36.710Z Sep 16 23:24:55.186 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
206702026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
206712026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
206722026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
206732026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
206742026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
206752026-09-16T23:25:36.710Z Sep 16 23:24:55.187 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
206762026-09-16T23:25:36.711Z Sep 16 23:24:55.187 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
206772026-09-16T23:25:36.711Z Sep 16 23:24:55.187 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
206782026-09-16T23:25:36.711Z Sep 16 23:24:55.187 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
206792026-09-16T23:25:36.711Z Sep 16 23:24:55.187 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
206802026-09-16T23:25:36.711Z Sep 16 23:24:55.187 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
206812026-09-16T23:25:36.711Z Sep 16 23:24:55.225 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
206822026-09-16T23:25:36.711Z Sep 16 23:24:55.225 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
206832026-09-16T23:25:36.711Z Sep 16 23:24:55.232 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206842026-09-16T23:25:36.711Z Sep 16 23:24:55.232 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206852026-09-16T23:25:36.711Z Sep 16 23:24:55.238 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206862026-09-16T23:25:36.711Z Sep 16 23:24:55.238 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206872026-09-16T23:25:36.711Z Sep 16 23:24:55.244 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
206882026-09-16T23:25:36.711Z Sep 16 23:24:55.244 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
206892026-09-16T23:25:36.711Z Sep 16 23:24:55.250 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
206902026-09-16T23:25:36.711Z Sep 16 23:24:55.250 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206912026-09-16T23:25:36.711Z Sep 16 23:24:55.363 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
206922026-09-16T23:25:36.711Z Sep 16 23:24:55.363 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
206932026-09-16T23:25:36.711Z Sep 16 23:24:55.368 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
206942026-09-16T23:25:36.711Z Sep 16 23:24:55.406 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
206952026-09-16T23:25:36.711Z Sep 16 23:24:55.412 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206962026-09-16T23:25:36.711Z Sep 16 23:24:55.414 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
206972026-09-16T23:25:36.711Z Sep 16 23:24:55.451 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
206982026-09-16T23:25:36.711Z Sep 16 23:24:55.457 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
206992026-09-16T23:25:36.711Z Sep 16 23:24:55.496 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207002026-09-16T23:25:36.711Z Sep 16 23:24:55.502 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207012026-09-16T23:25:36.711Z Sep 16 23:24:55.540 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207022026-09-16T23:25:36.711Z Sep 16 23:24:55.546 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207032026-09-16T23:25:36.711Z Sep 16 23:24:55.546 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207042026-09-16T23:25:36.711Z Sep 16 23:24:55.547 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207052026-09-16T23:25:36.711Z Sep 16 23:24:55.547 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207062026-09-16T23:25:36.711Z Sep 16 23:24:55.554 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207072026-09-16T23:25:36.711Z Sep 16 23:24:55.613 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207082026-09-16T23:25:36.711Z Sep 16 23:24:55.613 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207092026-09-16T23:25:36.712Z Sep 16 23:24:55.651 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207102026-09-16T23:25:36.712Z Sep 16 23:24:55.651 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207112026-09-16T23:25:36.712Z Sep 16 23:24:55.689 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207122026-09-16T23:25:36.712Z Sep 16 23:24:55.689 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207132026-09-16T23:25:36.712Z Sep 16 23:24:55.727 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207142026-09-16T23:25:36.712Z Sep 16 23:24:55.727 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207152026-09-16T23:25:36.712Z Sep 16 23:24:55.733 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207162026-09-16T23:25:36.712Z Sep 16 23:24:55.733 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207172026-09-16T23:25:36.712Z Sep 16 23:24:55.739 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207182026-09-16T23:25:36.712Z Sep 16 23:24:55.739 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207192026-09-16T23:25:36.712Z Sep 16 23:24:55.745 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207202026-09-16T23:25:36.717Z Sep 16 23:24:55.745 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207212026-09-16T23:25:36.717Z Sep 16 23:24:55.751 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207222026-09-16T23:25:36.717Z Sep 16 23:24:55.751 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207232026-09-16T23:25:36.717Z Sep 16 23:24:55.751 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
207242026-09-16T23:25:36.717Z Sep 16 23:24:55.751 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
207252026-09-16T23:25:36.717Z Sep 16 23:24:55.751 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
207262026-09-16T23:25:36.717Z Sep 16 23:24:55.751 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
207272026-09-16T23:25:36.718Z Sep 16 23:24:55.751 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
207282026-09-16T23:25:36.718Z Sep 16 23:24:55.751 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
207292026-09-16T23:25:36.718Z Sep 16 23:24:55.751 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
207302026-09-16T23:25:36.718Z Sep 16 23:24:55.751 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
207312026-09-16T23:25:36.718Z Sep 16 23:24:55.754 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207322026-09-16T23:25:36.718Z Sep 16 23:24:55.755 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207332026-09-16T23:25:36.718Z Sep 16 23:24:55.759 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207342026-09-16T23:25:36.718Z Sep 16 23:24:55.759 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207352026-09-16T23:25:36.718Z Sep 16 23:24:55.761 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
207362026-09-16T23:25:36.718Z Sep 16 23:24:55.799 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
207372026-09-16T23:25:36.718Z Sep 16 23:24:55.805 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207382026-09-16T23:25:36.718Z Sep 16 23:24:55.807 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
207392026-09-16T23:25:36.718Z Sep 16 23:24:55.845 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
207402026-09-16T23:25:36.718Z Sep 16 23:24:55.851 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207412026-09-16T23:25:36.718Z Sep 16 23:24:55.893 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207422026-09-16T23:25:36.718Z Sep 16 23:24:55.899 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207432026-09-16T23:25:36.718Z Sep 16 23:24:55.937 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207442026-09-16T23:25:36.718Z Sep 16 23:24:55.943 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207452026-09-16T23:25:36.718Z Sep 16 23:24:55.945 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
207462026-09-16T23:25:36.719Z Sep 16 23:24:55.983 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
207472026-09-16T23:25:36.719Z Sep 16 23:24:55.989 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207482026-09-16T23:25:36.719Z Sep 16 23:24:55.991 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
207492026-09-16T23:25:36.719Z Sep 16 23:24:56.028 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
207502026-09-16T23:25:36.719Z Sep 16 23:24:56.034 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207512026-09-16T23:25:36.719Z Sep 16 23:24:56.035 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207522026-09-16T23:25:36.719Z Sep 16 23:24:56.035 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207532026-09-16T23:25:36.719Z Sep 16 23:24:56.073 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207542026-09-16T23:25:36.719Z Sep 16 23:24:56.079 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207552026-09-16T23:25:36.719Z Sep 16 23:24:56.117 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
207562026-09-16T23:25:36.719Z Sep 16 23:24:56.123 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207572026-09-16T23:25:36.719Z Sep 16 23:24:56.124 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207582026-09-16T23:25:36.719Z Sep 16 23:24:56.131 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207592026-09-16T23:25:36.719Z Sep 16 23:24:56.138 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207602026-09-16T23:25:36.719Z Sep 16 23:24:56.138 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
207612026-09-16T23:25:36.719Z Sep 16 23:24:56.152 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207622026-09-16T23:25:36.719Z Sep 16 23:24:56.159 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
207632026-09-16T23:25:36.720Z Sep 16 23:24:56.204 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207642026-09-16T23:25:36.720Z Sep 16 23:24:56.204 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207652026-09-16T23:25:36.720Z Sep 16 23:24:56.242 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207662026-09-16T23:25:36.720Z Sep 16 23:24:56.242 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207672026-09-16T23:25:36.720Z Sep 16 23:24:56.294 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207682026-09-16T23:25:36.720Z Sep 16 23:24:56.295 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207692026-09-16T23:25:36.720Z Sep 16 23:24:56.332 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207702026-09-16T23:25:36.720Z Sep 16 23:24:56.332 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207712026-09-16T23:25:36.720Z Sep 16 23:24:56.370 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207722026-09-16T23:25:36.720Z Sep 16 23:24:56.370 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207732026-09-16T23:25:36.720Z Sep 16 23:24:56.408 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
207742026-09-16T23:25:36.720Z Sep 16 23:24:56.408 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
207752026-09-16T23:25:36.720Z Sep 16 23:24:56.446 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207762026-09-16T23:25:36.720Z Sep 16 23:24:56.446 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207772026-09-16T23:25:36.720Z Sep 16 23:24:56.484 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
207782026-09-16T23:25:36.720Z Sep 16 23:24:56.484 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
207792026-09-16T23:25:36.720Z Sep 16 23:24:56.490 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207802026-09-16T23:25:36.720Z Sep 16 23:24:56.490 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207812026-09-16T23:25:36.720Z Sep 16 23:24:56.496 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207822026-09-16T23:25:36.720Z Sep 16 23:24:56.496 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207832026-09-16T23:25:36.720Z Sep 16 23:24:56.502 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207842026-09-16T23:25:36.720Z Sep 16 23:24:56.503 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207852026-09-16T23:25:36.720Z Sep 16 23:24:56.508 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207862026-09-16T23:25:36.720Z Sep 16 23:24:56.509 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207872026-09-16T23:25:36.720Z Sep 16 23:24:56.515 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207882026-09-16T23:25:36.720Z Sep 16 23:24:56.515 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207892026-09-16T23:25:36.720Z Sep 16 23:24:56.521 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
207902026-09-16T23:25:36.720Z Sep 16 23:24:56.521 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
207912026-09-16T23:25:36.720Z Sep 16 23:24:56.527 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207922026-09-16T23:25:36.720Z Sep 16 23:24:56.527 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207932026-09-16T23:25:36.720Z Sep 16 23:24:56.533 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
207942026-09-16T23:25:36.720Z Sep 16 23:24:56.533 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
207952026-09-16T23:25:36.720Z Sep 16 23:24:56.535 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207962026-09-16T23:25:36.720Z Sep 16 23:24:56.538 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
207972026-09-16T23:25:36.721Z Sep 16 23:24:56.539 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
207982026-09-16T23:25:36.721Z Sep 16 23:24:56.577 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
207992026-09-16T23:25:36.721Z Sep 16 23:24:56.583 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208002026-09-16T23:25:36.721Z Sep 16 23:24:56.623 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208012026-09-16T23:25:36.721Z Sep 16 23:24:56.629 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208022026-09-16T23:25:36.721Z Sep 16 23:24:56.631 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208032026-09-16T23:25:36.721Z Sep 16 23:24:56.669 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208042026-09-16T23:25:36.721Z Sep 16 23:24:56.675 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208052026-09-16T23:25:36.721Z Sep 16 23:24:56.675 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
208062026-09-16T23:25:36.721Z Sep 16 23:24:56.713 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208072026-09-16T23:25:36.721Z Sep 16 23:24:56.719 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208082026-09-16T23:25:36.721Z Sep 16 23:24:56.720 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
208092026-09-16T23:25:36.721Z Sep 16 23:24:56.727 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
208102026-09-16T23:25:36.721Z Sep 16 23:24:56.734 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
208112026-09-16T23:25:36.721Z Sep 16 23:24:56.779 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
208122026-09-16T23:25:36.722Z Sep 16 23:24:56.779 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
208132026-09-16T23:25:36.722Z Sep 16 23:24:56.824 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
208142026-09-16T23:25:36.722Z Sep 16 23:24:56.824 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
208152026-09-16T23:25:36.722Z Sep 16 23:24:56.862 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
208162026-09-16T23:25:36.722Z Sep 16 23:24:56.862 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
208172026-09-16T23:25:36.722Z Sep 16 23:24:56.863 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
208182026-09-16T23:25:36.722Z Sep 16 23:24:56.863 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
208192026-09-16T23:25:36.722Z Sep 16 23:24:56.863 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
208202026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
208212026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
208222026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
208232026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
208242026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
208252026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
208262026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
208272026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
208282026-09-16T23:25:36.727Z Sep 16 23:24:56.863 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
208292026-09-16T23:25:36.727Z Sep 16 23:24:56.901 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
208302026-09-16T23:25:36.727Z Sep 16 23:24:56.901 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
208312026-09-16T23:25:36.727Z Sep 16 23:24:56.907 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
208322026-09-16T23:25:36.727Z Sep 16 23:24:56.908 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208332026-09-16T23:25:36.727Z Sep 16 23:24:56.914 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
208342026-09-16T23:25:36.727Z Sep 16 23:24:56.914 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208352026-09-16T23:25:36.727Z Sep 16 23:24:56.920 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
208362026-09-16T23:25:36.727Z Sep 16 23:24:56.920 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208372026-09-16T23:25:36.727Z Sep 16 23:24:56.926 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
208382026-09-16T23:25:36.727Z Sep 16 23:24:56.926 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208392026-09-16T23:25:36.727Z Sep 16 23:24:57.039 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208402026-09-16T23:25:36.728Z Sep 16 23:24:57.040 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208412026-09-16T23:25:36.728Z Sep 16 23:24:57.044 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208422026-09-16T23:25:36.728Z Sep 16 23:24:57.082 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208432026-09-16T23:25:36.728Z Sep 16 23:24:57.088 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208442026-09-16T23:25:36.728Z Sep 16 23:24:57.090 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208452026-09-16T23:25:36.728Z Sep 16 23:24:57.128 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208462026-09-16T23:25:36.728Z Sep 16 23:24:57.134 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208472026-09-16T23:25:36.728Z Sep 16 23:24:57.172 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208482026-09-16T23:25:36.728Z Sep 16 23:24:57.178 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208492026-09-16T23:25:36.728Z Sep 16 23:24:57.217 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208502026-09-16T23:25:36.728Z Sep 16 23:24:57.223 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208512026-09-16T23:25:36.728Z Sep 16 23:24:57.223 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
208522026-09-16T23:25:36.728Z Sep 16 23:24:57.223 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
208532026-09-16T23:25:36.728Z Sep 16 23:24:57.223 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
208542026-09-16T23:25:36.728Z Sep 16 23:24:57.230 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
208552026-09-16T23:25:36.728Z Sep 16 23:24:57.290 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
208562026-09-16T23:25:36.728Z Sep 16 23:24:57.290 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
208572026-09-16T23:25:36.728Z Sep 16 23:24:57.328 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
208582026-09-16T23:25:36.728Z Sep 16 23:24:57.328 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
208592026-09-16T23:25:36.728Z Sep 16 23:24:57.366 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
208602026-09-16T23:25:36.728Z Sep 16 23:24:57.366 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
208612026-09-16T23:25:36.728Z Sep 16 23:24:57.403 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
208622026-09-16T23:25:36.728Z Sep 16 23:24:57.404 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
208632026-09-16T23:25:36.728Z Sep 16 23:24:57.410 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
208642026-09-16T23:25:36.728Z Sep 16 23:24:57.410 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208652026-09-16T23:25:36.728Z Sep 16 23:24:57.416 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
208662026-09-16T23:25:36.728Z Sep 16 23:24:57.416 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208672026-09-16T23:25:36.728Z Sep 16 23:24:57.422 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
208682026-09-16T23:25:36.728Z Sep 16 23:24:57.422 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208692026-09-16T23:25:36.729Z Sep 16 23:24:57.428 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
208702026-09-16T23:25:36.729Z Sep 16 23:24:57.428 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208712026-09-16T23:25:36.729Z Sep 16 23:24:57.428 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
208722026-09-16T23:25:36.729Z Sep 16 23:24:57.428 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
208732026-09-16T23:25:36.729Z Sep 16 23:24:57.428 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
208742026-09-16T23:25:36.729Z Sep 16 23:24:57.428 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
208752026-09-16T23:25:36.729Z Sep 16 23:24:57.429 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
208762026-09-16T23:25:36.729Z Sep 16 23:24:57.429 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
208772026-09-16T23:25:36.729Z Sep 16 23:24:57.429 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
208782026-09-16T23:25:36.729Z Sep 16 23:24:57.429 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
208792026-09-16T23:25:36.729Z Sep 16 23:24:57.432 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208802026-09-16T23:25:36.729Z Sep 16 23:24:57.432 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208812026-09-16T23:25:36.729Z Sep 16 23:24:57.437 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208822026-09-16T23:25:36.729Z Sep 16 23:24:57.437 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
208832026-09-16T23:25:36.729Z Sep 16 23:24:57.438 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208842026-09-16T23:25:36.730Z Sep 16 23:24:57.476 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208852026-09-16T23:25:36.730Z Sep 16 23:24:57.482 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208862026-09-16T23:25:36.730Z Sep 16 23:24:57.484 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208872026-09-16T23:25:36.730Z Sep 16 23:24:57.522 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208882026-09-16T23:25:36.730Z Sep 16 23:24:57.528 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208892026-09-16T23:25:36.730Z Sep 16 23:24:57.569 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208902026-09-16T23:25:36.730Z Sep 16 23:24:57.575 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208912026-09-16T23:25:36.730Z Sep 16 23:24:57.614 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
208922026-09-16T23:25:36.730Z Sep 16 23:24:57.620 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
208932026-09-16T23:25:36.730Z Sep 16 23:24:57.621 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208942026-09-16T23:25:36.730Z Sep 16 23:24:57.659 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208952026-09-16T23:25:36.730Z Sep 16 23:24:57.665 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208962026-09-16T23:25:36.730Z Sep 16 23:24:57.667 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
208972026-09-16T23:25:36.730Z Sep 16 23:24:57.705 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
208982026-09-16T23:25:36.730Z Sep 16 23:24:57.711 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
208992026-09-16T23:25:36.730Z Sep 16 23:24:57.712 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209002026-09-16T23:25:36.730Z Sep 16 23:24:57.712 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209012026-09-16T23:25:36.730Z Sep 16 23:24:57.750 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209022026-09-16T23:25:36.730Z Sep 16 23:24:57.755 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209032026-09-16T23:25:36.730Z Sep 16 23:24:57.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209042026-09-16T23:25:36.730Z Sep 16 23:24:57.800 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209052026-09-16T23:25:36.730Z Sep 16 23:24:57.800 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209062026-09-16T23:25:36.730Z Sep 16 23:24:57.807 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209072026-09-16T23:25:36.730Z Sep 16 23:24:57.814 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209082026-09-16T23:25:36.730Z Sep 16 23:24:57.815 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209092026-09-16T23:25:36.730Z Sep 16 23:24:57.829 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209102026-09-16T23:25:36.730Z Sep 16 23:24:57.836 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209112026-09-16T23:25:36.730Z Sep 16 23:24:57.881 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209122026-09-16T23:25:36.730Z Sep 16 23:24:57.881 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209132026-09-16T23:25:36.730Z Sep 16 23:24:57.919 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209142026-09-16T23:25:36.730Z Sep 16 23:24:57.919 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209152026-09-16T23:25:36.730Z Sep 16 23:24:57.971 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209162026-09-16T23:25:36.730Z Sep 16 23:24:57.972 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209172026-09-16T23:25:36.730Z Sep 16 23:24:58.009 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209182026-09-16T23:25:36.730Z Sep 16 23:24:58.009 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209192026-09-16T23:25:36.730Z Sep 16 23:24:58.047 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209202026-09-16T23:25:36.735Z Sep 16 23:24:58.047 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209212026-09-16T23:25:36.735Z Sep 16 23:24:58.085 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209222026-09-16T23:25:36.735Z Sep 16 23:24:58.085 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209232026-09-16T23:25:36.735Z Sep 16 23:24:58.123 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209242026-09-16T23:25:36.735Z Sep 16 23:24:58.123 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209252026-09-16T23:25:36.735Z Sep 16 23:24:58.161 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209262026-09-16T23:25:36.735Z Sep 16 23:24:58.161 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209272026-09-16T23:25:36.735Z Sep 16 23:24:58.167 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209282026-09-16T23:25:36.735Z Sep 16 23:24:58.167 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209292026-09-16T23:25:36.735Z Sep 16 23:24:58.173 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209302026-09-16T23:25:36.735Z Sep 16 23:24:58.173 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209312026-09-16T23:25:36.735Z Sep 16 23:24:58.179 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209322026-09-16T23:25:36.735Z Sep 16 23:24:58.180 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209332026-09-16T23:25:36.735Z Sep 16 23:24:58.185 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209342026-09-16T23:25:36.736Z Sep 16 23:24:58.186 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209352026-09-16T23:25:36.736Z Sep 16 23:24:58.192 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209362026-09-16T23:25:36.736Z Sep 16 23:24:58.192 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209372026-09-16T23:25:36.736Z Sep 16 23:24:58.198 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209382026-09-16T23:25:36.736Z Sep 16 23:24:58.198 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209392026-09-16T23:25:36.736Z Sep 16 23:24:58.204 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209402026-09-16T23:25:36.736Z Sep 16 23:24:58.204 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209412026-09-16T23:25:36.736Z Sep 16 23:24:58.210 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209422026-09-16T23:25:36.736Z Sep 16 23:24:58.210 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209432026-09-16T23:25:36.736Z Sep 16 23:24:58.212 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
209442026-09-16T23:25:36.736Z Sep 16 23:24:58.215 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
209452026-09-16T23:25:36.736Z Sep 16 23:24:58.216 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
209462026-09-16T23:25:36.736Z Sep 16 23:24:58.254 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
209472026-09-16T23:25:36.736Z Sep 16 23:24:58.260 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209482026-09-16T23:25:36.736Z Sep 16 23:24:58.300 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209492026-09-16T23:25:36.736Z Sep 16 23:24:58.306 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209502026-09-16T23:25:36.736Z Sep 16 23:24:58.308 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
209512026-09-16T23:25:36.736Z Sep 16 23:24:58.346 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
209522026-09-16T23:25:36.736Z Sep 16 23:24:58.352 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209532026-09-16T23:25:36.736Z Sep 16 23:24:58.353 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209542026-09-16T23:25:36.736Z Sep 16 23:24:58.390 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209552026-09-16T23:25:36.736Z Sep 16 23:24:58.397 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209562026-09-16T23:25:36.736Z Sep 16 23:24:58.397 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209572026-09-16T23:25:36.736Z Sep 16 23:24:58.404 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
209582026-09-16T23:25:36.736Z Sep 16 23:24:58.412 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
209592026-09-16T23:25:36.736Z Sep 16 23:24:58.456 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209602026-09-16T23:25:36.736Z Sep 16 23:24:58.457 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209612026-09-16T23:25:36.736Z Sep 16 23:24:58.502 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209622026-09-16T23:25:36.736Z Sep 16 23:24:58.502 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209632026-09-16T23:25:36.736Z Sep 16 23:24:58.540 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
209642026-09-16T23:25:36.736Z Sep 16 23:24:58.540 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
209652026-09-16T23:25:36.736Z Sep 16 23:24:58.540 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
209662026-09-16T23:25:36.736Z Sep 16 23:24:58.540 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
209672026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
209682026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
209692026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
209702026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
209712026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
209722026-09-16T23:25:36.736Z Sep 16 23:24:58.541 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
209732026-09-16T23:25:36.737Z Sep 16 23:24:58.541 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
209742026-09-16T23:25:36.737Z Sep 16 23:24:58.541 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
209752026-09-16T23:25:36.737Z Sep 16 23:24:58.541 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
209762026-09-16T23:25:36.737Z Sep 16 23:24:58.541 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
209772026-09-16T23:25:36.737Z Sep 16 23:24:58.579 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
209782026-09-16T23:25:36.737Z Sep 16 23:24:58.579 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
209792026-09-16T23:25:36.737Z Sep 16 23:24:58.585 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209802026-09-16T23:25:36.737Z Sep 16 23:24:58.585 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209812026-09-16T23:25:36.737Z Sep 16 23:24:58.592 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209822026-09-16T23:25:36.737Z Sep 16 23:24:58.592 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209832026-09-16T23:25:36.737Z Sep 16 23:24:58.598 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
209842026-09-16T23:25:36.737Z Sep 16 23:24:58.598 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209852026-09-16T23:25:36.737Z Sep 16 23:24:58.604 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
209862026-09-16T23:25:36.737Z Sep 16 23:24:58.604 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209872026-09-16T23:25:36.737Z Sep 16 23:24:58.716 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
209882026-09-16T23:25:36.737Z Sep 16 23:24:58.717 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
209892026-09-16T23:25:36.737Z Sep 16 23:24:58.721 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
209902026-09-16T23:25:36.737Z Sep 16 23:24:58.759 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
209912026-09-16T23:25:36.737Z Sep 16 23:24:58.765 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209922026-09-16T23:25:36.737Z Sep 16 23:24:58.767 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
209932026-09-16T23:25:36.737Z Sep 16 23:24:58.805 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
209942026-09-16T23:25:36.737Z Sep 16 23:24:58.811 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
209952026-09-16T23:25:36.737Z Sep 16 23:24:58.850 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209962026-09-16T23:25:36.737Z Sep 16 23:24:58.856 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209972026-09-16T23:25:36.737Z Sep 16 23:24:58.894 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
209982026-09-16T23:25:36.737Z Sep 16 23:24:58.900 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
209992026-09-16T23:25:36.737Z Sep 16 23:24:58.900 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210002026-09-16T23:25:36.737Z Sep 16 23:24:58.901 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210012026-09-16T23:25:36.737Z Sep 16 23:24:58.901 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210022026-09-16T23:25:36.737Z Sep 16 23:24:58.908 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210032026-09-16T23:25:36.737Z Sep 16 23:24:58.967 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210042026-09-16T23:25:36.737Z Sep 16 23:24:58.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210052026-09-16T23:25:36.738Z Sep 16 23:24:59.005 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210062026-09-16T23:25:36.738Z Sep 16 23:24:59.005 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210072026-09-16T23:25:36.738Z Sep 16 23:24:59.043 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210082026-09-16T23:25:36.738Z Sep 16 23:24:59.043 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210092026-09-16T23:25:36.738Z Sep 16 23:24:59.081 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210102026-09-16T23:25:36.738Z Sep 16 23:24:59.081 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210112026-09-16T23:25:36.738Z Sep 16 23:24:59.087 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210122026-09-16T23:25:36.738Z Sep 16 23:24:59.087 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210132026-09-16T23:25:36.738Z Sep 16 23:24:59.093 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210142026-09-16T23:25:36.738Z Sep 16 23:24:59.093 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210152026-09-16T23:25:36.738Z Sep 16 23:24:59.099 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210162026-09-16T23:25:36.738Z Sep 16 23:24:59.099 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210172026-09-16T23:25:36.738Z Sep 16 23:24:59.105 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210182026-09-16T23:25:36.738Z Sep 16 23:24:59.105 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210192026-09-16T23:25:36.738Z Sep 16 23:24:59.105 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
210202026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
210212026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
210222026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
210232026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
210242026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
210252026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
210262026-09-16T23:25:36.743Z Sep 16 23:24:59.106 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
210272026-09-16T23:25:36.743Z Sep 16 23:24:59.109 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210282026-09-16T23:25:36.743Z Sep 16 23:24:59.109 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210292026-09-16T23:25:36.743Z Sep 16 23:24:59.114 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210302026-09-16T23:25:36.743Z Sep 16 23:24:59.114 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210312026-09-16T23:25:36.743Z Sep 16 23:24:59.116 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210322026-09-16T23:25:36.743Z Sep 16 23:24:59.153 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
210332026-09-16T23:25:36.743Z Sep 16 23:24:59.159 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210342026-09-16T23:25:36.743Z Sep 16 23:24:59.161 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210352026-09-16T23:25:36.744Z Sep 16 23:24:59.199 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
210362026-09-16T23:25:36.744Z Sep 16 23:24:59.205 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210372026-09-16T23:25:36.744Z Sep 16 23:24:59.247 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
210382026-09-16T23:25:36.744Z Sep 16 23:24:59.253 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210392026-09-16T23:25:36.744Z Sep 16 23:24:59.291 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
210402026-09-16T23:25:36.744Z Sep 16 23:24:59.297 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210412026-09-16T23:25:36.744Z Sep 16 23:24:59.299 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210422026-09-16T23:25:36.744Z Sep 16 23:24:59.337 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
210432026-09-16T23:25:36.744Z Sep 16 23:24:59.343 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210442026-09-16T23:25:36.744Z Sep 16 23:24:59.345 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210452026-09-16T23:25:36.744Z Sep 16 23:24:59.383 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
210462026-09-16T23:25:36.744Z Sep 16 23:24:59.389 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210472026-09-16T23:25:36.744Z Sep 16 23:24:59.390 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210482026-09-16T23:25:36.744Z Sep 16 23:24:59.390 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210492026-09-16T23:25:36.744Z Sep 16 23:24:59.427 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
210502026-09-16T23:25:36.744Z Sep 16 23:24:59.433 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210512026-09-16T23:25:36.744Z Sep 16 23:24:59.472 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
210522026-09-16T23:25:36.744Z Sep 16 23:24:59.478 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210532026-09-16T23:25:36.744Z Sep 16 23:24:59.478 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210542026-09-16T23:25:36.744Z Sep 16 23:24:59.486 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210552026-09-16T23:25:36.744Z Sep 16 23:24:59.493 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210562026-09-16T23:25:36.744Z Sep 16 23:24:59.493 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
210572026-09-16T23:25:36.744Z Sep 16 23:24:59.507 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210582026-09-16T23:25:36.744Z Sep 16 23:24:59.514 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
210592026-09-16T23:25:36.744Z Sep 16 23:24:59.559 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210602026-09-16T23:25:36.744Z Sep 16 23:24:59.559 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210612026-09-16T23:25:36.744Z Sep 16 23:24:59.597 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210622026-09-16T23:25:36.744Z Sep 16 23:24:59.597 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210632026-09-16T23:25:36.744Z Sep 16 23:24:59.650 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210642026-09-16T23:25:36.744Z Sep 16 23:24:59.650 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210652026-09-16T23:25:36.744Z Sep 16 23:24:59.688 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210662026-09-16T23:25:36.744Z Sep 16 23:24:59.688 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210672026-09-16T23:25:36.744Z Sep 16 23:24:59.726 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210682026-09-16T23:25:36.744Z Sep 16 23:24:59.726 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210692026-09-16T23:25:36.745Z Sep 16 23:24:59.764 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
210702026-09-16T23:25:36.745Z Sep 16 23:24:59.764 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
210712026-09-16T23:25:36.745Z Sep 16 23:24:59.802 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210722026-09-16T23:25:36.745Z Sep 16 23:24:59.802 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210732026-09-16T23:25:36.745Z Sep 16 23:24:59.839 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
210742026-09-16T23:25:36.745Z Sep 16 23:24:59.839 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
210752026-09-16T23:25:36.745Z Sep 16 23:24:59.846 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210762026-09-16T23:25:36.745Z Sep 16 23:24:59.846 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210772026-09-16T23:25:36.745Z Sep 16 23:24:59.852 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210782026-09-16T23:25:36.745Z Sep 16 23:24:59.852 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210792026-09-16T23:25:36.745Z Sep 16 23:24:59.858 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210802026-09-16T23:25:36.745Z Sep 16 23:24:59.858 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210812026-09-16T23:25:36.745Z Sep 16 23:24:59.864 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210822026-09-16T23:25:36.745Z Sep 16 23:24:59.864 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210832026-09-16T23:25:36.745Z Sep 16 23:24:59.870 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210842026-09-16T23:25:36.745Z Sep 16 23:24:59.870 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210852026-09-16T23:25:36.745Z Sep 16 23:24:59.876 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
210862026-09-16T23:25:36.745Z Sep 16 23:24:59.876 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210872026-09-16T23:25:36.745Z Sep 16 23:24:59.883 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210882026-09-16T23:25:36.745Z Sep 16 23:24:59.883 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210892026-09-16T23:25:36.745Z Sep 16 23:24:59.889 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
210902026-09-16T23:25:36.745Z Sep 16 23:24:59.889 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210912026-09-16T23:25:36.745Z Sep 16 23:24:59.891 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210922026-09-16T23:25:36.745Z Sep 16 23:24:59.894 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
210932026-09-16T23:25:36.745Z Sep 16 23:24:59.895 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210942026-09-16T23:25:36.745Z Sep 16 23:24:59.933 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
210952026-09-16T23:25:36.745Z Sep 16 23:24:59.939 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
210962026-09-16T23:25:36.745Z Sep 16 23:24:59.979 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
210972026-09-16T23:25:36.745Z Sep 16 23:24:59.985 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
210982026-09-16T23:25:36.745Z Sep 16 23:24:59.987 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
210992026-09-16T23:25:36.745Z Sep 16 23:25:00.025 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211002026-09-16T23:25:36.746Z Sep 16 23:25:00.031 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211012026-09-16T23:25:36.746Z Sep 16 23:25:00.032 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211022026-09-16T23:25:36.746Z Sep 16 23:25:00.069 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211032026-09-16T23:25:36.746Z Sep 16 23:25:00.075 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211042026-09-16T23:25:36.746Z Sep 16 23:25:00.076 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
211052026-09-16T23:25:36.746Z Sep 16 23:25:00.083 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211062026-09-16T23:25:36.746Z Sep 16 23:25:00.090 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
211072026-09-16T23:25:36.746Z Sep 16 23:25:00.135 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
211082026-09-16T23:25:36.746Z Sep 16 23:25:00.135 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
211092026-09-16T23:25:36.746Z Sep 16 23:25:00.180 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
211102026-09-16T23:25:36.746Z Sep 16 23:25:00.180 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
211112026-09-16T23:25:36.746Z Sep 16 23:25:00.218 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
211122026-09-16T23:25:36.746Z Sep 16 23:25:00.218 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
211132026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
211142026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
211152026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
211162026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
211172026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
211182026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
211192026-09-16T23:25:36.746Z Sep 16 23:25:00.219 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
211202026-09-16T23:25:36.751Z Sep 16 23:25:00.219 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
211212026-09-16T23:25:36.751Z Sep 16 23:25:00.220 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
211222026-09-16T23:25:36.751Z Sep 16 23:25:00.220 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
211232026-09-16T23:25:36.751Z Sep 16 23:25:00.220 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
211242026-09-16T23:25:36.751Z Sep 16 23:25:00.220 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
211252026-09-16T23:25:36.751Z Sep 16 23:25:00.258 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
211262026-09-16T23:25:36.751Z Sep 16 23:25:00.258 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
211272026-09-16T23:25:36.751Z Sep 16 23:25:00.264 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
211282026-09-16T23:25:36.751Z Sep 16 23:25:00.264 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211292026-09-16T23:25:36.751Z Sep 16 23:25:00.270 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
211302026-09-16T23:25:36.751Z Sep 16 23:25:00.270 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211312026-09-16T23:25:36.751Z Sep 16 23:25:00.276 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
211322026-09-16T23:25:36.751Z Sep 16 23:25:00.276 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211332026-09-16T23:25:36.751Z Sep 16 23:25:00.282 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
211342026-09-16T23:25:36.751Z Sep 16 23:25:00.282 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211352026-09-16T23:25:36.751Z Sep 16 23:25:00.395 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211362026-09-16T23:25:36.751Z Sep 16 23:25:00.395 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211372026-09-16T23:25:36.751Z Sep 16 23:25:00.400 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211382026-09-16T23:25:36.751Z Sep 16 23:25:00.438 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211392026-09-16T23:25:36.751Z Sep 16 23:25:00.444 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211402026-09-16T23:25:36.751Z Sep 16 23:25:00.446 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211412026-09-16T23:25:36.752Z Sep 16 23:25:00.483 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211422026-09-16T23:25:36.752Z Sep 16 23:25:00.489 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211432026-09-16T23:25:36.752Z Sep 16 23:25:00.528 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211442026-09-16T23:25:36.752Z Sep 16 23:25:00.534 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211452026-09-16T23:25:36.752Z Sep 16 23:25:00.572 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211462026-09-16T23:25:36.752Z Sep 16 23:25:00.578 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211472026-09-16T23:25:36.752Z Sep 16 23:25:00.578 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211482026-09-16T23:25:36.752Z Sep 16 23:25:00.579 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211492026-09-16T23:25:36.752Z Sep 16 23:25:00.579 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
211502026-09-16T23:25:36.752Z Sep 16 23:25:00.586 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
211512026-09-16T23:25:36.752Z Sep 16 23:25:00.645 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
211522026-09-16T23:25:36.752Z Sep 16 23:25:00.645 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
211532026-09-16T23:25:36.752Z Sep 16 23:25:00.683 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
211542026-09-16T23:25:36.752Z Sep 16 23:25:00.683 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
211552026-09-16T23:25:36.752Z Sep 16 23:25:00.721 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
211562026-09-16T23:25:36.753Z Sep 16 23:25:00.721 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
211572026-09-16T23:25:36.753Z Sep 16 23:25:00.759 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
211582026-09-16T23:25:36.753Z Sep 16 23:25:00.759 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
211592026-09-16T23:25:36.753Z Sep 16 23:25:00.765 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
211602026-09-16T23:25:36.753Z Sep 16 23:25:00.765 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211612026-09-16T23:25:36.753Z Sep 16 23:25:00.771 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
211622026-09-16T23:25:36.753Z Sep 16 23:25:00.771 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211632026-09-16T23:25:36.753Z Sep 16 23:25:00.777 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
211642026-09-16T23:25:36.753Z Sep 16 23:25:00.777 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211652026-09-16T23:25:36.753Z Sep 16 23:25:00.783 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
211662026-09-16T23:25:36.753Z Sep 16 23:25:00.783 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211672026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
211682026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
211692026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
211702026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
211712026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
211722026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
211732026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
211742026-09-16T23:25:36.753Z Sep 16 23:25:00.784 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
211752026-09-16T23:25:36.753Z Sep 16 23:25:00.787 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211762026-09-16T23:25:36.753Z Sep 16 23:25:00.787 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211772026-09-16T23:25:36.753Z Sep 16 23:25:00.792 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211782026-09-16T23:25:36.753Z Sep 16 23:25:00.792 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
211792026-09-16T23:25:36.753Z Sep 16 23:25:00.793 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211802026-09-16T23:25:36.753Z Sep 16 23:25:00.831 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211812026-09-16T23:25:36.753Z Sep 16 23:25:00.837 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211822026-09-16T23:25:36.753Z Sep 16 23:25:00.839 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211832026-09-16T23:25:36.753Z Sep 16 23:25:00.877 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211842026-09-16T23:25:36.753Z Sep 16 23:25:00.883 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211852026-09-16T23:25:36.753Z Sep 16 23:25:00.924 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211862026-09-16T23:25:36.754Z Sep 16 23:25:00.930 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211872026-09-16T23:25:36.754Z Sep 16 23:25:00.969 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211882026-09-16T23:25:36.754Z Sep 16 23:25:00.975 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211892026-09-16T23:25:36.754Z Sep 16 23:25:00.977 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211902026-09-16T23:25:36.754Z Sep 16 23:25:01.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211912026-09-16T23:25:36.754Z Sep 16 23:25:01.021 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211922026-09-16T23:25:36.754Z Sep 16 23:25:01.023 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
211932026-09-16T23:25:36.754Z Sep 16 23:25:01.060 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
211942026-09-16T23:25:36.754Z Sep 16 23:25:01.066 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
211952026-09-16T23:25:36.754Z Sep 16 23:25:01.067 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211962026-09-16T23:25:36.754Z Sep 16 23:25:01.067 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
211972026-09-16T23:25:36.754Z Sep 16 23:25:01.105 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
211982026-09-16T23:25:36.754Z Sep 16 23:25:01.111 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
211992026-09-16T23:25:36.754Z Sep 16 23:25:01.149 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
212002026-09-16T23:25:36.754Z Sep 16 23:25:01.155 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212012026-09-16T23:25:36.754Z Sep 16 23:25:01.156 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212022026-09-16T23:25:36.754Z Sep 16 23:25:01.163 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212032026-09-16T23:25:36.754Z Sep 16 23:25:01.170 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212042026-09-16T23:25:36.754Z Sep 16 23:25:01.170 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212052026-09-16T23:25:36.754Z Sep 16 23:25:01.185 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212062026-09-16T23:25:36.754Z Sep 16 23:25:01.192 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212072026-09-16T23:25:36.754Z Sep 16 23:25:01.236 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212082026-09-16T23:25:36.754Z Sep 16 23:25:01.236 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212092026-09-16T23:25:36.754Z Sep 16 23:25:01.274 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212102026-09-16T23:25:36.755Z Sep 16 23:25:01.274 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212112026-09-16T23:25:36.755Z Sep 16 23:25:01.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212122026-09-16T23:25:36.755Z Sep 16 23:25:01.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212132026-09-16T23:25:36.755Z Sep 16 23:25:01.365 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212142026-09-16T23:25:36.755Z Sep 16 23:25:01.365 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212152026-09-16T23:25:36.755Z Sep 16 23:25:01.403 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212162026-09-16T23:25:36.755Z Sep 16 23:25:01.403 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212172026-09-16T23:25:36.755Z Sep 16 23:25:01.441 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212182026-09-16T23:25:36.755Z Sep 16 23:25:01.441 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212192026-09-16T23:25:36.755Z Sep 16 23:25:01.479 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212202026-09-16T23:25:36.759Z Sep 16 23:25:01.479 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212212026-09-16T23:25:36.760Z Sep 16 23:25:01.517 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212222026-09-16T23:25:36.760Z Sep 16 23:25:01.517 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212232026-09-16T23:25:36.760Z Sep 16 23:25:01.523 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212242026-09-16T23:25:36.760Z Sep 16 23:25:01.523 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212252026-09-16T23:25:36.760Z Sep 16 23:25:01.529 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212262026-09-16T23:25:36.760Z Sep 16 23:25:01.529 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212272026-09-16T23:25:36.760Z Sep 16 23:25:01.536 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212282026-09-16T23:25:36.760Z Sep 16 23:25:01.536 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212292026-09-16T23:25:36.760Z Sep 16 23:25:01.542 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212302026-09-16T23:25:36.760Z Sep 16 23:25:01.542 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212312026-09-16T23:25:36.760Z Sep 16 23:25:01.548 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212322026-09-16T23:25:36.760Z Sep 16 23:25:01.548 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212332026-09-16T23:25:36.760Z Sep 16 23:25:01.554 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212342026-09-16T23:25:36.760Z Sep 16 23:25:01.554 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212352026-09-16T23:25:36.760Z Sep 16 23:25:01.560 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212362026-09-16T23:25:36.760Z Sep 16 23:25:01.561 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212372026-09-16T23:25:36.760Z Sep 16 23:25:01.566 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212382026-09-16T23:25:36.760Z Sep 16 23:25:01.567 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212392026-09-16T23:25:36.760Z Sep 16 23:25:01.568 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
212402026-09-16T23:25:36.760Z Sep 16 23:25:01.571 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
212412026-09-16T23:25:36.760Z Sep 16 23:25:01.573 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
212422026-09-16T23:25:36.760Z Sep 16 23:25:01.611 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
212432026-09-16T23:25:36.760Z Sep 16 23:25:01.617 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212442026-09-16T23:25:36.761Z Sep 16 23:25:01.657 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
212452026-09-16T23:25:36.761Z Sep 16 23:25:01.663 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212462026-09-16T23:25:36.761Z Sep 16 23:25:01.665 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
212472026-09-16T23:25:36.761Z Sep 16 23:25:01.703 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
212482026-09-16T23:25:36.761Z Sep 16 23:25:01.709 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212492026-09-16T23:25:36.761Z Sep 16 23:25:01.710 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212502026-09-16T23:25:36.761Z Sep 16 23:25:01.747 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
212512026-09-16T23:25:36.761Z Sep 16 23:25:01.753 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212522026-09-16T23:25:36.761Z Sep 16 23:25:01.754 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212532026-09-16T23:25:36.761Z Sep 16 23:25:01.761 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212542026-09-16T23:25:36.761Z Sep 16 23:25:01.768 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212552026-09-16T23:25:36.761Z Sep 16 23:25:01.813 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212562026-09-16T23:25:36.761Z Sep 16 23:25:01.813 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212572026-09-16T23:25:36.761Z Sep 16 23:25:01.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212582026-09-16T23:25:36.761Z Sep 16 23:25:01.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212592026-09-16T23:25:36.761Z Sep 16 23:25:01.896 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
212602026-09-16T23:25:36.761Z Sep 16 23:25:01.896 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
212612026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
212622026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
212632026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
212642026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
212652026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
212662026-09-16T23:25:36.761Z Sep 16 23:25:01.897 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
212672026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
212682026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
212692026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
212702026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
212712026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
212722026-09-16T23:25:36.761Z Sep 16 23:25:01.898 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
212732026-09-16T23:25:36.761Z Sep 16 23:25:01.935 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
212742026-09-16T23:25:36.762Z Sep 16 23:25:01.936 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
212752026-09-16T23:25:36.762Z Sep 16 23:25:01.942 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212762026-09-16T23:25:36.762Z Sep 16 23:25:01.942 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212772026-09-16T23:25:36.762Z Sep 16 23:25:01.948 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212782026-09-16T23:25:36.762Z Sep 16 23:25:01.948 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212792026-09-16T23:25:36.762Z Sep 16 23:25:01.954 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
212802026-09-16T23:25:36.762Z Sep 16 23:25:01.954 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212812026-09-16T23:25:36.762Z Sep 16 23:25:01.960 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
212822026-09-16T23:25:36.762Z Sep 16 23:25:01.960 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212832026-09-16T23:25:36.762Z Sep 16 23:25:02.074 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
212842026-09-16T23:25:36.762Z Sep 16 23:25:02.074 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
212852026-09-16T23:25:36.762Z Sep 16 23:25:02.079 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
212862026-09-16T23:25:36.762Z Sep 16 23:25:02.116 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
212872026-09-16T23:25:36.762Z Sep 16 23:25:02.122 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212882026-09-16T23:25:36.762Z Sep 16 23:25:02.124 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
212892026-09-16T23:25:36.762Z Sep 16 23:25:02.162 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
212902026-09-16T23:25:36.762Z Sep 16 23:25:02.168 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
212912026-09-16T23:25:36.762Z Sep 16 23:25:02.207 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
212922026-09-16T23:25:36.762Z Sep 16 23:25:02.213 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212932026-09-16T23:25:36.762Z Sep 16 23:25:02.251 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
212942026-09-16T23:25:36.762Z Sep 16 23:25:02.257 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
212952026-09-16T23:25:36.762Z Sep 16 23:25:02.258 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212962026-09-16T23:25:36.762Z Sep 16 23:25:02.258 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
212972026-09-16T23:25:36.762Z Sep 16 23:25:02.258 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212982026-09-16T23:25:36.762Z Sep 16 23:25:02.265 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
212992026-09-16T23:25:36.762Z Sep 16 23:25:02.324 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213002026-09-16T23:25:36.762Z Sep 16 23:25:02.324 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213012026-09-16T23:25:36.762Z Sep 16 23:25:02.362 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213022026-09-16T23:25:36.762Z Sep 16 23:25:02.362 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213032026-09-16T23:25:36.763Z Sep 16 23:25:02.400 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213042026-09-16T23:25:36.763Z Sep 16 23:25:02.400 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213052026-09-16T23:25:36.763Z Sep 16 23:25:02.438 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213062026-09-16T23:25:36.763Z Sep 16 23:25:02.438 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213072026-09-16T23:25:36.763Z Sep 16 23:25:02.444 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213082026-09-16T23:25:36.763Z Sep 16 23:25:02.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213092026-09-16T23:25:36.763Z Sep 16 23:25:02.450 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213102026-09-16T23:25:36.763Z Sep 16 23:25:02.450 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213112026-09-16T23:25:36.763Z Sep 16 23:25:02.456 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213122026-09-16T23:25:36.763Z Sep 16 23:25:02.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213132026-09-16T23:25:36.763Z Sep 16 23:25:02.462 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213142026-09-16T23:25:36.763Z Sep 16 23:25:02.462 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213152026-09-16T23:25:36.763Z Sep 16 23:25:02.463 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
213162026-09-16T23:25:36.763Z Sep 16 23:25:02.463 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
213172026-09-16T23:25:36.763Z Sep 16 23:25:02.463 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
213182026-09-16T23:25:36.763Z Sep 16 23:25:02.463 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
213192026-09-16T23:25:36.763Z Sep 16 23:25:02.463 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
213202026-09-16T23:25:36.768Z Sep 16 23:25:02.463 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
213212026-09-16T23:25:36.768Z Sep 16 23:25:02.463 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
213222026-09-16T23:25:36.768Z Sep 16 23:25:02.463 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
213232026-09-16T23:25:36.768Z Sep 16 23:25:02.466 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213242026-09-16T23:25:36.768Z Sep 16 23:25:02.466 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213252026-09-16T23:25:36.768Z Sep 16 23:25:02.471 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213262026-09-16T23:25:36.768Z Sep 16 23:25:02.471 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213272026-09-16T23:25:36.768Z Sep 16 23:25:02.472 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213282026-09-16T23:25:36.769Z Sep 16 23:25:02.510 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213292026-09-16T23:25:36.769Z Sep 16 23:25:02.517 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213302026-09-16T23:25:36.769Z Sep 16 23:25:02.519 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213312026-09-16T23:25:36.769Z Sep 16 23:25:02.557 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213322026-09-16T23:25:36.769Z Sep 16 23:25:02.563 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213332026-09-16T23:25:36.769Z Sep 16 23:25:02.604 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213342026-09-16T23:25:36.769Z Sep 16 23:25:02.610 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213352026-09-16T23:25:36.769Z Sep 16 23:25:02.648 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213362026-09-16T23:25:36.769Z Sep 16 23:25:02.654 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213372026-09-16T23:25:36.769Z Sep 16 23:25:02.656 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213382026-09-16T23:25:36.769Z Sep 16 23:25:02.694 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213392026-09-16T23:25:36.769Z Sep 16 23:25:02.700 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213402026-09-16T23:25:36.769Z Sep 16 23:25:02.702 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213412026-09-16T23:25:36.769Z Sep 16 23:25:02.740 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213422026-09-16T23:25:36.769Z Sep 16 23:25:02.746 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213432026-09-16T23:25:36.769Z Sep 16 23:25:02.747 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
213442026-09-16T23:25:36.769Z Sep 16 23:25:02.747 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
213452026-09-16T23:25:36.769Z Sep 16 23:25:02.784 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213462026-09-16T23:25:36.769Z Sep 16 23:25:02.790 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213472026-09-16T23:25:36.769Z Sep 16 23:25:02.829 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213482026-09-16T23:25:36.769Z Sep 16 23:25:02.835 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213492026-09-16T23:25:36.769Z Sep 16 23:25:02.835 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
213502026-09-16T23:25:36.769Z Sep 16 23:25:02.842 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
213512026-09-16T23:25:36.769Z Sep 16 23:25:02.849 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
213522026-09-16T23:25:36.769Z Sep 16 23:25:02.849 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
213532026-09-16T23:25:36.769Z Sep 16 23:25:02.864 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
213542026-09-16T23:25:36.769Z Sep 16 23:25:02.871 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
213552026-09-16T23:25:36.769Z Sep 16 23:25:02.916 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213562026-09-16T23:25:36.769Z Sep 16 23:25:02.916 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213572026-09-16T23:25:36.769Z Sep 16 23:25:02.953 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213582026-09-16T23:25:36.769Z Sep 16 23:25:02.954 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213592026-09-16T23:25:36.769Z Sep 16 23:25:03.006 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213602026-09-16T23:25:36.769Z Sep 16 23:25:03.006 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213612026-09-16T23:25:36.769Z Sep 16 23:25:03.044 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213622026-09-16T23:25:36.769Z Sep 16 23:25:03.044 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213632026-09-16T23:25:36.769Z Sep 16 23:25:03.082 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213642026-09-16T23:25:36.769Z Sep 16 23:25:03.082 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213652026-09-16T23:25:36.769Z Sep 16 23:25:03.120 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
213662026-09-16T23:25:36.769Z Sep 16 23:25:03.120 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
213672026-09-16T23:25:36.770Z Sep 16 23:25:03.158 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213682026-09-16T23:25:36.770Z Sep 16 23:25:03.158 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213692026-09-16T23:25:36.770Z Sep 16 23:25:03.196 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
213702026-09-16T23:25:36.770Z Sep 16 23:25:03.196 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
213712026-09-16T23:25:36.770Z Sep 16 23:25:03.202 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213722026-09-16T23:25:36.770Z Sep 16 23:25:03.202 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213732026-09-16T23:25:36.770Z Sep 16 23:25:03.208 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213742026-09-16T23:25:36.770Z Sep 16 23:25:03.208 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213752026-09-16T23:25:36.770Z Sep 16 23:25:03.214 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213762026-09-16T23:25:36.770Z Sep 16 23:25:03.214 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213772026-09-16T23:25:36.770Z Sep 16 23:25:03.220 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213782026-09-16T23:25:36.770Z Sep 16 23:25:03.220 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213792026-09-16T23:25:36.770Z Sep 16 23:25:03.226 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213802026-09-16T23:25:36.770Z Sep 16 23:25:03.227 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213812026-09-16T23:25:36.770Z Sep 16 23:25:03.232 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
213822026-09-16T23:25:36.770Z Sep 16 23:25:03.233 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213832026-09-16T23:25:36.770Z Sep 16 23:25:03.239 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213842026-09-16T23:25:36.770Z Sep 16 23:25:03.239 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213852026-09-16T23:25:36.770Z Sep 16 23:25:03.245 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
213862026-09-16T23:25:36.770Z Sep 16 23:25:03.245 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213872026-09-16T23:25:36.770Z Sep 16 23:25:03.247 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213882026-09-16T23:25:36.770Z Sep 16 23:25:03.250 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
213892026-09-16T23:25:36.770Z Sep 16 23:25:03.251 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213902026-09-16T23:25:36.770Z Sep 16 23:25:03.289 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213912026-09-16T23:25:36.770Z Sep 16 23:25:03.295 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213922026-09-16T23:25:36.770Z Sep 16 23:25:03.335 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213932026-09-16T23:25:36.770Z Sep 16 23:25:03.341 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
213942026-09-16T23:25:36.770Z Sep 16 23:25:03.343 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
213952026-09-16T23:25:36.770Z Sep 16 23:25:03.381 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
213962026-09-16T23:25:36.770Z Sep 16 23:25:03.387 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
213972026-09-16T23:25:36.770Z Sep 16 23:25:03.388 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
213982026-09-16T23:25:36.770Z Sep 16 23:25:03.426 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
213992026-09-16T23:25:36.770Z Sep 16 23:25:03.432 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214002026-09-16T23:25:36.770Z Sep 16 23:25:03.432 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214012026-09-16T23:25:36.770Z Sep 16 23:25:03.439 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
214022026-09-16T23:25:36.770Z Sep 16 23:25:03.447 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214032026-09-16T23:25:36.771Z Sep 16 23:25:03.492 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
214042026-09-16T23:25:36.771Z Sep 16 23:25:03.492 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
214052026-09-16T23:25:36.771Z Sep 16 23:25:03.537 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
214062026-09-16T23:25:36.771Z Sep 16 23:25:03.537 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
214072026-09-16T23:25:36.772Z Sep 16 23:25:03.575 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
214082026-09-16T23:25:36.772Z Sep 16 23:25:03.575 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
214092026-09-16T23:25:36.772Z Sep 16 23:25:03.575 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
214102026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
214112026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
214122026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
214132026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
214142026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
214152026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
214162026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
214172026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
214182026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
214192026-09-16T23:25:36.772Z Sep 16 23:25:03.576 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
214202026-09-16T23:25:36.777Z Sep 16 23:25:03.576 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
214212026-09-16T23:25:36.778Z Sep 16 23:25:03.614 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
214222026-09-16T23:25:36.778Z Sep 16 23:25:03.614 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
214232026-09-16T23:25:36.778Z Sep 16 23:25:03.620 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
214242026-09-16T23:25:36.778Z Sep 16 23:25:03.620 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214252026-09-16T23:25:36.778Z Sep 16 23:25:03.626 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
214262026-09-16T23:25:36.778Z Sep 16 23:25:03.627 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214272026-09-16T23:25:36.778Z Sep 16 23:25:03.633 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
214282026-09-16T23:25:36.778Z Sep 16 23:25:03.633 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214292026-09-16T23:25:36.778Z Sep 16 23:25:03.639 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
214302026-09-16T23:25:36.778Z Sep 16 23:25:03.639 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214312026-09-16T23:25:36.778Z Sep 16 23:25:03.751 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214322026-09-16T23:25:36.778Z Sep 16 23:25:03.751 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214332026-09-16T23:25:36.778Z Sep 16 23:25:03.756 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214342026-09-16T23:25:36.778Z Sep 16 23:25:03.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214352026-09-16T23:25:36.778Z Sep 16 23:25:03.800 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214362026-09-16T23:25:36.778Z Sep 16 23:25:03.802 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214372026-09-16T23:25:36.778Z Sep 16 23:25:03.840 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214382026-09-16T23:25:36.778Z Sep 16 23:25:03.846 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214392026-09-16T23:25:36.778Z Sep 16 23:25:03.884 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214402026-09-16T23:25:36.778Z Sep 16 23:25:03.890 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214412026-09-16T23:25:36.778Z Sep 16 23:25:03.928 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214422026-09-16T23:25:36.778Z Sep 16 23:25:03.934 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214432026-09-16T23:25:36.778Z Sep 16 23:25:03.935 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
214442026-09-16T23:25:36.778Z Sep 16 23:25:03.935 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
214452026-09-16T23:25:36.778Z Sep 16 23:25:03.935 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214462026-09-16T23:25:36.778Z Sep 16 23:25:03.942 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214472026-09-16T23:25:36.778Z Sep 16 23:25:04.001 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
214482026-09-16T23:25:36.778Z Sep 16 23:25:04.001 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
214492026-09-16T23:25:36.778Z Sep 16 23:25:04.039 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
214502026-09-16T23:25:36.778Z Sep 16 23:25:04.039 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
214512026-09-16T23:25:36.778Z Sep 16 23:25:04.077 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
214522026-09-16T23:25:36.778Z Sep 16 23:25:04.077 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
214532026-09-16T23:25:36.778Z Sep 16 23:25:04.115 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
214542026-09-16T23:25:36.779Z Sep 16 23:25:04.115 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
214552026-09-16T23:25:36.779Z Sep 16 23:25:04.122 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
214562026-09-16T23:25:36.779Z Sep 16 23:25:04.122 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214572026-09-16T23:25:36.779Z Sep 16 23:25:04.128 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
214582026-09-16T23:25:36.779Z Sep 16 23:25:04.128 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214592026-09-16T23:25:36.779Z Sep 16 23:25:04.134 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
214602026-09-16T23:25:36.779Z Sep 16 23:25:04.134 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214612026-09-16T23:25:36.779Z Sep 16 23:25:04.140 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
214622026-09-16T23:25:36.779Z Sep 16 23:25:04.140 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214632026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
214642026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
214652026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
214662026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
214672026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
214682026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
214692026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
214702026-09-16T23:25:36.779Z Sep 16 23:25:04.140 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
214712026-09-16T23:25:36.779Z Sep 16 23:25:04.144 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214722026-09-16T23:25:36.779Z Sep 16 23:25:04.144 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214732026-09-16T23:25:36.779Z Sep 16 23:25:04.149 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214742026-09-16T23:25:36.779Z Sep 16 23:25:04.149 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
214752026-09-16T23:25:36.779Z Sep 16 23:25:04.150 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214762026-09-16T23:25:36.779Z Sep 16 23:25:04.188 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214772026-09-16T23:25:36.779Z Sep 16 23:25:04.194 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214782026-09-16T23:25:36.779Z Sep 16 23:25:04.196 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214792026-09-16T23:25:36.779Z Sep 16 23:25:04.234 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214802026-09-16T23:25:36.779Z Sep 16 23:25:04.240 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214812026-09-16T23:25:36.779Z Sep 16 23:25:04.282 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214822026-09-16T23:25:36.779Z Sep 16 23:25:04.288 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214832026-09-16T23:25:36.779Z Sep 16 23:25:04.326 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214842026-09-16T23:25:36.779Z Sep 16 23:25:04.332 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214852026-09-16T23:25:36.779Z Sep 16 23:25:04.334 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214862026-09-16T23:25:36.779Z Sep 16 23:25:04.372 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214872026-09-16T23:25:36.779Z Sep 16 23:25:04.378 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214882026-09-16T23:25:36.779Z Sep 16 23:25:04.380 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
214892026-09-16T23:25:36.779Z Sep 16 23:25:04.418 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
214902026-09-16T23:25:36.779Z Sep 16 23:25:04.424 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
214912026-09-16T23:25:36.780Z Sep 16 23:25:04.424 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
214922026-09-16T23:25:36.780Z Sep 16 23:25:04.424 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
214932026-09-16T23:25:36.780Z Sep 16 23:25:04.462 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214942026-09-16T23:25:36.780Z Sep 16 23:25:04.468 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214952026-09-16T23:25:36.780Z Sep 16 23:25:04.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
214962026-09-16T23:25:36.780Z Sep 16 23:25:04.513 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
214972026-09-16T23:25:36.780Z Sep 16 23:25:04.513 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214982026-09-16T23:25:36.780Z Sep 16 23:25:04.520 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
214992026-09-16T23:25:36.780Z Sep 16 23:25:04.527 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215002026-09-16T23:25:36.780Z Sep 16 23:25:04.527 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215012026-09-16T23:25:36.780Z Sep 16 23:25:04.542 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215022026-09-16T23:25:36.780Z Sep 16 23:25:04.549 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215032026-09-16T23:25:36.780Z Sep 16 23:25:04.594 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215042026-09-16T23:25:36.780Z Sep 16 23:25:04.594 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215052026-09-16T23:25:36.780Z Sep 16 23:25:04.632 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215062026-09-16T23:25:36.780Z Sep 16 23:25:04.632 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215072026-09-16T23:25:36.780Z Sep 16 23:25:04.684 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215082026-09-16T23:25:36.780Z Sep 16 23:25:04.685 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215092026-09-16T23:25:36.780Z Sep 16 23:25:04.722 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215102026-09-16T23:25:36.780Z Sep 16 23:25:04.722 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215112026-09-16T23:25:36.780Z Sep 16 23:25:04.760 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215122026-09-16T23:25:36.780Z Sep 16 23:25:04.760 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215132026-09-16T23:25:36.780Z Sep 16 23:25:04.798 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215142026-09-16T23:25:36.780Z Sep 16 23:25:04.798 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215152026-09-16T23:25:36.780Z Sep 16 23:25:04.836 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215162026-09-16T23:25:36.780Z Sep 16 23:25:04.837 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215172026-09-16T23:25:36.780Z Sep 16 23:25:04.874 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215182026-09-16T23:25:36.780Z Sep 16 23:25:04.874 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215192026-09-16T23:25:36.780Z Sep 16 23:25:04.880 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215202026-09-16T23:25:36.785Z Sep 16 23:25:04.881 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215212026-09-16T23:25:36.785Z Sep 16 23:25:04.887 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215222026-09-16T23:25:36.785Z Sep 16 23:25:04.887 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215232026-09-16T23:25:36.785Z Sep 16 23:25:04.893 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215242026-09-16T23:25:36.785Z Sep 16 23:25:04.893 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215252026-09-16T23:25:36.785Z Sep 16 23:25:04.899 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215262026-09-16T23:25:36.785Z Sep 16 23:25:04.899 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215272026-09-16T23:25:36.785Z Sep 16 23:25:04.905 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215282026-09-16T23:25:36.785Z Sep 16 23:25:04.905 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215292026-09-16T23:25:36.785Z Sep 16 23:25:04.911 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215302026-09-16T23:25:36.785Z Sep 16 23:25:04.911 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215312026-09-16T23:25:36.785Z Sep 16 23:25:04.917 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215322026-09-16T23:25:36.785Z Sep 16 23:25:04.917 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215332026-09-16T23:25:36.785Z Sep 16 23:25:04.923 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215342026-09-16T23:25:36.785Z Sep 16 23:25:04.924 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215352026-09-16T23:25:36.785Z Sep 16 23:25:04.925 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
215362026-09-16T23:25:36.785Z Sep 16 23:25:04.928 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
215372026-09-16T23:25:36.785Z Sep 16 23:25:04.930 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
215382026-09-16T23:25:36.785Z Sep 16 23:25:04.967 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
215392026-09-16T23:25:36.785Z Sep 16 23:25:04.973 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215402026-09-16T23:25:36.785Z Sep 16 23:25:05.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
215412026-09-16T23:25:36.785Z Sep 16 23:25:05.019 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215422026-09-16T23:25:36.785Z Sep 16 23:25:05.021 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
215432026-09-16T23:25:36.785Z Sep 16 23:25:05.059 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
215442026-09-16T23:25:36.785Z Sep 16 23:25:05.065 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215452026-09-16T23:25:36.785Z Sep 16 23:25:05.066 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215462026-09-16T23:25:36.785Z Sep 16 23:25:05.104 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
215472026-09-16T23:25:36.786Z Sep 16 23:25:05.110 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215482026-09-16T23:25:36.786Z Sep 16 23:25:05.110 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215492026-09-16T23:25:36.786Z Sep 16 23:25:05.118 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215502026-09-16T23:25:36.786Z Sep 16 23:25:05.125 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215512026-09-16T23:25:36.786Z Sep 16 23:25:05.170 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215522026-09-16T23:25:36.786Z Sep 16 23:25:05.170 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215532026-09-16T23:25:36.786Z Sep 16 23:25:05.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215542026-09-16T23:25:36.786Z Sep 16 23:25:05.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215552026-09-16T23:25:36.786Z Sep 16 23:25:05.253 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215562026-09-16T23:25:36.786Z Sep 16 23:25:05.253 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215572026-09-16T23:25:36.786Z Sep 16 23:25:05.254 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
215582026-09-16T23:25:36.786Z Sep 16 23:25:05.254 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
215592026-09-16T23:25:36.786Z Sep 16 23:25:05.254 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
215602026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
215612026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
215622026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
215632026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
215642026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
215652026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
215662026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
215672026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
215682026-09-16T23:25:36.786Z Sep 16 23:25:05.255 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
215692026-09-16T23:25:36.786Z Sep 16 23:25:05.293 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
215702026-09-16T23:25:36.786Z Sep 16 23:25:05.293 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
215712026-09-16T23:25:36.786Z Sep 16 23:25:05.299 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215722026-09-16T23:25:36.786Z Sep 16 23:25:05.299 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215732026-09-16T23:25:36.786Z Sep 16 23:25:05.306 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215742026-09-16T23:25:36.786Z Sep 16 23:25:05.306 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215752026-09-16T23:25:36.786Z Sep 16 23:25:05.312 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
215762026-09-16T23:25:36.786Z Sep 16 23:25:05.312 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215772026-09-16T23:25:36.786Z Sep 16 23:25:05.318 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
215782026-09-16T23:25:36.786Z Sep 16 23:25:05.318 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215792026-09-16T23:25:36.786Z Sep 16 23:25:05.430 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
215802026-09-16T23:25:36.786Z Sep 16 23:25:05.430 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
215812026-09-16T23:25:36.787Z Sep 16 23:25:05.435 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
215822026-09-16T23:25:36.787Z Sep 16 23:25:05.473 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
215832026-09-16T23:25:36.787Z Sep 16 23:25:05.479 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215842026-09-16T23:25:36.787Z Sep 16 23:25:05.481 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
215852026-09-16T23:25:36.787Z Sep 16 23:25:05.519 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
215862026-09-16T23:25:36.787Z Sep 16 23:25:05.525 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
215872026-09-16T23:25:36.787Z Sep 16 23:25:05.563 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
215882026-09-16T23:25:36.787Z Sep 16 23:25:05.569 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215892026-09-16T23:25:36.787Z Sep 16 23:25:05.607 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
215902026-09-16T23:25:36.787Z Sep 16 23:25:05.613 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
215912026-09-16T23:25:36.787Z Sep 16 23:25:05.614 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215922026-09-16T23:25:36.787Z Sep 16 23:25:05.614 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
215932026-09-16T23:25:36.787Z Sep 16 23:25:05.614 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215942026-09-16T23:25:36.787Z Sep 16 23:25:05.621 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
215952026-09-16T23:25:36.787Z Sep 16 23:25:05.680 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215962026-09-16T23:25:36.787Z Sep 16 23:25:05.680 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215972026-09-16T23:25:36.787Z Sep 16 23:25:05.718 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
215982026-09-16T23:25:36.787Z Sep 16 23:25:05.718 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
215992026-09-16T23:25:36.787Z Sep 16 23:25:05.756 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216002026-09-16T23:25:36.787Z Sep 16 23:25:05.756 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216012026-09-16T23:25:36.787Z Sep 16 23:25:05.794 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216022026-09-16T23:25:36.787Z Sep 16 23:25:05.794 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216032026-09-16T23:25:36.787Z Sep 16 23:25:05.800 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216042026-09-16T23:25:36.787Z Sep 16 23:25:05.800 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216052026-09-16T23:25:36.787Z Sep 16 23:25:05.806 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216062026-09-16T23:25:36.787Z Sep 16 23:25:05.806 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216072026-09-16T23:25:36.787Z Sep 16 23:25:05.812 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216082026-09-16T23:25:36.787Z Sep 16 23:25:05.812 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216092026-09-16T23:25:36.787Z Sep 16 23:25:05.818 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216102026-09-16T23:25:36.787Z Sep 16 23:25:05.818 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216112026-09-16T23:25:36.787Z Sep 16 23:25:05.819 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
216122026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
216132026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
216142026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
216152026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
216162026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
216172026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
216182026-09-16T23:25:36.788Z Sep 16 23:25:05.819 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
216192026-09-16T23:25:36.788Z Sep 16 23:25:05.822 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216202026-09-16T23:25:36.793Z Sep 16 23:25:05.822 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216212026-09-16T23:25:36.793Z Sep 16 23:25:05.827 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216222026-09-16T23:25:36.793Z Sep 16 23:25:05.827 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216232026-09-16T23:25:36.793Z Sep 16 23:25:05.828 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216242026-09-16T23:25:36.793Z Sep 16 23:25:05.866 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216252026-09-16T23:25:36.793Z Sep 16 23:25:05.872 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216262026-09-16T23:25:36.793Z Sep 16 23:25:05.874 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216272026-09-16T23:25:36.793Z Sep 16 23:25:05.912 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216282026-09-16T23:25:36.793Z Sep 16 23:25:05.918 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216292026-09-16T23:25:36.793Z Sep 16 23:25:05.960 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216302026-09-16T23:25:36.793Z Sep 16 23:25:05.966 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216312026-09-16T23:25:36.793Z Sep 16 23:25:06.004 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216322026-09-16T23:25:36.793Z Sep 16 23:25:06.010 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216332026-09-16T23:25:36.793Z Sep 16 23:25:06.012 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216342026-09-16T23:25:36.793Z Sep 16 23:25:06.050 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216352026-09-16T23:25:36.794Z Sep 16 23:25:06.056 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216362026-09-16T23:25:36.794Z Sep 16 23:25:06.058 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216372026-09-16T23:25:36.794Z Sep 16 23:25:06.095 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216382026-09-16T23:25:36.794Z Sep 16 23:25:06.101 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216392026-09-16T23:25:36.794Z Sep 16 23:25:06.102 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216402026-09-16T23:25:36.794Z Sep 16 23:25:06.102 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216412026-09-16T23:25:36.794Z Sep 16 23:25:06.140 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216422026-09-16T23:25:36.794Z Sep 16 23:25:06.146 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216432026-09-16T23:25:36.794Z Sep 16 23:25:06.184 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216442026-09-16T23:25:36.794Z Sep 16 23:25:06.190 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216452026-09-16T23:25:36.794Z Sep 16 23:25:06.191 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216462026-09-16T23:25:36.794Z Sep 16 23:25:06.198 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216472026-09-16T23:25:36.794Z Sep 16 23:25:06.205 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216482026-09-16T23:25:36.794Z Sep 16 23:25:06.205 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216492026-09-16T23:25:36.794Z Sep 16 23:25:06.219 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216502026-09-16T23:25:36.794Z Sep 16 23:25:06.226 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216512026-09-16T23:25:36.795Z Sep 16 23:25:06.271 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
216522026-09-16T23:25:36.795Z Sep 16 23:25:06.271 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
216532026-09-16T23:25:36.795Z Sep 16 23:25:06.309 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
216542026-09-16T23:25:36.795Z Sep 16 23:25:06.309 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
216552026-09-16T23:25:36.795Z Sep 16 23:25:06.362 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216562026-09-16T23:25:36.795Z Sep 16 23:25:06.362 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216572026-09-16T23:25:36.795Z Sep 16 23:25:06.400 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216582026-09-16T23:25:36.795Z Sep 16 23:25:06.400 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216592026-09-16T23:25:36.795Z Sep 16 23:25:06.437 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
216602026-09-16T23:25:36.795Z Sep 16 23:25:06.437 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
216612026-09-16T23:25:36.795Z Sep 16 23:25:06.475 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
216622026-09-16T23:25:36.795Z Sep 16 23:25:06.475 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
216632026-09-16T23:25:36.795Z Sep 16 23:25:06.514 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216642026-09-16T23:25:36.795Z Sep 16 23:25:06.514 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216652026-09-16T23:25:36.795Z Sep 16 23:25:06.551 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
216662026-09-16T23:25:36.795Z Sep 16 23:25:06.551 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
216672026-09-16T23:25:36.795Z Sep 16 23:25:06.558 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216682026-09-16T23:25:36.795Z Sep 16 23:25:06.558 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216692026-09-16T23:25:36.795Z Sep 16 23:25:06.564 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216702026-09-16T23:25:36.795Z Sep 16 23:25:06.564 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216712026-09-16T23:25:36.796Z Sep 16 23:25:06.570 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216722026-09-16T23:25:36.796Z Sep 16 23:25:06.570 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216732026-09-16T23:25:36.796Z Sep 16 23:25:06.576 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216742026-09-16T23:25:36.796Z Sep 16 23:25:06.576 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216752026-09-16T23:25:36.796Z Sep 16 23:25:06.582 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216762026-09-16T23:25:36.796Z Sep 16 23:25:06.582 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216772026-09-16T23:25:36.796Z Sep 16 23:25:06.588 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
216782026-09-16T23:25:36.796Z Sep 16 23:25:06.588 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216792026-09-16T23:25:36.796Z Sep 16 23:25:06.595 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216802026-09-16T23:25:36.796Z Sep 16 23:25:06.595 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216812026-09-16T23:25:36.796Z Sep 16 23:25:06.601 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
216822026-09-16T23:25:36.796Z Sep 16 23:25:06.601 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216832026-09-16T23:25:36.796Z Sep 16 23:25:06.603 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216842026-09-16T23:25:36.796Z Sep 16 23:25:06.606 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
216852026-09-16T23:25:36.796Z Sep 16 23:25:06.607 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216862026-09-16T23:25:36.796Z Sep 16 23:25:06.645 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216872026-09-16T23:25:36.796Z Sep 16 23:25:06.651 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216882026-09-16T23:25:36.796Z Sep 16 23:25:06.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216892026-09-16T23:25:36.796Z Sep 16 23:25:06.697 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216902026-09-16T23:25:36.796Z Sep 16 23:25:06.699 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
216912026-09-16T23:25:36.796Z Sep 16 23:25:06.737 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
216922026-09-16T23:25:36.796Z Sep 16 23:25:06.743 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
216932026-09-16T23:25:36.796Z Sep 16 23:25:06.743 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216942026-09-16T23:25:36.796Z Sep 16 23:25:06.781 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
216952026-09-16T23:25:36.796Z Sep 16 23:25:06.787 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
216962026-09-16T23:25:36.796Z Sep 16 23:25:06.787 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216972026-09-16T23:25:36.796Z Sep 16 23:25:06.794 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
216982026-09-16T23:25:36.797Z Sep 16 23:25:06.802 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
216992026-09-16T23:25:36.797Z Sep 16 23:25:06.846 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
217002026-09-16T23:25:36.797Z Sep 16 23:25:06.847 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
217012026-09-16T23:25:36.797Z Sep 16 23:25:06.892 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
217022026-09-16T23:25:36.797Z Sep 16 23:25:06.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
217032026-09-16T23:25:36.797Z Sep 16 23:25:06.929 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
217042026-09-16T23:25:36.797Z Sep 16 23:25:06.929 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
217052026-09-16T23:25:36.797Z Sep 16 23:25:06.930 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
217062026-09-16T23:25:36.797Z Sep 16 23:25:06.930 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
217072026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
217082026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
217092026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
217102026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
217112026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
217122026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
217132026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
217142026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
217152026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
217162026-09-16T23:25:36.797Z Sep 16 23:25:06.931 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
217172026-09-16T23:25:36.797Z Sep 16 23:25:06.969 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
217182026-09-16T23:25:36.797Z Sep 16 23:25:06.969 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
217192026-09-16T23:25:36.797Z Sep 16 23:25:06.975 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
217202026-09-16T23:25:36.801Z Sep 16 23:25:06.975 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217212026-09-16T23:25:36.801Z Sep 16 23:25:06.981 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
217222026-09-16T23:25:36.801Z Sep 16 23:25:06.981 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217232026-09-16T23:25:36.801Z Sep 16 23:25:06.987 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
217242026-09-16T23:25:36.802Z Sep 16 23:25:06.987 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217252026-09-16T23:25:36.802Z Sep 16 23:25:06.994 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
217262026-09-16T23:25:36.802Z Sep 16 23:25:06.994 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217272026-09-16T23:25:36.803Z Sep 16 23:25:07.106 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217282026-09-16T23:25:36.803Z Sep 16 23:25:07.106 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217292026-09-16T23:25:36.803Z Sep 16 23:25:07.111 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217302026-09-16T23:25:36.803Z Sep 16 23:25:07.149 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217312026-09-16T23:25:36.803Z Sep 16 23:25:07.155 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217322026-09-16T23:25:36.803Z Sep 16 23:25:07.157 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217332026-09-16T23:25:36.803Z Sep 16 23:25:07.195 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217342026-09-16T23:25:36.803Z Sep 16 23:25:07.201 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217352026-09-16T23:25:36.803Z Sep 16 23:25:07.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217362026-09-16T23:25:36.803Z Sep 16 23:25:07.245 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217372026-09-16T23:25:36.803Z Sep 16 23:25:07.283 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217382026-09-16T23:25:36.803Z Sep 16 23:25:07.289 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217392026-09-16T23:25:36.803Z Sep 16 23:25:07.290 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217402026-09-16T23:25:36.803Z Sep 16 23:25:07.290 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217412026-09-16T23:25:36.803Z Sep 16 23:25:07.290 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217422026-09-16T23:25:36.803Z Sep 16 23:25:07.297 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217432026-09-16T23:25:36.803Z Sep 16 23:25:07.356 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
217442026-09-16T23:25:36.803Z Sep 16 23:25:07.356 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
217452026-09-16T23:25:36.803Z Sep 16 23:25:07.394 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
217462026-09-16T23:25:36.803Z Sep 16 23:25:07.394 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
217472026-09-16T23:25:36.803Z Sep 16 23:25:07.432 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
217482026-09-16T23:25:36.803Z Sep 16 23:25:07.433 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
217492026-09-16T23:25:36.803Z Sep 16 23:25:07.470 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
217502026-09-16T23:25:36.803Z Sep 16 23:25:07.470 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
217512026-09-16T23:25:36.803Z Sep 16 23:25:07.477 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
217522026-09-16T23:25:36.803Z Sep 16 23:25:07.477 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217532026-09-16T23:25:36.803Z Sep 16 23:25:07.483 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
217542026-09-16T23:25:36.803Z Sep 16 23:25:07.483 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217552026-09-16T23:25:36.803Z Sep 16 23:25:07.489 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
217562026-09-16T23:25:36.803Z Sep 16 23:25:07.489 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217572026-09-16T23:25:36.803Z Sep 16 23:25:07.495 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
217582026-09-16T23:25:36.803Z Sep 16 23:25:07.495 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217592026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
217602026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
217612026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
217622026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
217632026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
217642026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
217652026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
217662026-09-16T23:25:36.804Z Sep 16 23:25:07.495 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
217672026-09-16T23:25:36.804Z Sep 16 23:25:07.498 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217682026-09-16T23:25:36.804Z Sep 16 23:25:07.498 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217692026-09-16T23:25:36.804Z Sep 16 23:25:07.503 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217702026-09-16T23:25:36.804Z Sep 16 23:25:07.503 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
217712026-09-16T23:25:36.804Z Sep 16 23:25:07.505 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217722026-09-16T23:25:36.804Z Sep 16 23:25:07.543 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217732026-09-16T23:25:36.804Z Sep 16 23:25:07.549 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217742026-09-16T23:25:36.804Z Sep 16 23:25:07.551 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217752026-09-16T23:25:36.804Z Sep 16 23:25:07.588 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217762026-09-16T23:25:36.804Z Sep 16 23:25:07.594 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217772026-09-16T23:25:36.804Z Sep 16 23:25:07.636 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217782026-09-16T23:25:36.804Z Sep 16 23:25:07.642 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217792026-09-16T23:25:36.804Z Sep 16 23:25:07.680 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217802026-09-16T23:25:36.804Z Sep 16 23:25:07.686 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217812026-09-16T23:25:36.804Z Sep 16 23:25:07.688 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217822026-09-16T23:25:36.804Z Sep 16 23:25:07.726 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217832026-09-16T23:25:36.804Z Sep 16 23:25:07.732 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217842026-09-16T23:25:36.804Z Sep 16 23:25:07.734 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
217852026-09-16T23:25:36.804Z Sep 16 23:25:07.772 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
217862026-09-16T23:25:36.804Z Sep 16 23:25:07.778 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
217872026-09-16T23:25:36.804Z Sep 16 23:25:07.779 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217882026-09-16T23:25:36.804Z Sep 16 23:25:07.779 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217892026-09-16T23:25:36.804Z Sep 16 23:25:07.816 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217902026-09-16T23:25:36.804Z Sep 16 23:25:07.822 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217912026-09-16T23:25:36.804Z Sep 16 23:25:07.861 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
217922026-09-16T23:25:36.804Z Sep 16 23:25:07.867 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
217932026-09-16T23:25:36.804Z Sep 16 23:25:07.867 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217942026-09-16T23:25:36.805Z Sep 16 23:25:07.874 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217952026-09-16T23:25:36.805Z Sep 16 23:25:07.881 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217962026-09-16T23:25:36.805Z Sep 16 23:25:07.881 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
217972026-09-16T23:25:36.805Z Sep 16 23:25:07.896 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217982026-09-16T23:25:36.805Z Sep 16 23:25:07.903 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
217992026-09-16T23:25:36.805Z Sep 16 23:25:07.948 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218002026-09-16T23:25:36.805Z Sep 16 23:25:07.948 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218012026-09-16T23:25:36.805Z Sep 16 23:25:07.986 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218022026-09-16T23:25:36.805Z Sep 16 23:25:07.986 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218032026-09-16T23:25:36.805Z Sep 16 23:25:08.038 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218042026-09-16T23:25:36.805Z Sep 16 23:25:08.038 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218052026-09-16T23:25:36.805Z Sep 16 23:25:08.076 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218062026-09-16T23:25:36.805Z Sep 16 23:25:08.076 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218072026-09-16T23:25:36.805Z Sep 16 23:25:08.114 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218082026-09-16T23:25:36.805Z Sep 16 23:25:08.114 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218092026-09-16T23:25:36.805Z Sep 16 23:25:08.152 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218102026-09-16T23:25:36.805Z Sep 16 23:25:08.152 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218112026-09-16T23:25:36.805Z Sep 16 23:25:08.190 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218122026-09-16T23:25:36.805Z Sep 16 23:25:08.190 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218132026-09-16T23:25:36.806Z Sep 16 23:25:08.228 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218142026-09-16T23:25:36.806Z Sep 16 23:25:08.228 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218152026-09-16T23:25:36.806Z Sep 16 23:25:08.234 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218162026-09-16T23:25:36.806Z Sep 16 23:25:08.234 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218172026-09-16T23:25:36.806Z Sep 16 23:25:08.240 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218182026-09-16T23:25:36.806Z Sep 16 23:25:08.240 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218192026-09-16T23:25:36.806Z Sep 16 23:25:08.247 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218202026-09-16T23:25:36.811Z Sep 16 23:25:08.247 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218212026-09-16T23:25:36.811Z Sep 16 23:25:08.253 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218222026-09-16T23:25:36.811Z Sep 16 23:25:08.253 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218232026-09-16T23:25:36.811Z Sep 16 23:25:08.259 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218242026-09-16T23:25:36.811Z Sep 16 23:25:08.259 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218252026-09-16T23:25:36.811Z Sep 16 23:25:08.265 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218262026-09-16T23:25:36.811Z Sep 16 23:25:08.265 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218272026-09-16T23:25:36.811Z Sep 16 23:25:08.271 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218282026-09-16T23:25:36.811Z Sep 16 23:25:08.271 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218292026-09-16T23:25:36.811Z Sep 16 23:25:08.277 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218302026-09-16T23:25:36.812Z Sep 16 23:25:08.277 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218312026-09-16T23:25:36.812Z Sep 16 23:25:08.279 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
218322026-09-16T23:25:36.812Z Sep 16 23:25:08.282 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
218332026-09-16T23:25:36.812Z Sep 16 23:25:08.283 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
218342026-09-16T23:25:36.812Z Sep 16 23:25:08.321 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
218352026-09-16T23:25:36.812Z Sep 16 23:25:08.327 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218362026-09-16T23:25:36.812Z Sep 16 23:25:08.367 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
218372026-09-16T23:25:36.812Z Sep 16 23:25:08.373 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218382026-09-16T23:25:36.812Z Sep 16 23:25:08.375 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
218392026-09-16T23:25:36.812Z Sep 16 23:25:08.413 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
218402026-09-16T23:25:36.812Z Sep 16 23:25:08.419 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218412026-09-16T23:25:36.812Z Sep 16 23:25:08.420 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
218422026-09-16T23:25:36.812Z Sep 16 23:25:08.457 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
218432026-09-16T23:25:36.812Z Sep 16 23:25:08.463 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218442026-09-16T23:25:36.812Z Sep 16 23:25:08.464 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
218452026-09-16T23:25:36.812Z Sep 16 23:25:08.471 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
218462026-09-16T23:25:36.812Z Sep 16 23:25:08.478 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
218472026-09-16T23:25:36.812Z Sep 16 23:25:08.523 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218482026-09-16T23:25:36.812Z Sep 16 23:25:08.523 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218492026-09-16T23:25:36.812Z Sep 16 23:25:08.568 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218502026-09-16T23:25:36.812Z Sep 16 23:25:08.568 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218512026-09-16T23:25:36.812Z Sep 16 23:25:08.606 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218522026-09-16T23:25:36.812Z Sep 16 23:25:08.606 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218532026-09-16T23:25:36.812Z Sep 16 23:25:08.607 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
218542026-09-16T23:25:36.812Z Sep 16 23:25:08.607 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
218552026-09-16T23:25:36.812Z Sep 16 23:25:08.607 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
218562026-09-16T23:25:36.812Z Sep 16 23:25:08.607 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
218572026-09-16T23:25:36.812Z Sep 16 23:25:08.608 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
218582026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
218592026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
218602026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
218612026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
218622026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
218632026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
218642026-09-16T23:25:36.813Z Sep 16 23:25:08.608 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
218652026-09-16T23:25:36.813Z Sep 16 23:25:08.646 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218662026-09-16T23:25:36.813Z Sep 16 23:25:08.646 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218672026-09-16T23:25:36.813Z Sep 16 23:25:08.652 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218682026-09-16T23:25:36.813Z Sep 16 23:25:08.652 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218692026-09-16T23:25:36.813Z Sep 16 23:25:08.658 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218702026-09-16T23:25:36.813Z Sep 16 23:25:08.658 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218712026-09-16T23:25:36.813Z Sep 16 23:25:08.664 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
218722026-09-16T23:25:36.813Z Sep 16 23:25:08.664 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218732026-09-16T23:25:36.813Z Sep 16 23:25:08.670 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
218742026-09-16T23:25:36.813Z Sep 16 23:25:08.670 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218752026-09-16T23:25:36.813Z Sep 16 23:25:08.784 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
218762026-09-16T23:25:36.813Z Sep 16 23:25:08.784 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
218772026-09-16T23:25:36.813Z Sep 16 23:25:08.789 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
218782026-09-16T23:25:36.813Z Sep 16 23:25:08.826 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
218792026-09-16T23:25:36.813Z Sep 16 23:25:08.832 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218802026-09-16T23:25:36.813Z Sep 16 23:25:08.834 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
218812026-09-16T23:25:36.813Z Sep 16 23:25:08.872 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
218822026-09-16T23:25:36.813Z Sep 16 23:25:08.878 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
218832026-09-16T23:25:36.813Z Sep 16 23:25:08.916 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
218842026-09-16T23:25:36.813Z Sep 16 23:25:08.922 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218852026-09-16T23:25:36.813Z Sep 16 23:25:08.961 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
218862026-09-16T23:25:36.813Z Sep 16 23:25:08.967 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
218872026-09-16T23:25:36.813Z Sep 16 23:25:08.967 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
218882026-09-16T23:25:36.813Z Sep 16 23:25:08.967 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
218892026-09-16T23:25:36.813Z Sep 16 23:25:08.967 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
218902026-09-16T23:25:36.813Z Sep 16 23:25:08.974 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
218912026-09-16T23:25:36.813Z Sep 16 23:25:09.034 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218922026-09-16T23:25:36.813Z Sep 16 23:25:09.034 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218932026-09-16T23:25:36.813Z Sep 16 23:25:09.072 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
218942026-09-16T23:25:36.813Z Sep 16 23:25:09.072 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
218952026-09-16T23:25:36.813Z Sep 16 23:25:09.110 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218962026-09-16T23:25:36.814Z Sep 16 23:25:09.110 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218972026-09-16T23:25:36.814Z Sep 16 23:25:09.147 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
218982026-09-16T23:25:36.814Z Sep 16 23:25:09.147 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
218992026-09-16T23:25:36.814Z Sep 16 23:25:09.154 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219002026-09-16T23:25:36.814Z Sep 16 23:25:09.154 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219012026-09-16T23:25:36.814Z Sep 16 23:25:09.160 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219022026-09-16T23:25:36.814Z Sep 16 23:25:09.160 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219032026-09-16T23:25:36.814Z Sep 16 23:25:09.166 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219042026-09-16T23:25:36.814Z Sep 16 23:25:09.166 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219052026-09-16T23:25:36.814Z Sep 16 23:25:09.172 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219062026-09-16T23:25:36.814Z Sep 16 23:25:09.172 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219072026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
219082026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
219092026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
219102026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
219112026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
219122026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
219132026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
219142026-09-16T23:25:36.814Z Sep 16 23:25:09.172 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
219152026-09-16T23:25:36.814Z Sep 16 23:25:09.176 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219162026-09-16T23:25:36.814Z Sep 16 23:25:09.176 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219172026-09-16T23:25:36.814Z Sep 16 23:25:09.181 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219182026-09-16T23:25:36.814Z Sep 16 23:25:09.181 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219192026-09-16T23:25:36.814Z Sep 16 23:25:09.182 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219202026-09-16T23:25:36.820Z Sep 16 23:25:09.220 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219212026-09-16T23:25:36.820Z Sep 16 23:25:09.226 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219222026-09-16T23:25:36.820Z Sep 16 23:25:09.228 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219232026-09-16T23:25:36.820Z Sep 16 23:25:09.266 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219242026-09-16T23:25:36.820Z Sep 16 23:25:09.272 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219252026-09-16T23:25:36.820Z Sep 16 23:25:09.314 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219262026-09-16T23:25:36.821Z Sep 16 23:25:09.320 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219272026-09-16T23:25:36.821Z Sep 16 23:25:09.358 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219282026-09-16T23:25:36.822Z Sep 16 23:25:09.364 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219292026-09-16T23:25:36.822Z Sep 16 23:25:09.366 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219302026-09-16T23:25:36.822Z Sep 16 23:25:09.404 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219312026-09-16T23:25:36.822Z Sep 16 23:25:09.410 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219322026-09-16T23:25:36.822Z Sep 16 23:25:09.412 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219332026-09-16T23:25:36.822Z Sep 16 23:25:09.450 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219342026-09-16T23:25:36.822Z Sep 16 23:25:09.456 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219352026-09-16T23:25:36.822Z Sep 16 23:25:09.456 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219362026-09-16T23:25:36.822Z Sep 16 23:25:09.456 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219372026-09-16T23:25:36.822Z Sep 16 23:25:09.494 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219382026-09-16T23:25:36.822Z Sep 16 23:25:09.500 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219392026-09-16T23:25:36.822Z Sep 16 23:25:09.538 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219402026-09-16T23:25:36.822Z Sep 16 23:25:09.544 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219412026-09-16T23:25:36.822Z Sep 16 23:25:09.545 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219422026-09-16T23:25:36.822Z Sep 16 23:25:09.552 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219432026-09-16T23:25:36.823Z Sep 16 23:25:09.559 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219442026-09-16T23:25:36.823Z Sep 16 23:25:09.559 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219452026-09-16T23:25:36.823Z Sep 16 23:25:09.574 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219462026-09-16T23:25:36.823Z Sep 16 23:25:09.581 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219472026-09-16T23:25:36.823Z Sep 16 23:25:09.626 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
219482026-09-16T23:25:36.823Z Sep 16 23:25:09.626 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
219492026-09-16T23:25:36.823Z Sep 16 23:25:09.664 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
219502026-09-16T23:25:36.823Z Sep 16 23:25:09.664 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
219512026-09-16T23:25:36.823Z Sep 16 23:25:09.716 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
219522026-09-16T23:25:36.823Z Sep 16 23:25:09.716 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
219532026-09-16T23:25:36.823Z Sep 16 23:25:09.754 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
219542026-09-16T23:25:36.823Z Sep 16 23:25:09.754 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
219552026-09-16T23:25:36.823Z Sep 16 23:25:09.792 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
219562026-09-16T23:25:36.823Z Sep 16 23:25:09.792 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
219572026-09-16T23:25:36.823Z Sep 16 23:25:09.830 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
219582026-09-16T23:25:36.823Z Sep 16 23:25:09.830 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
219592026-09-16T23:25:36.823Z Sep 16 23:25:09.868 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
219602026-09-16T23:25:36.823Z Sep 16 23:25:09.868 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
219612026-09-16T23:25:36.823Z Sep 16 23:25:09.906 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
219622026-09-16T23:25:36.823Z Sep 16 23:25:09.906 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
219632026-09-16T23:25:36.823Z Sep 16 23:25:09.912 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219642026-09-16T23:25:36.823Z Sep 16 23:25:09.912 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219652026-09-16T23:25:36.823Z Sep 16 23:25:09.918 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219662026-09-16T23:25:36.823Z Sep 16 23:25:09.919 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219672026-09-16T23:25:36.823Z Sep 16 23:25:09.925 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219682026-09-16T23:25:36.823Z Sep 16 23:25:09.925 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219692026-09-16T23:25:36.823Z Sep 16 23:25:09.931 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219702026-09-16T23:25:36.823Z Sep 16 23:25:09.931 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219712026-09-16T23:25:36.823Z Sep 16 23:25:09.937 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219722026-09-16T23:25:36.824Z Sep 16 23:25:09.937 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219732026-09-16T23:25:36.824Z Sep 16 23:25:09.943 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
219742026-09-16T23:25:36.824Z Sep 16 23:25:09.943 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219752026-09-16T23:25:36.824Z Sep 16 23:25:09.949 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219762026-09-16T23:25:36.824Z Sep 16 23:25:09.950 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219772026-09-16T23:25:36.824Z Sep 16 23:25:09.955 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
219782026-09-16T23:25:36.824Z Sep 16 23:25:09.956 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219792026-09-16T23:25:36.824Z Sep 16 23:25:09.957 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219802026-09-16T23:25:36.824Z Sep 16 23:25:09.960 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
219812026-09-16T23:25:36.824Z Sep 16 23:25:09.962 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219822026-09-16T23:25:36.824Z Sep 16 23:25:09.999 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219832026-09-16T23:25:36.824Z Sep 16 23:25:10.006 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219842026-09-16T23:25:36.824Z Sep 16 23:25:10.046 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219852026-09-16T23:25:36.824Z Sep 16 23:25:10.052 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219862026-09-16T23:25:36.824Z Sep 16 23:25:10.054 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
219872026-09-16T23:25:36.824Z Sep 16 23:25:10.092 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
219882026-09-16T23:25:36.824Z Sep 16 23:25:10.098 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
219892026-09-16T23:25:36.824Z Sep 16 23:25:10.098 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219902026-09-16T23:25:36.824Z Sep 16 23:25:10.136 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
219912026-09-16T23:25:36.824Z Sep 16 23:25:10.142 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
219922026-09-16T23:25:36.824Z Sep 16 23:25:10.142 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219932026-09-16T23:25:36.824Z Sep 16 23:25:10.150 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
219942026-09-16T23:25:36.824Z Sep 16 23:25:10.157 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
219952026-09-16T23:25:36.824Z Sep 16 23:25:10.202 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
219962026-09-16T23:25:36.824Z Sep 16 23:25:10.202 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
219972026-09-16T23:25:36.824Z Sep 16 23:25:10.247 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
219982026-09-16T23:25:36.824Z Sep 16 23:25:10.247 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
219992026-09-16T23:25:36.824Z Sep 16 23:25:10.285 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
220002026-09-16T23:25:36.824Z Sep 16 23:25:10.285 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
220012026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
220022026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
220032026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
220042026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
220052026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
220062026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
220072026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
220082026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
220092026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
220102026-09-16T23:25:36.824Z Sep 16 23:25:10.286 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
220112026-09-16T23:25:36.825Z Sep 16 23:25:10.287 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
220122026-09-16T23:25:36.825Z Sep 16 23:25:10.287 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
220132026-09-16T23:25:36.825Z Sep 16 23:25:10.324 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
220142026-09-16T23:25:36.825Z Sep 16 23:25:10.325 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
220152026-09-16T23:25:36.825Z Sep 16 23:25:10.331 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
220162026-09-16T23:25:36.825Z Sep 16 23:25:10.331 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220172026-09-16T23:25:36.825Z Sep 16 23:25:10.337 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
220182026-09-16T23:25:36.825Z Sep 16 23:25:10.337 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220192026-09-16T23:25:36.825Z Sep 16 23:25:10.343 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
220202026-09-16T23:25:36.829Z Sep 16 23:25:10.343 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220212026-09-16T23:25:36.829Z Sep 16 23:25:10.349 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
220222026-09-16T23:25:36.829Z Sep 16 23:25:10.349 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220232026-09-16T23:25:36.829Z Sep 16 23:25:10.462 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220242026-09-16T23:25:36.829Z Sep 16 23:25:10.462 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220252026-09-16T23:25:36.829Z Sep 16 23:25:10.467 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220262026-09-16T23:25:36.829Z Sep 16 23:25:10.504 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220272026-09-16T23:25:36.829Z Sep 16 23:25:10.511 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220282026-09-16T23:25:36.829Z Sep 16 23:25:10.513 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220292026-09-16T23:25:36.829Z Sep 16 23:25:10.550 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220302026-09-16T23:25:36.829Z Sep 16 23:25:10.556 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220312026-09-16T23:25:36.829Z Sep 16 23:25:10.595 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220322026-09-16T23:25:36.829Z Sep 16 23:25:10.601 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220332026-09-16T23:25:36.829Z Sep 16 23:25:10.639 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220342026-09-16T23:25:36.829Z Sep 16 23:25:10.645 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220352026-09-16T23:25:36.829Z Sep 16 23:25:10.645 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220362026-09-16T23:25:36.829Z Sep 16 23:25:10.645 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220372026-09-16T23:25:36.829Z Sep 16 23:25:10.645 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220382026-09-16T23:25:36.829Z Sep 16 23:25:10.652 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220392026-09-16T23:25:36.829Z Sep 16 23:25:10.712 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
220402026-09-16T23:25:36.829Z Sep 16 23:25:10.712 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
220412026-09-16T23:25:36.829Z Sep 16 23:25:10.750 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
220422026-09-16T23:25:36.829Z Sep 16 23:25:10.750 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
220432026-09-16T23:25:36.829Z Sep 16 23:25:10.788 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
220442026-09-16T23:25:36.829Z Sep 16 23:25:10.788 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
220452026-09-16T23:25:36.829Z Sep 16 23:25:10.825 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
220462026-09-16T23:25:36.829Z Sep 16 23:25:10.825 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
220472026-09-16T23:25:36.829Z Sep 16 23:25:10.832 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
220482026-09-16T23:25:36.829Z Sep 16 23:25:10.832 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220492026-09-16T23:25:36.829Z Sep 16 23:25:10.838 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
220502026-09-16T23:25:36.829Z Sep 16 23:25:10.838 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220512026-09-16T23:25:36.829Z Sep 16 23:25:10.844 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
220522026-09-16T23:25:36.829Z Sep 16 23:25:10.844 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220532026-09-16T23:25:36.830Z Sep 16 23:25:10.850 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
220542026-09-16T23:25:36.830Z Sep 16 23:25:10.850 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220552026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
220562026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
220572026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
220582026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
220592026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
220602026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
220612026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
220622026-09-16T23:25:36.830Z Sep 16 23:25:10.850 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
220632026-09-16T23:25:36.830Z Sep 16 23:25:10.853 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220642026-09-16T23:25:36.830Z Sep 16 23:25:10.853 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220652026-09-16T23:25:36.830Z Sep 16 23:25:10.858 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220662026-09-16T23:25:36.830Z Sep 16 23:25:10.858 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
220672026-09-16T23:25:36.830Z Sep 16 23:25:10.860 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220682026-09-16T23:25:36.830Z Sep 16 23:25:10.898 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220692026-09-16T23:25:36.831Z Sep 16 23:25:10.903 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220702026-09-16T23:25:36.831Z Sep 16 23:25:10.906 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220712026-09-16T23:25:36.831Z Sep 16 23:25:10.943 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220722026-09-16T23:25:36.831Z Sep 16 23:25:10.949 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220732026-09-16T23:25:36.831Z Sep 16 23:25:10.991 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220742026-09-16T23:25:36.831Z Sep 16 23:25:10.997 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220752026-09-16T23:25:36.831Z Sep 16 23:25:11.035 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220762026-09-16T23:25:36.831Z Sep 16 23:25:11.041 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220772026-09-16T23:25:36.831Z Sep 16 23:25:11.043 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220782026-09-16T23:25:36.831Z Sep 16 23:25:11.081 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220792026-09-16T23:25:36.831Z Sep 16 23:25:11.087 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220802026-09-16T23:25:36.831Z Sep 16 23:25:11.089 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
220812026-09-16T23:25:36.831Z Sep 16 23:25:11.127 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
220822026-09-16T23:25:36.831Z Sep 16 23:25:11.133 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
220832026-09-16T23:25:36.831Z Sep 16 23:25:11.134 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220842026-09-16T23:25:36.831Z Sep 16 23:25:11.134 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220852026-09-16T23:25:36.831Z Sep 16 23:25:11.171 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220862026-09-16T23:25:36.831Z Sep 16 23:25:11.178 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220872026-09-16T23:25:36.831Z Sep 16 23:25:11.216 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
220882026-09-16T23:25:36.831Z Sep 16 23:25:11.222 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
220892026-09-16T23:25:36.832Z Sep 16 23:25:11.222 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220902026-09-16T23:25:36.832Z Sep 16 23:25:11.229 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220912026-09-16T23:25:36.832Z Sep 16 23:25:11.236 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220922026-09-16T23:25:36.832Z Sep 16 23:25:11.236 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
220932026-09-16T23:25:36.832Z Sep 16 23:25:11.251 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220942026-09-16T23:25:36.832Z Sep 16 23:25:11.258 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
220952026-09-16T23:25:36.832Z Sep 16 23:25:11.303 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
220962026-09-16T23:25:36.832Z Sep 16 23:25:11.303 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
220972026-09-16T23:25:36.832Z Sep 16 23:25:11.341 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
220982026-09-16T23:25:36.832Z Sep 16 23:25:11.341 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
220992026-09-16T23:25:36.832Z Sep 16 23:25:11.393 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221002026-09-16T23:25:36.832Z Sep 16 23:25:11.393 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221012026-09-16T23:25:36.832Z Sep 16 23:25:11.431 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221022026-09-16T23:25:36.832Z Sep 16 23:25:11.431 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221032026-09-16T23:25:36.833Z Sep 16 23:25:11.469 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221042026-09-16T23:25:36.833Z Sep 16 23:25:11.469 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221052026-09-16T23:25:36.833Z Sep 16 23:25:11.507 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221062026-09-16T23:25:36.833Z Sep 16 23:25:11.507 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221072026-09-16T23:25:36.833Z Sep 16 23:25:11.545 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221082026-09-16T23:25:36.833Z Sep 16 23:25:11.545 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221092026-09-16T23:25:36.833Z Sep 16 23:25:11.583 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221102026-09-16T23:25:36.833Z Sep 16 23:25:11.583 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221112026-09-16T23:25:36.833Z Sep 16 23:25:11.589 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221122026-09-16T23:25:36.833Z Sep 16 23:25:11.589 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221132026-09-16T23:25:36.833Z Sep 16 23:25:11.595 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221142026-09-16T23:25:36.833Z Sep 16 23:25:11.595 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221152026-09-16T23:25:36.833Z Sep 16 23:25:11.601 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221162026-09-16T23:25:36.833Z Sep 16 23:25:11.602 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221172026-09-16T23:25:36.833Z Sep 16 23:25:11.607 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221182026-09-16T23:25:36.833Z Sep 16 23:25:11.608 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221192026-09-16T23:25:36.833Z Sep 16 23:25:11.614 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221202026-09-16T23:25:36.838Z Sep 16 23:25:11.614 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221212026-09-16T23:25:36.838Z Sep 16 23:25:11.620 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221222026-09-16T23:25:36.838Z Sep 16 23:25:11.620 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221232026-09-16T23:25:36.838Z Sep 16 23:25:11.626 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221242026-09-16T23:25:36.838Z Sep 16 23:25:11.626 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221252026-09-16T23:25:36.838Z Sep 16 23:25:11.632 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221262026-09-16T23:25:36.838Z Sep 16 23:25:11.632 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221272026-09-16T23:25:36.838Z Sep 16 23:25:11.634 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
221282026-09-16T23:25:36.838Z Sep 16 23:25:11.637 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
221292026-09-16T23:25:36.838Z Sep 16 23:25:11.638 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
221302026-09-16T23:25:36.838Z Sep 16 23:25:11.676 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
221312026-09-16T23:25:36.838Z Sep 16 23:25:11.682 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221322026-09-16T23:25:36.839Z Sep 16 23:25:11.722 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
221332026-09-16T23:25:36.839Z Sep 16 23:25:11.728 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221342026-09-16T23:25:36.839Z Sep 16 23:25:11.730 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
221352026-09-16T23:25:36.840Z Sep 16 23:25:11.768 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
221362026-09-16T23:25:36.840Z Sep 16 23:25:11.774 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221372026-09-16T23:25:36.840Z Sep 16 23:25:11.775 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
221382026-09-16T23:25:36.840Z Sep 16 23:25:11.812 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
221392026-09-16T23:25:36.840Z Sep 16 23:25:11.818 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221402026-09-16T23:25:36.840Z Sep 16 23:25:11.819 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
221412026-09-16T23:25:36.840Z Sep 16 23:25:11.826 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
221422026-09-16T23:25:36.840Z Sep 16 23:25:11.833 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
221432026-09-16T23:25:36.840Z Sep 16 23:25:11.878 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221442026-09-16T23:25:36.840Z Sep 16 23:25:11.878 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221452026-09-16T23:25:36.840Z Sep 16 23:25:11.924 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221462026-09-16T23:25:36.840Z Sep 16 23:25:11.924 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221472026-09-16T23:25:36.840Z Sep 16 23:25:11.961 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221482026-09-16T23:25:36.840Z Sep 16 23:25:11.961 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221492026-09-16T23:25:36.840Z Sep 16 23:25:11.962 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
221502026-09-16T23:25:36.840Z Sep 16 23:25:11.962 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
221512026-09-16T23:25:36.840Z Sep 16 23:25:11.962 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
221522026-09-16T23:25:36.840Z Sep 16 23:25:11.962 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
221532026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
221542026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
221552026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
221562026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
221572026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
221582026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
221592026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
221602026-09-16T23:25:36.840Z Sep 16 23:25:11.963 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
221612026-09-16T23:25:36.840Z Sep 16 23:25:12.001 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221622026-09-16T23:25:36.840Z Sep 16 23:25:12.001 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221632026-09-16T23:25:36.840Z Sep 16 23:25:12.007 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221642026-09-16T23:25:36.840Z Sep 16 23:25:12.007 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221652026-09-16T23:25:36.840Z Sep 16 23:25:12.013 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221662026-09-16T23:25:36.840Z Sep 16 23:25:12.013 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221672026-09-16T23:25:36.840Z Sep 16 23:25:12.019 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221682026-09-16T23:25:36.840Z Sep 16 23:25:12.019 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221692026-09-16T23:25:36.840Z Sep 16 23:25:12.025 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
221702026-09-16T23:25:36.840Z Sep 16 23:25:12.026 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221712026-09-16T23:25:36.840Z Sep 16 23:25:12.138 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
221722026-09-16T23:25:36.840Z Sep 16 23:25:12.138 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
221732026-09-16T23:25:36.840Z Sep 16 23:25:12.143 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
221742026-09-16T23:25:36.841Z Sep 16 23:25:12.181 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
221752026-09-16T23:25:36.841Z Sep 16 23:25:12.187 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221762026-09-16T23:25:36.841Z Sep 16 23:25:12.189 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
221772026-09-16T23:25:36.841Z Sep 16 23:25:12.227 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
221782026-09-16T23:25:36.841Z Sep 16 23:25:12.233 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
221792026-09-16T23:25:36.841Z Sep 16 23:25:12.271 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
221802026-09-16T23:25:36.841Z Sep 16 23:25:12.277 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221812026-09-16T23:25:36.841Z Sep 16 23:25:12.315 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
221822026-09-16T23:25:36.841Z Sep 16 23:25:12.321 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221832026-09-16T23:25:36.841Z Sep 16 23:25:12.322 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
221842026-09-16T23:25:36.841Z Sep 16 23:25:12.322 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
221852026-09-16T23:25:36.841Z Sep 16 23:25:12.322 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
221862026-09-16T23:25:36.842Z Sep 16 23:25:12.329 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
221872026-09-16T23:25:36.842Z Sep 16 23:25:12.388 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221882026-09-16T23:25:36.842Z Sep 16 23:25:12.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221892026-09-16T23:25:36.842Z Sep 16 23:25:12.426 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
221902026-09-16T23:25:36.842Z Sep 16 23:25:12.426 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
221912026-09-16T23:25:36.842Z Sep 16 23:25:12.464 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221922026-09-16T23:25:36.842Z Sep 16 23:25:12.464 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221932026-09-16T23:25:36.842Z Sep 16 23:25:12.502 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
221942026-09-16T23:25:36.842Z Sep 16 23:25:12.502 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
221952026-09-16T23:25:36.842Z Sep 16 23:25:12.508 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221962026-09-16T23:25:36.842Z Sep 16 23:25:12.508 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221972026-09-16T23:25:36.842Z Sep 16 23:25:12.514 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
221982026-09-16T23:25:36.842Z Sep 16 23:25:12.515 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
221992026-09-16T23:25:36.842Z Sep 16 23:25:12.520 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222002026-09-16T23:25:36.842Z Sep 16 23:25:12.521 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222012026-09-16T23:25:36.842Z Sep 16 23:25:12.527 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222022026-09-16T23:25:36.842Z Sep 16 23:25:12.527 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222032026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
222042026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
222052026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
222062026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
222072026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
222082026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
222092026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
222102026-09-16T23:25:36.842Z Sep 16 23:25:12.527 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
222112026-09-16T23:25:36.842Z Sep 16 23:25:12.530 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222122026-09-16T23:25:36.842Z Sep 16 23:25:12.530 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222132026-09-16T23:25:36.842Z Sep 16 23:25:12.535 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222142026-09-16T23:25:36.843Z Sep 16 23:25:12.535 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222152026-09-16T23:25:36.843Z Sep 16 23:25:12.537 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222162026-09-16T23:25:36.843Z Sep 16 23:25:12.574 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222172026-09-16T23:25:36.843Z Sep 16 23:25:12.581 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222182026-09-16T23:25:36.843Z Sep 16 23:25:12.583 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222192026-09-16T23:25:36.843Z Sep 16 23:25:12.620 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222202026-09-16T23:25:36.848Z Sep 16 23:25:12.626 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222212026-09-16T23:25:36.848Z Sep 16 23:25:12.668 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222222026-09-16T23:25:36.848Z Sep 16 23:25:12.674 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222232026-09-16T23:25:36.848Z Sep 16 23:25:12.712 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222242026-09-16T23:25:36.848Z Sep 16 23:25:12.718 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222252026-09-16T23:25:36.848Z Sep 16 23:25:12.720 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222262026-09-16T23:25:36.848Z Sep 16 23:25:12.758 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222272026-09-16T23:25:36.848Z Sep 16 23:25:12.764 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222282026-09-16T23:25:36.848Z Sep 16 23:25:12.766 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222292026-09-16T23:25:36.848Z Sep 16 23:25:12.804 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222302026-09-16T23:25:36.848Z Sep 16 23:25:12.810 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222312026-09-16T23:25:36.848Z Sep 16 23:25:12.810 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222322026-09-16T23:25:36.848Z Sep 16 23:25:12.811 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222332026-09-16T23:25:36.848Z Sep 16 23:25:12.848 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222342026-09-16T23:25:36.849Z Sep 16 23:25:12.854 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222352026-09-16T23:25:36.849Z Sep 16 23:25:12.893 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222362026-09-16T23:25:36.849Z Sep 16 23:25:12.899 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222372026-09-16T23:25:36.849Z Sep 16 23:25:12.899 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222382026-09-16T23:25:36.849Z Sep 16 23:25:12.906 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222392026-09-16T23:25:36.849Z Sep 16 23:25:12.913 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222402026-09-16T23:25:36.849Z Sep 16 23:25:12.914 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222412026-09-16T23:25:36.849Z Sep 16 23:25:12.928 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222422026-09-16T23:25:36.849Z Sep 16 23:25:12.935 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222432026-09-16T23:25:36.849Z Sep 16 23:25:12.980 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222442026-09-16T23:25:36.849Z Sep 16 23:25:12.980 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222452026-09-16T23:25:36.849Z Sep 16 23:25:13.018 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222462026-09-16T23:25:36.849Z Sep 16 23:25:13.018 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222472026-09-16T23:25:36.849Z Sep 16 23:25:13.071 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
222482026-09-16T23:25:36.849Z Sep 16 23:25:13.071 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
222492026-09-16T23:25:36.849Z Sep 16 23:25:13.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
222502026-09-16T23:25:36.850Z Sep 16 23:25:13.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
222512026-09-16T23:25:36.850Z Sep 16 23:25:13.146 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222522026-09-16T23:25:36.850Z Sep 16 23:25:13.146 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222532026-09-16T23:25:36.850Z Sep 16 23:25:13.185 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222542026-09-16T23:25:36.850Z Sep 16 23:25:13.185 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222552026-09-16T23:25:36.850Z Sep 16 23:25:13.223 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
222562026-09-16T23:25:36.850Z Sep 16 23:25:13.223 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
222572026-09-16T23:25:36.850Z Sep 16 23:25:13.260 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
222582026-09-16T23:25:36.850Z Sep 16 23:25:13.260 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
222592026-09-16T23:25:36.850Z Sep 16 23:25:13.267 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
222602026-09-16T23:25:36.850Z Sep 16 23:25:13.267 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222612026-09-16T23:25:36.850Z Sep 16 23:25:13.273 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
222622026-09-16T23:25:36.850Z Sep 16 23:25:13.273 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222632026-09-16T23:25:36.850Z Sep 16 23:25:13.279 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222642026-09-16T23:25:36.850Z Sep 16 23:25:13.279 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222652026-09-16T23:25:36.850Z Sep 16 23:25:13.285 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222662026-09-16T23:25:36.850Z Sep 16 23:25:13.285 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222672026-09-16T23:25:36.850Z Sep 16 23:25:13.291 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
222682026-09-16T23:25:36.850Z Sep 16 23:25:13.291 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222692026-09-16T23:25:36.850Z Sep 16 23:25:13.297 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
222702026-09-16T23:25:36.850Z Sep 16 23:25:13.297 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222712026-09-16T23:25:36.850Z Sep 16 23:25:13.304 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222722026-09-16T23:25:36.850Z Sep 16 23:25:13.304 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222732026-09-16T23:25:36.850Z Sep 16 23:25:13.310 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
222742026-09-16T23:25:36.850Z Sep 16 23:25:13.310 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222752026-09-16T23:25:36.850Z Sep 16 23:25:13.312 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222762026-09-16T23:25:36.850Z Sep 16 23:25:13.315 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
222772026-09-16T23:25:36.850Z Sep 16 23:25:13.316 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222782026-09-16T23:25:36.850Z Sep 16 23:25:13.354 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222792026-09-16T23:25:36.850Z Sep 16 23:25:13.360 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222802026-09-16T23:25:36.850Z Sep 16 23:25:13.400 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222812026-09-16T23:25:36.851Z Sep 16 23:25:13.407 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222822026-09-16T23:25:36.851Z Sep 16 23:25:13.408 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
222832026-09-16T23:25:36.851Z Sep 16 23:25:13.446 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
222842026-09-16T23:25:36.851Z Sep 16 23:25:13.452 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
222852026-09-16T23:25:36.851Z Sep 16 23:25:13.453 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222862026-09-16T23:25:36.851Z Sep 16 23:25:13.491 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
222872026-09-16T23:25:36.851Z Sep 16 23:25:13.497 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
222882026-09-16T23:25:36.851Z Sep 16 23:25:13.497 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222892026-09-16T23:25:36.851Z Sep 16 23:25:13.504 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
222902026-09-16T23:25:36.851Z Sep 16 23:25:13.512 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
222912026-09-16T23:25:36.851Z Sep 16 23:25:13.556 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222922026-09-16T23:25:36.851Z Sep 16 23:25:13.556 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222932026-09-16T23:25:36.852Z Sep 16 23:25:13.602 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
222942026-09-16T23:25:36.852Z Sep 16 23:25:13.602 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
222952026-09-16T23:25:36.852Z Sep 16 23:25:13.640 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
222962026-09-16T23:25:36.852Z Sep 16 23:25:13.640 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
222972026-09-16T23:25:36.852Z Sep 16 23:25:13.640 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
222982026-09-16T23:25:36.852Z Sep 16 23:25:13.640 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
222992026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
223002026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
223012026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
223022026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
223032026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
223042026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
223052026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
223062026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
223072026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
223082026-09-16T23:25:36.852Z Sep 16 23:25:13.641 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
223092026-09-16T23:25:36.852Z Sep 16 23:25:13.679 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
223102026-09-16T23:25:36.852Z Sep 16 23:25:13.679 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
223112026-09-16T23:25:36.852Z Sep 16 23:25:13.685 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
223122026-09-16T23:25:36.852Z Sep 16 23:25:13.685 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223132026-09-16T23:25:36.852Z Sep 16 23:25:13.691 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
223142026-09-16T23:25:36.852Z Sep 16 23:25:13.691 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223152026-09-16T23:25:36.852Z Sep 16 23:25:13.697 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
223162026-09-16T23:25:36.852Z Sep 16 23:25:13.697 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223172026-09-16T23:25:36.852Z Sep 16 23:25:13.703 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
223182026-09-16T23:25:36.852Z Sep 16 23:25:13.704 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223192026-09-16T23:25:36.852Z Sep 16 23:25:13.816 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223202026-09-16T23:25:36.856Z Sep 16 23:25:13.816 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223212026-09-16T23:25:36.857Z Sep 16 23:25:13.821 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223222026-09-16T23:25:36.857Z Sep 16 23:25:13.859 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223232026-09-16T23:25:36.857Z Sep 16 23:25:13.865 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223242026-09-16T23:25:36.857Z Sep 16 23:25:13.867 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223252026-09-16T23:25:36.857Z Sep 16 23:25:13.905 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223262026-09-16T23:25:36.857Z Sep 16 23:25:13.911 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223272026-09-16T23:25:36.857Z Sep 16 23:25:13.949 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223282026-09-16T23:25:36.857Z Sep 16 23:25:13.955 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223292026-09-16T23:25:36.857Z Sep 16 23:25:13.994 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223302026-09-16T23:25:36.857Z Sep 16 23:25:14.000 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223312026-09-16T23:25:36.857Z Sep 16 23:25:14.000 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223322026-09-16T23:25:36.857Z Sep 16 23:25:14.000 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223332026-09-16T23:25:36.857Z Sep 16 23:25:14.000 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223342026-09-16T23:25:36.857Z Sep 16 23:25:14.007 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223352026-09-16T23:25:36.857Z Sep 16 23:25:14.067 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
223362026-09-16T23:25:36.857Z Sep 16 23:25:14.067 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
223372026-09-16T23:25:36.857Z Sep 16 23:25:14.105 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
223382026-09-16T23:25:36.857Z Sep 16 23:25:14.105 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
223392026-09-16T23:25:36.857Z Sep 16 23:25:14.142 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
223402026-09-16T23:25:36.857Z Sep 16 23:25:14.143 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
223412026-09-16T23:25:36.857Z Sep 16 23:25:14.180 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
223422026-09-16T23:25:36.857Z Sep 16 23:25:14.180 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
223432026-09-16T23:25:36.857Z Sep 16 23:25:14.186 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
223442026-09-16T23:25:36.857Z Sep 16 23:25:14.187 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223452026-09-16T23:25:36.857Z Sep 16 23:25:14.193 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
223462026-09-16T23:25:36.857Z Sep 16 23:25:14.193 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223472026-09-16T23:25:36.857Z Sep 16 23:25:14.199 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
223482026-09-16T23:25:36.857Z Sep 16 23:25:14.199 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223492026-09-16T23:25:36.857Z Sep 16 23:25:14.205 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
223502026-09-16T23:25:36.857Z Sep 16 23:25:14.205 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223512026-09-16T23:25:36.857Z Sep 16 23:25:14.205 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
223522026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
223532026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
223542026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
223552026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
223562026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
223572026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
223582026-09-16T23:25:36.858Z Sep 16 23:25:14.205 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
223592026-09-16T23:25:36.858Z Sep 16 23:25:14.208 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223602026-09-16T23:25:36.858Z Sep 16 23:25:14.209 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223612026-09-16T23:25:36.858Z Sep 16 23:25:14.213 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223622026-09-16T23:25:36.858Z Sep 16 23:25:14.213 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
223632026-09-16T23:25:36.858Z Sep 16 23:25:14.215 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223642026-09-16T23:25:36.858Z Sep 16 23:25:14.253 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223652026-09-16T23:25:36.858Z Sep 16 23:25:14.259 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223662026-09-16T23:25:36.858Z Sep 16 23:25:14.261 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223672026-09-16T23:25:36.858Z Sep 16 23:25:14.299 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223682026-09-16T23:25:36.858Z Sep 16 23:25:14.305 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223692026-09-16T23:25:36.858Z Sep 16 23:25:14.347 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223702026-09-16T23:25:36.858Z Sep 16 23:25:14.353 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223712026-09-16T23:25:36.858Z Sep 16 23:25:14.391 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223722026-09-16T23:25:36.858Z Sep 16 23:25:14.397 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223732026-09-16T23:25:36.858Z Sep 16 23:25:14.399 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223742026-09-16T23:25:36.858Z Sep 16 23:25:14.437 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223752026-09-16T23:25:36.858Z Sep 16 23:25:14.443 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223762026-09-16T23:25:36.858Z Sep 16 23:25:14.445 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
223772026-09-16T23:25:36.858Z Sep 16 23:25:14.483 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
223782026-09-16T23:25:36.858Z Sep 16 23:25:14.489 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
223792026-09-16T23:25:36.858Z Sep 16 23:25:14.489 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223802026-09-16T23:25:36.858Z Sep 16 23:25:14.489 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223812026-09-16T23:25:36.858Z Sep 16 23:25:14.527 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223822026-09-16T23:25:36.858Z Sep 16 23:25:14.533 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223832026-09-16T23:25:36.858Z Sep 16 23:25:14.571 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
223842026-09-16T23:25:36.858Z Sep 16 23:25:14.577 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
223852026-09-16T23:25:36.858Z Sep 16 23:25:14.578 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223862026-09-16T23:25:36.858Z Sep 16 23:25:14.585 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223872026-09-16T23:25:36.858Z Sep 16 23:25:14.592 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223882026-09-16T23:25:36.859Z Sep 16 23:25:14.592 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
223892026-09-16T23:25:36.859Z Sep 16 23:25:14.607 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223902026-09-16T23:25:36.859Z Sep 16 23:25:14.614 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
223912026-09-16T23:25:36.859Z Sep 16 23:25:14.659 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
223922026-09-16T23:25:36.859Z Sep 16 23:25:14.659 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
223932026-09-16T23:25:36.859Z Sep 16 23:25:14.697 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
223942026-09-16T23:25:36.859Z Sep 16 23:25:14.697 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
223952026-09-16T23:25:36.859Z Sep 16 23:25:14.750 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
223962026-09-16T23:25:36.859Z Sep 16 23:25:14.750 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
223972026-09-16T23:25:36.859Z Sep 16 23:25:14.787 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
223982026-09-16T23:25:36.859Z Sep 16 23:25:14.787 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
223992026-09-16T23:25:36.859Z Sep 16 23:25:14.825 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224002026-09-16T23:25:36.859Z Sep 16 23:25:14.825 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224012026-09-16T23:25:36.859Z Sep 16 23:25:14.863 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224022026-09-16T23:25:36.859Z Sep 16 23:25:14.863 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224032026-09-16T23:25:36.859Z Sep 16 23:25:14.902 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224042026-09-16T23:25:36.859Z Sep 16 23:25:14.902 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224052026-09-16T23:25:36.859Z Sep 16 23:25:14.939 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224062026-09-16T23:25:36.859Z Sep 16 23:25:14.939 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224072026-09-16T23:25:36.859Z Sep 16 23:25:14.946 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224082026-09-16T23:25:36.859Z Sep 16 23:25:14.946 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224092026-09-16T23:25:36.859Z Sep 16 23:25:14.952 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224102026-09-16T23:25:36.859Z Sep 16 23:25:14.952 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224112026-09-16T23:25:36.859Z Sep 16 23:25:14.958 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224122026-09-16T23:25:36.859Z Sep 16 23:25:14.958 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224132026-09-16T23:25:36.859Z Sep 16 23:25:14.964 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224142026-09-16T23:25:36.859Z Sep 16 23:25:14.964 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224152026-09-16T23:25:36.859Z Sep 16 23:25:14.970 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224162026-09-16T23:25:36.859Z Sep 16 23:25:14.970 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224172026-09-16T23:25:36.859Z Sep 16 23:25:14.976 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224182026-09-16T23:25:36.859Z Sep 16 23:25:14.976 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224192026-09-16T23:25:36.859Z Sep 16 23:25:14.983 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224202026-09-16T23:25:36.864Z Sep 16 23:25:14.983 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224212026-09-16T23:25:36.864Z Sep 16 23:25:14.989 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224222026-09-16T23:25:36.864Z Sep 16 23:25:14.989 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224232026-09-16T23:25:36.864Z Sep 16 23:25:14.990 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
224242026-09-16T23:25:36.864Z Sep 16 23:25:14.993 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
224252026-09-16T23:25:36.864Z Sep 16 23:25:14.995 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
224262026-09-16T23:25:36.864Z Sep 16 23:25:15.033 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
224272026-09-16T23:25:36.864Z Sep 16 23:25:15.039 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224282026-09-16T23:25:36.864Z Sep 16 23:25:15.079 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
224292026-09-16T23:25:36.864Z Sep 16 23:25:15.085 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224302026-09-16T23:25:36.864Z Sep 16 23:25:15.087 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
224312026-09-16T23:25:36.864Z Sep 16 23:25:15.125 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
224322026-09-16T23:25:36.864Z Sep 16 23:25:15.131 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224332026-09-16T23:25:36.864Z Sep 16 23:25:15.132 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
224342026-09-16T23:25:36.865Z Sep 16 23:25:15.169 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
224352026-09-16T23:25:36.865Z Sep 16 23:25:15.175 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224362026-09-16T23:25:36.865Z Sep 16 23:25:15.176 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
224372026-09-16T23:25:36.865Z Sep 16 23:25:15.183 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
224382026-09-16T23:25:36.865Z Sep 16 23:25:15.191 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
224392026-09-16T23:25:36.865Z Sep 16 23:25:15.235 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224402026-09-16T23:25:36.865Z Sep 16 23:25:15.235 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224412026-09-16T23:25:36.865Z Sep 16 23:25:15.281 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224422026-09-16T23:25:36.865Z Sep 16 23:25:15.281 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224432026-09-16T23:25:36.865Z Sep 16 23:25:15.318 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224442026-09-16T23:25:36.865Z Sep 16 23:25:15.319 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224452026-09-16T23:25:36.865Z Sep 16 23:25:15.319 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
224462026-09-16T23:25:36.865Z Sep 16 23:25:15.319 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
224472026-09-16T23:25:36.865Z Sep 16 23:25:15.320 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
224482026-09-16T23:25:36.865Z Sep 16 23:25:15.320 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
224492026-09-16T23:25:36.865Z Sep 16 23:25:15.320 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
224502026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
224512026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
224522026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
224532026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
224542026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
224552026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
224562026-09-16T23:25:36.866Z Sep 16 23:25:15.320 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
224572026-09-16T23:25:36.866Z Sep 16 23:25:15.358 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224582026-09-16T23:25:36.866Z Sep 16 23:25:15.358 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224592026-09-16T23:25:36.866Z Sep 16 23:25:15.365 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224602026-09-16T23:25:36.866Z Sep 16 23:25:15.365 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224612026-09-16T23:25:36.866Z Sep 16 23:25:15.371 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224622026-09-16T23:25:36.866Z Sep 16 23:25:15.371 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224632026-09-16T23:25:36.866Z Sep 16 23:25:15.377 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224642026-09-16T23:25:36.866Z Sep 16 23:25:15.377 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224652026-09-16T23:25:36.866Z Sep 16 23:25:15.383 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224662026-09-16T23:25:36.866Z Sep 16 23:25:15.383 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224672026-09-16T23:25:36.866Z Sep 16 23:25:15.495 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
224682026-09-16T23:25:36.866Z Sep 16 23:25:15.496 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
224692026-09-16T23:25:36.866Z Sep 16 23:25:15.500 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
224702026-09-16T23:25:36.866Z Sep 16 23:25:15.538 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
224712026-09-16T23:25:36.866Z Sep 16 23:25:15.544 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224722026-09-16T23:25:36.866Z Sep 16 23:25:15.546 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
224732026-09-16T23:25:36.866Z Sep 16 23:25:15.584 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
224742026-09-16T23:25:36.866Z Sep 16 23:25:15.590 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224752026-09-16T23:25:36.866Z Sep 16 23:25:15.628 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
224762026-09-16T23:25:36.866Z Sep 16 23:25:15.634 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224772026-09-16T23:25:36.866Z Sep 16 23:25:15.673 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
224782026-09-16T23:25:36.867Z Sep 16 23:25:15.679 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224792026-09-16T23:25:36.867Z Sep 16 23:25:15.679 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
224802026-09-16T23:25:36.867Z Sep 16 23:25:15.679 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
224812026-09-16T23:25:36.867Z Sep 16 23:25:15.679 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
224822026-09-16T23:25:36.867Z Sep 16 23:25:15.687 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
224832026-09-16T23:25:36.867Z Sep 16 23:25:15.746 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224842026-09-16T23:25:36.867Z Sep 16 23:25:15.746 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224852026-09-16T23:25:36.867Z Sep 16 23:25:15.784 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
224862026-09-16T23:25:36.867Z Sep 16 23:25:15.784 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
224872026-09-16T23:25:36.867Z Sep 16 23:25:15.822 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224882026-09-16T23:25:36.867Z Sep 16 23:25:15.822 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224892026-09-16T23:25:36.867Z Sep 16 23:25:15.859 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
224902026-09-16T23:25:36.867Z Sep 16 23:25:15.859 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
224912026-09-16T23:25:36.867Z Sep 16 23:25:15.866 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224922026-09-16T23:25:36.867Z Sep 16 23:25:15.866 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224932026-09-16T23:25:36.867Z Sep 16 23:25:15.872 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
224942026-09-16T23:25:36.867Z Sep 16 23:25:15.872 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
224952026-09-16T23:25:36.867Z Sep 16 23:25:15.878 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224962026-09-16T23:25:36.867Z Sep 16 23:25:15.878 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224972026-09-16T23:25:36.867Z Sep 16 23:25:15.884 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
224982026-09-16T23:25:36.867Z Sep 16 23:25:15.884 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
224992026-09-16T23:25:36.867Z Sep 16 23:25:15.884 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
225002026-09-16T23:25:36.867Z Sep 16 23:25:15.884 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
225012026-09-16T23:25:36.867Z Sep 16 23:25:15.884 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
225022026-09-16T23:25:36.867Z Sep 16 23:25:15.884 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
225032026-09-16T23:25:36.867Z Sep 16 23:25:15.884 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
225042026-09-16T23:25:36.868Z Sep 16 23:25:15.884 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
225052026-09-16T23:25:36.868Z Sep 16 23:25:15.884 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
225062026-09-16T23:25:36.868Z Sep 16 23:25:15.884 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
225072026-09-16T23:25:36.868Z Sep 16 23:25:15.887 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225082026-09-16T23:25:36.868Z Sep 16 23:25:15.887 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225092026-09-16T23:25:36.868Z Sep 16 23:25:15.892 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225102026-09-16T23:25:36.868Z Sep 16 23:25:15.892 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225112026-09-16T23:25:36.868Z Sep 16 23:25:15.894 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225122026-09-16T23:25:36.868Z Sep 16 23:25:15.932 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225132026-09-16T23:25:36.868Z Sep 16 23:25:15.938 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225142026-09-16T23:25:36.868Z Sep 16 23:25:15.940 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225152026-09-16T23:25:36.868Z Sep 16 23:25:15.977 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225162026-09-16T23:25:36.868Z Sep 16 23:25:15.983 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225172026-09-16T23:25:36.868Z Sep 16 23:25:16.025 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225182026-09-16T23:25:36.868Z Sep 16 23:25:16.031 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225192026-09-16T23:25:36.868Z Sep 16 23:25:16.070 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225202026-09-16T23:25:36.875Z Sep 16 23:25:16.076 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225212026-09-16T23:25:36.875Z Sep 16 23:25:16.077 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225222026-09-16T23:25:36.875Z Sep 16 23:25:16.115 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225232026-09-16T23:25:36.875Z Sep 16 23:25:16.121 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225242026-09-16T23:25:36.875Z Sep 16 23:25:16.123 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225252026-09-16T23:25:36.875Z Sep 16 23:25:16.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225262026-09-16T23:25:36.875Z Sep 16 23:25:16.167 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225272026-09-16T23:25:36.875Z Sep 16 23:25:16.168 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225282026-09-16T23:25:36.876Z Sep 16 23:25:16.168 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225292026-09-16T23:25:36.876Z Sep 16 23:25:16.206 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225302026-09-16T23:25:36.876Z Sep 16 23:25:16.212 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225312026-09-16T23:25:36.876Z Sep 16 23:25:16.250 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225322026-09-16T23:25:36.876Z Sep 16 23:25:16.256 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225332026-09-16T23:25:36.876Z Sep 16 23:25:16.257 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225342026-09-16T23:25:36.876Z Sep 16 23:25:16.264 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225352026-09-16T23:25:36.876Z Sep 16 23:25:16.271 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225362026-09-16T23:25:36.876Z Sep 16 23:25:16.271 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225372026-09-16T23:25:36.876Z Sep 16 23:25:16.285 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225382026-09-16T23:25:36.876Z Sep 16 23:25:16.293 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225392026-09-16T23:25:36.876Z Sep 16 23:25:16.337 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225402026-09-16T23:25:36.876Z Sep 16 23:25:16.337 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225412026-09-16T23:25:36.876Z Sep 16 23:25:16.375 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225422026-09-16T23:25:36.876Z Sep 16 23:25:16.375 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225432026-09-16T23:25:36.876Z Sep 16 23:25:16.428 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
225442026-09-16T23:25:36.876Z Sep 16 23:25:16.428 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
225452026-09-16T23:25:36.876Z Sep 16 23:25:16.466 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
225462026-09-16T23:25:36.876Z Sep 16 23:25:16.466 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
225472026-09-16T23:25:36.876Z Sep 16 23:25:16.504 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225482026-09-16T23:25:36.876Z Sep 16 23:25:16.504 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225492026-09-16T23:25:36.876Z Sep 16 23:25:16.542 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225502026-09-16T23:25:36.876Z Sep 16 23:25:16.542 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225512026-09-16T23:25:36.876Z Sep 16 23:25:16.580 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
225522026-09-16T23:25:36.876Z Sep 16 23:25:16.580 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
225532026-09-16T23:25:36.876Z Sep 16 23:25:16.617 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
225542026-09-16T23:25:36.876Z Sep 16 23:25:16.617 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
225552026-09-16T23:25:36.876Z Sep 16 23:25:16.624 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
225562026-09-16T23:25:36.876Z Sep 16 23:25:16.624 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225572026-09-16T23:25:36.876Z Sep 16 23:25:16.630 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
225582026-09-16T23:25:36.876Z Sep 16 23:25:16.630 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225592026-09-16T23:25:36.876Z Sep 16 23:25:16.636 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
225602026-09-16T23:25:36.876Z Sep 16 23:25:16.636 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225612026-09-16T23:25:36.877Z Sep 16 23:25:16.642 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
225622026-09-16T23:25:36.877Z Sep 16 23:25:16.642 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225632026-09-16T23:25:36.877Z Sep 16 23:25:16.648 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
225642026-09-16T23:25:36.877Z Sep 16 23:25:16.648 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225652026-09-16T23:25:36.877Z Sep 16 23:25:16.654 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
225662026-09-16T23:25:36.877Z Sep 16 23:25:16.654 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225672026-09-16T23:25:36.877Z Sep 16 23:25:16.661 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
225682026-09-16T23:25:36.877Z Sep 16 23:25:16.661 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225692026-09-16T23:25:36.877Z Sep 16 23:25:16.667 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
225702026-09-16T23:25:36.877Z Sep 16 23:25:16.667 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225712026-09-16T23:25:36.877Z Sep 16 23:25:16.668 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225722026-09-16T23:25:36.877Z Sep 16 23:25:16.671 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
225732026-09-16T23:25:36.877Z Sep 16 23:25:16.673 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225742026-09-16T23:25:36.877Z Sep 16 23:25:16.711 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225752026-09-16T23:25:36.877Z Sep 16 23:25:16.717 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225762026-09-16T23:25:36.877Z Sep 16 23:25:16.757 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225772026-09-16T23:25:36.877Z Sep 16 23:25:16.763 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225782026-09-16T23:25:36.877Z Sep 16 23:25:16.765 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
225792026-09-16T23:25:36.877Z Sep 16 23:25:16.802 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
225802026-09-16T23:25:36.877Z Sep 16 23:25:16.808 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
225812026-09-16T23:25:36.877Z Sep 16 23:25:16.809 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225822026-09-16T23:25:36.877Z Sep 16 23:25:16.847 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
225832026-09-16T23:25:36.877Z Sep 16 23:25:16.853 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
225842026-09-16T23:25:36.877Z Sep 16 23:25:16.853 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225852026-09-16T23:25:36.877Z Sep 16 23:25:16.861 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
225862026-09-16T23:25:36.877Z Sep 16 23:25:16.868 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
225872026-09-16T23:25:36.877Z Sep 16 23:25:16.913 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225882026-09-16T23:25:36.877Z Sep 16 23:25:16.913 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225892026-09-16T23:25:36.877Z Sep 16 23:25:16.958 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
225902026-09-16T23:25:36.877Z Sep 16 23:25:16.958 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
225912026-09-16T23:25:36.877Z Sep 16 23:25:16.996 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
225922026-09-16T23:25:36.877Z Sep 16 23:25:16.996 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
225932026-09-16T23:25:36.877Z Sep 16 23:25:16.996 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
225942026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
225952026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
225962026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
225972026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
225982026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
225992026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
226002026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
226012026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
226022026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
226032026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
226042026-09-16T23:25:36.878Z Sep 16 23:25:16.997 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
226052026-09-16T23:25:36.878Z Sep 16 23:25:17.035 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
226062026-09-16T23:25:36.878Z Sep 16 23:25:17.035 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
226072026-09-16T23:25:36.878Z Sep 16 23:25:17.041 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
226082026-09-16T23:25:36.879Z Sep 16 23:25:17.042 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226092026-09-16T23:25:36.879Z Sep 16 23:25:17.048 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
226102026-09-16T23:25:36.879Z Sep 16 23:25:17.048 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226112026-09-16T23:25:36.879Z Sep 16 23:25:17.054 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
226122026-09-16T23:25:36.879Z Sep 16 23:25:17.054 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226132026-09-16T23:25:36.879Z Sep 16 23:25:17.060 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
226142026-09-16T23:25:36.879Z Sep 16 23:25:17.060 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226152026-09-16T23:25:36.879Z Sep 16 23:25:17.174 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226162026-09-16T23:25:36.879Z Sep 16 23:25:17.174 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226172026-09-16T23:25:36.879Z Sep 16 23:25:17.179 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226182026-09-16T23:25:36.879Z Sep 16 23:25:17.216 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226192026-09-16T23:25:36.879Z Sep 16 23:25:17.222 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226202026-09-16T23:25:36.883Z Sep 16 23:25:17.224 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226212026-09-16T23:25:36.884Z Sep 16 23:25:17.262 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226222026-09-16T23:25:36.884Z Sep 16 23:25:17.268 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226232026-09-16T23:25:36.884Z Sep 16 23:25:17.306 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226242026-09-16T23:25:36.884Z Sep 16 23:25:17.312 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226252026-09-16T23:25:36.884Z Sep 16 23:25:17.351 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226262026-09-16T23:25:36.884Z Sep 16 23:25:17.357 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226272026-09-16T23:25:36.884Z Sep 16 23:25:17.357 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226282026-09-16T23:25:36.884Z Sep 16 23:25:17.357 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226292026-09-16T23:25:36.884Z Sep 16 23:25:17.357 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226302026-09-16T23:25:36.884Z Sep 16 23:25:17.364 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226312026-09-16T23:25:36.884Z Sep 16 23:25:17.424 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226322026-09-16T23:25:36.884Z Sep 16 23:25:17.424 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226332026-09-16T23:25:36.884Z Sep 16 23:25:17.462 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226342026-09-16T23:25:36.884Z Sep 16 23:25:17.462 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226352026-09-16T23:25:36.884Z Sep 16 23:25:17.500 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
226362026-09-16T23:25:36.884Z Sep 16 23:25:17.500 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
226372026-09-16T23:25:36.884Z Sep 16 23:25:17.538 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
226382026-09-16T23:25:36.884Z Sep 16 23:25:17.538 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
226392026-09-16T23:25:36.884Z Sep 16 23:25:17.544 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
226402026-09-16T23:25:36.884Z Sep 16 23:25:17.544 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226412026-09-16T23:25:36.884Z Sep 16 23:25:17.550 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
226422026-09-16T23:25:36.884Z Sep 16 23:25:17.550 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226432026-09-16T23:25:36.884Z Sep 16 23:25:17.556 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
226442026-09-16T23:25:36.884Z Sep 16 23:25:17.556 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226452026-09-16T23:25:36.884Z Sep 16 23:25:17.562 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
226462026-09-16T23:25:36.884Z Sep 16 23:25:17.562 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226472026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
226482026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
226492026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
226502026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
226512026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
226522026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
226532026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
226542026-09-16T23:25:36.884Z Sep 16 23:25:17.562 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
226552026-09-16T23:25:36.884Z Sep 16 23:25:17.566 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226562026-09-16T23:25:36.884Z Sep 16 23:25:17.566 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226572026-09-16T23:25:36.885Z Sep 16 23:25:17.571 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226582026-09-16T23:25:36.885Z Sep 16 23:25:17.571 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
226592026-09-16T23:25:36.885Z Sep 16 23:25:17.572 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226602026-09-16T23:25:36.885Z Sep 16 23:25:17.610 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226612026-09-16T23:25:36.885Z Sep 16 23:25:17.616 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226622026-09-16T23:25:36.885Z Sep 16 23:25:17.618 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226632026-09-16T23:25:36.885Z Sep 16 23:25:17.656 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226642026-09-16T23:25:36.885Z Sep 16 23:25:17.662 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226652026-09-16T23:25:36.885Z Sep 16 23:25:17.704 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226662026-09-16T23:25:36.885Z Sep 16 23:25:17.710 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226672026-09-16T23:25:36.885Z Sep 16 23:25:17.748 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226682026-09-16T23:25:36.885Z Sep 16 23:25:17.754 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226692026-09-16T23:25:36.886Z Sep 16 23:25:17.756 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226702026-09-16T23:25:36.886Z Sep 16 23:25:17.794 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226712026-09-16T23:25:36.886Z Sep 16 23:25:17.800 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226722026-09-16T23:25:36.886Z Sep 16 23:25:17.802 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
226732026-09-16T23:25:36.886Z Sep 16 23:25:17.839 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
226742026-09-16T23:25:36.886Z Sep 16 23:25:17.845 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
226752026-09-16T23:25:36.886Z Sep 16 23:25:17.846 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226762026-09-16T23:25:36.886Z Sep 16 23:25:17.846 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226772026-09-16T23:25:36.886Z Sep 16 23:25:17.884 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226782026-09-16T23:25:36.886Z Sep 16 23:25:17.890 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226792026-09-16T23:25:36.886Z Sep 16 23:25:17.928 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
226802026-09-16T23:25:36.886Z Sep 16 23:25:17.934 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
226812026-09-16T23:25:36.886Z Sep 16 23:25:17.935 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226822026-09-16T23:25:36.886Z Sep 16 23:25:17.942 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226832026-09-16T23:25:36.886Z Sep 16 23:25:17.949 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226842026-09-16T23:25:36.886Z Sep 16 23:25:17.949 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
226852026-09-16T23:25:36.886Z Sep 16 23:25:17.964 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226862026-09-16T23:25:36.886Z Sep 16 23:25:17.971 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
226872026-09-16T23:25:36.887Z Sep 16 23:25:18.015 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226882026-09-16T23:25:36.887Z Sep 16 23:25:18.015 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226892026-09-16T23:25:36.887Z Sep 16 23:25:18.053 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226902026-09-16T23:25:36.887Z Sep 16 23:25:18.053 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226912026-09-16T23:25:36.887Z Sep 16 23:25:18.106 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
226922026-09-16T23:25:36.887Z Sep 16 23:25:18.106 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
226932026-09-16T23:25:36.887Z Sep 16 23:25:18.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
226942026-09-16T23:25:36.887Z Sep 16 23:25:18.144 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
226952026-09-16T23:25:36.887Z Sep 16 23:25:18.182 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226962026-09-16T23:25:36.887Z Sep 16 23:25:18.182 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226972026-09-16T23:25:36.887Z Sep 16 23:25:18.220 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
226982026-09-16T23:25:36.887Z Sep 16 23:25:18.220 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
226992026-09-16T23:25:36.887Z Sep 16 23:25:18.258 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227002026-09-16T23:25:36.887Z Sep 16 23:25:18.258 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227012026-09-16T23:25:36.887Z Sep 16 23:25:18.296 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227022026-09-16T23:25:36.887Z Sep 16 23:25:18.296 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227032026-09-16T23:25:36.887Z Sep 16 23:25:18.302 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227042026-09-16T23:25:36.887Z Sep 16 23:25:18.302 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227052026-09-16T23:25:36.887Z Sep 16 23:25:18.308 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227062026-09-16T23:25:36.887Z Sep 16 23:25:18.309 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227072026-09-16T23:25:36.887Z Sep 16 23:25:18.315 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227082026-09-16T23:25:36.887Z Sep 16 23:25:18.315 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227092026-09-16T23:25:36.887Z Sep 16 23:25:18.321 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227102026-09-16T23:25:36.887Z Sep 16 23:25:18.321 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227112026-09-16T23:25:36.887Z Sep 16 23:25:18.327 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227122026-09-16T23:25:36.887Z Sep 16 23:25:18.327 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227132026-09-16T23:25:36.887Z Sep 16 23:25:18.333 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227142026-09-16T23:25:36.887Z Sep 16 23:25:18.333 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227152026-09-16T23:25:36.887Z Sep 16 23:25:18.339 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227162026-09-16T23:25:36.887Z Sep 16 23:25:18.339 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227172026-09-16T23:25:36.887Z Sep 16 23:25:18.345 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227182026-09-16T23:25:36.887Z Sep 16 23:25:18.346 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227192026-09-16T23:25:36.887Z Sep 16 23:25:18.347 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
227202026-09-16T23:25:36.893Z Sep 16 23:25:18.350 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
227212026-09-16T23:25:36.893Z Sep 16 23:25:18.352 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
227222026-09-16T23:25:36.893Z Sep 16 23:25:18.390 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
227232026-09-16T23:25:36.893Z Sep 16 23:25:18.396 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227242026-09-16T23:25:36.893Z Sep 16 23:25:18.436 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
227252026-09-16T23:25:36.893Z Sep 16 23:25:18.442 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227262026-09-16T23:25:36.893Z Sep 16 23:25:18.444 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
227272026-09-16T23:25:36.893Z Sep 16 23:25:18.482 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
227282026-09-16T23:25:36.893Z Sep 16 23:25:18.488 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227292026-09-16T23:25:36.893Z Sep 16 23:25:18.488 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
227302026-09-16T23:25:36.893Z Sep 16 23:25:18.526 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
227312026-09-16T23:25:36.893Z Sep 16 23:25:18.532 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227322026-09-16T23:25:36.893Z Sep 16 23:25:18.533 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
227332026-09-16T23:25:36.893Z Sep 16 23:25:18.540 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
227342026-09-16T23:25:36.893Z Sep 16 23:25:18.547 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
227352026-09-16T23:25:36.893Z Sep 16 23:25:18.592 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
227362026-09-16T23:25:36.893Z Sep 16 23:25:18.592 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
227372026-09-16T23:25:36.893Z Sep 16 23:25:18.637 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227382026-09-16T23:25:36.893Z Sep 16 23:25:18.637 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227392026-09-16T23:25:36.894Z Sep 16 23:25:18.675 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
227402026-09-16T23:25:36.894Z Sep 16 23:25:18.675 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
227412026-09-16T23:25:36.894Z Sep 16 23:25:18.675 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
227422026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
227432026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
227442026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
227452026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
227462026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
227472026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
227482026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
227492026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
227502026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
227512026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
227522026-09-16T23:25:36.894Z Sep 16 23:25:18.676 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
227532026-09-16T23:25:36.894Z Sep 16 23:25:18.714 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227542026-09-16T23:25:36.894Z Sep 16 23:25:18.715 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227552026-09-16T23:25:36.894Z Sep 16 23:25:18.721 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227562026-09-16T23:25:36.894Z Sep 16 23:25:18.721 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227572026-09-16T23:25:36.894Z Sep 16 23:25:18.727 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227582026-09-16T23:25:36.894Z Sep 16 23:25:18.727 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227592026-09-16T23:25:36.894Z Sep 16 23:25:18.733 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227602026-09-16T23:25:36.894Z Sep 16 23:25:18.733 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227612026-09-16T23:25:36.894Z Sep 16 23:25:18.739 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227622026-09-16T23:25:36.894Z Sep 16 23:25:18.739 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227632026-09-16T23:25:36.894Z Sep 16 23:25:18.852 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
227642026-09-16T23:25:36.894Z Sep 16 23:25:18.852 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
227652026-09-16T23:25:36.894Z Sep 16 23:25:18.857 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
227662026-09-16T23:25:36.894Z Sep 16 23:25:18.895 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
227672026-09-16T23:25:36.894Z Sep 16 23:25:18.901 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227682026-09-16T23:25:36.894Z Sep 16 23:25:18.903 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
227692026-09-16T23:25:36.894Z Sep 16 23:25:18.940 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
227702026-09-16T23:25:36.894Z Sep 16 23:25:18.946 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227712026-09-16T23:25:36.894Z Sep 16 23:25:18.985 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
227722026-09-16T23:25:36.894Z Sep 16 23:25:18.991 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227732026-09-16T23:25:36.894Z Sep 16 23:25:19.029 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
227742026-09-16T23:25:36.894Z Sep 16 23:25:19.035 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227752026-09-16T23:25:36.894Z Sep 16 23:25:19.036 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
227762026-09-16T23:25:36.895Z Sep 16 23:25:19.036 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
227772026-09-16T23:25:36.895Z Sep 16 23:25:19.036 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
227782026-09-16T23:25:36.895Z Sep 16 23:25:19.043 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
227792026-09-16T23:25:36.895Z Sep 16 23:25:19.102 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
227802026-09-16T23:25:36.895Z Sep 16 23:25:19.102 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
227812026-09-16T23:25:36.895Z Sep 16 23:25:19.140 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
227822026-09-16T23:25:36.895Z Sep 16 23:25:19.140 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
227832026-09-16T23:25:36.895Z Sep 16 23:25:19.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227842026-09-16T23:25:36.895Z Sep 16 23:25:19.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227852026-09-16T23:25:36.895Z Sep 16 23:25:19.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
227862026-09-16T23:25:36.895Z Sep 16 23:25:19.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
227872026-09-16T23:25:36.895Z Sep 16 23:25:19.222 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227882026-09-16T23:25:36.895Z Sep 16 23:25:19.222 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227892026-09-16T23:25:36.895Z Sep 16 23:25:19.228 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
227902026-09-16T23:25:36.895Z Sep 16 23:25:19.228 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
227912026-09-16T23:25:36.895Z Sep 16 23:25:19.234 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227922026-09-16T23:25:36.895Z Sep 16 23:25:19.235 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227932026-09-16T23:25:36.895Z Sep 16 23:25:19.241 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
227942026-09-16T23:25:36.895Z Sep 16 23:25:19.241 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
227952026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
227962026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
227972026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
227982026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
227992026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
228002026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
228012026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
228022026-09-16T23:25:36.895Z Sep 16 23:25:19.241 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
228032026-09-16T23:25:36.895Z Sep 16 23:25:19.244 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228042026-09-16T23:25:36.895Z Sep 16 23:25:19.244 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228052026-09-16T23:25:36.895Z Sep 16 23:25:19.249 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228062026-09-16T23:25:36.895Z Sep 16 23:25:19.249 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228072026-09-16T23:25:36.895Z Sep 16 23:25:19.251 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228082026-09-16T23:25:36.895Z Sep 16 23:25:19.289 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228092026-09-16T23:25:36.895Z Sep 16 23:25:19.295 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228102026-09-16T23:25:36.895Z Sep 16 23:25:19.297 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228112026-09-16T23:25:36.895Z Sep 16 23:25:19.334 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228122026-09-16T23:25:36.895Z Sep 16 23:25:19.341 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228132026-09-16T23:25:36.895Z Sep 16 23:25:19.382 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228142026-09-16T23:25:36.895Z Sep 16 23:25:19.388 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228152026-09-16T23:25:36.896Z Sep 16 23:25:19.427 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228162026-09-16T23:25:36.896Z Sep 16 23:25:19.433 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228172026-09-16T23:25:36.896Z Sep 16 23:25:19.435 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228182026-09-16T23:25:36.896Z Sep 16 23:25:19.472 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228192026-09-16T23:25:36.896Z Sep 16 23:25:19.479 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228202026-09-16T23:25:36.900Z Sep 16 23:25:19.481 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228212026-09-16T23:25:36.901Z Sep 16 23:25:19.518 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228222026-09-16T23:25:36.901Z Sep 16 23:25:19.525 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228232026-09-16T23:25:36.901Z Sep 16 23:25:19.525 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228242026-09-16T23:25:36.901Z Sep 16 23:25:19.525 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228252026-09-16T23:25:36.901Z Sep 16 23:25:19.563 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228262026-09-16T23:25:36.901Z Sep 16 23:25:19.569 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228272026-09-16T23:25:36.901Z Sep 16 23:25:19.607 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228282026-09-16T23:25:36.901Z Sep 16 23:25:19.614 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228292026-09-16T23:25:36.901Z Sep 16 23:25:19.614 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228302026-09-16T23:25:36.901Z Sep 16 23:25:19.621 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228312026-09-16T23:25:36.901Z Sep 16 23:25:19.628 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228322026-09-16T23:25:36.901Z Sep 16 23:25:19.628 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228332026-09-16T23:25:36.901Z Sep 16 23:25:19.643 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228342026-09-16T23:25:36.901Z Sep 16 23:25:19.650 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228352026-09-16T23:25:36.901Z Sep 16 23:25:19.695 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228362026-09-16T23:25:36.901Z Sep 16 23:25:19.695 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228372026-09-16T23:25:36.901Z Sep 16 23:25:19.733 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228382026-09-16T23:25:36.901Z Sep 16 23:25:19.733 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228392026-09-16T23:25:36.901Z Sep 16 23:25:19.785 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
228402026-09-16T23:25:36.901Z Sep 16 23:25:19.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
228412026-09-16T23:25:36.901Z Sep 16 23:25:19.823 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
228422026-09-16T23:25:36.901Z Sep 16 23:25:19.823 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
228432026-09-16T23:25:36.901Z Sep 16 23:25:19.861 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228442026-09-16T23:25:36.901Z Sep 16 23:25:19.861 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228452026-09-16T23:25:36.902Z Sep 16 23:25:19.900 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228462026-09-16T23:25:36.902Z Sep 16 23:25:19.900 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228472026-09-16T23:25:36.902Z Sep 16 23:25:19.938 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
228482026-09-16T23:25:36.902Z Sep 16 23:25:19.938 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
228492026-09-16T23:25:36.902Z Sep 16 23:25:19.976 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
228502026-09-16T23:25:36.902Z Sep 16 23:25:19.976 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
228512026-09-16T23:25:36.902Z Sep 16 23:25:19.982 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
228522026-09-16T23:25:36.902Z Sep 16 23:25:19.982 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228532026-09-16T23:25:36.902Z Sep 16 23:25:19.988 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
228542026-09-16T23:25:36.902Z Sep 16 23:25:19.988 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228552026-09-16T23:25:36.902Z Sep 16 23:25:19.994 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
228562026-09-16T23:25:36.902Z Sep 16 23:25:19.995 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228572026-09-16T23:25:36.902Z Sep 16 23:25:20.000 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
228582026-09-16T23:25:36.902Z Sep 16 23:25:20.001 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228592026-09-16T23:25:36.902Z Sep 16 23:25:20.007 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
228602026-09-16T23:25:36.902Z Sep 16 23:25:20.007 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228612026-09-16T23:25:36.902Z Sep 16 23:25:20.013 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
228622026-09-16T23:25:36.902Z Sep 16 23:25:20.013 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228632026-09-16T23:25:36.902Z Sep 16 23:25:20.019 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
228642026-09-16T23:25:36.902Z Sep 16 23:25:20.019 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228652026-09-16T23:25:36.902Z Sep 16 23:25:20.025 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
228662026-09-16T23:25:36.902Z Sep 16 23:25:20.025 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228672026-09-16T23:25:36.902Z Sep 16 23:25:20.027 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228682026-09-16T23:25:36.902Z Sep 16 23:25:20.030 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
228692026-09-16T23:25:36.902Z Sep 16 23:25:20.032 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228702026-09-16T23:25:36.902Z Sep 16 23:25:20.070 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228712026-09-16T23:25:36.902Z Sep 16 23:25:20.076 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228722026-09-16T23:25:36.902Z Sep 16 23:25:20.116 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228732026-09-16T23:25:36.902Z Sep 16 23:25:20.122 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228742026-09-16T23:25:36.902Z Sep 16 23:25:20.124 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
228752026-09-16T23:25:36.902Z Sep 16 23:25:20.161 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
228762026-09-16T23:25:36.902Z Sep 16 23:25:20.167 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
228772026-09-16T23:25:36.902Z Sep 16 23:25:20.168 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228782026-09-16T23:25:36.902Z Sep 16 23:25:20.206 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
228792026-09-16T23:25:36.902Z Sep 16 23:25:20.212 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
228802026-09-16T23:25:36.902Z Sep 16 23:25:20.212 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228812026-09-16T23:25:36.902Z Sep 16 23:25:20.219 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
228822026-09-16T23:25:36.902Z Sep 16 23:25:20.227 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
228832026-09-16T23:25:36.903Z Sep 16 23:25:20.272 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228842026-09-16T23:25:36.903Z Sep 16 23:25:20.272 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228852026-09-16T23:25:36.903Z Sep 16 23:25:20.317 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
228862026-09-16T23:25:36.903Z Sep 16 23:25:20.317 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
228872026-09-16T23:25:36.903Z Sep 16 23:25:20.355 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
228882026-09-16T23:25:36.903Z Sep 16 23:25:20.355 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
228892026-09-16T23:25:36.903Z Sep 16 23:25:20.355 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
228902026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
228912026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
228922026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
228932026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
228942026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
228952026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
228962026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
228972026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
228982026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
228992026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
229002026-09-16T23:25:36.903Z Sep 16 23:25:20.356 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
229012026-09-16T23:25:36.903Z Sep 16 23:25:20.394 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229022026-09-16T23:25:36.904Z Sep 16 23:25:20.394 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229032026-09-16T23:25:36.904Z Sep 16 23:25:20.401 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
229042026-09-16T23:25:36.904Z Sep 16 23:25:20.401 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229052026-09-16T23:25:36.904Z Sep 16 23:25:20.407 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
229062026-09-16T23:25:36.904Z Sep 16 23:25:20.407 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229072026-09-16T23:25:36.904Z Sep 16 23:25:20.413 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
229082026-09-16T23:25:36.904Z Sep 16 23:25:20.413 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229092026-09-16T23:25:36.904Z Sep 16 23:25:20.419 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
229102026-09-16T23:25:36.904Z Sep 16 23:25:20.419 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229112026-09-16T23:25:36.904Z Sep 16 23:25:20.532 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229122026-09-16T23:25:36.904Z Sep 16 23:25:20.532 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229132026-09-16T23:25:36.904Z Sep 16 23:25:20.537 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229142026-09-16T23:25:36.904Z Sep 16 23:25:20.574 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229152026-09-16T23:25:36.904Z Sep 16 23:25:20.580 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229162026-09-16T23:25:36.904Z Sep 16 23:25:20.582 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229172026-09-16T23:25:36.904Z Sep 16 23:25:20.620 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229182026-09-16T23:25:36.904Z Sep 16 23:25:20.626 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229192026-09-16T23:25:36.904Z Sep 16 23:25:20.664 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229202026-09-16T23:25:36.908Z Sep 16 23:25:20.670 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229212026-09-16T23:25:36.909Z Sep 16 23:25:20.709 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229222026-09-16T23:25:36.909Z Sep 16 23:25:20.715 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229232026-09-16T23:25:36.909Z Sep 16 23:25:20.715 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229242026-09-16T23:25:36.909Z Sep 16 23:25:20.715 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229252026-09-16T23:25:36.909Z Sep 16 23:25:20.715 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229262026-09-16T23:25:36.909Z Sep 16 23:25:20.722 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229272026-09-16T23:25:36.909Z Sep 16 23:25:20.782 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229282026-09-16T23:25:36.909Z Sep 16 23:25:20.782 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229292026-09-16T23:25:36.909Z Sep 16 23:25:20.820 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229302026-09-16T23:25:36.909Z Sep 16 23:25:20.820 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229312026-09-16T23:25:36.909Z Sep 16 23:25:20.858 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229322026-09-16T23:25:36.909Z Sep 16 23:25:20.858 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229332026-09-16T23:25:36.909Z Sep 16 23:25:20.895 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229342026-09-16T23:25:36.910Z Sep 16 23:25:20.895 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229352026-09-16T23:25:36.910Z Sep 16 23:25:20.902 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
229362026-09-16T23:25:36.910Z Sep 16 23:25:20.902 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229372026-09-16T23:25:36.910Z Sep 16 23:25:20.908 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
229382026-09-16T23:25:36.910Z Sep 16 23:25:20.908 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229392026-09-16T23:25:36.910Z Sep 16 23:25:20.914 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
229402026-09-16T23:25:36.910Z Sep 16 23:25:20.914 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229412026-09-16T23:25:36.910Z Sep 16 23:25:20.920 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
229422026-09-16T23:25:36.910Z Sep 16 23:25:20.920 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229432026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
229442026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
229452026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
229462026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
229472026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
229482026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
229492026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
229502026-09-16T23:25:36.910Z Sep 16 23:25:20.920 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
229512026-09-16T23:25:36.910Z Sep 16 23:25:20.923 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229522026-09-16T23:25:36.910Z Sep 16 23:25:20.924 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229532026-09-16T23:25:36.910Z Sep 16 23:25:20.928 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229542026-09-16T23:25:36.910Z Sep 16 23:25:20.928 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
229552026-09-16T23:25:36.910Z Sep 16 23:25:20.930 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229562026-09-16T23:25:36.910Z Sep 16 23:25:20.968 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229572026-09-16T23:25:36.910Z Sep 16 23:25:20.974 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229582026-09-16T23:25:36.910Z Sep 16 23:25:20.976 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229592026-09-16T23:25:36.910Z Sep 16 23:25:21.014 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229602026-09-16T23:25:36.910Z Sep 16 23:25:21.020 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229612026-09-16T23:25:36.910Z Sep 16 23:25:21.061 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229622026-09-16T23:25:36.910Z Sep 16 23:25:21.067 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229632026-09-16T23:25:36.910Z Sep 16 23:25:21.106 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229642026-09-16T23:25:36.910Z Sep 16 23:25:21.112 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229652026-09-16T23:25:36.911Z Sep 16 23:25:21.114 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229662026-09-16T23:25:36.911Z Sep 16 23:25:21.151 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229672026-09-16T23:25:36.911Z Sep 16 23:25:21.157 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229682026-09-16T23:25:36.911Z Sep 16 23:25:21.159 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
229692026-09-16T23:25:36.911Z Sep 16 23:25:21.197 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
229702026-09-16T23:25:36.911Z Sep 16 23:25:21.203 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
229712026-09-16T23:25:36.911Z Sep 16 23:25:21.204 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229722026-09-16T23:25:36.911Z Sep 16 23:25:21.204 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229732026-09-16T23:25:36.911Z Sep 16 23:25:21.242 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229742026-09-16T23:25:36.911Z Sep 16 23:25:21.248 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229752026-09-16T23:25:36.911Z Sep 16 23:25:21.286 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
229762026-09-16T23:25:36.911Z Sep 16 23:25:21.292 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
229772026-09-16T23:25:36.911Z Sep 16 23:25:21.292 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229782026-09-16T23:25:36.911Z Sep 16 23:25:21.300 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229792026-09-16T23:25:36.911Z Sep 16 23:25:21.307 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229802026-09-16T23:25:36.911Z Sep 16 23:25:21.307 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
229812026-09-16T23:25:36.911Z Sep 16 23:25:21.321 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229822026-09-16T23:25:36.911Z Sep 16 23:25:21.328 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
229832026-09-16T23:25:36.911Z Sep 16 23:25:21.373 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229842026-09-16T23:25:36.911Z Sep 16 23:25:21.373 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229852026-09-16T23:25:36.911Z Sep 16 23:25:21.411 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229862026-09-16T23:25:36.911Z Sep 16 23:25:21.411 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229872026-09-16T23:25:36.911Z Sep 16 23:25:21.464 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229882026-09-16T23:25:36.912Z Sep 16 23:25:21.464 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229892026-09-16T23:25:36.912Z Sep 16 23:25:21.501 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229902026-09-16T23:25:36.912Z Sep 16 23:25:21.501 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229912026-09-16T23:25:36.912Z Sep 16 23:25:21.539 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229922026-09-16T23:25:36.912Z Sep 16 23:25:21.539 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229932026-09-16T23:25:36.912Z Sep 16 23:25:21.577 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
229942026-09-16T23:25:36.912Z Sep 16 23:25:21.577 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
229952026-09-16T23:25:36.912Z Sep 16 23:25:21.615 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229962026-09-16T23:25:36.912Z Sep 16 23:25:21.616 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229972026-09-16T23:25:36.912Z Sep 16 23:25:21.653 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
229982026-09-16T23:25:36.912Z Sep 16 23:25:21.653 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
229992026-09-16T23:25:36.912Z Sep 16 23:25:21.659 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230002026-09-16T23:25:36.912Z Sep 16 23:25:21.659 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230012026-09-16T23:25:36.912Z Sep 16 23:25:21.665 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230022026-09-16T23:25:36.912Z Sep 16 23:25:21.666 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230032026-09-16T23:25:36.912Z Sep 16 23:25:21.672 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230042026-09-16T23:25:36.912Z Sep 16 23:25:21.672 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230052026-09-16T23:25:36.912Z Sep 16 23:25:21.678 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230062026-09-16T23:25:36.912Z Sep 16 23:25:21.678 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230072026-09-16T23:25:36.912Z Sep 16 23:25:21.684 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230082026-09-16T23:25:36.912Z Sep 16 23:25:21.684 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230092026-09-16T23:25:36.912Z Sep 16 23:25:21.690 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230102026-09-16T23:25:36.912Z Sep 16 23:25:21.690 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230112026-09-16T23:25:36.912Z Sep 16 23:25:21.696 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230122026-09-16T23:25:36.912Z Sep 16 23:25:21.697 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230132026-09-16T23:25:36.912Z Sep 16 23:25:21.702 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230142026-09-16T23:25:36.912Z Sep 16 23:25:21.703 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230152026-09-16T23:25:36.912Z Sep 16 23:25:21.704 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
230162026-09-16T23:25:36.912Z Sep 16 23:25:21.707 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
230172026-09-16T23:25:36.912Z Sep 16 23:25:21.709 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
230182026-09-16T23:25:36.912Z Sep 16 23:25:21.747 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
230192026-09-16T23:25:36.912Z Sep 16 23:25:21.753 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230202026-09-16T23:25:36.917Z Sep 16 23:25:21.793 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
230212026-09-16T23:25:36.917Z Sep 16 23:25:21.799 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230222026-09-16T23:25:36.917Z Sep 16 23:25:21.801 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
230232026-09-16T23:25:36.917Z Sep 16 23:25:21.838 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
230242026-09-16T23:25:36.918Z Sep 16 23:25:21.845 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230252026-09-16T23:25:36.918Z Sep 16 23:25:21.845 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
230262026-09-16T23:25:36.918Z Sep 16 23:25:21.883 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
230272026-09-16T23:25:36.918Z Sep 16 23:25:21.889 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230282026-09-16T23:25:36.918Z Sep 16 23:25:21.889 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
230292026-09-16T23:25:36.918Z Sep 16 23:25:21.897 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
230302026-09-16T23:25:36.918Z Sep 16 23:25:21.904 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
230312026-09-16T23:25:36.918Z Sep 16 23:25:21.949 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
230322026-09-16T23:25:36.918Z Sep 16 23:25:21.949 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
230332026-09-16T23:25:36.918Z Sep 16 23:25:21.994 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
230342026-09-16T23:25:36.918Z Sep 16 23:25:21.994 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
230352026-09-16T23:25:36.918Z Sep 16 23:25:22.031 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
230362026-09-16T23:25:36.918Z Sep 16 23:25:22.032 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
230372026-09-16T23:25:36.918Z Sep 16 23:25:22.032 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
230382026-09-16T23:25:36.918Z Sep 16 23:25:22.033 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
230392026-09-16T23:25:36.918Z Sep 16 23:25:22.033 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
230402026-09-16T23:25:36.918Z Sep 16 23:25:22.033 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
230412026-09-16T23:25:36.918Z Sep 16 23:25:22.033 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
230422026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
230432026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
230442026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
230452026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
230462026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
230472026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
230482026-09-16T23:25:36.919Z Sep 16 23:25:22.033 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
230492026-09-16T23:25:36.919Z Sep 16 23:25:22.072 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
230502026-09-16T23:25:36.919Z Sep 16 23:25:22.072 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
230512026-09-16T23:25:36.919Z Sep 16 23:25:22.078 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230522026-09-16T23:25:36.919Z Sep 16 23:25:22.078 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230532026-09-16T23:25:36.919Z Sep 16 23:25:22.084 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230542026-09-16T23:25:36.919Z Sep 16 23:25:22.084 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230552026-09-16T23:25:36.919Z Sep 16 23:25:22.090 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230562026-09-16T23:25:36.920Z Sep 16 23:25:22.090 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230572026-09-16T23:25:36.920Z Sep 16 23:25:22.096 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230582026-09-16T23:25:36.920Z Sep 16 23:25:22.096 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230592026-09-16T23:25:36.920Z Sep 16 23:25:22.209 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
230602026-09-16T23:25:36.920Z Sep 16 23:25:22.209 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
230612026-09-16T23:25:36.920Z Sep 16 23:25:22.214 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
230622026-09-16T23:25:36.920Z Sep 16 23:25:22.251 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
230632026-09-16T23:25:36.920Z Sep 16 23:25:22.258 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230642026-09-16T23:25:36.920Z Sep 16 23:25:22.260 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
230652026-09-16T23:25:36.920Z Sep 16 23:25:22.297 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
230662026-09-16T23:25:36.920Z Sep 16 23:25:22.303 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230672026-09-16T23:25:36.922Z Sep 16 23:25:22.342 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
230682026-09-16T23:25:36.922Z Sep 16 23:25:22.348 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230692026-09-16T23:25:36.922Z Sep 16 23:25:22.386 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
230702026-09-16T23:25:36.922Z Sep 16 23:25:22.392 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230712026-09-16T23:25:36.922Z Sep 16 23:25:22.392 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
230722026-09-16T23:25:36.922Z Sep 16 23:25:22.392 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
230732026-09-16T23:25:36.922Z Sep 16 23:25:22.393 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
230742026-09-16T23:25:36.922Z Sep 16 23:25:22.400 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
230752026-09-16T23:25:36.922Z Sep 16 23:25:22.459 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
230762026-09-16T23:25:36.922Z Sep 16 23:25:22.459 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
230772026-09-16T23:25:36.922Z Sep 16 23:25:22.497 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
230782026-09-16T23:25:36.922Z Sep 16 23:25:22.497 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
230792026-09-16T23:25:36.922Z Sep 16 23:25:22.535 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
230802026-09-16T23:25:36.922Z Sep 16 23:25:22.535 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
230812026-09-16T23:25:36.922Z Sep 16 23:25:22.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
230822026-09-16T23:25:36.922Z Sep 16 23:25:22.573 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
230832026-09-16T23:25:36.922Z Sep 16 23:25:22.579 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230842026-09-16T23:25:36.922Z Sep 16 23:25:22.579 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230852026-09-16T23:25:36.922Z Sep 16 23:25:22.585 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
230862026-09-16T23:25:36.922Z Sep 16 23:25:22.585 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
230872026-09-16T23:25:36.922Z Sep 16 23:25:22.591 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230882026-09-16T23:25:36.922Z Sep 16 23:25:22.591 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230892026-09-16T23:25:36.922Z Sep 16 23:25:22.597 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
230902026-09-16T23:25:36.922Z Sep 16 23:25:22.597 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
230912026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
230922026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
230932026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
230942026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
230952026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
230962026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
230972026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
230982026-09-16T23:25:36.922Z Sep 16 23:25:22.597 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
230992026-09-16T23:25:36.922Z Sep 16 23:25:22.601 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231002026-09-16T23:25:36.922Z Sep 16 23:25:22.601 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231012026-09-16T23:25:36.922Z Sep 16 23:25:22.605 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231022026-09-16T23:25:36.922Z Sep 16 23:25:22.606 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231032026-09-16T23:25:36.923Z Sep 16 23:25:22.607 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231042026-09-16T23:25:36.923Z Sep 16 23:25:22.645 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231052026-09-16T23:25:36.923Z Sep 16 23:25:22.651 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231062026-09-16T23:25:36.923Z Sep 16 23:25:22.653 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231072026-09-16T23:25:36.923Z Sep 16 23:25:22.691 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231082026-09-16T23:25:36.923Z Sep 16 23:25:22.697 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231092026-09-16T23:25:36.923Z Sep 16 23:25:22.738 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231102026-09-16T23:25:36.923Z Sep 16 23:25:22.744 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231112026-09-16T23:25:36.923Z Sep 16 23:25:22.782 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231122026-09-16T23:25:36.923Z Sep 16 23:25:22.789 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231132026-09-16T23:25:36.923Z Sep 16 23:25:22.790 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231142026-09-16T23:25:36.923Z Sep 16 23:25:22.828 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231152026-09-16T23:25:36.923Z Sep 16 23:25:22.834 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231162026-09-16T23:25:36.923Z Sep 16 23:25:22.836 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231172026-09-16T23:25:36.923Z Sep 16 23:25:22.874 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231182026-09-16T23:25:36.923Z Sep 16 23:25:22.880 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231192026-09-16T23:25:36.923Z Sep 16 23:25:22.881 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231202026-09-16T23:25:36.928Z Sep 16 23:25:22.881 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231212026-09-16T23:25:36.928Z Sep 16 23:25:22.918 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231222026-09-16T23:25:36.928Z Sep 16 23:25:22.924 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231232026-09-16T23:25:36.928Z Sep 16 23:25:22.963 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231242026-09-16T23:25:36.929Z Sep 16 23:25:22.969 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231252026-09-16T23:25:36.929Z Sep 16 23:25:22.969 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231262026-09-16T23:25:36.929Z Sep 16 23:25:22.976 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231272026-09-16T23:25:36.929Z Sep 16 23:25:22.983 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231282026-09-16T23:25:36.929Z Sep 16 23:25:22.983 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231292026-09-16T23:25:36.929Z Sep 16 23:25:22.998 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231302026-09-16T23:25:36.929Z Sep 16 23:25:23.005 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231312026-09-16T23:25:36.929Z Sep 16 23:25:23.050 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231322026-09-16T23:25:36.929Z Sep 16 23:25:23.050 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231332026-09-16T23:25:36.929Z Sep 16 23:25:23.088 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231342026-09-16T23:25:36.929Z Sep 16 23:25:23.088 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231352026-09-16T23:25:36.929Z Sep 16 23:25:23.141 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231362026-09-16T23:25:36.929Z Sep 16 23:25:23.141 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231372026-09-16T23:25:36.929Z Sep 16 23:25:23.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231382026-09-16T23:25:36.929Z Sep 16 23:25:23.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231392026-09-16T23:25:36.929Z Sep 16 23:25:23.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231402026-09-16T23:25:36.929Z Sep 16 23:25:23.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231412026-09-16T23:25:36.929Z Sep 16 23:25:23.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231422026-09-16T23:25:36.929Z Sep 16 23:25:23.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231432026-09-16T23:25:36.929Z Sep 16 23:25:23.292 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231442026-09-16T23:25:36.930Z Sep 16 23:25:23.292 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231452026-09-16T23:25:36.930Z Sep 16 23:25:23.330 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231462026-09-16T23:25:36.930Z Sep 16 23:25:23.330 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231472026-09-16T23:25:36.930Z Sep 16 23:25:23.336 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
231482026-09-16T23:25:36.930Z Sep 16 23:25:23.337 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231492026-09-16T23:25:36.930Z Sep 16 23:25:23.343 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
231502026-09-16T23:25:36.930Z Sep 16 23:25:23.343 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231512026-09-16T23:25:36.930Z Sep 16 23:25:23.349 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
231522026-09-16T23:25:36.930Z Sep 16 23:25:23.349 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231532026-09-16T23:25:36.930Z Sep 16 23:25:23.355 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
231542026-09-16T23:25:36.930Z Sep 16 23:25:23.355 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231552026-09-16T23:25:36.930Z Sep 16 23:25:23.361 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
231562026-09-16T23:25:36.930Z Sep 16 23:25:23.361 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231572026-09-16T23:25:36.930Z Sep 16 23:25:23.367 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
231582026-09-16T23:25:36.930Z Sep 16 23:25:23.367 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231592026-09-16T23:25:36.930Z Sep 16 23:25:23.374 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
231602026-09-16T23:25:36.930Z Sep 16 23:25:23.374 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231612026-09-16T23:25:36.930Z Sep 16 23:25:23.380 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
231622026-09-16T23:25:36.930Z Sep 16 23:25:23.380 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231632026-09-16T23:25:36.930Z Sep 16 23:25:23.382 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231642026-09-16T23:25:36.930Z Sep 16 23:25:23.385 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
231652026-09-16T23:25:36.930Z Sep 16 23:25:23.386 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231662026-09-16T23:25:36.930Z Sep 16 23:25:23.424 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231672026-09-16T23:25:36.930Z Sep 16 23:25:23.430 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231682026-09-16T23:25:36.930Z Sep 16 23:25:23.470 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231692026-09-16T23:25:36.930Z Sep 16 23:25:23.476 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231702026-09-16T23:25:36.930Z Sep 16 23:25:23.478 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
231712026-09-16T23:25:36.930Z Sep 16 23:25:23.516 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
231722026-09-16T23:25:36.930Z Sep 16 23:25:23.522 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
231732026-09-16T23:25:36.930Z Sep 16 23:25:23.522 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231742026-09-16T23:25:36.930Z Sep 16 23:25:23.560 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
231752026-09-16T23:25:36.930Z Sep 16 23:25:23.566 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
231762026-09-16T23:25:36.930Z Sep 16 23:25:23.567 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231772026-09-16T23:25:36.930Z Sep 16 23:25:23.574 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
231782026-09-16T23:25:36.930Z Sep 16 23:25:23.581 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
231792026-09-16T23:25:36.930Z Sep 16 23:25:23.626 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231802026-09-16T23:25:36.930Z Sep 16 23:25:23.626 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231812026-09-16T23:25:36.930Z Sep 16 23:25:23.671 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231822026-09-16T23:25:36.931Z Sep 16 23:25:23.671 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231832026-09-16T23:25:36.931Z Sep 16 23:25:23.709 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
231842026-09-16T23:25:36.931Z Sep 16 23:25:23.709 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
231852026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
231862026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
231872026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
231882026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
231892026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
231902026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
231912026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
231922026-09-16T23:25:36.931Z Sep 16 23:25:23.710 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
231932026-09-16T23:25:36.931Z Sep 16 23:25:23.711 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
231942026-09-16T23:25:36.931Z Sep 16 23:25:23.711 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
231952026-09-16T23:25:36.931Z Sep 16 23:25:23.711 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
231962026-09-16T23:25:36.931Z Sep 16 23:25:23.711 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
231972026-09-16T23:25:36.931Z Sep 16 23:25:23.748 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
231982026-09-16T23:25:36.931Z Sep 16 23:25:23.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
231992026-09-16T23:25:36.931Z Sep 16 23:25:23.755 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232002026-09-16T23:25:36.931Z Sep 16 23:25:23.755 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232012026-09-16T23:25:36.931Z Sep 16 23:25:23.761 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
232022026-09-16T23:25:36.931Z Sep 16 23:25:23.761 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232032026-09-16T23:25:36.931Z Sep 16 23:25:23.767 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232042026-09-16T23:25:36.931Z Sep 16 23:25:23.767 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232052026-09-16T23:25:36.931Z Sep 16 23:25:23.773 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
232062026-09-16T23:25:36.931Z Sep 16 23:25:23.773 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232072026-09-16T23:25:36.931Z Sep 16 23:25:23.886 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232082026-09-16T23:25:36.931Z Sep 16 23:25:23.886 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232092026-09-16T23:25:36.931Z Sep 16 23:25:23.891 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232102026-09-16T23:25:36.931Z Sep 16 23:25:23.929 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232112026-09-16T23:25:36.931Z Sep 16 23:25:23.935 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232122026-09-16T23:25:36.931Z Sep 16 23:25:23.937 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232132026-09-16T23:25:36.931Z Sep 16 23:25:23.974 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232142026-09-16T23:25:36.931Z Sep 16 23:25:23.980 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232152026-09-16T23:25:36.931Z Sep 16 23:25:24.019 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232162026-09-16T23:25:36.931Z Sep 16 23:25:24.025 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232172026-09-16T23:25:36.931Z Sep 16 23:25:24.063 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232182026-09-16T23:25:36.931Z Sep 16 23:25:24.069 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232192026-09-16T23:25:36.931Z Sep 16 23:25:24.070 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232202026-09-16T23:25:36.936Z Sep 16 23:25:24.070 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232212026-09-16T23:25:36.936Z Sep 16 23:25:24.070 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232222026-09-16T23:25:36.936Z Sep 16 23:25:24.077 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232232026-09-16T23:25:36.936Z Sep 16 23:25:24.136 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232242026-09-16T23:25:36.936Z Sep 16 23:25:24.136 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232252026-09-16T23:25:36.936Z Sep 16 23:25:24.174 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232262026-09-16T23:25:36.936Z Sep 16 23:25:24.174 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232272026-09-16T23:25:36.936Z Sep 16 23:25:24.212 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232282026-09-16T23:25:36.936Z Sep 16 23:25:24.212 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232292026-09-16T23:25:36.936Z Sep 16 23:25:24.250 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232302026-09-16T23:25:36.936Z Sep 16 23:25:24.250 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232312026-09-16T23:25:36.936Z Sep 16 23:25:24.256 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232322026-09-16T23:25:36.937Z Sep 16 23:25:24.256 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232332026-09-16T23:25:36.937Z Sep 16 23:25:24.262 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232342026-09-16T23:25:36.937Z Sep 16 23:25:24.262 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232352026-09-16T23:25:36.937Z Sep 16 23:25:24.268 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
232362026-09-16T23:25:36.937Z Sep 16 23:25:24.268 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232372026-09-16T23:25:36.937Z Sep 16 23:25:24.274 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
232382026-09-16T23:25:36.937Z Sep 16 23:25:24.274 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232392026-09-16T23:25:36.937Z Sep 16 23:25:24.274 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
232402026-09-16T23:25:36.937Z Sep 16 23:25:24.274 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
232412026-09-16T23:25:36.937Z Sep 16 23:25:24.274 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
232422026-09-16T23:25:36.937Z Sep 16 23:25:24.274 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
232432026-09-16T23:25:36.937Z Sep 16 23:25:24.275 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
232442026-09-16T23:25:36.937Z Sep 16 23:25:24.275 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
232452026-09-16T23:25:36.937Z Sep 16 23:25:24.275 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
232462026-09-16T23:25:36.937Z Sep 16 23:25:24.275 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
232472026-09-16T23:25:36.937Z Sep 16 23:25:24.278 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232482026-09-16T23:25:36.938Z Sep 16 23:25:24.278 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232492026-09-16T23:25:36.938Z Sep 16 23:25:24.283 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232502026-09-16T23:25:36.938Z Sep 16 23:25:24.283 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
232512026-09-16T23:25:36.938Z Sep 16 23:25:24.284 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232522026-09-16T23:25:36.938Z Sep 16 23:25:24.322 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232532026-09-16T23:25:36.938Z Sep 16 23:25:24.328 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232542026-09-16T23:25:36.938Z Sep 16 23:25:24.330 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232552026-09-16T23:25:36.938Z Sep 16 23:25:24.368 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232562026-09-16T23:25:36.938Z Sep 16 23:25:24.374 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232572026-09-16T23:25:36.938Z Sep 16 23:25:24.416 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232582026-09-16T23:25:36.938Z Sep 16 23:25:24.422 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232592026-09-16T23:25:36.938Z Sep 16 23:25:24.460 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232602026-09-16T23:25:36.938Z Sep 16 23:25:24.466 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232612026-09-16T23:25:36.938Z Sep 16 23:25:24.468 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232622026-09-16T23:25:36.938Z Sep 16 23:25:24.506 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232632026-09-16T23:25:36.938Z Sep 16 23:25:24.512 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232642026-09-16T23:25:36.938Z Sep 16 23:25:24.514 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
232652026-09-16T23:25:36.938Z Sep 16 23:25:24.552 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
232662026-09-16T23:25:36.938Z Sep 16 23:25:24.558 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
232672026-09-16T23:25:36.938Z Sep 16 23:25:24.559 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232682026-09-16T23:25:36.938Z Sep 16 23:25:24.559 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232692026-09-16T23:25:36.938Z Sep 16 23:25:24.597 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232702026-09-16T23:25:36.938Z Sep 16 23:25:24.603 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232712026-09-16T23:25:36.938Z Sep 16 23:25:24.641 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
232722026-09-16T23:25:36.938Z Sep 16 23:25:24.647 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232732026-09-16T23:25:36.938Z Sep 16 23:25:24.648 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232742026-09-16T23:25:36.938Z Sep 16 23:25:24.655 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232752026-09-16T23:25:36.938Z Sep 16 23:25:24.662 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232762026-09-16T23:25:36.938Z Sep 16 23:25:24.662 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
232772026-09-16T23:25:36.938Z Sep 16 23:25:24.677 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232782026-09-16T23:25:36.938Z Sep 16 23:25:24.684 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
232792026-09-16T23:25:36.938Z Sep 16 23:25:24.728 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232802026-09-16T23:25:36.938Z Sep 16 23:25:24.728 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232812026-09-16T23:25:36.938Z Sep 16 23:25:24.766 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232822026-09-16T23:25:36.938Z Sep 16 23:25:24.766 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232832026-09-16T23:25:36.938Z Sep 16 23:25:24.819 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232842026-09-16T23:25:36.938Z Sep 16 23:25:24.819 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232852026-09-16T23:25:36.938Z Sep 16 23:25:24.857 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232862026-09-16T23:25:36.939Z Sep 16 23:25:24.857 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232872026-09-16T23:25:36.939Z Sep 16 23:25:24.895 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232882026-09-16T23:25:36.939Z Sep 16 23:25:24.895 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232892026-09-16T23:25:36.939Z Sep 16 23:25:24.933 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
232902026-09-16T23:25:36.939Z Sep 16 23:25:24.933 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
232912026-09-16T23:25:36.939Z Sep 16 23:25:24.971 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232922026-09-16T23:25:36.939Z Sep 16 23:25:24.971 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232932026-09-16T23:25:36.939Z Sep 16 23:25:25.009 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
232942026-09-16T23:25:36.939Z Sep 16 23:25:25.009 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
232952026-09-16T23:25:36.939Z Sep 16 23:25:25.015 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232962026-09-16T23:25:36.939Z Sep 16 23:25:25.015 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232972026-09-16T23:25:36.939Z Sep 16 23:25:25.021 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
232982026-09-16T23:25:36.939Z Sep 16 23:25:25.021 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
232992026-09-16T23:25:36.939Z Sep 16 23:25:25.028 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233002026-09-16T23:25:36.939Z Sep 16 23:25:25.028 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233012026-09-16T23:25:36.939Z Sep 16 23:25:25.034 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233022026-09-16T23:25:36.939Z Sep 16 23:25:25.034 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233032026-09-16T23:25:36.939Z Sep 16 23:25:25.040 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233042026-09-16T23:25:36.939Z Sep 16 23:25:25.040 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233052026-09-16T23:25:36.939Z Sep 16 23:25:25.046 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233062026-09-16T23:25:36.939Z Sep 16 23:25:25.046 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233072026-09-16T23:25:36.939Z Sep 16 23:25:25.052 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233082026-09-16T23:25:36.939Z Sep 16 23:25:25.052 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233092026-09-16T23:25:36.939Z Sep 16 23:25:25.058 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233102026-09-16T23:25:36.939Z Sep 16 23:25:25.059 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233112026-09-16T23:25:36.939Z Sep 16 23:25:25.060 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233122026-09-16T23:25:36.939Z Sep 16 23:25:25.063 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233132026-09-16T23:25:36.939Z Sep 16 23:25:25.065 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
233142026-09-16T23:25:36.939Z Sep 16 23:25:25.103 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
233152026-09-16T23:25:36.939Z Sep 16 23:25:25.109 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233162026-09-16T23:25:36.939Z Sep 16 23:25:25.149 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
233172026-09-16T23:25:36.939Z Sep 16 23:25:25.155 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233182026-09-16T23:25:36.940Z Sep 16 23:25:25.157 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
233192026-09-16T23:25:36.940Z Sep 16 23:25:25.195 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
233202026-09-16T23:25:36.944Z Sep 16 23:25:25.201 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233212026-09-16T23:25:36.944Z Sep 16 23:25:25.201 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
233222026-09-16T23:25:36.944Z Sep 16 23:25:25.239 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
233232026-09-16T23:25:36.944Z Sep 16 23:25:25.245 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233242026-09-16T23:25:36.944Z Sep 16 23:25:25.246 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
233252026-09-16T23:25:36.944Z Sep 16 23:25:25.253 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
233262026-09-16T23:25:36.944Z Sep 16 23:25:25.260 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
233272026-09-16T23:25:36.944Z Sep 16 23:25:25.305 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
233282026-09-16T23:25:36.944Z Sep 16 23:25:25.305 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
233292026-09-16T23:25:36.944Z Sep 16 23:25:25.351 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
233302026-09-16T23:25:36.945Z Sep 16 23:25:25.351 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
233312026-09-16T23:25:36.945Z Sep 16 23:25:25.388 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
233322026-09-16T23:25:36.945Z Sep 16 23:25:25.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
233332026-09-16T23:25:36.945Z Sep 16 23:25:25.389 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
233342026-09-16T23:25:36.945Z Sep 16 23:25:25.389 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
233352026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
233362026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
233372026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
233382026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
233392026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
233402026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
233412026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
233422026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
233432026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
233442026-09-16T23:25:36.945Z Sep 16 23:25:25.390 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
233452026-09-16T23:25:36.945Z Sep 16 23:25:25.428 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
233462026-09-16T23:25:36.946Z Sep 16 23:25:25.428 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
233472026-09-16T23:25:36.946Z Sep 16 23:25:25.434 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233482026-09-16T23:25:36.946Z Sep 16 23:25:25.435 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233492026-09-16T23:25:36.946Z Sep 16 23:25:25.441 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233502026-09-16T23:25:36.946Z Sep 16 23:25:25.441 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233512026-09-16T23:25:36.946Z Sep 16 23:25:25.447 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233522026-09-16T23:25:36.946Z Sep 16 23:25:25.447 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233532026-09-16T23:25:36.946Z Sep 16 23:25:25.453 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233542026-09-16T23:25:36.946Z Sep 16 23:25:25.453 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233552026-09-16T23:25:36.946Z Sep 16 23:25:25.565 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233562026-09-16T23:25:36.946Z Sep 16 23:25:25.566 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233572026-09-16T23:25:36.946Z Sep 16 23:25:25.571 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
233582026-09-16T23:25:36.946Z Sep 16 23:25:25.608 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
233592026-09-16T23:25:36.946Z Sep 16 23:25:25.614 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233602026-09-16T23:25:36.946Z Sep 16 23:25:25.616 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
233612026-09-16T23:25:36.946Z Sep 16 23:25:25.654 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
233622026-09-16T23:25:36.946Z Sep 16 23:25:25.660 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233632026-09-16T23:25:36.946Z Sep 16 23:25:25.698 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
233642026-09-16T23:25:36.946Z Sep 16 23:25:25.704 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233652026-09-16T23:25:36.946Z Sep 16 23:25:25.743 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
233662026-09-16T23:25:36.946Z Sep 16 23:25:25.749 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233672026-09-16T23:25:36.946Z Sep 16 23:25:25.749 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
233682026-09-16T23:25:36.946Z Sep 16 23:25:25.749 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
233692026-09-16T23:25:36.946Z Sep 16 23:25:25.749 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
233702026-09-16T23:25:36.946Z Sep 16 23:25:25.757 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
233712026-09-16T23:25:36.946Z Sep 16 23:25:25.816 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
233722026-09-16T23:25:36.946Z Sep 16 23:25:25.816 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
233732026-09-16T23:25:36.947Z Sep 16 23:25:25.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
233742026-09-16T23:25:36.947Z Sep 16 23:25:25.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
233752026-09-16T23:25:36.947Z Sep 16 23:25:25.892 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
233762026-09-16T23:25:36.947Z Sep 16 23:25:25.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
233772026-09-16T23:25:36.947Z Sep 16 23:25:25.930 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
233782026-09-16T23:25:36.947Z Sep 16 23:25:25.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
233792026-09-16T23:25:36.947Z Sep 16 23:25:25.936 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233802026-09-16T23:25:36.947Z Sep 16 23:25:25.937 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233812026-09-16T23:25:36.947Z Sep 16 23:25:25.943 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
233822026-09-16T23:25:36.947Z Sep 16 23:25:25.943 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
233832026-09-16T23:25:36.947Z Sep 16 23:25:25.949 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233842026-09-16T23:25:36.947Z Sep 16 23:25:25.949 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233852026-09-16T23:25:36.947Z Sep 16 23:25:25.955 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
233862026-09-16T23:25:36.947Z Sep 16 23:25:25.955 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
233872026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
233882026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
233892026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
233902026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
233912026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
233922026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
233932026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
233942026-09-16T23:25:36.947Z Sep 16 23:25:25.955 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
233952026-09-16T23:25:36.948Z Sep 16 23:25:25.958 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233962026-09-16T23:25:36.948Z Sep 16 23:25:25.958 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233972026-09-16T23:25:36.948Z Sep 16 23:25:25.963 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233982026-09-16T23:25:36.948Z Sep 16 23:25:25.963 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
233992026-09-16T23:25:36.948Z Sep 16 23:25:25.965 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234002026-09-16T23:25:36.948Z Sep 16 23:25:26.002 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234012026-09-16T23:25:36.948Z Sep 16 23:25:26.008 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234022026-09-16T23:25:36.948Z Sep 16 23:25:26.011 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234032026-09-16T23:25:36.948Z Sep 16 23:25:26.049 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234042026-09-16T23:25:36.948Z Sep 16 23:25:26.055 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234052026-09-16T23:25:36.948Z Sep 16 23:25:26.097 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234062026-09-16T23:25:36.948Z Sep 16 23:25:26.103 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234072026-09-16T23:25:36.948Z Sep 16 23:25:26.141 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234082026-09-16T23:25:36.948Z Sep 16 23:25:26.147 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234092026-09-16T23:25:36.948Z Sep 16 23:25:26.149 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234102026-09-16T23:25:36.948Z Sep 16 23:25:26.187 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234112026-09-16T23:25:36.948Z Sep 16 23:25:26.193 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234122026-09-16T23:25:36.949Z Sep 16 23:25:26.195 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234132026-09-16T23:25:36.949Z Sep 16 23:25:26.233 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234142026-09-16T23:25:36.949Z Sep 16 23:25:26.239 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234152026-09-16T23:25:36.949Z Sep 16 23:25:26.239 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234162026-09-16T23:25:36.949Z Sep 16 23:25:26.239 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234172026-09-16T23:25:36.949Z Sep 16 23:25:26.277 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234182026-09-16T23:25:36.949Z Sep 16 23:25:26.283 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234192026-09-16T23:25:36.949Z Sep 16 23:25:26.321 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234202026-09-16T23:25:36.953Z Sep 16 23:25:26.327 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234212026-09-16T23:25:36.953Z Sep 16 23:25:26.328 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234222026-09-16T23:25:36.953Z Sep 16 23:25:26.335 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234232026-09-16T23:25:36.953Z Sep 16 23:25:26.342 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234242026-09-16T23:25:36.953Z Sep 16 23:25:26.343 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234252026-09-16T23:25:36.953Z Sep 16 23:25:26.357 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234262026-09-16T23:25:36.953Z Sep 16 23:25:26.364 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234272026-09-16T23:25:36.953Z Sep 16 23:25:26.409 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234282026-09-16T23:25:36.953Z Sep 16 23:25:26.409 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234292026-09-16T23:25:36.953Z Sep 16 23:25:26.447 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234302026-09-16T23:25:36.953Z Sep 16 23:25:26.447 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234312026-09-16T23:25:36.953Z Sep 16 23:25:26.500 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234322026-09-16T23:25:36.953Z Sep 16 23:25:26.500 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234332026-09-16T23:25:36.953Z Sep 16 23:25:26.538 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234342026-09-16T23:25:36.953Z Sep 16 23:25:26.538 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234352026-09-16T23:25:36.953Z Sep 16 23:25:26.576 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234362026-09-16T23:25:36.953Z Sep 16 23:25:26.576 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234372026-09-16T23:25:36.953Z Sep 16 23:25:26.613 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234382026-09-16T23:25:36.953Z Sep 16 23:25:26.614 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234392026-09-16T23:25:36.953Z Sep 16 23:25:26.652 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234402026-09-16T23:25:36.953Z Sep 16 23:25:26.652 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234412026-09-16T23:25:36.954Z Sep 16 23:25:26.689 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234422026-09-16T23:25:36.954Z Sep 16 23:25:26.689 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234432026-09-16T23:25:36.954Z Sep 16 23:25:26.696 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
234442026-09-16T23:25:36.954Z Sep 16 23:25:26.696 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234452026-09-16T23:25:36.954Z Sep 16 23:25:26.702 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
234462026-09-16T23:25:36.954Z Sep 16 23:25:26.702 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234472026-09-16T23:25:36.954Z Sep 16 23:25:26.708 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
234482026-09-16T23:25:36.954Z Sep 16 23:25:26.708 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234492026-09-16T23:25:36.954Z Sep 16 23:25:26.714 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
234502026-09-16T23:25:36.954Z Sep 16 23:25:26.714 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234512026-09-16T23:25:36.954Z Sep 16 23:25:26.720 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
234522026-09-16T23:25:36.954Z Sep 16 23:25:26.720 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234532026-09-16T23:25:36.954Z Sep 16 23:25:26.726 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
234542026-09-16T23:25:36.954Z Sep 16 23:25:26.726 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234552026-09-16T23:25:36.954Z Sep 16 23:25:26.733 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
234562026-09-16T23:25:36.954Z Sep 16 23:25:26.733 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234572026-09-16T23:25:36.954Z Sep 16 23:25:26.739 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
234582026-09-16T23:25:36.954Z Sep 16 23:25:26.739 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234592026-09-16T23:25:36.955Z Sep 16 23:25:26.740 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
234602026-09-16T23:25:36.955Z Sep 16 23:25:26.743 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
234612026-09-16T23:25:36.955Z Sep 16 23:25:26.745 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234622026-09-16T23:25:36.955Z Sep 16 23:25:26.783 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234632026-09-16T23:25:36.955Z Sep 16 23:25:26.789 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234642026-09-16T23:25:36.955Z Sep 16 23:25:26.829 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234652026-09-16T23:25:36.955Z Sep 16 23:25:26.835 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234662026-09-16T23:25:36.955Z Sep 16 23:25:26.837 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
234672026-09-16T23:25:36.955Z Sep 16 23:25:26.875 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
234682026-09-16T23:25:36.955Z Sep 16 23:25:26.881 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234692026-09-16T23:25:36.955Z Sep 16 23:25:26.881 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234702026-09-16T23:25:36.955Z Sep 16 23:25:26.919 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
234712026-09-16T23:25:36.955Z Sep 16 23:25:26.925 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234722026-09-16T23:25:36.955Z Sep 16 23:25:26.926 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234732026-09-16T23:25:36.955Z Sep 16 23:25:26.933 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
234742026-09-16T23:25:36.956Z Sep 16 23:25:26.940 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
234752026-09-16T23:25:36.956Z Sep 16 23:25:26.985 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234762026-09-16T23:25:36.956Z Sep 16 23:25:26.985 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234772026-09-16T23:25:36.956Z Sep 16 23:25:27.031 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234782026-09-16T23:25:36.956Z Sep 16 23:25:27.031 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234792026-09-16T23:25:36.956Z Sep 16 23:25:27.068 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
234802026-09-16T23:25:36.956Z Sep 16 23:25:27.068 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
234812026-09-16T23:25:36.956Z Sep 16 23:25:27.069 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
234822026-09-16T23:25:36.956Z Sep 16 23:25:27.069 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
234832026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
234842026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
234852026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
234862026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
234872026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
234882026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
234892026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
234902026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
234912026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
234922026-09-16T23:25:36.956Z Sep 16 23:25:27.070 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
234932026-09-16T23:25:36.956Z Sep 16 23:25:27.108 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
234942026-09-16T23:25:36.956Z Sep 16 23:25:27.108 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
234952026-09-16T23:25:36.956Z Sep 16 23:25:27.114 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
234962026-09-16T23:25:36.956Z Sep 16 23:25:27.114 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
234972026-09-16T23:25:36.956Z Sep 16 23:25:27.120 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
234982026-09-16T23:25:36.956Z Sep 16 23:25:27.120 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
234992026-09-16T23:25:36.956Z Sep 16 23:25:27.126 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
235002026-09-16T23:25:36.956Z Sep 16 23:25:27.127 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235012026-09-16T23:25:36.956Z Sep 16 23:25:27.133 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
235022026-09-16T23:25:36.956Z Sep 16 23:25:27.133 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235032026-09-16T23:25:36.957Z Sep 16 23:25:27.245 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235042026-09-16T23:25:36.957Z Sep 16 23:25:27.245 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235052026-09-16T23:25:36.957Z Sep 16 23:25:27.250 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235062026-09-16T23:25:36.957Z Sep 16 23:25:27.288 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235072026-09-16T23:25:36.957Z Sep 16 23:25:27.294 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235082026-09-16T23:25:36.957Z Sep 16 23:25:27.296 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235092026-09-16T23:25:36.957Z Sep 16 23:25:27.334 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235102026-09-16T23:25:36.957Z Sep 16 23:25:27.340 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235112026-09-16T23:25:36.957Z Sep 16 23:25:27.378 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235122026-09-16T23:25:36.957Z Sep 16 23:25:27.384 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235132026-09-16T23:25:36.957Z Sep 16 23:25:27.423 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235142026-09-16T23:25:36.957Z Sep 16 23:25:27.429 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235152026-09-16T23:25:36.957Z Sep 16 23:25:27.430 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235162026-09-16T23:25:36.957Z Sep 16 23:25:27.430 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235172026-09-16T23:25:36.957Z Sep 16 23:25:27.430 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235182026-09-16T23:25:36.958Z Sep 16 23:25:27.437 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235192026-09-16T23:25:36.958Z Sep 16 23:25:27.496 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235202026-09-16T23:25:36.964Z Sep 16 23:25:27.496 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235212026-09-16T23:25:36.964Z Sep 16 23:25:27.534 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235222026-09-16T23:25:36.964Z Sep 16 23:25:27.534 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235232026-09-16T23:25:36.964Z Sep 16 23:25:27.572 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235242026-09-16T23:25:36.964Z Sep 16 23:25:27.572 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235252026-09-16T23:25:36.964Z Sep 16 23:25:27.610 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235262026-09-16T23:25:36.964Z Sep 16 23:25:27.610 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235272026-09-16T23:25:36.964Z Sep 16 23:25:27.616 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
235282026-09-16T23:25:36.964Z Sep 16 23:25:27.616 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235292026-09-16T23:25:36.964Z Sep 16 23:25:27.622 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
235302026-09-16T23:25:36.964Z Sep 16 23:25:27.622 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235312026-09-16T23:25:36.964Z Sep 16 23:25:27.628 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
235322026-09-16T23:25:36.964Z Sep 16 23:25:27.628 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235332026-09-16T23:25:36.964Z Sep 16 23:25:27.634 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
235342026-09-16T23:25:36.964Z Sep 16 23:25:27.634 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235352026-09-16T23:25:36.964Z Sep 16 23:25:27.634 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
235362026-09-16T23:25:36.964Z Sep 16 23:25:27.634 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
235372026-09-16T23:25:36.964Z Sep 16 23:25:27.634 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
235382026-09-16T23:25:36.964Z Sep 16 23:25:27.634 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
235392026-09-16T23:25:36.964Z Sep 16 23:25:27.635 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
235402026-09-16T23:25:36.964Z Sep 16 23:25:27.635 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
235412026-09-16T23:25:36.964Z Sep 16 23:25:27.635 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
235422026-09-16T23:25:36.964Z Sep 16 23:25:27.635 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
235432026-09-16T23:25:36.964Z Sep 16 23:25:27.638 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235442026-09-16T23:25:36.964Z Sep 16 23:25:27.638 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235452026-09-16T23:25:36.964Z Sep 16 23:25:27.643 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235462026-09-16T23:25:36.964Z Sep 16 23:25:27.643 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
235472026-09-16T23:25:36.964Z Sep 16 23:25:27.644 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235482026-09-16T23:25:36.964Z Sep 16 23:25:27.682 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235492026-09-16T23:25:36.964Z Sep 16 23:25:27.688 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235502026-09-16T23:25:36.964Z Sep 16 23:25:27.690 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235512026-09-16T23:25:36.964Z Sep 16 23:25:27.728 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235522026-09-16T23:25:36.964Z Sep 16 23:25:27.734 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235532026-09-16T23:25:36.964Z Sep 16 23:25:27.776 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235542026-09-16T23:25:36.965Z Sep 16 23:25:27.782 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235552026-09-16T23:25:36.965Z Sep 16 23:25:27.820 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235562026-09-16T23:25:36.965Z Sep 16 23:25:27.826 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235572026-09-16T23:25:36.965Z Sep 16 23:25:27.828 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235582026-09-16T23:25:36.965Z Sep 16 23:25:27.865 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235592026-09-16T23:25:36.965Z Sep 16 23:25:27.871 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235602026-09-16T23:25:36.965Z Sep 16 23:25:27.874 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
235612026-09-16T23:25:36.965Z Sep 16 23:25:27.911 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
235622026-09-16T23:25:36.965Z Sep 16 23:25:27.917 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235632026-09-16T23:25:36.965Z Sep 16 23:25:27.918 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235642026-09-16T23:25:36.965Z Sep 16 23:25:27.918 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235652026-09-16T23:25:36.965Z Sep 16 23:25:27.956 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235662026-09-16T23:25:36.965Z Sep 16 23:25:27.962 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235672026-09-16T23:25:36.965Z Sep 16 23:25:28.000 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
235682026-09-16T23:25:36.965Z Sep 16 23:25:28.006 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235692026-09-16T23:25:36.965Z Sep 16 23:25:28.007 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235702026-09-16T23:25:36.965Z Sep 16 23:25:28.014 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235712026-09-16T23:25:36.965Z Sep 16 23:25:28.021 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235722026-09-16T23:25:36.966Z Sep 16 23:25:28.021 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
235732026-09-16T23:25:36.966Z Sep 16 23:25:28.036 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235742026-09-16T23:25:36.966Z Sep 16 23:25:28.043 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
235752026-09-16T23:25:36.966Z Sep 16 23:25:28.087 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235762026-09-16T23:25:36.966Z Sep 16 23:25:28.087 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235772026-09-16T23:25:36.966Z Sep 16 23:25:28.125 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235782026-09-16T23:25:36.966Z Sep 16 23:25:28.125 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235792026-09-16T23:25:36.966Z Sep 16 23:25:28.178 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235802026-09-16T23:25:36.966Z Sep 16 23:25:28.178 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235812026-09-16T23:25:36.966Z Sep 16 23:25:28.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235822026-09-16T23:25:36.966Z Sep 16 23:25:28.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235832026-09-16T23:25:36.966Z Sep 16 23:25:28.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235842026-09-16T23:25:36.966Z Sep 16 23:25:28.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235852026-09-16T23:25:36.966Z Sep 16 23:25:28.291 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
235862026-09-16T23:25:36.966Z Sep 16 23:25:28.292 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
235872026-09-16T23:25:36.966Z Sep 16 23:25:28.330 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235882026-09-16T23:25:36.966Z Sep 16 23:25:28.330 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235892026-09-16T23:25:36.966Z Sep 16 23:25:28.367 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
235902026-09-16T23:25:36.966Z Sep 16 23:25:28.367 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
235912026-09-16T23:25:36.966Z Sep 16 23:25:28.374 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
235922026-09-16T23:25:36.966Z Sep 16 23:25:28.374 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235932026-09-16T23:25:36.966Z Sep 16 23:25:28.380 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
235942026-09-16T23:25:36.966Z Sep 16 23:25:28.380 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
235952026-09-16T23:25:36.966Z Sep 16 23:25:28.386 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
235962026-09-16T23:25:36.966Z Sep 16 23:25:28.386 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235972026-09-16T23:25:36.966Z Sep 16 23:25:28.392 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
235982026-09-16T23:25:36.966Z Sep 16 23:25:28.392 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
235992026-09-16T23:25:36.966Z Sep 16 23:25:28.398 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236002026-09-16T23:25:36.966Z Sep 16 23:25:28.398 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236012026-09-16T23:25:36.966Z Sep 16 23:25:28.404 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236022026-09-16T23:25:36.966Z Sep 16 23:25:28.404 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236032026-09-16T23:25:36.966Z Sep 16 23:25:28.411 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236042026-09-16T23:25:36.966Z Sep 16 23:25:28.411 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236052026-09-16T23:25:36.966Z Sep 16 23:25:28.417 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236062026-09-16T23:25:36.966Z Sep 16 23:25:28.417 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236072026-09-16T23:25:36.966Z Sep 16 23:25:28.418 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236082026-09-16T23:25:36.966Z Sep 16 23:25:28.421 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236092026-09-16T23:25:36.966Z Sep 16 23:25:28.423 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236102026-09-16T23:25:36.967Z Sep 16 23:25:28.461 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
236112026-09-16T23:25:36.967Z Sep 16 23:25:28.467 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236122026-09-16T23:25:36.967Z Sep 16 23:25:28.507 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
236132026-09-16T23:25:36.967Z Sep 16 23:25:28.513 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236142026-09-16T23:25:36.967Z Sep 16 23:25:28.515 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236152026-09-16T23:25:36.967Z Sep 16 23:25:28.553 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
236162026-09-16T23:25:36.967Z Sep 16 23:25:28.559 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236172026-09-16T23:25:36.967Z Sep 16 23:25:28.560 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
236182026-09-16T23:25:36.967Z Sep 16 23:25:28.597 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
236192026-09-16T23:25:36.967Z Sep 16 23:25:28.603 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236202026-09-16T23:25:36.972Z Sep 16 23:25:28.604 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
236212026-09-16T23:25:36.972Z Sep 16 23:25:28.611 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
236222026-09-16T23:25:36.972Z Sep 16 23:25:28.618 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
236232026-09-16T23:25:36.972Z Sep 16 23:25:28.663 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
236242026-09-16T23:25:36.972Z Sep 16 23:25:28.663 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
236252026-09-16T23:25:36.972Z Sep 16 23:25:28.708 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
236262026-09-16T23:25:36.972Z Sep 16 23:25:28.708 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
236272026-09-16T23:25:36.972Z Sep 16 23:25:28.746 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
236282026-09-16T23:25:36.972Z Sep 16 23:25:28.746 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
236292026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
236302026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
236312026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
236322026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
236332026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
236342026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
236352026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
236362026-09-16T23:25:36.972Z Sep 16 23:25:28.747 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
236372026-09-16T23:25:36.972Z Sep 16 23:25:28.748 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
236382026-09-16T23:25:36.972Z Sep 16 23:25:28.748 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
236392026-09-16T23:25:36.972Z Sep 16 23:25:28.748 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
236402026-09-16T23:25:36.972Z Sep 16 23:25:28.748 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
236412026-09-16T23:25:36.972Z Sep 16 23:25:28.786 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
236422026-09-16T23:25:36.972Z Sep 16 23:25:28.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
236432026-09-16T23:25:36.972Z Sep 16 23:25:28.792 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236442026-09-16T23:25:36.972Z Sep 16 23:25:28.792 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236452026-09-16T23:25:36.972Z Sep 16 23:25:28.798 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236462026-09-16T23:25:36.972Z Sep 16 23:25:28.798 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236472026-09-16T23:25:36.972Z Sep 16 23:25:28.804 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236482026-09-16T23:25:36.972Z Sep 16 23:25:28.804 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236492026-09-16T23:25:36.972Z Sep 16 23:25:28.810 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236502026-09-16T23:25:36.972Z Sep 16 23:25:28.810 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236512026-09-16T23:25:36.972Z Sep 16 23:25:28.924 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236522026-09-16T23:25:36.972Z Sep 16 23:25:28.924 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236532026-09-16T23:25:36.972Z Sep 16 23:25:28.929 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236542026-09-16T23:25:36.972Z Sep 16 23:25:28.967 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
236552026-09-16T23:25:36.972Z Sep 16 23:25:28.973 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236562026-09-16T23:25:36.973Z Sep 16 23:25:28.975 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236572026-09-16T23:25:36.973Z Sep 16 23:25:29.013 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
236582026-09-16T23:25:36.973Z Sep 16 23:25:29.019 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236592026-09-16T23:25:36.973Z Sep 16 23:25:29.057 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
236602026-09-16T23:25:36.973Z Sep 16 23:25:29.063 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236612026-09-16T23:25:36.973Z Sep 16 23:25:29.101 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
236622026-09-16T23:25:36.973Z Sep 16 23:25:29.107 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236632026-09-16T23:25:36.974Z Sep 16 23:25:29.108 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
236642026-09-16T23:25:36.974Z Sep 16 23:25:29.108 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
236652026-09-16T23:25:36.974Z Sep 16 23:25:29.108 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
236662026-09-16T23:25:36.974Z Sep 16 23:25:29.115 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
236672026-09-16T23:25:36.974Z Sep 16 23:25:29.174 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
236682026-09-16T23:25:36.974Z Sep 16 23:25:29.175 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
236692026-09-16T23:25:36.974Z Sep 16 23:25:29.212 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
236702026-09-16T23:25:36.974Z Sep 16 23:25:29.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
236712026-09-16T23:25:36.974Z Sep 16 23:25:29.250 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
236722026-09-16T23:25:36.975Z Sep 16 23:25:29.250 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
236732026-09-16T23:25:36.975Z Sep 16 23:25:29.288 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
236742026-09-16T23:25:36.975Z Sep 16 23:25:29.288 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
236752026-09-16T23:25:36.975Z Sep 16 23:25:29.295 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236762026-09-16T23:25:36.975Z Sep 16 23:25:29.295 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236772026-09-16T23:25:36.975Z Sep 16 23:25:29.301 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
236782026-09-16T23:25:36.975Z Sep 16 23:25:29.301 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
236792026-09-16T23:25:36.975Z Sep 16 23:25:29.307 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236802026-09-16T23:25:36.975Z Sep 16 23:25:29.307 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236812026-09-16T23:25:36.975Z Sep 16 23:25:29.313 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
236822026-09-16T23:25:36.975Z Sep 16 23:25:29.313 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236832026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
236842026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
236852026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
236862026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
236872026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
236882026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
236892026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
236902026-09-16T23:25:36.975Z Sep 16 23:25:29.313 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
236912026-09-16T23:25:36.976Z Sep 16 23:25:29.317 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236922026-09-16T23:25:36.976Z Sep 16 23:25:29.317 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236932026-09-16T23:25:36.976Z Sep 16 23:25:29.321 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236942026-09-16T23:25:36.976Z Sep 16 23:25:29.322 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
236952026-09-16T23:25:36.976Z Sep 16 23:25:29.323 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236962026-09-16T23:25:36.976Z Sep 16 23:25:29.361 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
236972026-09-16T23:25:36.976Z Sep 16 23:25:29.367 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
236982026-09-16T23:25:36.976Z Sep 16 23:25:29.369 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
236992026-09-16T23:25:36.976Z Sep 16 23:25:29.407 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
237002026-09-16T23:25:36.976Z Sep 16 23:25:29.413 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237012026-09-16T23:25:36.976Z Sep 16 23:25:29.454 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237022026-09-16T23:25:36.976Z Sep 16 23:25:29.461 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237032026-09-16T23:25:36.976Z Sep 16 23:25:29.499 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237042026-09-16T23:25:36.976Z Sep 16 23:25:29.505 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237052026-09-16T23:25:36.976Z Sep 16 23:25:29.507 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
237062026-09-16T23:25:36.976Z Sep 16 23:25:29.545 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
237072026-09-16T23:25:36.976Z Sep 16 23:25:29.551 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237082026-09-16T23:25:36.976Z Sep 16 23:25:29.553 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
237092026-09-16T23:25:36.976Z Sep 16 23:25:29.591 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
237102026-09-16T23:25:36.976Z Sep 16 23:25:29.597 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237112026-09-16T23:25:36.976Z Sep 16 23:25:29.597 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237122026-09-16T23:25:36.976Z Sep 16 23:25:29.597 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237132026-09-16T23:25:36.976Z Sep 16 23:25:29.635 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237142026-09-16T23:25:36.976Z Sep 16 23:25:29.641 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237152026-09-16T23:25:36.976Z Sep 16 23:25:29.679 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237162026-09-16T23:25:36.976Z Sep 16 23:25:29.685 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237172026-09-16T23:25:36.976Z Sep 16 23:25:29.686 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237182026-09-16T23:25:36.976Z Sep 16 23:25:29.693 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237192026-09-16T23:25:36.977Z Sep 16 23:25:29.700 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237202026-09-16T23:25:37.346Z Sep 16 23:25:29.700 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237212026-09-16T23:25:37.346Z Sep 16 23:25:29.715 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237222026-09-16T23:25:37.346Z Sep 16 23:25:29.722 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237232026-09-16T23:25:37.347Z Sep 16 23:25:29.767 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237242026-09-16T23:25:37.347Z Sep 16 23:25:29.767 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237252026-09-16T23:25:37.347Z Sep 16 23:25:29.805 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237262026-09-16T23:25:37.347Z Sep 16 23:25:29.805 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237272026-09-16T23:25:37.347Z Sep 16 23:25:29.857 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237282026-09-16T23:25:37.347Z Sep 16 23:25:29.857 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237292026-09-16T23:25:37.347Z Sep 16 23:25:29.895 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237302026-09-16T23:25:37.347Z Sep 16 23:25:29.895 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237312026-09-16T23:25:37.347Z Sep 16 23:25:29.933 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237322026-09-16T23:25:37.347Z Sep 16 23:25:29.933 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237332026-09-16T23:25:37.347Z Sep 16 23:25:29.971 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237342026-09-16T23:25:37.347Z Sep 16 23:25:29.971 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237352026-09-16T23:25:37.347Z Sep 16 23:25:30.009 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237362026-09-16T23:25:37.347Z Sep 16 23:25:30.010 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237372026-09-16T23:25:37.347Z Sep 16 23:25:30.047 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237382026-09-16T23:25:37.347Z Sep 16 23:25:30.047 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237392026-09-16T23:25:37.347Z Sep 16 23:25:30.054 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237402026-09-16T23:25:37.347Z Sep 16 23:25:30.054 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237412026-09-16T23:25:37.347Z Sep 16 23:25:30.060 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237422026-09-16T23:25:37.347Z Sep 16 23:25:30.060 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237432026-09-16T23:25:37.347Z Sep 16 23:25:30.066 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237442026-09-16T23:25:37.347Z Sep 16 23:25:30.066 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237452026-09-16T23:25:37.347Z Sep 16 23:25:30.072 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237462026-09-16T23:25:37.347Z Sep 16 23:25:30.072 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237472026-09-16T23:25:37.347Z Sep 16 23:25:30.078 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237482026-09-16T23:25:37.347Z Sep 16 23:25:30.078 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237492026-09-16T23:25:37.347Z Sep 16 23:25:30.084 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237502026-09-16T23:25:37.347Z Sep 16 23:25:30.084 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237512026-09-16T23:25:37.347Z Sep 16 23:25:30.091 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237522026-09-16T23:25:37.347Z Sep 16 23:25:30.091 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237532026-09-16T23:25:37.347Z Sep 16 23:25:30.097 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237542026-09-16T23:25:37.347Z Sep 16 23:25:30.097 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237552026-09-16T23:25:37.347Z Sep 16 23:25:30.099 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
237562026-09-16T23:25:37.347Z Sep 16 23:25:30.102 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
237572026-09-16T23:25:37.347Z Sep 16 23:25:30.103 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
237582026-09-16T23:25:37.347Z Sep 16 23:25:30.141 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
237592026-09-16T23:25:37.348Z Sep 16 23:25:30.147 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237602026-09-16T23:25:37.348Z Sep 16 23:25:30.187 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237612026-09-16T23:25:37.348Z Sep 16 23:25:30.193 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237622026-09-16T23:25:37.348Z Sep 16 23:25:30.195 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
237632026-09-16T23:25:37.348Z Sep 16 23:25:30.233 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
237642026-09-16T23:25:37.348Z Sep 16 23:25:30.239 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237652026-09-16T23:25:37.348Z Sep 16 23:25:30.239 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237662026-09-16T23:25:37.348Z Sep 16 23:25:30.277 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
237672026-09-16T23:25:37.348Z Sep 16 23:25:30.283 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237682026-09-16T23:25:37.348Z Sep 16 23:25:30.283 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237692026-09-16T23:25:37.348Z Sep 16 23:25:30.291 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
237702026-09-16T23:25:37.348Z Sep 16 23:25:30.298 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
237712026-09-16T23:25:37.348Z Sep 16 23:25:30.343 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237722026-09-16T23:25:37.348Z Sep 16 23:25:30.343 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237732026-09-16T23:25:37.348Z Sep 16 23:25:30.388 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237742026-09-16T23:25:37.348Z Sep 16 23:25:30.388 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237752026-09-16T23:25:37.348Z Sep 16 23:25:30.426 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
237762026-09-16T23:25:37.348Z Sep 16 23:25:30.426 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
237772026-09-16T23:25:37.348Z Sep 16 23:25:30.426 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
237782026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
237792026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
237802026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
237812026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
237822026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
237832026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
237842026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
237852026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
237862026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
237872026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
237882026-09-16T23:25:37.348Z Sep 16 23:25:30.427 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
237892026-09-16T23:25:37.348Z Sep 16 23:25:30.465 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
237902026-09-16T23:25:37.348Z Sep 16 23:25:30.465 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
237912026-09-16T23:25:37.348Z Sep 16 23:25:30.471 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237922026-09-16T23:25:37.348Z Sep 16 23:25:30.472 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237932026-09-16T23:25:37.348Z Sep 16 23:25:30.478 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237942026-09-16T23:25:37.348Z Sep 16 23:25:30.478 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237952026-09-16T23:25:37.348Z Sep 16 23:25:30.484 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
237962026-09-16T23:25:37.348Z Sep 16 23:25:30.484 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
237972026-09-16T23:25:37.348Z Sep 16 23:25:30.490 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
237982026-09-16T23:25:37.349Z Sep 16 23:25:30.490 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
237992026-09-16T23:25:37.349Z Sep 16 23:25:30.603 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238002026-09-16T23:25:37.349Z Sep 16 23:25:30.604 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238012026-09-16T23:25:37.349Z Sep 16 23:25:30.608 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238022026-09-16T23:25:37.349Z Sep 16 23:25:30.646 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238032026-09-16T23:25:37.349Z Sep 16 23:25:30.652 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238042026-09-16T23:25:37.349Z Sep 16 23:25:30.654 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238052026-09-16T23:25:37.349Z Sep 16 23:25:30.692 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238062026-09-16T23:25:37.349Z Sep 16 23:25:30.698 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238072026-09-16T23:25:37.349Z Sep 16 23:25:30.736 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238082026-09-16T23:25:37.349Z Sep 16 23:25:30.742 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238092026-09-16T23:25:37.349Z Sep 16 23:25:30.781 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238102026-09-16T23:25:37.349Z Sep 16 23:25:30.787 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238112026-09-16T23:25:37.349Z Sep 16 23:25:30.787 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238122026-09-16T23:25:37.349Z Sep 16 23:25:30.787 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238132026-09-16T23:25:37.349Z Sep 16 23:25:30.787 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238142026-09-16T23:25:37.349Z Sep 16 23:25:30.794 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238152026-09-16T23:25:37.349Z Sep 16 23:25:30.854 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238162026-09-16T23:25:37.349Z Sep 16 23:25:30.854 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238172026-09-16T23:25:37.349Z Sep 16 23:25:30.892 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238182026-09-16T23:25:37.349Z Sep 16 23:25:30.892 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238192026-09-16T23:25:37.349Z Sep 16 23:25:30.930 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238202026-09-16T23:25:37.354Z Sep 16 23:25:30.930 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238212026-09-16T23:25:37.354Z Sep 16 23:25:30.967 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238222026-09-16T23:25:37.354Z Sep 16 23:25:30.967 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238232026-09-16T23:25:37.354Z Sep 16 23:25:30.974 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238242026-09-16T23:25:37.354Z Sep 16 23:25:30.974 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238252026-09-16T23:25:37.354Z Sep 16 23:25:30.980 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238262026-09-16T23:25:37.354Z Sep 16 23:25:30.980 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238272026-09-16T23:25:37.355Z Sep 16 23:25:30.986 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
238282026-09-16T23:25:37.355Z Sep 16 23:25:30.986 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238292026-09-16T23:25:37.355Z Sep 16 23:25:30.992 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
238302026-09-16T23:25:37.355Z Sep 16 23:25:30.992 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238312026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
238322026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
238332026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
238342026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
238352026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
238362026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
238372026-09-16T23:25:37.355Z Sep 16 23:25:30.992 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
238382026-09-16T23:25:37.356Z Sep 16 23:25:30.992 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
238392026-09-16T23:25:37.356Z Sep 16 23:25:30.995 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238402026-09-16T23:25:37.356Z Sep 16 23:25:30.996 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238412026-09-16T23:25:37.356Z Sep 16 23:25:31.000 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238422026-09-16T23:25:37.356Z Sep 16 23:25:31.000 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
238432026-09-16T23:25:37.356Z Sep 16 23:25:31.002 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238442026-09-16T23:25:37.356Z Sep 16 23:25:31.040 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238452026-09-16T23:25:37.356Z Sep 16 23:25:31.046 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238462026-09-16T23:25:37.356Z Sep 16 23:25:31.048 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238472026-09-16T23:25:37.356Z Sep 16 23:25:31.086 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238482026-09-16T23:25:37.356Z Sep 16 23:25:31.091 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238492026-09-16T23:25:37.356Z Sep 16 23:25:31.133 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238502026-09-16T23:25:37.356Z Sep 16 23:25:31.139 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238512026-09-16T23:25:37.356Z Sep 16 23:25:31.177 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238522026-09-16T23:25:37.356Z Sep 16 23:25:31.183 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238532026-09-16T23:25:37.356Z Sep 16 23:25:31.185 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238542026-09-16T23:25:37.356Z Sep 16 23:25:31.223 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238552026-09-16T23:25:37.356Z Sep 16 23:25:31.229 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238562026-09-16T23:25:37.356Z Sep 16 23:25:31.231 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
238572026-09-16T23:25:37.356Z Sep 16 23:25:31.269 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
238582026-09-16T23:25:37.356Z Sep 16 23:25:31.275 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238592026-09-16T23:25:37.356Z Sep 16 23:25:31.276 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238602026-09-16T23:25:37.356Z Sep 16 23:25:31.276 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238612026-09-16T23:25:37.356Z Sep 16 23:25:31.313 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238622026-09-16T23:25:37.356Z Sep 16 23:25:31.319 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238632026-09-16T23:25:37.356Z Sep 16 23:25:31.357 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
238642026-09-16T23:25:37.356Z Sep 16 23:25:31.363 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238652026-09-16T23:25:37.356Z Sep 16 23:25:31.364 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238662026-09-16T23:25:37.356Z Sep 16 23:25:31.371 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238672026-09-16T23:25:37.356Z Sep 16 23:25:31.378 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238682026-09-16T23:25:37.356Z Sep 16 23:25:31.378 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
238692026-09-16T23:25:37.356Z Sep 16 23:25:31.393 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238702026-09-16T23:25:37.356Z Sep 16 23:25:31.400 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
238712026-09-16T23:25:37.356Z Sep 16 23:25:31.445 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238722026-09-16T23:25:37.356Z Sep 16 23:25:31.445 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238732026-09-16T23:25:37.356Z Sep 16 23:25:31.483 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238742026-09-16T23:25:37.356Z Sep 16 23:25:31.483 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238752026-09-16T23:25:37.356Z Sep 16 23:25:31.535 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238762026-09-16T23:25:37.357Z Sep 16 23:25:31.535 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238772026-09-16T23:25:37.357Z Sep 16 23:25:31.573 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238782026-09-16T23:25:37.357Z Sep 16 23:25:31.573 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238792026-09-16T23:25:37.357Z Sep 16 23:25:31.611 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238802026-09-16T23:25:37.357Z Sep 16 23:25:31.611 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238812026-09-16T23:25:37.357Z Sep 16 23:25:31.649 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
238822026-09-16T23:25:37.357Z Sep 16 23:25:31.649 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
238832026-09-16T23:25:37.357Z Sep 16 23:25:31.687 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238842026-09-16T23:25:37.357Z Sep 16 23:25:31.687 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238852026-09-16T23:25:37.357Z Sep 16 23:25:31.724 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
238862026-09-16T23:25:37.357Z Sep 16 23:25:31.724 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
238872026-09-16T23:25:37.357Z Sep 16 23:25:31.731 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238882026-09-16T23:25:37.357Z Sep 16 23:25:31.731 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238892026-09-16T23:25:37.357Z Sep 16 23:25:31.737 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238902026-09-16T23:25:37.357Z Sep 16 23:25:31.737 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238912026-09-16T23:25:37.357Z Sep 16 23:25:31.743 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
238922026-09-16T23:25:37.357Z Sep 16 23:25:31.743 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238932026-09-16T23:25:37.357Z Sep 16 23:25:31.749 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
238942026-09-16T23:25:37.358Z Sep 16 23:25:31.749 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
238952026-09-16T23:25:37.358Z Sep 16 23:25:31.755 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238962026-09-16T23:25:37.358Z Sep 16 23:25:31.755 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238972026-09-16T23:25:37.358Z Sep 16 23:25:31.761 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
238982026-09-16T23:25:37.358Z Sep 16 23:25:31.761 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
238992026-09-16T23:25:37.358Z Sep 16 23:25:31.768 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239002026-09-16T23:25:37.358Z Sep 16 23:25:31.768 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239012026-09-16T23:25:37.358Z Sep 16 23:25:31.774 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239022026-09-16T23:25:37.358Z Sep 16 23:25:31.774 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239032026-09-16T23:25:37.358Z Sep 16 23:25:31.775 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239042026-09-16T23:25:37.358Z Sep 16 23:25:31.778 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239052026-09-16T23:25:37.358Z Sep 16 23:25:31.780 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239062026-09-16T23:25:37.358Z Sep 16 23:25:31.818 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239072026-09-16T23:25:37.358Z Sep 16 23:25:31.824 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239082026-09-16T23:25:37.358Z Sep 16 23:25:31.864 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
239092026-09-16T23:25:37.358Z Sep 16 23:25:31.870 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239102026-09-16T23:25:37.358Z Sep 16 23:25:31.872 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239112026-09-16T23:25:37.358Z Sep 16 23:25:31.910 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239122026-09-16T23:25:37.358Z Sep 16 23:25:31.916 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239132026-09-16T23:25:37.358Z Sep 16 23:25:31.916 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
239142026-09-16T23:25:37.359Z Sep 16 23:25:31.954 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
239152026-09-16T23:25:37.359Z Sep 16 23:25:31.960 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239162026-09-16T23:25:37.359Z Sep 16 23:25:31.961 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
239172026-09-16T23:25:37.359Z Sep 16 23:25:31.968 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
239182026-09-16T23:25:37.359Z Sep 16 23:25:31.976 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
239192026-09-16T23:25:37.359Z Sep 16 23:25:32.020 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
239202026-09-16T23:25:37.364Z Sep 16 23:25:32.020 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
239212026-09-16T23:25:37.364Z Sep 16 23:25:32.066 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
239222026-09-16T23:25:37.364Z Sep 16 23:25:32.066 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
239232026-09-16T23:25:37.364Z Sep 16 23:25:32.104 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
239242026-09-16T23:25:37.364Z Sep 16 23:25:32.104 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
239252026-09-16T23:25:37.364Z Sep 16 23:25:32.104 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
239262026-09-16T23:25:37.364Z Sep 16 23:25:32.105 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
239272026-09-16T23:25:37.364Z Sep 16 23:25:32.105 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
239282026-09-16T23:25:37.364Z Sep 16 23:25:32.105 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
239292026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
239302026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
239312026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
239322026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
239332026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
239342026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
239352026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
239362026-09-16T23:25:37.364Z Sep 16 23:25:32.106 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
239372026-09-16T23:25:37.364Z Sep 16 23:25:32.144 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
239382026-09-16T23:25:37.364Z Sep 16 23:25:32.144 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
239392026-09-16T23:25:37.364Z Sep 16 23:25:32.150 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
239402026-09-16T23:25:37.364Z Sep 16 23:25:32.151 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239412026-09-16T23:25:37.364Z Sep 16 23:25:32.157 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239422026-09-16T23:25:37.365Z Sep 16 23:25:32.157 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239432026-09-16T23:25:37.365Z Sep 16 23:25:32.163 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
239442026-09-16T23:25:37.365Z Sep 16 23:25:32.163 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239452026-09-16T23:25:37.365Z Sep 16 23:25:32.169 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239462026-09-16T23:25:37.365Z Sep 16 23:25:32.169 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239472026-09-16T23:25:37.365Z Sep 16 23:25:32.281 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239482026-09-16T23:25:37.365Z Sep 16 23:25:32.281 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239492026-09-16T23:25:37.365Z Sep 16 23:25:32.286 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239502026-09-16T23:25:37.365Z Sep 16 23:25:32.324 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239512026-09-16T23:25:37.365Z Sep 16 23:25:32.330 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239522026-09-16T23:25:37.365Z Sep 16 23:25:32.332 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239532026-09-16T23:25:37.365Z Sep 16 23:25:32.370 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239542026-09-16T23:25:37.365Z Sep 16 23:25:32.376 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239552026-09-16T23:25:37.365Z Sep 16 23:25:32.414 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
239562026-09-16T23:25:37.365Z Sep 16 23:25:32.420 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239572026-09-16T23:25:37.365Z Sep 16 23:25:32.459 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
239582026-09-16T23:25:37.365Z Sep 16 23:25:32.465 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239592026-09-16T23:25:37.365Z Sep 16 23:25:32.465 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
239602026-09-16T23:25:37.365Z Sep 16 23:25:32.465 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
239612026-09-16T23:25:37.365Z Sep 16 23:25:32.465 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
239622026-09-16T23:25:37.365Z Sep 16 23:25:32.472 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
239632026-09-16T23:25:37.365Z Sep 16 23:25:32.532 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
239642026-09-16T23:25:37.365Z Sep 16 23:25:32.533 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
239652026-09-16T23:25:37.365Z Sep 16 23:25:32.571 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
239662026-09-16T23:25:37.365Z Sep 16 23:25:32.571 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
239672026-09-16T23:25:37.365Z Sep 16 23:25:32.609 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
239682026-09-16T23:25:37.365Z Sep 16 23:25:32.609 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
239692026-09-16T23:25:37.365Z Sep 16 23:25:32.646 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
239702026-09-16T23:25:37.365Z Sep 16 23:25:32.646 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
239712026-09-16T23:25:37.365Z Sep 16 23:25:32.653 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
239722026-09-16T23:25:37.365Z Sep 16 23:25:32.653 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239732026-09-16T23:25:37.365Z Sep 16 23:25:32.659 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
239742026-09-16T23:25:37.365Z Sep 16 23:25:32.659 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239752026-09-16T23:25:37.366Z Sep 16 23:25:32.665 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239762026-09-16T23:25:37.366Z Sep 16 23:25:32.665 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239772026-09-16T23:25:37.366Z Sep 16 23:25:32.671 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
239782026-09-16T23:25:37.366Z Sep 16 23:25:32.671 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239792026-09-16T23:25:37.366Z Sep 16 23:25:32.671 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
239802026-09-16T23:25:37.366Z Sep 16 23:25:32.671 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
239812026-09-16T23:25:37.366Z Sep 16 23:25:32.671 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
239822026-09-16T23:25:37.366Z Sep 16 23:25:32.671 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
239832026-09-16T23:25:37.366Z Sep 16 23:25:32.672 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
239842026-09-16T23:25:37.366Z Sep 16 23:25:32.672 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
239852026-09-16T23:25:37.366Z Sep 16 23:25:32.672 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
239862026-09-16T23:25:37.366Z Sep 16 23:25:32.672 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
239872026-09-16T23:25:37.366Z Sep 16 23:25:32.675 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239882026-09-16T23:25:37.366Z Sep 16 23:25:32.675 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239892026-09-16T23:25:37.366Z Sep 16 23:25:32.680 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239902026-09-16T23:25:37.366Z Sep 16 23:25:32.680 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
239912026-09-16T23:25:37.366Z Sep 16 23:25:32.681 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239922026-09-16T23:25:37.366Z Sep 16 23:25:32.719 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239932026-09-16T23:25:37.366Z Sep 16 23:25:32.725 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239942026-09-16T23:25:37.367Z Sep 16 23:25:32.727 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
239952026-09-16T23:25:37.367Z Sep 16 23:25:32.765 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
239962026-09-16T23:25:37.367Z Sep 16 23:25:32.771 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
239972026-09-16T23:25:37.367Z Sep 16 23:25:32.813 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
239982026-09-16T23:25:37.367Z Sep 16 23:25:32.819 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
239992026-09-16T23:25:37.367Z Sep 16 23:25:32.857 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
240002026-09-16T23:25:37.367Z Sep 16 23:25:32.863 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240012026-09-16T23:25:37.367Z Sep 16 23:25:32.865 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
240022026-09-16T23:25:37.367Z Sep 16 23:25:32.903 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
240032026-09-16T23:25:37.367Z Sep 16 23:25:32.909 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240042026-09-16T23:25:37.367Z Sep 16 23:25:32.911 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
240052026-09-16T23:25:37.367Z Sep 16 23:25:32.949 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
240062026-09-16T23:25:37.367Z Sep 16 23:25:32.955 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240072026-09-16T23:25:37.367Z Sep 16 23:25:32.955 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240082026-09-16T23:25:37.367Z Sep 16 23:25:32.955 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240092026-09-16T23:25:37.367Z Sep 16 23:25:32.993 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
240102026-09-16T23:25:37.368Z Sep 16 23:25:32.999 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240112026-09-16T23:25:37.368Z Sep 16 23:25:33.037 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
240122026-09-16T23:25:37.368Z Sep 16 23:25:33.043 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240132026-09-16T23:25:37.368Z Sep 16 23:25:33.044 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240142026-09-16T23:25:37.368Z Sep 16 23:25:33.051 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240152026-09-16T23:25:37.368Z Sep 16 23:25:33.058 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240162026-09-16T23:25:37.368Z Sep 16 23:25:33.058 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240172026-09-16T23:25:37.368Z Sep 16 23:25:33.073 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240182026-09-16T23:25:37.368Z Sep 16 23:25:33.080 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240192026-09-16T23:25:37.368Z Sep 16 23:25:33.124 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240202026-09-16T23:25:37.372Z Sep 16 23:25:33.124 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240212026-09-16T23:25:37.372Z Sep 16 23:25:33.163 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240222026-09-16T23:25:37.372Z Sep 16 23:25:33.163 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240232026-09-16T23:25:37.372Z Sep 16 23:25:33.216 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240242026-09-16T23:25:37.372Z Sep 16 23:25:33.216 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240252026-09-16T23:25:37.372Z Sep 16 23:25:33.254 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240262026-09-16T23:25:37.373Z Sep 16 23:25:33.254 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240272026-09-16T23:25:37.373Z Sep 16 23:25:33.291 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240282026-09-16T23:25:37.373Z Sep 16 23:25:33.291 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240292026-09-16T23:25:37.373Z Sep 16 23:25:33.330 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240302026-09-16T23:25:37.373Z Sep 16 23:25:33.330 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240312026-09-16T23:25:37.373Z Sep 16 23:25:33.368 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240322026-09-16T23:25:37.373Z Sep 16 23:25:33.368 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240332026-09-16T23:25:37.373Z Sep 16 23:25:33.406 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240342026-09-16T23:25:37.373Z Sep 16 23:25:33.406 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240352026-09-16T23:25:37.373Z Sep 16 23:25:33.413 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240362026-09-16T23:25:37.373Z Sep 16 23:25:33.413 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240372026-09-16T23:25:37.373Z Sep 16 23:25:33.419 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240382026-09-16T23:25:37.373Z Sep 16 23:25:33.419 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240392026-09-16T23:25:37.373Z Sep 16 23:25:33.425 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240402026-09-16T23:25:37.373Z Sep 16 23:25:33.425 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240412026-09-16T23:25:37.374Z Sep 16 23:25:33.431 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240422026-09-16T23:25:37.374Z Sep 16 23:25:33.431 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240432026-09-16T23:25:37.374Z Sep 16 23:25:33.437 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240442026-09-16T23:25:37.374Z Sep 16 23:25:33.437 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240452026-09-16T23:25:37.374Z Sep 16 23:25:33.443 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240462026-09-16T23:25:37.374Z Sep 16 23:25:33.444 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240472026-09-16T23:25:37.374Z Sep 16 23:25:33.450 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240482026-09-16T23:25:37.374Z Sep 16 23:25:33.450 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240492026-09-16T23:25:37.374Z Sep 16 23:25:33.456 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240502026-09-16T23:25:37.374Z Sep 16 23:25:33.456 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240512026-09-16T23:25:37.374Z Sep 16 23:25:33.458 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
240522026-09-16T23:25:37.374Z Sep 16 23:25:33.461 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
240532026-09-16T23:25:37.374Z Sep 16 23:25:33.463 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
240542026-09-16T23:25:37.374Z Sep 16 23:25:33.501 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
240552026-09-16T23:25:37.374Z Sep 16 23:25:33.507 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240562026-09-16T23:25:37.374Z Sep 16 23:25:33.547 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
240572026-09-16T23:25:37.374Z Sep 16 23:25:33.553 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240582026-09-16T23:25:37.374Z Sep 16 23:25:33.555 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
240592026-09-16T23:25:37.374Z Sep 16 23:25:33.593 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
240602026-09-16T23:25:37.374Z Sep 16 23:25:33.599 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240612026-09-16T23:25:37.374Z Sep 16 23:25:33.600 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240622026-09-16T23:25:37.374Z Sep 16 23:25:33.638 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
240632026-09-16T23:25:37.374Z Sep 16 23:25:33.644 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240642026-09-16T23:25:37.374Z Sep 16 23:25:33.644 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240652026-09-16T23:25:37.374Z Sep 16 23:25:33.651 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
240662026-09-16T23:25:37.374Z Sep 16 23:25:33.659 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
240672026-09-16T23:25:37.374Z Sep 16 23:25:33.703 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240682026-09-16T23:25:37.374Z Sep 16 23:25:33.704 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240692026-09-16T23:25:37.374Z Sep 16 23:25:33.749 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240702026-09-16T23:25:37.374Z Sep 16 23:25:33.749 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240712026-09-16T23:25:37.374Z Sep 16 23:25:33.786 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
240722026-09-16T23:25:37.374Z Sep 16 23:25:33.786 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
240732026-09-16T23:25:37.374Z Sep 16 23:25:33.787 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
240742026-09-16T23:25:37.374Z Sep 16 23:25:33.787 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
240752026-09-16T23:25:37.374Z Sep 16 23:25:33.787 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
240762026-09-16T23:25:37.374Z Sep 16 23:25:33.788 DEBG session failed, error: session deadline exceeded; discard the link and reconnect, component: gossip manager, test: session_resumes_at_stored_successor
240772026-09-16T23:25:37.374Z Sep 16 23:25:33.788 DEBG link driver stopped, dominated: false, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
240782026-09-16T23:25:37.374Z Sep 16 23:25:33.788 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
240792026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG link driver stopped, dominated: false, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
240802026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG linked baseboards changed, live: [], linked: {}, component: gossip manager, test: session_resumes_at_stored_successor
240812026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
240822026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
240832026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG link driver stopped, dominated: false, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
240842026-09-16T23:25:37.375Z Sep 16 23:25:33.788 DEBG linked baseboards changed, live: [[::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
240852026-09-16T23:25:37.375Z Sep 16 23:25:33.826 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
240862026-09-16T23:25:37.375Z Sep 16 23:25:33.826 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
240872026-09-16T23:25:37.375Z Sep 16 23:25:33.832 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240882026-09-16T23:25:37.375Z Sep 16 23:25:33.832 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240892026-09-16T23:25:37.375Z Sep 16 23:25:33.838 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240902026-09-16T23:25:37.375Z Sep 16 23:25:33.838 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240912026-09-16T23:25:37.375Z Sep 16 23:25:33.844 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
240922026-09-16T23:25:37.375Z Sep 16 23:25:33.844 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
240932026-09-16T23:25:37.375Z Sep 16 23:25:33.850 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
240942026-09-16T23:25:37.375Z Sep 16 23:25:33.850 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
240952026-09-16T23:25:37.375Z Sep 16 23:25:33.963 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
240962026-09-16T23:25:37.376Z Sep 16 23:25:33.963 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
240972026-09-16T23:25:37.376Z Sep 16 23:25:33.968 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
240982026-09-16T23:25:37.376Z Sep 16 23:25:34.006 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
240992026-09-16T23:25:37.376Z Sep 16 23:25:34.012 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241002026-09-16T23:25:37.376Z Sep 16 23:25:34.014 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
241012026-09-16T23:25:37.376Z Sep 16 23:25:34.051 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
241022026-09-16T23:25:37.376Z Sep 16 23:25:34.057 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241032026-09-16T23:25:37.376Z Sep 16 23:25:34.096 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
241042026-09-16T23:25:37.376Z Sep 16 23:25:34.102 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
241052026-09-16T23:25:37.376Z Sep 16 23:25:34.140 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets listen, test: session_resumes_at_stored_successor
241062026-09-16T23:25:37.376Z Sep 16 23:25:34.146 INFO Signature verified successfully, component: sprockets listen, test: session_resumes_at_stored_successor
241072026-09-16T23:25:37.376Z Sep 16 23:25:34.146 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
241082026-09-16T23:25:37.376Z Sep 16 23:25:34.147 INFO Running with protocol version 2, component: sprockets dial, test: session_resumes_at_stored_successor
241092026-09-16T23:25:37.376Z Sep 16 23:25:34.147 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
241102026-09-16T23:25:37.376Z Sep 16 23:25:34.154 INFO Running with protocol version 2, component: sprockets listen, test: session_resumes_at_stored_successor
241112026-09-16T23:25:37.376Z Sep 16 23:25:34.213 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE002" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
241122026-09-16T23:25:37.376Z Sep 16 23:25:34.213 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
241132026-09-16T23:25:37.376Z Sep 16 23:25:34.251 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets listen, test: session_resumes_at_stored_successor
241142026-09-16T23:25:37.376Z Sep 16 23:25:34.251 INFO TQ & attestation cert chains agree on platform id, component: sprockets listen, test: session_resumes_at_stored_successor
241152026-09-16T23:25:37.376Z Sep 16 23:25:34.289 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE001" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
241162026-09-16T23:25:37.376Z Sep 16 23:25:34.289 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
241172026-09-16T23:25:37.376Z Sep 16 23:25:34.327 INFO Cert chain from peer "PDV2:913-0000019:RRR:2FAKE003" verified against root "CN=test-root-a,O=Oxide Computer Company,C=US", component: sprockets dial, test: session_resumes_at_stored_successor
241182026-09-16T23:25:37.376Z Sep 16 23:25:34.327 INFO TQ & attestation cert chains agree on platform id, component: sprockets dial, test: session_resumes_at_stored_successor
241192026-09-16T23:25:37.376Z Sep 16 23:25:34.333 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
241202026-09-16T23:25:37.381Z Sep 16 23:25:34.333 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
241212026-09-16T23:25:37.381Z Sep 16 23:25:34.339 INFO Peer attestation verified, component: sprockets listen, test: session_resumes_at_stored_successor
241222026-09-16T23:25:37.381Z Sep 16 23:25:34.339 INFO Peer measurements appraised successfully, component: sprockets listen, test: session_resumes_at_stored_successor
241232026-09-16T23:25:37.381Z Sep 16 23:25:34.345 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
241242026-09-16T23:25:37.382Z Sep 16 23:25:34.345 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241252026-09-16T23:25:37.382Z Sep 16 23:25:34.351 INFO Peer attestation verified, component: sprockets dial, test: session_resumes_at_stored_successor
241262026-09-16T23:25:37.382Z Sep 16 23:25:34.351 INFO Peer measurements appraised successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241272026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG driving link, peer: [::1]:61754, component: gossip manager, test: session_resumes_at_stored_successor
241282026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG linked baseboards changed, live: [[::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
241292026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
241302026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG linked baseboards changed, live: [[::1]:53432, [::1]:61754], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }}, component: gossip manager, test: session_resumes_at_stored_successor
241312026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG driving link, peer: [::1]:53432, component: gossip manager, test: session_resumes_at_stored_successor
241322026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG linked baseboards changed, live: [[::1]:42323, [::1]:53432], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE001" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
241332026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG driving link, peer: [::1]:42323, component: gossip manager, test: session_resumes_at_stored_successor
241342026-09-16T23:25:37.382Z Sep 16 23:25:34.352 DEBG linked baseboards changed, live: [[::1]:61754, [::1]:42323], linked: {BaseboardId { part_number: "913-0000019", serial_number: "2FAKE002" }, BaseboardId { part_number: "913-0000019", serial_number: "2FAKE003" }}, component: gossip manager, test: session_resumes_at_stored_successor
241352026-09-16T23:25:37.382Z Sep 16 23:25:34.355 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
241362026-09-16T23:25:37.382Z Sep 16 23:25:34.355 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
241372026-09-16T23:25:37.382Z Sep 16 23:25:34.360 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
241382026-09-16T23:25:37.382Z Sep 16 23:25:34.360 INFO Using file "/tmp/sush-resume-Cchgej/corim.cbor", component: sprockets listen, test: session_resumes_at_stored_successor
241392026-09-16T23:25:37.382Z Sep 16 23:25:34.362 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
241402026-09-16T23:25:37.382Z Sep 16 23:25:34.399 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
241412026-09-16T23:25:37.382Z Sep 16 23:25:34.405 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241422026-09-16T23:25:37.382Z Sep 16 23:25:34.407 INFO Loaded keys and certs, component: sprockets dial, test: session_resumes_at_stored_successor
241432026-09-16T23:25:37.382Z Sep 16 23:25:34.445 INFO verifier succeeded against root w/ subject: CN=test-root-a,O=Oxide Computer Company,C=US, component: sprockets dial, test: session_resumes_at_stored_successor
241442026-09-16T23:25:37.382Z Sep 16 23:25:34.451 INFO Signature verified successfully, component: sprockets dial, test: session_resumes_at_stored_successor
241452026-09-16T23:25:37.382Z test session_resumes_at_stored_successor ... FAILED
241462026-09-16T23:25:37.382Z
241472026-09-16T23:25:37.382Z failures:
241482026-09-16T23:25:37.382Z
241492026-09-16T23:25:37.382Z failures:
241502026-09-16T23:25:37.382Z session_resumes_at_stored_successor
241512026-09-16T23:25:37.382Z
241522026-09-16T23:25:37.382Z test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 9 filtered out; finished in 125.37s
241532026-09-16T23:25:37.382Z
241542026-09-16T23:25:37.382Z stderr ───
241552026-09-16T23:25:37.382Z
241562026-09-16T23:25:37.382Z thread 'session_resumes_at_stored_successor' (2) panicked at server/tests/common/mod.rs:130:9:
241572026-09-16T23:25:37.382Z timed out waiting for the resumed run reaches A
241582026-09-16T23:25:37.382Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
241592026-09-16T23:25:37.382Z
241602026-09-16T23:25:37.382Z────────────
241612026-09-16T23:25:37.382Z Summary [ 128.114s] 168 tests run: 166 passed, 2 failed, 0 skipped
241622026-09-16T23:25:37.383Z FAIL [ 122.559s] (167/168) sush-server::distributed stragglers_do_not_interrupt_live_jobs
241632026-09-16T23:25:37.383Z FAIL [ 125.386s] (168/168) sush-server::distributed session_resumes_at_stored_successor
241642026-09-16T23:25:37.383Zerror: test run failed
241652026-09-16T23:25:37.383Zerror: recipe `ci` failed on line 20 with exit code 100
241662026-09-16T23:25:37.383Zprocess exited: duration 519736 ms, exit code 100
 
241672026-09-16T23:25:37.401Zfound 1 output files
241682026-09-16T23:25:37.419Zuploading: /work/sush (39265112 bytes)
241692026-09-16T23:25:38.945Zuploaded: /work/sush