01HX04K66BTXZ8AXN94VE6SED6: test-bfd

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

Buildomat Job: 01HX04KM8WRW30V5D6SZVNC9RM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T21:11:09.752Zjob assigned to worker 01HX04M1QCT41AZCJYYG0KXY9W (queued for 2 m 19 s)
 
22024-05-03T21:11:17.018Zstarting task 0: "setup"
32024-05-03T21:11:17.082Z++ uname -s
42024-05-03T21:11:17.087Z+ kern=SunOS
52024-05-03T21:11:17.087Z+ case "$kern" in
62024-05-03T21:11:17.087Z+ groupadd -g 12345 build
72024-05-03T21:11:17.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T21:11:19.162Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T21:11:19.272Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T21:11:19.279Z+ home_fs=zfs
112024-05-03T21:11:19.279Z+ [[ zfs == autofs ]]
122024-05-03T21:11:19.279Z+ mkdir -p /home/build
132024-05-03T21:11:19.279Z+ chown build:build /home/build /work
142024-05-03T21:11:21.278Z+ chmod 0700 /home/build /work
152024-05-03T21:11:21.281Zprocess exited: duration 4261 ms, exit code 0
 
162024-05-03T21:11:21.288Zstarting task 1: "rust-toolchain"
172024-05-03T21:11:21.298Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T21:11:21.303Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T21:11:21.409Zinfo: downloading installer
202024-05-03T21:11:23.061Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T21:11:23.061Zwarning: /opt/ooce/bin
222024-05-03T21:11:23.061Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T21:11:23.061Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T21:11:23.062Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T21:11:23.062Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T21:11:23.062Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T21:11:23.062Zerror: cannot install while Rust is installed
282024-05-03T21:11:23.062Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T21:11:23.225Zinfo: profile set to 'default'
302024-05-03T21:11:23.225Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T21:11:23.225Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T21:11:23.437Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T21:11:23.437Zinfo: downloading component 'cargo'
342024-05-03T21:11:24.616Zinfo: downloading component 'clippy'
352024-05-03T21:11:25.045Zinfo: downloading component 'rust-docs'
362024-05-03T21:11:26.540Zinfo: downloading component 'rust-std'
372024-05-03T21:11:29.025Zinfo: downloading component 'rustc'
382024-05-03T21:11:34.349Zinfo: downloading component 'rustfmt'
392024-05-03T21:11:34.696Zinfo: installing component 'cargo'
402024-05-03T21:11:35.585Zinfo: installing component 'clippy'
412024-05-03T21:11:35.973Zinfo: installing component 'rust-docs'
422024-05-03T21:11:37.598Zinfo: installing component 'rust-std'
432024-05-03T21:11:39.459Zinfo: installing component 'rustc'
442024-05-03T21:11:44.147Zinfo: installing component 'rustfmt'
452024-05-03T21:11:44.764Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T21:11:44.764Z
472024-05-03T21:11:45.032Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T21:11:45.032Z
492024-05-03T21:11:45.041Z
502024-05-03T21:11:45.042ZRust is installed now. Great!
512024-05-03T21:11:45.042Z
522024-05-03T21:11:45.042ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T21:11:45.042Zenvironment variable. This has not been done automatically.
542024-05-03T21:11:45.042Z
552024-05-03T21:11:45.042ZTo configure your current shell, you need to source
562024-05-03T21:11:45.042Zthe corresponding env file under $HOME/.cargo.
572024-05-03T21:11:45.042Z
582024-05-03T21:11:45.042ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T21:11:45.042Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T21:11:45.042Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T21:11:45.120Z+ rustc --version
622024-05-03T21:11:45.189Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T21:11:45.205Zprocess exited: duration 23896 ms, exit code 0
 
642024-05-03T21:11:45.258Zstarting task 2: "authentication"
652024-05-03T21:11:45.280Zprocess exited: duration 21 ms, exit code 0
 
662024-05-03T21:11:45.290Zstarting task 3: "clone repository"
672024-05-03T21:11:45.295Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T21:11:45.299Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T21:11:45.656ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T21:11:48.263Z+ cd /work/oxidecomputer/maghemite
712024-05-03T21:11:48.263Z+ git fetch origin 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
722024-05-03T21:11:48.547ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T21:11:48.547Z * branch 6c4ab1a759adbda4324dffae80ea0d47f1ca1987 -> FETCH_HEAD
742024-05-03T21:11:48.556Z+ [[ -n oxpop ]]
752024-05-03T21:11:48.570Z++ git branch --show-current
762024-05-03T21:11:48.570Z+ current=main
772024-05-03T21:11:48.570Z+ [[ main != oxpop ]]
782024-05-03T21:11:48.570Z+ git branch -f oxpop 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
792024-05-03T21:11:48.570Z+ git checkout -f oxpop
802024-05-03T21:11:48.576ZSwitched to branch 'oxpop'
812024-05-03T21:11:48.580Z+ git reset --hard 6c4ab1a759adbda4324dffae80ea0d47f1ca1987
822024-05-03T21:11:48.589ZHEAD is now at 6c4ab1a review feedback
832024-05-03T21:11:48.593Zprocess exited: duration 3299 ms, exit code 0
 
