01HWY57HYTHBY45QNM2SS1DSE4: 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: 01HWY57Z6V5NQ73HJJGYSBD5DZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T02:43:38.764Zjob assigned to worker 01HWY5843C2BS6E7R20Q1SB36Q (queued for 2 m 10 s)
 
22024-05-03T02:43:46.616Zstarting task 0: "setup"
32024-05-03T02:43:46.696Z++ uname -s
42024-05-03T02:43:46.699Z+ kern=SunOS
52024-05-03T02:43:46.699Z+ case "$kern" in
62024-05-03T02:43:46.699Z+ groupadd -g 12345 build
72024-05-03T02:43:46.746Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T02:43:48.761Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T02:43:48.867Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T02:43:48.870Z+ home_fs=zfs
112024-05-03T02:43:48.870Z+ [[ zfs == autofs ]]
122024-05-03T02:43:48.870Z+ mkdir -p /home/build
132024-05-03T02:43:48.877Z+ chown build:build /home/build /work
142024-05-03T02:43:49.875Z+ chmod 0700 /home/build /work
152024-05-03T02:43:49.878Zprocess exited: duration 3260 ms, exit code 0
 
162024-05-03T02:43:49.884Zstarting task 1: "rust-toolchain"
172024-05-03T02:43:49.891Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T02:43:49.894Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T02:43:50.006Zinfo: downloading installer
202024-05-03T02:43:51.206Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T02:43:51.207Zwarning: /opt/ooce/bin
222024-05-03T02:43:51.207Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T02:43:51.207Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T02:43:51.207Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T02:43:51.207Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T02:43:51.207Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T02:43:51.207Zerror: cannot install while Rust is installed
282024-05-03T02:43:51.207Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T02:43:51.348Zinfo: profile set to 'default'
302024-05-03T02:43:51.348Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T02:43:51.353Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T02:43:51.470Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T02:43:51.470Zinfo: downloading component 'cargo'
342024-05-03T02:43:52.131Zinfo: downloading component 'clippy'
352024-05-03T02:43:52.359Zinfo: downloading component 'rust-docs'
362024-05-03T02:43:53.228Zinfo: downloading component 'rust-std'
372024-05-03T02:43:54.611Zinfo: downloading component 'rustc'
382024-05-03T02:43:58.143Zinfo: downloading component 'rustfmt'
392024-05-03T02:43:58.343Zinfo: installing component 'cargo'
402024-05-03T02:43:59.222Zinfo: installing component 'clippy'
412024-05-03T02:43:59.596Zinfo: installing component 'rust-docs'
422024-05-03T02:44:01.119Zinfo: installing component 'rust-std'
432024-05-03T02:44:02.908Zinfo: installing component 'rustc'
442024-05-03T02:44:07.585Zinfo: installing component 'rustfmt'
452024-05-03T02:44:07.942Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T02:44:07.942Z
472024-05-03T02:44:08.211Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T02:44:08.211Z
492024-05-03T02:44:08.231Z
502024-05-03T02:44:08.231ZRust is installed now. Great!
512024-05-03T02:44:08.231Z
522024-05-03T02:44:08.231ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T02:44:08.231Zenvironment variable. This has not been done automatically.
542024-05-03T02:44:08.232Z
552024-05-03T02:44:08.232ZTo configure your current shell, you need to source
562024-05-03T02:44:08.232Zthe corresponding env file under $HOME/.cargo.
572024-05-03T02:44:08.232Z
582024-05-03T02:44:08.232ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T02:44:08.232Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T02:44:08.232Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T02:44:08.302Z+ rustc --version
622024-05-03T02:44:08.367Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T02:44:08.371Zprocess exited: duration 18482 ms, exit code 0
 
642024-05-03T02:44:08.378Zstarting task 2: "authentication"
652024-05-03T02:44:08.402Zprocess exited: duration 23 ms, exit code 0
 
662024-05-03T02:44:08.423Zstarting task 3: "clone repository"
672024-05-03T02:44:08.427Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T02:44:08.427Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T02:44:12.686ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T02:44:12.722Z+ cd /work/oxidecomputer/maghemite
712024-05-03T02:44:12.722Z+ git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d
722024-05-03T02:44:12.722ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T02:44:12.722Z * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD
742024-05-03T02:44:12.722Z+ [[ -n '' ]]
752024-05-03T02:44:12.722Z+ git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d
762024-05-03T02:44:12.722ZHEAD is now at 31bff50 workaround
772024-05-03T02:44:12.722Zprocess exited: duration 2053 ms, exit code 0
 
