01HWY57HYW6JHYTGJ0RBYB90TJ: test-bgp

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12024-05-03T02:43:39.771Zjob assigned to worker 01HWY5811092KG3XEDPTQA46CS (queued for 2 m 11 s)
 
22024-05-03T02:43:47.577Zstarting task 0: "setup"
32024-05-03T02:43:47.629Z++ uname -s
42024-05-03T02:43:47.635Z+ kern=SunOS
52024-05-03T02:43:47.635Z+ case "$kern" in
62024-05-03T02:43:47.635Z+ groupadd -g 12345 build
72024-05-03T02:43:47.668Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
82024-05-03T02:43:49.691Z+ zfs create -o mountpoint=/work rpool/work
92024-05-03T02:43:49.792Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
102024-05-03T02:43:49.795Z+ home_fs=zfs
112024-05-03T02:43:49.795Z+ [[ zfs == autofs ]]
122024-05-03T02:43:49.795Z+ mkdir -p /home/build
132024-05-03T02:43:49.801Z+ chown build:build /home/build /work
142024-05-03T02:43:51.799Z+ chmod 0700 /home/build /work
152024-05-03T02:43:51.802Zprocess exited: duration 4222 ms, exit code 0
 
162024-05-03T02:43:51.809Zstarting task 1: "rust-toolchain"
172024-05-03T02:43:51.816Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
182024-05-03T02:43:51.820Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
192024-05-03T02:43:51.936Zinfo: downloading installer
202024-05-03T02:43:53.101Zwarning: it looks like you have an existing installation of Rust at:
212024-05-03T02:43:53.101Zwarning: /opt/ooce/bin
222024-05-03T02:43:53.101Zwarning: It is recommended that rustup be the primary Rust installation.
232024-05-03T02:43:53.101Zwarning: Otherwise you may have confusion unless you are careful with your PATH
242024-05-03T02:43:53.101Zwarning: If you are sure that you want both rustup and your already installed Rust
252024-05-03T02:43:53.101Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
262024-05-03T02:43:53.101Zwarning: or pass `-y' to ignore all ignorable checks.
272024-05-03T02:43:53.101Zerror: cannot install while Rust is installed
282024-05-03T02:43:53.101Zwarning: continuing (because the -y flag is set and the error is ignorable)
292024-05-03T02:43:53.369Zinfo: profile set to 'default'
302024-05-03T02:43:53.369Zinfo: default host triple is x86_64-unknown-illumos
312024-05-03T02:43:53.372Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
322024-05-03T02:43:53.516Zinfo: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29)
332024-05-03T02:43:53.516Zinfo: downloading component 'cargo'
342024-05-03T02:43:54.390Zinfo: downloading component 'clippy'
352024-05-03T02:43:54.724Zinfo: downloading component 'rust-docs'
362024-05-03T02:43:55.910Zinfo: downloading component 'rust-std'
372024-05-03T02:43:58.233Zinfo: downloading component 'rustc'
382024-05-03T02:44:03.674Zinfo: downloading component 'rustfmt'
392024-05-03T02:44:04.062Zinfo: installing component 'cargo'
402024-05-03T02:44:04.994Zinfo: installing component 'clippy'
412024-05-03T02:44:05.450Zinfo: installing component 'rust-docs'
422024-05-03T02:44:06.950Zinfo: installing component 'rust-std'
432024-05-03T02:44:12.658Zinfo: installing component 'rustc'
442024-05-03T02:44:12.912Zinfo: installing component 'rustfmt'
452024-05-03T02:44:13.255Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
462024-05-03T02:44:13.255Z
472024-05-03T02:44:13.520Z stable-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29)
482024-05-03T02:44:13.520Z
492024-05-03T02:44:13.528Z
502024-05-03T02:44:13.528ZRust is installed now. Great!
512024-05-03T02:44:13.528Z
522024-05-03T02:44:13.528ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
532024-05-03T02:44:13.528Zenvironment variable. This has not been done automatically.
542024-05-03T02:44:13.529Z
552024-05-03T02:44:13.529ZTo configure your current shell, you need to source
562024-05-03T02:44:13.529Zthe corresponding env file under $HOME/.cargo.
572024-05-03T02:44:13.529Z
582024-05-03T02:44:13.529ZThis is usually done by running one of the following (note the leading DOT):
592024-05-03T02:44:13.529Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
602024-05-03T02:44:13.529Zsource "$HOME/.cargo/env.fish" # For fish
612024-05-03T02:44:13.631Z+ rustc --version
622024-05-03T02:44:13.725Zrustc 1.78.0 (9b00956e5 2024-04-29)
632024-05-03T02:44:13.730Zprocess exited: duration 21914 ms, exit code 0
 
642024-05-03T02:44:13.745Zstarting task 2: "authentication"
652024-05-03T02:44:13.774Zprocess exited: duration 28 ms, exit code 0
 
662024-05-03T02:44:13.785Zstarting task 3: "clone repository"
672024-05-03T02:44:13.791Z+ mkdir -p /work/oxidecomputer/maghemite
682024-05-03T02:44:13.795Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
692024-05-03T02:44:14.111ZCloning into '/work/oxidecomputer/maghemite'...
702024-05-03T02:44:15.106Z+ cd /work/oxidecomputer/maghemite
712024-05-03T02:44:15.128Z+ git fetch origin 31bff50a6ead485354ca15249924331ae7a8423d
722024-05-03T02:44:15.535ZFrom https://github.com/oxidecomputer/maghemite
732024-05-03T02:44:15.535Z * branch 31bff50a6ead485354ca15249924331ae7a8423d -> FETCH_HEAD
742024-05-03T02:44:15.543Z+ [[ -n '' ]]
752024-05-03T02:44:15.543Z+ git reset --hard 31bff50a6ead485354ca15249924331ae7a8423d
762024-05-03T02:44:15.550ZHEAD is now at 31bff50 workaround
772024-05-03T02:44:15.553Zprocess exited: duration 1766 ms, exit code 0
 
782024-05-03T02:44:15.563Zstarting task 4: "build"
792024-05-03T02:44:15.571Z+ set -e
802024-05-03T02:44:15.571Z+ cargo --version
812024-05-03T02:44:15.581Zinfo: syncing channel updates for '1.77.2-x86_64-unknown-illumos'
822024-05-03T02:44:15.694Zinfo: latest update on 2024-04-09, rust version 1.77.2 (25ef9e3d8 2024-04-09)
832024-05-03T02:44:15.694Zinfo: downloading component 'cargo'
842024-05-03T02:44:16.320Zinfo: downloading component 'clippy'
852024-05-03T02:44:16.520Zinfo: downloading component 'rust-docs'
862024-05-03T02:44:17.357Zinfo: downloading component 'rust-std'
872024-05-03T02:44:18.590Zinfo: downloading component 'rustc'
882024-05-03T02:44:21.828Zinfo: downloading component 'rustfmt'
892024-05-03T02:44:22.012Zinfo: installing component 'cargo'
902024-05-03T02:44:22.829Zinfo: installing component 'clippy'
912024-05-03T02:44:23.162Zinfo: installing component 'rust-docs'
922024-05-03T02:44:24.628Zinfo: installing component 'rust-std'
932024-05-03T02:44:26.296Zinfo: installing component 'rustc'
942024-05-03T02:44:30.181Zinfo: installing component 'rustfmt'
952024-05-03T02:44:30.574Zcargo 1.77.2 (e52e36006 2024-03-26)
962024-05-03T02:44:30.579Z+ rustc --version
972024-05-03T02:44:30.636Zrustc 1.77.2 (25ef9e3d8 2024-04-09)
982024-05-03T02:44:30.640Z+ cargo install cargo-nextest
992024-05-03T02:44:30.721Z Updating crates.io index
1002024-05-03T02:44:30.797Z Downloading crates ...
1012024-05-03T02:44:30.849Z Downloaded cargo-nextest v0.9.70
1022024-05-03T02:44:30.884Z Installing cargo-nextest v0.9.70
1032024-05-03T02:44:30.935Z Updating crates.io index
1042024-05-03T02:44:31.848Z Downloading crates ...
1052024-05-03T02:44:31.929Z Downloaded anstream v0.6.14
1062024-05-03T02:44:31.935Z Downloaded adler v1.0.2
1072024-05-03T02:44:31.938Z Downloaded anstyle v1.0.7
1082024-05-03T02:44:31.943Z Downloaded addr2line v0.21.0
1092024-05-03T02:44:31.947Z Downloaded ahash v0.8.11
1102024-05-03T02:44:31.954Z Downloaded debug-ignore v1.0.5
1112024-05-03T02:44:31.957Z Downloaded crypto-common v0.1.6
1122024-05-03T02:44:31.960Z Downloaded aho-corasick v1.1.3
1132024-05-03T02:44:31.968Z Downloaded ipnet v2.9.0
1142024-05-03T02:44:31.971Z Downloaded display-error-chain v0.2.0
1152024-05-03T02:44:31.971Z Downloaded cargo_metadata v0.18.1
1162024-05-03T02:44:31.971Z Downloaded swrite v0.1.0
1172024-05-03T02:44:31.975Z Downloaded target-spec v3.1.0
1182024-05-03T02:44:31.978Z Downloaded target-spec-miette v0.4.0
1192024-05-03T02:44:31.981Z Downloaded base64 v0.21.7
1202024-05-03T02:44:31.985Z Downloaded supports-unicode v3.0.0
1212024-05-03T02:44:31.988Z Downloaded der v0.7.9
1222024-05-03T02:44:31.994Z Downloaded config v0.14.0
1232024-05-03T02:44:32.000Z Downloaded target-lexicon v0.12.14
1242024-05-03T02:44:32.004Z Downloaded syn v2.0.60
1252024-05-03T02:44:32.014Z Downloaded textwrap v0.16.1
1262024-05-03T02:44:32.017Z Downloaded unicode-ident v1.0.12
1272024-05-03T02:44:32.021Z Downloaded try-lock v0.2.5
1282024-05-03T02:44:32.024Z Downloaded toml v0.8.12
1292024-05-03T02:44:32.027Z Downloaded unicode-bidi v0.3.15
1302024-05-03T02:44:32.030Z Downloaded tower-service v0.3.2
1312024-05-03T02:44:32.030Z Downloaded tracing-core v0.1.32
1322024-05-03T02:44:32.033Z Downloaded is-terminal v0.4.12
1332024-05-03T02:44:32.036Z Downloaded openssl-macros v0.1.1
1342024-05-03T02:44:32.036Z Downloaded nested v0.1.1
1352024-05-03T02:44:32.036Z Downloaded cfg-if v1.0.0
1362024-05-03T02:44:32.039Z Downloaded backtrace v0.3.71
1372024-05-03T02:44:32.042Z Downloaded miette-derive v7.2.0
1382024-05-03T02:44:32.045Z Downloaded itoa v1.0.11
1392024-05-03T02:44:32.045Z Downloaded enable-ansi-support v0.2.1
1402024-05-03T02:44:32.048Z Downloaded crc32fast v1.4.0
1412024-05-03T02:44:32.049Z Downloaded const-oid v0.9.6
1422024-05-03T02:44:32.052Z Downloaded number_prefix v0.4.0
1432024-05-03T02:44:32.055Z Downloaded native-tls v0.2.11
1442024-05-03T02:44:32.055Z Downloaded zstd v0.13.1
1452024-05-03T02:44:32.058Z Downloaded zstd-safe v7.1.0
1462024-05-03T02:44:32.061Z Downloaded guppy-workspace-hack v0.1.0
1472024-05-03T02:44:32.061Z Downloaded equivalent v1.0.1
1482024-05-03T02:44:32.064Z Downloaded camino-tempfile v1.1.1
1492024-05-03T02:44:32.064Z Downloaded console v0.15.8
1502024-05-03T02:44:32.067Z Downloaded nextest-workspace-hack v0.1.0
1512024-05-03T02:44:32.070Z Downloaded futures-sink v0.3.30
1522024-05-03T02:44:32.070Z Downloaded clap_derive v4.5.4
1532024-05-03T02:44:32.076Z Downloaded is_terminal_polyfill v1.70.0
1542024-05-03T02:44:32.076Z Downloaded is_ci v1.2.0
1552024-05-03T02:44:32.076Z Downloaded openssl-probe v0.1.5
1562024-05-03T02:44:32.079Z Downloaded vte_generate_state_changes v0.1.1
1572024-05-03T02:44:32.079Z Downloaded miniz_oxide v0.7.2
1582024-05-03T02:44:32.079Z Downloaded foreign-types-shared v0.1.1
1592024-05-03T02:44:32.079Z Downloaded foreign-types v0.3.2
1602024-05-03T02:44:32.082Z Downloaded zeroize v1.7.0
1612024-05-03T02:44:32.082Z Downloaded futures-channel v0.3.30
1622024-05-03T02:44:32.085Z Downloaded mime v0.3.17
1632024-05-03T02:44:32.085Z Downloaded log v0.4.21
1642024-05-03T02:44:32.088Z Downloaded futures-executor v0.3.30
1652024-05-03T02:44:32.089Z Downloaded futures-core v0.3.30
1662024-05-03T02:44:32.092Z Downloaded fixedbitset v0.4.2
1672024-05-03T02:44:32.092Z Downloaded mukti-metadata v0.2.1
1682024-05-03T02:44:32.092Z Downloaded pathdiff v0.2.1
1692024-05-03T02:44:32.095Z Downloaded indenter v0.3.3
1702024-05-03T02:44:32.095Z Downloaded tinyvec_macros v0.1.1
1712024-05-03T02:44:32.098Z Downloaded want v0.3.1
1722024-05-03T02:44:32.098Z Downloaded urlencoding v2.1.3
1732024-05-03T02:44:32.098Z Downloaded ed25519 v2.2.3
1742024-05-03T02:44:32.101Z Downloaded version_check v0.9.4
1752024-05-03T02:44:32.101Z Downloaded newtype-uuid v1.1.0
1762024-05-03T02:44:32.104Z Downloaded eyre v0.6.12
1772024-05-03T02:44:32.108Z Downloaded futures-task v0.3.30
1782024-05-03T02:44:32.108Z Downloaded futures-io v0.3.30
1792024-05-03T02:44:32.112Z Downloaded nextest-metadata v0.10.0
1802024-05-03T02:44:32.112Z Downloaded curve25519-dalek-derive v0.1.1
1812024-05-03T02:44:32.112Z Downloaded cfg-expr v0.15.8
1822024-05-03T02:44:32.115Z Downloaded zipsign-api v0.1.1
1832024-05-03T02:44:32.115Z Downloaded tokio-native-tls v0.3.1
1842024-05-03T02:44:32.118Z Downloaded xxhash-rust v0.8.10
1852024-05-03T02:44:32.118Z Downloaded heck v0.5.0
1862024-05-03T02:44:32.121Z Downloaded supports-hyperlinks v3.0.0
1872024-05-03T02:44:32.121Z Downloaded generic-array v0.14.7
1882024-05-03T02:44:32.125Z Downloaded fnv v1.0.7
1892024-05-03T02:44:32.125Z Downloaded env_filter v0.1.0
1902024-05-03T02:44:32.125Z Downloaded block-buffer v0.10.4
1912024-05-03T02:44:32.128Z Downloaded typenum v1.17.0
1922024-05-03T02:44:32.131Z Downloaded either v1.11.0
1932024-05-03T02:44:32.131Z Downloaded duct v0.13.7
1942024-05-03T02:44:32.131Z Downloaded xattr v1.3.1
1952024-05-03T02:44:32.134Z Downloaded os_pipe v1.1.5
1962024-05-03T02:44:32.134Z Downloaded thiserror v1.0.59
1972024-05-03T02:44:32.139Z Downloaded humantime v2.1.0
1982024-05-03T02:44:32.145Z Downloaded num_cpus v1.16.0
1992024-05-03T02:44:32.148Z Downloaded strip-ansi-escapes v0.2.0
2002024-05-03T02:44:32.148Z Downloaded rustc_version v0.4.0
2012024-05-03T02:44:32.148Z Downloaded rand_chacha v0.3.1
2022024-05-03T02:44:32.148Z Downloaded pkg-config v0.3.30
2032024-05-03T02:44:32.152Z Downloaded hyper-tls v0.5.0
2042024-05-03T02:44:32.152Z Downloaded quick-junit v0.4.0
2052024-05-03T02:44:32.155Z Downloaded serde_spanned v0.6.5
2062024-05-03T02:44:32.155Z Downloaded signal-hook-registry v1.4.2
2072024-05-03T02:44:32.155Z Downloaded shell-words v1.1.0
2082024-05-03T02:44:32.158Z Downloaded pin-project-internal v1.1.5
2092024-05-03T02:44:32.158Z Downloaded pin-utils v0.1.0
2102024-05-03T02:44:32.161Z Downloaded nextest-filtering v0.8.0
2112024-05-03T02:44:32.161Z Downloaded smol_str v0.2.1
2122024-05-03T02:44:32.164Z Downloaded ppv-lite86 v0.2.17
2132024-05-03T02:44:32.164Z Downloaded getrandom v0.2.14
2142024-05-03T02:44:32.167Z Downloaded supports-color v3.0.0
2152024-05-03T02:44:32.172Z Downloaded signature v2.2.0
2162024-05-03T02:44:32.172Z Downloaded self-replace v1.3.7
2172024-05-03T02:44:32.175Z Downloaded fastrand v2.1.0
2182024-05-03T02:44:32.175Z Downloaded tokio-rustls v0.24.1
2192024-05-03T02:44:32.178Z Downloaded shared_child v1.0.0
2202024-05-03T02:44:32.178Z Downloaded serde_urlencoded v0.7.1
2212024-05-03T02:44:32.181Z Downloaded serde_path_to_error v0.1.16
2222024-05-03T02:44:32.181Z Downloaded serde_ignored v0.1.10
2232024-05-03T02:44:32.181Z Downloaded slab v0.4.9
2242024-05-03T02:44:32.184Z Downloaded subtle v2.5.0
2252024-05-03T02:44:32.184Z Downloaded supports-color v2.1.0
2262024-05-03T02:44:32.187Z Downloaded owo-colors v4.0.0
2272024-05-03T02:44:32.187Z Downloaded hyper-rustls v0.24.2
2282024-05-03T02:44:32.190Z Downloaded httparse v1.8.0
2292024-05-03T02:44:32.193Z Downloaded env_logger v0.11.3
2302024-05-03T02:44:32.196Z Downloaded static_assertions v1.1.0
2312024-05-03T02:44:32.196Z Downloaded sct v0.7.1
2322024-05-03T02:44:32.199Z Downloaded smallvec v1.13.2
2332024-05-03T02:44:32.202Z Downloaded rustls-pemfile v1.0.4
2342024-05-03T02:44:32.209Z Downloaded thiserror-impl v1.0.59
2352024-05-03T02:44:32.209Z Downloaded spin v0.9.8
2362024-05-03T02:44:32.213Z Downloaded pkcs8 v0.10.2
2372024-05-03T02:44:32.213Z Downloaded pin-project-lite v0.2.14
2382024-05-03T02:44:32.216Z Downloaded semver v1.0.22
2392024-05-03T02:44:32.219Z Downloaded rustc-demangle v0.1.23
2402024-05-03T02:44:32.220Z Downloaded sha2 v0.10.8
2412024-05-03T02:44:32.223Z Downloaded ryu v1.0.17
2422024-05-03T02:44:32.226Z Downloaded minimal-lexical v0.2.1
2432024-05-03T02:44:32.229Z Downloaded platforms v3.4.0
2442024-05-03T02:44:32.232Z Downloaded quote v1.0.36
2452024-05-03T02:44:32.235Z Downloaded pin-project v1.1.5
2462024-05-03T02:44:32.245Z Downloaded socket2 v0.5.7
2472024-05-03T02:44:32.248Z Downloaded vte v0.11.1
2482024-05-03T02:44:32.251Z Downloaded uuid v1.8.0
2492024-05-03T02:44:32.254Z Downloaded self_update v0.39.0
2502024-05-03T02:44:32.254Z Downloaded proc-macro2 v1.0.81
2512024-05-03T02:44:32.257Z Downloaded iana-time-zone v0.1.60
2522024-05-03T02:44:32.260Z Downloaded futures v0.3.30
2532024-05-03T02:44:32.264Z Downloaded ed25519-dalek v2.1.1
2542024-05-03T02:44:32.268Z Downloaded indexmap v2.2.6
2552024-05-03T02:44:32.272Z Downloaded indicatif v0.17.8
2562024-05-03T02:44:32.276Z Downloaded tinyvec v1.6.0
2572024-05-03T02:44:32.279Z Downloaded once_cell v1.19.0
2582024-05-03T02:44:32.282Z Downloaded owo-colors v3.5.0
2592024-05-03T02:44:32.293Z Downloaded serde_derive v1.0.200
2602024-05-03T02:44:32.305Z Downloaded num-traits v0.2.18
2612024-05-03T02:44:32.305Z Downloaded http v0.2.12
2622024-05-03T02:44:32.305Z Downloaded flate2 v1.0.30
2632024-05-03T02:44:32.305Z Downloaded tracing v0.1.40
2642024-05-03T02:44:32.316Z Downloaded tokio-util v0.7.10
2652024-05-03T02:44:32.320Z Downloaded ron v0.8.1
2662024-05-03T02:44:32.320Z Downloaded url v2.5.0
2672024-05-03T02:44:32.321Z Downloaded memchr v2.7.2
2682024-05-03T02:44:32.335Z Downloaded mio v0.8.11
2692024-05-03T02:44:32.335Z Downloaded nom v7.1.3
2702024-05-03T02:44:32.343Z Downloaded rand v0.8.5
2712024-05-03T02:44:32.344Z Downloaded openssl-sys v0.9.102
2722024-05-03T02:44:32.349Z Downloaded serde v1.0.200
2732024-05-03T02:44:32.349Z Downloaded guppy v0.17.5
2742024-05-03T02:44:32.355Z Downloaded futures-util v0.3.30
2752024-05-03T02:44:32.367Z Downloaded portable-atomic v1.6.0
2762024-05-03T02:44:32.373Z Downloaded quick-xml v0.31.0
2772024-05-03T02:44:32.382Z Downloaded serde_json v1.0.116
2782024-05-03T02:44:32.390Z Downloaded hyper v0.14.28
2792024-05-03T02:44:32.397Z Downloaded winnow v0.6.7
2802024-05-03T02:44:32.410Z Downloaded zerocopy v0.7.32
2812024-05-03T02:44:32.416Z Downloaded curve25519-dalek v4.1.2
2822024-05-03T02:44:32.424Z Downloaded h2 v0.3.26
2832024-05-03T02:44:32.430Z Downloaded itertools v0.12.1
2842024-05-03T02:44:32.438Z Downloaded idna v0.5.0
2852024-05-03T02:44:32.444Z Downloaded quick-xml v0.23.1
2862024-05-03T02:44:32.451Z Downloaded petgraph v0.6.4
2872024-05-03T02:44:32.465Z Downloaded rustix v0.38.34
2882024-05-03T02:44:32.487Z Downloaded reqwest v0.11.27
2892024-05-03T02:44:32.493Z Downloaded regex-syntax v0.8.3
2902024-05-03T02:44:32.502Z Downloaded bstr v1.9.1
2912024-05-03T02:44:32.511Z Downloaded nextest-runner v0.55.0
2922024-05-03T02:44:32.520Z Downloaded vcpkg v0.2.15
2932024-05-03T02:44:32.557Z Downloaded webpki-roots v0.25.4
2942024-05-03T02:44:32.560Z Downloaded color-eyre v0.6.3
2952024-05-03T02:44:32.568Z Downloaded openssl v0.10.64
2962024-05-03T02:44:32.577Z Downloaded regex v1.10.4
2972024-05-03T02:44:32.592Z Downloaded rustls v0.21.12
2982024-05-03T02:44:32.601Z Downloaded encoding_rs v0.8.34
2992024-05-03T02:44:32.619Z Downloaded object v0.32.2
3002024-05-03T02:44:32.639Z Downloaded nix v0.28.0
3012024-05-03T02:44:32.644Z Downloaded gimli v0.28.1
3022024-05-03T02:44:32.647Z Downloaded rustls-webpki v0.101.7
3032024-05-03T02:44:32.660Z Downloaded unicode-normalization v0.1.23
3042024-05-03T02:44:32.672Z Downloaded chrono v0.4.38
3052024-05-03T02:44:32.675Z Downloaded miette v7.2.0
3062024-05-03T02:44:32.676Z Downloaded toml_edit v0.22.12
3072024-05-03T02:44:32.694Z Downloaded hashbrown v0.14.5
3082024-05-03T02:44:32.698Z Downloaded strsim v0.11.1
3092024-05-03T02:44:32.701Z Downloaded spki v0.7.3
3102024-05-03T02:44:32.701Z Downloaded unicode-width v0.1.12
3112024-05-03T02:44:32.705Z Downloaded smawk v0.3.2
3122024-05-03T02:44:32.705Z Downloaded rand_core v0.6.4
3132024-05-03T02:44:32.705Z Downloaded untrusted v0.9.0
3142024-05-03T02:44:32.709Z Downloaded percent-encoding v2.3.1
3152024-05-03T02:44:32.709Z Downloaded lazy_static v1.4.0
3162024-05-03T02:44:32.709Z Downloaded humantime-serde v1.1.1
3172024-05-03T02:44:32.709Z Downloaded futures-macro v0.3.30
3182024-05-03T02:44:32.712Z Downloaded bytes v1.6.0
3192024-05-03T02:44:32.718Z Downloaded utf8parse v0.2.1
3202024-05-03T02:44:32.718Z Downloaded filetime v0.2.23
3212024-05-03T02:44:32.718Z Downloaded httpdate v1.0.3
3222024-05-03T02:44:32.718Z Downloaded http-body v0.4.6
3232024-05-03T02:44:32.718Z Downloaded home v0.5.9
3242024-05-03T02:44:32.718Z Downloaded globset v0.4.14
3252024-05-03T02:44:32.722Z Downloaded form_urlencoded v1.2.1
3262024-05-03T02:44:32.722Z Downloaded anstyle-parse v0.2.4
3272024-05-03T02:44:32.722Z Downloaded future-queue v0.3.0
3282024-05-03T02:44:32.726Z Downloaded errno v0.3.8
3292024-05-03T02:44:32.726Z Downloaded tokio-macros v2.2.0
3302024-05-03T02:44:32.727Z Downloaded jobserver v0.1.31
3312024-05-03T02:44:32.730Z Downloaded unicode-linebreak v0.1.5
3322024-05-03T02:44:32.730Z Downloaded dialoguer v0.11.0
3332024-05-03T02:44:32.736Z Downloaded regex-automata v0.4.6
3342024-05-03T02:44:32.755Z Downloaded zstd-sys v2.0.10+zstd.1.5.6
3352024-05-03T02:44:32.767Z Downloaded clap v4.5.4
3362024-05-03T02:44:32.772Z Downloaded cfg_aliases v0.1.1
3372024-05-03T02:44:32.775Z Downloaded cargo-platform v0.1.8
3382024-05-03T02:44:32.775Z Downloaded base64ct v1.6.0
3392024-05-03T02:44:32.778Z Downloaded toml_datetime v0.6.5
3402024-05-03T02:44:32.778Z Downloaded digest v0.10.7
3412024-05-03T02:44:32.778Z Downloaded libc v0.2.154
3422024-05-03T02:44:32.805Z Downloaded tokio v1.37.0
3432024-05-03T02:44:32.842Z Downloaded clap_lex v0.7.0
3442024-05-03T02:44:32.852Z Downloaded backtrace-ext v0.2.1
3452024-05-03T02:44:32.852Z Downloaded async-scoped v0.9.0
3462024-05-03T02:44:32.852Z Downloaded terminal_size v0.3.0
3472024-05-03T02:44:32.852Z Downloaded tempfile v3.10.1
3482024-05-03T02:44:32.852Z Downloaded tar v0.4.40
3492024-05-03T02:44:32.852Z Downloaded sync_wrapper v0.1.2
3502024-05-03T02:44:32.852Z Downloaded cc v1.0.96
3512024-05-03T02:44:32.856Z Downloaded camino v1.1.6
3522024-05-03T02:44:32.856Z Downloaded cpufeatures v0.2.12
3532024-05-03T02:44:32.856Z Downloaded bitflags v2.5.0
3542024-05-03T02:44:32.856Z Downloaded autocfg v1.2.0
3552024-05-03T02:44:32.859Z Downloaded atomicwrites v0.4.3
3562024-05-03T02:44:32.859Z Downloaded colorchoice v1.0.1
3572024-05-03T02:44:32.859Z Downloaded anstyle-query v1.0.3
3582024-05-03T02:44:32.859Z Downloaded clap_builder v4.5.2
3592024-05-03T02:44:32.880Z Downloaded recursion v0.5.2
3602024-05-03T02:44:33.091Z Downloaded ring v0.17.8
3612024-05-03T02:44:33.367Z Compiling proc-macro2 v1.0.81
3622024-05-03T02:44:33.381Z Compiling unicode-ident v1.0.12
3632024-05-03T02:44:33.381Z Compiling libc v0.2.154
3642024-05-03T02:44:33.381Z Compiling cfg-if v1.0.0
3652024-05-03T02:44:33.382Z Compiling serde v1.0.200
3662024-05-03T02:44:33.385Z Compiling memchr v2.7.2
3672024-05-03T02:44:33.385Z Compiling once_cell v1.19.0
3682024-05-03T02:44:33.530Z Compiling autocfg v1.2.0
3692024-05-03T02:44:33.568Z Compiling itoa v1.0.11
3702024-05-03T02:44:33.822Z Compiling pin-project-lite v0.2.14
3712024-05-03T02:44:33.890Z Compiling rustix v0.38.34
3722024-05-03T02:44:34.153Z Compiling bitflags v2.5.0
3732024-05-03T02:44:34.180Z Compiling equivalent v1.0.1
3742024-05-03T02:44:34.251Z Compiling hashbrown v0.14.5
3752024-05-03T02:44:34.609Z Compiling slab v0.4.9
3762024-05-03T02:44:34.632Z Compiling futures-core v0.3.30
3772024-05-03T02:44:34.679Z Compiling futures-sink v0.3.30
3782024-05-03T02:44:34.824Z Compiling bytes v1.6.0
3792024-05-03T02:44:34.900Z Compiling serde_json v1.0.116
3802024-05-03T02:44:35.078Z Compiling ryu v1.0.17
3812024-05-03T02:44:35.276Z Compiling jobserver v0.1.31
3822024-05-03T02:44:35.642Z Compiling quote v1.0.36
3832024-05-03T02:44:35.665Z Compiling cc v1.0.96
3842024-05-03T02:44:35.700Z Compiling futures-channel v0.3.30
3852024-05-03T02:44:36.005Z Compiling syn v2.0.60
3862024-05-03T02:44:36.151Z Compiling getrandom v0.2.14
3872024-05-03T02:44:36.164Z Compiling errno v0.3.8
3882024-05-03T02:44:36.252Z Compiling futures-io v0.3.30
3892024-05-03T02:44:36.406Z Compiling futures-task v0.3.30
3902024-05-03T02:44:36.456Z Compiling thiserror v1.0.59
3912024-05-03T02:44:36.555Z Compiling pin-utils v0.1.0
3922024-05-03T02:44:36.559Z Compiling num_cpus v1.16.0
3932024-05-03T02:44:36.559Z Compiling socket2 v0.5.7
3942024-05-03T02:44:36.635Z Compiling mio v0.8.11
3952024-05-03T02:44:37.077Z Compiling signal-hook-registry v1.4.2
3962024-05-03T02:44:37.099Z Compiling camino v1.1.6
3972024-05-03T02:44:37.103Z Compiling log v0.4.21
3982024-05-03T02:44:37.257Z Compiling adler v1.0.2
3992024-05-03T02:44:37.540Z Compiling miniz_oxide v0.7.2
4002024-05-03T02:44:37.690Z Compiling unicode-width v0.1.12
4012024-05-03T02:44:37.934Z Compiling untrusted v0.9.0
4022024-05-03T02:44:38.124Z Compiling spin v0.9.8
4032024-05-03T02:44:38.315Z Compiling target-lexicon v0.12.14
4042024-05-03T02:44:38.331Z Compiling fnv v1.0.7
4052024-05-03T02:44:38.396Z Compiling tracing-core v0.1.32
4062024-05-03T02:44:38.453Z Compiling gimli v0.28.1
4072024-05-03T02:44:38.658Z Compiling utf8parse v0.2.1
4082024-05-03T02:44:38.808Z Compiling guppy-workspace-hack v0.1.0
4092024-05-03T02:44:38.971Z Compiling ring v0.17.8
4102024-05-03T02:44:39.129Z Compiling backtrace v0.3.71
4112024-05-03T02:44:39.267Z Compiling semver v1.0.22
4122024-05-03T02:44:39.824Z Compiling tracing v0.1.40
4132024-05-03T02:44:40.537Z Compiling http v0.2.12
4142024-05-03T02:44:40.827Z Compiling object v0.32.2
4152024-05-03T02:44:40.877Z Compiling target-spec v3.1.0
4162024-05-03T02:44:40.922Z Compiling tinyvec_macros v0.1.1
4172024-05-03T02:44:40.939Z Compiling rustls v0.21.12
4182024-05-03T02:44:40.993Z Compiling pkg-config v0.3.30
4192024-05-03T02:44:41.254Z Compiling httparse v1.8.0
4202024-05-03T02:44:41.340Z Compiling fastrand v2.1.0
4212024-05-03T02:44:41.672Z Compiling smallvec v1.13.2
4222024-05-03T02:44:41.936Z Compiling rustc-demangle v0.1.23
4232024-05-03T02:44:42.083Z Compiling is_ci v1.2.0
4242024-05-03T02:44:42.128Z Compiling zstd-sys v2.0.10+zstd.1.5.6
4252024-05-03T02:44:42.324Z Compiling cfg-expr v0.15.8
4262024-05-03T02:44:42.818Z Compiling addr2line v0.21.0
4272024-05-03T02:44:43.596Z Compiling tempfile v3.10.1
4282024-05-03T02:44:44.236Z Compiling tinyvec v1.6.0
4292024-05-03T02:44:44.431Z Compiling is-terminal v0.4.12
4302024-05-03T02:44:44.517Z Compiling aho-corasick v1.1.3
4312024-05-03T02:44:44.538Z Compiling lazy_static v1.4.0
4322024-05-03T02:44:44.662Z Compiling percent-encoding v2.3.1
4332024-05-03T02:44:44.812Z Compiling serde_derive v1.0.200
4342024-05-03T02:44:44.878Z Compiling futures-macro v0.3.30
4352024-05-03T02:44:45.051Z Compiling thiserror-impl v1.0.59
4362024-05-03T02:44:45.420Z Compiling tokio-macros v2.2.0
4372024-05-03T02:44:45.868Z Compiling try-lock v0.2.5
4382024-05-03T02:44:46.009Z Compiling version_check v0.9.4
4392024-05-03T02:44:46.575Z Compiling regex-syntax v0.8.3
4402024-05-03T02:44:46.985Z Compiling futures-util v0.3.30
4412024-05-03T02:44:46.986Z Compiling tokio v1.37.0
4422024-05-03T02:44:48.701Z Compiling ahash v0.8.11
4432024-05-03T02:44:49.110Z Compiling want v0.3.1
4442024-05-03T02:44:49.425Z Compiling unicode-normalization v0.1.23
4452024-05-03T02:44:50.651Z Compiling regex-automata v0.4.6
4462024-05-03T02:44:53.559Z Compiling form_urlencoded v1.2.1
4472024-05-03T02:44:54.020Z Compiling supports-color v2.1.0
4482024-05-03T02:44:54.716Z Compiling tokio-util v0.7.10
4492024-05-03T02:44:58.053Z Compiling indexmap v2.2.6
4502024-05-03T02:44:59.726Z Compiling h2 v0.3.26
4512024-05-03T02:45:04.246Z Compiling rustls-webpki v0.101.7
4522024-05-03T02:45:04.783Z Compiling sct v0.7.1
4532024-05-03T02:45:08.614Z Compiling http-body v0.4.6
4542024-05-03T02:45:08.733Z Compiling num-traits v0.2.18
4552024-05-03T02:45:08.862Z Compiling unicode-bidi v0.3.15
4562024-05-03T02:45:09.079Z Compiling tower-service v0.3.2
4572024-05-03T02:45:09.112Z Compiling either v1.11.0
4582024-05-03T02:45:09.202Z Compiling portable-atomic v1.6.0
4592024-05-03T02:45:09.500Z Compiling winnow v0.6.7
4602024-05-03T02:45:10.090Z Compiling httpdate v1.0.3
4612024-05-03T02:45:10.851Z Compiling smawk v0.3.2
4622024-05-03T02:45:11.062Z Compiling crc32fast v1.4.0
4632024-05-03T02:45:11.594Z Compiling nextest-workspace-hack v0.1.0
4642024-05-03T02:45:11.916Z Compiling unicode-linebreak v0.1.5
4652024-05-03T02:45:12.011Z Compiling hyper v0.14.28
4662024-05-03T02:45:12.436Z Compiling textwrap v0.16.1
4672024-05-03T02:45:13.599Z Compiling idna v0.5.0
4682024-05-03T02:45:15.566Z Compiling tokio-rustls v0.24.1
4692024-05-03T02:45:16.340Z Compiling pathdiff v0.2.1
4702024-05-03T02:45:16.416Z Compiling serde_spanned v0.6.5
4712024-05-03T02:45:16.822Z Compiling toml_datetime v0.6.5
4722024-05-03T02:45:16.822Z Compiling cargo-platform v0.1.8
4732024-05-03T02:45:16.823Z Compiling owo-colors v4.0.0
4742024-05-03T02:45:17.252Z Compiling backtrace-ext v0.2.1
4752024-05-03T02:45:17.320Z Compiling miette-derive v7.2.0
4762024-05-03T02:45:17.773Z Compiling console v0.15.8
4772024-05-03T02:45:17.777Z Compiling supports-color v3.0.0
4782024-05-03T02:45:18.454Z Compiling terminal_size v0.3.0
4792024-05-03T02:45:18.746Z Compiling vte_generate_state_changes v0.1.1
4802024-05-03T02:45:19.390Z Compiling base64 v0.21.7
4812024-05-03T02:45:19.609Z Compiling zstd-safe v7.1.0
4822024-05-03T02:45:19.974Z Compiling fixedbitset v0.4.2
4832024-05-03T02:45:20.142Z Compiling cfg_aliases v0.1.1
4842024-05-03T02:45:20.219Z Compiling supports-hyperlinks v3.0.0
4852024-05-03T02:45:20.522Z Compiling supports-unicode v3.0.0
4862024-05-03T02:45:20.569Z Compiling zerocopy v0.7.32
4872024-05-03T02:45:20.983Z Compiling miette v7.2.0
4882024-05-03T02:45:20.983Z Compiling petgraph v0.6.4
4892024-05-03T02:45:20.983Z Compiling nix v0.28.0
4902024-05-03T02:45:21.650Z Compiling rustls-pemfile v1.0.4
4912024-05-03T02:45:22.059Z Compiling vte v0.11.1
4922024-05-03T02:45:22.483Z Compiling cargo_metadata v0.18.1
4932024-05-03T02:45:23.862Z Compiling toml_edit v0.22.12
4942024-05-03T02:45:25.766Z Compiling hyper-rustls v0.24.2
4952024-05-03T02:45:26.181Z Compiling url v2.5.0
4962024-05-03T02:45:28.300Z Compiling itertools v0.12.1
4972024-05-03T02:45:28.678Z Compiling smol_str v0.2.1
4982024-05-03T02:45:29.347Z Compiling serde_urlencoded v0.7.1
4992024-05-03T02:45:29.906Z Compiling regex v1.10.4
5002024-05-03T02:45:31.622Z Compiling futures-executor v0.3.30
5012024-05-03T02:45:31.836Z Compiling pin-project-internal v1.1.5
5022024-05-03T02:45:31.968Z Compiling anstyle-parse v0.2.4
5032024-05-03T02:45:32.356Z Compiling xattr v1.3.1
5042024-05-03T02:45:32.653Z Compiling uuid v1.8.0
5052024-05-03T02:45:32.889Z Compiling rand_core v0.6.4
5062024-05-03T02:45:33.367Z Compiling filetime v0.2.23
5072024-05-03T02:45:33.874Z Compiling bstr v1.9.1
5082024-05-03T02:45:33.874Z Compiling encoding_rs v0.8.34
5092024-05-03T02:45:33.874Z Compiling iana-time-zone v0.1.60
5102024-05-03T02:45:34.484Z Compiling minimal-lexical v0.2.1
5112024-05-03T02:45:34.660Z Compiling ppv-lite86 v0.2.17
5122024-05-03T02:45:35.129Z Compiling anstyle-query v1.0.3
5132024-05-03T02:45:35.147Z Compiling mime v0.3.17
5142024-05-03T02:45:35.268Z Compiling self_update v0.39.0
5152024-05-03T02:45:35.480Z Compiling colorchoice v1.0.1
5162024-05-03T02:45:35.634Z Compiling webpki-roots v0.25.4
5172024-05-03T02:45:35.637Z Compiling static_assertions v1.1.0
5182024-05-03T02:45:35.666Z Compiling is_terminal_polyfill v1.70.0
5192024-05-03T02:45:35.686Z Compiling eyre v0.6.12
5202024-05-03T02:45:35.739Z Compiling ipnet v2.9.0
5212024-05-03T02:45:35.778Z Compiling anstyle v1.0.7
5222024-05-03T02:45:35.795Z Compiling number_prefix v0.4.0
5232024-05-03T02:45:36.017Z Compiling debug-ignore v1.0.5
5242024-05-03T02:45:36.130Z Compiling nested v0.1.1
5252024-05-03T02:45:36.153Z Compiling sync_wrapper v0.1.2
5262024-05-03T02:45:36.274Z Compiling reqwest v0.11.27
5272024-05-03T02:45:36.299Z Compiling anstream v0.6.14
5282024-05-03T02:45:36.442Z Compiling guppy v0.17.5
5292024-05-03T02:45:36.609Z Compiling indicatif v0.17.8
5302024-05-03T02:45:37.381Z Compiling rand_chacha v0.3.1
5312024-05-03T02:45:42.115Z Compiling nom v7.1.3
5322024-05-03T02:45:42.197Z Compiling pin-project v1.1.5
5332024-05-03T02:45:42.197Z Compiling globset v0.4.14
5342024-05-03T02:45:42.646Z Compiling chrono v0.4.38
5352024-05-03T02:45:44.012Z Compiling tar v0.4.40
5362024-05-03T02:45:45.440Z Compiling newtype-uuid v1.1.0
5372024-05-03T02:45:45.728Z Compiling futures v0.3.30
5382024-05-03T02:45:45.837Z Compiling nextest-metadata v0.10.0
5392024-05-03T02:45:49.727Z Compiling flate2 v1.0.30
5402024-05-03T02:45:49.739Z Compiling toml v0.8.12
5412024-05-03T02:45:51.061Z Compiling strip-ansi-escapes v0.2.0
5422024-05-03T02:45:51.406Z Compiling self-replace v1.3.7
5432024-05-03T02:45:51.833Z Compiling quick-xml v0.31.0
5442024-05-03T02:45:51.929Z Compiling quick-xml v0.23.1
5452024-05-03T02:45:53.787Z Compiling recursion v0.5.2
5462024-05-03T02:45:54.397Z Compiling heck v0.5.0
5472024-05-03T02:45:54.400Z Compiling humantime v2.1.0
5482024-05-03T02:45:54.423Z Compiling strsim v0.11.1
5492024-05-03T02:45:55.191Z Compiling urlencoding v2.1.3
5502024-05-03T02:45:55.476Z Compiling indenter v0.3.3
5512024-05-03T02:45:55.623Z Compiling clap_lex v0.7.0
5522024-05-03T02:45:55.642Z Compiling shell-words v1.1.0
5532024-05-03T02:45:56.103Z Compiling nextest-runner v0.55.0
5542024-05-03T02:45:56.363Z Compiling clap_builder v4.5.2
5552024-05-03T02:45:57.738Z Compiling humantime-serde v1.1.1
5562024-05-03T02:45:57.943Z Compiling clap_derive v4.5.4
5572024-05-03T02:45:58.098Z Compiling nextest-filtering v0.8.0
5582024-05-03T02:45:59.004Z Compiling quick-junit v0.4.0
5592024-05-03T02:46:02.709Z Compiling config v0.14.0
5602024-05-03T02:46:03.830Z Compiling async-scoped v0.9.0
5612024-05-03T02:46:04.122Z Compiling zstd v0.13.1
5622024-05-03T02:46:04.136Z Compiling rand v0.8.5
5632024-05-03T02:46:04.950Z Compiling target-spec-miette v0.4.0
5642024-05-03T02:46:05.686Z Compiling mukti-metadata v0.2.1
5652024-05-03T02:46:06.092Z Compiling camino-tempfile v1.1.1
5662024-05-03T02:46:06.693Z Compiling serde_ignored v0.1.10
5672024-05-03T02:46:07.376Z Compiling serde_path_to_error v0.1.16
5682024-05-03T02:46:07.379Z Compiling future-queue v0.3.0
5692024-05-03T02:46:07.595Z Compiling atomicwrites v0.4.3
5702024-05-03T02:46:07.957Z Compiling env_filter v0.1.0
5712024-05-03T02:46:08.139Z Compiling os_pipe v1.1.5
5722024-05-03T02:46:08.393Z Compiling shared_child v1.0.0
5732024-05-03T02:46:08.606Z Compiling home v0.5.9
5742024-05-03T02:46:08.892Z Compiling xxhash-rust v0.8.10
5752024-05-03T02:46:09.052Z Compiling display-error-chain v0.2.0
5762024-05-03T02:46:09.194Z Compiling owo-colors v3.5.0
5772024-05-03T02:46:09.226Z Compiling zeroize v1.7.0
5782024-05-03T02:46:09.567Z Compiling dialoguer v0.11.0
5792024-05-03T02:46:10.277Z Compiling duct v0.13.7
5802024-05-03T02:46:11.923Z Compiling color-eyre v0.6.3
5812024-05-03T02:46:12.824Z Compiling env_logger v0.11.3
5822024-05-03T02:46:14.397Z Compiling clap v4.5.4
5832024-05-03T02:46:14.505Z Compiling enable-ansi-support v0.2.1
5842024-05-03T02:46:14.618Z Compiling swrite v0.1.0
5852024-05-03T02:46:17.526Z Compiling cargo-nextest v0.9.70
5862024-05-03T02:46:50.123Z Finished release [optimized] target(s) in 2m 19s
5872024-05-03T02:46:50.287Z Installing /home/build/.cargo/bin/cargo-nextest
5882024-05-03T02:46:50.290Z Installed package `cargo-nextest v0.9.70` (executable `cargo-nextest`)
5892024-05-03T02:46:50.369Z+ pushd bgp
5902024-05-03T02:46:50.372Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
5912024-05-03T02:46:50.372Z+ cargo nextest run
5922024-05-03T02:46:50.524Z Updating crates.io index
5932024-05-03T02:46:50.530Z Updating git repository `https://github.com/oxidecomputer/falcon`
5942024-05-03T02:46:51.676ZFrom https://github.com/oxidecomputer/falcon
5952024-05-03T02:46:51.676Z * [new branch] main -> origin/main
5962024-05-03T02:46:51.689Z * [new ref] -> origin/HEAD
5972024-05-03T02:46:51.880Z Updating git repository `https://github.com/oxidecomputer/dendrite`
5982024-05-03T02:46:52.842ZFrom https://github.com/oxidecomputer/dendrite
5992024-05-03T02:46:52.842Z * [new branch] add-link-id-to-link-create -> origin/add-link-id-to-link-create
6002024-05-03T02:46:52.846Z * [new branch] bugfix-omicron-4589 -> origin/bugfix-omicron-4589
6012024-05-03T02:46:52.846Z * [new branch] clippy_and_fmt_updates -> origin/clippy_and_fmt_updates
6022024-05-03T02:46:52.846Z * [new branch] compliance -> origin/compliance
6032024-05-03T02:46:52.846Z * [new branch] dependabot/cargo/h2-0.3.26 -> origin/dependabot/cargo/h2-0.3.26
6042024-05-03T02:46:52.846Z * [new branch] dependabot/cargo/rustls-0.21.12 -> origin/dependabot/cargo/rustls-0.21.12
6052024-05-03T02:46:52.846Z * [new branch] dpd-softnpu-smf -> origin/dpd-softnpu-smf
6062024-05-03T02:46:52.846Z * [new branch] helios2 -> origin/helios2
6072024-05-03T02:46:52.846Z * [new branch] mac-build -> origin/mac-build
6082024-05-03T02:46:52.846Z * [new branch] main -> origin/main
6092024-05-03T02:46:52.846Z * [new branch] map-all-the-things -> origin/map-all-the-things
6102024-05-03T02:46:52.846Z * [new branch] nat_rpw -> origin/nat_rpw
6112024-05-03T02:46:52.846Z * [new branch] nexthop-counters -> origin/nexthop-counters
6122024-05-03T02:46:52.846Z * [new branch] port-id -> origin/port-id
6132024-05-03T02:46:52.846Z * [new branch] reflection-tests -> origin/reflection-tests
6142024-05-03T02:46:52.846Z * [new branch] remove-routes-from-port-settings -> origin/remove-routes-from-port-settings
6152024-05-03T02:46:52.846Z * [new branch] renovate/anyhow-1.x-lockfile -> origin/renovate/anyhow-1.x-lockfile
6162024-05-03T02:46:52.846Z * [new branch] renovate/async-trait-0.x -> origin/renovate/async-trait-0.x
6172024-05-03T02:46:52.846Z * [new branch] renovate/cc-1.x-lockfile -> origin/renovate/cc-1.x-lockfile
6182024-05-03T02:46:52.846Z * [new branch] renovate/colored-2.x-lockfile -> origin/renovate/colored-2.x-lockfile
6192024-05-03T02:46:52.846Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
6202024-05-03T02:46:52.847Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
6212024-05-03T02:46:52.847Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
6222024-05-03T02:46:52.847Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
6232024-05-03T02:46:52.847Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
6242024-05-03T02:46:52.847Z * [new branch] renovate/tabwriter-1.x-lockfile -> origin/renovate/tabwriter-1.x-lockfile
6252024-05-03T02:46:52.847Z * [new branch] rust-toolchain -> origin/rust-toolchain
6262024-05-03T02:46:52.847Z * [new branch] softnpu-tfportd-support -> origin/softnpu-tfportd-support
6272024-05-03T02:46:52.847Z * [new branch] split-sff-access-too -> origin/split-sff-access-too
6282024-05-03T02:46:52.847Z * [new branch] update-oximeter -> origin/update-oximeter
6292024-05-03T02:46:52.847Z * [new branch] updates -> origin/updates
6302024-05-03T02:46:52.847Z * [new ref] -> origin/HEAD
6312024-05-03T02:46:52.887Z Updating git repository `https://github.com/oxidecomputer/dropshot`
6322024-05-03T02:46:53.651ZFrom https://github.com/oxidecomputer/dropshot
6332024-05-03T02:46:53.651Z * [new branch] archive/pr-14-before-force-push -> origin/archive/pr-14-before-force-push
6342024-05-03T02:46:53.655Z * [new branch] async -> origin/async
6352024-05-03T02:46:53.655Z * [new branch] build-o-mat -> origin/build-o-mat
6362024-05-03T02:46:53.655Z * [new branch] camel -> origin/camel
6372024-05-03T02:46:53.655Z * [new branch] carets -> origin/carets
6382024-05-03T02:46:53.655Z * [new branch] changes -> origin/changes
6392024-05-03T02:46:53.655Z * [new branch] ci-version -> origin/ci-version
6402024-05-03T02:46:53.655Z * [new branch] cleanup-tweak -> origin/cleanup-tweak
6412024-05-03T02:46:53.655Z * [new branch] clippy -> origin/clippy
6422024-05-03T02:46:53.655Z * [new branch] clippy-enforcement -> origin/clippy-enforcement
6432024-05-03T02:46:53.655Z * [new branch] clone -> origin/clone
6442024-05-03T02:46:53.655Z * [new branch] dependabot/cargo/http-1.0.0 -> origin/dependabot/cargo/http-1.0.0
6452024-05-03T02:46:53.655Z * [new branch] dependabot/cargo/hyper-1.3.1 -> origin/dependabot/cargo/hyper-1.3.1
6462024-05-03T02:46:53.655Z * [new branch] dependabot/cargo/hyper-rustls-0.26.0 -> origin/dependabot/cargo/hyper-rustls-0.26.0
6472024-05-03T02:46:53.655Z * [new branch] dependabot/cargo/hyper-staticfile-0.10.0 -> origin/dependabot/cargo/hyper-staticfile-0.10.0
6482024-05-03T02:46:53.655Z * [new branch] doc -> origin/doc
6492024-05-03T02:46:53.655Z * [new branch] err -> origin/err
6502024-05-03T02:46:53.655Z * [new branch] example-resumable-download -> origin/example-resumable-download
6512024-05-03T02:46:53.655Z * [new branch] expectorate -> origin/expectorate
6522024-05-03T02:46:53.655Z * [new branch] extracted -> origin/extracted
6532024-05-03T02:46:53.655Z * [new branch] fix_tests -> origin/fix_tests
6542024-05-03T02:46:53.655Z * [new branch] fmt2 -> origin/fmt2
6552024-05-03T02:46:53.656Z * [new branch] infinite_type_resolve -> origin/infinite_type_resolve
6562024-05-03T02:46:53.656Z * [new branch] kulakowski/tls -> origin/kulakowski/tls
6572024-05-03T02:46:53.656Z * [new branch] main -> origin/main
6582024-05-03T02:46:53.656Z * [new branch] maintainer-docs -> origin/maintainer-docs
6592024-05-03T02:46:53.656Z * [new branch] merge-server-config -> origin/merge-server-config
6602024-05-03T02:46:53.656Z * [new branch] multi-api -> origin/multi-api
6612024-05-03T02:46:53.656Z * [new branch] multiverse -> origin/multiverse
6622024-05-03T02:46:53.656Z * [new branch] openapi -> origin/openapi
6632024-05-03T02:46:53.663Z * [new branch] openapi2 -> origin/openapi2
6642024-05-03T02:46:53.663Z * [new branch] port-fix-better -> origin/port-fix-better
6652024-05-03T02:46:53.663Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
6662024-05-03T02:46:53.663Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
6672024-05-03T02:46:53.663Z * [new branch] rmp-page-token -> origin/rmp-page-token
6682024-05-03T02:46:53.663Z * [new branch] rustfmt-m1 -> origin/rustfmt-m1
6692024-05-03T02:46:53.663Z * [new branch] rustfmt-test-stable-only -> origin/rustfmt-test-stable-only
6702024-05-03T02:46:53.663Z * [new branch] rustfmt-test-unstable-options -> origin/rustfmt-test-unstable-options
6712024-05-03T02:46:53.663Z * [new branch] server-log -> origin/server-log
6722024-05-03T02:46:53.663Z * [new branch] simple-headers -> origin/simple-headers
6732024-05-03T02:46:53.663Z * [new branch] sunshowers/spr/add-a-new-chunkedbody-extractor -> origin/sunshowers/spr/add-a-new-chunkedbody-extractor
6742024-05-03T02:46:53.664Z * [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
6752024-05-03T02:46:53.664Z * [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
6762024-05-03T02:46:53.664Z * [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
6772024-05-03T02:46:53.664Z * [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
6782024-05-03T02:46:53.664Z * [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
6792024-05-03T02:46:53.664Z * [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
6802024-05-03T02:46:53.664Z * [new branch] sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers -> origin/sunshowers/spr/wip-prototype-for-trait-based-dropshot-servers
6812024-05-03T02:46:53.664Z * [new branch] test-skip-deserialize -> origin/test-skip-deserialize
6822024-05-03T02:46:53.664Z * [new branch] update-usdt-dep -> origin/update-usdt-dep
6832024-05-03T02:46:53.664Z * [new branch] urlencoded_typedbody -> origin/urlencoded_typedbody
6842024-05-03T02:46:53.664Z * [new branch] websockets -> origin/websockets
6852024-05-03T02:46:53.664Z * [new branch] x-forwarded-for -> origin/x-forwarded-for
6862024-05-03T02:46:53.664Z * [new branch] x-forwarded-for-OLD -> origin/x-forwarded-for-OLD
6872024-05-03T02:46:53.664Z * [new ref] -> origin/HEAD
6882024-05-03T02:46:53.664Z * [new tag] v0.10.0 -> v0.10.0
6892024-05-03T02:46:53.664Z * [new tag] v0.3.0 -> v0.3.0
6902024-05-03T02:46:53.664Z * [new tag] v0.4.0 -> v0.4.0
6912024-05-03T02:46:53.664Z * [new tag] v0.5.0 -> v0.5.0
6922024-05-03T02:46:53.664Z * [new tag] v0.5.1 -> v0.5.1
6932024-05-03T02:46:53.664Z * [new tag] v0.6.0 -> v0.6.0
6942024-05-03T02:46:53.664Z * [new tag] v0.7.0 -> v0.7.0
6952024-05-03T02:46:53.664Z * [new tag] v0.8.0 -> v0.8.0
6962024-05-03T02:46:53.664Z * [new tag] v0.9.0 -> v0.9.0
6972024-05-03T02:46:53.688Z Updating git repository `https://github.com/oxidecomputer/ispf`
6982024-05-03T02:46:54.118ZFrom https://github.com/oxidecomputer/ispf
6992024-05-03T02:46:54.119Z * [new branch] main -> origin/main
7002024-05-03T02:46:54.123Z * [new ref] -> origin/HEAD
7012024-05-03T02:46:54.139Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7022024-05-03T02:46:54.714ZFrom https://github.com/oxidecomputer/netadm-sys
7032024-05-03T02:46:54.714Z * [new branch] compile-macos -> origin/compile-macos
7042024-05-03T02:46:54.717Z * [new branch] dependabot/cargo/rustix-0.37.25 -> origin/dependabot/cargo/rustix-0.37.25
7052024-05-03T02:46:54.717Z * [new branch] gh-pages -> origin/gh-pages
7062024-05-03T02:46:54.717Z * [new branch] main -> origin/main
7072024-05-03T02:46:54.717Z * [new branch] route-get-timeout -> origin/route-get-timeout
7082024-05-03T02:46:54.717Z * [new branch] siocgnds -> origin/siocgnds
7092024-05-03T02:46:54.717Z * [new ref] -> origin/HEAD
7102024-05-03T02:46:54.731Z Updating git repository `https://github.com/oxidecomputer/omicron`
7112024-05-03T02:46:59.702ZFrom https://github.com/oxidecomputer/omicron
7122024-05-03T02:46:59.703Z * [new branch] 267 -> origin/267
7132024-05-03T02:46:59.707Z * [new branch] 686-and-717-in-a-blender -> origin/686-and-717-in-a-blender
7142024-05-03T02:46:59.707Z * [new branch] a4x2 -> origin/a4x2
7152024-05-03T02:46:59.707Z * [new branch] abandoned/disallow-full-scan -> origin/abandoned/disallow-full-scan
7162024-05-03T02:46:59.707Z * [new branch] actions-on-push-only -> origin/actions-on-push-only
7172024-05-03T02:46:59.707Z * [new branch] actually-provision-multiple-crdbs -> origin/actually-provision-multiple-crdbs
7182024-05-03T02:46:59.707Z * [new branch] add-global-api -> origin/add-global-api
7192024-05-03T02:46:59.707Z * [new branch] ajs/deployment-config-schema -> origin/ajs/deployment-config-schema
7202024-05-03T02:46:59.707Z * [new branch] alan/a-gimlet-under-every-tree -> origin/alan/a-gimlet-under-every-tree
7212024-05-03T02:46:59.707Z * [new branch] alan/merge-main-megarepo -> origin/alan/merge-main-megarepo
7222024-05-03T02:46:59.707Z * [new branch] andy/chronylocal -> origin/andy/chronylocal
7232024-05-03T02:46:59.707Z * [new branch] andy/project -> origin/andy/project
7242024-05-03T02:46:59.707Z * [new branch] archived/actix-configurable -> origin/archived/actix-configurable
7252024-05-03T02:46:59.707Z * [new branch] archived/backend-rewrite -> origin/archived/backend-rewrite
7262024-05-03T02:46:59.707Z * [new branch] archived/disks -> origin/archived/disks
7272024-05-03T02:46:59.707Z * [new branch] archived/dropshot-consumer-cleanup -> origin/archived/dropshot-consumer-cleanup
7282024-05-03T02:46:59.707Z * [new branch] archived/extractors -> origin/archived/extractors
7292024-05-03T02:46:59.707Z * [new branch] archived/handler-return-rewrite -> origin/archived/handler-return-rewrite
7302024-05-03T02:46:59.708Z * [new branch] archived/http-rewrite -> origin/archived/http-rewrite
7312024-05-03T02:46:59.708Z * [new branch] archived/http-submodule-rewrite -> origin/archived/http-submodule-rewrite
7322024-05-03T02:46:59.708Z * [new branch] archived/httpapi-extract -> origin/archived/httpapi-extract
7332024-05-03T02:46:59.708Z * [new branch] archived/httpapi-rename -> origin/archived/httpapi-rename
7342024-05-03T02:46:59.708Z * [new branch] archived/instance-reboot -> origin/archived/instance-reboot
7352024-05-03T02:46:59.708Z * [new branch] archived/instance-simulation -> origin/archived/instance-simulation
7362024-05-03T02:46:59.708Z * [new branch] archived/instance-work -> origin/archived/instance-work
7372024-05-03T02:46:59.708Z * [new branch] archived/logging -> origin/archived/logging
7382024-05-03T02:46:59.708Z * [new branch] archived/logging-move -> origin/archived/logging-move
7392024-05-03T02:46:59.708Z * [new branch] archived/model-rewrite -> origin/archived/model-rewrite
7402024-05-03T02:46:59.708Z * [new branch] archived/openapi-exec-tests -> origin/archived/openapi-exec-tests
7412024-05-03T02:46:59.708Z * [new branch] archived/router-rewrite -> origin/archived/router-rewrite
7422024-05-03T02:46:59.708Z * [new branch] archived/rustfmt-test -> origin/archived/rustfmt-test
7432024-05-03T02:46:59.708Z * [new branch] archived/rustfmt-without-wrap_comments -> origin/archived/rustfmt-without-wrap_comments
7442024-05-03T02:46:59.708Z * [new branch] archived/server-controller-extraction -> origin/archived/server-controller-extraction
7452024-05-03T02:46:59.708Z * [new branch] artemis/crucible-set-primarycache -> origin/artemis/crucible-set-primarycache
7462024-05-03T02:46:59.708Z * [new branch] attach-by-name-or-id -> origin/attach-by-name-or-id
7472024-05-03T02:46:59.708Z * [new branch] attempt-to-repro-bb8-oddities -> origin/attempt-to-repro-bb8-oddities
7482024-05-03T02:46:59.708Z * [new branch] authz-role-test -> origin/authz-role-test
7492024-05-03T02:46:59.708Z * [new branch] bg-task-testbed -> origin/bg-task-testbed
7502024-05-03T02:46:59.708Z * [new branch] bigger-disks -> origin/bigger-disks
7512024-05-03T02:46:59.708Z * [new branch] bootstore-2 -> origin/bootstore-2
7522024-05-03T02:46:59.708Z * [new branch] bootstore-early-networking -> origin/bootstore-early-networking
7532024-05-03T02:46:59.709Z * [new branch] bootstore-integration -> origin/bootstore-integration
7542024-05-03T02:46:59.709Z * [new branch] bootstrap-agent-cancel-safety -> origin/bootstrap-agent-cancel-safety
7552024-05-03T02:46:59.709Z * [new branch] bump_dendrite -> origin/bump_dendrite
7562024-05-03T02:46:59.709Z * [new branch] catch-eexist-dladm -> origin/catch-eexist-dladm
7572024-05-03T02:46:59.709Z * [new branch] cfg-out-the-whole-shebang -> origin/cfg-out-the-whole-shebang
7582024-05-03T02:46:59.709Z * [new branch] clickhouse-21.10.4.26 -> origin/clickhouse-21.10.4.26
7592024-05-03T02:46:59.709Z * [new branch] clippy -> origin/clippy
7602024-05-03T02:46:59.709Z * [new branch] clippy-unused-async -> origin/clippy-unused-async
7612024-05-03T02:46:59.709Z * [new branch] cockroach-v22.2 -> origin/cockroach-v22.2
7622024-05-03T02:46:59.713Z * [new branch] concurrent-disk-new -> origin/concurrent-disk-new
7632024-05-03T02:46:59.713Z * [new branch] conform-m2 -> origin/conform-m2
7642024-05-03T02:46:59.713Z * [new branch] convert-new-lookup-rest -> origin/convert-new-lookup-rest
7652024-05-03T02:46:59.713Z * [new branch] convert-virtual-provisioning -> origin/convert-virtual-provisioning
7662024-05-03T02:46:59.714Z * [new branch] crucible-sled-agent -> origin/crucible-sled-agent
7672024-05-03T02:46:59.714Z * [new branch] dap-loop-debugging -> origin/dap-loop-debugging
7682024-05-03T02:46:59.714Z * [new branch] dap-loop-debugging-rebased -> origin/dap-loop-debugging-rebased
7692024-05-03T02:46:59.714Z * [new branch] dap/blueprint-builder-cleanup -> origin/dap/blueprint-builder-cleanup
7702024-05-03T02:46:59.714Z * [new branch] dap/ci-debug -> origin/dap/ci-debug
7712024-05-03T02:46:59.714Z * [new branch] dap/cockroach-init -> origin/dap/cockroach-init
7722024-05-03T02:46:59.714Z * [new branch] dap/dns-preview -> origin/dap/dns-preview
7732024-05-03T02:46:59.714Z * [new branch] dap/dns-work -> origin/dap/dns-work
7742024-05-03T02:46:59.714Z * [new branch] dap/dnsping -> origin/dap/dnsping
7752024-05-03T02:46:59.714Z * [new branch] dap/nexus-inventory -> origin/dap/nexus-inventory
7762024-05-03T02:46:59.714Z * [new branch] dap/schema-migration-better-demo1 -> origin/dap/schema-migration-better-demo1
7772024-05-03T02:46:59.714Z * [new branch] dap/schema-migration-better-demo2 -> origin/dap/schema-migration-better-demo2
7782024-05-03T02:46:59.714Z * [new branch] dap/schema-migration-better-merged -> origin/dap/schema-migration-better-merged
7792024-05-03T02:46:59.714Z * [new branch] dap/silo-external-dns -> origin/dap/silo-external-dns
7802024-05-03T02:46:59.714Z * [new branch] dap/tls-sni -> origin/dap/tls-sni
7812024-05-03T02:46:59.714Z * [new branch] dap/update-control -> origin/dap/update-control
7822024-05-03T02:46:59.714Z * [new branch] dap/update-unused-code -> origin/dap/update-unused-code
7832024-05-03T02:46:59.714Z * [new branch] dbg-print-timeseries-key -> origin/dbg-print-timeseries-key
7842024-05-03T02:46:59.714Z * [new branch] dead-roaches -> origin/dead-roaches
7852024-05-03T02:46:59.714Z * [new branch] debug-disk-space -> origin/debug-disk-space
7862024-05-03T02:46:59.714Z * [new branch] delete-specific-timeseries-during-upgrade -> origin/delete-specific-timeseries-during-upgrade
7872024-05-03T02:46:59.714Z * [new branch] demo -> origin/demo
7882024-05-03T02:46:59.714Z * [new branch] demo_m2 -> origin/demo_m2
7892024-05-03T02:46:59.715Z * [new branch] dendrite-integration -> origin/dendrite-integration
7902024-05-03T02:46:59.715Z * [new branch] dependabot/cargo/dropshot-0018f66 -> origin/dependabot/cargo/dropshot-0018f66
7912024-05-03T02:46:59.715Z * [new branch] dependabot/test/no/push -> origin/dependabot/test/no/push
7922024-05-03T02:46:59.715Z * [new branch] dns-dataset -> origin/dns-dataset
7932024-05-03T02:46:59.715Z * [new branch] document-external-internal -> origin/document-external-internal
7942024-05-03T02:46:59.715Z * [new branch] dropshot-local -> origin/dropshot-local
7952024-05-03T02:46:59.715Z * [new branch] duplicate-role-assignment-500 -> origin/duplicate-role-assignment-500
7962024-05-03T02:46:59.715Z * [new branch] eliza/instance-updater -> origin/eliza/instance-updater
7972024-05-03T02:46:59.715Z * [new branch] eliza/instance-watch-rpw -> origin/eliza/instance-watch-rpw
7982024-05-03T02:46:59.715Z * [new branch] eliza/nixos-build -> origin/eliza/nixos-build
7992024-05-03T02:46:59.715Z * [new branch] eliza/no-more-services -> origin/eliza/no-more-services
8002024-05-03T02:46:59.715Z * [new branch] eliza/oximeter-static-str -> origin/eliza/oximeter-static-str
8012024-05-03T02:46:59.715Z * [new branch] even-more-actions-runner-rimraf -> origin/even-more-actions-runner-rimraf
8022024-05-03T02:46:59.715Z * [new branch] executor-fake -> origin/executor-fake
8032024-05-03T02:46:59.715Z * [new branch] expunge-zones-with-expunged-disks -> origin/expunge-zones-with-expunged-disks
8042024-05-03T02:46:59.715Z * [new branch] external-service-allowlists -> origin/external-service-allowlists
8052024-05-03T02:46:59.715Z * [new branch] external_log -> origin/external_log
8062024-05-03T02:46:59.715Z * [new branch] felixmcfelix/opte-underlay-lock -> origin/felixmcfelix/opte-underlay-lock
8072024-05-03T02:46:59.715Z * [new branch] firewall-notify-sled -> origin/firewall-notify-sled
8082024-05-03T02:46:59.715Z * [new branch] firewall-vpc -> origin/firewall-vpc
8092024-05-03T02:46:59.715Z * [new branch] flaky-issue-templates -> origin/flaky-issue-templates
8102024-05-03T02:46:59.715Z * [new branch] folgers -> origin/folgers
8112024-05-03T02:46:59.715Z * [new branch] fromstr -> origin/fromstr
8122024-05-03T02:46:59.716Z * [new branch] gateway -> origin/gateway
8132024-05-03T02:46:59.716Z * [new branch] gateway_message_bump -> origin/gateway_message_bump
8142024-05-03T02:46:59.716Z * [new branch] host-fake -> origin/host-fake
8152024-05-03T02:46:59.716Z * [new branch] iliana/3430-hubris -> origin/iliana/3430-hubris
8162024-05-03T02:46:59.716Z * [new branch] iliana/baleeted -> origin/iliana/baleeted
8172024-05-03T02:46:59.720Z * [new branch] iliana/buildomat-sync -> origin/iliana/buildomat-sync
8182024-05-03T02:46:59.721Z * [new branch] iliana/crdb-cluster-version -> origin/iliana/crdb-cluster-version
8192024-05-03T02:46:59.721Z * [new branch] iliana/crdb-cluster-version-v2 -> origin/iliana/crdb-cluster-version-v2
8202024-05-03T02:46:59.721Z * [new branch] iliana/crdb-v22.2 -> origin/iliana/crdb-v22.2
8212024-05-03T02:46:59.721Z * [new branch] iliana/do-not-merge-libxmlsec-1.3 -> origin/iliana/do-not-merge-libxmlsec-1.3
8222024-05-03T02:46:59.721Z * [new branch] iliana/dont-merge -> origin/iliana/dont-merge
8232024-05-03T02:46:59.721Z * [new branch] iliana/for-linux-weirdos -> origin/iliana/for-linux-weirdos
8242024-05-03T02:46:59.721Z * [new branch] iliana/hack-do-not-merge -> origin/iliana/hack-do-not-merge
8252024-05-03T02:46:59.721Z * [new branch] iliana/it-keeps-happening-2 -> origin/iliana/it-keeps-happening-2
8262024-05-03T02:46:59.721Z * [new branch] iliana/keysmash -> origin/iliana/keysmash
8272024-05-03T02:46:59.721Z * [new branch] iliana/manifest-flatten -> origin/iliana/manifest-flatten
8282024-05-03T02:46:59.721Z * [new branch] iliana/split-package -> origin/iliana/split-package
8292024-05-03T02:46:59.721Z * [new branch] iliana/try -> origin/iliana/try
8302024-05-03T02:46:59.721Z * [new branch] iliana/wtf -> origin/iliana/wtf
8312024-05-03T02:46:59.721Z * [new branch] illumos-ci -> origin/illumos-ci
8322024-05-03T02:46:59.721Z * [new branch] installinator-fail-if-flaky-disk -> origin/installinator-fail-if-flaky-disk
8332024-05-03T02:46:59.721Z * [new branch] ipv6-testing -> origin/ipv6-testing
8342024-05-03T02:46:59.721Z * [new branch] issue-213-static -> origin/issue-213-static
8352024-05-03T02:46:59.721Z * [new branch] issue-3432 -> origin/issue-3432
8362024-05-03T02:46:59.721Z * [new branch] issue-5214-v2p-mapping-rpw -> origin/issue-5214-v2p-mapping-rpw
8372024-05-03T02:46:59.721Z * [new branch] jclulow -> origin/jclulow
8382024-05-03T02:46:59.721Z * [new branch] john/blueprint-store-sled-state -> origin/john/blueprint-store-sled-state
8392024-05-03T02:46:59.721Z * [new branch] john/deny-interior-mutable-const -> origin/john/deny-interior-mutable-const
8402024-05-03T02:46:59.722Z * [new branch] john/omdb-fudge-serial -> origin/john/omdb-fudge-serial
8412024-05-03T02:46:59.722Z * [new branch] john/test-tuf-repo-trigger -> origin/john/test-tuf-repo-trigger
8422024-05-03T02:46:59.722Z * [new branch] keeplogs -> origin/keeplogs
8432024-05-03T02:46:59.722Z * [new branch] less-dns-panic -> origin/less-dns-panic
8442024-05-03T02:46:59.722Z * [new branch] less-explosive-sled-agent -> origin/less-explosive-sled-agent
8452024-05-03T02:46:59.722Z * [new branch] lookup-authorized -> origin/lookup-authorized
8462024-05-03T02:46:59.722Z * [new branch] low-rent-trust-quorum -> origin/low-rent-trust-quorum
8472024-05-03T02:46:59.722Z * [new branch] low-rent-trust-quorum-3 -> origin/low-rent-trust-quorum-3
8482024-05-03T02:46:59.722Z * [new branch] lrtq-fsms-experiment -> origin/lrtq-fsms-experiment
8492024-05-03T02:46:59.722Z * [new branch] lrtq-fsms-model-changes -> origin/lrtq-fsms-model-changes
8502024-05-03T02:46:59.722Z * [new branch] lrtq-fsms-multiple-tests -> origin/lrtq-fsms-multiple-tests
8512024-05-03T02:46:59.722Z * [new branch] lrtq-networking -> origin/lrtq-networking
8522024-05-03T02:46:59.722Z * [new branch] lrtq-networking-config -> origin/lrtq-networking-config
8532024-05-03T02:46:59.722Z * [new branch] lrtq-networking2 -> origin/lrtq-networking2
8542024-05-03T02:46:59.722Z * [new branch] lrtq-persistence -> origin/lrtq-persistence
8552024-05-03T02:46:59.722Z * [new branch] lrtq-protocol -> origin/lrtq-protocol
8562024-05-03T02:46:59.722Z * [new branch] lrtq-protocol-separate-state-handlers -> origin/lrtq-protocol-separate-state-handlers
8572024-05-03T02:46:59.722Z * [new branch] luqmana/nexus-opte -> origin/luqmana/nexus-opte
8582024-05-03T02:46:59.722Z * [new branch] luqmana/non-gimlet-gimlet -> origin/luqmana/non-gimlet-gimlet
8592024-05-03T02:46:59.722Z * [new branch] luqmana/scoped-ipv6-addr -> origin/luqmana/scoped-ipv6-addr
8602024-05-03T02:46:59.722Z * [new branch] luqmana/uplink-vid -> origin/luqmana/uplink-vid
8612024-05-03T02:46:59.722Z * [new branch] macos-test-concurrency -> origin/macos-test-concurrency
8622024-05-03T02:46:59.722Z * [new branch] maghemite-integration -> origin/maghemite-integration
8632024-05-03T02:46:59.723Z * [new branch] main -> origin/main
8642024-05-03T02:46:59.723Z * [new branch] metrics-experiments -> origin/metrics-experiments
8652024-05-03T02:46:59.723Z * [new branch] more-raw-cte-setup -> origin/more-raw-cte-setup
8662024-05-03T02:46:59.723Z * [new branch] mupdate-demo -> origin/mupdate-demo
8672024-05-03T02:46:59.723Z * [new branch] net-reorg -> origin/net-reorg
8682024-05-03T02:46:59.723Z * [new branch] new-lookup-proc-macro -> origin/new-lookup-proc-macro
8692024-05-03T02:46:59.723Z * [new branch] new-lookup-traits -> origin/new-lookup-traits
8702024-05-03T02:46:59.723Z * [new branch] new-toolchain -> origin/new-toolchain
8712024-05-03T02:46:59.723Z * [new branch] newfolgers -> origin/newfolgers
8722024-05-03T02:46:59.723Z * [new branch] nexus-add-sled-part-2 -> origin/nexus-add-sled-part-2
8732024-05-03T02:46:59.723Z * [new branch] nexus-update-refresh -> origin/nexus-update-refresh
8742024-05-03T02:46:59.723Z * [new branch] no-empty-filter-array -> origin/no-empty-filter-array
8752024-05-03T02:46:59.723Z * [new branch] omdb-physical-disks -> origin/omdb-physical-disks
8762024-05-03T02:46:59.723Z * [new branch] omdb-physical-disks-experimental-tables -> origin/omdb-physical-disks-experimental-tables
8772024-05-03T02:46:59.723Z * [new branch] omdb-services -> origin/omdb-services
8782024-05-03T02:46:59.729Z * [new branch] omicron_dev_ci -> origin/omicron_dev_ci
8792024-05-03T02:46:59.729Z * [new branch] opte-and-plumb-network-interface -> origin/opte-and-plumb-network-interface
8802024-05-03T02:46:59.729Z * [new branch] oxdb-dashboard -> origin/oxdb-dashboard
8812024-05-03T02:46:59.729Z * [new branch] oximeter-schema-id -> origin/oximeter-schema-id
8822024-05-03T02:46:59.729Z * [new branch] oxpop -> origin/oxpop
8832024-05-03T02:46:59.729Z * [new branch] pkg-config-install-note -> origin/pkg-config-install-note
8842024-05-03T02:46:59.729Z * [new branch] propagate-firewall-rules-to-sled -> origin/propagate-firewall-rules-to-sled
8852024-05-03T02:46:59.729Z * [new branch] prove-le-bug -> origin/prove-le-bug
8862024-05-03T02:46:59.729Z * [new branch] redirect-url-state -> origin/redirect-url-state
8872024-05-03T02:46:59.729Z * [new branch] refactor-bootstrap-client-sprockets-proxy -> origin/refactor-bootstrap-client-sprockets-proxy
8882024-05-03T02:46:59.729Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
8892024-05-03T02:46:59.729Z * [new branch] renovate/async-recursion-1.x -> origin/renovate/async-recursion-1.x
8902024-05-03T02:46:59.729Z * [new branch] renovate/flate2-1.x -> origin/renovate/flate2-1.x
8912024-05-03T02:46:59.729Z * [new branch] renovate/httptest-0.x -> origin/renovate/httptest-0.x
8922024-05-03T02:46:59.729Z * [new branch] renovate/hyper-rustls-0.x -> origin/renovate/hyper-rustls-0.x
8932024-05-03T02:46:59.729Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
8942024-05-03T02:46:59.729Z * [new branch] renovate/peg-0.x -> origin/renovate/peg-0.x
8952024-05-03T02:46:59.729Z * [new branch] renovate/rcgen-0.x -> origin/renovate/rcgen-0.x
8962024-05-03T02:46:59.729Z * [new branch] renovate/rustls-0.x -> origin/renovate/rustls-0.x
8972024-05-03T02:46:59.729Z * [new branch] renovate/zip-1.x -> origin/renovate/zip-1.x
8982024-05-03T02:46:59.730Z * [new branch] reservoir -> origin/reservoir
8992024-05-03T02:46:59.730Z * [new branch] resilient-nexus -> origin/resilient-nexus
9002024-05-03T02:46:59.730Z * [new branch] resource-identifier -> origin/resource-identifier
9012024-05-03T02:46:59.730Z * [new branch] retry-txn -> origin/retry-txn
9022024-05-03T02:46:59.730Z * [new branch] return-cert-pem -> origin/return-cert-pem
9032024-05-03T02:46:59.730Z * [new branch] rev-opte -> origin/rev-opte
9042024-05-03T02:46:59.730Z * [new branch] revert-936 -> origin/revert-936
9052024-05-03T02:46:59.730Z * [new branch] rfd-322-images -> origin/rfd-322-images
9062024-05-03T02:46:59.730Z * [new branch] rpz-ext-ip-hack -> origin/rpz-ext-ip-hack
9072024-05-03T02:46:59.730Z * [new branch] rpz-opte-sled-agent -> origin/rpz-opte-sled-agent
9082024-05-03T02:46:59.730Z * [new branch] rpz-use-oxide-vpc -> origin/rpz-use-oxide-vpc
9092024-05-03T02:46:59.730Z * [new branch] rss-testing -> origin/rss-testing
9102024-05-03T02:46:59.730Z * [new branch] self-assembling-nexus -> origin/self-assembling-nexus
9112024-05-03T02:46:59.730Z * [new branch] self-assembling-ntp -> origin/self-assembling-ntp
9122024-05-03T02:46:59.730Z * [new branch] service-management-and-rss-handoff -> origin/service-management-and-rss-handoff
9132024-05-03T02:46:59.730Z * [new branch] shatter-authn -> origin/shatter-authn
9142024-05-03T02:46:59.730Z * [new branch] short-term-disk-workaround -> origin/short-term-disk-workaround
9152024-05-03T02:46:59.730Z * [new branch] silo-create -> origin/silo-create
9162024-05-03T02:46:59.730Z * [new branch] silo-groups-and-metrics -> origin/silo-groups-and-metrics
9172024-05-03T02:46:59.730Z * [new branch] silo_groups_dap -> origin/silo_groups_dap
9182024-05-03T02:46:59.730Z * [new branch] silo_groups_dap_queries -> origin/silo_groups_dap_queries
9192024-05-03T02:46:59.730Z * [new branch] simple-cache -> origin/simple-cache
9202024-05-03T02:46:59.730Z * [new branch] sled-agent-lifecycle -> origin/sled-agent-lifecycle
9212024-05-03T02:46:59.731Z * [new branch] sled-agent-service-gen -> origin/sled-agent-service-gen
9222024-05-03T02:46:59.731Z * [new branch] sled-agent/register-as-producer -> origin/sled-agent/register-as-producer
9232024-05-03T02:46:59.731Z * [new branch] sled-hw-notification-simplification -> origin/sled-hw-notification-simplification
9242024-05-03T02:46:59.731Z * [new branch] sled-hw-notification-simplification-2 -> origin/sled-hw-notification-simplification-2
9252024-05-03T02:46:59.731Z * [new branch] sled-location -> origin/sled-location
9262024-05-03T02:46:59.731Z * [new branch] snat-ip-respects-pool -> origin/snat-ip-respects-pool
9272024-05-03T02:46:59.731Z * [new branch] sp_v1.0.4 -> origin/sp_v1.0.4
9282024-05-03T02:46:59.731Z * [new branch] special-delivery -> origin/special-delivery
9292024-05-03T02:46:59.731Z * [new branch] staging_and_prod_diff -> origin/staging_and_prod_diff
9302024-05-03T02:46:59.731Z * [new branch] sunshowers/oxpop-wicket -> origin/sunshowers/oxpop-wicket
9312024-05-03T02:46:59.731Z * [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
9322024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/installinator-wip-initial-stub-version -> origin/sunshowers/spr/installinator-wip-initial-stub-version
9332024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/installinatorupdate-engine-some-reporting-improvements -> origin/sunshowers/spr/installinatorupdate-engine-some-reporting-improvements
9342024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid -> origin/sunshowers/spr/main.internal-dns-move-zone-ids-to-typeduuid
9352024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.omdb-improve-cli-ux -> origin/sunshowers/spr/main.omdb-improve-cli-ux
9362024-05-03T02:46:59.731Z * [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
9372024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones -> origin/sunshowers/spr/main.reconfigurator-turn-expunged-sleds-into-expunged-zones
9382024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput -> origin/sunshowers/spr/main.rfc-nexus-types-more-validation-for-planninginput
9392024-05-03T02:46:59.731Z * [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
9402024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.wicket-add-scrolling-to-popups -> origin/sunshowers/spr/main.wicket-add-scrolling-to-popups
9412024-05-03T02:46:59.731Z * [new branch] sunshowers/spr/main.wicket-oxpop-wicket-work -> origin/sunshowers/spr/main.wicket-oxpop-wicket-work
9422024-05-03T02:46:59.736Z * [new branch] sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding -> origin/sunshowers/spr/main.wicket-wrap-all-popup-text-add-padding
9432024-05-03T02:46:59.736Z * [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
9442024-05-03T02:46:59.736Z * [new branch] sunshowers/spr/meta-trust-dns-hickory-dns -> origin/sunshowers/spr/meta-trust-dns-hickory-dns
9452024-05-03T02:46:59.736Z * [new branch] sunshowers/spr/omdb-improve-cli-ux -> origin/sunshowers/spr/omdb-improve-cli-ux
9462024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/password-login-drop-timeout-to-500ms -> origin/sunshowers/spr/password-login-drop-timeout-to-500ms
9472024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1 -> origin/sunshowers/spr/rfc-nexus-types-more-validation-for-planninginput-1
9482024-05-03T02:46:59.737Z * [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
9492024-05-03T02:46:59.737Z * [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
9502024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/wicket-oxpop-wicket-work -> origin/sunshowers/spr/wicket-oxpop-wicket-work
9512024-05-03T02:46:59.737Z * [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
9522024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/wip-example-of-trait-based-dropshot-server -> origin/sunshowers/spr/wip-example-of-trait-based-dropshot-server
9532024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones -> origin/sunshowers/spr/wip-reconfigurator-start-removing-expunged-zones
9542024-05-03T02:46:59.737Z * [new branch] sunshowers/spr/wip-wicketd-structured-updates -> origin/sunshowers/spr/wip-wicketd-structured-updates
9552024-05-03T02:46:59.737Z * [new branch] swap -> origin/swap
9562024-05-03T02:46:59.737Z * [new branch] temp-console-inventory-integration -> origin/temp-console-inventory-integration
9572024-05-03T02:46:59.737Z * [new branch] thing-flinger -> origin/thing-flinger
9582024-05-03T02:46:59.737Z * [new branch] tqv1 -> origin/tqv1
9592024-05-03T02:46:59.737Z * [new branch] trigger -> origin/trigger
9602024-05-03T02:46:59.737Z * [new branch] try-bench-gimlet -> origin/try-bench-gimlet
9612024-05-03T02:46:59.737Z * [new branch] u2-encryption -> origin/u2-encryption
9622024-05-03T02:46:59.737Z * [new branch] u2-encryption-2 -> origin/u2-encryption-2
9632024-05-03T02:46:59.737Z * [new branch] u2-encryption-3 -> origin/u2-encryption-3
9642024-05-03T02:46:59.737Z * [new branch] unify-hardware-ids -> origin/unify-hardware-ids
9652024-05-03T02:46:59.737Z * [new branch] unify-ip-range -> origin/unify-ip-range
9662024-05-03T02:46:59.737Z * [new branch] unify_services_datasets -> origin/unify_services_datasets
9672024-05-03T02:46:59.737Z * [new branch] unused-deps -> origin/unused-deps
9682024-05-03T02:46:59.737Z * [new branch] update-planning -> origin/update-planning
9692024-05-03T02:46:59.738Z * [new branch] usdt-probe-xtask -> origin/usdt-probe-xtask
9702024-05-03T02:46:59.738Z * [new branch] use-helios-netdev-publisher -> origin/use-helios-netdev-publisher
9712024-05-03T02:46:59.738Z * [new branch] use-incremental-build -> origin/use-incremental-build
9722024-05-03T02:46:59.738Z * [new branch] v1-cleanup -> origin/v1-cleanup
9732024-05-03T02:46:59.738Z * [new branch] v1-hardware-apis -> origin/v1-hardware-apis
9742024-05-03T02:46:59.738Z * [new branch] validate-ip-range-more-good -> origin/validate-ip-range-more-good
9752024-05-03T02:46:59.738Z * [new branch] vectorize-datasets -> origin/vectorize-datasets
9762024-05-03T02:46:59.738Z * [new branch] vmm-test-flex -> origin/vmm-test-flex
9772024-05-03T02:46:59.738Z * [new branch] wicket -> origin/wicket
9782024-05-03T02:46:59.738Z * [new branch] wicket-dbg -> origin/wicket-dbg
9792024-05-03T02:46:59.738Z * [new branch] wicket-dbg2 -> origin/wicket-dbg2
9802024-05-03T02:46:59.738Z * [new branch] wicket-menu -> origin/wicket-menu
9812024-05-03T02:46:59.738Z * [new branch] wicket-rack-update -> origin/wicket-rack-update
9822024-05-03T02:46:59.738Z * [new branch] wicket-update-integration -> origin/wicket-update-integration
9832024-05-03T02:46:59.738Z * [new branch] wicket-update-integration-2 -> origin/wicket-update-integration-2
9842024-05-03T02:46:59.738Z * [new branch] wicket-update-pane -> origin/wicket-update-pane
9852024-05-03T02:46:59.738Z * [new branch] wicket-update-status -> origin/wicket-update-status
9862024-05-03T02:46:59.738Z * [new branch] wicketd-get-compmonent-inventory -> origin/wicketd-get-compmonent-inventory
9872024-05-03T02:46:59.738Z * [new branch] wicketd-progenitor-derives -> origin/wicketd-progenitor-derives
9882024-05-03T02:46:59.738Z * [new branch] wicketd-update-deliver-trampoline -> origin/wicketd-update-deliver-trampoline
9892024-05-03T02:46:59.738Z * [new branch] wicketd-update-prototype -> origin/wicketd-update-prototype
9902024-05-03T02:46:59.738Z * [new branch] wip-add-pvt2-repo -> origin/wip-add-pvt2-repo
9912024-05-03T02:46:59.739Z * [new branch] xtask_ci_download -> origin/xtask_ci_download
9922024-05-03T02:46:59.739Z * [new branch] xtask_ci_download_replace -> origin/xtask_ci_download_replace
9932024-05-03T02:46:59.739Z * [new branch] zone-filesystems -> origin/zone-filesystems
9942024-05-03T02:46:59.739Z * [new ref] -> origin/HEAD
9952024-05-03T02:46:59.739Z * [new tag] dogfood -> dogfood
9962024-05-03T02:46:59.739Z * [new tag] v5 -> v5
9972024-05-03T02:46:59.739Z * [new tag] v6 -> v6
9982024-05-03T02:46:59.739Z * [new tag] v7 -> v7
9992024-05-03T02:47:00.009Z Updating git repository `https://github.com/oxidecomputer/opte`
10002024-05-03T02:47:01.053ZFrom https://github.com/oxidecomputer/opte
10012024-05-03T02:47:01.053Z * [new branch] 481-strawman -> origin/481-strawman
10022024-05-03T02:47:01.057Z * [new branch] all-perf-in-flight -> origin/all-perf-in-flight
10032024-05-03T02:47:01.057Z * [new branch] cheaper-flowid -> origin/cheaper-flowid
10042024-05-03T02:47:01.057Z * [new branch] config-dhcp-dns -> origin/config-dhcp-dns
10052024-05-03T02:47:01.057Z * [new branch] custom-subnet-routing -> origin/custom-subnet-routing
10062024-05-03T02:47:01.057Z * [new branch] demo-stuffs -> origin/demo-stuffs
10072024-05-03T02:47:01.057Z * [new branch] dont-proc-in-lock -> origin/dont-proc-in-lock
10082024-05-03T02:47:01.057Z * [new branch] goodbye-all-of-classification -> origin/goodbye-all-of-classification
10092024-05-03T02:47:01.057Z * [new branch] handle-pkt-chains -> origin/handle-pkt-chains
10102024-05-03T02:47:01.057Z * [new branch] helios-2.0 -> origin/helios-2.0
10112024-05-03T02:47:01.057Z * [new branch] ioctl-for-firewall-rules -> origin/ioctl-for-firewall-rules
10122024-05-03T02:47:01.057Z * [new branch] ipv6-home-and-two-tests-dev -> origin/ipv6-home-and-two-tests-dev
10132024-05-03T02:47:01.057Z * [new branch] kbench-zone-variant -> origin/kbench-zone-variant
10142024-05-03T02:47:01.057Z * [new branch] luqmana/ipv4-options -> origin/luqmana/ipv4-options
10152024-05-03T02:47:01.058Z * [new branch] luqmana/no-vnic -> origin/luqmana/no-vnic
10162024-05-03T02:47:01.058Z * [new branch] master -> origin/master
10172024-05-03T02:47:01.058Z * [new branch] noclass-best-flow -> origin/noclass-best-flow
10182024-05-03T02:47:01.058Z * [new branch] noclass-best-noflow -> origin/noclass-best-noflow
10192024-05-03T02:47:01.058Z * [new branch] opte-160-use-str-for-meta -> origin/opte-160-use-str-for-meta
10202024-05-03T02:47:01.058Z * [new branch] opte-161-api-vsn -> origin/opte-161-api-vsn
10212024-05-03T02:47:01.058Z * [new branch] opte-204-paused -> origin/opte-204-paused
10222024-05-03T02:47:01.058Z * [new branch] opte-214-rm-opte-drv -> origin/opte-214-rm-opte-drv
10232024-05-03T02:47:01.058Z * [new branch] opte-220 -> origin/opte-220
10242024-05-03T02:47:01.058Z * [new branch] opte-225 -> origin/opte-225
10252024-05-03T02:47:01.058Z * [new branch] opte-227 -> origin/opte-227
10262024-05-03T02:47:01.058Z * [new branch] opte-231-snat-panic-payload-trans-2 -> origin/opte-231-snat-panic-payload-trans-2
10272024-05-03T02:47:01.058Z * [new branch] opte-232 -> origin/opte-232
10282024-05-03T02:47:01.058Z * [new branch] opte-241-unwrap-panic-and-kstats -> origin/opte-241-unwrap-panic-and-kstats
10292024-05-03T02:47:01.058Z * [new branch] opte-261-rip-cstr-core -> origin/opte-261-rip-cstr-core
10302024-05-03T02:47:01.058Z * [new branch] opte-281-vpc-firewall -> origin/opte-281-vpc-firewall
10312024-05-03T02:47:01.058Z * [new branch] opte-88-codegen-units -> origin/opte-88-codegen-units
10322024-05-03T02:47:01.063Z * [new branch] opte-88-linker-failures -> origin/opte-88-linker-failures
10332024-05-03T02:47:01.063Z * [new branch] opteadm-library -> origin/opteadm-library
10342024-05-03T02:47:01.063Z * [new branch] partial-workspace -> origin/partial-workspace
10352024-05-03T02:47:01.063Z * [new branch] remove-duplicate-adm -> origin/remove-duplicate-adm
10362024-05-03T02:47:01.063Z * [new branch] renovate/libc-0.x-lockfile -> origin/renovate/libc-0.x-lockfile
10372024-05-03T02:47:01.063Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
10382024-05-03T02:47:01.063Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
10392024-05-03T02:47:01.063Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
10402024-05-03T02:47:01.063Z * [new branch] rm-fw-rule-error -> origin/rm-fw-rule-error
10412024-05-03T02:47:01.063Z * [new branch] route-cache -> origin/route-cache
10422024-05-03T02:47:01.063Z * [new branch] rpz-197-zero-pkt -> origin/rpz-197-zero-pkt
10432024-05-03T02:47:01.063Z * [new branch] rpz-207-rules-stats -> origin/rpz-207-rules-stats
10442024-05-03T02:47:01.063Z * [new branch] rpz-298-spoof-test -> origin/rpz-298-spoof-test
10452024-05-03T02:47:01.064Z * [new branch] rpz-301-layer-stats -> origin/rpz-301-layer-stats
10462024-05-03T02:47:01.064Z * [new branch] rpz-add-entry-refactor -> origin/rpz-add-entry-refactor
10472024-05-03T02:47:01.064Z * [new branch] rpz-ameta-own -> origin/rpz-ameta-own
10482024-05-03T02:47:01.064Z * [new branch] rpz-assert-drop -> origin/rpz-assert-drop
10492024-05-03T02:47:01.064Z * [new branch] rpz-csum-doc -> origin/rpz-csum-doc
10502024-05-03T02:47:01.064Z * [new branch] rpz-def-action -> origin/rpz-def-action
10512024-05-03T02:47:01.064Z * [new branch] rpz-doc-stuff -> origin/rpz-doc-stuff
10522024-05-03T02:47:01.064Z * [new branch] rpz-fix-docs -> origin/rpz-fix-docs
10532024-05-03T02:47:01.064Z * [new branch] rpz-gateway-layer -> origin/rpz-gateway-layer
10542024-05-03T02:47:01.064Z * [new branch] rpz-invalidation-broken-2 -> origin/rpz-invalidation-broken-2
10552024-05-03T02:47:01.064Z * [new branch] rpz-ioctl-dangle -> origin/rpz-ioctl-dangle
10562024-05-03T02:47:01.064Z * [new branch] rpz-less-alloc -> origin/rpz-less-alloc
10572024-05-03T02:47:01.064Z * [new branch] rpz-more-layer-stats -> origin/rpz-more-layer-stats
10582024-05-03T02:47:01.064Z * [new branch] rpz-move-stuff-to-ddi -> origin/rpz-move-stuff-to-ddi
10592024-05-03T02:47:01.064Z * [new branch] rpz-opte-294 -> origin/rpz-opte-294
10602024-05-03T02:47:01.064Z * [new branch] rpz-opteadm-tcp-flows -> origin/rpz-opteadm-tcp-flows
10612024-05-03T02:47:01.064Z * [new branch] rpz-packet-write-err -> origin/rpz-packet-write-err
10622024-05-03T02:47:01.064Z * [new branch] rpz-pkg-minor-vsn -> origin/rpz-pkg-minor-vsn
10632024-05-03T02:47:01.064Z * [new branch] rpz-predicate-module -> origin/rpz-predicate-module
10642024-05-03T02:47:01.064Z * [new branch] rpz-print-port-in-test -> origin/rpz-print-port-in-test
10652024-05-03T02:47:01.064Z * [new branch] rpz-rm-todo -> origin/rpz-rm-todo
10662024-05-03T02:47:01.064Z * [new branch] rpz-sanity-check -> origin/rpz-sanity-check
10672024-05-03T02:47:01.064Z * [new branch] rpz-simplify-test-state -> origin/rpz-simplify-test-state
10682024-05-03T02:47:01.065Z * [new branch] rpz-tcp-flows-hits -> origin/rpz-tcp-flows-hits
10692024-05-03T02:47:01.065Z * [new branch] rpz-tcp-inbound-test -> origin/rpz-tcp-inbound-test
10702024-05-03T02:47:01.065Z * [new branch] rpz-tcp-tests -> origin/rpz-tcp-tests
10712024-05-03T02:47:01.065Z * [new branch] rpz-test-common -> origin/rpz-test-common
10722024-05-03T02:47:01.065Z * [new branch] rpz-test-constants -> origin/rpz-test-constants
10732024-05-03T02:47:01.065Z * [new branch] rpz-uft-miss-stat -> origin/rpz-uft-miss-stat
10742024-05-03T02:47:01.065Z * [new branch] rpz-vpc-own-crate -> origin/rpz-vpc-own-crate
10752024-05-03T02:47:01.065Z * [new branch] spring-clean -> origin/spring-clean
10762024-05-03T02:47:01.065Z * [new branch] the-perf-cost-of-success -> origin/the-perf-cost-of-success
10772024-05-03T02:47:01.065Z * [new branch] underlay-lock -> origin/underlay-lock
10782024-05-03T02:47:01.065Z * [new branch] use-the-flow-luke-61 -> origin/use-the-flow-luke-61
10792024-05-03T02:47:01.065Z * [new ref] -> origin/HEAD
10802024-05-03T02:47:01.125Z Updating git repository `https://github.com/illumos/smf-rs`
10812024-05-03T02:47:01.543ZFrom https://github.com/illumos/smf-rs
10822024-05-03T02:47:01.543Z * [new branch] main -> origin/main
10832024-05-03T02:47:01.547Z * [new ref] -> origin/HEAD
10842024-05-03T02:47:01.585Z Updating git repository `https://github.com/oxidecomputer/progenitor`
10852024-05-03T02:47:02.909ZFrom https://github.com/oxidecomputer/progenitor
10862024-05-03T02:47:02.909Z * [new branch] extension2 -> origin/extension2
10872024-05-03T02:47:02.918Z * [new branch] json-body-stdin-alias -> origin/json-body-stdin-alias
10882024-05-03T02:47:02.918Z * [new branch] main -> origin/main
10892024-05-03T02:47:02.919Z * [new branch] nexus-update -> origin/nexus-update
10902024-05-03T02:47:02.919Z * [new branch] owned-response-stream -> origin/owned-response-stream
10912024-05-03T02:47:02.919Z * [new branch] print-example -> origin/print-example
10922024-05-03T02:47:02.919Z * [new branch] query-arg-collision -> origin/query-arg-collision
10932024-05-03T02:47:02.919Z * [new branch] request-map -> origin/request-map
10942024-05-03T02:47:02.919Z * [new branch] response-value-content-length -> origin/response-value-content-length
10952024-05-03T02:47:02.919Z * [new branch] security-schemes -> origin/security-schemes
10962024-05-03T02:47:02.919Z * [new branch] sketch-multiple-reponse-types -> origin/sketch-multiple-reponse-types
10972024-05-03T02:47:02.919Z * [new branch] test-ci -> origin/test-ci
10982024-05-03T02:47:02.919Z * [new branch] test-v0.7.0 -> origin/test-v0.7.0
10992024-05-03T02:47:02.919Z * [new branch] untyped-responses -> origin/untyped-responses
11002024-05-03T02:47:02.919Z * [new branch] v41 -> origin/v41
11012024-05-03T02:47:02.919Z * [new ref] -> origin/HEAD
11022024-05-03T02:47:02.920Z * [new tag] v0.1.1 -> v0.1.1
11032024-05-03T02:47:02.920Z * [new tag] v0.2.0 -> v0.2.0
11042024-05-03T02:47:02.920Z * [new tag] v0.3.0 -> v0.3.0
11052024-05-03T02:47:02.920Z * [new tag] v0.4.0 -> v0.4.0
11062024-05-03T02:47:02.920Z * [new tag] v0.4.1 -> v0.4.1
11072024-05-03T02:47:02.920Z * [new tag] v0.5.0 -> v0.5.0
11082024-05-03T02:47:02.920Z * [new tag] v0.6.0 -> v0.6.0
11092024-05-03T02:47:03.004Z Updating git repository `https://github.com/oxidecomputer/zone`
11102024-05-03T02:47:03.439ZFrom https://github.com/oxidecomputer/zone
11112024-05-03T02:47:03.439Z * [new branch] main -> origin/main
11122024-05-03T02:47:03.442Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
11132024-05-03T02:47:03.442Z * [new branch] renovate/syn-2.x -> origin/renovate/syn-2.x
11142024-05-03T02:47:03.442Z * [new branch] state-derive-eq-hash -> origin/state-derive-eq-hash
11152024-05-03T02:47:03.442Z * [new ref] -> origin/HEAD
11162024-05-03T02:47:03.461Z Updating git repository `https://github.com/oxidecomputer/propolis`
11172024-05-03T02:47:04.453ZFrom https://github.com/oxidecomputer/propolis
11182024-05-03T02:47:04.453Z * [new branch] ata -> origin/ata
11192024-05-03T02:47:04.458Z * [new branch] gjcolombo/two-migration-statuses -> origin/gjcolombo/two-migration-statuses
11202024-05-03T02:47:04.458Z * [new branch] luqmana/libnet -> origin/luqmana/libnet
11212024-05-03T02:47:04.458Z * [new branch] master -> origin/master
11222024-05-03T02:47:04.458Z * [new branch] softnpu-table-counters -> origin/softnpu-table-counters
11232024-05-03T02:47:04.458Z * [new ref] -> origin/HEAD
11242024-05-03T02:47:04.515Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
11252024-05-03T02:47:05.036ZFrom https://github.com/oxidecomputer/dlpi-sys
11262024-05-03T02:47:05.036Z * [new branch] gh-pages -> origin/gh-pages
11272024-05-03T02:47:05.039Z * [new branch] main -> origin/main
11282024-05-03T02:47:05.039Z * [new ref] -> origin/HEAD
11292024-05-03T02:47:05.076Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
11302024-05-03T02:47:05.540ZFrom https://github.com/jmesmon/rust-libzfs
11312024-05-03T02:47:05.540Z * [new branch] dependabot/cargo/libc-0.2.140 -> origin/dependabot/cargo/libc-0.2.140
11322024-05-03T02:47:05.544Z * [new branch] dependabot/cargo/os_pipe-1.1.3 -> origin/dependabot/cargo/os_pipe-1.1.3
11332024-05-03T02:47:05.545Z * [new branch] dependabot/cargo/pkg-config-0.3.26 -> origin/dependabot/cargo/pkg-config-0.3.26
11342024-05-03T02:47:05.545Z * [new branch] dependabot/cargo/rand-0.8.5 -> origin/dependabot/cargo/rand-0.8.5
11352024-05-03T02:47:05.545Z * [new branch] dependabot/cargo/snafu-0.7.4 -> origin/dependabot/cargo/snafu-0.7.4
11362024-05-03T02:47:05.545Z * [new branch] dependabot/cargo/tempfile-3.4.0 -> origin/dependabot/cargo/tempfile-3.4.0
11372024-05-03T02:47:05.545Z * [new branch] dev -> origin/dev
11382024-05-03T02:47:05.545Z * [new branch] drr -> origin/drr
11392024-05-03T02:47:05.545Z * [new branch] f-types -> origin/f-types
11402024-05-03T02:47:05.545Z * [new branch] lookup-nvlist -> origin/lookup-nvlist
11412024-05-03T02:47:05.545Z * [new branch] master -> origin/master
11422024-05-03T02:47:05.545Z * [new branch] staging -> origin/staging
11432024-05-03T02:47:05.545Z * [new ref] -> origin/HEAD
11442024-05-03T02:47:05.545Z * [new tag] nvpair-0.5.0 -> nvpair-0.5.0
11452024-05-03T02:47:05.545Z * [new tag] v0.4.0 -> v0.4.0
11462024-05-03T02:47:05.545Z * [new tag] zfs-core-0.5.0 -> zfs-core-0.5.0
11472024-05-03T02:47:05.545Z * [new tag] zfs-core-sys-0.5.0 -> zfs-core-sys-0.5.0
11482024-05-03T02:47:05.557Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
11492024-05-03T02:47:06.068ZFrom https://github.com/oxidecomputer/rusty-doors
11502024-05-03T02:47:06.068Z * [new branch] gh-pages -> origin/gh-pages
11512024-05-03T02:47:06.072Z * [new branch] main -> origin/main
11522024-05-03T02:47:06.072Z * [new branch] no-bindgen -> origin/no-bindgen
11532024-05-03T02:47:06.072Z * [new ref] -> origin/HEAD
11542024-05-03T02:47:06.091Z Updating git repository `https://github.com/oxidecomputer/maghemite`
11552024-05-03T02:47:06.897ZFrom https://github.com/oxidecomputer/maghemite
11562024-05-03T02:47:06.897Z * [new branch] anycast -> origin/anycast
11572024-05-03T02:47:06.902Z * [new branch] ddm-track-session-duration -> origin/ddm-track-session-duration
11582024-05-03T02:47:06.903Z * [new branch] mac-build -> origin/mac-build
11592024-05-03T02:47:06.903Z * [new branch] main -> origin/main
11602024-05-03T02:47:06.903Z * [new branch] oxpop -> origin/oxpop
11612024-05-03T02:47:06.903Z * [new branch] renovate/hostname-0.x -> origin/renovate/hostname-0.x
11622024-05-03T02:47:06.903Z * [new branch] renovate/http-1.x -> origin/renovate/http-1.x
11632024-05-03T02:47:06.903Z * [new branch] renovate/hyper-1.x -> origin/renovate/hyper-1.x
11642024-05-03T02:47:06.903Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
11652024-05-03T02:47:06.903Z * [new branch] renovate/reqwest-0.x -> origin/renovate/reqwest-0.x
11662024-05-03T02:47:06.903Z * [new branch] renovate/rust-1.x -> origin/renovate/rust-1.x
11672024-05-03T02:47:06.903Z * [new branch] renovate/schemars-0.x-lockfile -> origin/renovate/schemars-0.x-lockfile
11682024-05-03T02:47:06.903Z * [new branch] renovate/serde-monorepo -> origin/renovate/serde-monorepo
11692024-05-03T02:47:06.903Z * [new branch] renovate/socket2-0.x-lockfile -> origin/renovate/socket2-0.x-lockfile
11702024-05-03T02:47:06.903Z * [new ref] -> origin/HEAD
11712024-05-03T02:47:06.903Z * [new tag] rift -> rift
11722024-05-03T02:47:06.903Z * [new tag] srp -> srp
11732024-05-03T02:47:06.903Z * [new tag] tie-spf -> tie-spf
11742024-05-03T02:47:06.940Z Updating git repository `http://github.com/oxidecomputer/serde_human_bytes`
11752024-05-03T02:47:07.169Zwarning: redirecting to https://github.com/oxidecomputer/serde_human_bytes/
11762024-05-03T02:47:07.732ZFrom http://github.com/oxidecomputer/serde_human_bytes
11772024-05-03T02:47:07.732Z * [new branch] gh-pages -> origin/gh-pages
11782024-05-03T02:47:07.735Z * [new branch] main -> origin/main
11792024-05-03T02:47:07.735Z * [new branch] renovate/configure -> origin/renovate/configure
11802024-05-03T02:47:07.735Z * [new ref] -> origin/HEAD
11812024-05-03T02:47:07.743Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
11822024-05-03T02:47:08.150ZFrom https://github.com/oxidecomputer/slog-error-chain
11832024-05-03T02:47:08.150Z * [new branch] main -> origin/main
11842024-05-03T02:47:08.153Z * [new branch] renovate/actions-checkout-digest -> origin/renovate/actions-checkout-digest
11852024-05-03T02:47:08.153Z * [new branch] renovate/erased-serde-0.x -> origin/renovate/erased-serde-0.x
11862024-05-03T02:47:08.153Z * [new branch] renovate/lock-file-maintenance -> origin/renovate/lock-file-maintenance
11872024-05-03T02:47:08.153Z * [new branch] renovate/proc-macro2-1.x-lockfile -> origin/renovate/proc-macro2-1.x-lockfile
11882024-05-03T02:47:08.153Z * [new branch] renovate/quote-1.x-lockfile -> origin/renovate/quote-1.x-lockfile
11892024-05-03T02:47:08.154Z * [new branch] renovate/syn-2.x-lockfile -> origin/renovate/syn-2.x-lockfile
11902024-05-03T02:47:08.154Z * [new ref] -> origin/HEAD
11912024-05-03T02:47:08.181Z Updating git repository `https://github.com/oxidecomputer/poptrie`
11922024-05-03T02:47:08.568ZFrom https://github.com/oxidecomputer/poptrie
11932024-05-03T02:47:08.568Z * [new branch] main -> origin/main
11942024-05-03T02:47:08.571Z * [new branch] multipath -> origin/multipath
11952024-05-03T02:47:08.571Z * [new ref] -> origin/HEAD
11962024-05-03T02:47:08.582Z Updating git repository `https://github.com/illumos/libscf-sys.git`
11972024-05-03T02:47:08.991ZFrom https://github.com/illumos/libscf-sys
11982024-05-03T02:47:08.991Z * [new branch] main -> origin/main
11992024-05-03T02:47:08.994Z * [new ref] -> origin/HEAD
12002024-05-03T02:47:09.173Z Updating git repository `https://github.com/oxidecomputer/typify`
12012024-05-03T02:47:10.899ZFrom https://github.com/oxidecomputer/typify
12022024-05-03T02:47:10.899Z * [new branch] ipv6 -> origin/ipv6
12032024-05-03T02:47:10.908Z * [new branch] js-schema -> origin/js-schema
12042024-05-03T02:47:10.908Z * [new branch] main -> origin/main
12052024-05-03T02:47:10.909Z * [new branch] nested-newtype -> origin/nested-newtype
12062024-05-03T02:47:10.909Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error -> origin/sunshowers/spr/add-type-name-to-invalidschema-error
12072024-05-03T02:47:10.909Z * [new branch] sunshowers/spr/add-type-name-to-invalidschema-error-1 -> origin/sunshowers/spr/add-type-name-to-invalidschema-error-1
12082024-05-03T02:47:10.909Z * [new ref] -> origin/HEAD
12092024-05-03T02:47:10.909Z * [new tag] v0.0.10 -> v0.0.10
12102024-05-03T02:47:10.909Z * [new tag] v0.0.11 -> v0.0.11
12112024-05-03T02:47:10.909Z * [new tag] v0.0.12 -> v0.0.12
12122024-05-03T02:47:10.910Z * [new tag] v0.0.13 -> v0.0.13
12132024-05-03T02:47:10.910Z * [new tag] v0.0.14 -> v0.0.14
12142024-05-03T02:47:10.910Z * [new tag] v0.0.15 -> v0.0.15
12152024-05-03T02:47:10.910Z * [new tag] v0.0.16 -> v0.0.16
12162024-05-03T02:47:10.910Z * [new tag] v0.0.4 -> v0.0.4
12172024-05-03T02:47:10.910Z * [new tag] v0.0.5 -> v0.0.5
12182024-05-03T02:47:10.911Z * [new tag] v0.0.6 -> v0.0.6
12192024-05-03T02:47:10.911Z * [new tag] v0.0.7 -> v0.0.7
12202024-05-03T02:47:10.911Z * [new tag] v0.0.8 -> v0.0.8
12212024-05-03T02:47:10.911Z * [new tag] v0.0.9 -> v0.0.9
12222024-05-03T02:47:10.969Z Updating git repository `https://github.com/oxidecomputer/rfb`
12232024-05-03T02:47:11.452ZFrom https://github.com/oxidecomputer/rfb
12242024-05-03T02:47:11.453Z * [new branch] jhendricks/ps2mouse -> origin/jhendricks/ps2mouse
12252024-05-03T02:47:11.456Z * [new branch] luqmana/stop-for-real -> origin/luqmana/stop-for-real
12262024-05-03T02:47:11.457Z * [new branch] main -> origin/main
12272024-05-03T02:47:11.457Z * [new branch] pixfmts -> origin/pixfmts
12282024-05-03T02:47:11.457Z * [new ref] -> origin/HEAD
12292024-05-03T02:47:11.504Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
12302024-05-03T02:47:12.135ZFrom https://github.com/oxidecomputer/management-gateway-service
12312024-05-03T02:47:12.135Z * [new branch] af-temp-hash -> origin/af-temp-hash
12322024-05-03T02:47:12.139Z * [new branch] buildomat -> origin/buildomat
12332024-05-03T02:47:12.139Z * [new branch] bump-smoltcp -> origin/bump-smoltcp
12342024-05-03T02:47:12.139Z * [new branch] cached-bootloader-update -> origin/cached-bootloader-update
12352024-05-03T02:47:12.139Z * [new branch] dependabot/cargo/zerocopy-0.7.32 -> origin/dependabot/cargo/zerocopy-0.7.32
12362024-05-03T02:47:12.139Z * [new branch] image-board-check -> origin/image-board-check
12372024-05-03T02:47:12.139Z * [new branch] include-power-state-in-sp-state -> origin/include-power-state-in-sp-state
12382024-05-03T02:47:12.139Z * [new branch] lock_state -> origin/lock_state
12392024-05-03T02:47:12.139Z * [new branch] main -> origin/main
12402024-05-03T02:47:12.139Z * [new branch] more-expect-cleanup -> origin/more-expect-cleanup
12412024-05-03T02:47:12.139Z * [new branch] plumb-switch-default-image -> origin/plumb-switch-default-image
12422024-05-03T02:47:12.139Z * [new branch] read-rot-message -> origin/read-rot-message
12432024-05-03T02:47:12.139Z * [new branch] reexport-sp-component -> origin/reexport-sp-component
12442024-05-03T02:47:12.139Z * [new branch] remove-dumper-error -> origin/remove-dumper-error
12452024-05-03T02:47:12.140Z * [new branch] reset-component -> origin/reset-component
12462024-05-03T02:47:12.140Z * [new branch] revert-70-reset-component -> origin/revert-70-reset-component
12472024-05-03T02:47:12.140Z * [new branch] rhai -> origin/rhai
12482024-05-03T02:47:12.140Z * [new branch] rot-boot-info -> origin/rot-boot-info
12492024-05-03T02:47:12.140Z * [new branch] rot-update -> origin/rot-update
12502024-05-03T02:47:12.140Z * [new branch] rot-update-2 -> origin/rot-update-2
12512024-05-03T02:47:12.140Z * [new branch] rot-update-on-rot-status -> origin/rot-update-on-rot-status
12522024-05-03T02:47:12.140Z * [new branch] scope-id-shenanigans -> origin/scope-id-shenanigans
12532024-05-03T02:47:12.140Z * [new branch] sprot-attest -> origin/sprot-attest
12542024-05-03T02:47:12.140Z * [new branch] sprot-desync-error -> origin/sprot-desync-error
12552024-05-03T02:47:12.140Z * [new branch] sprot-errors -> origin/sprot-errors
12562024-05-03T02:47:12.140Z * [new branch] stage0-update-component -> origin/stage0-update-component
12572024-05-03T02:47:12.140Z * [new branch] update-rot-state-msg -> origin/update-rot-state-msg
12582024-05-03T02:47:12.140Z * [new branch] update-stage0 -> origin/update-stage0
12592024-05-03T02:47:12.140Z * [new ref] -> origin/HEAD
12602024-05-03T02:47:12.450Z Downloading crates ...
12612024-05-03T02:47:12.562Z Downloaded allocator-api2 v0.2.16
12622024-05-03T02:47:12.571Z Downloaded anstyle v1.0.6
12632024-05-03T02:47:12.577Z Downloaded autocfg v1.1.0
12642024-05-03T02:47:12.577Z Downloaded anstyle-query v1.0.2
12652024-05-03T02:47:12.599Z Downloaded anstyle-parse v0.2.3
12662024-05-03T02:47:12.599Z Downloaded anyhow v1.0.82
12672024-05-03T02:47:12.605Z Downloaded bitstruct_derive v0.1.0
12682024-05-03T02:47:12.605Z Downloaded arrayvec v0.7.4
12692024-05-03T02:47:12.605Z Downloaded base64 v0.22.0
12702024-05-03T02:47:12.605Z Downloaded tabwriter v1.4.0
12712024-05-03T02:47:12.605Z Downloaded ciborium-ll v0.2.2
12722024-05-03T02:47:12.605Z Downloaded blake2 v0.10.6
12732024-05-03T02:47:12.605Z Downloaded backoff v0.4.0
12742024-05-03T02:47:12.605Z Downloaded ciborium v0.2.2
12752024-05-03T02:47:12.605Z Downloaded anstream v0.6.13
12762024-05-03T02:47:12.605Z Downloaded async-trait v0.1.79
12772024-05-03T02:47:12.610Z Downloaded memmap v0.7.0
12782024-05-03T02:47:12.610Z Downloaded colorchoice v1.0.0
12792024-05-03T02:47:12.618Z Downloaded cc v1.0.90
12802024-05-03T02:47:12.618Z Downloaded data-encoding v2.5.0
12812024-05-03T02:47:12.618Z Downloaded async-stream v0.3.5
12822024-05-03T02:47:12.630Z Downloaded ascii v1.1.0
12832024-05-03T02:47:12.630Z Downloaded cobs v0.2.3
12842024-05-03T02:47:12.630Z Downloaded take_mut v0.2.2
12852024-05-03T02:47:12.631Z Downloaded atty v0.2.14
12862024-05-03T02:47:12.631Z Downloaded argon2 v0.5.3
12872024-05-03T02:47:12.631Z Downloaded blake3 v1.5.1
12882024-05-03T02:47:12.658Z Downloaded time-core v0.1.2
12892024-05-03T02:47:12.663Z Downloaded syn v1.0.109
12902024-05-03T02:47:12.663Z Downloaded time v0.3.34
12912024-05-03T02:47:12.663Z Downloaded unicode-width v0.1.11
12922024-05-03T02:47:12.663Z Downloaded term v0.7.0
12932024-05-03T02:47:12.663Z Downloaded getopts v0.2.21
12942024-05-03T02:47:12.663Z Downloaded usdt-attr-macro v0.5.0
12952024-05-03T02:47:12.664Z Downloaded termcolor v1.4.1
12962024-05-03T02:47:12.667Z Downloaded dtrace-parser v0.2.0
12972024-05-03T02:47:12.667Z Downloaded constant_time_eq v0.3.0
12982024-05-03T02:47:12.667Z Downloaded managed v0.8.0
12992024-05-03T02:47:12.667Z Downloaded waitgroup v0.1.2
13002024-05-03T02:47:12.670Z Downloaded hubpack_derive v0.1.1
13012024-05-03T02:47:12.670Z Downloaded defmt-parser v0.3.4
13022024-05-03T02:47:12.670Z Downloaded dyn-clone v1.0.17
13032024-05-03T02:47:12.673Z Downloaded matches v0.1.10
13042024-05-03T02:47:12.673Z Downloaded linked-hash-map v0.5.6
13052024-05-03T02:47:12.676Z Downloaded heck v0.4.1
13062024-05-03T02:47:12.676Z Downloaded hostname v0.3.1
13072024-05-03T02:47:12.679Z Downloaded hex v0.4.3
13082024-05-03T02:47:12.682Z Downloaded yansi v0.5.1
13092024-05-03T02:47:12.683Z Downloaded syn v2.0.55
13102024-05-03T02:47:12.692Z Downloaded num-conv v0.1.0
13112024-05-03T02:47:12.695Z Downloaded pretty-hex v0.4.1
13122024-05-03T02:47:12.695Z Downloaded omicron-workspace-hack v0.1.0
13132024-05-03T02:47:12.696Z Downloaded dirs-next v2.0.0
13142024-05-03T02:47:12.699Z Downloaded newtype_derive v0.1.6
13152024-05-03T02:47:12.699Z Downloaded heck v0.3.3
13162024-05-03T02:47:12.702Z Downloaded getrandom v0.2.12
13172024-05-03T02:47:12.705Z Downloaded pretty-hex v0.2.1
13182024-05-03T02:47:12.705Z Downloaded num_threads v0.1.7
13192024-05-03T02:47:12.705Z Downloaded zone_cfg_derive v0.1.2
13202024-05-03T02:47:12.709Z Downloaded utf-8 v0.7.6
13212024-05-03T02:47:12.709Z Downloaded macaddr v1.0.1
13222024-05-03T02:47:12.715Z Downloaded num v0.4.1
13232024-05-03T02:47:12.715Z Downloaded usdt v0.5.0
13242024-05-03T02:47:12.715Z Downloaded untrusted v0.7.1
13252024-05-03T02:47:12.715Z Downloaded ipnetwork v0.20.0
13262024-05-03T02:47:12.718Z Downloaded parse-display v0.9.0
13272024-05-03T02:47:12.718Z Downloaded strum v0.26.2
13282024-05-03T02:47:12.718Z Downloaded portpicker v0.1.1
13292024-05-03T02:47:12.718Z Downloaded newtype-uuid v1.0.1
13302024-05-03T02:47:12.718Z Downloaded lru-cache v0.1.2
13312024-05-03T02:47:12.722Z Downloaded itoa v1.0.10
13322024-05-03T02:47:12.722Z Downloaded sha1 v0.10.6
13332024-05-03T02:47:12.725Z Downloaded uuid v0.8.2
13342024-05-03T02:47:12.728Z Downloaded topological-sort v0.2.2
13352024-05-03T02:47:12.728Z Downloaded semver v0.1.20
13362024-05-03T02:47:12.728Z Downloaded structmeta-derive v0.3.0
13372024-05-03T02:47:12.731Z Downloaded multer v3.0.0
13382024-05-03T02:47:12.731Z Downloaded tokio-tungstenite v0.20.1
13392024-05-03T02:47:12.734Z Downloaded lock_api v0.4.11
13402024-05-03T02:47:12.737Z Downloaded slog-stdlog v4.1.1
13412024-05-03T02:47:12.737Z Downloaded slog-json v2.6.1
13422024-05-03T02:47:12.740Z Downloaded slog-envlogger v2.2.0
13432024-05-03T02:47:12.740Z Downloaded slog-dtrace v0.3.0
13442024-05-03T02:47:12.744Z Downloaded signal-hook-registry v1.4.1
13452024-05-03T02:47:12.744Z Downloaded proc-macro-crate v1.3.1
13462024-05-03T02:47:12.744Z Downloaded powerfmt v0.2.0
13472024-05-03T02:47:12.747Z Downloaded pest_generator v2.7.8
13482024-05-03T02:47:12.747Z Downloaded num-iter v0.1.44
13492024-05-03T02:47:12.747Z Downloaded erased-serde v0.3.31
13502024-05-03T02:47:12.750Z Downloaded quick-error v1.2.3
13512024-05-03T02:47:12.753Z Downloaded tracing-attributes v0.1.27
13522024-05-03T02:47:12.754Z Downloaded rustls-pemfile v2.1.1
13532024-05-03T02:47:12.757Z Downloaded scroll v0.12.0
13542024-05-03T02:47:12.760Z Downloaded num_enum_derive v0.7.2
13552024-05-03T02:47:12.760Z Downloaded num_enum v0.5.11
13562024-05-03T02:47:12.763Z Downloaded serde_tokenstream v0.2.0
13572024-05-03T02:47:12.766Z Downloaded resolv-conf v0.7.0
13582024-05-03T02:47:12.770Z Downloaded num_enum v0.7.2
13592024-05-03T02:47:12.775Z Downloaded rustversion v1.0.14
13602024-05-03T02:47:12.778Z Downloaded stable_deref_trait v1.2.0
13612024-05-03T02:47:12.778Z Downloaded time-macros v0.2.17
13622024-05-03T02:47:12.784Z Downloaded spin v0.5.2
13632024-05-03T02:47:12.784Z Downloaded serde_arrays v0.1.0
13642024-05-03T02:47:12.789Z Downloaded serde_repr v0.1.19
13652024-05-03T02:47:12.790Z Downloaded scopeguard v1.2.0
13662024-05-03T02:47:12.790Z Downloaded password-hash v0.5.0
13672024-05-03T02:47:12.790Z Downloaded parking_lot_core v0.8.6
13682024-05-03T02:47:12.800Z Downloaded serde_with_macros v3.7.0
13692024-05-03T02:47:12.800Z Downloaded pest_derive v2.7.8
13702024-05-03T02:47:12.806Z Downloaded quote v1.0.35
13712024-05-03T02:47:12.806Z Downloaded proc-macro-error v1.0.4
13722024-05-03T02:47:12.807Z Downloaded ron v0.7.1
13732024-05-03T02:47:12.810Z Downloaded socket2 v0.4.10
13742024-05-03T02:47:12.810Z Downloaded slog v2.7.0
13752024-05-03T02:47:12.810Z Downloaded schemars v0.8.16
13762024-05-03T02:47:12.821Z Downloaded serde_derive_internals v0.26.0
13772024-05-03T02:47:12.824Z Downloaded serde_yaml v0.9.34+deprecated
13782024-05-03T02:47:12.827Z Downloaded proc-macro2 v1.0.79
13792024-05-03T02:47:12.830Z Downloaded http v1.1.0
13802024-05-03T02:47:12.833Z Downloaded rustls-pki-types v1.4.0
13812024-05-03T02:47:12.836Z Downloaded socket2 v0.5.6
13822024-05-03T02:47:12.839Z Downloaded serde_derive v1.0.199
13832024-05-03T02:47:12.839Z Downloaded rayon-core v1.12.1
13842024-05-03T02:47:12.843Z Downloaded libm v0.2.8
13852024-05-03T02:47:12.851Z Downloaded pretty_assertions v1.4.0
13862024-05-03T02:47:12.854Z Downloaded toml_edit v0.22.9
13872024-05-03T02:47:12.875Z Downloaded serde v1.0.199
13882024-05-03T02:47:12.878Z Downloaded hashbrown v0.14.3
13892024-05-03T02:47:12.883Z Downloaded serde_with v3.7.0
13902024-05-03T02:47:12.891Z Downloaded goblin v0.8.0
13912024-05-03T02:47:12.897Z Downloaded winnow v0.5.40
13922024-05-03T02:47:12.906Z Downloaded pest v2.7.8
13932024-05-03T02:47:12.911Z Downloaded toml_edit v0.19.15
13942024-05-03T02:47:12.932Z Downloaded winnow v0.6.5
13952024-05-03T02:47:12.941Z Downloaded rustls v0.21.10
13962024-05-03T02:47:12.952Z Downloaded smoltcp v0.11.0
13972024-05-03T02:47:12.964Z Downloaded rustls-webpki v0.102.2
13982024-05-03T02:47:12.983Z Downloaded regress v0.6.0
13992024-05-03T02:47:12.990Z Downloaded sled v0.34.7
14002024-05-03T02:47:13.000Z Downloaded rustix v0.38.32
14012024-05-03T02:47:13.022Z Downloaded rustls v0.22.2
14022024-05-03T02:47:13.038Z Downloaded regex-syntax v0.8.2
14032024-05-03T02:47:13.042Z Downloaded openapiv3 v2.0.0
14042024-05-03T02:47:13.054Z Downloaded zerocopy-derive v0.6.6
14052024-05-03T02:47:13.471Z Downloaded encoding_rs v0.8.33
14062024-05-03T02:47:13.475Z Downloaded regress v0.9.0
14072024-05-03T02:47:13.475Z Downloaded trust-dns-proto v0.22.0
14082024-05-03T02:47:13.475Z Downloaded libc v0.2.153
14092024-05-03T02:47:13.475Z Downloaded rayon v1.10.0
14102024-05-03T02:47:13.475Z Downloaded idna v0.2.3
14112024-05-03T02:47:13.475Z Downloaded itertools v0.10.5
14122024-05-03T02:47:13.475Z Downloaded h2 v0.3.25
14132024-05-03T02:47:13.475Z Downloaded postcard v1.0.8
14142024-05-03T02:47:13.476Z Downloaded hashbrown v0.12.3
14152024-05-03T02:47:13.476Z Downloaded steno v0.4.0
14162024-05-03T02:47:13.476Z Downloaded hashbrown v0.13.2
14172024-05-03T02:47:13.476Z Downloaded unicode-segmentation v1.11.0
14182024-05-03T02:47:13.476Z Downloaded trust-dns-resolver v0.22.0
14192024-05-03T02:47:13.476Z Downloaded pest_meta v2.7.8
14202024-05-03T02:47:13.476Z Downloaded parking_lot v0.12.1
14212024-05-03T02:47:13.476Z Downloaded openssl-sys v0.9.101
14222024-05-03T02:47:13.476Z Downloaded omicron-zone-package v0.11.0
14232024-05-03T02:47:13.476Z Downloaded ucd-trie v0.1.6
14242024-05-03T02:47:13.476Z Downloaded tungstenite v0.21.0
14252024-05-03T02:47:13.476Z Downloaded tokio-rustls v0.25.0
14262024-05-03T02:47:13.476Z Downloaded flate2 v1.0.28
14272024-05-03T02:47:13.476Z Downloaded unsafe-libyaml v0.2.11
14282024-05-03T02:47:13.476Z Downloaded tungstenite v0.20.1
14292024-05-03T02:47:13.476Z Downloaded memchr v2.7.1
14302024-05-03T02:47:13.476Z Downloaded heapless v0.8.0
14312024-05-03T02:47:13.476Z Downloaded pin-project-lite v0.2.13
14322024-05-03T02:47:13.476Z Downloaded parking_lot_core v0.9.9
14332024-05-03T02:47:13.476Z Downloaded parking_lot v0.11.2
14342024-05-03T02:47:13.476Z Downloaded num-rational v0.4.1
14352024-05-03T02:47:13.476Z Downloaded num-integer v0.1.46
14362024-05-03T02:47:13.476Z Downloaded num-derive v0.3.3
14372024-05-03T02:47:13.477Z Downloaded zone v0.1.8
14382024-05-03T02:47:13.477Z Downloaded smf v0.2.3
14392024-05-03T02:47:13.477Z Downloaded slog-term v2.9.1
14402024-05-03T02:47:13.477Z Downloaded toml v0.7.8
14412024-05-03T02:47:13.477Z Downloaded indexmap v1.9.3
14422024-05-03T02:47:13.477Z Downloaded parse-display-derive v0.9.0
14432024-05-03T02:47:13.477Z Downloaded zerocopy v0.6.6
14442024-05-03T02:47:13.477Z Downloaded walkdir v2.5.0
14452024-05-03T02:47:13.477Z Downloaded half v2.4.0
14462024-05-03T02:47:13.477Z Downloaded diff v0.1.13
14472024-05-03T02:47:13.477Z Downloaded memmap2 v0.9.4
14482024-05-03T02:47:13.477Z Downloaded usdt-impl v0.5.0
14492024-05-03T02:47:13.477Z Downloaded schemars_derive v0.8.16
14502024-05-03T02:47:13.477Z Downloaded same-file v1.0.6
14512024-05-03T02:47:13.477Z Downloaded num-complex v0.4.5
14522024-05-03T02:47:13.477Z Downloaded zerocopy-derive v0.7.32
14532024-05-03T02:47:13.477Z Downloaded tokio-tungstenite v0.21.0
14542024-05-03T02:47:13.477Z Downloaded darling_core v0.20.8
14552024-05-03T02:47:13.477Z Downloaded env_logger v0.9.3
14562024-05-03T02:47:13.477Z Downloaded slog-scope v4.4.0
14572024-05-03T02:47:13.477Z Downloaded rustc_version v0.1.7
14582024-05-03T02:47:13.477Z Downloaded proc-macro-error-attr v1.0.4
14592024-05-03T02:47:13.477Z Downloaded plain v0.2.3
14602024-05-03T02:47:13.478Z Downloaded paste v1.0.14
14612024-05-03T02:47:13.478Z Downloaded num_enum_derive v0.5.11
14622024-05-03T02:47:13.478Z Downloaded structmeta v0.3.0
14632024-05-03T02:47:13.478Z Downloaded strsim v0.11.0
14642024-05-03T02:47:13.478Z Downloaded strsim v0.10.0
14652024-05-03T02:47:13.478Z Downloaded slog-bunyan v2.5.0
14662024-05-03T02:47:13.478Z Downloaded slog-async v2.8.0
14672024-05-03T02:47:13.478Z Downloaded scroll_derive v0.12.0
14682024-05-03T02:47:13.478Z Downloaded hubpack v0.1.2
14692024-05-03T02:47:13.478Z Downloaded embedded-io v0.4.0
14702024-05-03T02:47:13.478Z Downloaded crossbeam-utils v0.8.19
14712024-05-03T02:47:13.478Z Downloaded enum-as-inner v0.5.1
14722024-05-03T02:47:13.478Z Downloaded either v1.10.0
14732024-05-03T02:47:13.478Z Downloaded defmt-macros v0.3.7
14742024-05-03T02:47:13.478Z Downloaded usdt-macro v0.5.0
14752024-05-03T02:47:13.478Z Downloaded foreign-types-macros v0.2.3
14762024-05-03T02:47:13.478Z Downloaded fastrand v2.0.2
14772024-05-03T02:47:13.478Z Downloaded darling v0.20.8
14782024-05-03T02:47:13.478Z Downloaded deranged v0.3.11
14792024-05-03T02:47:13.478Z Downloaded defmt v0.3.6
14802024-05-03T02:47:13.478Z Downloaded instant v0.1.12
14812024-05-03T02:47:13.478Z Downloaded hash32 v0.3.1
14822024-05-03T02:47:13.478Z Downloaded foreign-types v0.5.0
14832024-05-03T02:47:13.478Z Downloaded crossbeam-deque v0.8.5
14842024-05-03T02:47:13.479Z Downloaded dof v0.3.0
14852024-05-03T02:47:13.479Z Downloaded dirs-sys-next v0.1.2
14862024-05-03T02:47:13.479Z Downloaded arrayref v0.3.7
14872024-05-03T02:47:13.479Z Downloaded match_cfg v0.1.0
14882024-05-03T02:47:13.479Z Downloaded ident_case v1.0.1
14892024-05-03T02:47:13.479Z Downloaded foreign-types-shared v0.3.1
14902024-05-03T02:47:13.479Z Downloaded crossbeam-epoch v0.9.18
14912024-05-03T02:47:13.479Z Downloaded crc8 v0.1.1
14922024-05-03T02:47:13.479Z Downloaded bitstruct v0.1.1
14932024-05-03T02:47:13.479Z Downloaded thread_local v1.1.8
14942024-05-03T02:47:13.479Z Downloaded thread-id v4.2.1
14952024-05-03T02:47:13.479Z Downloaded darling_macro v0.20.8
14962024-05-03T02:47:13.479Z Downloaded crossbeam-channel v0.5.12
14972024-05-03T02:47:13.479Z Downloaded ring v0.16.20
14982024-05-03T02:47:13.479Z Downloaded ciborium-io v0.2.2
14992024-05-03T02:47:13.479Z Downloaded base64 v0.13.1
15002024-05-03T02:47:13.479Z Downloaded strum_macros v0.26.2
15012024-05-03T02:47:13.479Z Downloaded strum_macros v0.25.3
15022024-05-03T02:47:13.479Z Downloaded fxhash v0.2.1
15032024-05-03T02:47:13.479Z Downloaded cstr-argument v0.1.2
15042024-05-03T02:47:13.479Z Downloaded colored v2.1.0
15052024-05-03T02:47:13.479Z Downloaded bitflags v1.3.2
15062024-05-03T02:47:13.485Z Downloaded arc-swap v1.7.1
15072024-05-03T02:47:13.485Z Downloaded byteorder v1.5.0
15082024-05-03T02:47:13.485Z Downloaded atomic-waker v1.1.2
15092024-05-03T02:47:13.485Z Downloaded async-stream-impl v0.3.5
15102024-05-03T02:47:14.084Z Compiling proc-macro2 v1.0.79
15112024-05-03T02:47:14.084Z Compiling unicode-ident v1.0.12
15122024-05-03T02:47:14.089Z Compiling cfg-if v1.0.0
15132024-05-03T02:47:14.089Z Compiling libc v0.2.153
15142024-05-03T02:47:14.089Z Compiling version_check v0.9.4
15152024-05-03T02:47:14.100Z Compiling autocfg v1.1.0
15162024-05-03T02:47:14.104Z Compiling serde v1.0.199
15172024-05-03T02:47:14.104Z Compiling once_cell v1.19.0
15182024-05-03T02:47:14.168Z Compiling byteorder v1.5.0
15192024-05-03T02:47:14.246Z Compiling itoa v1.0.10
15202024-05-03T02:47:14.441Z Compiling memchr v2.7.1
15212024-05-03T02:47:14.490Z Compiling syn v1.0.109
15222024-05-03T02:47:14.560Z Compiling ryu v1.0.17
15232024-05-03T02:47:14.631Z Compiling allocator-api2 v0.2.16
15242024-05-03T02:47:14.642Z Compiling ahash v0.8.11
15252024-05-03T02:47:14.743Z Compiling serde_json v1.0.116
15262024-05-03T02:47:14.877Z Compiling thiserror v1.0.59
15272024-05-03T02:47:15.041Z Compiling equivalent v1.0.1
15282024-05-03T02:47:15.105Z Compiling log v0.4.21
15292024-05-03T02:47:15.121Z Compiling cc v1.0.90
15302024-05-03T02:47:15.369Z Compiling quote v1.0.35
15312024-05-03T02:47:15.381Z Compiling getrandom v0.2.12
15322024-05-03T02:47:15.530Z Compiling pin-project-lite v0.2.13
15332024-05-03T02:47:15.617Z Compiling lock_api v0.4.11
15342024-05-03T02:47:15.626Z Compiling smallvec v1.13.2
15352024-05-03T02:47:15.634Z Compiling scopeguard v1.2.0
15362024-05-03T02:47:15.739Z Compiling syn v2.0.55
15372024-05-03T02:47:16.030Z Compiling libm v0.2.8
15382024-05-03T02:47:16.107Z Compiling num-traits v0.2.18
15392024-05-03T02:47:16.291Z Compiling parking_lot_core v0.9.9
15402024-05-03T02:47:16.412Z Compiling fnv v1.0.7
15412024-05-03T02:47:16.494Z Compiling num_cpus v1.16.0
15422024-05-03T02:47:16.547Z Compiling signal-hook-registry v1.4.1
15432024-05-03T02:47:16.593Z Compiling mio v0.8.11
15442024-05-03T02:47:17.277Z Compiling parking_lot v0.12.1
15452024-05-03T02:47:17.515Z Compiling socket2 v0.5.6
15462024-05-03T02:47:17.751Z Compiling futures-core v0.3.30
15472024-05-03T02:47:17.856Z Compiling slab v0.4.9
15482024-05-03T02:47:17.934Z Compiling futures-sink v0.3.30
15492024-05-03T02:47:17.981Z Compiling dyn-clone v1.0.17
15502024-05-03T02:47:18.062Z Compiling ring v0.17.8
15512024-05-03T02:47:18.190Z Compiling heck v0.4.1
15522024-05-03T02:47:18.351Z Compiling futures-channel v0.3.30
15532024-05-03T02:47:18.598Z Compiling pin-utils v0.1.0
15542024-05-03T02:47:18.641Z Compiling futures-io v0.3.30
15552024-05-03T02:47:18.678Z Compiling futures-task v0.3.30
15562024-05-03T02:47:18.686Z Compiling spin v0.9.8
15572024-05-03T02:47:18.763Z Compiling tracing-core v0.1.32
15582024-05-03T02:47:18.909Z Compiling untrusted v0.9.0
15592024-05-03T02:47:19.371Z Compiling iana-time-zone v0.1.60
15602024-05-03T02:47:19.374Z Compiling schemars v0.8.16
15612024-05-03T02:47:19.375Z Compiling vcpkg v0.2.15
15622024-05-03T02:47:19.422Z Compiling pkg-config v0.3.30
15632024-05-03T02:47:19.533Z Compiling uuid v0.8.2
15642024-05-03T02:47:20.073Z Compiling httparse v1.8.0
15652024-05-03T02:47:20.478Z Compiling tinyvec_macros v0.1.1
15662024-05-03T02:47:20.550Z Compiling slog v2.7.0
15672024-05-03T02:47:20.563Z Compiling tinyvec v1.6.0
15682024-05-03T02:47:20.690Z Compiling percent-encoding v2.3.1
15692024-05-03T02:47:20.822Z Compiling openssl-sys v0.9.101
15702024-05-03T02:47:21.050Z Compiling ucd-trie v0.1.6
15712024-05-03T02:47:21.059Z Compiling uuid v1.8.0
15722024-05-03T02:47:21.550Z Compiling serde_derive_internals v0.26.0
15732024-05-03T02:47:21.930Z Compiling chrono v0.4.38
15742024-05-03T02:47:21.950Z Compiling unicode-normalization v0.1.23
15752024-05-03T02:47:21.962Z Compiling form_urlencoded v1.2.1
15762024-05-03T02:47:22.979Z Compiling aho-corasick v1.1.3
15772024-05-03T02:47:22.988Z Compiling regex-syntax v0.8.2
15782024-05-03T02:47:23.764Z Compiling openssl v0.10.64
15792024-05-03T02:47:23.927Z Compiling foreign-types-shared v0.1.1
15802024-05-03T02:47:24.013Z Compiling try-lock v0.2.5
15812024-05-03T02:47:24.140Z Compiling typenum v1.17.0
15822024-05-03T02:47:24.186Z Compiling unicode-bidi v0.3.15
15832024-05-03T02:47:25.295Z Compiling want v0.3.1
15842024-05-03T02:47:25.570Z Compiling foreign-types v0.3.2
15852024-05-03T02:47:25.820Z Compiling generic-array v0.14.7
15862024-05-03T02:47:25.971Z Compiling tower-service v0.3.2
15872024-05-03T02:47:26.072Z Compiling native-tls v0.2.11
15882024-05-03T02:47:26.152Z Compiling bitflags v2.5.0
15892024-05-03T02:47:26.410Z Compiling regex-automata v0.4.6
15902024-05-03T02:47:26.438Z Compiling rustls v0.21.10
15912024-05-03T02:47:26.745Z Compiling httpdate v1.0.3
15922024-05-03T02:47:26.754Z Compiling schemars_derive v0.8.16
15932024-05-03T02:47:27.232Z Compiling idna v0.5.0
15942024-05-03T02:47:27.555Z Compiling serde_derive v1.0.199
15952024-05-03T02:47:28.506Z Compiling zerocopy-derive v0.7.32
15962024-05-03T02:47:28.970Z Compiling thiserror-impl v1.0.59
15972024-05-03T02:47:29.594Z Compiling tokio-macros v2.2.0
15982024-05-03T02:47:29.905Z Compiling futures-macro v0.3.30
15992024-05-03T02:47:31.412Z Compiling tracing-attributes v0.1.27
16002024-05-03T02:47:31.412Z Compiling zerocopy v0.7.32
16012024-05-03T02:47:31.412Z Compiling openssl-macros v0.1.1
16022024-05-03T02:47:31.901Z Compiling pest v2.7.8
16032024-05-03T02:47:31.925Z Compiling futures-util v0.3.30
16042024-05-03T02:47:32.481Z Compiling hashbrown v0.14.3
16052024-05-03T02:47:33.760Z Compiling tracing v0.1.40
16062024-05-03T02:47:33.880Z Compiling regress v0.9.0
16072024-05-03T02:47:34.148Z Compiling pest_meta v2.7.8
16082024-05-03T02:47:34.643Z Compiling regex v1.10.4
16092024-05-03T02:47:36.723Z Compiling pest_generator v2.7.8
16102024-05-03T02:47:37.011Z Compiling sct v0.7.1
16112024-05-03T02:47:37.318Z Compiling rustls-webpki v0.101.7
16122024-05-03T02:47:38.108Z Compiling rand_core v0.6.4
16132024-05-03T02:47:38.116Z Compiling subtle v2.5.0
16142024-05-03T02:47:38.378Z Compiling base64 v0.21.7
16152024-05-03T02:47:38.514Z Compiling openssl-probe v0.1.5
16162024-05-03T02:47:38.569Z Compiling pest_derive v2.7.8
16172024-05-03T02:47:39.498Z Compiling url v2.5.0
16182024-05-03T02:47:39.521Z Compiling encoding_rs v0.8.33
16192024-05-03T02:47:39.547Z Compiling mime v0.3.17
16202024-05-03T02:47:40.226Z Compiling ipnet v2.9.0
16212024-05-03T02:47:40.403Z Compiling unicode-width v0.1.11
16222024-05-03T02:47:40.553Z Compiling getopts v0.2.21
16232024-05-03T02:47:41.003Z Compiling bytes v1.6.0
16242024-05-03T02:47:41.560Z Compiling indexmap v2.2.6
16252024-05-03T02:47:41.696Z Compiling serde_tokenstream v0.2.0
16262024-05-03T02:47:42.177Z Compiling tokio v1.37.0
16272024-05-03T02:47:43.044Z Compiling http v0.2.12
16282024-05-03T02:47:44.266Z Compiling serde_urlencoded v0.7.1
16292024-05-03T02:47:44.572Z Compiling http-body v0.4.6
16302024-05-03T02:47:44.758Z Compiling dtrace-parser v0.2.0
16312024-05-03T02:47:44.997Z Compiling scroll_derive v0.12.0
16322024-05-03T02:47:45.803Z Compiling typify-impl v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
16332024-05-03T02:47:46.236Z Compiling thread-id v4.2.1
16342024-05-03T02:47:46.340Z Compiling usdt-impl v0.5.0
16352024-05-03T02:47:46.727Z Compiling crossbeam-utils v0.8.19
16362024-05-03T02:47:46.914Z Compiling rustversion v1.0.14
16372024-05-03T02:47:46.953Z Compiling omicron-workspace-hack v0.1.0
16382024-05-03T02:47:47.282Z Compiling ppv-lite86 v0.2.17
16392024-05-03T02:47:47.824Z Compiling scroll v0.12.0
16402024-05-03T02:47:47.985Z Compiling rand_chacha v0.3.1
16412024-05-03T02:47:48.148Z Compiling dof v0.3.0
16422024-05-03T02:47:48.899Z Compiling openapiv3 v2.0.0
16432024-05-03T02:47:49.250Z Compiling block-buffer v0.10.4
16442024-05-03T02:47:49.436Z Compiling crypto-common v0.1.6
16452024-05-03T02:47:49.603Z Compiling rustls-pemfile v1.0.4
16462024-05-03T02:47:49.621Z Compiling ident_case v1.0.1
16472024-05-03T02:47:49.771Z Compiling webpki-roots v0.25.4
16482024-05-03T02:47:50.309Z Compiling anyhow v1.0.82
16492024-05-03T02:47:50.321Z Compiling sync_wrapper v0.1.2
16502024-05-03T02:47:50.321Z Compiling powerfmt v0.2.0
16512024-05-03T02:47:50.321Z Compiling time-core v0.1.2
16522024-05-03T02:47:50.321Z Compiling num-conv v0.1.0
16532024-05-03T02:47:50.423Z Compiling tokio-util v0.7.10
16542024-05-03T02:47:50.435Z Compiling tokio-rustls v0.24.1
16552024-05-03T02:47:50.495Z Compiling tokio-native-tls v0.3.1
16562024-05-03T02:47:50.747Z Compiling plain v0.2.3
16572024-05-03T02:47:51.248Z Compiling unsafe-libyaml v0.2.11
16582024-05-03T02:47:51.265Z Compiling strsim v0.10.0
16592024-05-03T02:47:51.489Z Compiling h2 v0.3.25
16602024-05-03T02:47:51.898Z Compiling async-trait v0.1.79
16612024-05-03T02:47:52.406Z Compiling serde_yaml v0.9.34+deprecated
16622024-05-03T02:47:52.592Z Compiling darling_core v0.20.8
16632024-05-03T02:47:53.095Z Compiling goblin v0.8.0
16642024-05-03T02:47:53.521Z Compiling time-macros v0.2.17
16652024-05-03T02:47:56.000Z Compiling hyper v0.14.28
16662024-05-03T02:47:56.698Z Compiling deranged v0.3.11
16672024-05-03T02:47:58.549Z Compiling digest v0.10.7
16682024-05-03T02:47:58.935Z Compiling rand v0.8.5
16692024-05-03T02:48:00.921Z Compiling hyper-rustls v0.24.2
16702024-05-03T02:48:00.986Z Compiling hyper-tls v0.5.0
16712024-05-03T02:48:00.993Z Compiling num_threads v0.1.7
16722024-05-03T02:48:01.103Z Compiling rustls-pki-types v1.4.0
16732024-05-03T02:48:01.257Z Compiling reqwest v0.11.27
16742024-05-03T02:48:01.330Z Compiling match_cfg v0.1.0
16752024-05-03T02:48:01.407Z Compiling pretty-hex v0.4.1
16762024-05-03T02:48:01.426Z Compiling hostname v0.3.1
16772024-05-03T02:48:01.683Z Compiling time v0.3.34
16782024-05-03T02:48:02.051Z Compiling darling_macro v0.20.8
16792024-05-03T02:48:04.137Z Compiling progenitor-client v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
16802024-05-03T02:48:04.588Z Compiling dirs-sys-next v0.1.2
16812024-05-03T02:48:04.634Z Compiling instant v0.1.12
16822024-05-03T02:48:04.766Z Compiling rustls v0.22.2
16832024-05-03T02:48:04.803Z Compiling cpufeatures v0.2.12
16842024-05-03T02:48:04.885Z Compiling dirs-next v2.0.0
16852024-05-03T02:48:05.054Z Compiling darling v0.20.8
16862024-05-03T02:48:05.148Z Compiling rustls-webpki v0.102.2
16872024-05-03T02:48:05.290Z Compiling usdt-attr-macro v0.5.0
16882024-05-03T02:48:06.031Z Compiling usdt-macro v0.5.0
16892024-05-03T02:48:06.657Z Compiling serde_spanned v0.6.5
16902024-05-03T02:48:06.850Z Compiling toml_datetime v0.6.5
16912024-05-03T02:48:06.924Z Compiling futures-executor v0.3.30
16922024-05-03T02:48:07.101Z Compiling structmeta-derive v0.3.0
16932024-05-03T02:48:07.321Z Compiling memmap v0.7.0
16942024-05-03T02:48:07.461Z Compiling multer v3.0.0
16952024-05-03T02:48:07.517Z Compiling thread_local v1.1.8
16962024-05-03T02:48:08.018Z Compiling slog-async v2.8.0
16972024-05-03T02:48:08.018Z Compiling winnow v0.6.5
16982024-05-03T02:48:08.018Z Compiling camino v1.1.6
16992024-05-03T02:48:08.050Z Compiling zeroize v1.7.0
17002024-05-03T02:48:08.102Z Compiling paste v1.0.14
17012024-05-03T02:48:08.572Z Compiling usdt v0.5.0
17022024-05-03T02:48:08.710Z Compiling futures v0.3.30
17032024-05-03T02:48:08.815Z Compiling serde_with_macros v3.7.0
17042024-05-03T02:48:09.116Z Compiling term v0.7.0
17052024-05-03T02:48:09.868Z Compiling structmeta v0.3.0
17062024-05-03T02:48:10.157Z Compiling typify-macro v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17072024-05-03T02:48:10.236Z Compiling slog-json v2.6.1
17082024-05-03T02:48:10.626Z Compiling crossbeam-channel v0.5.12
17092024-05-03T02:48:10.864Z Compiling toml_edit v0.22.9
17102024-05-03T02:48:11.259Z Compiling http v1.1.0
17112024-05-03T02:48:11.684Z Compiling async-stream-impl v0.3.5
17122024-05-03T02:48:11.785Z Compiling is-terminal v0.4.12
17132024-05-03T02:48:11.892Z Compiling dropshot v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
17142024-05-03T02:48:12.066Z Compiling lazy_static v1.4.0
17152024-05-03T02:48:12.184Z Compiling atomic-waker v1.1.2
17162024-05-03T02:48:12.223Z Compiling take_mut v0.2.2
17172024-05-03T02:48:12.358Z Compiling base64 v0.22.0
17182024-05-03T02:48:12.362Z Compiling semver v1.0.22
17192024-05-03T02:48:13.042Z Compiling async-stream v0.3.5
17202024-05-03T02:48:13.056Z Compiling tokio-rustls v0.25.0
17212024-05-03T02:48:13.480Z Compiling waitgroup v0.1.2
17222024-05-03T02:48:13.769Z Compiling toml v0.8.12
17232024-05-03T02:48:14.259Z Compiling slog-term v2.9.1
17242024-05-03T02:48:14.259Z Compiling serde_with v3.7.0
17252024-05-03T02:48:14.783Z Compiling slog-bunyan v2.5.0
17262024-05-03T02:48:14.971Z Compiling parse-display-derive v0.9.0
17272024-05-03T02:48:15.339Z Compiling typify v0.0.16 (https://github.com/oxidecomputer/typify#0d30d24c)
17282024-05-03T02:48:15.452Z Compiling progenitor-impl v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17292024-05-03T02:48:17.503Z Compiling sha1 v0.10.6
17302024-05-03T02:48:17.913Z Compiling rustls-pemfile v2.1.1
17312024-05-03T02:48:18.000Z Compiling strum_macros v0.26.2
17322024-05-03T02:48:18.428Z Compiling newtype-uuid v1.0.1
17332024-05-03T02:48:18.514Z Compiling dropshot_endpoint v0.10.1-dev (https://github.com/oxidecomputer/dropshot?branch=main#e6691c18)
17342024-05-03T02:48:18.704Z Compiling hex v0.4.3
17352024-05-03T02:48:19.234Z Compiling serde_path_to_error v0.1.16
17362024-05-03T02:48:19.550Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17372024-05-03T02:48:20.077Z Compiling semver v0.1.20
17382024-05-03T02:48:20.322Z Compiling winnow v0.5.40
17392024-05-03T02:48:20.566Z Compiling debug-ignore v1.0.5
17402024-05-03T02:48:20.574Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
17412024-05-03T02:48:20.614Z Compiling rustc_version v0.1.7
17422024-05-03T02:48:20.729Z Compiling parse-display v0.9.0
17432024-05-03T02:48:20.743Z Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
17442024-05-03T02:48:20.870Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17452024-05-03T02:48:21.086Z Compiling backoff v0.4.0
17462024-05-03T02:48:21.438Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17472024-05-03T02:48:21.450Z Compiling ipnetwork v0.20.0
17482024-05-03T02:48:21.767Z Compiling macaddr v1.0.1
17492024-05-03T02:48:22.203Z Compiling newtype_derive v0.1.6
17502024-05-03T02:48:22.295Z Compiling zerocopy-derive v0.6.6
17512024-05-03T02:48:22.446Z Compiling hubpack_derive v0.1.1
17522024-05-03T02:48:22.535Z Compiling base64ct v1.6.0
17532024-05-03T02:48:22.623Z Compiling strum v0.26.2
17542024-05-03T02:48:22.831Z Compiling strum_macros v0.25.3
17552024-05-03T02:48:23.127Z Compiling password-hash v0.5.0
17562024-05-03T02:48:23.479Z Compiling hubpack v0.1.2
17572024-05-03T02:48:23.963Z Compiling toml_edit v0.19.15
17582024-05-03T02:48:23.973Z Compiling blake2 v0.10.6
17592024-05-03T02:48:28.008Z Compiling serde_repr v0.1.19
17602024-05-03T02:48:28.118Z Compiling zerocopy v0.6.6
17612024-05-03T02:48:28.118Z Compiling num-integer v0.1.46
17622024-05-03T02:48:28.118Z Compiling num-rational v0.4.1
17632024-05-03T02:48:28.118Z Compiling bitflags v1.3.2
17642024-05-03T02:48:28.118Z Compiling fixedbitset v0.4.2
17652024-05-03T02:48:28.118Z Compiling static_assertions v1.1.0
17662024-05-03T02:48:28.119Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17672024-05-03T02:48:28.119Z Compiling progenitor-macro v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
17682024-05-03T02:48:28.119Z Compiling petgraph v0.6.4
17692024-05-03T02:48:28.119Z Compiling argon2 v0.5.3
17702024-05-03T02:48:28.119Z Compiling proc-macro-crate v1.3.1
17712024-05-03T02:48:28.119Z Compiling utf8parse v0.2.1
17722024-05-03T02:48:28.119Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
17732024-05-03T02:48:28.119Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=2739c18e80697aa6bc235c935176d14b4d757ee9#2739c18e)
17742024-05-03T02:48:28.119Z Compiling matches v0.1.10
17752024-05-03T02:48:28.119Z Compiling idna v0.2.3
17762024-05-03T02:48:28.119Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
17772024-05-03T02:48:28.119Z Compiling anstyle-parse v0.2.3
17782024-05-03T02:48:28.174Z Compiling num-iter v0.1.44
17792024-05-03T02:48:28.175Z Compiling foreign-types-macros v0.2.3
17802024-05-03T02:48:28.534Z Compiling enum-as-inner v0.5.1
17812024-05-03T02:48:29.284Z Compiling num-complex v0.4.5
17822024-05-03T02:48:29.329Z Compiling slog-dtrace v0.3.0
17832024-05-03T02:48:29.664Z Compiling steno v0.4.0
17842024-05-03T02:48:29.672Z Compiling parking_lot_core v0.8.6
17852024-05-03T02:48:29.741Z Compiling linked-hash-map v0.5.6
17862024-05-03T02:48:30.067Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
17872024-05-03T02:48:30.089Z Compiling num_enum_derive v0.5.11
17882024-05-03T02:48:30.116Z Compiling colorchoice v1.0.0
17892024-05-03T02:48:30.252Z Compiling data-encoding v2.5.0
17902024-05-03T02:48:30.292Z Compiling humantime v2.1.0
17912024-05-03T02:48:30.302Z Compiling foreign-types-shared v0.3.1
17922024-05-03T02:48:30.374Z Compiling anstyle v1.0.6
17932024-05-03T02:48:30.404Z Compiling anstyle-query v1.0.2
17942024-05-03T02:48:30.520Z Compiling quick-error v1.2.3
17952024-05-03T02:48:30.643Z Compiling resolv-conf v0.7.0
17962024-05-03T02:48:30.781Z Compiling anstream v0.6.13
17972024-05-03T02:48:30.817Z Compiling trust-dns-proto v0.22.0
17982024-05-03T02:48:31.498Z Compiling foreign-types v0.5.0
17992024-05-03T02:48:31.548Z Compiling num v0.4.1
18002024-05-03T02:48:31.595Z Compiling lru-cache v0.1.2
18012024-05-03T02:48:31.822Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18022024-05-03T02:48:31.904Z Compiling num-derive v0.3.3
18032024-05-03T02:48:32.465Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104)
18042024-05-03T02:48:32.532Z Compiling num_enum v0.5.11
18052024-05-03T02:48:32.673Z Compiling cstr-argument v0.1.2
18062024-05-03T02:48:32.902Z Compiling clap_lex v0.7.0
18072024-05-03T02:48:32.911Z Compiling crc32fast v1.4.0
18082024-05-03T02:48:33.014Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1d75565d)
18092024-05-03T02:48:33.375Z Compiling heck v0.5.0
18102024-05-03T02:48:33.383Z Compiling pretty-hex v0.2.1
18112024-05-03T02:48:33.818Z Compiling strsim v0.11.0
18122024-05-03T02:48:33.822Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
18132024-05-03T02:48:33.822Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
18142024-05-03T02:48:33.822Z Compiling clap_derive v4.5.4
18152024-05-03T02:48:33.913Z Compiling clap_builder v4.5.2
18162024-05-03T02:48:34.198Z Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3)
18172024-05-03T02:48:34.451Z Compiling colored v2.1.0
18182024-05-03T02:48:34.839Z Compiling trust-dns-resolver v0.22.0
18192024-05-03T02:48:35.142Z Compiling socket2 v0.4.10
18202024-05-03T02:48:35.256Z Compiling half v2.4.0
18212024-05-03T02:48:35.796Z Compiling ciborium-io v0.2.2
18222024-05-03T02:48:35.903Z Compiling ciborium-ll v0.2.2
18232024-05-03T02:48:36.285Z Compiling parking_lot v0.11.2
18242024-05-03T02:48:37.326Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351)
18252024-05-03T02:48:38.341Z Compiling clap v4.5.4
18262024-05-03T02:48:38.441Z Compiling crossbeam-epoch v0.9.18
18272024-05-03T02:48:38.592Z Compiling fxhash v0.2.1
18282024-05-03T02:48:38.764Z Compiling ciborium v0.2.2
18292024-05-03T02:48:39.274Z Compiling sled v0.34.7
18302024-05-03T02:48:39.525Z Compiling num_enum_derive v0.7.2
18312024-05-03T02:48:39.580Z Compiling minimal-lexical v0.2.1
18322024-05-03T02:48:39.729Z Compiling diff v0.1.13
18332024-05-03T02:48:40.092Z Compiling nom v7.1.3
18342024-05-03T02:48:40.263Z Compiling yansi v0.5.1
18352024-05-03T02:48:40.501Z Compiling pretty_assertions v1.4.0
18362024-05-03T02:48:42.075Z Compiling num_enum v0.7.2
18372024-05-03T02:48:42.976Z Compiling progenitor v0.6.0 (https://github.com/oxidecomputer/progenitor?branch=main#090dd361)
18382024-05-03T02:48:43.069Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=de065a84831e66c829603d9a098e237e8f5faaa1#de065a84)
18392024-05-03T02:48:43.069Z Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18402024-05-03T02:48:43.072Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18412024-05-03T02:48:46.338Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18422024-05-03T02:48:51.774Z Compiling sled-agent-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18432024-05-03T02:48:51.775Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18442024-05-03T02:48:51.775Z Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18452024-05-03T02:49:00.408Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18462024-05-03T02:49:08.653Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18472024-05-03T02:49:16.806Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#2349feb3)
18482024-05-03T02:49:17.699Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18492024-05-03T02:49:19.017Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18502024-05-03T02:49:20.668Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18512024-05-03T02:49:40.830Z Finished test [unoptimized + debuginfo] target(s) in 2m 27s
18522024-05-03T02:49:40.903Z Starting 5 tests across 1 binary (run ID: a9a1d7f1-a60b-47bd-b8aa-5a2c85d8cb3a, nextest profile: default)
18532024-05-03T02:49:40.919Z PASS [ 0.014s] bgp messages::tests::header_round_trip
18542024-05-03T02:49:40.922Z PASS [ 0.013s] bgp messages::tests::open_round_trip
18552024-05-03T02:49:40.928Z PASS [ 0.013s] bgp messages::tests::update_round_trip
18562024-05-03T02:49:48.020Z PASS [ 7.105s] bgp test::test_basic_peering
18572024-05-03T02:49:59.203Z PASS [ 13.106s] bgp test::test_basic_update
18582024-05-03T02:49:59.203Z------------
18592024-05-03T02:49:59.219Z Summary [ 13.118s] 5 tests run: 5 passed, 0 skipped
18602024-05-03T02:49:59.382Z+ cp r1.basic_peering.log r1.basic_update.log r2.basic_peering.log r2.basic_update.log /work/
18612024-05-03T02:49:59.383Zprocess exited: duration 338390 ms, exit code 0
 
18622024-05-03T02:49:59.589Zfound 4 output files
18632024-05-03T02:49:59.599Zuploading: /work/r1.basic_peering.log (7797 bytes)
18642024-05-03T02:50:00.854Zuploaded: /work/r1.basic_peering.log
18652024-05-03T02:50:00.857Zuploading: /work/r1.basic_update.log (4922 bytes)
18662024-05-03T02:50:01.865Zuploaded: /work/r1.basic_update.log
18672024-05-03T02:50:01.865Zuploading: /work/r2.basic_peering.log (8629 bytes)
18682024-05-03T02:50:02.883Zuploaded: /work/r2.basic_peering.log
18692024-05-03T02:50:02.883Zuploading: /work/r2.basic_update.log (16014 bytes)
18702024-05-03T02:50:03.898Zuploaded: /work/r2.basic_update.log