842024-05-03T21:11:48.609Zstarting task 4: "build"
852024-05-03T21:11:48.614Z+ set -o errexit
862024-05-03T21:11:48.615Z+ set -o pipefail
872024-05-03T21:11:48.615Z+ cargo --version
882024-05-03T21:11:48.622Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
892024-05-03T21:11:48.764Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
902024-05-03T21:11:48.764Zinfo: downloading component 'cargo'
912024-05-03T21:11:49.597Zinfo: downloading component 'clippy'
922024-05-03T21:11:49.870Zinfo: downloading component 'rust-docs'
932024-05-03T21:11:50.979Zinfo: downloading component 'rust-std'
942024-05-03T21:11:52.719Zinfo: downloading component 'rustc'
952024-05-03T21:11:57.438Zinfo: downloading component 'rustfmt'
962024-05-03T21:11:57.438Zinfo: installing component 'cargo'
972024-05-03T21:11:58.303Zinfo: installing component 'clippy'
982024-05-03T21:11:58.684Zinfo: installing component 'rust-docs'
992024-05-03T21:12:00.170Zinfo: installing component 'rust-std'
1002024-05-03T21:12:01.959Zinfo: installing component 'rustc'
1012024-05-03T21:12:06.362Zinfo: installing component 'rustfmt'
1022024-05-03T21:12:06.785Zcargo 1.77.2 (e52e36006 2024-03-26)
1032024-05-03T21:12:06.789Z+ rustc --version
1042024-05-03T21:12:06.881Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
1052024-05-03T21:12:06.886Z+ cargo install cargo-nextest
1062024-05-03T21:12:06.976Z Updating crates.io index
1072024-05-03T21:12:07.058Z Downloading crates ...
1082024-05-03T21:12:07.128Z Downloaded cargo-nextest v0.9.70
1092024-05-03T21:12:07.164Z Installing cargo-nextest v0.9.70
1102024-05-03T21:12:07.228Z Updating crates.io index
1112024-05-03T21:12:08.058Z Downloading crates ...
1122024-05-03T21:12:08.149Z Downloaded addr2line v0.21.0
1132024-05-03T21:12:08.155Z Downloaded atomicwrites v0.4.3
1142024-05-03T21:12:08.159Z Downloaded autocfg v1.3.0
1152024-05-03T21:12:08.159Z Downloaded anstyle v1.0.7
1162024-05-03T21:12:08.162Z Downloaded adler v1.0.2
1172024-05-03T21:12:08.163Z Downloaded anstream v0.6.14
1182024-05-03T21:12:08.166Z Downloaded ipnet v2.9.0
1192024-05-03T21:12:08.167Z Downloaded supports-unicode v3.0.0
1202024-05-03T21:12:08.195Z Downloaded base64 v0.21.7
1212024-05-03T21:12:08.202Z Downloaded swrite v0.1.0
1222024-05-03T21:12:08.202Z Downloaded backtrace-ext v0.2.1
1232024-05-03T21:12:08.202Z Downloaded anstyle-parse v0.2.4
1242024-05-03T21:12:08.202Z Downloaded target-spec v3.1.0
1252024-05-03T21:12:08.202Z Downloaded ahash v0.8.11
1262024-05-03T21:12:08.202Z Downloaded tinyvec_macros v0.1.1
1272024-05-03T21:12:08.202Z Downloaded backtrace v0.3.71
1282024-05-03T21:12:08.203Z Downloaded tinyvec v1.6.0
1292024-05-03T21:12:08.210Z Downloaded thiserror v1.0.59
1302024-05-03T21:12:08.210Z Downloaded toml_datetime v0.6.5
1312024-05-03T21:12:08.216Z Downloaded display-error-chain v0.2.0
1322024-05-03T21:12:08.216Z Downloaded tokio-rustls v0.24.1
1332024-05-03T21:12:08.216Z Downloaded terminal_size v0.3.0
1342024-05-03T21:12:08.216Z Downloaded target-lexicon v0.12.14
1352024-05-03T21:12:08.216Z Downloaded tokio-util v0.7.10
1362024-05-03T21:12:08.222Z Downloaded tempfile v3.10.1
1372024-05-03T21:12:08.227Z Downloaded colorchoice v1.0.1
1382024-05-03T21:12:08.227Z Downloaded config v0.14.0
1392024-05-03T21:12:08.236Z Downloaded home v0.5.9
1402024-05-03T21:12:08.240Z Downloaded generic-array v0.14.7
1412024-05-03T21:12:08.240Z Downloaded enable-ansi-support v0.2.1
1422024-05-03T21:12:08.241Z Downloaded either v1.11.0
1432024-05-03T21:12:08.246Z Downloaded target-spec-miette v0.4.0
1442024-05-03T21:12:08.246Z Downloaded tar v0.4.40
1452024-05-03T21:12:08.246Z Downloaded foreign-types v0.3.2
1462024-05-03T21:12:08.253Z Downloaded sync_wrapper v0.1.2
1472024-05-03T21:12:08.253Z Downloaded guppy-workspace-hack v0.1.0
1482024-05-03T21:12:08.253Z Downloaded tower-service v0.3.2
1492024-05-03T21:12:08.254Z Downloaded toml v0.8.12
1502024-05-03T21:12:09.093Z Downloaded async-scoped v0.9.0
1512024-05-03T21:12:09.093Z Downloaded errno v0.3.8
1522024-05-03T21:12:09.094Z Downloaded cargo-platform v0.1.8
1532024-05-03T21:12:09.094Z Downloaded fastrand v2.1.0
1542024-05-03T21:12:09.094Z Downloaded digest v0.10.7
1552024-05-03T21:12:09.094Z Downloaded cfg-if v1.0.0
1562024-05-03T21:12:09.094Z Downloaded openssl-probe v0.1.5
1572024-05-03T21:12:09.095Z Downloaded want v0.3.1
1582024-05-03T21:12:09.095Z Downloaded toml_edit v0.22.12
1592024-05-03T21:12:09.095Z Downloaded number_prefix v0.4.0
1602024-05-03T21:12:09.095Z Downloaded is-terminal v0.4.12
1612024-05-03T21:12:09.095Z Downloaded vte_generate_state_changes v0.1.1
1622024-05-03T21:12:09.096Z Downloaded urlencoding v2.1.3
1632024-05-03T21:12:09.096Z Downloaded try-lock v0.2.5
1642024-05-03T21:12:09.096Z Downloaded tokio-macros v2.2.0
1652024-05-03T21:12:09.096Z Downloaded thiserror-impl v1.0.59
1662024-05-03T21:12:09.096Z Downloaded indenter v0.3.3
1672024-05-03T21:12:09.096Z Downloaded openssl-macros v0.1.1
1682024-05-03T21:12:09.096Z Downloaded nextest-workspace-hack v0.1.0
1692024-05-03T21:12:09.097Z Downloaded nested v0.1.1
1702024-05-03T21:12:09.097Z Downloaded mukti-metadata v0.2.1
1712024-05-03T21:12:09.097Z Downloaded is_terminal_polyfill v1.70.0
1722024-05-03T21:12:09.097Z Downloaded tokio-native-tls v0.3.1
1732024-05-03T21:12:09.097Z Downloaded form_urlencoded v1.2.1
1742024-05-03T21:12:09.098Z Downloaded ed25519 v2.2.3
1752024-05-03T21:12:09.098Z Downloaded newtype-uuid v1.1.0
1762024-05-03T21:12:09.098Z Downloaded utf8parse v0.2.1
1772024-05-03T21:12:09.098Z Downloaded humantime-serde v1.1.1
1782024-05-03T21:12:09.098Z Downloaded futures-sink v0.3.30
1792024-05-03T21:12:09.099Z Downloaded xattr v1.3.1
1802024-05-03T21:12:09.099Z Downloaded version_check v0.9.4
1812024-05-03T21:12:09.099Z Downloaded futures-task v0.3.30
1822024-05-03T21:12:09.099Z Downloaded filetime v0.2.23
1832024-05-03T21:12:09.099Z Downloaded pathdiff v0.2.1
1842024-05-03T21:12:09.100Z Downloaded is_ci v1.2.0
1852024-05-03T21:12:09.100Z Downloaded heck v0.5.0
1862024-05-03T21:12:09.100Z Downloaded futures-io v0.3.30
1872024-05-03T21:12:09.100Z Downloaded future-queue v0.3.0
1882024-05-03T21:12:09.100Z Downloaded debug-ignore v1.0.5
1892024-05-03T21:12:09.100Z Downloaded env_filter v0.1.0
1902024-05-03T21:12:09.100Z Downloaded duct v0.13.7
1912024-05-03T21:12:09.100Z Downloaded camino-tempfile v1.1.1
1922024-05-03T21:12:09.100Z Downloaded cpufeatures v0.2.12
1932024-05-03T21:12:09.100Z Downloaded block-buffer v0.10.4
1942024-05-03T21:12:09.100Z Downloaded foreign-types-shared v0.1.1
1952024-05-03T21:12:09.100Z Downloaded equivalent v1.0.1
1962024-05-03T21:12:09.101Z Downloaded supports-hyperlinks v3.0.0
1972024-05-03T21:12:09.101Z Downloaded dialoguer v0.11.0
1982024-05-03T21:12:09.101Z Downloaded cfg_aliases v0.1.1
1992024-05-03T21:12:09.101Z Downloaded curve25519-dalek-derive v0.1.1
2002024-05-03T21:12:09.101Z Downloaded aho-corasick v1.1.3
2012024-05-03T21:12:09.101Z Downloaded zeroize v1.7.0
2022024-05-03T21:12:09.101Z Downloaded untrusted v0.9.0
2032024-05-03T21:12:09.101Z Downloaded http-body v0.4.6
2042024-05-03T21:12:09.101Z Downloaded nextest-metadata v0.10.0
2052024-05-03T21:12:09.101Z Downloaded unicode-linebreak v0.1.5
2062024-05-03T21:12:09.101Z Downloaded crypto-common v0.1.6
2072024-05-03T21:12:09.101Z Downloaded humantime v2.1.0
2082024-05-03T21:12:09.101Z Downloaded hyper-tls v0.5.0
2092024-05-03T21:12:09.101Z Downloaded httpdate v1.0.3
2102024-05-03T21:12:09.101Z Downloaded mime v0.3.17
2112024-05-03T21:12:09.101Z Downloaded futures-macro v0.3.30
2122024-05-03T21:12:09.101Z Downloaded vte v0.11.1
2132024-05-03T21:12:09.101Z Downloaded futures-core v0.3.30
2142024-05-03T21:12:09.101Z Downloaded signature v2.2.0
2152024-05-03T21:12:09.101Z Downloaded supports-color v3.0.0
2162024-05-03T21:12:09.101Z Downloaded textwrap v0.16.1
2172024-05-03T21:12:09.101Z Downloaded quick-junit v0.4.0
2182024-05-03T21:12:09.101Z Downloaded signal-hook-registry v1.4.2
2192024-05-03T21:12:09.102Z Downloaded pkg-config v0.3.30
2202024-05-03T21:12:09.102Z Downloaded pin-utils v0.1.0
2212024-05-03T21:12:09.102Z Downloaded percent-encoding v2.3.1
2222024-05-03T21:12:09.102Z Downloaded os_pipe v1.1.5
2232024-05-03T21:12:09.102Z Downloaded lazy_static v1.4.0
2242024-05-03T21:12:09.102Z Downloaded itoa v1.0.11
2252024-05-03T21:12:09.102Z Downloaded zipsign-api v0.1.1
2262024-05-03T21:12:09.102Z Downloaded console v0.15.8
2272024-05-03T21:12:09.102Z Downloaded spki v0.7.3
2282024-05-03T21:12:09.102Z Downloaded num_cpus v1.16.0
2292024-05-03T21:12:09.102Z Downloaded zstd-safe v7.1.0
2302024-05-03T21:12:09.102Z Downloaded serde_path_to_error v0.1.16
2312024-05-03T21:12:09.102Z Downloaded serde_urlencoded v0.7.1
2322024-05-03T21:12:09.102Z Downloaded ppv-lite86 v0.2.17
2332024-05-03T21:12:09.102Z Downloaded serde_spanned v0.6.5
2342024-05-03T21:12:09.102Z Downloaded rustc_version v0.4.0
2352024-05-03T21:12:09.102Z Downloaded miette-derive v7.2.0
2362024-05-03T21:12:09.102Z Downloaded supports-color v2.1.0
2372024-05-03T21:12:09.102Z Downloaded subtle v2.5.0
2382024-05-03T21:12:09.102Z Downloaded strsim v0.11.1
2392024-05-03T21:12:09.102Z Downloaded serde_ignored v0.1.10
2402024-05-03T21:12:09.102Z Downloaded strip-ansi-escapes v0.2.0
2412024-05-03T21:12:09.102Z Downloaded static_assertions v1.1.0
2422024-05-03T21:12:09.102Z Downloaded unicode-width v0.1.12
2432024-05-03T21:12:09.103Z Downloaded pin-project-internal v1.1.5
2442024-05-03T21:12:09.103Z Downloaded pin-project-lite v0.2.14
2452024-05-03T21:12:09.103Z Downloaded smawk v0.3.2
2462024-05-03T21:12:09.103Z Downloaded crc32fast v1.4.0
2472024-05-03T21:12:09.103Z Downloaded camino v1.1.6
2482024-05-03T21:12:09.103Z Downloaded jobserver v0.1.31
2492024-05-03T21:12:09.103Z Downloaded iana-time-zone v0.1.60
2502024-05-03T21:12:09.110Z Downloaded httparse v1.8.0
2512024-05-03T21:12:09.110Z Downloaded futures-executor v0.3.30
2522024-05-03T21:12:09.111Z Downloaded self-replace v1.3.7
2532024-05-03T21:12:09.111Z Downloaded futures-channel v0.3.30
2542024-05-03T21:12:09.111Z Downloaded rand_core v0.6.4
2552024-05-03T21:12:09.111Z Downloaded once_cell v1.19.0
2562024-05-03T21:12:09.111Z Downloaded xxhash-rust v0.8.10
2572024-05-03T21:12:09.111Z Downloaded shared_child v1.0.0
2582024-05-03T21:12:09.112Z Downloaded pkcs8 v0.10.2
2592024-05-03T21:12:09.112Z Downloaded rand_chacha v0.3.1
2602024-05-03T21:12:09.112Z Downloaded platforms v3.4.0
2612024-05-03T21:12:09.112Z Downloaded rustc-demangle v0.1.23
2622024-05-03T21:12:09.112Z Downloaded cfg-expr v0.15.8
2632024-05-03T21:12:09.112Z Downloaded semver v1.0.22
2642024-05-03T21:12:09.112Z Downloaded log v0.4.21
2652024-05-03T21:12:09.113Z Downloaded owo-colors v4.0.0
2662024-05-03T21:12:09.113Z Downloaded zstd v0.13.1
2672024-05-03T21:12:09.113Z Downloaded smol_str v0.2.1
2682024-05-03T21:12:09.113Z Downloaded quote v1.0.36
2692024-05-03T21:12:09.113Z Downloaded spin v0.9.8
2702024-05-03T21:12:09.114Z Downloaded uuid v1.8.0
2712024-05-03T21:12:09.114Z Downloaded unicode-bidi v0.3.15
2722024-05-03T21:12:09.114Z Downloaded tracing v0.1.40
2732024-05-03T21:12:09.114Z Downloaded const-oid v0.9.6
2742024-05-03T21:12:09.114Z Downloaded self_update v0.39.0
2752024-05-03T21:12:09.115Z Downloaded owo-colors v3.5.0
2762024-05-03T21:12:09.115Z Downloaded sct v0.7.1
2772024-05-03T21:12:09.115Z Downloaded typenum v1.17.0
2782024-05-03T21:12:09.115Z Downloaded ryu v1.0.17
2792024-05-03T21:12:09.115Z Downloaded sha2 v0.10.8
2802024-05-03T21:12:09.115Z Downloaded smallvec v1.13.2
2812024-05-03T21:12:09.115Z Downloaded flate2 v1.0.30
2822024-05-03T21:12:09.116Z Downloaded slab v0.4.9
2832024-05-03T21:12:09.116Z Downloaded serde_derive v1.0.200
2842024-05-03T21:12:09.116Z Downloaded shell-words v1.1.0
2852024-05-03T21:12:09.116Z Downloaded socket2 v0.5.7
2862024-05-03T21:12:09.116Z Downloaded proc-macro2 v1.0.81
2872024-05-03T21:12:09.116Z Downloaded ron v0.8.1
2882024-05-03T21:12:09.116Z Downloaded getrandom v0.2.14
2892024-05-03T21:12:09.117Z Downloaded miniz_oxide v0.7.2
2902024-05-03T21:12:09.117Z Downloaded rustls-pemfile v1.0.4
2912024-05-03T21:12:09.117Z Downloaded futures v0.3.30
2922024-05-03T21:12:09.117Z Downloaded openssl-sys v0.9.102
2932024-05-03T21:12:09.117Z Downloaded ed25519-dalek v2.1.1
2942024-05-03T21:12:09.117Z Downloaded cc v1.0.96
2952024-05-03T21:12:09.117Z Downloaded url v2.5.0
2962024-05-03T21:12:09.117Z Downloaded der v0.7.9
2972024-05-03T21:12:09.118Z Downloaded mio v0.8.11
2982024-05-03T21:12:09.118Z Downloaded miette v7.2.0
2992024-05-03T21:12:09.118Z Downloaded memchr v2.7.2
3002024-05-03T21:12:09.118Z Downloaded rand v0.8.5
3012024-05-03T21:12:09.118Z Downloaded http v0.2.12
3022024-05-03T21:12:09.118Z Downloaded minimal-lexical v0.2.1
3032024-05-03T21:12:09.119Z Downloaded indexmap v2.2.6
3042024-05-03T21:12:09.119Z Downloaded unicode-normalization v0.1.23
3052024-05-03T21:12:09.119Z Downloaded pin-project v1.1.5
3062024-05-03T21:12:09.119Z Downloaded serde v1.0.200
3072024-05-03T21:12:09.119Z Downloaded tracing-core v0.1.32
3082024-05-03T21:12:09.119Z Downloaded globset v0.4.14
3092024-05-03T21:12:09.119Z Downloaded indicatif v0.17.8
3102024-05-03T21:12:09.120Z Downloaded nom v7.1.3
3112024-05-03T21:12:09.120Z Downloaded bitflags v2.5.0
3122024-05-03T21:12:09.120Z Downloaded portable-atomic v1.6.0
3132024-05-03T21:12:09.120Z Downloaded zerocopy v0.7.32
3142024-05-03T21:12:09.120Z Downloaded guppy v0.17.5
3152024-05-03T21:12:09.120Z Downloaded itertools v0.12.1
3162024-05-03T21:12:09.121Z Downloaded quick-xml v0.31.0
3172024-05-03T21:12:09.121Z Downloaded quick-xml v0.23.1
3182024-05-03T21:12:09.121Z Downloaded serde_json v1.0.116
3192024-05-03T21:12:09.121Z Downloaded hashbrown v0.14.5
3202024-05-03T21:12:09.122Z Downloaded webpki-roots v0.25.4
3212024-05-03T21:12:09.122Z Downloaded clap_builder v4.5.2
3222024-05-03T21:12:09.122Z Downloaded nextest-runner v0.55.0
3232024-05-03T21:12:09.122Z Downloaded h2 v0.3.26
3242024-05-03T21:12:09.122Z Downloaded rustls-webpki v0.101.7
3252024-05-03T21:12:09.122Z Downloaded reqwest v0.11.27
3262024-05-03T21:12:09.122Z Downloaded hyper v0.14.28
3272024-05-03T21:12:09.123Z Downloaded tokio v1.37.0
3282024-05-03T21:12:09.123Z Downloaded chrono v0.4.38
3292024-05-03T21:12:09.123Z Downloaded object v0.32.2
3302024-05-03T21:12:09.123Z Downloaded nix v0.28.0
3312024-05-03T21:12:09.123Z Downloaded openssl v0.10.64
3322024-05-03T21:12:09.123Z Downloaded vcpkg v0.2.15
3332024-05-03T21:12:09.124Z Downloaded libc v0.2.154
3342024-05-03T21:12:09.124Z Downloaded regex v1.10.4
3352024-05-03T21:12:09.124Z Downloaded curve25519-dalek v4.1.2
3362024-05-03T21:12:09.124Z Downloaded idna v0.5.0
3372024-05-03T21:12:09.124Z Downloaded rustls v0.21.12
3382024-05-03T21:12:09.125Z Downloaded zstd-sys v2.0.10+zstd.1.5.6
3392024-05-03T21:12:09.125Z Downloaded regex-syntax v0.8.3
3402024-05-03T21:12:09.125Z Downloaded bstr v1.9.1
3412024-05-03T21:12:09.125Z Downloaded gimli v0.28.1
3422024-05-03T21:12:09.125Z Downloaded rustix v0.38.34
3432024-05-03T21:12:09.125Z Downloaded syn v2.0.60
3442024-05-03T21:12:09.126Z Downloaded futures-util v0.3.30
3452024-05-03T21:12:09.126Z Downloaded petgraph v0.6.4
3462024-05-03T21:12:09.126Z Downloaded color-eyre v0.6.3
3472024-05-03T21:12:09.126Z Downloaded winnow v0.6.7
3482024-05-03T21:12:09.126Z Downloaded num-traits v0.2.18
3492024-05-03T21:12:09.127Z Downloaded nextest-filtering v0.8.0
3502024-05-03T21:12:09.136Z Downloaded bytes v1.6.0
3512024-05-03T21:12:09.136Z Downloaded native-tls v0.2.11
3522024-05-03T21:12:09.136Z Downloaded eyre v0.6.12
3532024-05-03T21:12:09.136Z Downloaded regex-automata v0.4.6
3542024-05-03T21:12:09.136Z Downloaded cargo_metadata v0.18.1
3552024-05-03T21:12:09.136Z Downloaded unicode-ident v1.0.12
3562024-05-03T21:12:09.136Z Downloaded clap v4.5.4
3572024-05-03T21:12:09.136Z Downloaded hyper-rustls v0.24.2
3582024-05-03T21:12:09.136Z Downloaded fixedbitset v0.4.2
3592024-05-03T21:12:09.136Z Downloaded env_logger v0.11.3
3602024-05-03T21:12:09.136Z Downloaded base64ct v1.6.0
3612024-05-03T21:12:09.136Z Downloaded clap_derive v4.5.4
3622024-05-03T21:12:09.136Z Downloaded fnv v1.0.7
3632024-05-03T21:12:09.136Z Downloaded clap_lex v0.7.0
3642024-05-03T21:12:09.136Z Downloaded anstyle-query v1.0.3
3652024-05-03T21:12:09.210Z Downloaded encoding_rs v0.8.34
3662024-05-03T21:12:09.229Z Downloaded recursion v0.5.2
3672024-05-03T21:12:09.832Z Downloaded ring v0.17.8
3682024-05-03T21:12:09.836Z Compiling proc-macro2 v1.0.81
3692024-05-03T21:12:09.836Z Compiling unicode-ident v1.0.12
3702024-05-03T21:12:09.837Z Compiling libc v0.2.154
3712024-05-03T21:12:09.837Z Compiling cfg-if v1.0.0
3722024-05-03T21:12:09.837Z Compiling serde v1.0.200
3732024-05-03T21:12:09.837Z Compiling memchr v2.7.2
3742024-05-03T21:12:09.837Z Compiling once_cell v1.19.0
3752024-05-03T21:12:09.848Z Compiling autocfg v1.3.0
3762024-05-03T21:12:09.906Z Compiling itoa v1.0.11
3772024-05-03T21:12:10.114Z Compiling pin-project-lite v0.2.14
3782024-05-03T21:12:10.195Z Compiling bitflags v2.5.0
3792024-05-03T21:12:10.219Z Compiling rustix v0.38.34
3802024-05-03T21:12:10.671Z Compiling hashbrown v0.14.5
3812024-05-03T21:12:10.886Z Compiling equivalent v1.0.1
3822024-05-03T21:12:11.021Z Compiling slab v0.4.9
3832024-05-03T21:12:11.186Z Compiling futures-sink v0.3.30
3842024-05-03T21:12:11.255Z Compiling futures-core v0.3.30
3852024-05-03T21:12:11.342Z Compiling bytes v1.6.0
3862024-05-03T21:12:11.455Z Compiling ryu v1.0.17
3872024-05-03T21:12:11.480Z Compiling serde_json v1.0.116
3882024-05-03T21:12:11.844Z Compiling jobserver v0.1.31
3892024-05-03T21:12:12.110Z Compiling quote v1.0.36
3902024-05-03T21:12:12.110Z Compiling futures-channel v0.3.30
3912024-05-03T21:12:12.245Z Compiling cc v1.0.96
3922024-05-03T21:12:12.501Z Compiling syn v2.0.60
3932024-05-03T21:12:12.607Z Compiling getrandom v0.2.14
3942024-05-03T21:12:12.659Z Compiling errno v0.3.8
3952024-05-03T21:12:12.674Z Compiling pin-utils v0.1.0
3962024-05-03T21:12:12.687Z Compiling futures-io v0.3.30
3972024-05-03T21:12:12.756Z Compiling futures-task v0.3.30
3982024-05-03T21:12:12.947Z Compiling thiserror v1.0.59
3992024-05-03T21:12:13.019Z Compiling socket2 v0.5.7
4002024-05-03T21:12:13.051Z Compiling mio v0.8.11
4012024-05-03T21:12:13.071Z Compiling signal-hook-registry v1.4.2
4022024-05-03T21:12:13.172Z Compiling num_cpus v1.16.0
4032024-05-03T21:12:13.289Z Compiling adler v1.0.2
4042024-05-03T21:12:13.596Z Compiling log v0.4.21
4052024-05-03T21:12:13.633Z Compiling camino v1.1.6
4062024-05-03T21:12:14.158Z Compiling miniz_oxide v0.7.2
4072024-05-03T21:12:14.275Z Compiling spin v0.9.8
4082024-05-03T21:12:14.481Z Compiling unicode-width v0.1.12
4092024-05-03T21:12:14.652Z Compiling fnv v1.0.7
4102024-05-03T21:12:14.717Z Compiling untrusted v0.9.0
4112024-05-03T21:12:14.788Z Compiling target-lexicon v0.12.14
4122024-05-03T21:12:14.889Z Compiling tracing-core v0.1.32
4132024-05-03T21:12:15.338Z Compiling guppy-workspace-hack v0.1.0
4142024-05-03T21:12:15.352Z Compiling gimli v0.28.1
4152024-05-03T21:12:15.352Z Compiling utf8parse v0.2.1
4162024-05-03T21:12:15.390Z Compiling semver v1.0.22
4172024-05-03T21:12:15.597Z Compiling ring v0.17.8
4182024-05-03T21:12:15.730Z Compiling backtrace v0.3.71
4192024-05-03T21:12:16.275Z Compiling tracing v0.1.40
4202024-05-03T21:12:16.997Z Compiling http v0.2.12
4212024-05-03T21:12:17.209Z Compiling object v0.32.2
4222024-05-03T21:12:17.759Z Compiling fastrand v2.1.0
4232024-05-03T21:12:18.261Z Compiling target-spec v3.1.0
4242024-05-03T21:12:18.261Z Compiling is_ci v1.2.0
4252024-05-03T21:12:18.261Z Compiling httparse v1.8.0
4262024-05-03T21:12:18.261Z Compiling tinyvec_macros v0.1.1
4272024-05-03T21:12:18.261Z Compiling smallvec v1.13.2
4282024-05-03T21:12:18.261Z Compiling pkg-config v0.3.30
4292024-05-03T21:12:18.286Z Compiling rustc-demangle v0.1.23
4302024-05-03T21:12:18.423Z Compiling rustls v0.21.12
4312024-05-03T21:12:18.763Z Compiling cfg-expr v0.15.8
4322024-05-03T21:12:19.184Z Compiling zstd-sys v2.0.10+zstd.1.5.6
4332024-05-03T21:12:19.895Z Compiling addr2line v0.21.0
4342024-05-03T21:12:20.536Z Compiling tinyvec v1.6.0
4352024-05-03T21:12:20.641Z Compiling tempfile v3.10.1
4362024-05-03T21:12:20.871Z Compiling is-terminal v0.4.12
4372024-05-03T21:12:20.999Z Compiling aho-corasick v1.1.3
4382024-05-03T21:12:21.128Z Compiling version_check v0.9.4
4392024-05-03T21:12:21.403Z Compiling lazy_static v1.4.0
4402024-05-03T21:12:21.524Z Compiling percent-encoding v2.3.1
4412024-05-03T21:12:22.093Z Compiling regex-syntax v0.8.3
4422024-05-03T21:12:22.102Z Compiling serde_derive v1.0.200
4432024-05-03T21:12:22.103Z Compiling futures-macro v0.3.30
4442024-05-03T21:12:22.112Z Compiling tokio-macros v2.2.0
4452024-05-03T21:12:22.613Z Compiling thiserror-impl v1.0.59
4462024-05-03T21:12:23.717Z Compiling tokio v1.37.0
4472024-05-03T21:12:23.860Z Compiling futures-util v0.3.30
4482024-05-03T21:12:25.460Z Compiling try-lock v0.2.5
4492024-05-03T21:12:27.034Z Compiling want v0.3.1
4502024-05-03T21:12:27.045Z Compiling regex-automata v0.4.6
4512024-05-03T21:12:30.651Z Compiling unicode-normalization v0.1.23
4522024-05-03T21:12:31.911Z Compiling tokio-util v0.7.10
4532024-05-03T21:12:34.301Z Compiling form_urlencoded v1.2.1
4542024-05-03T21:12:34.786Z Compiling ahash v0.8.11
4552024-05-03T21:12:35.209Z Compiling supports-color v2.1.0
4562024-05-03T21:12:35.741Z Compiling indexmap v2.2.6
4572024-05-03T21:12:37.425Z Compiling rustls-webpki v0.101.7
4582024-05-03T21:12:39.130Z Compiling sct v0.7.1
4592024-05-03T21:12:39.440Z Compiling h2 v0.3.26
4602024-05-03T21:12:42.895Z Compiling http-body v0.4.6
4612024-05-03T21:12:43.345Z Compiling num-traits v0.2.18
4622024-05-03T21:12:43.395Z Compiling smawk v0.3.2
4632024-05-03T21:12:43.626Z Compiling crc32fast v1.4.0
4642024-05-03T21:12:43.700Z Compiling either v1.11.0
4652024-05-03T21:12:44.093Z Compiling httpdate v1.0.3
4662024-05-03T21:12:44.143Z Compiling winnow v0.6.7
4672024-05-03T21:12:44.908Z Compiling nextest-workspace-hack v0.1.0
4682024-05-03T21:12:45.266Z Compiling tower-service v0.3.2
4692024-05-03T21:12:45.388Z Compiling unicode-linebreak v0.1.5
4702024-05-03T21:12:45.900Z Compiling portable-atomic v1.6.0
4712024-05-03T21:12:46.338Z Compiling unicode-bidi v0.3.15
4722024-05-03T21:12:46.879Z Compiling textwrap v0.16.1
4732024-05-03T21:12:48.452Z Compiling idna v0.5.0
4742024-05-03T21:12:49.458Z Compiling hyper v0.14.28
4752024-05-03T21:12:51.841Z Compiling tokio-rustls v0.24.1
4762024-05-03T21:12:52.207Z Compiling pathdiff v0.2.1
4772024-05-03T21:12:52.303Z Compiling owo-colors v4.0.0
4782024-05-03T21:12:52.383Z Compiling cargo-platform v0.1.8
4792024-05-03T21:12:52.910Z Compiling toml_datetime v0.6.5
4802024-05-03T21:12:53.537Z Compiling serde_spanned v0.6.5
4812024-05-03T21:12:53.709Z Compiling backtrace-ext v0.2.1
4822024-05-03T21:12:54.124Z Compiling miette-derive v7.2.0
4832024-05-03T21:12:54.237Z Compiling console v0.15.8
4842024-05-03T21:12:55.616Z Compiling supports-color v3.0.0
4852024-05-03T21:12:55.862Z Compiling terminal_size v0.3.0
4862024-05-03T21:12:56.053Z Compiling vte_generate_state_changes v0.1.1
4872024-05-03T21:12:56.127Z Compiling supports-hyperlinks v3.0.0
4882024-05-03T21:12:56.457Z Compiling supports-unicode v3.0.0
4892024-05-03T21:12:56.683Z Compiling zerocopy v0.7.32
4902024-05-03T21:12:56.697Z Compiling base64 v0.21.7
4912024-05-03T21:12:56.723Z Compiling cfg_aliases v0.1.1
4922024-05-03T21:12:56.813Z Compiling zstd-safe v7.1.0
4932024-05-03T21:12:57.210Z Compiling fixedbitset v0.4.2
4942024-05-03T21:12:57.439Z Compiling rustls-pemfile v1.0.4
4952024-05-03T21:12:57.829Z Compiling petgraph v0.6.4
4962024-05-03T21:12:57.978Z Compiling nix v0.28.0
4972024-05-03T21:12:58.051Z Compiling vte v0.11.1
4982024-05-03T21:12:58.279Z Compiling miette v7.2.0
4992024-05-03T21:12:58.751Z Compiling toml_edit v0.22.12
5002024-05-03T21:12:59.880Z Compiling hyper-rustls v0.24.2
5012024-05-03T21:13:00.298Z Compiling cargo_metadata v0.18.1
5022024-05-03T21:13:03.533Z Compiling url v2.5.0
5032024-05-03T21:13:04.417Z Compiling itertools v0.12.1
5042024-05-03T21:13:05.418Z Compiling smol_str v0.2.1
5052024-05-03T21:13:06.079Z Compiling serde_urlencoded v0.7.1
5062024-05-03T21:13:06.695Z Compiling regex v1.10.4
5072024-05-03T21:13:08.139Z Compiling futures-executor v0.3.30
5082024-05-03T21:13:09.134Z Compiling pin-project-internal v1.1.5
5092024-05-03T21:13:09.196Z Compiling anstyle-parse v0.2.4
5102024-05-03T21:13:09.434Z Compiling xattr v1.3.1
5112024-05-03T21:13:09.488Z Compiling rand_core v0.6.4
5122024-05-03T21:13:09.583Z Compiling uuid v1.8.0
5132024-05-03T21:13:09.741Z Compiling filetime v0.2.23
5142024-05-03T21:13:09.967Z Compiling bstr v1.9.1
5152024-05-03T21:13:10.080Z Compiling encoding_rs v0.8.34
5162024-05-03T21:13:10.437Z Compiling sync_wrapper v0.1.2
5172024-05-03T21:13:10.571Z Compiling colorchoice v1.0.1
5182024-05-03T21:13:10.721Z Compiling anstyle-query v1.0.3
5192024-05-03T21:13:10.734Z Compiling mime v0.3.17
5202024-05-03T21:13:10.862Z Compiling minimal-lexical v0.2.1
5212024-05-03T21:13:11.482Z Compiling ipnet v2.9.0
5222024-05-03T21:13:11.487Z Compiling eyre v0.6.12
5232024-05-03T21:13:11.777Z Compiling ppv-lite86 v0.2.17
5242024-05-03T21:13:11.995Z Compiling nested v0.1.1
5252024-05-03T21:13:12.033Z Compiling static_assertions v1.1.0
5262024-05-03T21:13:12.130Z Compiling number_prefix v0.4.0
5272024-05-03T21:13:12.355Z Compiling is_terminal_polyfill v1.70.0
5282024-05-03T21:13:12.397Z Compiling self_update v0.39.0
5292024-05-03T21:13:12.475Z Compiling anstyle v1.0.7
5302024-05-03T21:13:12.566Z Compiling webpki-roots v0.25.4
5312024-05-03T21:13:12.721Z Compiling iana-time-zone v0.1.60
5322024-05-03T21:13:12.790Z Compiling debug-ignore v1.0.5
5332024-05-03T21:13:12.937Z Compiling guppy v0.17.5
5342024-05-03T21:13:13.026Z Compiling anstream v0.6.14
5352024-05-03T21:13:13.385Z Compiling chrono v0.4.38
5362024-05-03T21:13:13.550Z Compiling reqwest v0.11.27
5372024-05-03T21:13:14.108Z Compiling rand_chacha v0.3.1
5382024-05-03T21:13:14.220Z Compiling indicatif v0.17.8
5392024-05-03T21:13:16.174Z Compiling pin-project v1.1.5
5402024-05-03T21:13:16.299Z Compiling nom v7.1.3
5412024-05-03T21:13:20.944Z Compiling globset v0.4.14
5422024-05-03T21:13:21.733Z Compiling newtype-uuid v1.1.0
5432024-05-03T21:13:22.025Z Compiling tar v0.4.40
5442024-05-03T21:13:22.643Z Compiling futures v0.3.30
5452024-05-03T21:13:22.643Z Compiling nextest-metadata v0.10.0
5462024-05-03T21:13:22.644Z Compiling flate2 v1.0.30
5472024-05-03T21:13:23.485Z Compiling toml v0.8.12
5482024-05-03T21:13:27.711Z Compiling strip-ansi-escapes v0.2.0
5492024-05-03T21:13:28.543Z Compiling self-replace v1.3.7
5502024-05-03T21:13:28.641Z Compiling quick-xml v0.31.0
5512024-05-03T21:13:29.006Z Compiling quick-xml v0.23.1
5522024-05-03T21:13:31.493Z Compiling indenter v0.3.3
5532024-05-03T21:13:31.604Z Compiling heck v0.5.0
5542024-05-03T21:13:31.665Z Compiling humantime v2.1.0
5552024-05-03T21:13:31.855Z Compiling nextest-runner v0.55.0
5562024-05-03T21:13:32.027Z Compiling urlencoding v2.1.3
5572024-05-03T21:13:32.352Z Compiling shell-words v1.1.0
5582024-05-03T21:13:32.377Z Compiling strsim v0.11.1
5592024-05-03T21:13:32.449Z Compiling recursion v0.5.2
5602024-05-03T21:13:32.484Z Compiling clap_lex v0.7.0
5612024-05-03T21:13:32.637Z Compiling nextest-filtering v0.8.0
5622024-05-03T21:13:32.789Z Compiling clap_builder v4.5.2
5632024-05-03T21:13:34.565Z Compiling clap_derive v4.5.4
5642024-05-03T21:13:35.252Z Compiling humantime-serde v1.1.1
5652024-05-03T21:13:36.685Z Compiling quick-junit v0.4.0
5662024-05-03T21:13:39.287Z Compiling config v0.14.0
5672024-05-03T21:13:41.345Z Compiling async-scoped v0.9.0
5682024-05-03T21:13:41.688Z Compiling rand v0.8.5
5692024-05-03T21:13:43.182Z Compiling target-spec-miette v0.4.0
5702024-05-03T21:13:43.599Z Compiling mukti-metadata v0.2.1
5712024-05-03T21:13:43.926Z Compiling camino-tempfile v1.1.1
5722024-05-03T21:13:44.547Z Compiling serde_ignored v0.1.10
5732024-05-03T21:13:44.750Z Compiling serde_path_to_error v0.1.16
5742024-05-03T21:13:44.978Z Compiling future-queue v0.3.0
5752024-05-03T21:13:45.216Z Compiling zstd v0.13.1
5762024-05-03T21:13:45.436Z Compiling atomicwrites v0.4.3
5772024-05-03T21:13:45.781Z Compiling env_filter v0.1.0
5782024-05-03T21:13:45.975Z Compiling os_pipe v1.1.5
5792024-05-03T21:13:46.037Z Compiling shared_child v1.0.0
5802024-05-03T21:13:46.243Z Compiling display-error-chain v0.2.0
5812024-05-03T21:13:46.421Z Compiling home v0.5.9
5822024-05-03T21:13:46.721Z Compiling owo-colors v3.5.0
5832024-05-03T21:13:46.735Z Compiling xxhash-rust v0.8.10
5842024-05-03T21:13:47.044Z Compiling zeroize v1.7.0
5852024-05-03T21:13:47.183Z Compiling duct v0.13.7
5862024-05-03T21:13:47.368Z Compiling dialoguer v0.11.0
5872024-05-03T21:13:49.227Z Compiling color-eyre v0.6.3
5882024-05-03T21:13:49.547Z Compiling env_logger v0.11.3
5892024-05-03T21:13:51.183Z Compiling clap v4.5.4
5902024-05-03T21:13:51.294Z Compiling swrite v0.1.0
5912024-05-03T21:13:51.411Z Compiling enable-ansi-support v0.2.1
5922024-05-03T21:13:54.376Z Compiling cargo-nextest v0.9.70
5932024-05-03T21:14:27.546Z Finished release [optimized] target(s) in 2m 20s
5942024-05-03T21:14:27.657Z Installing /home/build/.cargo/bin/cargo-nextest
5952024-05-03T21:14:27.724Z Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`)
5962024-05-03T21:14:27.765Z+ banner bfd
5972024-05-03T21:14:27.765Z
5982024-05-03T21:14:27.765Z ##### ###### #####
5992024-05-03T21:14:27.766Z # # # # #
6002024-05-03T21:14:27.766Z ##### ##### # #
6012024-05-03T21:14:27.766Z # # # # #
6022024-05-03T21:14:27.766Z # # # # #
6032024-05-03T21:14:27.767Z ##### # #####
6042024-05-03T21:14:27.767Z
6052024-05-03T21:14:27.767Z+ cargo nextest run -p bfd --nocapture
6062024-05-03T21:14:27.868Z Updating git repository `https://www.github.com/oxidecomputer/netadm-sys.git`
6072024-05-03T21:14:28.090Zwarning: redirecting to https://github.com/oxidecomputer/netadm-sys.git/
6082024-05-03T21:14:28.662ZFrom https://www.github.com/oxidecomputer/netadm-sys
6092024-05-03T21:14:28.662Z * [new branch] compile-macos -> origin/compile-macos
6102024-05-03T21:14:28.666Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
6112024-05-03T21:14:28.666Z * [new branch] gh-pages -> origin/gh-pages
6122024-05-03T21:14:28.666Z * [new branch] main -> origin/main
6132024-05-03T21:14:28.666Z * [new branch] route-get-timeout -> origin/route-get-timeout
6142024-05-03T21:14:28.666Z * [new branch] siocgnds -> origin/siocgnds
6152024-05-03T21:14:28.666Z * [new ref] -> origin/HEAD
6162024-05-03T21:14:28.676Z Updating crates.io index
6172024-05-03T21:14:28.725Z Updating git repository `https://github.com/oxidecomputer/falcon`
6182024-05-03T21:14:29.586ZFrom https://github.com/oxidecomputer/falcon
6192024-05-03T21:14:29.586Z * [new branch] main -> origin/main
6202024-05-03T21:14:29.597Z * [new ref] -> origin/HEAD
6212024-05-03T21:14:29.696Z Updating git repository `https://github.com/oxidecomputer/dendrite`
6222024-05-03T21:14:30.666ZFrom https://github.com/oxidecomputer/dendrite
6232024-05-03T21:14:30.666Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
6242024-05-03T21:14:30.671Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
6252024-05-03T21:14:30.671Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
6262024-05-03T21:14:30.671Z * [new branch] compliance -> origin/compliance
6272024-05-03T21:14:30.672Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
6282024-05-03T21:14:30.672Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
6292024-05-03T21:14:30.672Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
6302024-05-03T21:14:30.672Z * [new branch] egress -> origin/egress
6312024-05-03T21:14:30.672Z * [new branch] helios2 -> origin/helios2
6322024-05-03T21:14:30.672Z * [new branch] mac-build -> origin/mac-build
6332024-05-03T21:14:30.673Z * [new branch] main -> origin/main
6342024-05-03T21:14:30.673Z * [new branch] map-all-the-things -> origin/map-all-the-things
6352024-05-03T21:14:30.673Z * [new branch] nat_rpw -> origin/nat_rpw
6362024-05-03T21:14:30.673Z * [new branch] nexthop-counters -> origin/nexthop-counters
6372024-05-03T21:14:30.673Z * [new branch] port-id -> origin/port-id
6382024-05-03T21:14:30.673Z * [new branch] reflection-tests -> origin/reflection-tests
6392024-05-03T21:14:30.673Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
6402024-05-03T21:14:30.674Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
6412024-05-03T21:14:30.674Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
6422024-05-03T21:14:30.674Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
6432024-05-03T21:14:30.674Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
6442024-05-03T21:14:30.674Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
6452024-05-03T21:14:30.675Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
6462024-05-03T21:14:30.675Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
6472024-05-03T21:14:30.675Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
6482024-05-03T21:14:30.675Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
6492024-05-03T21:14:30.675Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
6502024-05-03T21:14:30.675Z * [new branch] rust-toolchain -> origin/rust-toolchain
6512024-05-03T21:14:30.675Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
6522024-05-03T21:14:30.676Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
6532024-05-03T21:14:30.676Z * [new branch] update-oximeter -> origin/update-oximeter
6542024-05-03T21:14:30.676Z * [new branch] updates -> origin/updates
6552024-05-03T21:14:30.676Z * [new ref] -> origin/HEAD
6562024-05-03T21:14:30.710Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6572024-05-03T21:14:31.523ZFrom https://github.com/oxidecomputer/dropshot
6582024-05-03T21:14:31.523Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
6592024-05-03T21:14:31.527Z * [new branch] async -> origin/async
6602024-05-03T21:14:31.527Z * [new branch] build-o-mat -> origin/build-o-mat
6612024-05-03T21:14:31.527Z * [new branch] camel -> origin/camel
6622024-05-03T21:14:31.527Z * [new branch] carets -> origin/carets
6632024-05-03T21:14:31.527Z * [new branch] changes -> origin/changes
6642024-05-03T21:14:31.527Z * [new branch] ci-version -> origin/ci-version
6652024-05-03T21:14:31.528Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
6662024-05-03T21:14:31.528Z * [new branch] clippy -> origin/clippy
6672024-05-03T21:14:31.528Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
6682024-05-03T21:14:31.528Z * [new branch] clone -> origin/clone
6692024-05-03T21:14:31.528Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
6702024-05-03T21:14:31.528Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
6712024-05-03T21:14:31.528Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
6722024-05-03T21:14:31.528Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
6732024-05-03T21:14:31.528Z * [new branch] doc -> origin/doc
6742024-05-03T21:14:31.528Z * [new branch] err -> origin/err
6752024-05-03T21:14:31.528Z * [new branch] example-resumable-download -> origin/example-resumable-download
6762024-05-03T21:14:31.528Z * [new branch] expectorate -> origin/expectorate
6772024-05-03T21:14:31.528Z * [new branch] extracted -> origin/extracted
6782024-05-03T21:14:31.528Z * [new branch] fix_tests -> origin/fix_tests
6792024-05-03T21:14:31.528Z * [new branch] fmt2 -> origin/fmt2
6802024-05-03T21:14:31.528Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
6812024-05-03T21:14:31.528Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
6822024-05-03T21:14:31.528Z * [new branch] main -> origin/main
6832024-05-03T21:14:31.528Z * [new branch] maintainer-docs -> origin/maintainer-docs
6842024-05-03T21:14:31.528Z * [new branch] merge-server-config -> origin/merge-server-config
6852024-05-03T21:14:31.528Z * [new branch] multi-api -> origin/multi-api
6862024-05-03T21:14:31.528Z * [new branch] multiverse -> origin/multiverse
6872024-05-03T21:14:31.529Z * [new branch] openapi -> origin/openapi
6882024-05-03T21:14:31.529Z * [new branch] openapi-trailing-newline -> origin/openapi-trailing-newline
6892024-05-03T21:14:31.529Z * [new branch] openapi2 -> origin/openapi2
6902024-05-03T21:14:31.529Z * [new branch] port-fix-better -> origin/port-fix-better
6912024-05-03T21:14:31.529Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
6922024-05-03T21:14:31.529Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
6932024-05-03T21:14:31.529Z * [new branch] rmp-page-token -> origin/rmp-page-token
6942024-05-03T21:14:31.529Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
6952024-05-03T21:14:31.529Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
6962024-05-03T21:14:31.533Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
6972024-05-03T21:14:31.533Z * [new branch] server-log -> origin/server-log
6982024-05-03T21:14:31.533Z * [new branch] simple-headers -> origin/simple-headers
6992024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
7002024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
7012024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/add-support-for-setting-a-larger-request-body-for-some-endpoints
7022024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext -> origin/sunshowers/spr/draft-straw-proposal-to-remove-the-request-from-requestcontext
7032024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits -> origin/sunshowers/spr/main.add-a-test-to-ensure-that-chunked-encoding-obeys-request-size-limits
7042024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints -> origin/sunshowers/spr/main.add-support-for-setting-a-larger-request-body-for-some-endpoints
7052024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist -> origin/sunshowers/spr/main.make-untypedbody-be-able-to-extract-to-a-buflist
7062024-05-03T21:14:31.533Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
7072024-05-03T21:14:31.533Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
7082024-05-03T21:14:31.533Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
7092024-05-03T21:14:31.533Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
7102024-05-03T21:14:31.533Z * [new branch] websockets -> origin/websockets
7112024-05-03T21:14:31.533Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
7122024-05-03T21:14:31.534Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
7132024-05-03T21:14:31.534Z * [new ref] -> origin/HEAD
7142024-05-03T21:14:31.534Z * [new tag] v0.10.0 -> v0.10.0
7152024-05-03T21:14:31.534Z * [new tag] v0.3.0 -> v0.3.0
7162024-05-03T21:14:31.534Z * [new tag] v0.4.0 -> v0.4.0
7172024-05-03T21:14:31.534Z * [new tag] v0.5.0 -> v0.5.0
7182024-05-03T21:14:31.534Z * [new tag] v0.5.1 -> v0.5.1
7192024-05-03T21:14:31.534Z * [new tag] v0.6.0 -> v0.6.0
7202024-05-03T21:14:31.534Z * [new tag] v0.7.0 -> v0.7.0
7212024-05-03T21:14:31.534Z * [new tag] v0.8.0 -> v0.8.0
7222024-05-03T21:14:31.534Z * [new tag] v0.9.0 -> v0.9.0
7232024-05-03T21:14:31.557Z Updating git repository `https://github.com/oxidecomputer/ispf`
7242024-05-03T21:14:31.997ZFrom https://github.com/oxidecomputer/ispf
7252024-05-03T21:14:31.997Z * [new branch] main -> origin/main
7262024-05-03T21:14:32.004Z * [new ref] -> origin/HEAD
7272024-05-03T21:14:32.012Z Updating git repository `https://github.com/oxidecomputer/omicron`
7282024-05-03T21:14:36.682ZFrom https://github.com/oxidecomputer/omicron
7292024-05-03T21:14:36.682Z * [new branch] 267 -> origin/267
7302024-05-03T21:14:37.121Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
7312024-05-03T21:14:37.121Z * [new branch] a4x2 -> origin/a4x2
7322024-05-03T21:14:37.121Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
7332024-05-03T21:14:37.121Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
7342024-05-03T21:14:37.121Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
7352024-05-03T21:14:37.122Z * [new branch] add-global-api -> origin/add-global-api
7362024-05-03T21:14:37.122Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
7372024-05-03T21:14:37.122Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
7382024-05-03T21:14:37.122Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
7392024-05-03T21:14:37.122Z * [new branch] andy/chronylocal -> origin/andy/chronylocal
7402024-05-03T21:14:37.123Z * [new branch] andy/project -> origin/andy/project
7412024-05-03T21:14:37.123Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
7422024-05-03T21:14:37.123Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
7432024-05-03T21:14:37.123Z * [new branch] archived/disks -> origin/archived/disks
7442024-05-03T21:14:37.123Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
7452024-05-03T21:14:37.123Z * [new branch] archived/extractors -> origin/archived/extractors
7462024-05-03T21:14:37.123Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
7472024-05-03T21:14:37.123Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
7482024-05-03T21:14:37.123Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
7492024-05-03T21:14:37.123Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
7502024-05-03T21:14:37.124Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
7512024-05-03T21:14:37.124Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
7522024-05-03T21:14:37.124Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
7532024-05-03T21:14:37.124Z * [new branch] archived/instance-work -> origin/archived/instance-work
7542024-05-03T21:14:37.124Z * [new branch] archived/logging -> origin/archived/logging
7552024-05-03T21:14:37.124Z * [new branch] archived/logging-move -> origin/archived/logging-move
7562024-05-03T21:14:37.124Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
7572024-05-03T21:14:37.124Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
7582024-05-03T21:14:37.125Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
7592024-05-03T21:14:37.125Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
7602024-05-03T21:14:37.125Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
7612024-05-03T21:14:37.125Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
7622024-05-03T21:14:37.125Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
7632024-05-03T21:14:37.126Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
7642024-05-03T21:14:37.126Z * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities
7652024-05-03T21:14:37.126Z * [new branch] authz-role-test -> origin/authz-role-test
7662024-05-03T21:14:37.126Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
7672024-05-03T21:14:37.126Z * [new branch] bigger-disks -> origin/bigger-disks
7682024-05-03T21:14:37.126Z * [new branch] bootstore-2 -> origin/bootstore-2
7692024-05-03T21:14:37.126Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
7702024-05-03T21:14:37.126Z * [new branch] bootstore-integration -> origin/bootstore-integration
7712024-05-03T21:14:37.126Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
7722024-05-03T21:14:37.127Z * [new branch] bump_dendrite -> origin/bump_dendrite
7732024-05-03T21:14:37.127Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
7742024-05-03T21:14:37.127Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
7752024-05-03T21:14:37.127Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
7762024-05-03T21:14:37.127Z * [new branch] clippy -> origin/clippy
7772024-05-03T21:14:37.127Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
7782024-05-03T21:14:37.127Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
7792024-05-03T21:14:37.127Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
7802024-05-03T21:14:37.127Z * [new branch] conform-m2 -> origin/conform-m2
7812024-05-03T21:14:37.128Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
7822024-05-03T21:14:37.128Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
7832024-05-03T21:14:37.128Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
7842024-05-03T21:14:37.128Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
7852024-05-03T21:14:37.128Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
7862024-05-03T21:14:37.129Z * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup
7872024-05-03T21:14:37.129Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
7882024-05-03T21:14:37.129Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
7892024-05-03T21:14:37.129Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
7902024-05-03T21:14:37.129Z * [new branch] dap/dns-work -> origin/dap/dns-work
7912024-05-03T21:14:37.129Z * [new branch] dap/dnsping -> origin/dap/dnsping
7922024-05-03T21:14:37.129Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
7932024-05-03T21:14:37.129Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
7942024-05-03T21:14:37.129Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
7952024-05-03T21:14:37.130Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
7962024-05-03T21:14:37.130Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
7972024-05-03T21:14:37.130Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
7982024-05-03T21:14:37.130Z * [new branch] dap/update-control -> origin/dap/update-control
7992024-05-03T21:14:37.130Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
8002024-05-03T21:14:37.130Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
8012024-05-03T21:14:37.130Z * [new branch] dead-roaches -> origin/dead-roaches
8022024-05-03T21:14:37.130Z * [new branch] debug-disk-space -> origin/debug-disk-space
8032024-05-03T21:14:37.130Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
8042024-05-03T21:14:37.130Z * [new branch] demo -> origin/demo
8052024-05-03T21:14:37.130Z * [new branch] demo_m2 -> origin/demo_m2
8062024-05-03T21:14:37.131Z * [new branch] dendrite-integration -> origin/dendrite-integration
8072024-05-03T21:14:37.131Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
8082024-05-03T21:14:37.131Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
8092024-05-03T21:14:37.131Z * [new branch] dns-dataset -> origin/dns-dataset
8102024-05-03T21:14:37.131Z * [new branch] document-external-internal -> origin/document-external-internal
8112024-05-03T21:14:37.132Z * [new branch] dropshot-local -> origin/dropshot-local
8122024-05-03T21:14:37.132Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
8132024-05-03T21:14:37.132Z * [new branch] eliza/instance-updater -> origin/eliza/instance-updater
8142024-05-03T21:14:37.132Z * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw
8152024-05-03T21:14:37.132Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
8162024-05-03T21:14:37.132Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
8172024-05-03T21:14:37.132Z * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str
8182024-05-03T21:14:37.132Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
8192024-05-03T21:14:37.133Z * [new branch] executor-fake -> origin/executor-fake
8202024-05-03T21:14:37.133Z * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks
8212024-05-03T21:14:37.133Z * [new branch] external-service-allowlists -> origin/external-service-allowlists
8222024-05-03T21:14:37.133Z * [new branch] external_log -> origin/external_log
8232024-05-03T21:14:37.133Z * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock
8242024-05-03T21:14:37.133Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
8252024-05-03T21:14:37.133Z * [new branch] firewall-vpc -> origin/firewall-vpc
8262024-05-03T21:14:37.133Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
8272024-05-03T21:14:37.133Z * [new branch] folgers -> origin/folgers
8282024-05-03T21:14:37.134Z * [new branch] fromstr -> origin/fromstr
8292024-05-03T21:14:37.134Z * [new branch] gateway -> origin/gateway
8302024-05-03T21:14:37.153Z * [new branch] gateway_message_bump -> origin/gateway_message_bump
8312024-05-03T21:14:37.153Z * [new branch] host-fake -> origin/host-fake
8322024-05-03T21:14:37.153Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
8332024-05-03T21:14:37.154Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
8342024-05-03T21:14:37.154Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
8352024-05-03T21:14:37.154Z * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version
8362024-05-03T21:14:37.154Z * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2
8372024-05-03T21:14:37.155Z * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2
8382024-05-03T21:14:37.155Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
8392024-05-03T21:14:37.155Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
8402024-05-03T21:14:37.155Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
8412024-05-03T21:14:37.156Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
8422024-05-03T21:14:37.156Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
8432024-05-03T21:14:37.156Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
8442024-05-03T21:14:37.156Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
8452024-05-03T21:14:37.157Z * [new branch] iliana/split-package -> origin/iliana/split-package
8462024-05-03T21:14:37.157Z * [new branch] iliana/try -> origin/iliana/try
8472024-05-03T21:14:37.157Z * [new branch] iliana/wtf -> origin/iliana/wtf
8482024-05-03T21:14:37.157Z * [new branch] illumos-ci -> origin/illumos-ci
8492024-05-03T21:14:37.157Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
8502024-05-03T21:14:37.158Z * [new branch] ipv6-testing -> origin/ipv6-testing
8512024-05-03T21:14:37.158Z * [new branch] issue-213-static -> origin/issue-213-static
8522024-05-03T21:14:37.158Z * [new branch] issue-3432 -> origin/issue-3432
8532024-05-03T21:14:37.158Z * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw
8542024-05-03T21:14:37.159Z * [new branch] jclulow -> origin/jclulow
8552024-05-03T21:14:37.159Z * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state
8562024-05-03T21:14:37.159Z * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const
8572024-05-03T21:14:37.159Z * [new branch] john/mark-sleds-decommissioned -> origin/john/mark-sleds-decommissioned
8582024-05-03T21:14:37.159Z * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial
8592024-05-03T21:14:37.160Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
8602024-05-03T21:14:37.160Z * [new branch] keeplogs -> origin/keeplogs
8612024-05-03T21:14:37.160Z * [new branch] less-dns-panic -> origin/less-dns-panic
8622024-05-03T21:14:37.160Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
8632024-05-03T21:14:37.160Z * [new branch] lookup-authorized -> origin/lookup-authorized
8642024-05-03T21:14:37.160Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
8652024-05-03T21:14:37.161Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
8662024-05-03T21:14:37.161Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
8672024-05-03T21:14:37.161Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
8682024-05-03T21:14:37.161Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
8692024-05-03T21:14:37.161Z * [new branch] lrtq-networking -> origin/lrtq-networking
8702024-05-03T21:14:37.161Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
8712024-05-03T21:14:37.162Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
8722024-05-03T21:14:37.162Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
8732024-05-03T21:14:37.162Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
8742024-05-03T21:14:37.162Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
8752024-05-03T21:14:37.162Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
8762024-05-03T21:14:37.163Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
8772024-05-03T21:14:37.163Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
8782024-05-03T21:14:37.163Z * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid
8792024-05-03T21:14:37.163Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
8802024-05-03T21:14:37.163Z * [new branch] maghemite-integration -> origin/maghemite-integration
8812024-05-03T21:14:37.164Z * [new branch] main -> origin/main
8822024-05-03T21:14:37.164Z * [new branch] metrics-experiments -> origin/metrics-experiments
8832024-05-03T21:14:37.164Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
8842024-05-03T21:14:37.164Z * [new branch] mupdate-demo -> origin/mupdate-demo
8852024-05-03T21:14:37.165Z * [new branch] net-reorg -> origin/net-reorg
8862024-05-03T21:14:37.165Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
8872024-05-03T21:14:37.165Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
8882024-05-03T21:14:37.165Z * [new branch] new-toolchain -> origin/new-toolchain
8892024-05-03T21:14:37.165Z * [new branch] newfolgers -> origin/newfolgers
8902024-05-03T21:14:37.165Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
8912024-05-03T21:14:37.166Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
8922024-05-03T21:14:37.166Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
8932024-05-03T21:14:37.166Z * [new branch] omdb-physical-disks -> origin/omdb-physical-disks
8942024-05-03T21:14:37.166Z * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables
8952024-05-03T21:14:37.166Z * [new branch] omdb-services -> origin/omdb-services
8962024-05-03T21:14:37.167Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
8972024-05-03T21:14:37.167Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
8982024-05-03T21:14:37.167Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
8992024-05-03T21:14:37.167Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
9002024-05-03T21:14:37.167Z * [new branch] oxpop -> origin/oxpop
9012024-05-03T21:14:37.167Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
9022024-05-03T21:14:37.168Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
9032024-05-03T21:14:37.168Z * [new branch] prove-le-bug -> origin/prove-le-bug
9042024-05-03T21:14:37.168Z * [new branch] redirect-url-state -> origin/redirect-url-state
9052024-05-03T21:14:37.168Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
9062024-05-03T21:14:37.168Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
9072024-05-03T21:14:37.169Z * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x
9082024-05-03T21:14:37.169Z * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x
9092024-05-03T21:14:37.169Z * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x
9102024-05-03T21:14:37.169Z * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x
9112024-05-03T21:14:37.169Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
9122024-05-03T21:14:37.170Z * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x
9132024-05-03T21:14:37.170Z * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x
9142024-05-03T21:14:37.170Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
9152024-05-03T21:14:37.170Z * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x
9162024-05-03T21:14:37.170Z * [new branch] reservoir -> origin/reservoir
9172024-05-03T21:14:37.171Z * [new branch] resilient-nexus -> origin/resilient-nexus
9182024-05-03T21:14:37.171Z * [new branch] resource-identifier -> origin/resource-identifier
9192024-05-03T21:14:37.171Z * [new branch] retry-txn -> origin/retry-txn
9202024-05-03T21:14:37.171Z * [new branch] return-cert-pem -> origin/return-cert-pem
9212024-05-03T21:14:37.171Z * [new branch] rev-opte -> origin/rev-opte
9222024-05-03T21:14:37.171Z * [new branch] revert-936 -> origin/revert-936
9232024-05-03T21:14:37.171Z * [new branch] rfd-322-images -> origin/rfd-322-images
9242024-05-03T21:14:37.172Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
9252024-05-03T21:14:37.172Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
9262024-05-03T21:14:37.172Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
9272024-05-03T21:14:37.172Z * [new branch] rss-testing -> origin/rss-testing
9282024-05-03T21:14:37.172Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
9292024-05-03T21:14:37.173Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
9302024-05-03T21:14:37.187Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
9312024-05-03T21:14:37.188Z * [new branch] shatter-authn -> origin/shatter-authn
9322024-05-03T21:14:37.188Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
9332024-05-03T21:14:37.188Z * [new branch] silo-create -> origin/silo-create
9342024-05-03T21:14:37.188Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
9352024-05-03T21:14:37.189Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
9362024-05-03T21:14:37.189Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
9372024-05-03T21:14:37.189Z * [new branch] simple-cache -> origin/simple-cache
9382024-05-03T21:14:37.189Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
9392024-05-03T21:14:37.189Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
9402024-05-03T21:14:37.189Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
9412024-05-03T21:14:37.190Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
9422024-05-03T21:14:37.190Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
9432024-05-03T21:14:37.190Z * [new branch] sled-location -> origin/sled-location
9442024-05-03T21:14:37.190Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
9452024-05-03T21:14:37.190Z * [new branch] special-delivery -> origin/special-delivery
9462024-05-03T21:14:37.190Z * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff
9472024-05-03T21:14:37.190Z * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket
9482024-05-03T21:14:37.190Z * [new branch] sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata -> origin/sunshowers/spr/installinator-artifactd-accept-messages-with-generic-type-for-metadata
9492024-05-03T21:14:37.190Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
9502024-05-03T21:14:37.190Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
9512024-05-03T21:14:37.190Z * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid
9522024-05-03T21:14:37.190Z * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux
9532024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter -> origin/sunshowers/spr/main.omdb-show-sled-policy-and-state-allow-application-of-filter
9542024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones
9552024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput
9562024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info -> origin/sunshowers/spr/main.update-engine-track-root-and-leaf-total_elapsed-in-terminal-info
9572024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
9582024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work
9592024-05-03T21:14:37.191Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
9602024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set -> origin/sunshowers/spr/main.wicketd-add-a-test-update-step-if-an-env-var-is-set
9612024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
9622024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux
9632024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
9642024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1
9652024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface -> origin/sunshowers/spr/sled-agent-add-a-sled_shutdown-api-on-the-bootstrap-interface
9662024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup -> origin/sunshowers/spr/test-do-not-merge-comment-out-vpc-instance-lookup
9672024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work
9682024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd -> origin/sunshowers/spr/wicket-transmit-errors-from-mgs-to-wicket-via-wicketd
9692024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server
9702024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
9712024-05-03T21:14:37.192Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
9722024-05-03T21:14:37.192Z * [new branch] swap -> origin/swap
9732024-05-03T21:14:37.192Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
9742024-05-03T21:14:37.192Z * [new branch] thing-flinger -> origin/thing-flinger
9752024-05-03T21:14:37.193Z * [new branch] tqv1 -> origin/tqv1
9762024-05-03T21:14:37.193Z * [new branch] trigger -> origin/trigger
9772024-05-03T21:14:37.193Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
9782024-05-03T21:14:37.193Z * [new branch] u2-encryption -> origin/u2-encryption
9792024-05-03T21:14:37.193Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
9802024-05-03T21:14:37.193Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
9812024-05-03T21:14:37.193Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
9822024-05-03T21:14:37.193Z * [new branch] unify-ip-range -> origin/unify-ip-range
9832024-05-03T21:14:37.193Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
9842024-05-03T21:14:37.193Z * [new branch] unused-deps -> origin/unused-deps
9852024-05-03T21:14:37.193Z * [new branch] update-planning -> origin/update-planning
9862024-05-03T21:14:37.193Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
9872024-05-03T21:14:37.193Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
9882024-05-03T21:14:37.193Z * [new branch] use-incremental-build -> origin/use-incremental-build
9892024-05-03T21:14:37.193Z * [new branch] v1-cleanup -> origin/v1-cleanup
9902024-05-03T21:14:37.193Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
9912024-05-03T21:14:37.194Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
9922024-05-03T21:14:37.194Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
9932024-05-03T21:14:37.194Z * [new branch] vmm-test-flex -> origin/vmm-test-flex
9942024-05-03T21:14:37.194Z * [new branch] wicket -> origin/wicket
9952024-05-03T21:14:37.194Z * [new branch] wicket-dbg -> origin/wicket-dbg
9962024-05-03T21:14:37.194Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
9972024-05-03T21:14:37.195Z * [new branch] wicket-menu -> origin/wicket-menu
9982024-05-03T21:14:37.195Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
9992024-05-03T21:14:37.195Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
10002024-05-03T21:14:37.195Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
10012024-05-03T21:14:37.195Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
10022024-05-03T21:14:37.195Z * [new branch] wicket-update-status -> origin/wicket-update-status
10032024-05-03T21:14:37.196Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
10042024-05-03T21:14:37.196Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
10052024-05-03T21:14:37.196Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
10062024-05-03T21:14:37.196Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
10072024-05-03T21:14:37.196Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
10082024-05-03T21:14:37.196Z * [new branch] xtask_ci_download -> origin/xtask_ci_download
10092024-05-03T21:14:37.196Z * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace
10102024-05-03T21:14:37.197Z * [new branch] zone-filesystems -> origin/zone-filesystems
10112024-05-03T21:14:37.197Z * [new ref] -> origin/HEAD
10122024-05-03T21:14:37.197Z * [new tag] dogfood -> dogfood
10132024-05-03T21:14:37.197Z * [new tag] v5 -> v5
10142024-05-03T21:14:37.197Z * [new tag] v6 -> v6
10152024-05-03T21:14:37.197Z * [new tag] v7 -> v7
10162024-05-03T21:14:37.198Z Updating git repository `https://github.com/oxidecomputer/opte`
10172024-05-03T21:14:38.080ZFrom https://github.com/oxidecomputer/opte
10182024-05-03T21:14:38.080Z * [new branch] 481-strawman -> origin/481-strawman
10192024-05-03T21:14:38.096Z * [new branch] all-perf-in-flight -> origin/all-perf-in-flight
10202024-05-03T21:14:38.096Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
10212024-05-03T21:14:38.096Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
10222024-05-03T21:14:38.097Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
10232024-05-03T21:14:38.097Z * [new branch] demo-stuffs -> origin/demo-stuffs
10242024-05-03T21:14:38.097Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
10252024-05-03T21:14:38.097Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
10262024-05-03T21:14:38.097Z * [new branch] handle-pkt-chains -> origin/handle-pkt-chains
10272024-05-03T21:14:38.097Z * [new branch] helios-2.0 -> origin/helios-2.0
10282024-05-03T21:14:38.098Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
10292024-05-03T21:14:38.098Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
10302024-05-03T21:14:38.098Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
10312024-05-03T21:14:38.098Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
10322024-05-03T21:14:38.098Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
10332024-05-03T21:14:38.098Z * [new branch] master -> origin/master
10342024-05-03T21:14:38.099Z * [new branch] noclass-best-flow -> origin/noclass-best-flow
10352024-05-03T21:14:38.099Z * [new branch] noclass-best-noflow -> origin/noclass-best-noflow
10362024-05-03T21:14:38.099Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
10372024-05-03T21:14:38.099Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
10382024-05-03T21:14:38.099Z * [new branch] opte-204-paused -> origin/opte-204-paused
10392024-05-03T21:14:38.100Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
10402024-05-03T21:14:38.100Z * [new branch] opte-220 -> origin/opte-220
10412024-05-03T21:14:38.100Z * [new branch] opte-225 -> origin/opte-225
10422024-05-03T21:14:38.100Z * [new branch] opte-227 -> origin/opte-227
10432024-05-03T21:14:38.100Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
10442024-05-03T21:14:38.100Z * [new branch] opte-232 -> origin/opte-232
10452024-05-03T21:14:38.100Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
10462024-05-03T21:14:38.101Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
10472024-05-03T21:14:38.101Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
10482024-05-03T21:14:38.101Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
10492024-05-03T21:14:38.101Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
10502024-05-03T21:14:38.102Z * [new branch] opteadm-library -> origin/opteadm-library
10512024-05-03T21:14:38.102Z * [new branch] partial-workspace -> origin/partial-workspace
10522024-05-03T21:14:38.102Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
10532024-05-03T21:14:38.102Z * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile
10542024-05-03T21:14:38.102Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
10552024-05-03T21:14:38.102Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
10562024-05-03T21:14:38.102Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
10572024-05-03T21:14:38.103Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
10582024-05-03T21:14:38.103Z * [new branch] route-cache -> origin/route-cache
10592024-05-03T21:14:38.103Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
10602024-05-03T21:14:38.103Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
10612024-05-03T21:14:38.103Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
10622024-05-03T21:14:38.104Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
10632024-05-03T21:14:38.104Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
10642024-05-03T21:14:38.104Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
10652024-05-03T21:14:38.104Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
10662024-05-03T21:14:38.104Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
10672024-05-03T21:14:38.104Z * [new branch] rpz-def-action -> origin/rpz-def-action
10682024-05-03T21:14:38.104Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
10692024-05-03T21:14:38.104Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
10702024-05-03T21:14:38.104Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
10712024-05-03T21:14:38.104Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
10722024-05-03T21:14:38.104Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
10732024-05-03T21:14:38.105Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
10742024-05-03T21:14:38.105Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
10752024-05-03T21:14:38.105Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
10762024-05-03T21:14:38.105Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
10772024-05-03T21:14:38.105Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
10782024-05-03T21:14:38.105Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
10792024-05-03T21:14:38.106Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
10802024-05-03T21:14:38.106Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
10812024-05-03T21:14:38.106Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
10822024-05-03T21:14:38.106Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
10832024-05-03T21:14:38.106Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
10842024-05-03T21:14:38.106Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
10852024-05-03T21:14:38.106Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
10862024-05-03T21:14:38.106Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
10872024-05-03T21:14:38.107Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
10882024-05-03T21:14:38.107Z * [new branch] rpz-test-common -> origin/rpz-test-common
10892024-05-03T21:14:38.107Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
10902024-05-03T21:14:38.107Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
10912024-05-03T21:14:38.107Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
10922024-05-03T21:14:38.107Z * [new branch] spring-clean -> origin/spring-clean
10932024-05-03T21:14:38.107Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
10942024-05-03T21:14:38.107Z * [new branch] underlay-lock -> origin/underlay-lock
10952024-05-03T21:14:38.107Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
10962024-05-03T21:14:38.108Z * [new ref] -> origin/HEAD
10972024-05-03T21:14:38.138Z Updating git repository `https://github.com/illumos/smf-rs`
10982024-05-03T21:14:38.542ZFrom https://github.com/illumos/smf-rs
10992024-05-03T21:14:38.542Z * [new branch] main -> origin/main
11002024-05-03T21:14:38.545Z * [new ref] -> origin/HEAD
11012024-05-03T21:14:38.554Z Updating git repository `https://github.com/oxidecomputer/progenitor`
11022024-05-03T21:14:39.771ZFrom https://github.com/oxidecomputer/progenitor
11032024-05-03T21:14:39.772Z * [new branch] extension2 -> origin/extension2
11042024-05-03T21:14:39.786Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
11052024-05-03T21:14:39.786Z * [new branch] main -> origin/main
11062024-05-03T21:14:39.786Z * [new branch] nexus-update -> origin/nexus-update
11072024-05-03T21:14:39.786Z * [new branch] owned-response-stream -> origin/owned-response-stream
11082024-05-03T21:14:39.786Z * [new branch] print-example -> origin/print-example
11092024-05-03T21:14:39.786Z * [new branch] query-arg-collision -> origin/query-arg-collision
11102024-05-03T21:14:39.787Z * [new branch] request-map -> origin/request-map
11112024-05-03T21:14:39.787Z * [new branch] response-value-content-length -> origin/response-value-content-length
11122024-05-03T21:14:39.787Z * [new branch] security-schemes -> origin/security-schemes
11132024-05-03T21:14:39.787Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
11142024-05-03T21:14:39.788Z * [new branch] test-ci -> origin/test-ci
11152024-05-03T21:14:39.788Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
11162024-05-03T21:14:39.788Z * [new branch] untyped-responses -> origin/untyped-responses
11172024-05-03T21:14:39.788Z * [new branch] v41 -> origin/v41
11182024-05-03T21:14:39.788Z * [new ref] -> origin/HEAD
11192024-05-03T21:14:39.788Z * [new tag] v0.1.1 -> v0.1.1
11202024-05-03T21:14:39.788Z * [new tag] v0.2.0 -> v0.2.0
11212024-05-03T21:14:39.788Z * [new tag] v0.3.0 -> v0.3.0
11222024-05-03T21:14:39.789Z * [new tag] v0.4.0 -> v0.4.0
11232024-05-03T21:14:39.789Z * [new tag] v0.4.1 -> v0.4.1
11242024-05-03T21:14:39.789Z * [new tag] v0.5.0 -> v0.5.0
11252024-05-03T21:14:39.789Z * [new tag] v0.6.0 -> v0.6.0
11262024-05-03T21:14:41.514Z Updating git repository `https://github.com/oxidecomputer/zone`
11272024-05-03T21:14:41.514ZFrom https://github.com/oxidecomputer/zone
11282024-05-03T21:14:41.514Z * [new branch] main -> origin/main
11292024-05-03T21:14:41.515Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
11302024-05-03T21:14:41.515Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
11312024-05-03T21:14:41.515Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
11322024-05-03T21:14:41.515Z * [new ref] -> origin/HEAD
11332024-05-03T21:14:41.515Z Updating git repository `https://github.com/oxidecomputer/propolis`
11342024-05-03T21:14:41.526ZFrom https://github.com/oxidecomputer/propolis
11352024-05-03T21:14:41.526Z * [new branch] ata -> origin/ata
11362024-05-03T21:14:41.526Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
11372024-05-03T21:14:41.526Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
11382024-05-03T21:14:41.526Z * [new branch] master -> origin/master
11392024-05-03T21:14:41.526Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
11402024-05-03T21:14:41.527Z * [new ref] -> origin/HEAD
11412024-05-03T21:14:41.527Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
11422024-05-03T21:14:42.169ZFrom https://github.com/oxidecomputer/dlpi-sys
11432024-05-03T21:14:42.169Z * [new branch] gh-pages -> origin/gh-pages
11442024-05-03T21:14:42.173Z * [new branch] main -> origin/main
11452024-05-03T21:14:42.173Z * [new ref] -> origin/HEAD
11462024-05-03T21:14:42.180Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
11472024-05-03T21:14:42.653ZFrom https://github.com/jmesmon/rust-libzfs
11482024-05-03T21:14:42.653Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
11492024-05-03T21:14:42.656Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
11502024-05-03T21:14:42.656Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
11512024-05-03T21:14:42.656Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
11522024-05-03T21:14:42.656Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
11532024-05-03T21:14:42.656Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
11542024-05-03T21:14:42.656Z * [new branch] dev -> origin/dev
11552024-05-03T21:14:42.656Z * [new branch] drr -> origin/drr
11562024-05-03T21:14:42.656Z * [new branch] f-types -> origin/f-types
11572024-05-03T21:14:42.656Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
11582024-05-03T21:14:42.656Z * [new branch] master -> origin/master
11592024-05-03T21:14:42.656Z * [new branch] staging -> origin/staging
11602024-05-03T21:14:42.656Z * [new ref] -> origin/HEAD
11612024-05-03T21:14:42.656Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
11622024-05-03T21:14:42.656Z * [new tag] v0.4.0 -> v0.4.0
11632024-05-03T21:14:42.656Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
11642024-05-03T21:14:42.657Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
11652024-05-03T21:14:42.669Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
11662024-05-03T21:14:43.210ZFrom https://github.com/oxidecomputer/rusty-doors
11672024-05-03T21:14:43.210Z * [new branch] gh-pages -> origin/gh-pages
11682024-05-03T21:14:43.237Z * [new branch] main -> origin/main
11692024-05-03T21:14:43.237Z * [new branch] no-bindgen -> origin/no-bindgen
11702024-05-03T21:14:43.237Z * [new ref] -> origin/HEAD
11712024-05-03T21:14:43.334Z Updating git repository `https://github.com/oxidecomputer/maghemite`
11722024-05-03T21:14:44.141ZFrom https://github.com/oxidecomputer/maghemite
11732024-05-03T21:14:44.141Z * [new branch] anycast -> origin/anycast
11742024-05-03T21:14:44.145Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
11752024-05-03T21:14:44.145Z * [new branch] mac-build -> origin/mac-build
11762024-05-03T21:14:44.145Z * [new branch] main -> origin/main
11772024-05-03T21:14:44.145Z * [new branch] oxpop -> origin/oxpop
11782024-05-03T21:14:44.145Z * [new branch] renovate/anstyle-1.x -> origin/renovate/anstyle-1.x
11792024-05-03T21:14:44.145Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
11802024-05-03T21:14:44.145Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
11812024-05-03T21:14:44.145Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
11822024-05-03T21:14:44.145Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
11832024-05-03T21:14:44.145Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
11842024-05-03T21:14:44.145Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
11852024-05-03T21:14:44.145Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
11862024-05-03T21:14:44.145Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
11872024-05-03T21:14:44.145Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
11882024-05-03T21:14:44.145Z * [new ref] -> origin/HEAD
11892024-05-03T21:14:44.145Z * [new tag] rift -> rift
11902024-05-03T21:14:44.146Z * [new tag] srp -> srp
11912024-05-03T21:14:44.146Z * [new tag] tie-spf -> tie-spf
11922024-05-03T21:14:44.181Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
11932024-05-03T21:14:44.391Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
11942024-05-03T21:14:44.862ZFrom http://github.com/oxidecomputer/serde_human_bytes
11952024-05-03T21:14:44.862Z * [new branch] gh-pages -> origin/gh-pages
11962024-05-03T21:14:44.866Z * [new branch] main -> origin/main
11972024-05-03T21:14:44.867Z * [new branch] renovate/configure -> origin/renovate/configure
11982024-05-03T21:14:44.867Z * [new ref] -> origin/HEAD
11992024-05-03T21:14:44.887Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
12002024-05-03T21:14:45.341ZFrom https://github.com/oxidecomputer/slog-error-chain
12012024-05-03T21:14:45.342Z * [new branch] main -> origin/main
12022024-05-03T21:14:45.342Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
12032024-05-03T21:14:45.342Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
12042024-05-03T21:14:45.342Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
12052024-05-03T21:14:45.342Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
12062024-05-03T21:14:45.342Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
12072024-05-03T21:14:45.343Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
12082024-05-03T21:14:45.343Z * [new ref] -> origin/HEAD
12092024-05-03T21:14:45.343Z Updating git repository `https://github.com/oxidecomputer/poptrie`
12102024-05-03T21:14:45.719ZFrom https://github.com/oxidecomputer/poptrie
12112024-05-03T21:14:45.719Z * [new branch] main -> origin/main
12122024-05-03T21:14:45.723Z * [new branch] multipath -> origin/multipath
12132024-05-03T21:14:45.723Z * [new ref] -> origin/HEAD
12142024-05-03T21:14:45.741Z Updating git repository `https://github.com/illumos/libscf-sys.git`
12152024-05-03T21:14:46.146ZFrom https://github.com/illumos/libscf-sys
12162024-05-03T21:14:46.146Z * [new branch] main -> origin/main
12172024-05-03T21:14:46.146Z * [new ref] -> origin/HEAD
12182024-05-03T21:14:46.202Z Updating git repository `https://github.com/oxidecomputer/typify`
12192024-05-03T21:14:47.890ZFrom https://github.com/oxidecomputer/typify
12202024-05-03T21:14:47.890Z * [new branch] ipv6 -> origin/ipv6
12212024-05-03T21:14:47.901Z * [new branch] js-schema -> origin/js-schema
12222024-05-03T21:14:47.901Z * [new branch] main -> origin/main
12232024-05-03T21:14:47.901Z * [new branch] nested-newtype -> origin/nested-newtype
12242024-05-03T21:14:47.901Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
12252024-05-03T21:14:47.902Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
12262024-05-03T21:14:47.902Z * [new ref] -> origin/HEAD
12272024-05-03T21:14:47.902Z * [new tag] v0.0.10 -> v0.0.10
12282024-05-03T21:14:47.902Z * [new tag] v0.0.11 -> v0.0.11
12292024-05-03T21:14:47.902Z * [new tag] v0.0.12 -> v0.0.12
12302024-05-03T21:14:47.902Z * [new tag] v0.0.13 -> v0.0.13
12312024-05-03T21:14:47.902Z * [new tag] v0.0.14 -> v0.0.14
12322024-05-03T21:14:47.902Z * [new tag] v0.0.15 -> v0.0.15
12332024-05-03T21:14:47.903Z * [new tag] v0.0.16 -> v0.0.16
12342024-05-03T21:14:47.903Z * [new tag] v0.0.4 -> v0.0.4
12352024-05-03T21:14:47.903Z * [new tag] v0.0.5 -> v0.0.5
12362024-05-03T21:14:47.903Z * [new tag] v0.0.6 -> v0.0.6
12372024-05-03T21:14:47.903Z * [new tag] v0.0.7 -> v0.0.7
12382024-05-03T21:14:47.903Z * [new tag] v0.0.8 -> v0.0.8
12392024-05-03T21:14:47.903Z * [new tag] v0.0.9 -> v0.0.9
12402024-05-03T21:14:47.973Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
12412024-05-03T21:14:48.617ZFrom https://github.com/oxidecomputer/management-gateway-service
12422024-05-03T21:14:48.617Z * [new branch] af-temp-hash -> origin/af-temp-hash
12432024-05-03T21:14:48.620Z * [new branch] buildomat -> origin/buildomat
12442024-05-03T21:14:48.620Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
12452024-05-03T21:14:48.620Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
12462024-05-03T21:14:48.620Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
12472024-05-03T21:14:48.620Z * [new branch] image-board-check -> origin/image-board-check
12482024-05-03T21:14:48.620Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
12492024-05-03T21:14:48.620Z * [new branch] lock_state -> origin/lock_state
12502024-05-03T21:14:48.620Z * [new branch] main -> origin/main
12512024-05-03T21:14:48.620Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
12522024-05-03T21:14:48.620Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
12532024-05-03T21:14:48.620Z * [new branch] read-rot-message -> origin/read-rot-message
12542024-05-03T21:14:48.621Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
12552024-05-03T21:14:48.621Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
12562024-05-03T21:14:48.621Z * [new branch] reset-component -> origin/reset-component
12572024-05-03T21:14:48.621Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
12582024-05-03T21:14:48.621Z * [new branch] rhai -> origin/rhai
12592024-05-03T21:14:48.621Z * [new branch] rot-boot-info -> origin/rot-boot-info
12602024-05-03T21:14:48.621Z * [new branch] rot-update -> origin/rot-update
12612024-05-03T21:14:48.621Z * [new branch] rot-update-2 -> origin/rot-update-2
12622024-05-03T21:14:48.621Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
12632024-05-03T21:14:48.621Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
12642024-05-03T21:14:48.621Z * [new branch] sprot-attest -> origin/sprot-attest
12652024-05-03T21:14:48.621Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
12662024-05-03T21:14:48.621Z * [new branch] sprot-errors -> origin/sprot-errors
12672024-05-03T21:14:48.621Z * [new branch] stage0-update-component -> origin/stage0-update-component
12682024-05-03T21:14:48.621Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
12692024-05-03T21:14:48.621Z * [new branch] update-stage0 -> origin/update-stage0
12702024-05-03T21:14:48.621Z * [new ref] -> origin/HEAD
12712024-05-03T21:14:48.913Z Downloading crates ...
12722024-05-03T21:14:49.055Z Downloaded async-stream-impl v0.3.5
12732024-05-03T21:14:49.063Z Downloaded argon2 v0.5.3
12742024-05-03T21:14:49.075Z Downloaded atomic-waker v1.1.2
12752024-05-03T21:14:49.078Z Downloaded allocator-api2 v0.2.18
12762024-05-03T21:14:49.079Z Downloaded autocfg v1.2.0
12772024-05-03T21:14:49.079Z Downloaded ciborium-io v0.2.2
12782024-05-03T21:14:49.082Z Downloaded backoff v0.4.0
12792024-05-03T21:14:49.082Z Downloaded async-trait v0.1.80
12802024-05-03T21:14:49.085Z Downloaded waitgroup v0.1.2
12812024-05-03T21:14:49.088Z Downloaded arc-swap v1.7.1
12822024-05-03T21:14:49.091Z Downloaded ucd-trie v0.1.6
12832024-05-03T21:14:49.094Z Downloaded defmt-parser v0.3.4
12842024-05-03T21:14:49.094Z Downloaded bytecount v0.6.8
12852024-05-03T21:14:49.097Z Downloaded async-stream v0.3.5
12862024-05-03T21:14:49.097Z Downloaded byteorder v1.5.0
12872024-05-03T21:14:49.100Z Downloaded arrayvec v0.7.4
12882024-05-03T21:14:49.100Z Downloaded zone_cfg_derive v0.1.2
12892024-05-03T21:14:49.111Z Downloaded unicode-segmentation v1.11.0
12902024-05-03T21:14:49.111Z Downloaded omicron-workspace-hack v0.1.0
12912024-05-03T21:14:49.111Z Downloaded anyhow v1.0.82
12922024-05-03T21:14:49.111Z Downloaded parse-display-derive v0.9.0
12932024-05-03T21:14:49.111Z Downloaded parking_lot_core v0.8.6
12942024-05-03T21:14:49.114Z Downloaded dof v0.3.0
12952024-05-03T21:14:49.114Z Downloaded data-encoding v2.6.0
12962024-05-03T21:14:49.115Z Downloaded ciborium-ll v0.2.2
12972024-05-03T21:14:49.117Z Downloaded tungstenite v0.21.0
12982024-05-03T21:14:49.120Z Downloaded usdt-macro v0.5.0
12992024-05-03T21:14:49.120Z Downloaded usdt-attr-macro v0.5.0
13002024-05-03T21:14:49.120Z Downloaded tungstenite v0.20.1
13012024-05-03T21:14:49.124Z Downloaded parse-display v0.9.0
13022024-05-03T21:14:49.126Z Downloaded utf-8 v0.7.6
13032024-05-03T21:14:49.127Z Downloaded foreign-types-macros v0.2.3
13042024-05-03T21:14:49.129Z Downloaded parking_lot_core v0.9.10
13052024-05-03T21:14:49.130Z Downloaded fxhash v0.2.1
13062024-05-03T21:14:49.130Z Downloaded foreign-types-shared v0.3.1
13072024-05-03T21:14:49.133Z Downloaded darling_macro v0.20.8
13082024-05-03T21:14:49.133Z Downloaded crc8 v0.1.1
13092024-05-03T21:14:49.133Z Downloaded crossbeam-epoch v0.9.18
13102024-05-03T21:14:49.136Z Downloaded blake3 v1.5.1
13112024-05-03T21:14:49.142Z Downloaded newline-converter v0.3.0
13122024-05-03T21:14:49.145Z Downloaded match_cfg v0.1.0
13132024-05-03T21:14:49.145Z Downloaded hubpack_derive v0.1.1
13142024-05-03T21:14:49.145Z Downloaded blake2 v0.10.6
13152024-05-03T21:14:49.148Z Downloaded crunchy v0.2.2
13162024-05-03T21:14:49.148Z Downloaded const-random v0.1.18
13172024-05-03T21:14:49.156Z Downloaded colored v2.1.0
13182024-05-03T21:14:49.156Z Downloaded cstr-argument v0.1.2
13192024-05-03T21:14:49.160Z Downloaded defmt v0.3.6
13202024-05-03T21:14:49.161Z Downloaded num_threads v0.1.7
13212024-05-03T21:14:49.161Z Downloaded dtrace-parser v0.2.0
13222024-05-03T21:14:49.161Z Downloaded arrayref v0.3.7
13232024-05-03T21:14:49.161Z Downloaded pretty-hex v0.2.1
13242024-05-03T21:14:49.161Z Downloaded usdt-impl v0.5.0
13252024-05-03T21:14:49.164Z Downloaded uuid v0.8.2
13262024-05-03T21:14:49.167Z Downloaded instant v0.1.12
13272024-05-03T21:14:49.168Z Downloaded untrusted v0.7.1
13282024-05-03T21:14:49.168Z Downloaded bitflags v1.3.2
13292024-05-03T21:14:49.180Z Downloaded pest_generator v2.7.10
13302024-05-03T21:14:49.180Z Downloaded topological-sort v0.2.2
13312024-05-03T21:14:49.180Z Downloaded time-core v0.1.2
13322024-05-03T21:14:49.180Z Downloaded take_mut v0.2.2
13332024-05-03T21:14:49.181Z Downloaded quick-error v1.2.3
13342024-05-03T21:14:49.181Z Downloaded base64 v0.13.1
13352024-05-03T21:14:49.201Z Downloaded tabwriter v1.4.0
13362024-05-03T21:14:49.201Z Downloaded zone v0.1.8
13372024-05-03T21:14:49.201Z Downloaded newtype_derive v0.1.6
13382024-05-03T21:14:49.201Z Downloaded getopts v0.2.21
13392024-05-03T21:14:49.201Z Downloaded dirs-sys-next v0.1.2
13402024-05-03T21:14:49.202Z Downloaded usdt v0.5.0
13412024-05-03T21:14:49.202Z Downloaded hex v0.4.3
13422024-05-03T21:14:49.202Z Downloaded strum v0.26.2
13432024-05-03T21:14:49.202Z Downloaded pretty-hex v0.4.1
13442024-05-03T21:14:49.202Z Downloaded portpicker v0.1.1
13452024-05-03T21:14:49.202Z Downloaded ipnetwork v0.20.0
13462024-05-03T21:14:49.203Z Downloaded foreign-types v0.5.0
13472024-05-03T21:14:49.203Z Downloaded num-integer v0.1.46
13482024-05-03T21:14:49.203Z Downloaded managed v0.8.0
13492024-05-03T21:14:49.203Z Downloaded proc-macro-crate v1.3.1
13502024-05-03T21:14:49.203Z Downloaded omicron-zone-package v0.11.0
13512024-05-03T21:14:49.203Z Downloaded num_enum_derive v0.7.2
13522024-05-03T21:14:49.211Z Downloaded num v0.4.2
13532024-05-03T21:14:49.212Z Downloaded yansi v0.5.1
13542024-05-03T21:14:49.212Z Downloaded lru-cache v0.1.2
13552024-05-03T21:14:49.212Z Downloaded rustversion v1.0.15
13562024-05-03T21:14:49.212Z Downloaded num_enum_derive v0.5.11
13572024-05-03T21:14:49.212Z Downloaded num_enum v0.5.11
13582024-05-03T21:14:49.212Z Downloaded parking_lot v0.11.2
13592024-05-03T21:14:49.217Z Downloaded num-derive v0.3.3
13602024-05-03T21:14:49.217Z Downloaded hostname v0.4.0
13612024-05-03T21:14:49.217Z Downloaded walkdir v2.5.0
13622024-05-03T21:14:49.217Z Downloaded scroll_derive v0.12.0
13632024-05-03T21:14:49.218Z Downloaded num-iter v0.1.44
13642024-05-03T21:14:49.223Z Downloaded macaddr v1.0.1
13652024-05-03T21:14:49.223Z Downloaded tabled_derive v0.7.0
13662024-05-03T21:14:49.223Z Downloaded tiny-keccak v2.0.2
13672024-05-03T21:14:49.223Z Downloaded multer v3.0.0
13682024-05-03T21:14:49.229Z Downloaded ciborium v0.2.2
13692024-05-03T21:14:49.229Z Downloaded slog-bunyan v2.5.0
13702024-05-03T21:14:49.229Z Downloaded structmeta v0.3.0
13712024-05-03T21:14:49.229Z Downloaded strsim v0.10.0
13722024-05-03T21:14:49.233Z Downloaded same-file v1.0.6
13732024-05-03T21:14:49.234Z Downloaded slog-async v2.8.0
13742024-05-03T21:14:49.234Z Downloaded proc-macro-crate v3.1.0
13752024-05-03T21:14:49.234Z Downloaded spin v0.5.2
13762024-05-03T21:14:49.238Z Downloaded memmap2 v0.9.4
13772024-05-03T21:14:49.238Z Downloaded num_enum v0.7.2
13782024-05-03T21:14:49.242Z Downloaded thread-id v4.2.1
13792024-05-03T21:14:49.243Z Downloaded smf v0.2.3
13802024-05-03T21:14:49.243Z Downloaded slog-dtrace v0.3.0
13812024-05-03T21:14:49.247Z Downloaded tokio-tungstenite v0.20.1
13822024-05-03T21:14:49.247Z Downloaded tokio-rustls v0.25.0
13832024-05-03T21:14:49.247Z Downloaded lock_api v0.4.12
13842024-05-03T21:14:49.253Z Downloaded half v2.4.1
13852024-05-03T21:14:49.253Z Downloaded slog-stdlog v4.1.1
13862024-05-03T21:14:49.253Z Downloaded crossbeam-utils v0.8.19
13872024-05-03T21:14:49.257Z Downloaded sha1 v0.10.6
13882024-05-03T21:14:49.257Z Downloaded num-complex v0.4.5
13892024-05-03T21:14:49.257Z Downloaded pest_derive v2.7.10
13902024-05-03T21:14:49.262Z Downloaded stable_deref_trait v1.2.0
13912024-05-03T21:14:49.263Z Downloaded slog-envlogger v2.2.0
13922024-05-03T21:14:49.263Z Downloaded toml v0.7.8
13932024-05-03T21:14:49.267Z Downloaded structmeta-derive v0.3.0
13942024-05-03T21:14:49.268Z Downloaded serde_tokenstream v0.2.0
13952024-05-03T21:14:49.275Z Downloaded slog-scope v4.4.0
13962024-05-03T21:14:49.275Z Downloaded darling_core v0.20.8
13972024-05-03T21:14:49.275Z Downloaded base64 v0.22.1
13982024-05-03T21:14:49.279Z Downloaded thread_local v1.1.8
13992024-05-03T21:14:49.280Z Downloaded schemars_derive v0.8.17
14002024-05-03T21:14:49.280Z Downloaded rustc_version v0.1.7
14012024-05-03T21:14:49.280Z Downloaded rustls-pki-types v1.5.0
14022024-05-03T21:14:49.284Z Downloaded proc-macro-error v1.0.4
14032024-05-03T21:14:49.288Z Downloaded smartstring v1.0.1
14042024-05-03T21:14:49.288Z Downloaded rhai_codegen v2.1.0
14052024-05-03T21:14:49.293Z Downloaded serde_with_macros v3.8.1
14062024-05-03T21:14:49.297Z Downloaded serde_derive_internals v0.29.0
14072024-05-03T21:14:49.297Z Downloaded pest_meta v2.7.10
14082024-05-03T21:14:49.301Z Downloaded hashbrown v0.12.3
14092024-05-03T21:14:49.311Z Downloaded tokio-tungstenite v0.21.0
14102024-05-03T21:14:49.311Z Downloaded tracing-attributes v0.1.27
14112024-05-03T21:14:49.314Z Downloaded toml_edit v0.21.1
14122024-05-03T21:14:49.325Z Downloaded time-macros v0.2.18
14132024-05-03T21:14:49.329Z Downloaded time v0.3.36
14142024-05-03T21:14:49.333Z Downloaded goblin v0.8.2
14152024-05-03T21:14:49.339Z Downloaded tabled v0.15.0
14162024-05-03T21:14:49.352Z Downloaded trust-dns-proto v0.22.0
14172024-05-03T21:14:49.363Z Downloaded socket2 v0.4.10
14182024-05-03T21:14:49.366Z Downloaded slog v2.7.0
14192024-05-03T21:14:49.367Z Downloaded rayon-core v1.12.1
14202024-05-03T21:14:49.370Z Downloaded pretty_assertions v1.4.0
14212024-05-03T21:14:49.375Z Downloaded serde_yaml v0.9.34+deprecated
14222024-05-03T21:14:49.375Z Downloaded schemars v0.8.17
14232024-05-03T21:14:49.384Z Downloaded trust-dns-resolver v0.22.0
14242024-05-03T21:14:49.388Z Downloaded steno v0.4.0
14252024-05-03T21:14:49.393Z Downloaded postcard v1.0.8
14262024-05-03T21:14:49.396Z Downloaded papergrid v0.11.0
14272024-05-03T21:14:49.400Z Downloaded idna v0.2.3
14282024-05-03T21:14:49.404Z Downloaded toml_edit v0.19.15
14292024-05-03T21:14:49.417Z Downloaded serde_with v3.8.1
14302024-05-03T21:14:49.428Z Downloaded pest v2.7.10
14312024-05-03T21:14:49.448Z Downloaded slog-term v2.9.1
14322024-05-03T21:14:49.449Z Downloaded similar v2.5.0
14332024-05-03T21:14:49.449Z Downloaded ron v0.7.1
14342024-05-03T21:14:49.454Z Downloaded libm v0.2.8
14352024-05-03T21:14:49.454Z Downloaded itertools v0.10.5
14362024-05-03T21:14:49.454Z Downloaded http v1.1.0
14372024-05-03T21:14:49.459Z Downloaded serde_repr v0.1.19
14382024-05-03T21:14:49.459Z Downloaded rustls-webpki v0.102.3
14392024-05-03T21:14:49.484Z Downloaded rayon v1.10.0
14402024-05-03T21:14:49.488Z Downloaded scroll v0.12.0
14412024-05-03T21:14:49.488Z Downloaded expectorate v1.1.0
14422024-05-03T21:14:49.489Z Downloaded rustls-pemfile v2.1.2
14432024-05-03T21:14:49.489Z Downloaded password-hash v0.5.0
14442024-05-03T21:14:49.489Z Downloaded plain v0.2.3
14452024-05-03T21:14:49.489Z Downloaded heapless v0.8.0
14462024-05-03T21:14:49.493Z Downloaded parking_lot v0.12.2
14472024-05-03T21:14:49.493Z Downloaded zerocopy v0.6.6
14482024-05-03T21:14:49.497Z Downloaded zerocopy-derive v0.7.32
14492024-05-03T21:14:49.501Z Downloaded openapiv3 v2.0.0
14502024-05-03T21:14:49.510Z Downloaded winnow v0.5.40
14512024-05-03T21:14:49.516Z Downloaded syn v1.0.109
14522024-05-03T21:14:49.525Z Downloaded indexmap v1.9.3
14532024-05-03T21:14:49.529Z Downloaded diff v0.1.13
14542024-05-03T21:14:49.548Z Downloaded crossbeam-channel v0.5.12
14552024-05-03T21:14:49.549Z Downloaded smoltcp v0.11.0
14562024-05-03T21:14:49.549Z Downloaded rhai v1.18.0
14572024-05-03T21:14:49.556Z Downloaded rustls v0.22.4
14582024-05-03T21:14:49.567Z Downloaded sled v0.34.7
14592024-05-03T21:14:49.577Z Downloaded zerocopy-derive v0.6.6
14602024-05-03T21:14:49.585Z Downloaded regress v0.9.1
14612024-05-03T21:14:49.596Z Downloaded semver v0.1.20
14622024-05-03T21:14:49.607Z Downloaded term v0.7.0
14632024-05-03T21:14:49.607Z Downloaded strum_macros v0.25.3
14642024-05-03T21:14:49.608Z Downloaded slog-json v2.6.1
14652024-05-03T21:14:49.608Z Downloaded scopeguard v1.2.0
14662024-05-03T21:14:49.608Z Downloaded thin-vec v0.2.13
14672024-05-03T21:14:49.608Z Downloaded strum_macros v0.26.2
14682024-05-03T21:14:50.022Z Downloaded num-rational v0.4.1
14692024-05-03T21:14:50.023Z Downloaded powerfmt v0.2.0
14702024-05-03T21:14:50.023Z Downloaded resolv-conf v0.7.0
14712024-05-03T21:14:50.023Z Downloaded proc-macro-error-attr v1.0.4
14722024-05-03T21:14:50.023Z Downloaded paste v1.0.14
14732024-05-03T21:14:50.024Z Downloaded memmap v0.7.0
14742024-05-03T21:14:50.024Z Downloaded linked-hash-map v0.5.6
14752024-05-03T21:14:50.024Z Downloaded hubpack v0.1.2
14762024-05-03T21:14:50.024Z Downloaded heck v0.4.1
14772024-05-03T21:14:50.024Z Downloaded defmt-macros v0.3.7
14782024-05-03T21:14:50.024Z Downloaded hostname v0.3.1
14792024-05-03T21:14:50.025Z Downloaded heck v0.3.3
14802024-05-03T21:14:50.025Z Downloaded cobs v0.2.3
14812024-05-03T21:14:50.025Z Downloaded hash32 v0.3.1
14822024-05-03T21:14:50.025Z Downloaded enum-as-inner v0.5.1
14832024-05-03T21:14:50.025Z Downloaded embedded-io v0.4.0
14842024-05-03T21:14:50.026Z Downloaded dyn-clone v1.0.17
14852024-05-03T21:14:50.026Z Downloaded dirs-next v2.0.0
14862024-05-03T21:14:50.026Z Downloaded deranged v0.3.11
14872024-05-03T21:14:50.026Z Downloaded constant_time_eq v0.3.0
14882024-05-03T21:14:50.026Z Downloaded num-conv v0.1.0
14892024-05-03T21:14:50.026Z Downloaded matches v0.1.10
14902024-05-03T21:14:50.027Z Downloaded ident_case v1.0.1
14912024-05-03T21:14:50.027Z Downloaded darling v0.20.8
14922024-05-03T21:14:50.027Z Downloaded crossbeam-deque v0.8.5
14932024-05-03T21:14:50.027Z Downloaded const-random-macro v0.1.16
14942024-05-03T21:14:50.027Z Downloaded unsafe-libyaml v0.2.11
14952024-05-03T21:14:50.027Z Downloaded ring v0.16.20
14962024-05-03T21:14:50.618Z Compiling proc-macro2 v1.0.81
14972024-05-03T21:14:50.618Z Compiling unicode-ident v1.0.12
14982024-05-03T21:14:50.621Z Compiling cfg-if v1.0.0
14992024-05-03T21:14:50.621Z Compiling libc v0.2.154
15002024-05-03T21:14:50.621Z Compiling version_check v0.9.4
15012024-05-03T21:14:50.621Z Compiling autocfg v1.2.0
15022024-05-03T21:14:50.634Z Compiling serde v1.0.200
15032024-05-03T21:14:50.637Z Compiling once_cell v1.19.0
15042024-05-03T21:14:50.713Z Compiling byteorder v1.5.0
15052024-05-03T21:14:50.811Z Compiling itoa v1.0.11
15062024-05-03T21:14:51.002Z Compiling memchr v2.7.2
15072024-05-03T21:14:51.041Z Compiling allocator-api2 v0.2.18
15082024-05-03T21:14:51.161Z Compiling ryu v1.0.17
15092024-05-03T21:14:51.168Z Compiling serde_json v1.0.116
15102024-05-03T21:14:51.229Z Compiling ahash v0.8.11
15112024-05-03T21:14:51.484Z Compiling thiserror v1.0.59
15122024-05-03T21:14:51.539Z Compiling equivalent v1.0.1
15132024-05-03T21:14:51.625Z Compiling log v0.4.21
15142024-05-03T21:14:51.650Z Compiling pin-project-lite v0.2.14
15152024-05-03T21:14:51.759Z Compiling cc v1.0.96
15162024-05-03T21:14:51.778Z Compiling lock_api v0.4.12
15172024-05-03T21:14:51.855Z Compiling smallvec v1.13.2
15182024-05-03T21:14:52.003Z Compiling quote v1.0.36
15192024-05-03T21:14:52.117Z Compiling fnv v1.0.7
15202024-05-03T21:14:52.221Z Compiling libm v0.2.8
15212024-05-03T21:14:52.239Z Compiling scopeguard v1.2.0
15222024-05-03T21:14:52.253Z Compiling num-traits v0.2.18
15232024-05-03T21:14:52.347Z Compiling syn v2.0.60
15242024-05-03T21:14:52.633Z Compiling getrandom v0.2.14
15252024-05-03T21:14:52.797Z Compiling parking_lot_core v0.9.10
15262024-05-03T21:14:53.012Z Compiling signal-hook-registry v1.4.2
15272024-05-03T21:14:53.074Z Compiling socket2 v0.5.7
15282024-05-03T21:14:53.253Z Compiling mio v0.8.11
15292024-05-03T21:14:53.963Z Compiling parking_lot v0.12.2
15302024-05-03T21:14:53.989Z Compiling num_cpus v1.16.0
15312024-05-03T21:14:54.091Z Compiling futures-core v0.3.30
15322024-05-03T21:14:54.137Z Compiling slab v0.4.9
15332024-05-03T21:14:54.194Z Compiling dyn-clone v1.0.17
15342024-05-03T21:14:54.325Z Compiling futures-sink v0.3.30
15352024-05-03T21:14:54.407Z Compiling pin-utils v0.1.0
15362024-05-03T21:14:54.465Z Compiling futures-channel v0.3.30
15372024-05-03T21:14:54.481Z Compiling syn v1.0.109
15382024-05-03T21:14:54.557Z Compiling ring v0.17.8
15392024-05-03T21:14:54.598Z Compiling futures-task v0.3.30
15402024-05-03T21:14:54.911Z Compiling futures-io v0.3.30
15412024-05-03T21:14:54.921Z Compiling spin v0.9.8
15422024-05-03T21:14:54.939Z Compiling tracing-core v0.1.32
15432024-05-03T21:14:55.039Z Compiling iana-time-zone v0.1.60
15442024-05-03T21:14:55.149Z Compiling untrusted v0.9.0
15452024-05-03T21:14:55.304Z Compiling schemars v0.8.17
15462024-05-03T21:14:55.553Z Compiling vcpkg v0.2.15
15472024-05-03T21:14:55.584Z Compiling pkg-config v0.3.30
15482024-05-03T21:14:55.885Z Compiling bitflags v2.5.0
15492024-05-03T21:14:56.298Z Compiling heck v0.5.0
15502024-05-03T21:14:56.461Z Compiling uuid v0.8.2
15512024-05-03T21:14:56.771Z Compiling slog v2.7.0
15522024-05-03T21:14:56.858Z Compiling httparse v1.8.0
15532024-05-03T21:14:57.020Z Compiling tinyvec_macros v0.1.1
15542024-05-03T21:14:57.168Z Compiling openssl-sys v0.9.102
15552024-05-03T21:14:57.280Z Compiling tinyvec v1.6.0
15562024-05-03T21:14:57.303Z Compiling uuid v1.8.0
15572024-05-03T21:14:57.472Z Compiling ucd-trie v0.1.6
15582024-05-03T21:14:57.844Z Compiling percent-encoding v2.3.1
15592024-05-03T21:14:58.192Z Compiling chrono v0.4.38
15602024-05-03T21:14:58.203Z Compiling unicode-width v0.1.12
15612024-05-03T21:14:58.298Z Compiling form_urlencoded v1.2.1
15622024-05-03T21:14:58.605Z Compiling unicode-normalization v0.1.23
15632024-05-03T21:14:59.053Z Compiling aho-corasick v1.1.3
15642024-05-03T21:14:59.264Z Compiling serde_derive_internals v0.29.0
15652024-05-03T21:14:59.675Z Compiling typenum v1.17.0
15662024-05-03T21:15:00.158Z Compiling regex-syntax v0.8.3
15672024-05-03T21:15:00.692Z Compiling openssl v0.10.64
15682024-05-03T21:15:01.121Z Compiling unicode-bidi v0.3.15
15692024-05-03T21:15:01.553Z Compiling foreign-types-shared v0.1.1
15702024-05-03T21:15:01.645Z Compiling try-lock v0.2.5
15712024-05-03T21:15:01.774Z Compiling want v0.3.1
15722024-05-03T21:15:02.092Z Compiling foreign-types v0.3.2
15732024-05-03T21:15:02.840Z Compiling generic-array v0.14.7
15742024-05-03T21:15:02.860Z Compiling native-tls v0.2.11
15752024-05-03T21:15:03.163Z Compiling rustls v0.21.12
15762024-05-03T21:15:03.202Z Compiling httpdate v1.0.3
15772024-05-03T21:15:03.470Z Compiling regex-automata v0.4.6
15782024-05-03T21:15:03.693Z Compiling tower-service v0.3.2
15792024-05-03T21:15:03.719Z Compiling heck v0.4.1
15802024-05-03T21:15:04.096Z Compiling idna v0.5.0
15812024-05-03T21:15:04.768Z Compiling serde_derive v1.0.200
15822024-05-03T21:15:05.342Z Compiling zerocopy-derive v0.7.32
15832024-05-03T21:15:07.540Z Compiling thiserror-impl v1.0.59
15842024-05-03T21:15:07.580Z Compiling tokio-macros v2.2.0
15852024-05-03T21:15:07.580Z Compiling schemars_derive v0.8.17
15862024-05-03T21:15:07.580Z Compiling zerocopy v0.7.32
15872024-05-03T21:15:07.580Z Compiling futures-macro v0.3.30
15882024-05-03T21:15:07.600Z Compiling tracing-attributes v0.1.27
15892024-05-03T21:15:08.707Z Compiling pest v2.7.10
15902024-05-03T21:15:09.549Z Compiling openssl-macros v0.1.1
15912024-05-03T21:15:09.574Z Compiling futures-util v0.3.30
15922024-05-03T21:15:09.689Z Compiling hashbrown v0.14.5
15932024-05-03T21:15:11.063Z Compiling tracing v0.1.40
15942024-05-03T21:15:11.103Z Compiling regress v0.9.1
15952024-05-03T21:15:11.508Z Compiling pest_meta v2.7.10
15962024-05-03T21:15:11.700Z Compiling regex v1.10.4
15972024-05-03T21:15:13.433Z Compiling pest_generator v2.7.10
15982024-05-03T21:15:14.407Z Compiling sct v0.7.1
15992024-05-03T21:15:14.751Z Compiling rustls-webpki v0.101.7
16002024-05-03T21:15:15.217Z Compiling rand_core v0.6.4
16012024-05-03T21:15:15.757Z Compiling openssl-probe v0.1.5
16022024-05-03T21:15:15.876Z Compiling subtle v2.5.0
16032024-05-03T21:15:16.106Z Compiling pest_derive v2.7.10
16042024-05-03T21:15:16.920Z Compiling url v2.5.0
16052024-05-03T21:15:17.002Z Compiling encoding_rs v0.8.34
16062024-05-03T21:15:17.072Z Compiling mime v0.3.17
16072024-05-03T21:15:17.681Z Compiling ipnet v2.9.0
16082024-05-03T21:15:17.881Z Compiling dtrace-parser v0.2.0
16092024-05-03T21:15:18.888Z Compiling bytes v1.6.0
16102024-05-03T21:15:19.203Z Compiling indexmap v2.2.6
16112024-05-03T21:15:20.315Z Compiling tokio v1.37.0
16122024-05-03T21:15:20.518Z Compiling serde_tokenstream v0.2.0
16132024-05-03T21:15:21.063Z Compiling http v0.2.12
16142024-05-03T21:15:22.105Z Compiling serde_urlencoded v0.7.1
16152024-05-03T21:15:22.196Z Compiling scroll_derive v0.12.0
16162024-05-03T21:15:22.632Z Compiling http-body v0.4.6
16172024-05-03T21:15:23.097Z Compiling getopts v0.2.21
16182024-05-03T21:15:23.724Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
16192024-05-03T21:15:23.757Z Compiling usdt-impl v0.5.0
16202024-05-03T21:15:24.149Z Compiling ppv-lite86 v0.2.17
16212024-05-03T21:15:24.252Z Compiling rustversion v1.0.15
16222024-05-03T21:15:24.698Z Compiling base64 v0.21.7
16232024-05-03T21:15:24.935Z Compiling crossbeam-utils v0.8.19
16242024-05-03T21:15:25.142Z Compiling omicron-workspace-hack v0.1.0
16252024-05-03T21:15:25.501Z Compiling rustls-pemfile v1.0.4
16262024-05-03T21:15:25.525Z Compiling rand_chacha v0.3.1
16272024-05-03T21:15:26.179Z Compiling scroll v0.12.0
16282024-05-03T21:15:26.709Z Compiling thread-id v4.2.1
16292024-05-03T21:15:26.778Z Compiling openapiv3 v2.0.0
16302024-05-03T21:15:27.093Z Compiling dof v0.3.0
16312024-05-03T21:15:27.335Z Compiling crypto-common v0.1.6
16322024-05-03T21:15:27.466Z Compiling block-buffer v0.10.4
16332024-05-03T21:15:27.652Z Compiling time-core v0.1.2
16342024-05-03T21:15:27.810Z Compiling num-conv v0.1.0
16352024-05-03T21:15:27.937Z Compiling powerfmt v0.2.0
16362024-05-03T21:15:28.092Z Compiling sync_wrapper v0.1.2
16372024-05-03T21:15:28.191Z Compiling unsafe-libyaml v0.2.11
16382024-05-03T21:15:28.338Z Compiling anyhow v1.0.82
16392024-05-03T21:15:28.634Z Compiling tokio-util v0.7.10
16402024-05-03T21:15:28.869Z Compiling tokio-rustls v0.24.1
16412024-05-03T21:15:29.270Z Compiling tokio-native-tls v0.3.1
16422024-05-03T21:15:29.521Z Compiling strsim v0.10.0
16432024-05-03T21:15:29.997Z Compiling h2 v0.3.26
16442024-05-03T21:15:30.108Z Compiling plain v0.2.3
16452024-05-03T21:15:30.116Z Compiling ident_case v1.0.1
16462024-05-03T21:15:30.243Z Compiling webpki-roots v0.25.4
16472024-05-03T21:15:30.276Z Compiling darling_core v0.20.8
16482024-05-03T21:15:30.378Z Compiling goblin v0.8.2
16492024-05-03T21:15:31.142Z Compiling serde_yaml v0.9.34+deprecated
16502024-05-03T21:15:31.603Z Compiling deranged v0.3.11
16512024-05-03T21:15:33.575Z Compiling time-macros v0.2.18
16522024-05-03T21:15:34.786Z Compiling hyper v0.14.28
16532024-05-03T21:15:36.256Z Compiling digest v0.10.7
16542024-05-03T21:15:36.682Z Compiling rand v0.8.5
16552024-05-03T21:15:38.762Z Compiling pretty-hex v0.4.1
16562024-05-03T21:15:38.956Z Compiling num_threads v0.1.7
16572024-05-03T21:15:39.080Z Compiling rustls-pki-types v1.5.0
16582024-05-03T21:15:39.404Z Compiling match_cfg v0.1.0
16592024-05-03T21:15:39.488Z Compiling lazy_static v1.4.0
16602024-05-03T21:15:39.525Z Compiling hostname v0.3.1
16612024-05-03T21:15:39.604Z Compiling time v0.3.36
16622024-05-03T21:15:39.779Z Compiling hyper-tls v0.5.0
16632024-05-03T21:15:39.961Z Compiling hyper-rustls v0.24.2
16642024-05-03T21:15:40.249Z Compiling reqwest v0.11.27
16652024-05-03T21:15:40.308Z Compiling darling_macro v0.20.8
16662024-05-03T21:15:42.211Z Compiling async-trait v0.1.80
16672024-05-03T21:15:42.283Z Compiling dirs-sys-next v0.1.2
16682024-05-03T21:15:42.404Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
16692024-05-03T21:15:43.359Z Compiling instant v0.1.12
16702024-05-03T21:15:43.371Z Compiling rustls v0.22.4
16712024-05-03T21:15:43.371Z Compiling cpufeatures v0.2.12
16722024-05-03T21:15:43.371Z Compiling paste v1.0.14
16732024-05-03T21:15:43.472Z Compiling dirs-next v2.0.0
16742024-05-03T21:15:43.647Z Compiling darling v0.20.8
16752024-05-03T21:15:43.708Z Compiling rustls-webpki v0.102.3
16762024-05-03T21:15:43.743Z Compiling usdt-attr-macro v0.5.0
16772024-05-03T21:15:44.021Z Compiling usdt-macro v0.5.0
16782024-05-03T21:15:44.640Z Compiling serde_spanned v0.6.5
16792024-05-03T21:15:44.844Z Compiling toml_datetime v0.6.5
16802024-05-03T21:15:45.340Z Compiling futures-executor v0.3.30
16812024-05-03T21:15:45.371Z Compiling structmeta-derive v0.3.0
16822024-05-03T21:15:45.431Z Compiling memmap v0.7.0
16832024-05-03T21:15:45.634Z Compiling multer v3.0.0
16842024-05-03T21:15:45.795Z Compiling thread_local v1.1.8
16852024-05-03T21:15:45.940Z Compiling winnow v0.6.7
16862024-05-03T21:15:45.972Z Compiling zeroize v1.7.0
16872024-05-03T21:15:46.098Z Compiling slog-async v2.8.0
16882024-05-03T21:15:46.263Z Compiling base64 v0.22.1
16892024-05-03T21:15:46.391Z Compiling winnow v0.5.40
16902024-05-03T21:15:46.959Z Compiling camino v1.1.6
16912024-05-03T21:15:47.638Z Compiling usdt v0.5.0
16922024-05-03T21:15:48.147Z Compiling structmeta v0.3.0
16932024-05-03T21:15:48.195Z Compiling futures v0.3.30
16942024-05-03T21:15:48.293Z Compiling serde_with_macros v3.8.1
16952024-05-03T21:15:48.485Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
16962024-05-03T21:15:49.616Z Compiling toml_edit v0.22.12
16972024-05-03T21:15:49.655Z Compiling term v0.7.0
16982024-05-03T21:15:49.980Z Compiling slog-json v2.6.1
16992024-05-03T21:15:50.297Z Compiling crossbeam-channel v0.5.12
17002024-05-03T21:15:50.348Z Compiling http v1.1.0
17012024-05-03T21:15:51.218Z Compiling async-stream-impl v0.3.5
17022024-05-03T21:15:51.531Z Compiling is-terminal v0.4.12
17032024-05-03T21:15:51.647Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba)
17042024-05-03T21:15:51.667Z Compiling take_mut v0.2.2
17052024-05-03T21:15:51.803Z Compiling semver v1.0.22
17062024-05-03T21:15:51.999Z Compiling atomic-waker v1.1.2
17072024-05-03T21:15:52.170Z Compiling waitgroup v0.1.2
17082024-05-03T21:15:52.640Z Compiling async-stream v0.3.5
17092024-05-03T21:15:52.976Z Compiling toml v0.8.12
17102024-05-03T21:15:53.067Z Compiling slog-term v2.9.1
17112024-05-03T21:15:53.593Z Compiling tokio-rustls v0.25.0
17122024-05-03T21:15:53.810Z Compiling serde_with v3.8.1
17132024-05-03T21:15:53.857Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#08a53a7e)
17142024-05-03T21:15:53.972Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17152024-05-03T21:15:54.394Z Compiling slog-bunyan v2.5.0
17162024-05-03T21:15:54.584Z Compiling parse-display-derive v0.9.0
17172024-05-03T21:15:56.249Z Compiling rustls-pemfile v2.1.2
17182024-05-03T21:15:56.712Z Compiling sha1 v0.10.6
17192024-05-03T21:15:57.124Z Compiling strum_macros v0.26.2
17202024-05-03T21:15:57.721Z Compiling newtype-uuid v1.1.0
17212024-05-03T21:15:58.183Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#33e158ba)
17222024-05-03T21:15:58.200Z Compiling serde_path_to_error v0.1.16
17232024-05-03T21:15:58.836Z Compiling hex v0.4.3
17242024-05-03T21:15:59.408Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17252024-05-03T21:15:59.462Z Compiling hostname v0.4.0
17262024-05-03T21:15:59.541Z Compiling proc-macro-error-attr v1.0.4
17272024-05-03T21:15:59.608Z Compiling debug-ignore v1.0.5
17282024-05-03T21:15:59.709Z Compiling semver v0.1.20
17292024-05-03T21:15:59.736Z Compiling rustix v0.38.34
17302024-05-03T21:15:59.924Z Compiling parse-display v0.9.0
17312024-05-03T21:16:00.273Z Compiling rustc_version v0.1.7
17322024-05-03T21:16:00.312Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17332024-05-03T21:16:00.476Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17342024-05-03T21:16:00.508Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
17352024-05-03T21:16:00.663Z Compiling backoff v0.4.0
17362024-05-03T21:16:00.706Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
17372024-05-03T21:16:00.788Z Compiling ipnetwork v0.20.0
17382024-05-03T21:16:01.017Z Compiling macaddr v1.0.1
17392024-05-03T21:16:01.428Z Compiling errno v0.3.8
17402024-05-03T21:16:01.459Z Compiling proc-macro-error v1.0.4
17412024-05-03T21:16:01.579Z Compiling utf8parse v0.2.1
17422024-05-03T21:16:01.641Z Compiling unicode-segmentation v1.11.0
17432024-05-03T21:16:01.726Z Compiling anstyle-parse v0.2.4
17442024-05-03T21:16:01.946Z Compiling strum v0.26.2
17452024-05-03T21:16:01.968Z Compiling newtype_derive v0.1.6
17462024-05-03T21:16:02.046Z Compiling console v0.15.8
17472024-05-03T21:16:02.267Z Compiling newline-converter v0.3.0
17482024-05-03T21:16:02.415Z Compiling hubpack_derive v0.1.1
17492024-05-03T21:16:02.492Z Compiling zerocopy-derive v0.6.6
17502024-05-03T21:16:02.878Z Compiling base64ct v1.6.0
17512024-05-03T21:16:03.424Z Compiling anstyle v1.0.7
17522024-05-03T21:16:03.443Z Compiling is_terminal_polyfill v1.70.0
17532024-05-03T21:16:03.513Z Compiling anstyle-query v1.0.3
17542024-05-03T21:16:03.554Z Compiling similar v2.5.0
17552024-05-03T21:16:03.636Z Compiling colorchoice v1.0.1
17562024-05-03T21:16:03.784Z Compiling anstream v0.6.14
17572024-05-03T21:16:03.836Z Compiling hubpack v0.1.2
17582024-05-03T21:16:03.875Z Compiling password-hash v0.5.0
17592024-05-03T21:16:04.381Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
17602024-05-03T21:16:04.563Z Compiling zerocopy v0.6.6
17612024-05-03T21:16:04.578Z Compiling expectorate v1.1.0
17622024-05-03T21:16:04.658Z Compiling terminal_size v0.3.0
17632024-05-03T21:16:04.774Z Compiling toml_edit v0.19.15
17642024-05-03T21:16:04.859Z Compiling strum_macros v0.25.3
17652024-05-03T21:16:04.923Z Compiling blake2 v0.10.6
17662024-05-03T21:16:05.072Z Compiling serde_repr v0.1.19
17672024-05-03T21:16:05.486Z Compiling num-integer v0.1.46
17682024-05-03T21:16:06.141Z Compiling num-rational v0.4.1
17692024-05-03T21:16:06.252Z Compiling clap_lex v0.7.0
17702024-05-03T21:16:06.317Z Compiling bitflags v1.3.2
17712024-05-03T21:16:06.361Z Compiling matches v0.1.10
17722024-05-03T21:16:06.399Z Compiling static_assertions v1.1.0
17732024-05-03T21:16:06.440Z Compiling fixedbitset v0.4.2
17742024-05-03T21:16:06.479Z Compiling strsim v0.11.1
17752024-05-03T21:16:06.496Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17762024-05-03T21:16:06.789Z Compiling bytecount v0.6.8
17772024-05-03T21:16:06.883Z Compiling clap_builder v4.5.2
17782024-05-03T21:16:06.891Z Compiling petgraph v0.6.4
17792024-05-03T21:16:06.989Z Compiling papergrid v0.11.0
17802024-05-03T21:16:07.566Z Compiling proc-macro-crate v1.3.1
17812024-05-03T21:16:08.636Z Compiling idna v0.2.3
17822024-05-03T21:16:08.905Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17832024-05-03T21:16:10.160Z Compiling argon2 v0.5.3
17842024-05-03T21:16:10.508Z Compiling tabled_derive v0.7.0
17852024-05-03T21:16:10.969Z Compiling enum-as-inner v0.5.1
17862024-05-03T21:16:11.108Z Compiling clap_derive v4.5.4
17872024-05-03T21:16:11.706Z Compiling quick-error v1.2.3
17882024-05-03T21:16:11.853Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17892024-05-03T21:16:12.127Z Compiling linked-hash-map v0.5.6
17902024-05-03T21:16:12.177Z Compiling data-encoding v2.6.0
17912024-05-03T21:16:12.340Z Compiling resolv-conf v0.7.0
17922024-05-03T21:16:12.472Z Compiling lru-cache v0.1.2
17932024-05-03T21:16:12.639Z Compiling num_enum_derive v0.5.11
17942024-05-03T21:16:12.920Z Compiling tabled v0.15.0
17952024-05-03T21:16:13.266Z Compiling trust-dns-proto v0.22.0
17962024-05-03T21:16:14.889Z Compiling steno v0.4.0
17972024-05-03T21:16:15.019Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
17982024-05-03T21:16:15.447Z Compiling num-iter v0.1.44
17992024-05-03T21:16:15.628Z Compiling foreign-types-macros v0.2.3
18002024-05-03T21:16:15.919Z Compiling clap v4.5.4
18012024-05-03T21:16:16.018Z Compiling num-complex v0.4.5
18022024-05-03T21:16:16.953Z Compiling slog-dtrace v0.3.0
18032024-05-03T21:16:17.115Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18042024-05-03T21:16:17.181Z Compiling foreign-types-shared v0.3.1
18052024-05-03T21:16:17.275Z Compiling humantime v2.1.0
18062024-05-03T21:16:17.304Z Compiling parking_lot_core v0.8.6
18072024-05-03T21:16:17.526Z Compiling foreign-types v0.5.0
18082024-05-03T21:16:17.620Z Compiling trust-dns-resolver v0.22.0
18092024-05-03T21:16:17.788Z Compiling num v0.4.2
18102024-05-03T21:16:17.820Z Compiling num_enum v0.5.11
18112024-05-03T21:16:18.037Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18122024-05-03T21:16:18.128Z Compiling num-derive v0.3.3
18132024-05-03T21:16:18.545Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18142024-05-03T21:16:19.197Z Compiling cstr-argument v0.1.2
18152024-05-03T21:16:19.436Z Compiling libnet v0.1.0 (https://www.github.com/oxidecomputer/netadm-sys.git?branch=main#4ceaf96e)
18162024-05-03T21:16:19.460Z Compiling pretty-hex v0.2.1
18172024-05-03T21:16:19.618Z Compiling crc32fast v1.4.0
18182024-05-03T21:16:19.786Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18192024-05-03T21:16:20.197Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18202024-05-03T21:16:20.402Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
18212024-05-03T21:16:20.822Z Compiling toml_edit v0.21.1
18222024-05-03T21:16:21.093Z Compiling colored v2.1.0
18232024-05-03T21:16:21.256Z Compiling socket2 v0.4.10
18242024-05-03T21:16:21.550Z Compiling half v2.4.1
18252024-05-03T21:16:21.949Z Compiling ciborium-io v0.2.2
18262024-05-03T21:16:22.058Z Compiling ciborium-ll v0.2.2
18272024-05-03T21:16:22.177Z Compiling parking_lot v0.11.2
18282024-05-03T21:16:22.209Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
18292024-05-03T21:16:22.457Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#0f0b1062)
18302024-05-03T21:16:22.642Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8207cb9c90cd7144c3f351823bfb2ae3e221ad10#8207cb9c)
18312024-05-03T21:16:22.776Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18322024-05-03T21:16:23.202Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18332024-05-03T21:16:23.246Z Compiling proc-macro-crate v3.1.0
18342024-05-03T21:16:24.331Z Compiling crossbeam-epoch v0.9.18
18352024-05-03T21:16:24.936Z Compiling fxhash v0.2.1
18362024-05-03T21:16:25.093Z Compiling either v1.11.0
18372024-05-03T21:16:25.115Z Compiling sled v0.34.7
18382024-05-03T21:16:25.264Z Compiling ciborium v0.2.2
18392024-05-03T21:16:25.457Z Compiling itertools v0.12.1
18402024-05-03T21:16:25.503Z Compiling diff v0.1.13
18412024-05-03T21:16:25.935Z Compiling yansi v0.5.1
18422024-05-03T21:16:26.214Z Compiling pretty_assertions v1.4.0
18432024-05-03T21:16:26.735Z Compiling num_enum_derive v0.7.2
18442024-05-03T21:16:26.921Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18452024-05-03T21:16:28.918Z Compiling num_enum v0.7.2
18462024-05-03T21:16:33.370Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18472024-05-03T21:16:33.370Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18482024-05-03T21:16:33.374Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18492024-05-03T21:16:39.726Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18502024-05-03T21:16:52.115Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18512024-05-03T21:16:54.751Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#ee901b00)
18522024-05-03T21:16:55.868Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18532024-05-03T21:16:57.019Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18542024-05-03T21:16:58.766Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18552024-05-03T21:17:17.284Z Finished test [unoptimized + debuginfo] target(s) in 2m 27s
18562024-05-03T21:17:17.363Z Starting 2 tests across 1 binary (run ID: e325944a-50fe-4729-8fa7-b4a8bff8b6bf, nextest profile: default)
18572024-05-03T21:17:17.369Z START bfd test::test_new_daemon
18582024-05-03T21:17:17.373Z
18592024-05-03T21:17:17.373Zrunning 1 test
18602024-05-03T21:17:17.444Z{"msg":"send: sending on a closed channel","v":0,"name":"slog-rs","level":40test test::test_new_daemon ... ok
18612024-05-03T21:17:17.444Z
18622024-05-03T21:17:17.444Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s
18632024-05-03T21:17:17.444Z
18642024-05-03T21:17:17.452Z PASS [ 0.085s] bfd test::test_new_daemon
18652024-05-03T21:17:17.453Z START bfd test::test_protocol_basics
18662024-05-03T21:17:17.459Z
18672024-05-03T21:17:17.459Zrunning 1 test
18682024-05-03T21:17:17.531Z{{""msg"msg"::""[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }[Down][203.0.113.10] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 879137688, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }"","v":,"v":00,,""name"name:"":slog-rs""slog-rs","level":,"level":1010,"time":"2024-05-03T21:17:16.523260079Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W",","pidtime""::"2024-05-03T21:17:16.52325847Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid"3284:3284}
18692024-05-03T21:17:17.531Z}
18702024-05-03T21:17:17.531Z{{"msg":""transition -> Init"msg":","v":transition -> Init0","name,""v"::"0slog-rs",",name"":"level":slog-rs"30,"level":30,"time,"":"time":"2024-05-03T21:17:16.523563477Z"2024-05-03T21:17:16.523562547Z",",hostname"":"hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","w-01HX04M1QCT41AZCJYYG0KXY9W"pid",:"3284pid":3284,"peer":,""peer":"203.0.113.10","203.0.113.20"state,"":"state"Down":}"
18712024-05-03T21:17:17.531ZDown"}
18722024-05-03T21:17:18.528Z{"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 879137688, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:17.520132934Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18732024-05-03T21:17:18.528Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T21:17:17.520190808Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284,"peer":"203.0.113.20","state":"Init"}
18742024-05-03T21:17:18.531Z{"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 879137688, your_discriminator: 2092342914, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:17.523209423Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18752024-05-03T21:17:18.531Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T21:17:17.523253048Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284,"peer":"203.0.113.10","state":"Init"}
18762024-05-03T21:17:23.529Z{"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 2092342914, your_discriminator: 879137688, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:22.520210475Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18772024-05-03T21:17:23.532Z{"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 879137688, your_discriminator: 2092342914, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }","v":0,"name":"slog-rs","level":10,"time":"2024-05-03T21:17:22.523282415Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18782024-05-03T21:17:27.534Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10",","time"v:"":02024-05-03T21:17:26.523138683Z","name":"slog-rs","level":,"40hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18792024-05-03T21:17:27.534Z,"time":"2024-05-03T21:17:26.523172679Z","hostname":"w-01HX04M1QCT41AZCJYYG0KXY9W","pid":3284}
18802024-05-03T21:17:27.538Ztest test::test_protocol_basics ... ok
18812024-05-03T21:17:27.538Z
18822024-05-03T21:17:27.538Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s
18832024-05-03T21:17:27.538Z
18842024-05-03T21:17:27.541Z PASS [ 10.090s] bfd test::test_protocol_basics
18852024-05-03T21:17:27.541Z------------
18862024-05-03T21:17:27.541Z Summary [ 10.177s] 2 tests run: 2 passed, 0 skipped
18872024-05-03T21:17:27.556Zprocess exited: duration 338904 ms, exit code 0
 
18882024-05-03T21:17:27.562Zfound 0 output files