782024-05-03T02:44:12.750Zstarting task 4: "build"
792024-05-03T02:44:12.765Z+ set -o errexit
802024-05-03T02:44:12.765Z+ set -o pipefail
812024-05-03T02:44:12.765Z+ cargo --version
822024-05-03T02:44:12.765Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
832024-05-03T02:44:12.874Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
842024-05-03T02:44:12.874Zinfo: downloading component 'cargo'
852024-05-03T02:44:13.493Zinfo: downloading component 'clippy'
862024-05-03T02:44:13.700Zinfo: downloading component 'rust-docs'
872024-05-03T02:44:14.535Zinfo: downloading component 'rust-std'
882024-05-03T02:44:15.712Zinfo: downloading component 'rustc'
892024-05-03T02:44:18.930Zinfo: downloading component 'rustfmt'
902024-05-03T02:44:19.114Zinfo: installing component 'cargo'
912024-05-03T02:44:19.974Zinfo: installing component 'clippy'
922024-05-03T02:44:20.351Zinfo: installing component 'rust-docs'
932024-05-03T02:44:21.845Zinfo: installing component 'rust-std'
942024-05-03T02:44:23.558Zinfo: installing component 'rustc'
952024-05-03T02:44:27.987Zinfo: installing component 'rustfmt'
962024-05-03T02:44:28.475Zcargo 1.77.2 (e52e36006 2024-03-26)
972024-05-03T02:44:28.475Z+ rustc --version
982024-05-03T02:44:28.475Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
992024-05-03T02:44:28.475Z+ cargo install cargo-nextest
1002024-05-03T02:44:28.549Z Updating crates.io index
1012024-05-03T02:44:28.652Z Downloading crates ...
1022024-05-03T02:44:28.735Z Downloaded cargo-nextest v0.9.70
1032024-05-03T02:44:28.772Z Installing cargo-nextest v0.9.70
1042024-05-03T02:44:28.836Z Updating crates.io index
1052024-05-03T02:44:29.970Z Downloading crates ...
1062024-05-03T02:44:30.083Z Downloaded clap_lex v0.7.0
1072024-05-03T02:44:30.086Z Downloaded base64 v0.21.7
1082024-05-03T02:44:30.091Z Downloaded swrite v0.1.0
1092024-05-03T02:44:30.094Z Downloaded cfg-if v1.0.0
1102024-05-03T02:44:30.094Z Downloaded cargo-platform v0.1.8
1112024-05-03T02:44:30.097Z Downloaded anstream v0.6.14
1122024-05-03T02:44:30.100Z Downloaded tinyvec v1.6.0
1132024-05-03T02:44:30.103Z Downloaded tokio-native-tls v0.3.1
1142024-05-03T02:44:30.106Z Downloaded target-spec v3.1.0
1152024-05-03T02:44:30.109Z Downloaded supports-unicode v3.0.0
1162024-05-03T02:44:30.109Z Downloaded thiserror v1.0.59
1172024-05-03T02:44:30.114Z Downloaded toml_datetime v0.6.5
1182024-05-03T02:44:30.117Z Downloaded tempfile v3.10.1
1192024-05-03T02:44:30.120Z Downloaded cfg_aliases v0.1.1
1202024-05-03T02:44:30.120Z Downloaded ipnet v2.9.0
1212024-05-03T02:44:30.123Z Downloaded urlencoding v2.1.3
1222024-05-03T02:44:30.130Z Downloaded target-spec-miette v0.4.0
1232024-05-03T02:44:30.130Z Downloaded heck v0.5.0
1242024-05-03T02:44:30.130Z Downloaded futures-core v0.3.30
1252024-05-03T02:44:30.140Z Downloaded autocfg v1.2.0
1262024-05-03T02:44:30.140Z Downloaded tinyvec_macros v0.1.1
1272024-05-03T02:44:30.140Z Downloaded thiserror-impl v1.0.59
1282024-05-03T02:44:30.141Z Downloaded terminal_size v0.3.0
1292024-05-03T02:44:30.155Z Downloaded futures-macro v0.3.30
1302024-05-03T02:44:30.155Z Downloaded equivalent v1.0.1
1312024-05-03T02:44:30.155Z Downloaded sync_wrapper v0.1.2
1322024-05-03T02:44:30.155Z Downloaded syn v2.0.60
1332024-05-03T02:44:30.162Z Downloaded textwrap v0.16.1
1342024-05-03T02:44:30.162Z Downloaded guppy-workspace-hack v0.1.0
1352024-05-03T02:44:30.163Z Downloaded foreign-types v0.3.2
1362024-05-03T02:44:30.163Z Downloaded crypto-common v0.1.6
1372024-05-03T02:44:30.163Z Downloaded enable-ansi-support v0.2.1
1382024-05-03T02:44:30.163Z Downloaded http-body v0.4.6
1392024-05-03T02:44:30.167Z Downloaded filetime v0.2.23
1402024-05-03T02:44:30.167Z Downloaded camino-tempfile v1.1.1
1412024-05-03T02:44:30.167Z Downloaded tokio-macros v2.2.0
1422024-05-03T02:44:30.175Z Downloaded console v0.15.8
1432024-05-03T02:44:30.175Z Downloaded number_prefix v0.4.0
1442024-05-03T02:44:30.178Z Downloaded tower-service v0.3.2
1452024-05-03T02:44:30.179Z Downloaded cpufeatures v0.2.12
1462024-05-03T02:44:30.179Z Downloaded xxhash-rust v0.8.10
1472024-05-03T02:44:30.179Z Downloaded toml v0.8.12
1482024-05-03T02:44:30.183Z Downloaded nextest-metadata v0.10.0
1492024-05-03T02:44:30.183Z Downloaded toml_edit v0.22.12
1502024-05-03T02:44:30.207Z Downloaded openssl-probe v0.1.5
1512024-05-03T02:44:30.210Z Downloaded nested v0.1.1
1522024-05-03T02:44:30.210Z Downloaded native-tls v0.2.11
1532024-05-03T02:44:30.213Z Downloaded mukti-metadata v0.2.1
1542024-05-03T02:44:30.213Z Downloaded is_ci v1.2.0
1552024-05-03T02:44:30.213Z Downloaded is-terminal v0.4.12
1562024-05-03T02:44:30.217Z Downloaded want v0.3.1
1572024-05-03T02:44:30.217Z Downloaded utf8parse v0.2.1
1582024-05-03T02:44:30.220Z Downloaded openssl-macros v0.1.1
1592024-05-03T02:44:30.220Z Downloaded ahash v0.8.11
1602024-05-03T02:44:30.220Z Downloaded is_terminal_polyfill v1.70.0
1612024-05-03T02:44:30.223Z Downloaded vte_generate_state_changes v0.1.1
1622024-05-03T02:44:30.223Z Downloaded try-lock v0.2.5
1632024-05-03T02:44:30.223Z Downloaded home v0.5.9
1642024-05-03T02:44:30.226Z Downloaded block-buffer v0.10.4
1652024-05-03T02:44:30.226Z Downloaded pathdiff v0.2.1
1662024-05-03T02:44:30.229Z Downloaded humantime-serde v1.1.1
1672024-05-03T02:44:30.229Z Downloaded futures-task v0.3.30
1682024-05-03T02:44:30.229Z Downloaded env_logger v0.11.3
1692024-05-03T02:44:30.232Z Downloaded httpdate v1.0.3
1702024-05-03T02:44:30.232Z Downloaded futures-sink v0.3.30
1712024-05-03T02:44:30.236Z Downloaded newtype-uuid v1.1.0
1722024-05-03T02:44:30.236Z Downloaded zeroize v1.7.0
1732024-05-03T02:44:30.236Z Downloaded untrusted v0.9.0
1742024-05-03T02:44:30.239Z Downloaded futures v0.3.30
1752024-05-03T02:44:30.243Z Downloaded unicode-width v0.1.12
1762024-05-03T02:44:30.247Z Downloaded cargo_metadata v0.18.1
1772024-05-03T02:44:30.250Z Downloaded strip-ansi-escapes v0.2.0
1782024-05-03T02:44:30.250Z Downloaded futures-executor v0.3.30
1792024-05-03T02:44:30.253Z Downloaded once_cell v1.19.0
1802024-05-03T02:44:30.259Z Downloaded num_cpus v1.16.0
1812024-05-03T02:44:30.259Z Downloaded xattr v1.3.1
1822024-05-03T02:44:30.259Z Downloaded debug-ignore v1.0.5
1832024-05-03T02:44:30.263Z Downloaded base64ct v1.6.0
1842024-05-03T02:44:30.263Z Downloaded unicode-linebreak v0.1.5
1852024-05-03T02:44:30.267Z Downloaded fastrand v2.1.0
1862024-05-03T02:44:30.267Z Downloaded const-oid v0.9.6
1872024-05-03T02:44:30.270Z Downloaded bitflags v2.5.0
1882024-05-03T02:44:30.276Z Downloaded mime v0.3.17
1892024-05-03T02:44:30.276Z Downloaded miette-derive v7.2.0
1902024-05-03T02:44:30.279Z Downloaded lazy_static v1.4.0
1912024-05-03T02:44:30.280Z Downloaded zipsign-api v0.1.1
1922024-05-03T02:44:30.280Z Downloaded indenter v0.3.3
1932024-05-03T02:44:30.280Z Downloaded itoa v1.0.11
1942024-05-03T02:44:30.283Z Downloaded version_check v0.9.4
1952024-05-03T02:44:30.283Z Downloaded fnv v1.0.7
1962024-05-03T02:44:30.283Z Downloaded fixedbitset v0.4.2
1972024-05-03T02:44:30.286Z Downloaded ed25519 v2.2.3
1982024-05-03T02:44:30.286Z Downloaded display-error-chain v0.2.0
1992024-05-03T02:44:30.311Z Downloaded generic-array v0.14.7
2002024-05-03T02:44:30.311Z Downloaded pin-utils v0.1.0
2012024-05-03T02:44:30.315Z Downloaded pkg-config v0.3.30
2022024-05-03T02:44:30.315Z Downloaded digest v0.10.7
2032024-05-03T02:44:30.315Z Downloaded futures-io v0.3.30
2042024-05-03T02:44:30.315Z Downloaded future-queue v0.3.0
2052024-05-03T02:44:30.315Z Downloaded percent-encoding v2.3.1
2062024-05-03T02:44:30.315Z Downloaded zstd-safe v7.1.0
2072024-05-03T02:44:30.315Z Downloaded os_pipe v1.1.5
2082024-05-03T02:44:30.315Z Downloaded quick-junit v0.4.0
2092024-05-03T02:44:30.315Z Downloaded hyper-rustls v0.24.2
2102024-05-03T02:44:30.315Z Downloaded getrandom v0.2.14
2112024-05-03T02:44:30.315Z Downloaded tokio-rustls v0.24.1
2122024-05-03T02:44:30.316Z Downloaded eyre v0.6.12
2132024-05-03T02:44:30.316Z Downloaded crc32fast v1.4.0
2142024-05-03T02:44:30.319Z Downloaded rand_core v0.6.4
2152024-05-03T02:44:30.319Z Downloaded hyper-tls v0.5.0
2162024-05-03T02:44:30.319Z Downloaded humantime v2.1.0
2172024-05-03T02:44:30.322Z Downloaded clap_derive v4.5.4
2182024-05-03T02:44:30.322Z Downloaded camino v1.1.6
2192024-05-03T02:44:30.325Z Downloaded supports-hyperlinks v3.0.0
2202024-05-03T02:44:30.325Z Downloaded supports-color v3.0.0
2212024-05-03T02:44:30.328Z Downloaded static_assertions v1.1.0
2222024-05-03T02:44:30.328Z Downloaded signal-hook-registry v1.4.2
2232024-05-03T02:44:30.333Z Downloaded shell-words v1.1.0
2242024-05-03T02:44:30.333Z Downloaded addr2line v0.21.0
2252024-05-03T02:44:30.336Z Downloaded rustc_version v0.4.0
2262024-05-03T02:44:30.336Z Downloaded smol_str v0.2.1
2272024-05-03T02:44:30.336Z Downloaded self-replace v1.3.7
2282024-05-03T02:44:30.339Z Downloaded rustls-pemfile v1.0.4
2292024-05-03T02:44:30.342Z Downloaded serde_spanned v0.6.5
2302024-05-03T02:44:30.342Z Downloaded form_urlencoded v1.2.1
2312024-05-03T02:44:30.342Z Downloaded owo-colors v3.5.0
2322024-05-03T02:44:30.345Z Downloaded either v1.11.0
2332024-05-03T02:44:30.348Z Downloaded iana-time-zone v0.1.60
2342024-05-03T02:44:30.348Z Downloaded httparse v1.8.0
2352024-05-03T02:44:30.351Z Downloaded nextest-filtering v0.8.0
2362024-05-03T02:44:30.354Z Downloaded slab v0.4.9
2372024-05-03T02:44:30.354Z Downloaded signature v2.2.0
2382024-05-03T02:44:30.360Z Downloaded serde_ignored v0.1.10
2392024-05-03T02:44:30.360Z Downloaded supports-color v2.1.0
2402024-05-03T02:44:30.367Z Downloaded subtle v2.5.0
2412024-05-03T02:44:30.367Z Downloaded pin-project-lite v0.2.14
2422024-05-03T02:44:30.367Z Downloaded rand_chacha v0.3.1
2432024-05-03T02:44:30.367Z Downloaded zstd v0.13.1
2442024-05-03T02:44:30.370Z Downloaded miniz_oxide v0.7.2
2452024-05-03T02:44:30.373Z Downloaded unicode-ident v1.0.12
2462024-05-03T02:44:30.376Z Downloaded serde_path_to_error v0.1.16
2472024-05-03T02:44:30.376Z Downloaded strsim v0.11.1
2482024-05-03T02:44:30.379Z Downloaded spki v0.7.3
2492024-05-03T02:44:30.379Z Downloaded quote v1.0.36
2502024-05-03T02:44:30.382Z Downloaded sha2 v0.10.8
2512024-05-03T02:44:30.386Z Downloaded clap v4.5.4
2522024-05-03T02:44:30.394Z Downloaded rustc-demangle v0.1.23
2532024-05-03T02:44:30.397Z Downloaded semver v1.0.22
2542024-05-03T02:44:30.400Z Downloaded pin-project v1.1.5
2552024-05-03T02:44:30.409Z Downloaded smawk v0.3.2
2562024-05-03T02:44:30.412Z Downloaded unicode-bidi v0.3.15
2572024-05-03T02:44:30.415Z Downloaded socket2 v0.5.7
2582024-05-03T02:44:30.418Z Downloaded ryu v1.0.17
2592024-05-03T02:44:30.421Z Downloaded pin-project-internal v1.1.5
2602024-05-03T02:44:30.421Z Downloaded num-traits v0.2.18
2612024-05-03T02:44:30.424Z Downloaded log v0.4.21
2622024-05-03T02:44:30.427Z Downloaded tracing-core v0.1.32
2632024-05-03T02:44:30.430Z Downloaded serde_derive v1.0.200
2642024-05-03T02:44:30.433Z Downloaded spin v0.9.8
2652024-05-03T02:44:30.436Z Downloaded smallvec v1.13.2
2662024-05-03T02:44:30.439Z Downloaded self_update v0.39.0
2672024-05-03T02:44:30.440Z Downloaded tracing v0.1.40
2682024-05-03T02:44:30.444Z Downloaded config v0.14.0
2692024-05-03T02:44:30.452Z Downloaded cc v1.0.96
2702024-05-03T02:44:30.458Z Downloaded url v2.5.0
2712024-05-03T02:44:30.461Z Downloaded proc-macro2 v1.0.81
2722024-05-03T02:44:30.464Z Downloaded miette v7.2.0
2732024-05-03T02:44:30.468Z Downloaded memchr v2.7.2
2742024-05-03T02:44:30.471Z Downloaded vte v0.11.1
2752024-05-03T02:44:30.474Z Downloaded bytes v1.6.0
2762024-05-03T02:44:30.478Z Downloaded openssl-sys v0.9.102
2772024-05-03T02:44:30.483Z Downloaded minimal-lexical v0.2.1
2782024-05-03T02:44:30.489Z Downloaded serde v1.0.200
2792024-05-03T02:44:30.492Z Downloaded mio v0.8.11
2802024-05-03T02:44:30.497Z Downloaded ron v0.8.1
2812024-05-03T02:44:30.503Z Downloaded http v0.2.12
2822024-05-03T02:44:30.507Z Downloaded unicode-normalization v0.1.23
2832024-05-03T02:44:30.511Z Downloaded rand v0.8.5
2842024-05-03T02:44:30.514Z Downloaded nom v7.1.3
2852024-05-03T02:44:30.520Z Downloaded backtrace v0.3.71
2862024-05-03T02:44:30.525Z Downloaded indexmap v2.2.6
2872024-05-03T02:44:30.530Z Downloaded der v0.7.9
2882024-05-03T02:44:30.537Z Downloaded itertools v0.12.1
2892024-05-03T02:44:30.542Z Downloaded zerocopy v0.7.32
2902024-05-03T02:44:30.562Z Downloaded winnow v0.6.7
2912024-05-03T02:44:30.577Z Downloaded flate2 v1.0.30
2922024-05-03T02:44:30.580Z Downloaded indicatif v0.17.8
2932024-05-03T02:44:30.581Z Downloaded ed25519-dalek v2.1.1
2942024-05-03T02:44:30.584Z Downloaded petgraph v0.6.4
2952024-05-03T02:44:30.595Z Downloaded clap_builder v4.5.2
2962024-05-03T02:44:30.602Z Downloaded guppy v0.17.5
2972024-05-03T02:44:30.608Z Downloaded nextest-runner v0.55.0
2982024-05-03T02:44:30.617Z Downloaded hashbrown v0.14.5
2992024-05-03T02:44:30.624Z Downloaded openssl v0.10.64
3002024-05-03T02:44:30.632Z Downloaded aho-corasick v1.1.3
3012024-05-03T02:44:30.638Z Downloaded webpki-roots v0.25.4
3022024-05-03T02:44:30.642Z Downloaded portable-atomic v1.6.0
3032024-05-03T02:44:30.650Z Downloaded object v0.32.2
3042024-05-03T02:44:30.659Z Downloaded nix v0.28.0
3052024-05-03T02:44:30.670Z Downloaded h2 v0.3.26
3062024-05-03T02:44:30.676Z Downloaded quick-xml v0.31.0
3072024-05-03T02:44:30.682Z Downloaded regex-syntax v0.8.3
3082024-05-03T02:44:30.690Z Downloaded reqwest v0.11.27
3092024-05-03T02:44:30.698Z Downloaded serde_json v1.0.116
3102024-05-03T02:44:30.707Z Downloaded chrono v0.4.38
3112024-05-03T02:44:30.713Z Downloaded quick-xml v0.23.1
3122024-05-03T02:44:30.720Z Downloaded rustls-webpki v0.101.7
3132024-05-03T02:44:30.735Z Downloaded hyper v0.14.28
3142024-05-03T02:44:30.742Z Downloaded futures-util v0.3.30
3152024-05-03T02:44:30.754Z Downloaded regex v1.10.4
3162024-05-03T02:44:30.768Z Downloaded zstd-sys v2.0.10+zstd.1.5.6
3172024-05-03T02:44:30.789Z Downloaded rustls v0.21.12
3182024-05-03T02:44:30.799Z Downloaded libc v0.2.154
3192024-05-03T02:44:30.827Z Downloaded idna v0.5.0
3202024-05-03T02:44:30.833Z Downloaded tokio v1.37.0
3212024-05-03T02:44:30.869Z Downloaded rustix v0.38.34
3222024-05-03T02:44:30.891Z Downloaded recursion v0.5.2
3232024-05-03T02:44:30.899Z Downloaded bstr v1.9.1
3242024-05-03T02:44:30.909Z Downloaded gimli v0.28.1
3252024-05-03T02:44:30.917Z Downloaded curve25519-dalek v4.1.2
3262024-05-03T02:44:30.926Z Downloaded color-eyre v0.6.3
3272024-05-03T02:44:30.933Z Downloaded regex-automata v0.4.6
3282024-05-03T02:44:31.355Z Downloaded vcpkg v0.2.15
3292024-05-03T02:44:31.361Z Downloaded serde_urlencoded v0.7.1
3302024-05-03T02:44:31.361Z Downloaded ppv-lite86 v0.2.17
3312024-05-03T02:44:31.361Z Downloaded sct v0.7.1
3322024-05-03T02:44:31.361Z Downloaded platforms v3.4.0
3332024-05-03T02:44:31.361Z Downloaded shared_child v1.0.0
3342024-05-03T02:44:31.361Z Downloaded cfg-expr v0.15.8
3352024-05-03T02:44:31.361Z Downloaded typenum v1.17.0
3362024-05-03T02:44:31.361Z Downloaded uuid v1.8.0
3372024-05-03T02:44:31.361Z Downloaded owo-colors v4.0.0
3382024-05-03T02:44:31.361Z Downloaded pkcs8 v0.10.2
3392024-05-03T02:44:31.361Z Downloaded jobserver v0.1.31
3402024-05-03T02:44:31.362Z Downloaded tar v0.4.40
3412024-05-03T02:44:31.362Z Downloaded duct v0.13.7
3422024-05-03T02:44:31.362Z Downloaded globset v0.4.14
3432024-05-03T02:44:31.362Z Downloaded futures-channel v0.3.30
3442024-05-03T02:44:31.362Z Downloaded errno v0.3.8
3452024-05-03T02:44:31.362Z Downloaded dialoguer v0.11.0
3462024-05-03T02:44:31.362Z Downloaded env_filter v0.1.0
3472024-05-03T02:44:31.362Z Downloaded colorchoice v1.0.1
3482024-05-03T02:44:31.362Z Downloaded nextest-workspace-hack v0.1.0
3492024-05-03T02:44:31.362Z Downloaded backtrace-ext v0.2.1
3502024-05-03T02:44:31.362Z Downloaded async-scoped v0.9.0
3512024-05-03T02:44:31.362Z Downloaded anstyle-parse v0.2.4
3522024-05-03T02:44:31.363Z Downloaded adler v1.0.2
3532024-05-03T02:44:31.363Z Downloaded foreign-types-shared v0.1.1
3542024-05-03T02:44:31.363Z Downloaded tokio-util v0.7.10
3552024-05-03T02:44:31.363Z Downloaded atomicwrites v0.4.3
3562024-05-03T02:44:31.363Z Downloaded target-lexicon v0.12.14
3572024-05-03T02:44:31.363Z Downloaded anstyle-query v1.0.3
3582024-05-03T02:44:31.363Z Downloaded anstyle v1.0.7
3592024-05-03T02:44:31.363Z Downloaded curve25519-dalek-derive v0.1.1
3602024-05-03T02:44:31.363Z Downloaded encoding_rs v0.8.34
3612024-05-03T02:44:31.363Z Downloaded ring v0.17.8
3622024-05-03T02:44:31.624Z Compiling proc-macro2 v1.0.81
3632024-05-03T02:44:31.629Z Compiling unicode-ident v1.0.12
3642024-05-03T02:44:31.629Z Compiling libc v0.2.154
3652024-05-03T02:44:31.629Z Compiling cfg-if v1.0.0
3662024-05-03T02:44:31.629Z Compiling serde v1.0.200
3672024-05-03T02:44:31.629Z Compiling memchr v2.7.2
3682024-05-03T02:44:31.630Z Compiling once_cell v1.19.0
3692024-05-03T02:44:31.759Z Compiling autocfg v1.2.0
3702024-05-03T02:44:31.802Z Compiling itoa v1.0.11
3712024-05-03T02:44:32.012Z Compiling pin-project-lite v0.2.14
3722024-05-03T02:44:32.106Z Compiling rustix v0.38.34
3732024-05-03T02:44:32.384Z Compiling bitflags v2.5.0
3742024-05-03T02:44:32.426Z Compiling equivalent v1.0.1
3752024-05-03T02:44:32.501Z Compiling hashbrown v0.14.5
3762024-05-03T02:44:32.813Z Compiling slab v0.4.9
3772024-05-03T02:44:33.595Z Compiling futures-sink v0.3.30
3782024-05-03T02:44:33.698Z Compiling futures-core v0.3.30
3792024-05-03T02:44:33.862Z Compiling serde_json v1.0.116
3802024-05-03T02:44:33.887Z Compiling ryu v1.0.17
3812024-05-03T02:44:33.899Z Compiling bytes v1.6.0
3822024-05-03T02:44:34.055Z Compiling futures-channel v0.3.30
3832024-05-03T02:44:34.219Z Compiling thiserror v1.0.59
3842024-05-03T02:44:34.233Z Compiling futures-task v0.3.30
3852024-05-03T02:44:34.919Z Compiling pin-utils v0.1.0
3862024-05-03T02:44:34.930Z Compiling jobserver v0.1.31
3872024-05-03T02:44:34.930Z Compiling futures-io v0.3.30
3882024-05-03T02:44:34.930Z Compiling log v0.4.21
3892024-05-03T02:44:34.930Z Compiling adler v1.0.2
3902024-05-03T02:44:34.931Z Compiling quote v1.0.36
3912024-05-03T02:44:34.931Z Compiling cc v1.0.96
3922024-05-03T02:44:35.765Z Compiling camino v1.1.6
3932024-05-03T02:44:35.765Z Compiling miniz_oxide v0.7.2
3942024-05-03T02:44:35.765Z Compiling syn v2.0.60
3952024-05-03T02:44:35.766Z Compiling getrandom v0.2.14
3962024-05-03T02:44:35.777Z Compiling errno v0.3.8
3972024-05-03T02:44:35.777Z Compiling socket2 v0.5.7
3982024-05-03T02:44:35.777Z Compiling mio v0.8.11
3992024-05-03T02:44:35.777Z Compiling num_cpus v1.16.0
4002024-05-03T02:44:35.777Z Compiling signal-hook-registry v1.4.2
4012024-05-03T02:44:35.898Z Compiling spin v0.9.8
4022024-05-03T02:44:36.075Z Compiling target-lexicon v0.12.14
4032024-05-03T02:44:37.001Z Compiling unicode-width v0.1.12
4042024-05-03T02:44:37.239Z Compiling fnv v1.0.7
4052024-05-03T02:44:37.367Z Compiling untrusted v0.9.0
4062024-05-03T02:44:37.401Z Compiling tracing-core v0.1.32
4072024-05-03T02:44:37.446Z Compiling utf8parse v0.2.1
4082024-05-03T02:44:37.552Z Compiling gimli v0.28.1
4092024-05-03T02:44:37.595Z Compiling semver v1.0.22
4102024-05-03T02:44:37.638Z Compiling guppy-workspace-hack v0.1.0
4112024-05-03T02:44:38.134Z Compiling tracing v0.1.40
4122024-05-03T02:44:38.153Z Compiling ring v0.17.8
4132024-05-03T02:44:38.494Z Compiling backtrace v0.3.71
4142024-05-03T02:44:38.862Z Compiling http v0.2.12
4152024-05-03T02:44:39.022Z Compiling object v0.32.2
4162024-05-03T02:44:39.241Z Compiling target-spec v3.1.0
4172024-05-03T02:44:39.733Z Compiling rustc-demangle v0.1.23
4182024-05-03T02:44:39.862Z Compiling smallvec v1.13.2
4192024-05-03T02:44:40.285Z Compiling httparse v1.8.0
4202024-05-03T02:44:40.302Z Compiling pkg-config v0.3.30
4212024-05-03T02:44:40.630Z Compiling fastrand v2.1.0
4222024-05-03T02:44:41.290Z Compiling tinyvec_macros v0.1.1
4232024-05-03T02:44:41.355Z Compiling is_ci v1.2.0
4242024-05-03T02:44:41.373Z Compiling rustls v0.21.12
4252024-05-03T02:44:41.653Z Compiling zstd-sys v2.0.10+zstd.1.5.6
4262024-05-03T02:44:41.653Z Compiling tinyvec v1.6.0
4272024-05-03T02:44:41.857Z Compiling tempfile v3.10.1
4282024-05-03T02:44:42.318Z Compiling addr2line v0.21.0
4292024-05-03T02:44:43.024Z Compiling cfg-expr v0.15.8
4302024-05-03T02:44:43.189Z Compiling is-terminal v0.4.12
4312024-05-03T02:44:43.297Z Compiling aho-corasick v1.1.3
4322024-05-03T02:44:43.593Z Compiling try-lock v0.2.5
4332024-05-03T02:44:43.743Z Compiling version_check v0.9.4
4342024-05-03T02:44:43.751Z Compiling regex-syntax v0.8.3
4352024-05-03T02:44:43.919Z Compiling lazy_static v1.4.0
4362024-05-03T02:44:44.027Z Compiling percent-encoding v2.3.1
4372024-05-03T02:44:44.313Z Compiling serde_derive v1.0.200
4382024-05-03T02:44:44.326Z Compiling futures-macro v0.3.30
4392024-05-03T02:44:44.467Z Compiling tokio-macros v2.2.0
4402024-05-03T02:44:44.956Z Compiling thiserror-impl v1.0.59
4412024-05-03T02:44:45.931Z Compiling tokio v1.37.0
4422024-05-03T02:44:46.219Z Compiling futures-util v0.3.30
4432024-05-03T02:44:47.687Z Compiling regex-automata v0.4.6
4442024-05-03T02:44:53.085Z Compiling ahash v0.8.11
4452024-05-03T02:44:53.447Z Compiling form_urlencoded v1.2.1
4462024-05-03T02:44:53.937Z Compiling tokio-util v0.7.10
4472024-05-03T02:44:56.180Z Compiling want v0.3.1
4482024-05-03T02:44:56.466Z Compiling supports-color v2.1.0
4492024-05-03T02:44:58.105Z Compiling indexmap v2.2.6
4502024-05-03T02:44:59.570Z Compiling h2 v0.3.26
4512024-05-03T02:44:59.990Z Compiling unicode-normalization v0.1.23
4522024-05-03T02:45:01.156Z Compiling http-body v0.4.6
4532024-05-03T02:45:01.659Z Compiling num-traits v0.2.18
4542024-05-03T02:45:01.984Z Compiling smawk v0.3.2
4552024-05-03T02:45:02.260Z Compiling either v1.11.0
4562024-05-03T02:45:02.667Z Compiling httpdate v1.0.3
4572024-05-03T02:45:03.447Z Compiling rustls-webpki v0.101.7
4582024-05-03T02:45:05.034Z Compiling sct v0.7.1
4592024-05-03T02:45:07.759Z Compiling winnow v0.6.7
4602024-05-03T02:45:08.522Z Compiling crc32fast v1.4.0
4612024-05-03T02:45:08.994Z Compiling portable-atomic v1.6.0
4622024-05-03T02:45:09.022Z Compiling nextest-workspace-hack v0.1.0
4632024-05-03T02:45:09.348Z Compiling unicode-bidi v0.3.15
4642024-05-03T02:45:09.906Z Compiling tower-service v0.3.2
4652024-05-03T02:45:10.040Z Compiling unicode-linebreak v0.1.5
4662024-05-03T02:45:10.544Z Compiling textwrap v0.16.1
4672024-05-03T02:45:12.052Z Compiling idna v0.5.0
4682024-05-03T02:45:12.513Z Compiling hyper v0.14.28
4692024-05-03T02:45:14.553Z Compiling tokio-rustls v0.24.1
4702024-05-03T02:45:15.129Z Compiling pathdiff v0.2.1
4712024-05-03T02:45:15.269Z Compiling serde_spanned v0.6.5
4722024-05-03T02:45:15.507Z Compiling toml_datetime v0.6.5
4732024-05-03T02:45:16.244Z Compiling cargo-platform v0.1.8
4742024-05-03T02:45:16.257Z Compiling owo-colors v4.0.0
4752024-05-03T02:45:16.257Z Compiling backtrace-ext v0.2.1
4762024-05-03T02:45:16.257Z Compiling miette-derive v7.2.0
4772024-05-03T02:45:16.709Z Compiling console v0.15.8
4782024-05-03T02:45:16.874Z Compiling supports-color v3.0.0
4792024-05-03T02:45:17.559Z Compiling terminal_size v0.3.0
4802024-05-03T02:45:17.770Z Compiling vte_generate_state_changes v0.1.1
4812024-05-03T02:45:18.461Z Compiling fixedbitset v0.4.2
4822024-05-03T02:45:18.822Z Compiling zstd-safe v7.1.0
4832024-05-03T02:45:19.107Z Compiling cfg_aliases v0.1.1
4842024-05-03T02:45:19.621Z Compiling base64 v0.21.7
4852024-05-03T02:45:19.634Z Compiling supports-hyperlinks v3.0.0
4862024-05-03T02:45:19.634Z Compiling supports-unicode v3.0.0
4872024-05-03T02:45:19.634Z Compiling zerocopy v0.7.32
4882024-05-03T02:45:19.635Z Compiling miette v7.2.0
4892024-05-03T02:45:20.048Z Compiling rustls-pemfile v1.0.4
4902024-05-03T02:45:20.363Z Compiling nix v0.28.0
4912024-05-03T02:45:20.656Z Compiling petgraph v0.6.4
4922024-05-03T02:45:20.916Z Compiling vte v0.11.1
4932024-05-03T02:45:21.135Z Compiling hyper-rustls v0.24.2
4942024-05-03T02:45:21.557Z Compiling cargo_metadata v0.18.1
4952024-05-03T02:45:23.959Z Compiling toml_edit v0.22.12
4962024-05-03T02:45:25.910Z Compiling url v2.5.0
4972024-05-03T02:45:27.096Z Compiling itertools v0.12.1
4982024-05-03T02:45:27.367Z Compiling serde_urlencoded v0.7.1
4992024-05-03T02:45:27.933Z Compiling smol_str v0.2.1
5002024-05-03T02:45:28.583Z Compiling futures-executor v0.3.30
5012024-05-03T02:45:29.916Z Compiling regex v1.10.4
5022024-05-03T02:45:30.402Z Compiling pin-project-internal v1.1.5
5032024-05-03T02:45:30.797Z Compiling xattr v1.3.1
5042024-05-03T02:45:31.100Z Compiling anstyle-parse v0.2.4
5052024-05-03T02:45:31.346Z Compiling rand_core v0.6.4
5062024-05-03T02:45:31.473Z Compiling uuid v1.8.0
5072024-05-03T02:45:31.829Z Compiling filetime v0.2.23
5082024-05-03T02:45:32.152Z Compiling bstr v1.9.1
5092024-05-03T02:45:32.605Z Compiling encoding_rs v0.8.34
5102024-05-03T02:45:33.286Z Compiling self_update v0.39.0
5112024-05-03T02:45:33.657Z Compiling ipnet v2.9.0
5122024-05-03T02:45:33.695Z Compiling sync_wrapper v0.1.2
5132024-05-03T02:45:33.698Z Compiling anstyle-query v1.0.3
5142024-05-03T02:45:33.826Z Compiling mime v0.3.17
5152024-05-03T02:45:33.848Z Compiling minimal-lexical v0.2.1
5162024-05-03T02:45:34.449Z Compiling colorchoice v1.0.1
5172024-05-03T02:45:34.550Z Compiling is_terminal_polyfill v1.70.0
5182024-05-03T02:45:34.603Z Compiling number_prefix v0.4.0
5192024-05-03T02:45:34.679Z Compiling nested v0.1.1
5202024-05-03T02:45:34.828Z Compiling ppv-lite86 v0.2.17
5212024-05-03T02:45:34.831Z Compiling debug-ignore v1.0.5
5222024-05-03T02:45:34.979Z Compiling anstyle v1.0.7
5232024-05-03T02:45:35.006Z Compiling eyre v0.6.12
5242024-05-03T02:45:35.517Z Compiling webpki-roots v0.25.4
5252024-05-03T02:45:35.531Z Compiling iana-time-zone v0.1.60
5262024-05-03T02:45:35.665Z Compiling static_assertions v1.1.0
5272024-05-03T02:45:35.676Z Compiling chrono v0.4.38
5282024-05-03T02:45:35.756Z Compiling guppy v0.17.5
5292024-05-03T02:45:36.185Z Compiling reqwest v0.11.27
5302024-05-03T02:45:36.304Z Compiling rand_chacha v0.3.1
5312024-05-03T02:45:36.753Z Compiling anstream v0.6.14
5322024-05-03T02:45:37.668Z Compiling indicatif v0.17.8
5332024-05-03T02:45:42.077Z Compiling nom v7.1.3
5342024-05-03T02:45:42.446Z Compiling pin-project v1.1.5
5352024-05-03T02:45:42.566Z Compiling globset v0.4.14
5362024-05-03T02:45:44.319Z Compiling tar v0.4.40
5372024-05-03T02:45:44.609Z Compiling newtype-uuid v1.1.0
5382024-05-03T02:45:44.894Z Compiling futures v0.3.30
5392024-05-03T02:45:45.004Z Compiling nextest-metadata v0.10.0
5402024-05-03T02:45:45.154Z Compiling toml v0.8.12
5412024-05-03T02:45:49.965Z Compiling flate2 v1.0.30
5422024-05-03T02:45:51.269Z Compiling strip-ansi-escapes v0.2.0
5432024-05-03T02:45:52.117Z Compiling self-replace v1.3.7
5442024-05-03T02:45:52.647Z Compiling quick-xml v0.31.0
5452024-05-03T02:45:53.096Z Compiling quick-xml v0.23.1
5462024-05-03T02:45:53.145Z Compiling humantime v2.1.0
5472024-05-03T02:45:53.468Z Compiling nextest-runner v0.55.0
5482024-05-03T02:45:53.951Z Compiling heck v0.5.0
5492024-05-03T02:45:53.964Z Compiling clap_lex v0.7.0
5502024-05-03T02:45:54.348Z Compiling shell-words v1.1.0
5512024-05-03T02:45:54.686Z Compiling urlencoding v2.1.3
5522024-05-03T02:45:54.756Z Compiling indenter v0.3.3
5532024-05-03T02:45:54.897Z Compiling recursion v0.5.2
5542024-05-03T02:45:55.089Z Compiling strsim v0.11.1
5552024-05-03T02:45:55.134Z Compiling nextest-filtering v0.8.0
5562024-05-03T02:45:55.545Z Compiling clap_builder v4.5.2
5572024-05-03T02:45:58.115Z Compiling clap_derive v4.5.4
5582024-05-03T02:45:58.479Z Compiling quick-junit v0.4.0
5592024-05-03T02:46:00.871Z Compiling humantime-serde v1.1.1
5602024-05-03T02:46:02.781Z Compiling config v0.14.0
5612024-05-03T02:46:03.245Z Compiling zstd v0.13.1
5622024-05-03T02:46:03.408Z Compiling async-scoped v0.9.0
5632024-05-03T02:46:03.697Z Compiling rand v0.8.5
5642024-05-03T02:46:04.066Z Compiling target-spec-miette v0.4.0
5652024-05-03T02:46:04.807Z Compiling mukti-metadata v0.2.1
5662024-05-03T02:46:05.588Z Compiling camino-tempfile v1.1.1
5672024-05-03T02:46:05.591Z Compiling serde_ignored v0.1.10
5682024-05-03T02:46:05.924Z Compiling serde_path_to_error v0.1.16
5692024-05-03T02:46:06.032Z Compiling future-queue v0.3.0
5702024-05-03T02:46:06.443Z Compiling atomicwrites v0.4.3
5712024-05-03T02:46:06.472Z Compiling os_pipe v1.1.5
5722024-05-03T02:46:06.723Z Compiling shared_child v1.0.0
5732024-05-03T02:46:06.833Z Compiling env_filter v0.1.0
5742024-05-03T02:46:06.982Z Compiling home v0.5.9
5752024-05-03T02:46:07.284Z Compiling xxhash-rust v0.8.10
5762024-05-03T02:46:07.402Z Compiling zeroize v1.7.0
5772024-05-03T02:46:07.559Z Compiling display-error-chain v0.2.0
5782024-05-03T02:46:07.733Z Compiling owo-colors v3.5.0
5792024-05-03T02:46:08.097Z Compiling dialoguer v0.11.0
5802024-05-03T02:46:09.604Z Compiling env_logger v0.11.3
5812024-05-03T02:46:10.495Z Compiling color-eyre v0.6.3
5822024-05-03T02:46:11.209Z Compiling duct v0.13.7
5832024-05-03T02:46:12.231Z Compiling clap v4.5.4
5842024-05-03T02:46:12.339Z Compiling enable-ansi-support v0.2.1
5852024-05-03T02:46:12.451Z Compiling swrite v0.1.0
5862024-05-03T02:46:14.803Z Compiling cargo-nextest v0.9.70
5872024-05-03T02:46:48.928Z Finished release [optimized] target(s) in 2m 20s
5882024-05-03T02:46:49.093Z Installing /home/build/.cargo/bin/cargo-nextest
5892024-05-03T02:46:49.096Z Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`)
5902024-05-03T02:46:49.177Z+ banner bfd
5912024-05-03T02:46:49.181Z
5922024-05-03T02:46:49.181Z ##### ###### #####
5932024-05-03T02:46:49.181Z # # # # #
5942024-05-03T02:46:49.181Z ##### ##### # #
5952024-05-03T02:46:49.181Z # # # # #
5962024-05-03T02:46:49.181Z # # # # #
5972024-05-03T02:46:49.181Z ##### # #####
5982024-05-03T02:46:49.181Z
5992024-05-03T02:46:49.184Z+ cargo nextest run -p bfd --nocapture
6002024-05-03T02:46:49.341Z Updating crates.io index
6012024-05-03T02:46:49.344Z Updating git repository `https://github.com/oxidecomputer/falcon`
6022024-05-03T02:46:50.255ZFrom https://github.com/oxidecomputer/falcon
6032024-05-03T02:46:50.255Z * [new branch] main -> origin/main
6042024-05-03T02:46:50.259Z * [new ref] -> origin/HEAD
6052024-05-03T02:46:50.579Z Updating git repository `https://github.com/oxidecomputer/dendrite`
6062024-05-03T02:46:51.613ZFrom https://github.com/oxidecomputer/dendrite
6072024-05-03T02:46:51.613Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
6082024-05-03T02:46:51.616Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
6092024-05-03T02:46:51.616Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
6102024-05-03T02:46:51.616Z * [new branch] compliance -> origin/compliance
6112024-05-03T02:46:51.616Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
6122024-05-03T02:46:51.616Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
6132024-05-03T02:46:51.617Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
6142024-05-03T02:46:51.617Z * [new branch] helios2 -> origin/helios2
6152024-05-03T02:46:51.617Z * [new branch] mac-build -> origin/mac-build
6162024-05-03T02:46:51.617Z * [new branch] main -> origin/main
6172024-05-03T02:46:51.617Z * [new branch] map-all-the-things -> origin/map-all-the-things
6182024-05-03T02:46:51.617Z * [new branch] nat_rpw -> origin/nat_rpw
6192024-05-03T02:46:51.617Z * [new branch] nexthop-counters -> origin/nexthop-counters
6202024-05-03T02:46:51.617Z * [new branch] port-id -> origin/port-id
6212024-05-03T02:46:51.617Z * [new branch] reflection-tests -> origin/reflection-tests
6222024-05-03T02:46:51.617Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
6232024-05-03T02:46:51.617Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
6242024-05-03T02:46:51.617Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
6252024-05-03T02:46:51.617Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
6262024-05-03T02:46:51.617Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
6272024-05-03T02:46:51.617Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
6282024-05-03T02:46:51.617Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
6292024-05-03T02:46:51.617Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
6302024-05-03T02:46:51.617Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
6312024-05-03T02:46:51.617Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
6322024-05-03T02:46:51.617Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
6332024-05-03T02:46:51.617Z * [new branch] rust-toolchain -> origin/rust-toolchain
6342024-05-03T02:46:51.617Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
6352024-05-03T02:46:51.621Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
6362024-05-03T02:46:51.621Z * [new branch] update-oximeter -> origin/update-oximeter
6372024-05-03T02:46:51.621Z * [new branch] updates -> origin/updates
6382024-05-03T02:46:51.621Z * [new ref] -> origin/HEAD
6392024-05-03T02:46:51.661Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6402024-05-03T02:46:52.454ZFrom https://github.com/oxidecomputer/dropshot
6412024-05-03T02:46:52.455Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
6422024-05-03T02:46:52.458Z * [new branch] async -> origin/async
6432024-05-03T02:46:52.458Z * [new branch] build-o-mat -> origin/build-o-mat
6442024-05-03T02:46:52.458Z * [new branch] camel -> origin/camel
6452024-05-03T02:46:52.459Z * [new branch] carets -> origin/carets
6462024-05-03T02:46:52.459Z * [new branch] changes -> origin/changes
6472024-05-03T02:46:52.459Z * [new branch] ci-version -> origin/ci-version
6482024-05-03T02:46:52.459Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
6492024-05-03T02:46:52.459Z * [new branch] clippy -> origin/clippy
6502024-05-03T02:46:52.459Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
6512024-05-03T02:46:52.459Z * [new branch] clone -> origin/clone
6522024-05-03T02:46:52.459Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
6532024-05-03T02:46:52.459Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
6542024-05-03T02:46:52.459Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
6552024-05-03T02:46:52.459Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
6562024-05-03T02:46:52.459Z * [new branch] doc -> origin/doc
6572024-05-03T02:46:52.459Z * [new branch] err -> origin/err
6582024-05-03T02:46:52.459Z * [new branch] example-resumable-download -> origin/example-resumable-download
6592024-05-03T02:46:52.459Z * [new branch] expectorate -> origin/expectorate
6602024-05-03T02:46:52.459Z * [new branch] extracted -> origin/extracted
6612024-05-03T02:46:52.459Z * [new branch] fix_tests -> origin/fix_tests
6622024-05-03T02:46:52.459Z * [new branch] fmt2 -> origin/fmt2
6632024-05-03T02:46:52.459Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
6642024-05-03T02:46:52.459Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
6652024-05-03T02:46:52.459Z * [new branch] main -> origin/main
6662024-05-03T02:46:52.459Z * [new branch] maintainer-docs -> origin/maintainer-docs
6672024-05-03T02:46:52.460Z * [new branch] merge-server-config -> origin/merge-server-config
6682024-05-03T02:46:52.460Z * [new branch] multi-api -> origin/multi-api
6692024-05-03T02:46:52.460Z * [new branch] multiverse -> origin/multiverse
6702024-05-03T02:46:52.460Z * [new branch] openapi -> origin/openapi
6712024-05-03T02:46:52.460Z * [new branch] openapi2 -> origin/openapi2
6722024-05-03T02:46:52.460Z * [new branch] port-fix-better -> origin/port-fix-better
6732024-05-03T02:46:52.460Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
6742024-05-03T02:46:52.460Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
6752024-05-03T02:46:52.460Z * [new branch] rmp-page-token -> origin/rmp-page-token
6762024-05-03T02:46:52.460Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
6772024-05-03T02:46:52.473Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
6782024-05-03T02:46:52.473Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
6792024-05-03T02:46:52.473Z * [new branch] server-log -> origin/server-log
6802024-05-03T02:46:52.473Z * [new branch] simple-headers -> origin/simple-headers
6812024-05-03T02:46:52.473Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
6822024-05-03T02:46:52.473Z * [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
6832024-05-03T02:46:52.473Z * [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
6842024-05-03T02:46:52.473Z * [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
6852024-05-03T02:46:52.474Z * [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
6862024-05-03T02:46:52.474Z * [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
6872024-05-03T02:46:52.474Z * [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
6882024-05-03T02:46:52.474Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
6892024-05-03T02:46:52.474Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
6902024-05-03T02:46:52.474Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
6912024-05-03T02:46:52.474Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
6922024-05-03T02:46:52.474Z * [new branch] websockets -> origin/websockets
6932024-05-03T02:46:52.474Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
6942024-05-03T02:46:52.475Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
6952024-05-03T02:46:52.475Z * [new ref] -> origin/HEAD
6962024-05-03T02:46:52.475Z * [new tag] v0.10.0 -> v0.10.0
6972024-05-03T02:46:52.475Z * [new tag] v0.3.0 -> v0.3.0
6982024-05-03T02:46:52.475Z * [new tag] v0.4.0 -> v0.4.0
6992024-05-03T02:46:52.475Z * [new tag] v0.5.0 -> v0.5.0
7002024-05-03T02:46:52.475Z * [new tag] v0.5.1 -> v0.5.1
7012024-05-03T02:46:52.475Z * [new tag] v0.6.0 -> v0.6.0
7022024-05-03T02:46:52.476Z * [new tag] v0.7.0 -> v0.7.0
7032024-05-03T02:46:52.476Z * [new tag] v0.8.0 -> v0.8.0
7042024-05-03T02:46:52.476Z * [new tag] v0.9.0 -> v0.9.0
7052024-05-03T02:46:52.983Z Updating git repository `https://github.com/oxidecomputer/ispf`
7062024-05-03T02:46:53.015ZFrom https://github.com/oxidecomputer/ispf
7072024-05-03T02:46:53.015Z * [new branch] main -> origin/main
7082024-05-03T02:46:53.015Z * [new ref] -> origin/HEAD
7092024-05-03T02:46:53.015Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7102024-05-03T02:46:53.595ZFrom https://github.com/oxidecomputer/netadm-sys
7112024-05-03T02:46:53.595Z * [new branch] compile-macos -> origin/compile-macos
7122024-05-03T02:46:53.601Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
7132024-05-03T02:46:53.601Z * [new branch] gh-pages -> origin/gh-pages
7142024-05-03T02:46:53.601Z * [new branch] main -> origin/main
7152024-05-03T02:46:53.601Z * [new branch] route-get-timeout -> origin/route-get-timeout
7162024-05-03T02:46:53.601Z * [new branch] siocgnds -> origin/siocgnds
7172024-05-03T02:46:53.601Z * [new ref] -> origin/HEAD
7182024-05-03T02:46:53.604Z Updating git repository `https://github.com/oxidecomputer/omicron`
7192024-05-03T02:46:58.217ZFrom https://github.com/oxidecomputer/omicron
7202024-05-03T02:46:58.217Z * [new branch] 267 -> origin/267
7212024-05-03T02:46:58.225Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
7222024-05-03T02:46:58.225Z * [new branch] a4x2 -> origin/a4x2
7232024-05-03T02:46:58.225Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
7242024-05-03T02:46:58.225Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
7252024-05-03T02:46:58.225Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
7262024-05-03T02:46:58.225Z * [new branch] add-global-api -> origin/add-global-api
7272024-05-03T02:46:58.225Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
7282024-05-03T02:46:58.225Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
7292024-05-03T02:46:58.225Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
7302024-05-03T02:46:58.225Z * [new branch] andy/chronylocal -> origin/andy/chronylocal
7312024-05-03T02:46:58.225Z * [new branch] andy/project -> origin/andy/project
7322024-05-03T02:46:58.225Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
7332024-05-03T02:46:58.225Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
7342024-05-03T02:46:58.225Z * [new branch] archived/disks -> origin/archived/disks
7352024-05-03T02:46:58.225Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
7362024-05-03T02:46:58.225Z * [new branch] archived/extractors -> origin/archived/extractors
7372024-05-03T02:46:58.226Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
7382024-05-03T02:46:58.226Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
7392024-05-03T02:46:58.226Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
7402024-05-03T02:46:58.226Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
7412024-05-03T02:46:58.226Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
7422024-05-03T02:46:58.226Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
7432024-05-03T02:46:58.226Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
7442024-05-03T02:46:58.226Z * [new branch] archived/instance-work -> origin/archived/instance-work
7452024-05-03T02:46:58.226Z * [new branch] archived/logging -> origin/archived/logging
7462024-05-03T02:46:58.226Z * [new branch] archived/logging-move -> origin/archived/logging-move
7472024-05-03T02:46:58.226Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
7482024-05-03T02:46:58.226Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
7492024-05-03T02:46:58.226Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
7502024-05-03T02:46:58.232Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
7512024-05-03T02:46:58.232Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
7522024-05-03T02:46:58.232Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
7532024-05-03T02:46:58.232Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
7542024-05-03T02:46:58.232Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
7552024-05-03T02:46:58.232Z * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities
7562024-05-03T02:46:58.232Z * [new branch] authz-role-test -> origin/authz-role-test
7572024-05-03T02:46:58.232Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
7582024-05-03T02:46:58.233Z * [new branch] bigger-disks -> origin/bigger-disks
7592024-05-03T02:46:58.233Z * [new branch] bootstore-2 -> origin/bootstore-2
7602024-05-03T02:46:58.233Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
7612024-05-03T02:46:58.233Z * [new branch] bootstore-integration -> origin/bootstore-integration
7622024-05-03T02:46:58.233Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
7632024-05-03T02:46:58.233Z * [new branch] bump_dendrite -> origin/bump_dendrite
7642024-05-03T02:46:58.233Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
7652024-05-03T02:46:58.233Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
7662024-05-03T02:46:58.233Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
7672024-05-03T02:46:58.233Z * [new branch] clippy -> origin/clippy
7682024-05-03T02:46:58.233Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
7692024-05-03T02:46:58.233Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
7702024-05-03T02:46:58.233Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
7712024-05-03T02:46:58.233Z * [new branch] conform-m2 -> origin/conform-m2
7722024-05-03T02:46:58.233Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
7732024-05-03T02:46:58.233Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
7742024-05-03T02:46:58.233Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
7752024-05-03T02:46:58.233Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
7762024-05-03T02:46:58.233Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
7772024-05-03T02:46:58.233Z * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup
7782024-05-03T02:46:58.233Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
7792024-05-03T02:46:58.233Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
7802024-05-03T02:46:58.233Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
7812024-05-03T02:46:58.234Z * [new branch] dap/dns-work -> origin/dap/dns-work
7822024-05-03T02:46:58.234Z * [new branch] dap/dnsping -> origin/dap/dnsping
7832024-05-03T02:46:58.234Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
7842024-05-03T02:46:58.234Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
7852024-05-03T02:46:58.234Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
7862024-05-03T02:46:58.234Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
7872024-05-03T02:46:58.234Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
7882024-05-03T02:46:58.234Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
7892024-05-03T02:46:58.234Z * [new branch] dap/update-control -> origin/dap/update-control
7902024-05-03T02:46:58.234Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
7912024-05-03T02:46:58.234Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
7922024-05-03T02:46:58.234Z * [new branch] dead-roaches -> origin/dead-roaches
7932024-05-03T02:46:58.234Z * [new branch] debug-disk-space -> origin/debug-disk-space
7942024-05-03T02:46:58.234Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
7952024-05-03T02:46:58.234Z * [new branch] demo -> origin/demo
7962024-05-03T02:46:58.234Z * [new branch] demo_m2 -> origin/demo_m2
7972024-05-03T02:46:58.234Z * [new branch] dendrite-integration -> origin/dendrite-integration
7982024-05-03T02:46:58.234Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
7992024-05-03T02:46:58.234Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
8002024-05-03T02:46:58.234Z * [new branch] dns-dataset -> origin/dns-dataset
8012024-05-03T02:46:58.235Z * [new branch] document-external-internal -> origin/document-external-internal
8022024-05-03T02:46:58.235Z * [new branch] dropshot-local -> origin/dropshot-local
8032024-05-03T02:46:58.235Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
8042024-05-03T02:46:58.235Z * [new branch] eliza/instance-updater -> origin/eliza/instance-updater
8052024-05-03T02:46:58.235Z * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw
8062024-05-03T02:46:58.235Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
8072024-05-03T02:46:58.235Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
8082024-05-03T02:46:58.235Z * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str
8092024-05-03T02:46:58.235Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
8102024-05-03T02:46:58.235Z * [new branch] executor-fake -> origin/executor-fake
8112024-05-03T02:46:58.235Z * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks
8122024-05-03T02:46:58.235Z * [new branch] external-service-allowlists -> origin/external-service-allowlists
8132024-05-03T02:46:58.235Z * [new branch] external_log -> origin/external_log
8142024-05-03T02:46:58.235Z * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock
8152024-05-03T02:46:58.235Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
8162024-05-03T02:46:58.235Z * [new branch] firewall-vpc -> origin/firewall-vpc
8172024-05-03T02:46:58.235Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
8182024-05-03T02:46:58.235Z * [new branch] folgers -> origin/folgers
8192024-05-03T02:46:58.235Z * [new branch] fromstr -> origin/fromstr
8202024-05-03T02:46:58.235Z * [new branch] gateway -> origin/gateway
8212024-05-03T02:46:58.235Z * [new branch] gateway_message_bump -> origin/gateway_message_bump
8222024-05-03T02:46:58.235Z * [new branch] host-fake -> origin/host-fake
8232024-05-03T02:46:58.236Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
8242024-05-03T02:46:58.236Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
8252024-05-03T02:46:58.236Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
8262024-05-03T02:46:58.241Z * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version
8272024-05-03T02:46:58.242Z * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2
8282024-05-03T02:46:58.242Z * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2
8292024-05-03T02:46:58.242Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
8302024-05-03T02:46:58.242Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
8312024-05-03T02:46:58.242Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
8322024-05-03T02:46:58.242Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
8332024-05-03T02:46:58.242Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
8342024-05-03T02:46:58.242Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
8352024-05-03T02:46:58.242Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
8362024-05-03T02:46:58.242Z * [new branch] iliana/split-package -> origin/iliana/split-package
8372024-05-03T02:46:58.242Z * [new branch] iliana/try -> origin/iliana/try
8382024-05-03T02:46:58.242Z * [new branch] iliana/wtf -> origin/iliana/wtf
8392024-05-03T02:46:58.242Z * [new branch] illumos-ci -> origin/illumos-ci
8402024-05-03T02:46:58.242Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
8412024-05-03T02:46:58.243Z * [new branch] ipv6-testing -> origin/ipv6-testing
8422024-05-03T02:46:58.243Z * [new branch] issue-213-static -> origin/issue-213-static
8432024-05-03T02:46:58.243Z * [new branch] issue-3432 -> origin/issue-3432
8442024-05-03T02:46:58.243Z * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw
8452024-05-03T02:46:58.243Z * [new branch] jclulow -> origin/jclulow
8462024-05-03T02:46:58.243Z * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state
8472024-05-03T02:46:58.243Z * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const
8482024-05-03T02:46:58.243Z * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial
8492024-05-03T02:46:58.243Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
8502024-05-03T02:46:58.243Z * [new branch] keeplogs -> origin/keeplogs
8512024-05-03T02:46:58.243Z * [new branch] less-dns-panic -> origin/less-dns-panic
8522024-05-03T02:46:58.244Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
8532024-05-03T02:46:58.244Z * [new branch] lookup-authorized -> origin/lookup-authorized
8542024-05-03T02:46:58.244Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
8552024-05-03T02:46:58.244Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
8562024-05-03T02:46:58.244Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
8572024-05-03T02:46:58.245Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
8582024-05-03T02:46:58.245Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
8592024-05-03T02:46:58.245Z * [new branch] lrtq-networking -> origin/lrtq-networking
8602024-05-03T02:46:58.245Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
8612024-05-03T02:46:58.245Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
8622024-05-03T02:46:58.245Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
8632024-05-03T02:46:58.245Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
8642024-05-03T02:46:58.245Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
8652024-05-03T02:46:58.245Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
8662024-05-03T02:46:58.245Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
8672024-05-03T02:46:58.246Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
8682024-05-03T02:46:58.246Z * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid
8692024-05-03T02:46:58.246Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
8702024-05-03T02:46:58.246Z * [new branch] maghemite-integration -> origin/maghemite-integration
8712024-05-03T02:46:58.246Z * [new branch] main -> origin/main
8722024-05-03T02:46:58.246Z * [new branch] metrics-experiments -> origin/metrics-experiments
8732024-05-03T02:46:58.246Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
8742024-05-03T02:46:58.246Z * [new branch] mupdate-demo -> origin/mupdate-demo
8752024-05-03T02:46:58.246Z * [new branch] net-reorg -> origin/net-reorg
8762024-05-03T02:46:58.246Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
8772024-05-03T02:46:58.247Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
8782024-05-03T02:46:58.247Z * [new branch] new-toolchain -> origin/new-toolchain
8792024-05-03T02:46:58.247Z * [new branch] newfolgers -> origin/newfolgers
8802024-05-03T02:46:58.247Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
8812024-05-03T02:46:58.247Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
8822024-05-03T02:46:58.247Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
8832024-05-03T02:46:58.247Z * [new branch] omdb-physical-disks -> origin/omdb-physical-disks
8842024-05-03T02:46:58.248Z * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables
8852024-05-03T02:46:58.248Z * [new branch] omdb-services -> origin/omdb-services
8862024-05-03T02:46:58.248Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
8872024-05-03T02:46:58.248Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
8882024-05-03T02:46:58.248Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
8892024-05-03T02:46:58.248Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
8902024-05-03T02:46:58.248Z * [new branch] oxpop -> origin/oxpop
8912024-05-03T02:46:58.249Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
8922024-05-03T02:46:58.249Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
8932024-05-03T02:46:58.249Z * [new branch] prove-le-bug -> origin/prove-le-bug
8942024-05-03T02:46:58.249Z * [new branch] redirect-url-state -> origin/redirect-url-state
8952024-05-03T02:46:58.249Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
8962024-05-03T02:46:58.249Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8972024-05-03T02:46:58.249Z * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x
8982024-05-03T02:46:58.250Z * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x
8992024-05-03T02:46:58.250Z * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x
9002024-05-03T02:46:58.250Z * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x
9012024-05-03T02:46:58.250Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
9022024-05-03T02:46:58.250Z * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x
9032024-05-03T02:46:58.250Z * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x
9042024-05-03T02:46:58.250Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
9052024-05-03T02:46:58.251Z * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x
9062024-05-03T02:46:58.251Z * [new branch] reservoir -> origin/reservoir
9072024-05-03T02:46:58.251Z * [new branch] resilient-nexus -> origin/resilient-nexus
9082024-05-03T02:46:58.251Z * [new branch] resource-identifier -> origin/resource-identifier
9092024-05-03T02:46:58.251Z * [new branch] retry-txn -> origin/retry-txn
9102024-05-03T02:46:58.251Z * [new branch] return-cert-pem -> origin/return-cert-pem
9112024-05-03T02:46:58.251Z * [new branch] rev-opte -> origin/rev-opte
9122024-05-03T02:46:58.262Z * [new branch] revert-936 -> origin/revert-936
9132024-05-03T02:46:58.262Z * [new branch] rfd-322-images -> origin/rfd-322-images
9142024-05-03T02:46:58.262Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
9152024-05-03T02:46:58.262Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
9162024-05-03T02:46:58.263Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
9172024-05-03T02:46:58.263Z * [new branch] rss-testing -> origin/rss-testing
9182024-05-03T02:46:58.263Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
9192024-05-03T02:46:58.263Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
9202024-05-03T02:46:58.263Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
9212024-05-03T02:46:58.263Z * [new branch] shatter-authn -> origin/shatter-authn
9222024-05-03T02:46:58.263Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
9232024-05-03T02:46:58.263Z * [new branch] silo-create -> origin/silo-create
9242024-05-03T02:46:58.263Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
9252024-05-03T02:46:58.263Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
9262024-05-03T02:46:58.263Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
9272024-05-03T02:46:58.263Z * [new branch] simple-cache -> origin/simple-cache
9282024-05-03T02:46:58.263Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
9292024-05-03T02:46:58.264Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
9302024-05-03T02:46:58.264Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
9312024-05-03T02:46:58.264Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
9322024-05-03T02:46:58.264Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
9332024-05-03T02:46:58.264Z * [new branch] sled-location -> origin/sled-location
9342024-05-03T02:46:58.264Z * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool
9352024-05-03T02:46:58.264Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
9362024-05-03T02:46:58.264Z * [new branch] special-delivery -> origin/special-delivery
9372024-05-03T02:46:58.264Z * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff
9382024-05-03T02:46:58.264Z * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket
9392024-05-03T02:46:58.264Z * [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
9402024-05-03T02:46:58.264Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
9412024-05-03T02:46:58.264Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
9422024-05-03T02:46:58.264Z * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid
9432024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux
9442024-05-03T02:46:58.265Z * [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
9452024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones
9462024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput
9472024-05-03T02:46:58.265Z * [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
9482024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
9492024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work
9502024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
9512024-05-03T02:46:58.265Z * [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
9522024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
9532024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux
9542024-05-03T02:46:58.265Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
9552024-05-03T02:46:58.266Z * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1
9562024-05-03T02:46:58.266Z * [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
9572024-05-03T02:46:58.266Z * [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
9582024-05-03T02:46:58.266Z * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work
9592024-05-03T02:46:58.266Z * [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
9602024-05-03T02:46:58.266Z * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server
9612024-05-03T02:46:58.266Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
9622024-05-03T02:46:58.266Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
9632024-05-03T02:46:58.266Z * [new branch] swap -> origin/swap
9642024-05-03T02:46:58.266Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
9652024-05-03T02:46:58.266Z * [new branch] thing-flinger -> origin/thing-flinger
9662024-05-03T02:46:58.266Z * [new branch] tqv1 -> origin/tqv1
9672024-05-03T02:46:58.266Z * [new branch] trigger -> origin/trigger
9682024-05-03T02:46:58.266Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
9692024-05-03T02:46:58.267Z * [new branch] u2-encryption -> origin/u2-encryption
9702024-05-03T02:46:58.267Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
9712024-05-03T02:46:58.267Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
9722024-05-03T02:46:58.267Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
9732024-05-03T02:46:58.267Z * [new branch] unify-ip-range -> origin/unify-ip-range
9742024-05-03T02:46:58.267Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
9752024-05-03T02:46:58.267Z * [new branch] unused-deps -> origin/unused-deps
9762024-05-03T02:46:58.267Z * [new branch] update-planning -> origin/update-planning
9772024-05-03T02:46:58.267Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
9782024-05-03T02:46:58.267Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
9792024-05-03T02:46:58.267Z * [new branch] use-incremental-build -> origin/use-incremental-build
9802024-05-03T02:46:58.267Z * [new branch] v1-cleanup -> origin/v1-cleanup
9812024-05-03T02:46:58.267Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
9822024-05-03T02:46:58.267Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
9832024-05-03T02:46:58.268Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
9842024-05-03T02:46:58.268Z * [new branch] vmm-test-flex -> origin/vmm-test-flex
9852024-05-03T02:46:58.268Z * [new branch] wicket -> origin/wicket
9862024-05-03T02:46:58.268Z * [new branch] wicket-dbg -> origin/wicket-dbg
9872024-05-03T02:46:58.268Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
9882024-05-03T02:46:58.268Z * [new branch] wicket-menu -> origin/wicket-menu
9892024-05-03T02:46:58.268Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
9902024-05-03T02:46:58.268Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
9912024-05-03T02:46:58.268Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
9922024-05-03T02:46:58.268Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
9932024-05-03T02:46:58.268Z * [new branch] wicket-update-status -> origin/wicket-update-status
9942024-05-03T02:46:58.268Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
9952024-05-03T02:46:58.268Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
9962024-05-03T02:46:58.268Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
9972024-05-03T02:46:58.269Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
9982024-05-03T02:46:58.269Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
9992024-05-03T02:46:58.269Z * [new branch] xtask_ci_download -> origin/xtask_ci_download
10002024-05-03T02:46:58.269Z * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace
10012024-05-03T02:46:58.269Z * [new branch] zone-filesystems -> origin/zone-filesystems
10022024-05-03T02:46:58.269Z * [new ref] -> origin/HEAD
10032024-05-03T02:46:58.269Z * [new tag] dogfood -> dogfood
10042024-05-03T02:46:58.269Z * [new tag] v5 -> v5
10052024-05-03T02:46:58.269Z * [new tag] v6 -> v6
10062024-05-03T02:46:58.269Z * [new tag] v7 -> v7
10072024-05-03T02:46:58.532Z Updating git repository `https://github.com/oxidecomputer/opte`
10082024-05-03T02:46:59.573ZFrom https://github.com/oxidecomputer/opte
10092024-05-03T02:46:59.573Z * [new branch] 481-strawman -> origin/481-strawman
10102024-05-03T02:46:59.578Z * [new branch] all-perf-in-flight -> origin/all-perf-in-flight
10112024-05-03T02:46:59.578Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
10122024-05-03T02:46:59.578Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
10132024-05-03T02:46:59.579Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
10142024-05-03T02:46:59.579Z * [new branch] demo-stuffs -> origin/demo-stuffs
10152024-05-03T02:46:59.579Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
10162024-05-03T02:46:59.579Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
10172024-05-03T02:46:59.579Z * [new branch] handle-pkt-chains -> origin/handle-pkt-chains
10182024-05-03T02:46:59.579Z * [new branch] helios-2.0 -> origin/helios-2.0
10192024-05-03T02:46:59.579Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
10202024-05-03T02:46:59.579Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
10212024-05-03T02:46:59.579Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
10222024-05-03T02:46:59.579Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
10232024-05-03T02:46:59.579Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
10242024-05-03T02:46:59.579Z * [new branch] master -> origin/master
10252024-05-03T02:46:59.579Z * [new branch] noclass-best-flow -> origin/noclass-best-flow
10262024-05-03T02:46:59.579Z * [new branch] noclass-best-noflow -> origin/noclass-best-noflow
10272024-05-03T02:46:59.579Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
10282024-05-03T02:46:59.579Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
10292024-05-03T02:46:59.579Z * [new branch] opte-204-paused -> origin/opte-204-paused
10302024-05-03T02:46:59.579Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
10312024-05-03T02:46:59.579Z * [new branch] opte-220 -> origin/opte-220
10322024-05-03T02:46:59.579Z * [new branch] opte-225 -> origin/opte-225
10332024-05-03T02:46:59.579Z * [new branch] opte-227 -> origin/opte-227
10342024-05-03T02:46:59.579Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
10352024-05-03T02:46:59.580Z * [new branch] opte-232 -> origin/opte-232
10362024-05-03T02:46:59.580Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
10372024-05-03T02:46:59.580Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
10382024-05-03T02:46:59.580Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
10392024-05-03T02:46:59.580Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
10402024-05-03T02:46:59.580Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
10412024-05-03T02:46:59.580Z * [new branch] opteadm-library -> origin/opteadm-library
10422024-05-03T02:46:59.580Z * [new branch] partial-workspace -> origin/partial-workspace
10432024-05-03T02:46:59.580Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
10442024-05-03T02:46:59.580Z * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile
10452024-05-03T02:46:59.580Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
10462024-05-03T02:46:59.580Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
10472024-05-03T02:46:59.580Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
10482024-05-03T02:46:59.580Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
10492024-05-03T02:46:59.580Z * [new branch] route-cache -> origin/route-cache
10502024-05-03T02:46:59.580Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
10512024-05-03T02:46:59.580Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
10522024-05-03T02:46:59.580Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
10532024-05-03T02:46:59.580Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
10542024-05-03T02:46:59.580Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
10552024-05-03T02:46:59.580Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
10562024-05-03T02:46:59.580Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
10572024-05-03T02:46:59.580Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
10582024-05-03T02:46:59.580Z * [new branch] rpz-def-action -> origin/rpz-def-action
10592024-05-03T02:46:59.581Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
10602024-05-03T02:46:59.581Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
10612024-05-03T02:46:59.581Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
10622024-05-03T02:46:59.581Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
10632024-05-03T02:46:59.581Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
10642024-05-03T02:46:59.581Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
10652024-05-03T02:46:59.581Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
10662024-05-03T02:46:59.581Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
10672024-05-03T02:46:59.581Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
10682024-05-03T02:46:59.581Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
10692024-05-03T02:46:59.581Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
10702024-05-03T02:46:59.581Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
10712024-05-03T02:46:59.581Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
10722024-05-03T02:46:59.581Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
10732024-05-03T02:46:59.581Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
10742024-05-03T02:46:59.581Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
10752024-05-03T02:46:59.581Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
10762024-05-03T02:46:59.581Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
10772024-05-03T02:46:59.581Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
10782024-05-03T02:46:59.581Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
10792024-05-03T02:46:59.581Z * [new branch] rpz-test-common -> origin/rpz-test-common
10802024-05-03T02:46:59.581Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
10812024-05-03T02:46:59.581Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
10822024-05-03T02:46:59.582Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
10832024-05-03T02:46:59.582Z * [new branch] spring-clean -> origin/spring-clean
10842024-05-03T02:46:59.582Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
10852024-05-03T02:46:59.582Z * [new branch] underlay-lock -> origin/underlay-lock
10862024-05-03T02:46:59.582Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
10872024-05-03T02:46:59.582Z * [new ref] -> origin/HEAD
10882024-05-03T02:46:59.624Z Updating git repository `https://github.com/illumos/smf-rs`
10892024-05-03T02:47:00.049ZFrom https://github.com/illumos/smf-rs
10902024-05-03T02:47:00.049Z * [new branch] main -> origin/main
10912024-05-03T02:47:00.052Z * [new ref] -> origin/HEAD
10922024-05-03T02:47:00.074Z Updating git repository `https://github.com/oxidecomputer/progenitor`
10932024-05-03T02:47:01.378ZFrom https://github.com/oxidecomputer/progenitor
10942024-05-03T02:47:01.378Z * [new branch] extension2 -> origin/extension2
10952024-05-03T02:47:01.382Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
10962024-05-03T02:47:01.382Z * [new branch] main -> origin/main
10972024-05-03T02:47:01.383Z * [new branch] nexus-update -> origin/nexus-update
10982024-05-03T02:47:01.383Z * [new branch] owned-response-stream -> origin/owned-response-stream
10992024-05-03T02:47:01.383Z * [new branch] print-example -> origin/print-example
11002024-05-03T02:47:01.383Z * [new branch] query-arg-collision -> origin/query-arg-collision
11012024-05-03T02:47:01.383Z * [new branch] request-map -> origin/request-map
11022024-05-03T02:47:01.383Z * [new branch] response-value-content-length -> origin/response-value-content-length
11032024-05-03T02:47:01.383Z * [new branch] security-schemes -> origin/security-schemes
11042024-05-03T02:47:01.383Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
11052024-05-03T02:47:01.383Z * [new branch] test-ci -> origin/test-ci
11062024-05-03T02:47:01.383Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
11072024-05-03T02:47:01.383Z * [new branch] untyped-responses -> origin/untyped-responses
11082024-05-03T02:47:01.383Z * [new branch] v41 -> origin/v41
11092024-05-03T02:47:01.383Z * [new ref] -> origin/HEAD
11102024-05-03T02:47:01.383Z * [new tag] v0.1.1 -> v0.1.1
11112024-05-03T02:47:01.383Z * [new tag] v0.2.0 -> v0.2.0
11122024-05-03T02:47:01.383Z * [new tag] v0.3.0 -> v0.3.0
11132024-05-03T02:47:01.383Z * [new tag] v0.4.0 -> v0.4.0
11142024-05-03T02:47:01.383Z * [new tag] v0.4.1 -> v0.4.1
11152024-05-03T02:47:01.383Z * [new tag] v0.5.0 -> v0.5.0
11162024-05-03T02:47:01.383Z * [new tag] v0.6.0 -> v0.6.0
11172024-05-03T02:47:01.588Z Updating git repository `https://github.com/oxidecomputer/zone`
11182024-05-03T02:47:02.021ZFrom https://github.com/oxidecomputer/zone
11192024-05-03T02:47:02.021Z * [new branch] main -> origin/main
11202024-05-03T02:47:02.025Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
11212024-05-03T02:47:02.025Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
11222024-05-03T02:47:02.025Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
11232024-05-03T02:47:02.026Z * [new ref] -> origin/HEAD
11242024-05-03T02:47:02.060Z Updating git repository `https://github.com/oxidecomputer/propolis`
11252024-05-03T02:47:03.060ZFrom https://github.com/oxidecomputer/propolis
11262024-05-03T02:47:03.060Z * [new branch] ata -> origin/ata
11272024-05-03T02:47:03.070Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
11282024-05-03T02:47:03.071Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
11292024-05-03T02:47:03.071Z * [new branch] master -> origin/master
11302024-05-03T02:47:03.071Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
11312024-05-03T02:47:03.071Z * [new ref] -> origin/HEAD
11322024-05-03T02:47:03.145Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
11332024-05-03T02:47:03.654ZFrom https://github.com/oxidecomputer/dlpi-sys
11342024-05-03T02:47:03.654Z * [new branch] gh-pages -> origin/gh-pages
11352024-05-03T02:47:03.657Z * [new branch] main -> origin/main
11362024-05-03T02:47:03.657Z * [new ref] -> origin/HEAD
11372024-05-03T02:47:03.664Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
11382024-05-03T02:47:04.091ZFrom https://github.com/jmesmon/rust-libzfs
11392024-05-03T02:47:04.091Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
11402024-05-03T02:47:04.095Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
11412024-05-03T02:47:04.095Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
11422024-05-03T02:47:04.095Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
11432024-05-03T02:47:04.095Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
11442024-05-03T02:47:04.096Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
11452024-05-03T02:47:04.096Z * [new branch] dev -> origin/dev
11462024-05-03T02:47:04.096Z * [new branch] drr -> origin/drr
11472024-05-03T02:47:04.096Z * [new branch] f-types -> origin/f-types
11482024-05-03T02:47:04.096Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
11492024-05-03T02:47:04.096Z * [new branch] master -> origin/master
11502024-05-03T02:47:04.096Z * [new branch] staging -> origin/staging
11512024-05-03T02:47:04.096Z * [new ref] -> origin/HEAD
11522024-05-03T02:47:04.096Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
11532024-05-03T02:47:04.096Z * [new tag] v0.4.0 -> v0.4.0
11542024-05-03T02:47:04.096Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
11552024-05-03T02:47:04.096Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
11562024-05-03T02:47:04.108Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
11572024-05-03T02:47:04.637ZFrom https://github.com/oxidecomputer/rusty-doors
11582024-05-03T02:47:04.637Z * [new branch] gh-pages -> origin/gh-pages
11592024-05-03T02:47:04.641Z * [new branch] main -> origin/main
11602024-05-03T02:47:04.641Z * [new branch] no-bindgen -> origin/no-bindgen
11612024-05-03T02:47:04.641Z * [new ref] -> origin/HEAD
11622024-05-03T02:47:04.649Z Updating git repository `https://github.com/oxidecomputer/maghemite`
11632024-05-03T02:47:05.417ZFrom https://github.com/oxidecomputer/maghemite
11642024-05-03T02:47:05.417Z * [new branch] anycast -> origin/anycast
11652024-05-03T02:47:05.421Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
11662024-05-03T02:47:05.421Z * [new branch] mac-build -> origin/mac-build
11672024-05-03T02:47:05.421Z * [new branch] main -> origin/main
11682024-05-03T02:47:05.421Z * [new branch] oxpop -> origin/oxpop
11692024-05-03T02:47:05.421Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
11702024-05-03T02:47:05.421Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
11712024-05-03T02:47:05.421Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
11722024-05-03T02:47:05.421Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
11732024-05-03T02:47:05.421Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
11742024-05-03T02:47:05.421Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
11752024-05-03T02:47:05.421Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
11762024-05-03T02:47:05.421Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
11772024-05-03T02:47:05.421Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
11782024-05-03T02:47:05.421Z * [new ref] -> origin/HEAD
11792024-05-03T02:47:05.421Z * [new tag] rift -> rift
11802024-05-03T02:47:05.421Z * [new tag] srp -> srp
11812024-05-03T02:47:05.421Z * [new tag] tie-spf -> tie-spf
11822024-05-03T02:47:05.464Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
11832024-05-03T02:47:05.650Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
11842024-05-03T02:47:06.066ZFrom http://github.com/oxidecomputer/serde_human_bytes
11852024-05-03T02:47:06.066Z * [new branch] gh-pages -> origin/gh-pages
11862024-05-03T02:47:06.070Z * [new branch] main -> origin/main
11872024-05-03T02:47:06.070Z * [new branch] renovate/configure -> origin/renovate/configure
11882024-05-03T02:47:06.071Z * [new ref] -> origin/HEAD
11892024-05-03T02:47:06.087Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
11902024-05-03T02:47:06.536ZFrom https://github.com/oxidecomputer/slog-error-chain
11912024-05-03T02:47:06.536Z * [new branch] main -> origin/main
11922024-05-03T02:47:06.541Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
11932024-05-03T02:47:06.541Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
11942024-05-03T02:47:06.541Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
11952024-05-03T02:47:06.541Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
11962024-05-03T02:47:06.541Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
11972024-05-03T02:47:06.541Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
11982024-05-03T02:47:06.541Z * [new ref] -> origin/HEAD
11992024-05-03T02:47:06.582Z Updating git repository `https://github.com/oxidecomputer/poptrie`
12002024-05-03T02:47:07.011ZFrom https://github.com/oxidecomputer/poptrie
12012024-05-03T02:47:07.011Z * [new branch] main -> origin/main
12022024-05-03T02:47:07.015Z * [new branch] multipath -> origin/multipath
12032024-05-03T02:47:07.015Z * [new ref] -> origin/HEAD
12042024-05-03T02:47:07.026Z Updating git repository `https://github.com/illumos/libscf-sys.git`
12052024-05-03T02:47:07.420ZFrom https://github.com/illumos/libscf-sys
12062024-05-03T02:47:07.420Z * [new branch] main -> origin/main
12072024-05-03T02:47:07.420Z * [new ref] -> origin/HEAD
12082024-05-03T02:47:07.466Z Updating git repository `https://github.com/oxidecomputer/typify`
12092024-05-03T02:47:09.345ZFrom https://github.com/oxidecomputer/typify
12102024-05-03T02:47:09.345Z * [new branch] ipv6 -> origin/ipv6
12112024-05-03T02:47:09.348Z * [new branch] js-schema -> origin/js-schema
12122024-05-03T02:47:09.348Z * [new branch] main -> origin/main
12132024-05-03T02:47:09.348Z * [new branch] nested-newtype -> origin/nested-newtype
12142024-05-03T02:47:09.348Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
12152024-05-03T02:47:09.348Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
12162024-05-03T02:47:09.349Z * [new ref] -> origin/HEAD
12172024-05-03T02:47:09.349Z * [new tag] v0.0.10 -> v0.0.10
12182024-05-03T02:47:09.349Z * [new tag] v0.0.11 -> v0.0.11
12192024-05-03T02:47:09.349Z * [new tag] v0.0.12 -> v0.0.12
12202024-05-03T02:47:09.349Z * [new tag] v0.0.13 -> v0.0.13
12212024-05-03T02:47:09.349Z * [new tag] v0.0.14 -> v0.0.14
12222024-05-03T02:47:09.349Z * [new tag] v0.0.15 -> v0.0.15
12232024-05-03T02:47:09.349Z * [new tag] v0.0.16 -> v0.0.16
12242024-05-03T02:47:09.349Z * [new tag] v0.0.4 -> v0.0.4
12252024-05-03T02:47:09.349Z * [new tag] v0.0.5 -> v0.0.5
12262024-05-03T02:47:09.349Z * [new tag] v0.0.6 -> v0.0.6
12272024-05-03T02:47:09.349Z * [new tag] v0.0.7 -> v0.0.7
12282024-05-03T02:47:09.349Z * [new tag] v0.0.8 -> v0.0.8
12292024-05-03T02:47:09.349Z * [new tag] v0.0.9 -> v0.0.9
12302024-05-03T02:47:09.464Z Updating git repository `https://github.com/oxidecomputer/rfb`
12312024-05-03T02:47:09.963ZFrom https://github.com/oxidecomputer/rfb
12322024-05-03T02:47:09.963Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
12332024-05-03T02:47:09.967Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
12342024-05-03T02:47:09.967Z * [new branch] main -> origin/main
12352024-05-03T02:47:09.967Z * [new branch] pixfmts -> origin/pixfmts
12362024-05-03T02:47:09.967Z * [new ref] -> origin/HEAD
12372024-05-03T02:47:09.990Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
12382024-05-03T02:47:10.650ZFrom https://github.com/oxidecomputer/management-gateway-service
12392024-05-03T02:47:10.650Z * [new branch] af-temp-hash -> origin/af-temp-hash
12402024-05-03T02:47:10.656Z * [new branch] buildomat -> origin/buildomat
12412024-05-03T02:47:10.656Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
12422024-05-03T02:47:10.656Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
12432024-05-03T02:47:10.656Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
12442024-05-03T02:47:10.656Z * [new branch] image-board-check -> origin/image-board-check
12452024-05-03T02:47:10.656Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
12462024-05-03T02:47:10.656Z * [new branch] lock_state -> origin/lock_state
12472024-05-03T02:47:10.656Z * [new branch] main -> origin/main
12482024-05-03T02:47:10.656Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
12492024-05-03T02:47:10.656Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
12502024-05-03T02:47:10.656Z * [new branch] read-rot-message -> origin/read-rot-message
12512024-05-03T02:47:10.656Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
12522024-05-03T02:47:10.656Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
12532024-05-03T02:47:10.656Z * [new branch] reset-component -> origin/reset-component
12542024-05-03T02:47:10.656Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
12552024-05-03T02:47:10.656Z * [new branch] rhai -> origin/rhai
12562024-05-03T02:47:10.656Z * [new branch] rot-boot-info -> origin/rot-boot-info
12572024-05-03T02:47:10.656Z * [new branch] rot-update -> origin/rot-update
12582024-05-03T02:47:10.656Z * [new branch] rot-update-2 -> origin/rot-update-2
12592024-05-03T02:47:10.656Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
12602024-05-03T02:47:10.656Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
12612024-05-03T02:47:10.656Z * [new branch] sprot-attest -> origin/sprot-attest
12622024-05-03T02:47:10.657Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
12632024-05-03T02:47:10.657Z * [new branch] sprot-errors -> origin/sprot-errors
12642024-05-03T02:47:10.657Z * [new branch] stage0-update-component -> origin/stage0-update-component
12652024-05-03T02:47:10.657Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
12662024-05-03T02:47:10.671Z * [new branch] update-stage0 -> origin/update-stage0
12672024-05-03T02:47:10.671Z * [new ref] -> origin/HEAD
12682024-05-03T02:47:11.034Z Downloading crates ...
12692024-05-03T02:47:11.181Z Downloaded anstyle-query v1.0.2
12702024-05-03T02:47:11.183Z Downloaded ciborium-ll v0.2.2
12712024-05-03T02:47:11.193Z Downloaded anstream v0.6.13
12722024-05-03T02:47:11.197Z Downloaded allocator-api2 v0.2.16
12732024-05-03T02:47:11.200Z Downloaded arrayvec v0.7.4
12742024-05-03T02:47:11.200Z Downloaded cobs v0.2.3
12752024-05-03T02:47:11.203Z Downloaded anyhow v1.0.82
12762024-05-03T02:47:11.206Z Downloaded async-stream-impl v0.3.5
12772024-05-03T02:47:11.210Z Downloaded ciborium v0.2.2
12782024-05-03T02:47:11.210Z Downloaded colorchoice v1.0.0
12792024-05-03T02:47:11.213Z Downloaded anstyle-parse v0.2.3
12802024-05-03T02:47:11.213Z Downloaded take_mut v0.2.2
12812024-05-03T02:47:11.213Z Downloaded atomic-waker v1.1.2
12822024-05-03T02:47:11.217Z Downloaded async-stream v0.3.5
12832024-05-03T02:47:11.217Z Downloaded argon2 v0.5.3
12842024-05-03T02:47:11.220Z Downloaded ciborium-io v0.2.2
12852024-05-03T02:47:11.220Z Downloaded memmap v0.7.0
12862024-05-03T02:47:11.223Z Downloaded anstyle v1.0.6
12872024-05-03T02:47:11.223Z Downloaded autocfg v1.1.0
12882024-05-03T02:47:11.226Z Downloaded bitstruct v0.1.1
12892024-05-03T02:47:11.229Z Downloaded bitstruct_derive v0.1.0
12902024-05-03T02:47:11.229Z Downloaded atty v0.2.14
12912024-05-03T02:47:11.229Z Downloaded syn v1.0.109
12922024-05-03T02:47:11.241Z Downloaded termcolor v1.4.1
12932024-05-03T02:47:11.243Z Downloaded tokio-tungstenite v0.20.1
12942024-05-03T02:47:11.247Z Downloaded fxhash v0.2.1
12952024-05-03T02:47:11.247Z Downloaded dtrace-parser v0.2.0
12962024-05-03T02:47:11.247Z Downloaded strum_macros v0.26.2
12972024-05-03T02:47:11.250Z Downloaded cstr-argument v0.1.2
12982024-05-03T02:47:11.253Z Downloaded async-trait v0.1.79
12992024-05-03T02:47:11.258Z Downloaded topological-sort v0.2.2
13002024-05-03T02:47:11.258Z Downloaded tungstenite v0.20.1
13012024-05-03T02:47:11.265Z Downloaded base64 v0.22.0
13022024-05-03T02:47:11.268Z Downloaded toml_edit v0.19.15
13032024-05-03T02:47:11.282Z Downloaded toml_edit v0.22.9
13042024-05-03T02:47:11.305Z Downloaded usdt-macro v0.5.0
13052024-05-03T02:47:11.308Z Downloaded usdt-attr-macro v0.5.0
13062024-05-03T02:47:11.308Z Downloaded toml v0.7.8
13072024-05-03T02:47:11.311Z Downloaded thread-id v4.2.1
13082024-05-03T02:47:11.311Z Downloaded instant v0.1.12
13092024-05-03T02:47:11.319Z Downloaded either v1.10.0
13102024-05-03T02:47:11.319Z Downloaded usdt-impl v0.5.0
13112024-05-03T02:47:11.328Z Downloaded unicode-width v0.1.11
13122024-05-03T02:47:11.328Z Downloaded ident_case v1.0.1
13132024-05-03T02:47:11.328Z Downloaded hubpack_derive v0.1.1
13142024-05-03T02:47:11.328Z Downloaded dyn-clone v1.0.17
13152024-05-03T02:47:11.328Z Downloaded scopeguard v1.2.0
13162024-05-03T02:47:11.328Z Downloaded untrusted v0.7.1
13172024-05-03T02:47:11.328Z Downloaded waitgroup v0.1.2
13182024-05-03T02:47:11.328Z Downloaded tokio-tungstenite v0.21.0
13192024-05-03T02:47:11.328Z Downloaded macaddr v1.0.1
13202024-05-03T02:47:11.332Z Downloaded lru-cache v0.1.2
13212024-05-03T02:47:11.332Z Downloaded itoa v1.0.10
13222024-05-03T02:47:11.332Z Downloaded hex v0.4.3
13232024-05-03T02:47:11.335Z Downloaded pretty-hex v0.4.1
13242024-05-03T02:47:11.335Z Downloaded pretty-hex v0.2.1
13252024-05-03T02:47:11.338Z Downloaded enum-as-inner v0.5.1
13262024-05-03T02:47:11.338Z Downloaded stable_deref_trait v1.2.0
13272024-05-03T02:47:11.341Z Downloaded portpicker v0.1.1
13282024-05-03T02:47:11.341Z Downloaded omicron-workspace-hack v0.1.0
13292024-05-03T02:47:11.341Z Downloaded num_threads v0.1.7
13302024-05-03T02:47:11.341Z Downloaded num-conv v0.1.0
13312024-05-03T02:47:11.345Z Downloaded zone_cfg_derive v0.1.2
13322024-05-03T02:47:11.345Z Downloaded hash32 v0.3.1
13332024-05-03T02:47:11.345Z Downloaded ipnetwork v0.20.0
13342024-05-03T02:47:11.348Z Downloaded deranged v0.3.11
13352024-05-03T02:47:11.348Z Downloaded hostname v0.3.1
13362024-05-03T02:47:11.348Z Downloaded heck v0.3.3
13372024-05-03T02:47:11.351Z Downloaded darling v0.20.8
13382024-05-03T02:47:11.354Z Downloaded scroll_derive v0.12.0
13392024-05-03T02:47:11.357Z Downloaded sha1 v0.10.6
13402024-05-03T02:47:11.357Z Downloaded newtype_derive v0.1.6
13412024-05-03T02:47:11.357Z Downloaded yansi v0.5.1
13422024-05-03T02:47:11.362Z Downloaded usdt v0.5.0
13432024-05-03T02:47:11.362Z Downloaded serde_repr v0.1.19
13442024-05-03T02:47:11.365Z Downloaded num v0.4.1
13452024-05-03T02:47:11.365Z Downloaded strum v0.26.2
13462024-05-03T02:47:11.365Z Downloaded strsim v0.10.0
13472024-05-03T02:47:11.365Z Downloaded schemars_derive v0.8.16
13482024-05-03T02:47:11.368Z Downloaded hubpack v0.1.2
13492024-05-03T02:47:11.368Z Downloaded getrandom v0.2.12
13502024-05-03T02:47:11.371Z Downloaded scroll v0.12.0
13512024-05-03T02:47:11.375Z Downloaded plain v0.2.3
13522024-05-03T02:47:11.375Z Downloaded tracing-attributes v0.1.27
13532024-05-03T02:47:11.378Z Downloaded serde_tokenstream v0.2.0
13542024-05-03T02:47:11.381Z Downloaded num_enum_derive v0.7.2
13552024-05-03T02:47:11.381Z Downloaded num-integer v0.1.46
13562024-05-03T02:47:11.384Z Downloaded newtype-uuid v1.0.1
13572024-05-03T02:47:11.384Z Downloaded rustc_version v0.1.7
13582024-05-03T02:47:11.391Z Downloaded structmeta-derive v0.3.0
13592024-05-03T02:47:11.391Z Downloaded structmeta v0.3.0
13602024-05-03T02:47:11.391Z Downloaded strsim v0.11.0
13612024-05-03T02:47:11.394Z Downloaded powerfmt v0.2.0
13622024-05-03T02:47:11.394Z Downloaded semver v0.1.20
13632024-05-03T02:47:11.394Z Downloaded proc-macro-crate v1.3.1
13642024-05-03T02:47:11.394Z Downloaded slog-dtrace v0.3.0
13652024-05-03T02:47:11.394Z Downloaded slog-stdlog v4.1.1
13662024-05-03T02:47:11.398Z Downloaded half v2.4.0
13672024-05-03T02:47:11.398Z Downloaded erased-serde v0.3.31
13682024-05-03T02:47:11.404Z Downloaded slog-scope v4.4.0
13692024-05-03T02:47:11.407Z Downloaded resolv-conf v0.7.0
13702024-05-03T02:47:11.410Z Downloaded slog-bunyan v2.5.0
13712024-05-03T02:47:11.410Z Downloaded slog-async v2.8.0
13722024-05-03T02:47:11.413Z Downloaded rustls-pemfile v2.1.1
13732024-05-03T02:47:11.413Z Downloaded spin v0.5.2
13742024-05-03T02:47:11.416Z Downloaded slog-envlogger v2.2.0
13752024-05-03T02:47:11.416Z Downloaded parking_lot v0.11.2
13762024-05-03T02:47:11.419Z Downloaded num-rational v0.4.1
13772024-05-03T02:47:11.419Z Downloaded quick-error v1.2.3
13782024-05-03T02:47:11.422Z Downloaded proc-macro-error-attr v1.0.4
13792024-05-03T02:47:11.422Z Downloaded num-derive v0.3.3
13802024-05-03T02:47:11.425Z Downloaded serde_with_macros v3.7.0
13812024-05-03T02:47:11.425Z Downloaded parking_lot_core v0.8.6
13822024-05-03T02:47:11.428Z Downloaded walkdir v2.5.0
13832024-05-03T02:47:11.431Z Downloaded unsafe-libyaml v0.2.11
13842024-05-03T02:47:11.434Z Downloaded flate2 v1.0.28
13852024-05-03T02:47:11.438Z Downloaded slog-json v2.6.1
13862024-05-03T02:47:11.441Z Downloaded smf v0.2.3
13872024-05-03T02:47:11.441Z Downloaded uuid v0.8.2
13882024-05-03T02:47:11.444Z Downloaded pin-project-lite v0.2.13
13892024-05-03T02:47:11.458Z Downloaded ron v0.7.1
13902024-05-03T02:47:11.461Z Downloaded serde_yaml v0.9.34+deprecated
13912024-05-03T02:47:11.468Z Downloaded slog v2.7.0
13922024-05-03T02:47:11.471Z Downloaded parking_lot v0.12.1
13932024-05-03T02:47:11.471Z Downloaded zerocopy-derive v0.7.32
13942024-05-03T02:47:11.474Z Downloaded signal-hook-registry v1.4.1
13952024-05-03T02:47:11.477Z Downloaded pest_derive v2.7.8
13962024-05-03T02:47:11.481Z Downloaded omicron-zone-package v0.11.0
13972024-05-03T02:47:11.484Z Downloaded proc-macro2 v1.0.79
13982024-05-03T02:47:11.487Z Downloaded postcard v1.0.8
13992024-05-03T02:47:11.490Z Downloaded openssl-sys v0.9.101
14002024-05-03T02:47:11.493Z Downloaded socket2 v0.5.6
14012024-05-03T02:47:11.496Z Downloaded zerocopy v0.6.6
14022024-05-03T02:47:11.499Z Downloaded serde_derive v1.0.199
14032024-05-03T02:47:11.502Z Downloaded rayon-core v1.12.1
14042024-05-03T02:47:11.512Z Downloaded steno v0.4.0
14052024-05-03T02:47:11.515Z Downloaded ucd-trie v0.1.6
14062024-05-03T02:47:11.515Z Downloaded hashbrown v0.13.2
14072024-05-03T02:47:11.518Z Downloaded tungstenite v0.21.0
14082024-05-03T02:47:11.521Z Downloaded http v1.1.0
14092024-05-03T02:47:11.524Z Downloaded libm v0.2.8
14102024-05-03T02:47:11.534Z Downloaded h2 v0.3.25
14112024-05-03T02:47:11.539Z Downloaded serde_with v3.7.0
14122024-05-03T02:47:11.547Z Downloaded unicode-segmentation v1.11.0
14132024-05-03T02:47:11.550Z Downloaded hashbrown v0.14.3
14142024-05-03T02:47:11.556Z Downloaded pest v2.7.8
14152024-05-03T02:47:11.562Z Downloaded goblin v0.8.0
14162024-05-03T02:47:11.568Z Downloaded pretty_assertions v1.4.0
14172024-05-03T02:47:11.571Z Downloaded winnow v0.5.40
14182024-05-03T02:47:11.580Z Downloaded winnow v0.6.5
14192024-05-03T02:47:11.589Z Downloaded trust-dns-resolver v0.22.0
14202024-05-03T02:47:11.594Z Downloaded itertools v0.10.5
14212024-05-03T02:47:11.601Z Downloaded serde v1.0.199
14222024-05-03T02:47:11.604Z Downloaded memchr v2.7.1
14232024-05-03T02:47:11.610Z Downloaded rayon v1.10.0
14242024-05-03T02:47:11.619Z Downloaded rustls-webpki v0.102.2
14252024-05-03T02:47:11.639Z Downloaded smoltcp v0.11.0
14262024-05-03T02:47:11.654Z Downloaded rustix v0.38.32
14272024-05-03T02:47:11.678Z Downloaded trust-dns-proto v0.22.0
14282024-05-03T02:47:11.691Z Downloaded sled v0.34.7
14292024-05-03T02:47:11.703Z Downloaded regex-syntax v0.8.2
14302024-05-03T02:47:11.710Z Downloaded regress v0.9.0
14312024-05-03T02:47:11.719Z Downloaded zerocopy-derive v0.6.6
14322024-05-03T02:47:11.740Z Downloaded libc v0.2.153
14332024-05-03T02:47:12.161Z Downloaded openapiv3 v2.0.0
14342024-05-03T02:47:12.165Z Downloaded regress v0.6.0
14352024-05-03T02:47:12.165Z Downloaded rustls v0.22.2
14362024-05-03T02:47:12.165Z Downloaded encoding_rs v0.8.33
14372024-05-03T02:47:12.165Z Downloaded rustls v0.21.10
14382024-05-03T02:47:12.165Z Downloaded idna v0.2.3
14392024-05-03T02:47:12.165Z Downloaded time v0.3.34
14402024-05-03T02:47:12.165Z Downloaded hashbrown v0.12.3
14412024-05-03T02:47:12.165Z Downloaded heapless v0.8.0
14422024-05-03T02:47:12.165Z Downloaded darling_core v0.20.8
14432024-05-03T02:47:12.165Z Downloaded crossbeam-channel v0.5.12
14442024-05-03T02:47:12.165Z Downloaded rustls-pki-types v1.4.0
14452024-05-03T02:47:12.165Z Downloaded slog-term v2.9.1
14462024-05-03T02:47:12.166Z Downloaded pest_meta v2.7.8
14472024-05-03T02:47:12.166Z Downloaded schemars v0.8.16
14482024-05-03T02:47:12.166Z Downloaded quote v1.0.35
14492024-05-03T02:47:12.166Z Downloaded proc-macro-error v1.0.4
14502024-05-03T02:47:12.166Z Downloaded password-hash v0.5.0
14512024-05-03T02:47:12.166Z Downloaded indexmap v1.9.3
14522024-05-03T02:47:12.166Z Downloaded parse-display v0.9.0
14532024-05-03T02:47:12.166Z Downloaded parking_lot_core v0.9.9
14542024-05-03T02:47:12.166Z Downloaded num-complex v0.4.5
14552024-05-03T02:47:12.166Z Downloaded multer v3.0.0
14562024-05-03T02:47:12.166Z Downloaded memmap2 v0.9.4
14572024-05-03T02:47:12.166Z Downloaded socket2 v0.4.10
14582024-05-03T02:47:12.166Z Downloaded serde_arrays v0.1.0
14592024-05-03T02:47:12.166Z Downloaded same-file v1.0.6
14602024-05-03T02:47:12.166Z Downloaded rustversion v1.0.14
14612024-05-03T02:47:12.166Z Downloaded paste v1.0.14
14622024-05-03T02:47:12.166Z Downloaded blake3 v1.5.1
14632024-05-03T02:47:12.166Z Downloaded serde_derive_internals v0.26.0
14642024-05-03T02:47:12.166Z Downloaded pest_generator v2.7.8
14652024-05-03T02:47:12.166Z Downloaded env_logger v0.9.3
14662024-05-03T02:47:12.166Z Downloaded num_enum_derive v0.5.11
14672024-05-03T02:47:12.166Z Downloaded num_enum v0.7.2
14682024-05-03T02:47:12.166Z Downloaded num-iter v0.1.44
14692024-05-03T02:47:12.166Z Downloaded parse-display-derive v0.9.0
14702024-05-03T02:47:12.167Z Downloaded num_enum v0.5.11
14712024-05-03T02:47:12.167Z Downloaded zone v0.1.8
14722024-05-03T02:47:12.167Z Downloaded base64 v0.13.1
14732024-05-03T02:47:12.167Z Downloaded utf-8 v0.7.6
14742024-05-03T02:47:12.167Z Downloaded lock_api v0.4.11
14752024-05-03T02:47:12.167Z Downloaded tokio-rustls v0.25.0
14762024-05-03T02:47:12.167Z Downloaded time-macros v0.2.17
14772024-05-03T02:47:12.167Z Downloaded term v0.7.0
14782024-05-03T02:47:12.167Z Downloaded match_cfg v0.1.0
14792024-05-03T02:47:12.167Z Downloaded defmt v0.3.6
14802024-05-03T02:47:12.167Z Downloaded crossbeam-utils v0.8.19
14812024-05-03T02:47:12.167Z Downloaded crossbeam-epoch v0.9.18
14822024-05-03T02:47:12.167Z Downloaded heck v0.4.1
14832024-05-03T02:47:12.167Z Downloaded fastrand v2.0.2
14842024-05-03T02:47:12.167Z Downloaded embedded-io v0.4.0
14852024-05-03T02:47:12.167Z Downloaded dirs-sys-next v0.1.2
14862024-05-03T02:47:12.167Z Downloaded linked-hash-map v0.5.6
14872024-05-03T02:47:12.167Z Downloaded defmt-parser v0.3.4
14882024-05-03T02:47:12.167Z Downloaded crossbeam-deque v0.8.5
14892024-05-03T02:47:12.167Z Downloaded diff v0.1.13
14902024-05-03T02:47:12.167Z Downloaded blake2 v0.10.6
14912024-05-03T02:47:12.167Z Downloaded constant_time_eq v0.3.0
14922024-05-03T02:47:12.168Z Downloaded time-core v0.1.2
14932024-05-03T02:47:12.168Z Downloaded tabwriter v1.4.0
14942024-05-03T02:47:12.168Z Downloaded matches v0.1.10
14952024-05-03T02:47:12.168Z Downloaded managed v0.8.0
14962024-05-03T02:47:12.168Z Downloaded getopts v0.2.21
14972024-05-03T02:47:12.168Z Downloaded foreign-types-macros v0.2.3
14982024-05-03T02:47:12.168Z Downloaded dof v0.3.0
14992024-05-03T02:47:12.168Z Downloaded dirs-next v2.0.0
15002024-05-03T02:47:12.168Z Downloaded foreign-types v0.5.0
15012024-05-03T02:47:12.168Z Downloaded colored v2.1.0
15022024-05-03T02:47:12.168Z Downloaded bitflags v1.3.2
15032024-05-03T02:47:12.168Z Downloaded foreign-types-shared v0.3.1
15042024-05-03T02:47:12.168Z Downloaded darling_macro v0.20.8
15052024-05-03T02:47:12.168Z Downloaded crc8 v0.1.1
15062024-05-03T02:47:12.168Z Downloaded thread_local v1.1.8
15072024-05-03T02:47:12.168Z Downloaded syn v2.0.55
15082024-05-03T02:47:12.168Z Downloaded arrayref v0.3.7
15092024-05-03T02:47:12.168Z Downloaded backoff v0.4.0
15102024-05-03T02:47:12.168Z Downloaded strum_macros v0.25.3
15112024-05-03T02:47:12.168Z Downloaded defmt-macros v0.3.7
15122024-05-03T02:47:12.168Z Downloaded data-encoding v2.5.0
15132024-05-03T02:47:12.168Z Downloaded cc v1.0.90
15142024-05-03T02:47:12.168Z Downloaded byteorder v1.5.0
15152024-05-03T02:47:12.169Z Downloaded ascii v1.1.0
15162024-05-03T02:47:12.169Z Downloaded arc-swap v1.7.1
15172024-05-03T02:47:12.169Z Downloaded ring v0.16.20
15182024-05-03T02:47:12.780Z Compiling proc-macro2 v1.0.79
15192024-05-03T02:47:12.780Z Compiling unicode-ident v1.0.12
15202024-05-03T02:47:12.788Z Compiling cfg-if v1.0.0
15212024-05-03T02:47:12.788Z Compiling libc v0.2.153
15222024-05-03T02:47:12.788Z Compiling version_check v0.9.4
15232024-05-03T02:47:12.788Z Compiling autocfg v1.1.0
15242024-05-03T02:47:12.805Z Compiling serde v1.0.199
15252024-05-03T02:47:12.808Z Compiling once_cell v1.19.0
15262024-05-03T02:47:12.855Z Compiling byteorder v1.5.0
15272024-05-03T02:47:12.960Z Compiling itoa v1.0.10
15282024-05-03T02:47:13.146Z Compiling memchr v2.7.1
15292024-05-03T02:47:13.177Z Compiling syn v1.0.109
15302024-05-03T02:47:13.273Z Compiling allocator-api2 v0.2.16
15312024-05-03T02:47:13.344Z Compiling ryu v1.0.17
15322024-05-03T02:47:13.402Z Compiling ahash v0.8.11
15332024-05-03T02:47:13.444Z Compiling serde_json v1.0.116
15342024-05-03T02:47:13.763Z Compiling thiserror v1.0.59
15352024-05-03T02:47:13.799Z Compiling equivalent v1.0.1
15362024-05-03T02:47:13.819Z Compiling log v0.4.21
15372024-05-03T02:47:13.892Z Compiling cc v1.0.90
15382024-05-03T02:47:14.028Z Compiling pin-project-lite v0.2.13
15392024-05-03T02:47:14.133Z Compiling quote v1.0.35
15402024-05-03T02:47:14.143Z Compiling getrandom v0.2.12
15412024-05-03T02:47:14.192Z Compiling lock_api v0.4.11
15422024-05-03T02:47:14.237Z Compiling smallvec v1.13.2
15432024-05-03T02:47:14.377Z Compiling libm v0.2.8
15442024-05-03T02:47:14.497Z Compiling syn v2.0.55
15452024-05-03T02:47:14.741Z Compiling scopeguard v1.2.0
15462024-05-03T02:47:14.761Z Compiling num-traits v0.2.18
15472024-05-03T02:47:14.855Z Compiling parking_lot_core v0.9.9
15482024-05-03T02:47:14.981Z Compiling fnv v1.0.7
15492024-05-03T02:47:15.246Z Compiling signal-hook-registry v1.4.1
15502024-05-03T02:47:15.259Z Compiling socket2 v0.5.6
15512024-05-03T02:47:16.015Z Compiling parking_lot v0.12.1
15522024-05-03T02:47:16.217Z Compiling mio v0.8.11
15532024-05-03T02:47:16.287Z Compiling num_cpus v1.16.0
15542024-05-03T02:47:16.393Z Compiling futures-core v0.3.30
15552024-05-03T02:47:16.410Z Compiling slab v0.4.9
15562024-05-03T02:47:16.589Z Compiling dyn-clone v1.0.17
15572024-05-03T02:47:16.719Z Compiling futures-sink v0.3.30
15582024-05-03T02:47:16.806Z Compiling ring v0.17.8
15592024-05-03T02:47:16.857Z Compiling heck v0.4.1
15602024-05-03T02:47:17.117Z Compiling futures-channel v0.3.30
15612024-05-03T02:47:17.178Z Compiling futures-task v0.3.30
15622024-05-03T02:47:17.379Z Compiling futures-io v0.3.30
15632024-05-03T02:47:17.479Z Compiling pin-utils v0.1.0
15642024-05-03T02:47:17.532Z Compiling spin v0.9.8
15652024-05-03T02:47:17.555Z Compiling tracing-core v0.1.32
15662024-05-03T02:47:17.694Z Compiling iana-time-zone v0.1.60
15672024-05-03T02:47:17.708Z Compiling untrusted v0.9.0
15682024-05-03T02:47:17.864Z Compiling schemars v0.8.16
15692024-05-03T02:47:18.103Z Compiling vcpkg v0.2.15
15702024-05-03T02:47:18.155Z Compiling pkg-config v0.3.30
15712024-05-03T02:47:18.245Z Compiling uuid v0.8.2
15722024-05-03T02:47:18.809Z Compiling httparse v1.8.0
15732024-05-03T02:47:19.092Z Compiling tinyvec_macros v0.1.1
15742024-05-03T02:47:19.219Z Compiling slog v2.7.0
15752024-05-03T02:47:19.299Z Compiling tinyvec v1.6.0
15762024-05-03T02:47:19.529Z Compiling ucd-trie v0.1.6
15772024-05-03T02:47:19.685Z Compiling openssl-sys v0.9.101
15782024-05-03T02:47:19.738Z Compiling percent-encoding v2.3.1
15792024-05-03T02:47:20.098Z Compiling uuid v1.8.0
15802024-05-03T02:47:20.224Z Compiling serde_derive_internals v0.26.0
15812024-05-03T02:47:20.610Z Compiling chrono v0.4.38
15822024-05-03T02:47:20.665Z Compiling unicode-normalization v0.1.23
15832024-05-03T02:47:20.668Z Compiling form_urlencoded v1.2.1
15842024-05-03T02:47:21.737Z Compiling aho-corasick v1.1.3
15852024-05-03T02:47:21.786Z Compiling try-lock v0.2.5
15862024-05-03T02:47:21.912Z Compiling unicode-bidi v0.3.15
15872024-05-03T02:47:22.417Z Compiling typenum v1.17.0
15882024-05-03T02:47:22.593Z Compiling foreign-types-shared v0.1.1
15892024-05-03T02:47:22.683Z Compiling openssl v0.10.64
15902024-05-03T02:47:23.648Z Compiling regex-syntax v0.8.2
15912024-05-03T02:47:23.659Z Compiling foreign-types v0.3.2
15922024-05-03T02:47:23.659Z Compiling want v0.3.1
15932024-05-03T02:47:23.914Z Compiling generic-array v0.14.7
15942024-05-03T02:47:24.227Z Compiling bitflags v2.5.0
15952024-05-03T02:47:24.523Z Compiling httpdate v1.0.3
15962024-05-03T02:47:24.899Z Compiling rustls v0.21.10
15972024-05-03T02:47:24.985Z Compiling tower-service v0.3.2
15982024-05-03T02:47:25.089Z Compiling native-tls v0.2.11
15992024-05-03T02:47:25.251Z Compiling rustls-webpki v0.101.7
16002024-05-03T02:47:25.465Z Compiling sct v0.7.1
16012024-05-03T02:47:25.787Z Compiling idna v0.5.0
16022024-05-03T02:47:25.884Z Compiling schemars_derive v0.8.16
16032024-05-03T02:47:26.604Z Compiling regex-automata v0.4.6
16042024-05-03T02:47:26.720Z Compiling serde_derive v1.0.199
16052024-05-03T02:47:27.424Z Compiling zerocopy-derive v0.7.32
16062024-05-03T02:47:27.515Z Compiling thiserror-impl v1.0.59
16072024-05-03T02:47:28.480Z Compiling tokio-macros v2.2.0
16082024-05-03T02:47:29.043Z Compiling futures-macro v0.3.30
16092024-05-03T02:47:29.577Z Compiling zerocopy v0.7.32
16102024-05-03T02:47:30.075Z Compiling tracing-attributes v0.1.27
16112024-05-03T02:47:30.439Z Compiling pest v2.7.8
16122024-05-03T02:47:30.523Z Compiling openssl-macros v0.1.1
16132024-05-03T02:47:31.052Z Compiling futures-util v0.3.30
16142024-05-03T02:47:31.749Z Compiling hashbrown v0.14.3
16152024-05-03T02:47:33.121Z Compiling regress v0.9.0
16162024-05-03T02:47:33.254Z Compiling pest_meta v2.7.8
16172024-05-03T02:47:33.464Z Compiling tracing v0.1.40
16182024-05-03T02:47:33.913Z Compiling regex v1.10.4
16192024-05-03T02:47:36.254Z Compiling pest_generator v2.7.8
16202024-05-03T02:47:37.222Z Compiling rand_core v0.6.4
16212024-05-03T02:47:37.409Z Compiling base64 v0.21.7
16222024-05-03T02:47:37.443Z Compiling openssl-probe v0.1.5
16232024-05-03T02:47:37.673Z Compiling subtle v2.5.0
16242024-05-03T02:47:37.910Z Compiling url v2.5.0
16252024-05-03T02:47:37.992Z Compiling pest_derive v2.7.8
16262024-05-03T02:47:38.634Z Compiling encoding_rs v0.8.33
16272024-05-03T02:47:38.931Z Compiling unicode-width v0.1.11
16282024-05-03T02:47:39.072Z Compiling ipnet v2.9.0
16292024-05-03T02:47:39.427Z Compiling mime v0.3.17
16302024-05-03T02:47:39.981Z Compiling getopts v0.2.21
16312024-05-03T02:47:40.076Z Compiling dtrace-parser v0.2.0
16322024-05-03T02:47:40.440Z Compiling bytes v1.6.0
16332024-05-03T02:47:40.740Z Compiling indexmap v2.2.6
16342024-05-03T02:47:41.852Z Compiling tokio v1.37.0
16352024-05-03T02:47:42.133Z Compiling serde_tokenstream v0.2.0
16362024-05-03T02:47:42.631Z Compiling http v0.2.12
16372024-05-03T02:47:43.689Z Compiling serde_urlencoded v0.7.1
16382024-05-03T02:47:43.692Z Compiling scroll_derive v0.12.0
16392024-05-03T02:47:44.202Z Compiling http-body v0.4.6
16402024-05-03T02:47:44.217Z Compiling thread-id v4.2.1
16412024-05-03T02:47:44.306Z Compiling usdt-impl v0.5.0
16422024-05-03T02:47:44.677Z Compiling rustversion v1.0.14
16432024-05-03T02:47:45.184Z Compiling ppv-lite86 v0.2.17
16442024-05-03T02:47:45.295Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
16452024-05-03T02:47:45.916Z Compiling omicron-workspace-hack v0.1.0
16462024-05-03T02:47:46.232Z Compiling crossbeam-utils v0.8.19
16472024-05-03T02:47:46.469Z Compiling rand_chacha v0.3.1
16482024-05-03T02:47:46.898Z Compiling scroll v0.12.0
16492024-05-03T02:47:47.546Z Compiling openapiv3 v2.0.0
16502024-05-03T02:47:47.728Z Compiling dof v0.3.0
16512024-05-03T02:47:49.108Z Compiling crypto-common v0.1.6
16522024-05-03T02:47:49.209Z Compiling block-buffer v0.10.4
16532024-05-03T02:47:49.270Z Compiling rustls-pemfile v1.0.4
16542024-05-03T02:47:49.346Z Compiling strsim v0.10.0
16552024-05-03T02:47:49.408Z Compiling anyhow v1.0.82
16562024-05-03T02:47:49.718Z Compiling plain v0.2.3
16572024-05-03T02:47:49.853Z Compiling time-core v0.1.2
16582024-05-03T02:47:49.925Z Compiling tokio-util v0.7.10
16592024-05-03T02:47:49.949Z Compiling tokio-native-tls v0.3.1
16602024-05-03T02:47:50.421Z Compiling tokio-rustls v0.24.1
16612024-05-03T02:47:50.426Z Compiling num-conv v0.1.0
16622024-05-03T02:47:50.426Z Compiling webpki-roots v0.25.4
16632024-05-03T02:47:50.467Z Compiling powerfmt v0.2.0
16642024-05-03T02:47:50.521Z Compiling sync_wrapper v0.1.2
16652024-05-03T02:47:50.631Z Compiling unsafe-libyaml v0.2.11
16662024-05-03T02:47:50.878Z Compiling h2 v0.3.25
16672024-05-03T02:47:51.386Z Compiling ident_case v1.0.1
16682024-05-03T02:47:51.565Z Compiling async-trait v0.1.79
16692024-05-03T02:47:51.901Z Compiling darling_core v0.20.8
16702024-05-03T02:47:52.102Z Compiling serde_yaml v0.9.34+deprecated
16712024-05-03T02:47:52.415Z Compiling deranged v0.3.11
16722024-05-03T02:47:53.220Z Compiling time-macros v0.2.17
16732024-05-03T02:47:54.415Z Compiling goblin v0.8.0
16742024-05-03T02:47:55.763Z Compiling hyper v0.14.28
16752024-05-03T02:47:56.296Z Compiling digest v0.10.7
16762024-05-03T02:47:58.985Z Compiling rand v0.8.5
16772024-05-03T02:47:59.462Z Compiling pretty-hex v0.4.1
16782024-05-03T02:47:59.646Z Compiling match_cfg v0.1.0
16792024-05-03T02:47:59.660Z Compiling rustls-pki-types v1.4.0
16802024-05-03T02:47:59.723Z Compiling num_threads v0.1.7
16812024-05-03T02:47:59.838Z Compiling time v0.3.34
16822024-05-03T02:48:00.564Z Compiling hostname v0.3.1
16832024-05-03T02:48:00.751Z Compiling hyper-tls v0.5.0
16842024-05-03T02:48:00.819Z Compiling hyper-rustls v0.24.2
16852024-05-03T02:48:01.087Z Compiling reqwest v0.11.27
16862024-05-03T02:48:01.285Z Compiling darling_macro v0.20.8
16872024-05-03T02:48:03.456Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
16882024-05-03T02:48:03.933Z Compiling dirs-sys-next v0.1.2
16892024-05-03T02:48:04.125Z Compiling instant v0.1.12
16902024-05-03T02:48:04.260Z Compiling rustls v0.22.2
16912024-05-03T02:48:04.386Z Compiling cpufeatures v0.2.12
16922024-05-03T02:48:04.469Z Compiling dirs-next v2.0.0
16932024-05-03T02:48:04.584Z Compiling darling v0.20.8
16942024-05-03T02:48:04.655Z Compiling rustls-webpki v0.102.2
16952024-05-03T02:48:04.688Z Compiling usdt-attr-macro v0.5.0
16962024-05-03T02:48:05.660Z Compiling usdt-macro v0.5.0
16972024-05-03T02:48:06.200Z Compiling toml_datetime v0.6.5
16982024-05-03T02:48:06.324Z Compiling serde_spanned v0.6.5
16992024-05-03T02:48:06.589Z Compiling futures-executor v0.3.30
17002024-05-03T02:48:06.609Z Compiling structmeta-derive v0.3.0
17012024-05-03T02:48:06.759Z Compiling memmap v0.7.0
17022024-05-03T02:48:07.000Z Compiling multer v3.0.0
17032024-05-03T02:48:07.133Z Compiling thread_local v1.1.8
17042024-05-03T02:48:07.176Z Compiling camino v1.1.6
17052024-05-03T02:48:07.244Z Compiling winnow v0.6.5
17062024-05-03T02:48:07.338Z Compiling slog-async v2.8.0
17072024-05-03T02:48:07.728Z Compiling paste v1.0.14
17082024-05-03T02:48:07.728Z Compiling zeroize v1.7.0
17092024-05-03T02:48:08.015Z Compiling usdt v0.5.0
17102024-05-03T02:48:08.251Z Compiling futures v0.3.30
17112024-05-03T02:48:08.350Z Compiling serde_with_macros v3.7.0
17122024-05-03T02:48:08.567Z Compiling term v0.7.0
17132024-05-03T02:48:09.285Z Compiling structmeta v0.3.0
17142024-05-03T02:48:09.669Z Compiling slog-json v2.6.1
17152024-05-03T02:48:09.767Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17162024-05-03T02:48:10.041Z Compiling crossbeam-channel v0.5.12
17172024-05-03T02:48:10.414Z Compiling http v1.1.0
17182024-05-03T02:48:10.966Z Compiling toml_edit v0.22.9
17192024-05-03T02:48:11.161Z Compiling async-stream-impl v0.3.5
17202024-05-03T02:48:11.193Z Compiling is-terminal v0.4.12
17212024-05-03T02:48:11.218Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
17222024-05-03T02:48:11.286Z Compiling base64 v0.22.0
17232024-05-03T02:48:11.608Z Compiling semver v1.0.22
17242024-05-03T02:48:12.111Z Compiling lazy_static v1.4.0
17252024-05-03T02:48:12.162Z Compiling atomic-waker v1.1.2
17262024-05-03T02:48:12.227Z Compiling take_mut v0.2.2
17272024-05-03T02:48:12.333Z Compiling waitgroup v0.1.2
17282024-05-03T02:48:12.602Z Compiling tokio-rustls v0.25.0
17292024-05-03T02:48:12.615Z Compiling async-stream v0.3.5
17302024-05-03T02:48:13.040Z Compiling slog-term v2.9.1
17312024-05-03T02:48:13.070Z Compiling serde_with v3.7.0
17322024-05-03T02:48:13.782Z Compiling slog-bunyan v2.5.0
17332024-05-03T02:48:13.949Z Compiling toml v0.8.12
17342024-05-03T02:48:14.135Z Compiling parse-display-derive v0.9.0
17352024-05-03T02:48:14.991Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17362024-05-03T02:48:15.108Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17372024-05-03T02:48:17.116Z Compiling sha1 v0.10.6
17382024-05-03T02:48:17.149Z Compiling rustls-pemfile v2.1.1
17392024-05-03T02:48:17.517Z Compiling strum_macros v0.26.2
17402024-05-03T02:48:17.600Z Compiling newtype-uuid v1.0.1
17412024-05-03T02:48:17.872Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
17422024-05-03T02:48:18.215Z Compiling hex v0.4.3
17432024-05-03T02:48:18.688Z Compiling serde_path_to_error v0.1.16
17442024-05-03T02:48:18.815Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17452024-05-03T02:48:19.517Z Compiling semver v0.1.20
17462024-05-03T02:48:19.912Z Compiling debug-ignore v1.0.5
17472024-05-03T02:48:20.032Z Compiling winnow v0.5.40
17482024-05-03T02:48:20.049Z Compiling rustc_version v0.1.7
17492024-05-03T02:48:20.098Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17502024-05-03T02:48:20.259Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17512024-05-03T02:48:20.400Z Compiling parse-display v0.9.0
17522024-05-03T02:48:20.428Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17532024-05-03T02:48:20.752Z Compiling backoff v0.4.0
17542024-05-03T02:48:21.114Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17552024-05-03T02:48:21.160Z Compiling ipnetwork v0.20.0
17562024-05-03T02:48:21.456Z Compiling macaddr v1.0.1
17572024-05-03T02:48:21.926Z Compiling newtype_derive v0.1.6
17582024-05-03T02:48:22.019Z Compiling zerocopy-derive v0.6.6
17592024-05-03T02:48:22.118Z Compiling strum v0.26.2
17602024-05-03T02:48:22.170Z Compiling hubpack_derive v0.1.1
17612024-05-03T02:48:22.271Z Compiling base64ct v1.6.0
17622024-05-03T02:48:22.323Z Compiling strum_macros v0.25.3
17632024-05-03T02:48:22.834Z Compiling password-hash v0.5.0
17642024-05-03T02:48:23.146Z Compiling hubpack v0.1.2
17652024-05-03T02:48:23.611Z Compiling toml_edit v0.19.15
17662024-05-03T02:48:23.736Z Compiling blake2 v0.10.6
17672024-05-03T02:48:23.980Z Compiling serde_repr v0.1.19
17682024-05-03T02:48:24.029Z Compiling zerocopy v0.6.6
17692024-05-03T02:48:28.090Z Compiling num-integer v0.1.46
17702024-05-03T02:48:28.130Z Compiling num-rational v0.4.1
17712024-05-03T02:48:28.130Z Compiling bitflags v1.3.2
17722024-05-03T02:48:28.130Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17732024-05-03T02:48:28.130Z Compiling fixedbitset v0.4.2
17742024-05-03T02:48:28.130Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17752024-05-03T02:48:28.130Z Compiling static_assertions v1.1.0
17762024-05-03T02:48:28.130Z Compiling petgraph v0.6.4
17772024-05-03T02:48:28.130Z Compiling argon2 v0.5.3
17782024-05-03T02:48:28.130Z Compiling proc-macro-crate v1.3.1
17792024-05-03T02:48:28.130Z Compiling utf8parse v0.2.1
17802024-05-03T02:48:28.130Z Compiling matches v0.1.10
17812024-05-03T02:48:28.131Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17822024-05-03T02:48:28.131Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17832024-05-03T02:48:28.131Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17842024-05-03T02:48:28.131Z Compiling idna v0.2.3
17852024-05-03T02:48:28.131Z Compiling anstyle-parse v0.2.3
17862024-05-03T02:48:28.131Z Compiling num-iter v0.1.44
17872024-05-03T02:48:28.131Z Compiling foreign-types-macros v0.2.3
17882024-05-03T02:48:28.518Z Compiling enum-as-inner v0.5.1
17892024-05-03T02:48:28.784Z Compiling num-complex v0.4.5
17902024-05-03T02:48:29.096Z Compiling slog-dtrace v0.3.0
17912024-05-03T02:48:29.434Z Compiling steno v0.4.0
17922024-05-03T02:48:29.580Z Compiling data-encoding v2.5.0
17932024-05-03T02:48:29.610Z Compiling anstyle v1.0.6
17942024-05-03T02:48:29.625Z Compiling foreign-types-shared v0.3.1
17952024-05-03T02:48:29.728Z Compiling colorchoice v1.0.0
17962024-05-03T02:48:29.781Z Compiling num_enum_derive v0.5.11
17972024-05-03T02:48:29.813Z Compiling parking_lot_core v0.8.6
17982024-05-03T02:48:29.861Z Compiling linked-hash-map v0.5.6
17992024-05-03T02:48:30.043Z Compiling quick-error v1.2.3
18002024-05-03T02:48:30.160Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18012024-05-03T02:48:30.199Z Compiling anstyle-query v1.0.2
18022024-05-03T02:48:30.239Z Compiling humantime v2.1.0
18032024-05-03T02:48:30.320Z Compiling anstream v0.6.13
18042024-05-03T02:48:30.507Z Compiling lru-cache v0.1.2
18052024-05-03T02:48:30.687Z Compiling resolv-conf v0.7.0
18062024-05-03T02:48:30.760Z Compiling trust-dns-proto v0.22.0
18072024-05-03T02:48:31.099Z Compiling foreign-types v0.5.0
18082024-05-03T02:48:31.186Z Compiling num v0.4.1
18092024-05-03T02:48:31.596Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18102024-05-03T02:48:31.624Z Compiling num-derive v0.3.3
18112024-05-03T02:48:32.033Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18122024-05-03T02:48:32.201Z Compiling cstr-argument v0.1.2
18132024-05-03T02:48:32.276Z Compiling num_enum v0.5.11
18142024-05-03T02:48:32.411Z Compiling pretty-hex v0.2.1
18152024-05-03T02:48:32.418Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
18162024-05-03T02:48:32.585Z Compiling clap_lex v0.7.0
18172024-05-03T02:48:32.746Z Compiling crc32fast v1.4.0
18182024-05-03T02:48:32.788Z Compiling strsim v0.11.0
18192024-05-03T02:48:32.937Z Compiling heck v0.5.0
18202024-05-03T02:48:33.106Z Compiling clap_builder v4.5.2
18212024-05-03T02:48:33.340Z Compiling clap_derive v4.5.4
18222024-05-03T02:48:33.422Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18232024-05-03T02:48:33.779Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18242024-05-03T02:48:33.859Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
18252024-05-03T02:48:34.354Z Compiling colored v2.1.0
18262024-05-03T02:48:34.381Z Compiling socket2 v0.4.10
18272024-05-03T02:48:34.806Z Compiling trust-dns-resolver v0.22.0
18282024-05-03T02:48:35.158Z Compiling half v2.4.0
18292024-05-03T02:48:35.328Z Compiling ciborium-io v0.2.2
18302024-05-03T02:48:35.699Z Compiling ciborium-ll v0.2.2
18312024-05-03T02:48:36.103Z Compiling parking_lot v0.11.2
18322024-05-03T02:48:37.185Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
18332024-05-03T02:48:37.976Z Compiling clap v4.5.4
18342024-05-03T02:48:38.164Z Compiling crossbeam-epoch v0.9.18
18352024-05-03T02:48:38.407Z Compiling fxhash v0.2.1
18362024-05-03T02:48:38.579Z Compiling ciborium v0.2.2
18372024-05-03T02:48:39.041Z Compiling sled v0.34.7
18382024-05-03T02:48:39.079Z Compiling num_enum_derive v0.7.2
18392024-05-03T02:48:39.409Z Compiling yansi v0.5.1
18402024-05-03T02:48:39.421Z Compiling diff v0.1.13
18412024-05-03T02:48:39.740Z Compiling pretty_assertions v1.4.0
18422024-05-03T02:48:41.336Z Compiling num_enum v0.7.2
18432024-05-03T02:48:42.617Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
18442024-05-03T02:48:42.722Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
18452024-05-03T02:48:42.722Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18462024-05-03T02:48:42.728Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18472024-05-03T02:48:46.062Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18482024-05-03T02:48:51.713Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18492024-05-03T02:48:51.713Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18502024-05-03T02:48:51.717Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18512024-05-03T02:49:00.484Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18522024-05-03T02:49:08.887Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18532024-05-03T02:49:17.334Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18542024-05-03T02:49:18.208Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18552024-05-03T02:49:19.746Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18562024-05-03T02:49:21.287Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
18572024-05-03T02:49:38.122Z Finished test [unoptimized + debuginfo] target(s) in 2m 25s
18582024-05-03T02:49:38.190Z Starting 2 tests across 1 binary (run ID: 7da52737-b44c-4a12-9e12-6e1cdba0b246, nextest profile: default)
18592024-05-03T02:49:38.193Z START bfd test::test_new_daemon
18602024-05-03T02:49:38.200Z
18612024-05-03T02:49:38.200Zrunning 1 test
18622024-05-03T02:49:38.270Z{"msg":"[Down][203.0.113.10] recv: channel is empty and sending half is closed, exiting recieve loop","v":0,"name":"slog-rs","level":50test test::test_new_daemon ... ok
18632024-05-03T02:49:38.270Z
18642024-05-03T02:49:38.270Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 0.07s
18652024-05-03T02:49:38.270Z
18662024-05-03T02:49:38.279Z PASS [ 0.086s] bfd test::test_new_daemon
18672024-05-03T02:49:38.279Z START bfd test::test_protocol_basics
18682024-05-03T02:49:38.287Z
18692024-05-03T02:49:38.287Zrunning 1 test
18702024-05-03T02:49:38.367Z{{""msg"msg":":"[Down][203.0.113.20] recv: Control { vers_diag: 32, flags: 64, detect_mult: 3, length: 24, my_discriminator: 1743494119, 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: 277495817, your_discriminator: 0, desired_min_tx: 1000000, required_min_rx: 5000000, required_min_echo_rx: 0, auth: None }",,""vv""::00,"name":"slog-rs",","level"name"::"slog-rs","level":1010,,""timetime"":":"2024-05-03T02:49:37.527103058Z"2024-05-03T02:49:37.527093409Z","hostname",:""hostnamew-01HWY5843C2BS6E7R20Q1SB36Q"":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"}pid"
18712024-05-03T02:49:38.367Z:3230}
18722024-05-03T02:49:38.367Z{"msg":"transition -> Init","v":0,"{name":"slog-rs","level":"30msg":"transition -> Init","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:37.527418132Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.20","state":"Down"}
18732024-05-03T02:49:38.367Z,"time":"2024-05-03T02:49:37.527422301Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.10","state":"Down"}
18742024-05-03T02:49:39.358Z{"msg":"[Init][203.0.113.20] recv: Control { vers_diag: 32, flags: 128, detect_mult: 3, length: 24, my_discriminator: 1743494119, your_discriminator: 277495817, 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-03T02:49:38.523946997Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18752024-05-03T02:49:39.358Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:38.524056072Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.20","state":"Init"}
18762024-05-03T02:49:39.362Z{"msg":"[Init][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 277495817, your_discriminator: 1743494119, 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-03T02:49:38.527036596Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18772024-05-03T02:49:39.362Z{"msg":"transition -> Up","v":0,"name":"slog-rs","level":30,"time":"2024-05-03T02:49:38.527119053Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230,"peer":"203.0.113.10","state":"Init"}
18782024-05-03T02:49:44.359Z{"msg":"[Up][203.0.113.20] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 1743494119, your_discriminator: 277495817, 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-03T02:49:43.524077361Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18792024-05-03T02:49:44.362Z{"msg":"[Up][203.0.113.10] recv: Control { vers_diag: 32, flags: 192, detect_mult: 3, length: 24, my_discriminator: 277495817, your_discriminator: 1743494119, 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-03T02:49:43.527121876Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18802024-05-03T02:49:48.362Z{"msg":"dropping SM for 203.0.113.20","v":0,"name":"slog-rs","level":40{"msg":"dropping SM for 203.0.113.10","v":0,"name":"slog-rs","level":40,"time":"2024-05-03T02:49:47.526928878Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18812024-05-03T02:49:48.362Z,"time":"2024-05-03T02:49:47.52691454Z","hostname":"w-01HWY5843C2BS6E7R20Q1SB36Q","pid":3230}
18822024-05-03T02:49:48.366Ztest test::test_protocol_basics ... ok
18832024-05-03T02:49:48.366Z
18842024-05-03T02:49:48.366Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 10.07s
18852024-05-03T02:49:48.366Z
18862024-05-03T02:49:48.370Z PASS [ 10.093s] bfd test::test_protocol_basics
18872024-05-03T02:49:48.373Z------------
18882024-05-03T02:49:48.373Z Summary [ 10.180s] 2 tests run: 2 passed, 0 skipped
18892024-05-03T02:49:48.386Zprocess exited: duration 335588 ms, exit code 0
 
18902024-05-03T02:49:48.393Zfound 0 output files