01KNJJPWJPV91J2YMXCRKACV0K: test-bgp

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

Buildomat Job: 01KNJJQCTKB419P11XGJPXM23S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-06T23:47:29.205Zjob assigned to worker 01KNJK23M5NZB9495Q98VHQ37T [factory aws, i-0292ef157bedafecc] (queued for 6 m 33 s)
 
22026-04-06T23:47:35.786Zstarting task 0: "setup"
32026-04-06T23:47:35.791Z++ uname -s
42026-04-06T23:47:35.794Z+ kern=SunOS
52026-04-06T23:47:35.794Z+ build_user=build
62026-04-06T23:47:35.794Z+ build_uid=12345
72026-04-06T23:47:35.794Z+ work_dir=/work
82026-04-06T23:47:35.794Z+ input_dir=/input
92026-04-06T23:47:35.794Z+ [[ 0 == 12345 ]]
102026-04-06T23:47:35.794Z+ case "$kern" in
112026-04-06T23:47:35.795Z+ groupadd -g 12345 build
122026-04-06T23:47:35.798Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-06T23:47:37.802Z+ zfs create -o mountpoint=/work rpool/work
142026-04-06T23:47:37.874Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-06T23:47:37.877Z+ home_fs=zfs
162026-04-06T23:47:37.877Z+ [[ zfs == autofs ]]
172026-04-06T23:47:37.877Z+ mkdir -p /home/build
182026-04-06T23:47:37.878Z+ chown build:build /home/build /work
192026-04-06T23:47:39.878Z+ chmod 0700 /home/build /work
202026-04-06T23:47:39.881Zprocess exited: duration 4096 ms, exit code 0
 
212026-04-06T23:47:39.888Zstarting task 1: "rust-toolchain"
222026-04-06T23:47:39.892Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-06T23:47:39.892Z * rust toolchain channel = "stable"
242026-04-06T23:47:39.892Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-06T23:47:39.892Z * rust toolchain profile = "default"
262026-04-06T23:47:39.892Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-06T23:47:39.892Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-06T23:47:39.896Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-06T23:47:39.896Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-06T23:47:39.993Zinfo: downloading installer
312026-04-06T23:47:41.384Zwarn: It looks like you have an existing installation of Rust at:
322026-04-06T23:47:41.384Zwarn: /opt/ooce/bin
332026-04-06T23:47:41.384Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-06T23:47:41.384Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-06T23:47:41.384Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-06T23:47:41.384Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-06T23:47:41.384Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-06T23:47:41.384Zerror: cannot install while Rust is installed
392026-04-06T23:47:41.384Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-06T23:47:41.384Zwarn: It looks like you have an existing rustup settings file at:
412026-04-06T23:47:41.384Zwarn: /home/build/.rustup/settings.toml
422026-04-06T23:47:41.384Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-06T23:47:41.385Zwarn: instead of the one inferred from the default host triple.
442026-04-06T23:47:41.398Zinfo: profile set to default
452026-04-06T23:47:41.398Zinfo: default host triple is x86_64-unknown-illumos
462026-04-06T23:47:41.401Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-06T23:47:41.551Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-06T23:47:41.555Zinfo: downloading 6 components
492026-04-06T23:47:57.857Z
502026-04-06T23:47:57.857Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-04-06T23:47:57.890Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-06T23:47:57.890Z
532026-04-06T23:47:57.890Z
542026-04-06T23:47:57.890ZRust is installed now. Great!
552026-04-06T23:47:57.890Z
562026-04-06T23:47:57.890ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-06T23:47:57.890Zenvironment variable. This has not been done automatically.
582026-04-06T23:47:57.890Z
592026-04-06T23:47:57.890ZTo configure your current shell, you need to source
602026-04-06T23:47:57.890Zthe corresponding env file under $HOME/.cargo.
612026-04-06T23:47:57.890Z
622026-04-06T23:47:57.890ZThis is usually done by running one of the following (note the leading DOT):
632026-04-06T23:47:57.890Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-06T23:47:57.890Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-06T23:47:57.890Zsource "~/.cargo/env.nu" # For nushell
662026-04-06T23:47:57.890Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-06T23:47:57.890Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-06T23:47:57.890Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-06T23:47:57.894Zwarn: no default linker (`cc`) was found in your PATH
702026-04-06T23:47:57.894Zwarn: many Rust crates require a system C toolchain to build
712026-04-06T23:47:57.977Z+ rustup --version
722026-04-06T23:47:57.986Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-06T23:47:57.989Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-06T23:47:58.007Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-06T23:47:58.012Z+ cargo --version
762026-04-06T23:47:58.022Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-06T23:47:58.025Z+ rustc --version
782026-04-06T23:47:58.043Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-06T23:47:58.048Zprocess exited: duration 18156 ms, exit code 0
 
802026-04-06T23:47:58.057Zstarting task 2: "authentication"
812026-04-06T23:47:58.072Zprocess exited: duration 17 ms, exit code 0
 
822026-04-06T23:47:58.079Zstarting task 3: "clone repository"
832026-04-06T23:47:58.082Z+ mkdir -p /work/oxidecomputer/maghemite
842026-04-06T23:47:58.086Z+ git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite
852026-04-06T23:47:58.227ZCloning into '/work/oxidecomputer/maghemite'...
862026-04-06T23:47:59.106Z+ cd /work/oxidecomputer/maghemite
872026-04-06T23:47:59.106Z+ git fetch origin bb47507694adb24f45a408dcb93a4a28ec05c2df
882026-04-06T23:47:59.319ZFrom https://github.com/oxidecomputer/maghemite
892026-04-06T23:47:59.319Z * branch bb47507694adb24f45a408dcb93a4a28ec05c2df -> FETCH_HEAD
902026-04-06T23:47:59.324Z+ [[ -n levon/make-bgp-dispatch-listen-configurable-v2 ]]
912026-04-06T23:47:59.330Z++ git branch --show-current
922026-04-06T23:47:59.330Z+ current=main
932026-04-06T23:47:59.330Z+ [[ main != levon/make-bgp-dispatch-listen-configurable-v2 ]]
942026-04-06T23:47:59.330Z+ git branch -f levon/make-bgp-dispatch-listen-configurable-v2 bb47507694adb24f45a408dcb93a4a28ec05c2df
952026-04-06T23:47:59.334Z+ git checkout -f levon/make-bgp-dispatch-listen-configurable-v2
962026-04-06T23:47:59.345ZSwitched to branch 'levon/make-bgp-dispatch-listen-configurable-v2'
972026-04-06T23:47:59.348Z+ git reset --hard bb47507694adb24f45a408dcb93a4a28ec05c2df
982026-04-06T23:47:59.361ZHEAD is now at bb47507 actually use unnumbered validation
992026-04-06T23:47:59.365Zprocess exited: duration 1283 ms, exit code 0
 
1002026-04-06T23:47:59.371Zstarting task 4: "build"
1012026-04-06T23:47:59.376Z+ set -e
1022026-04-06T23:47:59.376Z+ source .github/buildomat/test-common.sh
1032026-04-06T23:47:59.376Z++ NEXTEST_VERSION=0.9.97
1042026-04-06T23:47:59.376Z++ PLATFORM=illumos
1052026-04-06T23:47:59.376Z++ banner install
1062026-04-06T23:47:59.379Z
1072026-04-06T23:47:59.379Z # # # #### ##### ## # #
1082026-04-06T23:47:59.379Z # ## # # # # # # #
1092026-04-06T23:47:59.380Z # # # # #### # # # # #
1102026-04-06T23:47:59.380Z # # # # # # ###### # #
1112026-04-06T23:47:59.380Z # # ## # # # # # # #
1122026-04-06T23:47:59.380Z # # # #### # # # ###### ######
1132026-04-06T23:47:59.380Z
1142026-04-06T23:47:59.380Z++ set +o errexit
1152026-04-06T23:47:59.380Z++ pkg info clang-15
1162026-04-06T23:47:59.380Z++ grep -qi installed
1172026-04-06T23:48:01.222Zpkg: info: no packages matching the following patterns you specified are
1182026-04-06T23:48:01.222Zinstalled on the system. Try querying remotely instead:
1192026-04-06T23:48:01.222Z
1202026-04-06T23:48:01.222Z clang-15
1212026-04-06T23:48:01.261Z++ [[ 1 != 0 ]]
1222026-04-06T23:48:01.261Z++ set -o errexit
1232026-04-06T23:48:01.264Z++ pfexec pkg install clang-15
1242026-04-06T23:48:08.528Z Startup: Refreshing catalog 'helios-dev' ... Done
1252026-04-06T23:48:15.307Z Startup: Caching catalogs ... Done
1262026-04-06T23:48:20.090ZPlanning: Solver setup ... Done
1272026-04-06T23:48:20.100ZPlanning: Running solver ... Done
1282026-04-06T23:48:20.211ZPlanning: Finding local manifests ... Done
1292026-04-06T23:48:20.220ZPlanning: Fetching manifests: 0/2 0% complete
1302026-04-06T23:48:20.306ZPlanning: Fetching manifests: 2/2 100% complete
1312026-04-06T23:48:20.335ZPlanning: Package planning ... Done
1322026-04-06T23:48:20.361ZPlanning: Merging actions ... Done
1332026-04-06T23:48:20.497ZPlanning: Checking for conflicting actions ... Done
1342026-04-06T23:48:20.504ZPlanning: Consolidating action changes ... Done
1352026-04-06T23:48:21.921ZPlanning: Evaluating mediators ... Done
1362026-04-06T23:48:21.926ZPlanning: Planning completed in 6.46 seconds
1372026-04-06T23:48:21.938Z Packages to install: 2
1382026-04-06T23:48:21.938Z Mediators to change: 2
1392026-04-06T23:48:21.938Z Services to change: 1
1402026-04-06T23:48:21.942Z Create boot environment: No
1412026-04-06T23:48:21.942ZCreate backup boot environment: No
1422026-04-06T23:48:22.006Z
1432026-04-06T23:48:22.006ZDownload: 0/3076 items 0.0/211.3MB 0% complete
1442026-04-06T23:48:27.007ZDownload: 3024/3076 items 193.4/211.3MB 91% complete (38.7M/s)
1452026-04-06T23:48:27.948ZDownload: Completed 211.31 MB in 5.94 seconds (35.6M/s)
1462026-04-06T23:48:28.194Z Actions: 1/3418 actions (Installing new actions)
1472026-04-06T23:48:31.294Z Actions: Completed 3418 actions in 3.10 seconds.
1482026-04-06T23:48:31.578Z Done
1492026-04-06T23:48:31.578Z Done
1502026-04-06T23:48:32.273Z Done
1512026-04-06T23:48:35.889Z Done
1522026-04-06T23:48:35.963Z Done
1532026-04-06T23:48:35.966Z Done
1542026-04-06T23:48:36.307Z Done
1552026-04-06T23:48:36.952Z++ set -o errexit
1562026-04-06T23:48:36.953Z++ cargo --version
1572026-04-06T23:48:36.960Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
1582026-04-06T23:48:37.117Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
1592026-04-06T23:48:37.120Zinfo: downloading 6 components
1602026-04-06T23:48:54.103Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1612026-04-06T23:48:54.107Z++ rustc --version
1622026-04-06T23:48:54.132Zrustc 1.94.1 (e408947bf 2026-03-25)
1632026-04-06T23:48:54.136Z++ cargo install cargo-nextest --version 0.9.97
1642026-04-06T23:48:54.179Z Updating crates.io index
1652026-04-06T23:48:54.292Z Downloading crates ...
1662026-04-06T23:48:54.356Z Downloaded cargo-nextest v0.9.97
1672026-04-06T23:48:54.424Z Installing cargo-nextest v0.9.97
1682026-04-06T23:48:54.466Z Updating crates.io index
1692026-04-06T23:48:57.367Z Locking 407 packages to latest compatible versions
1702026-04-06T23:48:57.371Z Adding dialoguer v0.11.0 (available: v0.12.0)
1712026-04-06T23:48:57.371Z Adding duct v0.13.7 (available: v1.1.1)
1722026-04-06T23:48:57.374Z Adding enable-ansi-support v0.2.1 (available: v0.3.1)
1732026-04-06T23:48:57.374Z Adding generic-array v0.14.7 (available: v0.14.9)
1742026-04-06T23:48:57.378Z Adding idna_adapter v1.0.0 (available: v1.2.1)
1752026-04-06T23:48:57.378Z Adding nextest-filtering v0.15.0 (available: v0.20.0)
1762026-04-06T23:48:57.378Z Adding nextest-metadata v0.12.2 (available: v0.12.3)
1772026-04-06T23:48:57.381Z Adding nextest-runner v0.80.0 (available: v0.113.0)
1782026-04-06T23:48:57.384Z Adding quick-junit v0.5.2 (available: v0.6.0)
1792026-04-06T23:48:57.400Z Adding target-lexicon v0.13.3 (available: v0.13.5)
1802026-04-06T23:48:57.409Z Downloading crates ...
1812026-04-06T23:48:57.482Z Downloaded futures-channel v0.3.32
1822026-04-06T23:48:57.489Z Downloaded derive-where v1.6.1
1832026-04-06T23:48:57.496Z Downloaded hex v0.4.3
1842026-04-06T23:48:57.501Z Downloaded anstyle v1.0.14
1852026-04-06T23:48:57.504Z Downloaded anstream v1.0.0
1862026-04-06T23:48:57.508Z Downloaded camino v1.2.2
1872026-04-06T23:48:57.511Z Downloaded http-body v1.0.1
1882026-04-06T23:48:57.514Z Downloaded adler2 v2.0.1
1892026-04-06T23:48:57.514Z Downloaded nested v0.1.1
1902026-04-06T23:48:57.514Z Downloaded anstyle-parse v1.0.0
1912026-04-06T23:48:57.517Z Downloaded home v0.5.12
1922026-04-06T23:48:57.520Z Downloaded cargo-platform v0.3.2
1932026-04-06T23:48:57.524Z Downloaded anstyle-query v1.1.5
1942026-04-06T23:48:57.524Z Downloaded http-body-util v0.1.3
1952026-04-06T23:48:57.527Z Downloaded cargo-platform v0.2.0
1962026-04-06T23:48:57.527Z Downloaded backtrace-ext v0.2.1
1972026-04-06T23:48:57.530Z Downloaded atomic-waker v1.1.2
1982026-04-06T23:48:57.533Z Downloaded http v1.4.0
1992026-04-06T23:48:57.536Z Downloaded cfg-expr v0.20.7
2002026-04-06T23:48:57.540Z Downloaded cfg-if v1.0.4
2012026-04-06T23:48:57.540Z Downloaded futures-io v0.3.32
2022026-04-06T23:48:57.540Z Downloaded async-scoped v0.9.0
2032026-04-06T23:48:57.543Z Downloaded futures-macro v0.3.32
2042026-04-06T23:48:57.546Z Downloaded atomicwrites v0.4.4
2052026-04-06T23:48:57.549Z Downloaded colorchoice v1.0.5
2062026-04-06T23:48:57.552Z Downloaded color-spantrace v0.3.0
2072026-04-06T23:48:57.552Z Downloaded block-buffer v0.10.4
2082026-04-06T23:48:57.558Z Downloaded clap_lex v1.1.0
2092026-04-06T23:48:57.561Z Downloaded cpufeatures v0.2.17
2102026-04-06T23:48:57.564Z Downloaded futures-executor v0.3.32
2112026-04-06T23:48:57.567Z Downloaded bytes v1.11.1
2122026-04-06T23:48:57.571Z Downloaded cfg_aliases v0.2.1
2132026-04-06T23:48:57.574Z Downloaded rand_core v0.6.4
2142026-04-06T23:48:57.574Z Downloaded debug-ignore v1.0.5
2152026-04-06T23:48:57.578Z Downloaded owo-colors v4.3.0
2162026-04-06T23:48:57.578Z Downloaded newtype-uuid v1.3.2
2172026-04-06T23:48:57.578Z Downloaded heck v0.5.0
2182026-04-06T23:48:57.581Z Downloaded openssl-macros v0.1.1
2192026-04-06T23:48:57.581Z Downloaded lazy_static v1.5.0
2202026-04-06T23:48:57.584Z Downloaded pathdiff v0.2.3
2212026-04-06T23:48:57.584Z Downloaded humantime-serde v1.1.1
2222026-04-06T23:48:57.584Z Downloaded idna_adapter v1.0.0
2232026-04-06T23:48:57.587Z Downloaded futures-task v0.3.32
2242026-04-06T23:48:57.587Z Downloaded mukti-metadata v0.3.0
2252026-04-06T23:48:57.590Z Downloaded is_terminal_polyfill v1.70.2
2262026-04-06T23:48:57.593Z Downloaded foreign-types v0.3.2
2272026-04-06T23:48:57.596Z Downloaded percent-encoding v2.3.2
2282026-04-06T23:48:57.599Z Downloaded openssl-probe v0.2.1
2292026-04-06T23:48:57.599Z Downloaded rustc_version v0.4.1
2302026-04-06T23:48:57.599Z Downloaded camino-tempfile v1.4.1
2312026-04-06T23:48:57.603Z Downloaded scopeguard v1.2.0
2322026-04-06T23:48:57.603Z Downloaded crypto-common v0.1.7
2332026-04-06T23:48:57.603Z Downloaded base64ct v1.8.3
2342026-04-06T23:48:57.606Z Downloaded document-features v0.2.12
2352026-04-06T23:48:57.606Z Downloaded lru-slab v0.1.2
2362026-04-06T23:48:57.606Z Downloaded errno v0.3.14
2372026-04-06T23:48:57.610Z Downloaded generic-array v0.14.7
2382026-04-06T23:48:57.610Z Downloaded serde_ignored v0.1.14
2392026-04-06T23:48:57.614Z Downloaded enable-ansi-support v0.2.1
2402026-04-06T23:48:57.614Z Downloaded fnv v1.0.7
2412026-04-06T23:48:57.614Z Downloaded rustc-hash v2.1.2
2422026-04-06T23:48:57.617Z Downloaded futures-sink v0.3.32
2432026-04-06T23:48:57.617Z Downloaded guppy-workspace-hack v0.1.0
2442026-04-06T23:48:57.617Z Downloaded futures-core v0.3.32
2452026-04-06T23:48:57.617Z Downloaded curve25519-dalek-derive v0.1.1
2462026-04-06T23:48:57.621Z Downloaded pin-project-internal v1.1.11
2472026-04-06T23:48:57.621Z Downloaded guppy v0.17.25
2482026-04-06T23:48:57.624Z Downloaded autocfg v1.5.0
2492026-04-06T23:48:57.627Z Downloaded base64 v0.22.1
2502026-04-06T23:48:57.627Z Downloaded backtrace v0.3.76
2512026-04-06T23:48:57.630Z Downloaded nextest-workspace-hack v0.1.0
2522026-04-06T23:48:57.633Z Downloaded foreign-types-shared v0.1.1
2532026-04-06T23:48:57.636Z Downloaded equivalent v1.0.2
2542026-04-06T23:48:57.640Z Downloaded serde_spanned v1.1.1
2552026-04-06T23:48:57.640Z Downloaded indent_write v2.2.0
2562026-04-06T23:48:57.640Z Downloaded indenter v0.3.4
2572026-04-06T23:48:57.643Z Downloaded shared_child v1.1.1
2582026-04-06T23:48:57.643Z Downloaded serde-value v0.7.0
2592026-04-06T23:48:57.646Z Downloaded serde_urlencoded v0.7.1
2602026-04-06T23:48:57.646Z Downloaded shell-words v1.1.1
2612026-04-06T23:48:57.649Z Downloaded cargo_metadata v0.20.0
2622026-04-06T23:48:57.652Z Downloaded sigchld v0.2.4
2632026-04-06T23:48:57.652Z Downloaded ordered-float v2.10.1
2642026-04-06T23:48:57.655Z Downloaded ed25519 v2.2.3
2652026-04-06T23:48:57.658Z Downloaded cargo-util-schemas v0.2.0
2662026-04-06T23:48:57.661Z Downloaded filetime v0.2.27
2672026-04-06T23:48:57.661Z Downloaded digest v0.10.7
2682026-04-06T23:48:57.665Z Downloaded os_pipe v1.2.3
2692026-04-06T23:48:57.668Z Downloaded number_prefix v0.4.0
2702026-04-06T23:48:57.668Z Downloaded is_ci v1.2.0
2712026-04-06T23:48:57.668Z Downloaded hyper-tls v0.6.0
2722026-04-06T23:48:57.671Z Downloaded signal-hook-mio v0.2.5
2732026-04-06T23:48:57.674Z Downloaded signature v2.2.0
2742026-04-06T23:48:57.677Z Downloaded strsim v0.11.1
2752026-04-06T23:48:57.677Z Downloaded strip-ansi-escapes v0.2.1
2762026-04-06T23:48:57.680Z Downloaded ipnet v2.12.0
2772026-04-06T23:48:57.683Z Downloaded convert_case v0.10.0
2782026-04-06T23:48:57.683Z Downloaded ahash v0.8.12
2792026-04-06T23:48:57.687Z Downloaded nextest-metadata v0.12.2
2802026-04-06T23:48:57.687Z Downloaded itoa v1.0.18
2812026-04-06T23:48:57.687Z Downloaded form_urlencoded v1.2.2
2822026-04-06T23:48:57.687Z Downloaded rand_chacha v0.9.0
2832026-04-06T23:48:57.690Z Downloaded ppv-lite86 v0.2.21
2842026-04-06T23:48:57.690Z Downloaded fastrand v2.4.0
2852026-04-06T23:48:57.693Z Downloaded swrite v0.1.0
2862026-04-06T23:48:57.693Z Downloaded foldhash v0.1.5
2872026-04-06T23:48:57.693Z Downloaded either v1.15.0
2882026-04-06T23:48:57.693Z Downloaded duct v0.13.7
2892026-04-06T23:48:57.696Z Downloaded once_cell v1.21.4
2902026-04-06T23:48:57.696Z Downloaded lock_api v0.4.14
2912026-04-06T23:48:57.699Z Downloaded sync_wrapper v1.0.2
2922026-04-06T23:48:57.699Z Downloaded supports-unicode v3.0.0
2932026-04-06T23:48:57.699Z Downloaded subtle v2.6.1
2942026-04-06T23:48:57.699Z Downloaded cargo_metadata v0.23.1
2952026-04-06T23:48:57.702Z Downloaded supports-hyperlinks v3.2.0
2962026-04-06T23:48:57.702Z Downloaded supports-color v3.0.2
2972026-04-06T23:48:57.702Z Downloaded dialoguer v0.11.0
2982026-04-06T23:48:57.706Z Downloaded terminal_size v0.4.4
2992026-04-06T23:48:57.706Z Downloaded erased-serde v0.4.10
3002026-04-06T23:48:57.709Z Downloaded tinyvec_macros v0.1.1
3012026-04-06T23:48:57.709Z Downloaded serde_path_to_error v0.1.20
3022026-04-06T23:48:57.709Z Downloaded fixedbitset v0.5.7
3032026-04-06T23:48:57.712Z Downloaded serde-untagged v0.1.9
3042026-04-06T23:48:57.712Z Downloaded tokio-macros v2.7.0
3052026-04-06T23:48:57.724Z Downloaded pkcs8 v0.10.2
3062026-04-06T23:48:57.727Z Downloaded pin-project-lite v0.2.17
3072026-04-06T23:48:57.730Z Downloaded jobserver v0.1.34
3082026-04-06T23:48:57.731Z Downloaded addr2line v0.25.1
3092026-04-06T23:48:57.734Z Downloaded find-msvc-tools v0.1.9
3102026-04-06T23:48:57.734Z Downloaded crc32fast v1.5.0
3112026-04-06T23:48:57.737Z Downloaded miette-derive v7.6.0
3122026-04-06T23:48:57.737Z Downloaded rand_core v0.9.5
3132026-04-06T23:48:57.737Z Downloaded const-oid v0.9.6
3142026-04-06T23:48:57.737Z Downloaded bitflags v2.11.0
3152026-04-06T23:48:57.740Z Downloaded simd-adler32 v0.3.9
3162026-04-06T23:48:57.743Z Downloaded signal-hook-registry v1.4.8
3172026-04-06T23:48:57.743Z Downloaded shlex v1.3.0
3182026-04-06T23:48:57.743Z Downloaded toml_write v0.1.2
3192026-04-06T23:48:57.746Z Downloaded spki v0.7.3
3202026-04-06T23:48:57.746Z Downloaded tower-service v0.3.3
3212026-04-06T23:48:57.746Z Downloaded tower-layer v0.3.3
3222026-04-06T23:48:57.746Z Downloaded smol_str v0.3.6
3232026-04-06T23:48:57.749Z Downloaded quote v1.0.45
3242026-04-06T23:48:57.750Z Downloaded try-lock v0.2.5
3252026-04-06T23:48:57.753Z Downloaded serde_spanned v0.6.9
3262026-04-06T23:48:57.753Z Downloaded rustc-demangle v0.1.27
3272026-04-06T23:48:57.753Z Downloaded cc v1.2.59
3282026-04-06T23:48:57.756Z Downloaded getrandom v0.2.17
3292026-04-06T23:48:57.756Z Downloaded toml_datetime v0.6.11
3302026-04-06T23:48:57.759Z Downloaded tracing-error v0.2.1
3312026-04-06T23:48:57.759Z Downloaded clap_derive v4.6.0
3322026-04-06T23:48:57.759Z Downloaded eyre v0.6.12
3332026-04-06T23:48:57.762Z Downloaded typeid v1.0.3
3342026-04-06T23:48:57.762Z Downloaded future-queue v0.4.0
3352026-04-06T23:48:57.762Z Downloaded static_assertions v1.1.0
3362026-04-06T23:48:57.766Z Downloaded slab v0.4.12
3372026-04-06T23:48:57.766Z Downloaded native-tls v0.2.18
3382026-04-06T23:48:57.766Z Downloaded self-replace v1.5.0
3392026-04-06T23:48:57.769Z Downloaded unicode-xid v0.2.6
3402026-04-06T23:48:57.769Z Downloaded quick-junit v0.5.2
3412026-04-06T23:48:57.772Z Downloaded self_update v0.42.0
3422026-04-06T23:48:57.775Z Downloaded miniz_oxide v0.8.9
3432026-04-06T23:48:57.775Z Downloaded hyper-rustls v0.27.7
3442026-04-06T23:48:57.778Z Downloaded globset v0.4.18
3452026-04-06T23:48:57.778Z Downloaded parking_lot_core v0.9.12
3462026-04-06T23:48:57.778Z Downloaded unicode-linebreak v0.1.5
3472026-04-06T23:48:57.781Z Downloaded target-lexicon v0.13.3
3482026-04-06T23:48:57.782Z Downloaded semver v1.0.28
3492026-04-06T23:48:57.782Z Downloaded tokio-native-tls v0.3.1
3502026-04-06T23:48:57.785Z Downloaded thiserror-impl v2.0.18
3512026-04-06T23:48:57.785Z Downloaded thiserror-impl v1.0.69
3522026-04-06T23:48:57.785Z Downloaded sha2 v0.10.9
3532026-04-06T23:48:57.788Z Downloaded urlencoding v2.1.3
3542026-04-06T23:48:57.788Z Downloaded untrusted v0.9.0
3552026-04-06T23:48:57.788Z Downloaded thiserror v1.0.69
3562026-04-06T23:48:57.791Z Downloaded utf8parse v0.2.2
3572026-04-06T23:48:57.794Z Downloaded version_check v0.9.5
3582026-04-06T23:48:57.794Z Downloaded toml_datetime v1.1.1+spec-1.1.0
3592026-04-06T23:48:57.794Z Downloaded console v0.15.11
3602026-04-06T23:48:57.797Z Downloaded xattr v1.6.1
3612026-04-06T23:48:57.797Z Downloaded want v0.3.1
3622026-04-06T23:48:57.797Z Downloaded parking_lot v0.12.5
3632026-04-06T23:48:57.800Z Downloaded iana-time-zone v0.1.65
3642026-04-06T23:48:57.803Z Downloaded pkg-config v0.3.32
3652026-04-06T23:48:57.808Z Downloaded getrandom v0.3.4
3662026-04-06T23:48:57.808Z Downloaded toml_writer v1.1.1+spec-1.1.0
3672026-04-06T23:48:57.811Z Downloaded clap v4.6.0
3682026-04-06T23:48:57.814Z Downloaded httparse v1.10.1
3692026-04-06T23:48:57.821Z Downloaded humantime v2.3.0
3702026-04-06T23:48:57.824Z Downloaded quinn-udp v0.5.14
3712026-04-06T23:48:57.827Z Downloaded unicase v2.9.0
3722026-04-06T23:48:57.830Z Downloaded num-traits v0.2.19
3732026-04-06T23:48:57.833Z Downloaded tracing-log v0.2.0
3742026-04-06T23:48:57.833Z Downloaded rustls-pki-types v1.14.0
3752026-04-06T23:48:57.837Z Downloaded futures v0.3.32
3762026-04-06T23:48:57.840Z Downloaded ryu v1.0.23
3772026-04-06T23:48:57.840Z Downloaded config v0.15.22
3782026-04-06T23:48:57.843Z Downloaded target-spec-miette v0.4.6
3792026-04-06T23:48:57.846Z Downloaded toml v0.8.23
3802026-04-06T23:48:57.846Z Downloaded utf8_iter v1.0.4
3812026-04-06T23:48:57.846Z Downloaded toml_parser v1.1.2+spec-1.1.0
3822026-04-06T23:48:57.849Z Downloaded tokio-rustls v0.26.4
3832026-04-06T23:48:57.849Z Downloaded zeroize v1.8.2
3842026-04-06T23:48:57.852Z Downloaded litrs v1.0.0
3852026-04-06T23:48:57.852Z Downloaded zipsign-api v0.1.5
3862026-04-06T23:48:57.855Z Downloaded xxhash-rust v0.8.15
3872026-04-06T23:48:57.855Z Downloaded thread_local v1.1.9
3882026-04-06T23:48:57.855Z Downloaded thiserror v2.0.18
3892026-04-06T23:48:57.858Z Downloaded zstd v0.13.3
3902026-04-06T23:48:57.862Z Downloaded zmij v1.0.21
3912026-04-06T23:48:57.862Z Downloaded sharded-slab v0.1.7
3922026-04-06T23:48:57.865Z Downloaded pin-project v1.1.11
3932026-04-06T23:48:57.869Z Downloaded zstd-safe v7.2.4
3942026-04-06T23:48:57.872Z Downloaded socket2 v0.6.3
3952026-04-06T23:48:57.872Z Downloaded smallvec v1.15.1
3962026-04-06T23:48:57.876Z Downloaded signal-hook v0.3.18
3972026-04-06T23:48:57.876Z Downloaded proc-macro2 v1.0.106
3982026-04-06T23:48:57.879Z Downloaded target-spec v3.6.0
3992026-04-06T23:48:57.879Z Downloaded serde_derive v1.0.228
4002026-04-06T23:48:57.882Z Downloaded rustls-webpki v0.103.10
4012026-04-06T23:48:57.882Z Downloaded nextest-filtering v0.15.0
4022026-04-06T23:48:57.885Z Downloaded log v0.4.29
4032026-04-06T23:48:57.888Z Downloaded memchr v2.8.0
4042026-04-06T23:48:57.891Z Downloaded textwrap v0.16.2
4052026-04-06T23:48:57.894Z Downloaded serde_core v1.0.228
4062026-04-06T23:48:57.897Z Downloaded toml v1.1.2+spec-1.1.0
4072026-04-06T23:48:57.897Z Downloaded tokio-stream v0.1.18
4082026-04-06T23:48:57.904Z Downloaded indicatif v0.17.11
4092026-04-06T23:48:57.907Z Downloaded flate2 v1.1.9
4102026-04-06T23:48:57.910Z Downloaded borsh v1.6.1
4112026-04-06T23:48:57.914Z Downloaded tracing-core v0.1.36
4122026-04-06T23:48:57.917Z Downloaded ed25519-dalek v2.2.0
4132026-04-06T23:48:57.921Z Downloaded tracing-attributes v0.1.31
4142026-04-06T23:48:57.921Z Downloaded getrandom v0.4.2
4152026-04-06T23:48:57.924Z Downloaded derive_more-impl v2.1.1
4162026-04-06T23:48:57.924Z Downloaded unicode-ident v1.0.24
4172026-04-06T23:48:57.927Z Downloaded tempfile v3.27.0
4182026-04-06T23:48:57.927Z Downloaded derive_more v2.1.1
4192026-04-06T23:48:57.933Z Downloaded tinyvec v1.11.0
4202026-04-06T23:48:57.936Z Downloaded tar v0.4.45
4212026-04-06T23:48:57.936Z Downloaded vte v0.14.1
4222026-04-06T23:48:57.939Z Downloaded uuid v1.23.0
4232026-04-06T23:48:57.939Z Downloaded toml_edit v0.22.27
4242026-04-06T23:48:57.942Z Downloaded serde v1.0.228
4252026-04-06T23:48:57.945Z Downloaded quinn v0.11.9
4262026-04-06T23:48:57.948Z Downloaded der v0.7.10
4272026-04-06T23:48:57.951Z Downloaded openssl-sys v0.9.112
4282026-04-06T23:48:57.958Z Downloaded indexmap v2.13.1
4292026-04-06T23:48:57.965Z Downloaded hyper-util v0.1.20
4302026-04-06T23:48:57.973Z Downloaded rand v0.9.2
4312026-04-06T23:48:57.992Z Downloaded url v2.5.8
4322026-04-06T23:48:57.998Z Downloaded mio v1.2.0
4332026-04-06T23:48:58.001Z Downloaded typenum v1.19.0
4342026-04-06T23:48:58.005Z Downloaded hashbrown v0.15.5
4352026-04-06T23:48:58.008Z Downloaded miette v7.6.0
4362026-04-06T23:48:58.015Z Downloaded libc v0.2.184
4372026-04-06T23:48:58.035Z Downloaded unicode-segmentation v1.13.2
4382026-04-06T23:48:58.039Z Downloaded ron v0.12.1
4392026-04-06T23:48:58.043Z Downloaded crossterm v0.29.0
4402026-04-06T23:48:58.051Z Downloaded hashbrown v0.16.1
4412026-04-06T23:48:58.057Z Downloaded idna v1.1.0
4422026-04-06T23:48:58.060Z Downloaded tokio-util v0.7.18
4432026-04-06T23:48:58.064Z Downloaded hyper v1.9.0
4442026-04-06T23:48:58.067Z Downloaded tower-http v0.6.8
4452026-04-06T23:48:58.071Z Downloaded iri-string v0.7.12
4462026-04-06T23:48:58.076Z Downloaded regex v1.12.3
4472026-04-06T23:48:58.079Z Downloaded clap_builder v4.6.0
4482026-04-06T23:48:58.083Z Downloaded serde_json v1.0.149
4492026-04-06T23:48:58.087Z Downloaded gimli v0.32.3
4502026-04-06T23:48:58.091Z Downloaded unicode-normalization v0.1.25
4512026-04-06T23:48:58.094Z Downloaded aho-corasick v1.1.4
4522026-04-06T23:48:58.097Z Downloaded pulldown-cmark v0.13.3
4532026-04-06T23:48:58.100Z Downloaded itertools v0.14.0
4542026-04-06T23:48:58.104Z Downloaded futures-util v0.3.32
4552026-04-06T23:48:58.109Z Downloaded h2 v0.4.13
4562026-04-06T23:48:58.112Z Downloaded winnow v1.0.1
4572026-04-06T23:48:58.118Z Downloaded tower v0.5.3
4582026-04-06T23:48:58.122Z Downloaded winnow v0.7.15
4592026-04-06T23:48:58.127Z Downloaded portable-atomic v1.13.1
4602026-04-06T23:48:58.131Z Downloaded reqwest v0.12.28
4612026-04-06T23:48:58.134Z Downloaded quick-xml v0.38.4
4622026-04-06T23:48:58.138Z Downloaded quick-xml v0.37.5
4632026-04-06T23:48:58.141Z Downloaded chrono v0.4.44
4642026-04-06T23:48:58.144Z Downloaded bstr v1.12.1
4652026-04-06T23:48:58.150Z Downloaded webpki-roots v1.0.6
4662026-04-06T23:48:58.156Z Downloaded quinn-proto v0.11.14
4672026-04-06T23:48:58.160Z Downloaded vcpkg v0.2.15
4682026-04-06T23:48:58.181Z Downloaded unicode-width v0.2.2
4692026-04-06T23:48:58.184Z Downloaded syn v2.0.117
4702026-04-06T23:48:58.191Z Downloaded tracing-subscriber v0.3.23
4712026-04-06T23:48:58.195Z Downloaded curve25519-dalek v4.1.3
4722026-04-06T23:48:58.200Z Downloaded unicode-width v0.1.14
4732026-04-06T23:48:58.218Z Downloaded openssl v0.10.76
4742026-04-06T23:48:58.226Z Downloaded nextest-runner v0.80.0
4752026-04-06T23:48:58.240Z Downloaded zerocopy v0.8.48
4762026-04-06T23:48:58.259Z Downloaded color-eyre v0.6.5
4772026-04-06T23:48:58.263Z Downloaded rustix v1.1.4
4782026-04-06T23:48:58.276Z Downloaded regex-syntax v0.8.10
4792026-04-06T23:48:58.279Z Downloaded rustix v0.38.44
4802026-04-06T23:48:58.291Z Downloaded rustls v0.23.37
4812026-04-06T23:48:58.297Z Downloaded nix v0.30.1
4822026-04-06T23:48:58.303Z Downloaded object v0.37.3
4832026-04-06T23:48:58.309Z Downloaded zstd-sys v2.0.16+zstd.1.5.7
4842026-04-06T23:48:58.318Z Downloaded tokio v1.51.0
4852026-04-06T23:48:58.339Z Downloaded tracing v0.1.44
4862026-04-06T23:48:58.369Z Downloaded regex-automata v0.4.14
4872026-04-06T23:48:58.397Z Downloaded petgraph v0.8.3
4882026-04-06T23:48:58.476Z Downloaded recursion v0.5.4
4892026-04-06T23:48:58.483Z Downloaded ring v0.17.14
4902026-04-06T23:48:58.540Z Compiling proc-macro2 v1.0.106
4912026-04-06T23:48:58.540Z Compiling libc v0.2.184
4922026-04-06T23:48:58.540Z Compiling unicode-ident v1.0.24
4932026-04-06T23:48:58.543Z Compiling quote v1.0.45
4942026-04-06T23:48:58.543Z Compiling serde_core v1.0.228
4952026-04-06T23:48:58.543Z Compiling cfg-if v1.0.4
4962026-04-06T23:48:58.543Z Compiling memchr v2.8.0
4972026-04-06T23:48:58.543Z Compiling once_cell v1.21.4
4982026-04-06T23:48:58.754Z Compiling log v0.4.29
4992026-04-06T23:48:58.793Z Compiling pin-project-lite v0.2.17
5002026-04-06T23:48:58.902Z Compiling itoa v1.0.18
5012026-04-06T23:48:58.965Z Compiling serde v1.0.228
5022026-04-06T23:48:59.117Z Compiling futures-core v0.3.32
5032026-04-06T23:48:59.132Z Compiling smallvec v1.15.1
5042026-04-06T23:48:59.273Z Compiling bitflags v2.11.0
5052026-04-06T23:48:59.303Z Compiling hashbrown v0.16.1
5062026-04-06T23:48:59.376Z Compiling equivalent v1.0.2
5072026-04-06T23:48:59.465Z Compiling find-msvc-tools v0.1.9
5082026-04-06T23:48:59.647Z Compiling errno v0.3.14
5092026-04-06T23:48:59.678Z Compiling jobserver v0.1.34
5102026-04-06T23:48:59.692Z Compiling shlex v1.3.0
5112026-04-06T23:48:59.719Z Compiling bytes v1.11.1
5122026-04-06T23:48:59.836Z Compiling signal-hook-registry v1.4.8
5132026-04-06T23:48:59.873Z Compiling cc v1.2.59
5142026-04-06T23:48:59.934Z Compiling mio v1.2.0
5152026-04-06T23:48:59.945Z Compiling rustix v1.1.4
5162026-04-06T23:48:59.989Z Compiling syn v2.0.117
5172026-04-06T23:49:00.088Z Compiling futures-sink v0.3.32
5182026-04-06T23:49:00.203Z Compiling socket2 v0.6.3
5192026-04-06T23:49:00.429Z Compiling slab v0.4.12
5202026-04-06T23:49:00.643Z Compiling zmij v1.0.21
5212026-04-06T23:49:00.688Z Compiling futures-channel v0.3.32
5222026-04-06T23:49:00.715Z Compiling tracing-core v0.1.36
5232026-04-06T23:49:00.939Z Compiling indexmap v2.13.1
5242026-04-06T23:49:01.001Z Compiling version_check v0.9.5
5252026-04-06T23:49:01.038Z Compiling serde_json v1.0.149
5262026-04-06T23:49:01.235Z Compiling getrandom v0.4.2
5272026-04-06T23:49:01.286Z Compiling futures-io v0.3.32
5282026-04-06T23:49:01.300Z Compiling futures-task v0.3.32
5292026-04-06T23:49:01.479Z Compiling unicode-width v0.2.2
5302026-04-06T23:49:01.491Z Compiling camino v1.2.2
5312026-04-06T23:49:01.685Z Compiling ring v0.17.14
5322026-04-06T23:49:01.786Z Compiling http v1.4.0
5332026-04-06T23:49:01.790Z Compiling adler2 v2.0.1
5342026-04-06T23:49:01.836Z Compiling zeroize v1.8.2
5352026-04-06T23:49:01.866Z Compiling simd-adler32 v0.3.9
5362026-04-06T23:49:01.979Z Compiling autocfg v1.5.0
5372026-04-06T23:49:02.048Z Compiling percent-encoding v2.3.2
5382026-04-06T23:49:02.319Z Compiling miniz_oxide v0.8.9
5392026-04-06T23:49:02.332Z Compiling num-traits v0.2.19
5402026-04-06T23:49:02.556Z Compiling object v0.37.3
5412026-04-06T23:49:02.724Z Compiling getrandom v0.3.4
5422026-04-06T23:49:02.839Z Compiling zerocopy v0.8.48
5432026-04-06T23:49:02.990Z Compiling target-lexicon v0.13.3
5442026-04-06T23:49:03.276Z Compiling http-body v1.0.1
5452026-04-06T23:49:03.305Z Compiling rustls-pki-types v1.14.0
5462026-04-06T23:49:03.438Z Compiling semver v1.0.28
5472026-04-06T23:49:03.498Z Compiling getrandom v0.2.17
5482026-04-06T23:49:03.603Z Compiling untrusted v0.9.0
5492026-04-06T23:49:03.667Z Compiling serde_derive v1.0.228
5502026-04-06T23:49:03.687Z Compiling tokio-macros v2.7.0
5512026-04-06T23:49:03.712Z Compiling futures-macro v0.3.32
5522026-04-06T23:49:03.733Z Compiling tracing-attributes v0.1.31
5532026-04-06T23:49:03.967Z Compiling owo-colors v4.3.0
5542026-04-06T23:49:04.106Z Compiling signal-hook v0.3.18
5552026-04-06T23:49:04.150Z Compiling fnv v1.0.7
5562026-04-06T23:49:04.253Z Compiling thiserror v2.0.18
5572026-04-06T23:49:04.278Z Compiling httparse v1.10.1
5582026-04-06T23:49:04.307Z Compiling typenum v1.19.0
5592026-04-06T23:49:04.405Z Compiling tokio v1.51.0
5602026-04-06T23:49:04.518Z Compiling futures-util v0.3.32
5612026-04-06T23:49:04.577Z Compiling gimli v0.32.3
5622026-04-06T23:49:04.615Z Compiling guppy-workspace-hack v0.1.0
5632026-04-06T23:49:04.903Z Compiling thiserror-impl v2.0.18
5642026-04-06T23:49:04.928Z Compiling tracing v0.1.44
5652026-04-06T23:49:06.271Z Compiling form_urlencoded v1.2.2
5662026-04-06T23:49:06.538Z Compiling addr2line v0.25.1
5672026-04-06T23:49:06.918Z Compiling generic-array v0.14.7
5682026-04-06T23:49:06.951Z Compiling rustls v0.23.37
5692026-04-06T23:49:07.105Z Compiling fastrand v2.4.0
5702026-04-06T23:49:07.146Z Compiling target-spec v3.6.0
5712026-04-06T23:49:07.157Z Compiling pkg-config v0.3.32
5722026-04-06T23:49:07.207Z Compiling rustc-demangle v0.1.27
5732026-04-06T23:49:07.414Z Compiling typeid v1.0.3
5742026-04-06T23:49:07.427Z Compiling atomic-waker v1.1.2
5752026-04-06T23:49:07.559Z Compiling tower-service v0.3.3
5762026-04-06T23:49:07.582Z Compiling try-lock v0.2.5
5772026-04-06T23:49:07.661Z Compiling idna_adapter v1.0.0
5782026-04-06T23:49:07.694Z Compiling utf8_iter v1.0.4
5792026-04-06T23:49:07.706Z Compiling thiserror v1.0.69
5802026-04-06T23:49:07.803Z Compiling idna v1.1.0
5812026-04-06T23:49:07.854Z Compiling want v0.3.1
5822026-04-06T23:49:08.043Z Compiling zstd-sys v2.0.16+zstd.1.5.7
5832026-04-06T23:49:08.207Z Compiling tempfile v3.27.0
5842026-04-06T23:49:08.263Z Compiling tokio-util v0.7.18
5852026-04-06T23:49:08.460Z Compiling cfg-expr v0.20.7
5862026-04-06T23:49:09.081Z Compiling backtrace v0.3.76
5872026-04-06T23:49:09.312Z Compiling h2 v0.4.13
5882026-04-06T23:49:09.500Z Compiling thiserror-impl v1.0.69
5892026-04-06T23:49:09.802Z Compiling terminal_size v0.4.4
5902026-04-06T23:49:09.885Z Compiling aho-corasick v1.1.4
5912026-04-06T23:49:09.957Z Compiling erased-serde v0.4.10
5922026-04-06T23:49:10.056Z Compiling regex-syntax v0.8.10
5932026-04-06T23:49:10.250Z Compiling subtle v2.6.1
5942026-04-06T23:49:10.411Z Compiling winnow v0.7.15
5952026-04-06T23:49:10.647Z Compiling rustls-webpki v0.103.10
5962026-04-06T23:49:12.262Z Compiling hyper v1.9.0
5972026-04-06T23:49:13.159Z Compiling regex-automata v0.4.14
5982026-04-06T23:49:15.418Z Compiling url v2.5.8
5992026-04-06T23:49:16.072Z Compiling toml_datetime v0.6.11
6002026-04-06T23:49:16.444Z Compiling serde_spanned v0.6.9
6012026-04-06T23:49:16.604Z Compiling ahash v0.8.12
6022026-04-06T23:49:16.847Z Compiling sync_wrapper v1.0.2
6032026-04-06T23:49:16.968Z Compiling unicode-linebreak v0.1.5
6042026-04-06T23:49:17.171Z Compiling foldhash v0.1.5
6052026-04-06T23:49:17.247Z Compiling tower-layer v0.3.3
6062026-04-06T23:49:17.298Z Compiling crc32fast v1.5.0
6072026-04-06T23:49:17.393Z Compiling is_ci v1.2.0
6082026-04-06T23:49:17.446Z Compiling portable-atomic v1.13.1
6092026-04-06T23:49:17.562Z Compiling ipnet v2.12.0
6102026-04-06T23:49:17.581Z Compiling base64 v0.22.1
6112026-04-06T23:49:17.828Z Compiling parking_lot_core v0.9.12
6122026-04-06T23:49:17.879Z Compiling lazy_static v1.5.0
6132026-04-06T23:49:17.997Z Compiling either v1.15.0
6142026-04-06T23:49:18.056Z Compiling unicode-segmentation v1.13.2
6152026-04-06T23:49:18.092Z Compiling toml_write v0.1.2
6162026-04-06T23:49:18.112Z Compiling nextest-workspace-hack v0.1.0
6172026-04-06T23:49:18.244Z Compiling sharded-slab v0.1.7
6182026-04-06T23:49:18.338Z Compiling toml_edit v0.22.27
6192026-04-06T23:49:18.397Z Compiling convert_case v0.10.0
6202026-04-06T23:49:18.441Z Compiling hyper-util v0.1.20
6212026-04-06T23:49:18.711Z Compiling supports-color v3.0.2
6222026-04-06T23:49:18.754Z Compiling tower v0.5.3
6232026-04-06T23:49:18.884Z Compiling hashbrown v0.15.5
6242026-04-06T23:49:18.945Z Compiling textwrap v0.16.2
6252026-04-06T23:49:19.383Z Compiling tokio-rustls v0.26.4
6262026-04-06T23:49:19.668Z Compiling backtrace-ext v0.2.1
6272026-04-06T23:49:19.926Z Compiling ordered-float v2.10.1
6282026-04-06T23:49:20.071Z Compiling miette-derive v7.6.0
6292026-04-06T23:49:20.202Z Compiling webpki-roots v1.0.6
6302026-04-06T23:49:20.322Z Compiling pathdiff v0.2.3
6312026-04-06T23:49:20.322Z Compiling console v0.15.11
6322026-04-06T23:49:20.452Z Compiling tracing-log v0.2.0
6332026-04-06T23:49:20.811Z Compiling cargo-platform v0.3.2
6342026-04-06T23:49:21.075Z Compiling os_pipe v1.2.3
6352026-04-06T23:49:21.154Z Compiling thread_local v1.1.9
6362026-04-06T23:49:21.245Z Compiling debug-ignore v1.0.5
6372026-04-06T23:49:21.359Z Compiling winnow v1.0.1
6382026-04-06T23:49:21.382Z Compiling fixedbitset v0.5.7
6392026-04-06T23:49:21.653Z Compiling rustix v0.38.44
6402026-04-06T23:49:21.840Z Compiling utf8parse v0.2.2
6412026-04-06T23:49:21.908Z Compiling iri-string v0.7.12
6422026-04-06T23:49:21.955Z Compiling supports-hyperlinks v3.2.0
6432026-04-06T23:49:21.993Z Compiling ryu v1.0.23
6442026-04-06T23:49:22.175Z Compiling zstd-safe v7.2.4
6452026-04-06T23:49:22.292Z Compiling unicode-width v0.1.14
6462026-04-06T23:49:22.413Z Compiling cfg_aliases v0.2.1
6472026-04-06T23:49:22.489Z Compiling pulldown-cmark v0.13.3
6482026-04-06T23:49:22.598Z Compiling scopeguard v1.2.0
6492026-04-06T23:49:22.704Z Compiling supports-unicode v3.0.0
6502026-04-06T23:49:22.734Z Compiling lock_api v0.4.14
6512026-04-06T23:49:22.812Z Compiling miette v7.6.0
6522026-04-06T23:49:22.882Z Compiling nix v0.30.1
6532026-04-06T23:49:22.976Z Compiling toml_parser v1.1.2+spec-1.1.0
6542026-04-06T23:49:23.255Z Compiling serde_urlencoded v0.7.1
6552026-04-06T23:49:23.545Z Compiling tower-http v0.6.8
6562026-04-06T23:49:24.282Z Compiling anstyle-parse v1.0.0
6572026-04-06T23:49:24.389Z Compiling petgraph v0.8.3
6582026-04-06T23:49:24.512Z Compiling tracing-subscriber v0.3.23
6592026-04-06T23:49:24.526Z Compiling sigchld v0.2.4
6602026-04-06T23:49:24.536Z Compiling cargo_metadata v0.23.1
6612026-04-06T23:49:24.716Z Compiling hyper-rustls v0.27.7
6622026-04-06T23:49:25.402Z Compiling serde-value v0.7.0
6632026-04-06T23:49:26.106Z Compiling serde-untagged v0.1.9
6642026-04-06T23:49:26.275Z Compiling toml v0.8.23
6652026-04-06T23:49:26.970Z Compiling derive_more-impl v2.1.1
6662026-04-06T23:49:27.788Z Compiling itertools v0.14.0
6672026-04-06T23:49:27.800Z Compiling regex v1.12.3
6682026-04-06T23:49:27.833Z Compiling crypto-common v0.1.7
6692026-04-06T23:49:27.963Z Compiling block-buffer v0.10.4
6702026-04-06T23:49:28.115Z Compiling ppv-lite86 v0.2.21
6712026-04-06T23:49:28.145Z Compiling futures-executor v0.3.32
6722026-04-06T23:49:28.444Z Compiling rand_core v0.9.5
6732026-04-06T23:49:28.672Z Compiling pin-project-internal v1.1.11
6742026-04-06T23:49:28.696Z Compiling http-body-util v0.1.3
6752026-04-06T23:49:28.967Z Compiling uuid v1.23.0
6762026-04-06T23:49:29.164Z Compiling smol_str v0.3.6
6772026-04-06T23:49:29.196Z Compiling serde_spanned v1.1.1
6782026-04-06T23:49:29.259Z Compiling toml_datetime v1.1.1+spec-1.1.0
6792026-04-06T23:49:29.355Z Compiling filetime v0.2.27
6802026-04-06T23:49:29.500Z Compiling bstr v1.12.1
6812026-04-06T23:49:29.500Z Compiling vte v0.14.1
6822026-04-06T23:49:29.558Z Compiling iana-time-zone v0.1.65
6832026-04-06T23:49:29.670Z Compiling colorchoice v1.0.5
6842026-04-06T23:49:29.701Z Compiling number_prefix v0.4.0
6852026-04-06T23:49:29.701Z Compiling self_update v0.42.0
6862026-04-06T23:49:29.727Z Compiling anstyle-query v1.1.5
6872026-04-06T23:49:29.830Z Compiling litrs v1.0.0
6882026-04-06T23:49:29.892Z Compiling anstyle v1.0.14
6892026-04-06T23:49:29.939Z Compiling nested v0.1.1
6902026-04-06T23:49:30.035Z Compiling unicase v2.9.0
6912026-04-06T23:49:30.139Z Compiling color-spantrace v0.3.0
6922026-04-06T23:49:30.162Z Compiling eyre v0.6.12
6932026-04-06T23:49:30.175Z Compiling tinyvec_macros v0.1.1
6942026-04-06T23:49:30.220Z Compiling static_assertions v1.1.0
6952026-04-06T23:49:30.247Z Compiling xattr v1.6.1
6962026-04-06T23:49:30.278Z Compiling is_terminal_polyfill v1.70.2
6972026-04-06T23:49:30.291Z Compiling unicode-xid v0.2.6
6982026-04-06T23:49:30.326Z Compiling document-features v0.2.12
6992026-04-06T23:49:30.370Z Compiling cargo-util-schemas v0.2.0
7002026-04-06T23:49:30.419Z Compiling tar v0.4.45
7012026-04-06T23:49:30.423Z Compiling anstream v1.0.0
7022026-04-06T23:49:30.547Z Compiling guppy v0.17.25
7032026-04-06T23:49:30.780Z Compiling tinyvec v1.11.0
7042026-04-06T23:49:30.986Z Compiling globset v0.4.18
7052026-04-06T23:49:31.195Z Compiling indicatif v0.17.11
7062026-04-06T23:49:32.024Z Compiling pin-project v1.1.11
7072026-04-06T23:49:32.130Z Compiling chrono v0.4.44
7082026-04-06T23:49:32.492Z Compiling strip-ansi-escapes v0.2.1
7092026-04-06T23:49:32.792Z Compiling toml v1.1.2+spec-1.1.0
7102026-04-06T23:49:32.998Z Compiling nextest-metadata v0.12.2
7112026-04-06T23:49:33.084Z Compiling newtype-uuid v1.3.2
7122026-04-06T23:49:33.277Z Compiling reqwest v0.12.28
7132026-04-06T23:49:34.214Z Compiling rand_chacha v0.9.0
7142026-04-06T23:49:34.339Z Compiling futures v0.3.32
7152026-04-06T23:49:34.424Z Compiling digest v0.10.7
7162026-04-06T23:49:34.646Z Compiling parking_lot v0.12.5
7172026-04-06T23:49:34.752Z Compiling derive_more v2.1.1
7182026-04-06T23:49:34.833Z Compiling flate2 v1.1.9
7192026-04-06T23:49:35.379Z Compiling tracing-error v0.2.1
7202026-04-06T23:49:35.490Z Compiling shared_child v1.1.1
7212026-04-06T23:49:35.852Z Compiling signal-hook-mio v0.2.5
7222026-04-06T23:49:35.880Z Compiling self-replace v1.5.0
7232026-04-06T23:49:35.983Z Compiling cargo-platform v0.2.0
7242026-04-06T23:49:35.995Z Compiling quick-xml v0.38.4
7252026-04-06T23:49:36.169Z Compiling quick-xml v0.37.5
7262026-04-06T23:49:36.532Z Compiling shell-words v1.1.1
7272026-04-06T23:49:36.806Z Compiling heck v0.5.0
7282026-04-06T23:49:36.873Z Compiling strsim v0.11.1
7292026-04-06T23:49:37.005Z Compiling indenter v0.3.4
7302026-04-06T23:49:37.136Z Compiling cpufeatures v0.2.17
7312026-04-06T23:49:37.435Z Compiling recursion v0.5.4
7322026-04-06T23:49:37.570Z Compiling humantime v2.3.0
7332026-04-06T23:49:37.583Z Compiling clap_lex v1.1.0
7342026-04-06T23:49:37.684Z Compiling urlencoding v2.1.3
7352026-04-06T23:49:37.927Z Compiling clap_builder v4.6.0
7362026-04-06T23:49:37.950Z Compiling humantime-serde v1.1.1
7372026-04-06T23:49:37.993Z Compiling nextest-filtering v0.15.0
7382026-04-06T23:49:38.101Z Compiling clap_derive v4.6.0
7392026-04-06T23:49:38.154Z Compiling sha2 v0.10.9
7402026-04-06T23:49:39.853Z Compiling quick-junit v0.5.2
7412026-04-06T23:49:39.868Z Compiling atomicwrites v0.4.4
7422026-04-06T23:49:40.157Z Compiling cargo_metadata v0.20.0
7432026-04-06T23:49:41.925Z Compiling crossterm v0.29.0
7442026-04-06T23:49:42.963Z Compiling cargo-nextest v0.9.97
7452026-04-06T23:49:44.144Z Compiling duct v0.13.7
7462026-04-06T23:49:44.376Z Compiling zstd v0.13.3
7472026-04-06T23:49:44.491Z Compiling async-scoped v0.9.0
7482026-04-06T23:49:44.605Z Compiling rand v0.9.2
7492026-04-06T23:49:44.684Z Compiling config v0.15.22
7502026-04-06T23:49:44.800Z Compiling unicode-normalization v0.1.25
7512026-04-06T23:49:45.125Z Compiling target-spec-miette v0.4.6
7522026-04-06T23:49:45.273Z Compiling future-queue v0.4.0
7532026-04-06T23:49:45.357Z Compiling mukti-metadata v0.3.0
7542026-04-06T23:49:45.376Z Compiling camino-tempfile v1.4.1
7552026-04-06T23:49:45.553Z Compiling tokio-stream v0.1.18
7562026-04-06T23:49:45.561Z Compiling derive-where v1.6.1
7572026-04-06T23:49:45.823Z Compiling serde_ignored v0.1.14
7582026-04-06T23:49:45.842Z Compiling serde_path_to_error v0.1.20
7592026-04-06T23:49:46.023Z Compiling home v0.5.12
7602026-04-06T23:49:46.047Z Compiling xxhash-rust v0.8.15
7612026-04-06T23:49:46.060Z Compiling hex v0.4.3
7622026-04-06T23:49:46.191Z Compiling swrite v0.1.0
7632026-04-06T23:49:46.229Z Compiling indent_write v2.2.0
7642026-04-06T23:49:46.286Z Compiling color-eyre v0.6.5
7652026-04-06T23:49:46.314Z Compiling clap v4.6.0
7662026-04-06T23:49:46.343Z Compiling dialoguer v0.11.0
7672026-04-06T23:49:46.378Z Compiling enable-ansi-support v0.2.1
7682026-04-06T23:49:46.793Z Compiling nextest-runner v0.80.0
7692026-04-06T23:50:04.956Z Finished `release` profile [optimized] target(s) in 1m 10s
7702026-04-06T23:50:05.140Z Installing /home/build/.cargo/bin/cargo-nextest
7712026-04-06T23:50:05.147Z Installed package `cargo-nextest v0.9.97` (executable `cargo-nextest`)
7722026-04-06T23:50:05.265Z+ pushd bgp
7732026-04-06T23:50:05.273Z/work/oxidecomputer/maghemite/bgp /work/oxidecomputer/maghemite
7742026-04-06T23:50:05.273Z+ pfexec cargo nextest run
7752026-04-06T23:50:05.425Z Updating git repository `https://github.com/oxidecomputer/falcon`
7762026-04-06T23:50:06.008ZFrom https://github.com/oxidecomputer/falcon
7772026-04-06T23:50:06.008Z * [new ref] 9167ac10b0deaaf5b0498bfdb57eab9f221087b7 -> refs/commit/9167ac10b0deaaf5b0498bfdb57eab9f221087b7
7782026-04-06T23:50:06.084Z Updating crates.io index
7792026-04-06T23:50:06.088Z Updating git repository `https://github.com/oxidecomputer/dendrite`
7802026-04-06T23:50:06.829ZFrom https://github.com/oxidecomputer/dendrite
7812026-04-06T23:50:06.829Z * [new ref] 37992295b5dc708d8f120cee805d67418741b556 -> refs/commit/37992295b5dc708d8f120cee805d67418741b556
7822026-04-06T23:50:06.897Z Updating git repository `https://github.com/oxidecomputer/ispf`
7832026-04-06T23:50:07.179ZFrom https://github.com/oxidecomputer/ispf
7842026-04-06T23:50:07.180Z * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496
7852026-04-06T23:50:07.243Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
7862026-04-06T23:50:07.568ZFrom https://github.com/oxidecomputer/netadm-sys
7872026-04-06T23:50:07.568Z * [new ref] e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1 -> refs/commit/e9bf1e519ce304bf9cc6e87b50b9c64a77c8b0c1
7882026-04-06T23:50:07.583Z Updating git repository `https://github.com/oxidecomputer/omicron`
7892026-04-06T23:50:15.879ZFrom https://github.com/oxidecomputer/omicron
7902026-04-06T23:50:15.879Z * [new ref] dfcd9ac2d3321f7d286c6bde832faf0306b1e535 -> refs/commit/dfcd9ac2d3321f7d286c6bde832faf0306b1e535
7912026-04-06T23:50:16.285Z Updating git repository `https://github.com/oxidecomputer/opte`
7922026-04-06T23:50:16.862ZFrom https://github.com/oxidecomputer/opte
7932026-04-06T23:50:16.862Z * [new ref] 04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8 -> refs/commit/04c3d5d37d7b919cbf01019d2a17b93ff2df2eb8
7942026-04-06T23:50:16.873Z Updating git repository `https://github.com/illumos/smf-rs`
7952026-04-06T23:50:17.119ZFrom https://github.com/illumos/smf-rs
7962026-04-06T23:50:17.119Z * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4
7972026-04-06T23:50:17.266Z Updating git repository `https://github.com/oxidecomputer/network-interface`
7982026-04-06T23:50:17.514ZFrom https://github.com/oxidecomputer/network-interface
7992026-04-06T23:50:17.515Z * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87
8002026-04-06T23:50:17.647Z Updating git repository `https://github.com/oxidecomputer/zone`
8012026-04-06T23:50:17.907ZFrom https://github.com/oxidecomputer/zone
8022026-04-06T23:50:17.907Z * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91
8032026-04-06T23:50:17.915Z Updating git repository `https://github.com/oxidecomputer/propolis`
8042026-04-06T23:50:19.076ZFrom https://github.com/oxidecomputer/propolis
8052026-04-06T23:50:19.076Z * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f
8062026-04-06T23:50:19.141Z Updating git repository `https://github.com/oxidecomputer/transceiver-control`
8072026-04-06T23:50:19.611ZFrom https://github.com/oxidecomputer/transceiver-control
8082026-04-06T23:50:19.612Z * [new ref] 4bfd6375796ef21a4c8c1f46e639cc663c2f95f8 -> refs/commit/4bfd6375796ef21a4c8c1f46e639cc663c2f95f8
8092026-04-06T23:50:19.681Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
8102026-04-06T23:50:19.934ZFrom https://github.com/oxidecomputer/dlpi-sys
8112026-04-06T23:50:19.935Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
8122026-04-06T23:50:19.945Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
8132026-04-06T23:50:20.220ZFrom https://github.com/jmesmon/rust-libzfs
8142026-04-06T23:50:20.220Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
8152026-04-06T23:50:20.227Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
8162026-04-06T23:50:20.501ZFrom https://github.com/oxidecomputer/rusty-doors
8172026-04-06T23:50:20.501Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
8182026-04-06T23:50:20.529Z Updating git repository `https://github.com/oxidecomputer/lldp`
8192026-04-06T23:50:20.835ZFrom https://github.com/oxidecomputer/lldp
8202026-04-06T23:50:20.836Z * [new ref] c3305fd1a7ea7aba31f3834757a6b931e4f59fe6 -> refs/commit/c3305fd1a7ea7aba31f3834757a6b931e4f59fe6
8212026-04-06T23:50:20.852Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
8222026-04-06T23:50:21.099ZFrom https://github.com/oxidecomputer/slog-error-chain
8232026-04-06T23:50:21.099Z * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2
8242026-04-06T23:50:21.162Z Updating git repository `https://github.com/oxidecomputer/tufaceous`
8252026-04-06T23:50:21.470ZFrom https://github.com/oxidecomputer/tufaceous
8262026-04-06T23:50:21.471Z * [new ref] 1eacfcf0cade44f77d433f31744dbee4abb96465 -> refs/commit/1eacfcf0cade44f77d433f31744dbee4abb96465
8272026-04-06T23:50:21.609Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
8282026-04-06T23:50:22.086ZFrom https://github.com/oxidecomputer/management-gateway-service
8292026-04-06T23:50:22.086Z * [new ref] ea2f39ccdea124b5affcad0ca17bc5dacf65823a -> refs/commit/ea2f39ccdea124b5affcad0ca17bc5dacf65823a
8302026-04-06T23:50:22.116Z Updating git repository `https://github.com/oxidecomputer/crucible`
8312026-04-06T23:50:22.901ZFrom https://github.com/oxidecomputer/crucible
8322026-04-06T23:50:22.901Z * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb
8332026-04-06T23:50:22.945Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
8342026-04-06T23:50:23.207ZFrom https://github.com/oxidecomputer/serde_human_bytes
8352026-04-06T23:50:23.207Z * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322
8362026-04-06T23:50:23.352Z Updating git repository `https://github.com/oxidecomputer/propolis`
8372026-04-06T23:50:23.729ZFrom https://github.com/oxidecomputer/propolis
8382026-04-06T23:50:23.729Z * [new ref] 368a2225b79328514ce0ea9181d8f874019edaa2 -> refs/commit/368a2225b79328514ce0ea9181d8f874019edaa2
8392026-04-06T23:50:24.040Z Updating git repository `https://github.com/oxidecomputer/tofino`
8402026-04-06T23:50:24.293ZFrom https://github.com/oxidecomputer/tofino
8412026-04-06T23:50:24.293Z * [new ref] 7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33 -> refs/commit/7e56ab6e9a64ebae27cd97cd6e10ebf2cfdc3a33
8422026-04-06T23:50:24.351Z Updating git repository `https://github.com/oxidecomputer/maghemite`
8432026-04-06T23:50:24.803ZFrom https://github.com/oxidecomputer/maghemite
8442026-04-06T23:50:24.803Z * [new ref] b603c9f3dccefcf1d3e941c04505ff6bdd1826b6 -> refs/commit/b603c9f3dccefcf1d3e941c04505ff6bdd1826b6
8452026-04-06T23:50:24.834Z Updating git repository `https://github.com/oxidecomputer/clickward`
8462026-04-06T23:50:25.113ZFrom https://github.com/oxidecomputer/clickward
8472026-04-06T23:50:25.113Z * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737
8482026-04-06T23:50:25.275Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
8492026-04-06T23:50:25.562ZFrom https://github.com/oxidecomputer/illumos-devinfo
8502026-04-06T23:50:25.562Z * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640
8512026-04-06T23:50:25.661Z Updating git repository `https://github.com/oxidecomputer/crucible`
8522026-04-06T23:50:25.979ZFrom https://github.com/oxidecomputer/crucible
8532026-04-06T23:50:25.979Z * [new ref] a945a32ba9e1f2098ce3a8963765f1894f37110b -> refs/commit/a945a32ba9e1f2098ce3a8963765f1894f37110b
8542026-04-06T23:50:26.903Z Downloading crates ...
8552026-04-06T23:50:27.016Z Downloaded compression-codecs v0.4.37
8562026-04-06T23:50:27.034Z Downloaded bcs v0.1.6
8572026-04-06T23:50:27.034Z Downloaded ciborium-ll v0.2.2
8582026-04-06T23:50:27.035Z Downloaded const-random v0.1.18
8592026-04-06T23:50:27.035Z Downloaded ciborium-io v0.2.2
8602026-04-06T23:50:27.035Z Downloaded colored v3.1.1
8612026-04-06T23:50:27.035Z Downloaded darling_core v0.21.3
8622026-04-06T23:50:27.035Z Downloaded fxhash v0.2.1
8632026-04-06T23:50:27.035Z Downloaded enum-as-inner v0.6.1
8642026-04-06T23:50:27.035Z Downloaded console v0.16.3
8652026-04-06T23:50:27.035Z Downloaded cipher v0.4.4
8662026-04-06T23:50:27.035Z Downloaded anyhow v1.0.102
8672026-04-06T23:50:27.047Z Downloaded erased-serde v0.3.31
8682026-04-06T23:50:27.047Z Downloaded cobs v0.3.0
8692026-04-06T23:50:27.047Z Downloaded aead v0.5.2
8702026-04-06T23:50:27.047Z Downloaded hmac v0.12.1
8712026-04-06T23:50:27.047Z Downloaded num-derive v0.4.2
8722026-04-06T23:50:27.047Z Downloaded derive-ex v0.1.8
8732026-04-06T23:50:27.047Z Downloaded allocator-api2 v0.2.21
8742026-04-06T23:50:27.048Z Downloaded git-stub-vcs v0.1.0
8752026-04-06T23:50:27.048Z Downloaded ident_case v1.0.1
8762026-04-06T23:50:27.048Z Downloaded ciborium v0.2.2
8772026-04-06T23:50:27.048Z Downloaded dtrace-parser v0.3.0
8782026-04-06T23:50:27.048Z Downloaded cmake v0.1.58
8792026-04-06T23:50:27.058Z Downloaded base16ct v0.2.0
8802026-04-06T23:50:27.058Z Downloaded hostname v0.4.2
8812026-04-06T23:50:27.058Z Downloaded crc8 v0.1.1
8822026-04-06T23:50:27.058Z Downloaded const-random-macro v0.1.16
8832026-04-06T23:50:27.058Z Downloaded hash32 v0.3.1
8842026-04-06T23:50:27.069Z Downloaded hostname v0.3.1
8852026-04-06T23:50:27.069Z Downloaded daft-derive v0.1.5
8862026-04-06T23:50:27.070Z Downloaded highway v1.3.0
8872026-04-06T23:50:27.070Z Downloaded dtrace-parser v0.2.0
8882026-04-06T23:50:27.070Z Downloaded natord v1.0.9
8892026-04-06T23:50:27.070Z Downloaded compression-core v0.4.31
8902026-04-06T23:50:27.070Z Downloaded linked-hash-map v0.5.6
8912026-04-06T23:50:27.107Z Downloaded no-std-compat v0.4.1
8922026-04-06T23:50:27.107Z Downloaded hubpack v0.1.2
8932026-04-06T23:50:27.107Z Downloaded managed v0.8.0
8942026-04-06T23:50:27.107Z Downloaded instant v0.1.13
8952026-04-06T23:50:27.113Z Downloaded fastrand v2.3.0
8962026-04-06T23:50:27.113Z Downloaded libscf-sys v1.1.0
8972026-04-06T23:50:27.113Z Downloaded is-terminal v0.4.17
8982026-04-06T23:50:27.113Z Downloaded heck v0.4.1
8992026-04-06T23:50:27.113Z Downloaded convert_case v0.4.0
9002026-04-06T23:50:27.113Z Downloaded bit-set v0.8.0
9012026-04-06T23:50:27.113Z Downloaded arrayref v0.3.9
9022026-04-06T23:50:27.113Z Downloaded icu_normalizer_data v2.1.1
9032026-04-06T23:50:27.114Z Downloaded dof v0.4.0
9042026-04-06T23:50:27.114Z Downloaded memoffset v0.9.1
9052026-04-06T23:50:27.114Z Downloaded macaddr v1.0.1
9062026-04-06T23:50:27.114Z Downloaded inout v0.1.4
9072026-04-06T23:50:27.114Z Downloaded deranged v0.5.8
9082026-04-06T23:50:27.114Z Downloaded foreign-types v0.5.0
9092026-04-06T23:50:27.114Z Downloaded num-conv v0.2.1
9102026-04-06T23:50:27.114Z Downloaded keccak v0.1.6
9112026-04-06T23:50:27.114Z Downloaded httpdate v1.0.3
9122026-04-06T23:50:27.114Z Downloaded critical-section v1.2.0
9132026-04-06T23:50:27.114Z Downloaded git-stub v1.0.0
9142026-04-06T23:50:27.114Z Downloaded constant_time_eq v0.4.2
9152026-04-06T23:50:27.114Z Downloaded num-iter v0.1.45
9162026-04-06T23:50:27.122Z Downloaded crucible-workspace-hack v0.1.0
9172026-04-06T23:50:27.122Z Downloaded newtype-uuid-macros v0.1.0
9182026-04-06T23:50:27.122Z Downloaded newline-converter v0.3.0
9192026-04-06T23:50:27.122Z Downloaded chacha20 v0.10.0
9202026-04-06T23:50:27.126Z Downloaded dyn-clone v1.0.20
9212026-04-06T23:50:27.127Z Downloaded dunce v1.0.5
9222026-04-06T23:50:27.127Z Downloaded icu_normalizer v2.1.1
9232026-04-06T23:50:27.127Z Downloaded omicron-workspace-hack v0.1.0
9242026-04-06T23:50:27.132Z Downloaded defmt-parser v1.0.0
9252026-04-06T23:50:27.132Z Downloaded dropshot-api-manager-types v0.7.0
9262026-04-06T23:50:27.132Z Downloaded darling_macro v0.21.3
9272026-04-06T23:50:27.132Z Downloaded base16ct v1.0.0
9282026-04-06T23:50:27.138Z Downloaded embedded-io v0.4.0
9292026-04-06T23:50:27.138Z Downloaded darling_macro v0.23.0
9302026-04-06T23:50:27.138Z Downloaded match_cfg v0.1.0
9312026-04-06T23:50:27.138Z Downloaded async-recursion v1.1.1
9322026-04-06T23:50:27.155Z Downloaded async-stream-impl v0.3.6
9332026-04-06T23:50:27.155Z Downloaded idna_adapter v1.2.1
9342026-04-06T23:50:27.155Z Downloaded internet-checksum v0.2.1
9352026-04-06T23:50:27.155Z Downloaded hubpack_derive v0.1.1
9362026-04-06T23:50:27.155Z Downloaded parse-display v0.10.0
9372026-04-06T23:50:27.155Z Downloaded foreign-types-macros v0.2.3
9382026-04-06T23:50:27.155Z Downloaded embedded-io v0.6.1
9392026-04-06T23:50:27.155Z Downloaded lru-cache v0.1.2
9402026-04-06T23:50:27.155Z Downloaded gethostname v0.5.0
9412026-04-06T23:50:27.162Z Downloaded mime v0.3.17
9422026-04-06T23:50:27.162Z Downloaded const_format_proc_macros v0.2.34
9432026-04-06T23:50:27.162Z Downloaded async-stream v0.3.6
9442026-04-06T23:50:27.162Z Downloaded arrayvec v0.7.6
9452026-04-06T23:50:27.162Z Downloaded memmap v0.7.0
9462026-04-06T23:50:27.163Z Downloaded num_enum_derive v0.5.11
9472026-04-06T23:50:27.163Z Downloaded opaque-debug v0.3.1
9482026-04-06T23:50:27.163Z Downloaded displaydoc v0.2.5
9492026-04-06T23:50:27.175Z Downloaded float-ord v0.3.2
9502026-04-06T23:50:27.175Z Downloaded bit-vec v0.8.0
9512026-04-06T23:50:27.175Z Downloaded defmt-macros v1.0.1
9522026-04-06T23:50:27.175Z Downloaded num-derive v0.3.3
9532026-04-06T23:50:27.175Z Downloaded newtype_derive v0.1.6
9542026-04-06T23:50:27.184Z Downloaded foreign-types-shared v0.3.1
9552026-04-06T23:50:27.184Z Downloaded crossbeam-deque v0.8.6
9562026-04-06T23:50:27.184Z Downloaded fixedbitset v0.4.2
9572026-04-06T23:50:27.184Z Downloaded num_threads v0.1.7
9582026-04-06T23:50:27.184Z Downloaded pretty-hex v0.4.2
9592026-04-06T23:50:27.184Z Downloaded powerfmt v0.2.0
9602026-04-06T23:50:27.184Z Downloaded argon2 v0.5.3
9612026-04-06T23:50:27.184Z Downloaded group v0.13.0
9622026-04-06T23:50:27.184Z Downloaded progenitor-client v0.11.2
9632026-04-06T23:50:27.385Z Downloaded multer v3.1.0
9642026-04-06T23:50:27.386Z Downloaded chacha20 v0.9.1
9652026-04-06T23:50:27.386Z Downloaded ingot v0.1.1
9662026-04-06T23:50:27.386Z Downloaded fs-err v3.3.0
9672026-04-06T23:50:27.386Z Downloaded num-complex v0.4.6
9682026-04-06T23:50:27.386Z Downloaded defmt v1.0.1
9692026-04-06T23:50:27.408Z Downloaded dof v0.3.0
9702026-04-06T23:50:27.408Z Downloaded num_enum v0.5.11
9712026-04-06T23:50:27.408Z Downloaded daft v0.1.5
9722026-04-06T23:50:27.408Z Downloaded ipnetwork v0.21.1
9732026-04-06T23:50:27.409Z Downloaded cpufeatures v0.3.0
9742026-04-06T23:50:27.409Z Downloaded potential_utf v0.1.4
9752026-04-06T23:50:27.409Z Downloaded byteorder v1.5.0
9762026-04-06T23:50:27.409Z Downloaded bytecount v0.6.9
9772026-04-06T23:50:27.409Z Downloaded progenitor-macro v0.10.0
9782026-04-06T23:50:27.409Z Downloaded proc-macro-error-attr v1.0.4
9792026-04-06T23:50:27.409Z Downloaded phf_shared v0.12.1
9802026-04-06T23:50:27.409Z Downloaded proc-macro-crate v3.5.0
9812026-04-06T23:50:27.409Z Downloaded proc-macro-crate v1.3.1
9822026-04-06T23:50:27.409Z Downloaded password-hash v0.5.0
9832026-04-06T23:50:27.409Z Downloaded drift v0.1.3
9842026-04-06T23:50:27.409Z Downloaded rand_xorshift v0.4.0
9852026-04-06T23:50:27.409Z Downloaded progenitor-macro v0.13.0
9862026-04-06T23:50:27.409Z Downloaded oxide-tokio-rt v0.1.3
9872026-04-06T23:50:27.409Z Downloaded rand_chacha v0.3.1
9882026-04-06T23:50:27.409Z Downloaded progenitor-client v0.10.0
9892026-04-06T23:50:27.409Z Downloaded nom v7.1.3
9902026-04-06T23:50:27.409Z Downloaded oxnet v0.1.4
9912026-04-06T23:50:27.409Z Downloaded quick-error v1.2.3
9922026-04-06T23:50:27.409Z Downloaded num_enum_derive v0.7.6
9932026-04-06T23:50:27.409Z Downloaded ingot-types v0.1.2
9942026-04-06T23:50:27.409Z Downloaded rustc_version v0.1.7
9952026-04-06T23:50:27.410Z Downloaded libsw-core v0.3.2
9962026-04-06T23:50:27.410Z Downloaded glob v0.3.3
9972026-04-06T23:50:27.410Z Downloaded num_enum v0.7.6
9982026-04-06T23:50:27.410Z Downloaded num-rational v0.4.2
9992026-04-06T23:50:27.411Z Downloaded ff v0.13.1
10002026-04-06T23:50:27.411Z Downloaded phf v0.12.1
10012026-04-06T23:50:27.411Z Downloaded libsw v3.5.0
10022026-04-06T23:50:27.411Z Downloaded foldhash v0.2.0
10032026-04-06T23:50:27.411Z Downloaded csv-core v0.1.13
10042026-04-06T23:50:27.411Z Downloaded olpc-cjson v0.1.4
10052026-04-06T23:50:27.411Z Downloaded ref-cast-impl v1.0.25
10062026-04-06T23:50:27.411Z Downloaded parse-display-derive v0.10.0
10072026-04-06T23:50:27.411Z Downloaded parking_lot_core v0.8.6
10082026-04-06T23:50:27.411Z Downloaded pem v3.0.6
10092026-04-06T23:50:27.411Z Downloaded paste v1.0.15
10102026-04-06T23:50:27.411Z Downloaded serde_repr v0.1.20
10112026-04-06T23:50:27.411Z Downloaded semver v0.1.20
10122026-04-06T23:50:27.411Z Downloaded data-encoding v2.10.0
10132026-04-06T23:50:27.411Z Downloaded num v0.4.3
10142026-04-06T23:50:27.412Z Downloaded progenitor-macro v0.11.2
10152026-04-06T23:50:27.412Z Downloaded darling v0.23.0
10162026-04-06T23:50:27.412Z Downloaded ref-cast v1.0.25
10172026-04-06T23:50:27.412Z Downloaded cookie v0.18.1
10182026-04-06T23:50:27.412Z Downloaded bitflags v1.3.2
10192026-04-06T23:50:27.412Z Downloaded num-integer v0.1.46
10202026-04-06T23:50:27.412Z Downloaded crossbeam-epoch v0.9.18
10212026-04-06T23:50:27.412Z Downloaded progenitor-client v0.13.0
10222026-04-06T23:50:27.412Z Downloaded parking_lot v0.11.2
10232026-04-06T23:50:27.412Z Downloaded memmap2 v0.9.10
10242026-04-06T23:50:27.412Z Downloaded cancel-safe-futures v0.1.5
10252026-04-06T23:50:27.412Z Downloaded progenitor-extras v0.1.1
10262026-04-06T23:50:27.412Z Downloaded secrecy v0.10.3
10272026-04-06T23:50:27.412Z Downloaded scroll_derive v0.12.1
10282026-04-06T23:50:27.412Z Downloaded serde_plain v1.0.2
10292026-04-06T23:50:27.412Z Downloaded rand_core v0.10.0
10302026-04-06T23:50:27.412Z Downloaded progenitor v0.10.0
10312026-04-06T23:50:27.412Z Downloaded proc-macro-error2 v2.0.1
10322026-04-06T23:50:27.412Z Downloaded proc-macro-error-attr2 v2.0.0
10332026-04-06T23:50:27.413Z Downloaded icu_properties_data v2.1.2
10342026-04-06T23:50:27.413Z Downloaded serde_spanned v1.1.0
10352026-04-06T23:50:27.413Z Downloaded sigpipe v0.1.3
10362026-04-06T23:50:27.413Z Downloaded sha1 v0.10.6
10372026-04-06T23:50:27.413Z Downloaded siphasher v1.0.2
10382026-04-06T23:50:27.413Z Downloaded serial_test_derive v3.4.0
10392026-04-06T23:50:27.413Z Downloaded serial_test v3.4.0
10402026-04-06T23:50:27.413Z Downloaded darling_core v0.23.0
10412026-04-06T23:50:27.413Z Downloaded dropshot_endpoint v0.16.7
10422026-04-06T23:50:27.413Z Downloaded serde-big-array v0.5.1
10432026-04-06T23:50:27.413Z Downloaded slog-envlogger v2.2.0
10442026-04-06T23:50:27.413Z Downloaded slog-bunyan v2.5.0
10452026-04-06T23:50:27.414Z Downloaded litemap v0.8.1
10462026-04-06T23:50:27.414Z Downloaded spin v0.5.2
10472026-04-06T23:50:27.414Z Downloaded smawk v0.3.2
10482026-04-06T23:50:27.414Z Downloaded scroll_derive v0.13.1
10492026-04-06T23:50:27.414Z Downloaded linear-map v1.2.0
10502026-04-06T23:50:27.414Z Downloaded fs_extra v1.3.0
10512026-04-06T23:50:27.414Z Downloaded progenitor v0.13.0
10522026-04-06T23:50:27.414Z Downloaded progenitor v0.11.2
10532026-04-06T23:50:27.414Z Downloaded heapless v0.8.0
10542026-04-06T23:50:27.414Z Downloaded rustls-native-certs v0.8.3
10552026-04-06T23:50:27.414Z Downloaded postcard v1.1.3
10562026-04-06T23:50:27.414Z Downloaded darling v0.21.3
10572026-04-06T23:50:27.414Z Downloaded same-file v1.0.6
10582026-04-06T23:50:27.414Z Downloaded rusty-fork v0.3.1
10592026-04-06T23:50:27.414Z Downloaded rustversion v1.0.22
10602026-04-06T23:50:27.414Z Downloaded backon v1.6.0
10612026-04-06T23:50:27.414Z Downloaded pest_derive v2.8.6
10622026-04-06T23:50:27.414Z Downloaded plain v0.2.3
10632026-04-06T23:50:27.414Z Downloaded backoff v0.4.0
10642026-04-06T23:50:27.414Z Downloaded ingot-macros v0.1.1
10652026-04-06T23:50:27.414Z Downloaded async-trait v0.1.89
10662026-04-06T23:50:27.414Z Downloaded take_mut v0.2.2
10672026-04-06T23:50:27.414Z Downloaded diff v0.1.13
10682026-04-06T23:50:27.414Z Downloaded tagptr v0.2.0
10692026-04-06T23:50:27.425Z Downloaded structmeta v0.3.0
10702026-04-06T23:50:27.425Z Downloaded stable_deref_trait v1.2.1
10712026-04-06T23:50:27.425Z Downloaded strum v0.27.2
10722026-04-06T23:50:27.425Z Downloaded strum v0.26.3
10732026-04-06T23:50:27.425Z Downloaded tabwriter v1.4.1
10742026-04-06T23:50:27.425Z Downloaded scroll v0.13.0
10752026-04-06T23:50:27.425Z Downloaded omicron-zone-package v0.12.2
10762026-04-06T23:50:27.425Z Downloaded blake2 v0.10.6
10772026-04-06T23:50:27.425Z Downloaded cargo_toml v0.22.3
10782026-04-06T23:50:27.425Z Downloaded dropshot_endpoint v0.17.0
10792026-04-06T23:50:27.425Z Downloaded resolv-conf v0.7.6
10802026-04-06T23:50:27.426Z Downloaded crossbeam-utils v0.8.21
10812026-04-06T23:50:27.426Z Downloaded time-core v0.1.8
10822026-04-06T23:50:27.426Z Downloaded serde_tokenstream v0.2.3
10832026-04-06T23:50:27.426Z Downloaded schemars_derive v0.8.22
10842026-04-06T23:50:27.426Z Downloaded thread-id v5.1.0
10852026-04-06T23:50:27.426Z Downloaded testing_table v0.3.0
10862026-04-06T23:50:27.426Z Downloaded thiserror-impl-no-std v2.0.2
10872026-04-06T23:50:27.426Z Downloaded structmeta-derive v0.3.0
10882026-04-06T23:50:27.426Z Downloaded derive_more v0.99.20
10892026-04-06T23:50:27.426Z Downloaded tabled_derive v0.11.0
10902026-04-06T23:50:27.426Z Downloaded tabled_derive v0.7.0
10912026-04-06T23:50:27.426Z Downloaded thread-id v4.2.2
10922026-04-06T23:50:27.426Z Downloaded termtree v0.5.1
10932026-04-06T23:50:27.426Z Downloaded scroll v0.12.0
10942026-04-06T23:50:27.426Z Downloaded byte-wrapper v0.1.0
10952026-04-06T23:50:27.426Z Downloaded cstr-argument v0.1.2
10962026-04-06T23:50:27.426Z Downloaded defmt v0.3.100
10972026-04-06T23:50:27.426Z Downloaded crunchy v0.2.4
10982026-04-06T23:50:27.427Z Downloaded proc-macro-error v1.0.4
10992026-04-06T23:50:27.427Z Downloaded serde_derive_internals v0.29.1
11002026-04-06T23:50:27.427Z Downloaded semver v1.0.27
11012026-04-06T23:50:27.427Z Downloaded crossbeam-channel v0.5.15
11022026-04-06T23:50:27.427Z Downloaded slog-dtrace v0.3.0
11032026-04-06T23:50:27.427Z Downloaded slog-async v2.8.0
11042026-04-06T23:50:27.427Z Downloaded rustls-pemfile v2.2.0
11052026-04-06T23:50:27.427Z Downloaded arc-swap v1.9.0
11062026-04-06T23:50:27.427Z Downloaded typify-macro v0.4.3
11072026-04-06T23:50:27.427Z Downloaded chacha20poly1305 v0.10.1
11082026-04-06T23:50:27.427Z Downloaded unarray v0.1.4
11092026-04-06T23:50:27.427Z Downloaded papergrid v0.17.0
11102026-04-06T23:50:27.427Z Downloaded slog-scope v4.4.1
11112026-04-06T23:50:27.427Z Downloaded poly1305 v0.8.0
11122026-04-06T23:50:27.427Z Downloaded snafu-derive v0.8.9
11132026-04-06T23:50:27.427Z Downloaded slog-stdlog v4.1.1
11142026-04-06T23:50:27.427Z Downloaded strum_macros v0.27.2
11152026-04-06T23:50:27.427Z Downloaded slog-json v2.6.1
11162026-04-06T23:50:27.427Z Downloaded usdt-attr-macro v0.5.0
11172026-04-06T23:50:27.427Z Downloaded indexmap v1.9.3
11182026-04-06T23:50:27.428Z Downloaded icu_provider v2.1.1
11192026-04-06T23:50:27.428Z Downloaded synstructure v0.13.2
11202026-04-06T23:50:27.428Z Downloaded smartstring v1.0.1
11212026-04-06T23:50:27.428Z Downloaded slog-term v2.9.2
11222026-04-06T23:50:27.428Z Downloaded topological-sort v0.2.2
11232026-04-06T23:50:27.428Z Downloaded const_format v0.2.35
11242026-04-06T23:50:27.428Z Downloaded smf v0.2.3
11252026-04-06T23:50:27.428Z Downloaded sdd v3.0.10
11262026-04-06T23:50:27.428Z Downloaded progenitor-impl v0.10.0
11272026-04-06T23:50:27.428Z Downloaded papergrid v0.11.0
11282026-04-06T23:50:27.428Z Downloaded waitgroup v0.1.2
11292026-04-06T23:50:27.428Z Downloaded usdt-macro v0.6.0
11302026-04-06T23:50:27.428Z Downloaded indicatif v0.18.4
11312026-04-06T23:50:27.428Z Downloaded strum_macros v0.26.4
11322026-04-06T23:50:27.428Z Downloaded tokio-macros v2.6.1
11332026-04-06T23:50:27.439Z Downloaded unit-prefix v0.5.2
11342026-04-06T23:50:27.439Z Downloaded untrusted v0.7.1
11352026-04-06T23:50:27.440Z Downloaded elliptic-curve v0.13.8
11362026-04-06T23:50:27.440Z Downloaded usdt v0.5.0
11372026-04-06T23:50:27.440Z Downloaded typify-macro v0.6.1
11382026-04-06T23:50:27.440Z Downloaded serde_with_macros v3.18.0
11392026-04-06T23:50:27.440Z Downloaded wait-timeout v0.2.1
11402026-04-06T23:50:27.440Z Downloaded usdt-macro v0.5.0
11412026-04-06T23:50:27.440Z Downloaded usdt v0.6.0
11422026-04-06T23:50:27.440Z Downloaded zeroize_derive v1.4.3
11432026-04-06T23:50:27.440Z Downloaded zerofrom v0.1.6
11442026-04-06T23:50:27.440Z Downloaded pest_generator v2.8.6
11452026-04-06T23:50:27.450Z Downloaded toml_datetime v1.1.0+spec-1.1.0
11462026-04-06T23:50:27.450Z Downloaded toml_writer v1.1.0+spec-1.1.0
11472026-04-06T23:50:27.451Z Downloaded zerofrom-derive v0.1.6
11482026-04-06T23:50:27.451Z Downloaded zone_cfg_derive v0.3.1
11492026-04-06T23:50:27.451Z Downloaded zone v0.3.1
11502026-04-06T23:50:27.451Z Downloaded pest_meta v2.8.6
11512026-04-06T23:50:27.451Z Downloaded rustls-platform-verifier v0.6.2
11522026-04-06T23:50:27.469Z Downloaded rhai_codegen v3.1.0
11532026-04-06T23:50:27.469Z Downloaded usdt-attr-macro v0.6.0
11542026-04-06T23:50:27.469Z Downloaded thiserror-no-std v2.0.2
11552026-04-06T23:50:27.469Z Downloaded yoke-derive v0.8.1
11562026-04-06T23:50:27.469Z Downloaded schemars v0.8.22
11572026-04-06T23:50:27.479Z Downloaded tiny-keccak v2.0.2
11582026-04-06T23:50:27.479Z Downloaded tokio-tungstenite v0.21.0
11592026-04-06T23:50:27.479Z Downloaded tokio-dtrace v0.1.1
11602026-04-06T23:50:27.479Z Downloaded term v1.2.1
11612026-04-06T23:50:27.479Z Downloaded walkdir v2.5.0
11622026-04-06T23:50:27.479Z Downloaded progenitor-impl v0.13.0
11632026-04-06T23:50:27.479Z Downloaded writeable v0.6.2
11642026-04-06T23:50:27.480Z Downloaded whoami v1.6.1
11652026-04-06T23:50:27.480Z Downloaded thin-vec v0.2.14
11662026-04-06T23:50:27.480Z Downloaded async-compression v0.4.41
11672026-04-06T23:50:27.495Z Downloaded toml_datetime v0.7.5+spec-1.1.0
11682026-04-06T23:50:27.496Z Downloaded similar v2.7.0
11692026-04-06T23:50:27.496Z Downloaded icu_properties v2.1.2
11702026-04-06T23:50:27.496Z Downloaded dropshot-api-manager v0.7.0
11712026-04-06T23:50:27.496Z Downloaded icu_locale_core v2.1.1
11722026-04-06T23:50:27.496Z Downloaded toml_parser v1.1.0+spec-1.1.0
11732026-04-06T23:50:27.496Z Downloaded universal-hash v0.5.1
11742026-04-06T23:50:27.496Z Downloaded hickory-resolver v0.24.4
11752026-04-06T23:50:27.496Z Downloaded zerovec-derive v0.11.2
11762026-04-06T23:50:27.496Z Downloaded half v2.7.1
11772026-04-06T23:50:27.507Z Downloaded tokio-rustls v0.25.0
11782026-04-06T23:50:27.507Z Downloaded icu_collections v2.1.1
11792026-04-06T23:50:27.508Z Downloaded serde_yaml v0.9.34+deprecated
11802026-04-06T23:50:27.508Z Downloaded utf-8 v0.7.6
11812026-04-06T23:50:27.508Z Downloaded cc v1.2.58
11822026-04-06T23:50:27.508Z Downloaded tinystr v0.8.2
11832026-04-06T23:50:27.508Z Downloaded time-macros v0.2.27
11842026-04-06T23:50:27.517Z Downloaded progenitor-impl v0.11.2
11852026-04-06T23:50:27.517Z Downloaded crypto-bigint v0.5.5
11862026-04-06T23:50:27.517Z Downloaded base64 v0.21.7
11872026-04-06T23:50:27.518Z Downloaded yoke v0.8.1
11882026-04-06T23:50:27.518Z Downloaded qorb v0.4.1
11892026-04-06T23:50:27.544Z Downloaded vsss-rs v3.3.4
11902026-04-06T23:50:27.545Z Downloaded itertools v0.12.1
11912026-04-06T23:50:27.545Z Downloaded zerocopy-derive v0.7.35
11922026-04-06T23:50:27.545Z Downloaded xz2 v0.1.7
11932026-04-06T23:50:27.545Z Downloaded usdt-impl v0.6.0
11942026-04-06T23:50:27.545Z Downloaded typify v0.4.3
11952026-04-06T23:50:27.545Z Downloaded snafu v0.8.9
11962026-04-06T23:50:27.545Z Downloaded tungstenite v0.21.0
11972026-04-06T23:50:27.545Z Downloaded pretty_assertions v1.4.1
11982026-04-06T23:50:27.564Z Downloaded ucd-trie v0.1.7
11992026-04-06T23:50:27.564Z Downloaded usdt-impl v0.5.0
12002026-04-06T23:50:27.564Z Downloaded prettyplease v0.2.37
12012026-04-06T23:50:27.564Z Downloaded rand v0.8.5
12022026-04-06T23:50:27.564Z Downloaded minimal-lexical v0.2.1
12032026-04-06T23:50:27.564Z Downloaded toml_edit v0.25.8+spec-1.1.0
12042026-04-06T23:50:27.564Z Downloaded hickory-resolver v0.25.2
12052026-04-06T23:50:27.564Z Downloaded steno v0.4.1
12062026-04-06T23:50:27.574Z Downloaded jiff-static v0.2.23
12072026-04-06T23:50:27.574Z Downloaded spin v0.9.8
12082026-04-06T23:50:27.574Z Downloaded rayon-core v1.13.0
12092026-04-06T23:50:27.574Z Downloaded indexmap v2.13.0
12102026-04-06T23:50:27.574Z Downloaded expectorate v1.2.0
12112026-04-06T23:50:27.574Z Downloaded rand v0.10.0
12122026-04-06T23:50:27.592Z Downloaded test-strategy v0.4.5
12132026-04-06T23:50:27.593Z Downloaded slog v2.8.2
12142026-04-06T23:50:27.593Z Downloaded toml v1.1.0+spec-1.1.0
12152026-04-06T23:50:27.593Z Downloaded toml v0.7.8
12162026-04-06T23:50:27.623Z Downloaded toml_edit v0.19.15
12172026-04-06T23:50:27.623Z Downloaded typify v0.6.1
12182026-04-06T23:50:27.635Z Downloaded yansi v1.0.1
12192026-04-06T23:50:27.635Z Downloaded toml v0.9.12+spec-1.1.0
12202026-04-06T23:50:27.636Z Downloaded schemars v0.9.0
12212026-04-06T23:50:27.636Z Downloaded zerocopy-derive v0.8.48
12222026-04-06T23:50:27.636Z Downloaded typed-path v0.9.3
12232026-04-06T23:50:27.636Z Downloaded schemars v1.2.1
12242026-04-06T23:50:27.636Z Downloaded hashbrown v0.12.3
12252026-04-06T23:50:27.636Z Downloaded pest v2.8.6
12262026-04-06T23:50:27.647Z Downloaded unsafe-libyaml v0.2.11
12272026-04-06T23:50:27.647Z Downloaded scc v2.4.0
12282026-04-06T23:50:27.657Z Downloaded zerotrie v0.2.3
12292026-04-06T23:50:27.677Z Downloaded nom v8.0.0
12302026-04-06T23:50:27.689Z Downloaded goblin v0.8.2
12312026-04-06T23:50:27.689Z Downloaded winnow v0.5.40
12322026-04-06T23:50:27.697Z Downloaded serde_with v3.18.0
12332026-04-06T23:50:27.704Z Downloaded aws-lc-rs v1.16.2
12342026-04-06T23:50:27.731Z Downloaded blake3 v1.8.4
12352026-04-06T23:50:27.731Z Downloaded chrono-tz v0.10.4
12362026-04-06T23:50:27.743Z Downloaded hkdf v0.12.4
12372026-04-06T23:50:27.743Z Downloaded tabled v0.20.0
12382026-04-06T23:50:27.766Z Downloaded moka v0.12.15
12392026-04-06T23:50:27.766Z Downloaded tabled v0.15.0
12402026-04-06T23:50:27.782Z Downloaded zerovec v0.11.5
12412026-04-06T23:50:27.783Z Downloaded libm v0.2.16
12422026-04-06T23:50:27.783Z Downloaded iddqd v0.3.17
12432026-04-06T23:50:27.783Z Downloaded tough v0.20.0
12442026-04-06T23:50:27.783Z Downloaded reqwest v0.13.2
12452026-04-06T23:50:27.793Z Downloaded rayon v1.11.0
12462026-04-06T23:50:27.793Z Downloaded zerocopy v0.7.35
12472026-04-06T23:50:27.806Z Downloaded dropshot v0.17.0
12482026-04-06T23:50:27.816Z Downloaded rustls-webpki v0.102.8
12492026-04-06T23:50:27.828Z Downloaded rustls v0.22.4
12502026-04-06T23:50:27.841Z Downloaded dropshot v0.16.7
12512026-04-06T23:50:27.855Z Downloaded openapiv3 v2.2.0
12522026-04-06T23:50:27.855Z Downloaded goblin v0.10.5
12532026-04-06T23:50:27.855Z Downloaded rhai v1.24.0
12542026-04-06T23:50:27.875Z Downloaded proptest v1.11.0
12552026-04-06T23:50:27.875Z Downloaded syn v1.0.109
12562026-04-06T23:50:27.894Z Downloaded time v0.3.47
12572026-04-06T23:50:27.894Z Downloaded typify-impl v0.6.1
12582026-04-06T23:50:27.894Z Downloaded typify-impl v0.4.3
12592026-04-06T23:50:27.902Z Downloaded sled v0.34.7
12602026-04-06T23:50:27.916Z Downloaded hickory-proto v0.24.4
12612026-04-06T23:50:27.930Z Downloaded nix v0.31.2
12622026-04-06T23:50:27.930Z Downloaded smoltcp v0.11.0
12632026-04-06T23:50:27.941Z Downloaded regress v0.10.5
12642026-04-06T23:50:27.941Z Downloaded petgraph v0.6.5
12652026-04-06T23:50:27.952Z Downloaded hickory-proto v0.25.2
12662026-04-06T23:50:27.969Z Downloaded csv v1.4.0
12672026-04-06T23:50:28.020Z Downloaded encoding_rs v0.8.35
12682026-04-06T23:50:28.050Z Downloaded lzma-sys v0.1.20
12692026-04-06T23:50:28.071Z Downloaded jiff v0.2.23
12702026-04-06T23:50:28.080Z Downloaded tokio v1.50.0
12712026-04-06T23:50:28.097Z Downloaded sha3 v0.10.8
12722026-04-06T23:50:28.571Z Downloaded aws-lc-sys v0.39.1
12732026-04-06T23:50:29.470Z Compiling proc-macro2 v1.0.106
12742026-04-06T23:50:29.470Z Compiling unicode-ident v1.0.24
12752026-04-06T23:50:29.470Z Compiling quote v1.0.45
12762026-04-06T23:50:29.470Z Compiling serde_core v1.0.228
12772026-04-06T23:50:29.470Z Compiling cfg-if v1.0.4
12782026-04-06T23:50:29.483Z Compiling serde v1.0.228
12792026-04-06T23:50:29.483Z Compiling libc v0.2.184
12802026-04-06T23:50:29.483Z Compiling memchr v2.8.0
12812026-04-06T23:50:29.677Z Compiling itoa v1.0.18
12822026-04-06T23:50:29.843Z Compiling zmij v1.0.21
12832026-04-06T23:50:29.869Z Compiling autocfg v1.5.0
12842026-04-06T23:50:29.949Z Compiling libm v0.2.16
12852026-04-06T23:50:30.477Z Compiling version_check v0.9.5
12862026-04-06T23:50:30.497Z Compiling stable_deref_trait v1.2.1
12872026-04-06T23:50:30.497Z Compiling writeable v0.6.2
12882026-04-06T23:50:30.497Z Compiling litemap v0.8.1
12892026-04-06T23:50:30.543Z Compiling pin-project-lite v0.2.17
12902026-04-06T23:50:30.543Z Compiling icu_normalizer_data v2.1.1
12912026-04-06T23:50:30.580Z Compiling percent-encoding v2.3.2
12922026-04-06T23:50:30.581Z Compiling icu_properties_data v2.1.2
12932026-04-06T23:50:30.599Z Compiling scopeguard v1.2.0
12942026-04-06T23:50:30.690Z Compiling parking_lot_core v0.9.12
12952026-04-06T23:50:30.718Z Compiling equivalent v1.0.2
12962026-04-06T23:50:30.760Z Compiling syn v2.0.117
12972026-04-06T23:50:30.810Z Compiling iana-time-zone v0.1.65
12982026-04-06T23:50:30.912Z Compiling lock_api v0.4.14
12992026-04-06T23:50:30.949Z Compiling foldhash v0.2.0
13002026-04-06T23:50:30.969Z Compiling allocator-api2 v0.2.21
13012026-04-06T23:50:30.995Z Compiling form_urlencoded v1.2.2
13022026-04-06T23:50:31.039Z Compiling utf8_iter v1.0.4
13032026-04-06T23:50:31.120Z Compiling serde_json v1.0.149
13042026-04-06T23:50:31.180Z Compiling dyn-clone v1.0.20
13052026-04-06T23:50:31.190Z Compiling num-traits v0.2.19
13062026-04-06T23:50:31.202Z Compiling log v0.4.29
13072026-04-06T23:50:31.292Z Compiling hashbrown v0.16.1
13082026-04-06T23:50:31.319Z Compiling jobserver v0.1.34
13092026-04-06T23:50:31.355Z Compiling find-msvc-tools v0.1.9
13102026-04-06T23:50:31.394Z Compiling shlex v1.3.0
13112026-04-06T23:50:31.558Z Compiling cc v1.2.58
13122026-04-06T23:50:31.568Z Compiling zerocopy v0.8.48
13132026-04-06T23:50:31.587Z Compiling futures-core v0.3.32
13142026-04-06T23:50:31.641Z Compiling errno v0.3.14
13152026-04-06T23:50:31.734Z Compiling semver v1.0.27
13162026-04-06T23:50:31.899Z Compiling thiserror v2.0.18
13172026-04-06T23:50:31.910Z Compiling rand_core v0.10.0
13182026-04-06T23:50:31.990Z Compiling getrandom v0.4.2
13192026-04-06T23:50:32.058Z Compiling indexmap v2.13.0
13202026-04-06T23:50:32.219Z Compiling futures-sink v0.3.32
13212026-04-06T23:50:32.325Z Compiling heck v0.5.0
13222026-04-06T23:50:32.499Z Compiling slab v0.4.12
13232026-04-06T23:50:32.525Z Compiling fnv v1.0.7
13242026-04-06T23:50:32.561Z Compiling uuid v1.23.0
13252026-04-06T23:50:32.595Z Compiling futures-channel v0.3.32
13262026-04-06T23:50:32.629Z Compiling portable-atomic v1.13.1
13272026-04-06T23:50:32.766Z Compiling futures-task v0.3.32
13282026-04-06T23:50:32.804Z Compiling rustversion v1.0.22
13292026-04-06T23:50:32.877Z Compiling futures-io v0.3.32
13302026-04-06T23:50:32.894Z Compiling typenum v1.19.0
13312026-04-06T23:50:32.959Z Compiling schemars v0.8.22
13322026-04-06T23:50:32.965Z Compiling socket2 v0.6.3
13332026-04-06T23:50:33.033Z Compiling getrandom v0.2.17
13342026-04-06T23:50:33.195Z Compiling critical-section v1.2.0
13352026-04-06T23:50:33.213Z Compiling signal-hook-registry v1.4.8
13362026-04-06T23:50:33.247Z Compiling mio v1.2.0
13372026-04-06T23:50:33.292Z Compiling bitflags v2.11.0
13382026-04-06T23:50:33.411Z Compiling subtle v2.6.1
13392026-04-06T23:50:33.498Z Compiling once_cell v1.21.4
13402026-04-06T23:50:33.531Z Compiling byteorder v1.5.0
13412026-04-06T23:50:33.580Z Compiling base64 v0.22.1
13422026-04-06T23:50:33.603Z Compiling synstructure v0.13.2
13432026-04-06T23:50:33.726Z Compiling serde_derive_internals v0.29.1
13442026-04-06T23:50:33.738Z Compiling untrusted v0.9.0
13452026-04-06T23:50:33.773Z Compiling rand_core v0.6.4
13462026-04-06T23:50:33.807Z Compiling cmake v0.1.58
13472026-04-06T23:50:33.830Z Compiling dunce v1.0.5
13482026-04-06T23:50:33.871Z Compiling fs_extra v1.3.0
13492026-04-06T23:50:33.946Z Compiling atomic-waker v1.1.2
13502026-04-06T23:50:33.965Z Compiling regex-syntax v0.8.10
13512026-04-06T23:50:34.005Z Compiling httparse v1.10.1
13522026-04-06T23:50:34.021Z Compiling strsim v0.11.1
13532026-04-06T23:50:34.086Z Compiling aws-lc-sys v0.39.1
13542026-04-06T23:50:34.086Z Compiling rustix v1.1.4
13552026-04-06T23:50:34.101Z Compiling ipnet v2.12.0
13562026-04-06T23:50:34.340Z Compiling slog v2.8.2
13572026-04-06T23:50:34.402Z Compiling generic-array v0.14.7
13582026-04-06T23:50:34.432Z Compiling getrandom v0.3.4
13592026-04-06T23:50:34.556Z Compiling tower-layer v0.3.3
13602026-04-06T23:50:34.616Z Compiling thiserror v1.0.69
13612026-04-06T23:50:34.624Z Compiling tower-service v0.3.3
13622026-04-06T23:50:34.637Z Compiling ucd-trie v0.1.7
13632026-04-06T23:50:34.748Z Compiling try-lock v0.2.5
13642026-04-06T23:50:34.771Z Compiling pest v2.8.6
13652026-04-06T23:50:34.837Z Compiling serde_derive v1.0.228
13662026-04-06T23:50:34.848Z Compiling zerofrom-derive v0.1.6
13672026-04-06T23:50:34.894Z Compiling yoke-derive v0.8.1
13682026-04-06T23:50:34.930Z Compiling zerovec-derive v0.11.2
13692026-04-06T23:50:34.940Z Compiling displaydoc v0.2.5
13702026-04-06T23:50:35.087Z Compiling tokio-macros v2.6.1
13712026-04-06T23:50:35.715Z Compiling schemars_derive v0.8.22
13722026-04-06T23:50:35.845Z Compiling zerocopy-derive v0.8.48
13732026-04-06T23:50:35.969Z Compiling thiserror-impl v2.0.18
13742026-04-06T23:50:36.058Z Compiling zerofrom v0.1.6
13752026-04-06T23:50:36.058Z Compiling zeroize_derive v1.4.3
13762026-04-06T23:50:36.099Z Compiling futures-macro v0.3.32
13772026-04-06T23:50:36.187Z Compiling yoke v0.8.1
13782026-04-06T23:50:36.371Z Compiling zerovec v0.11.5
13792026-04-06T23:50:36.657Z Compiling zerotrie v0.2.3
13802026-04-06T23:50:36.724Z Compiling zeroize v1.8.2
13812026-04-06T23:50:36.863Z Compiling tinystr v0.8.2
13822026-04-06T23:50:36.910Z Compiling potential_utf v0.1.4
13832026-04-06T23:50:36.924Z Compiling futures-util v0.3.32
13842026-04-06T23:50:37.058Z Compiling icu_locale_core v2.1.1
13852026-04-06T23:50:37.068Z Compiling icu_collections v2.1.1
13862026-04-06T23:50:37.123Z Compiling thiserror-impl v1.0.69
13872026-04-06T23:50:37.557Z Compiling pest_meta v2.8.6
13882026-04-06T23:50:37.775Z Compiling icu_provider v2.1.1
13892026-04-06T23:50:37.973Z Compiling bytes v1.11.1
13902026-04-06T23:50:38.364Z Compiling smallvec v1.15.1
13912026-04-06T23:50:38.418Z Compiling icu_properties v2.1.2
13922026-04-06T23:50:38.418Z Compiling icu_normalizer v2.1.1
13932026-04-06T23:50:38.418Z Compiling chrono v0.4.44
13942026-04-06T23:50:38.812Z Compiling parking_lot v0.12.5
13952026-04-06T23:50:38.824Z Compiling http v1.4.0
13962026-04-06T23:50:38.889Z Compiling idna_adapter v1.2.1
13972026-04-06T23:50:39.033Z Compiling idna v1.1.0
13982026-04-06T23:50:39.168Z Compiling tokio v1.50.0
13992026-04-06T23:50:39.184Z Compiling serde_tokenstream v0.2.3
14002026-04-06T23:50:39.211Z Compiling erased-serde v0.3.31
14012026-04-06T23:50:39.461Z Compiling url v2.5.8
14022026-04-06T23:50:39.687Z Compiling http-body v1.0.1
14032026-04-06T23:50:39.784Z Compiling want v0.3.1
14042026-04-06T23:50:39.828Z Compiling httpdate v1.0.3
14052026-04-06T23:50:39.864Z Compiling ryu v1.0.23
14062026-04-06T23:50:40.088Z Compiling ppv-lite86 v0.2.21
14072026-04-06T23:50:40.105Z Compiling pest_generator v2.8.6
14082026-04-06T23:50:40.164Z Compiling pretty-hex v0.4.2
14092026-04-06T23:50:40.178Z Compiling plain v0.2.3
14102026-04-06T23:50:40.279Z Compiling paste v1.0.15
14112026-04-06T23:50:40.294Z Compiling crypto-common v0.1.7
14122026-04-06T23:50:40.393Z Compiling omicron-workspace-hack v0.1.0
14132026-04-06T23:50:40.393Z Compiling ident_case v1.0.1
14142026-04-06T23:50:40.420Z Compiling tracing-attributes v0.1.31
14152026-04-06T23:50:40.517Z Compiling tracing-core v0.1.36
14162026-04-06T23:50:40.681Z Compiling serde_urlencoded v0.7.1
14172026-04-06T23:50:40.707Z Compiling pest_derive v2.8.6
14182026-04-06T23:50:40.919Z Compiling http-body-util v0.1.3
14192026-04-06T23:50:41.084Z Compiling ipnetwork v0.21.1
14202026-04-06T23:50:41.120Z Compiling daft-derive v0.1.5
14212026-04-06T23:50:41.165Z Compiling sync_wrapper v1.0.2
14222026-04-06T23:50:41.262Z Compiling fastrand v2.3.0
14232026-04-06T23:50:41.297Z Compiling aho-corasick v1.1.4
14242026-04-06T23:50:41.469Z Compiling winnow v1.0.1
14252026-04-06T23:50:41.498Z Compiling rustls-pki-types v1.14.0
14262026-04-06T23:50:41.515Z Compiling async-trait v0.1.89
14272026-04-06T23:50:41.637Z Compiling tracing v0.1.44
14282026-04-06T23:50:41.850Z Compiling scroll_derive v0.13.1
14292026-04-06T23:50:41.872Z Compiling ring v0.17.14
14302026-04-06T23:50:42.176Z Compiling regex-automata v0.4.14
14312026-04-06T23:50:42.371Z Compiling powerfmt v0.2.0
14322026-04-06T23:50:42.460Z Compiling time-core v0.1.8
14332026-04-06T23:50:42.521Z Compiling iri-string v0.7.12
14342026-04-06T23:50:42.569Z Compiling cpufeatures v0.2.17
14352026-04-06T23:50:42.598Z Compiling anyhow v1.0.102
14362026-04-06T23:50:42.633Z Compiling num-conv v0.2.1
14372026-04-06T23:50:42.645Z Compiling deranged v0.5.8
14382026-04-06T23:50:42.654Z Compiling scroll v0.13.0
14392026-04-06T23:50:42.784Z Compiling time-macros v0.2.27
14402026-04-06T23:50:43.292Z Compiling block-buffer v0.10.4
14412026-04-06T23:50:43.413Z Compiling hex v0.4.3
14422026-04-06T23:50:43.551Z Compiling num_threads v0.1.7
14432026-04-06T23:50:43.654Z Compiling digest v0.10.7
14442026-04-06T23:50:43.846Z Compiling regex v1.12.3
14452026-04-06T23:50:44.098Z Compiling goblin v0.10.5
14462026-04-06T23:50:44.119Z Compiling tokio-util v0.7.18
14472026-04-06T23:50:44.244Z Compiling oxnet v0.1.4
14482026-04-06T23:50:44.674Z Compiling camino v1.2.2
14492026-04-06T23:50:45.051Z Compiling usdt-impl v0.6.0
14502026-04-06T23:50:45.093Z Compiling openssl-probe v0.2.1
14512026-04-06T23:50:45.296Z Compiling dtrace-parser v0.3.0
14522026-04-06T23:50:45.606Z Compiling futures-executor v0.3.32
14532026-04-06T23:50:45.810Z Compiling crossbeam-utils v0.8.21
14542026-04-06T23:50:46.077Z Compiling h2 v0.4.13
14552026-04-06T23:50:46.118Z Compiling structmeta-derive v0.3.0
14562026-04-06T23:50:46.147Z Compiling regress v0.10.5
14572026-04-06T23:50:46.192Z Compiling thread-id v5.1.0
14582026-04-06T23:50:46.229Z Compiling syn v1.0.109
14592026-04-06T23:50:46.538Z Compiling rustls v0.22.4
14602026-04-06T23:50:46.774Z Compiling dof v0.4.0
14612026-04-06T23:50:47.132Z Compiling structmeta v0.3.0
14622026-04-06T23:50:47.323Z Compiling futures v0.3.32
14632026-04-06T23:50:47.399Z Compiling rand_core v0.9.5
14642026-04-06T23:50:47.613Z Compiling darling_core v0.23.0
14652026-04-06T23:50:48.136Z Compiling hyper v1.9.0
14662026-04-06T23:50:48.203Z Compiling newtype-uuid-macros v0.1.0
14672026-04-06T23:50:48.809Z Compiling thread_local v1.1.9
14682026-04-06T23:50:49.140Z Compiling match_cfg v0.1.0
14692026-04-06T23:50:49.171Z Compiling winnow v0.7.15
14702026-04-06T23:50:49.171Z Compiling aws-lc-rs v1.16.2
14712026-04-06T23:50:49.171Z Compiling newtype-uuid v1.3.2
14722026-04-06T23:50:49.282Z Compiling hyper-util v0.1.20
14732026-04-06T23:50:49.435Z Compiling quick-error v1.2.3
14742026-04-06T23:50:49.698Z Compiling darling_macro v0.23.0
14752026-04-06T23:50:49.737Z Compiling slog-async v2.8.0
14762026-04-06T23:50:49.868Z Compiling ref-cast v1.0.25
14772026-04-06T23:50:49.929Z Compiling daft v0.1.5
14782026-04-06T23:50:50.111Z Compiling usdt-attr-macro v0.6.0
14792026-04-06T23:50:50.202Z Compiling usdt-macro v0.6.0
14802026-04-06T23:50:50.282Z Compiling rand_chacha v0.9.0
14812026-04-06T23:50:50.303Z Compiling darling v0.23.0
14822026-04-06T23:50:50.382Z Compiling strum_macros v0.26.4
14832026-04-06T23:50:50.526Z Compiling ref-cast-impl v1.0.25
14842026-04-06T23:50:50.687Z Compiling serde_spanned v1.1.0
14852026-04-06T23:50:50.834Z Compiling toml_datetime v0.7.5+spec-1.1.0
14862026-04-06T23:50:51.060Z Compiling multer v3.1.0
14872026-04-06T23:50:51.097Z Compiling untrusted v0.7.1
14882026-04-06T23:50:51.149Z Compiling term v1.2.1
14892026-04-06T23:50:51.224Z Compiling bit-vec v0.8.0
14902026-04-06T23:50:51.246Z Compiling take_mut v0.2.2
14912026-04-06T23:50:51.260Z Compiling toml_writer v1.1.0+spec-1.1.0
14922026-04-06T23:50:51.311Z Compiling debug-ignore v1.0.5
14932026-04-06T23:50:51.406Z Compiling bit-set v0.8.0
14942026-04-06T23:50:51.439Z Compiling rand v0.9.2
14952026-04-06T23:50:51.458Z Compiling serde_with_macros v3.18.0
14962026-04-06T23:50:51.559Z Compiling async-stream-impl v0.3.6
14972026-04-06T23:50:51.850Z Compiling dropshot v0.16.7
14982026-04-06T23:50:52.011Z Compiling strum v0.26.3
14992026-04-06T23:50:52.023Z Compiling encoding_rs v0.8.35
15002026-04-06T23:50:52.054Z Compiling spin v0.9.8
15012026-04-06T23:50:52.160Z Compiling rustls v0.23.37
15022026-04-06T23:50:52.175Z Compiling mime v0.3.17
15032026-04-06T23:50:52.356Z Compiling unarray v0.1.4
15042026-04-06T23:50:52.377Z Compiling async-stream v0.3.6
15052026-04-06T23:50:52.440Z Compiling derive-ex v0.1.8
15062026-04-06T23:50:52.468Z Compiling dropshot_endpoint v0.16.7
15072026-04-06T23:50:52.551Z Compiling macaddr v1.0.1
15082026-04-06T23:50:52.570Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15092026-04-06T23:50:52.761Z Compiling waitgroup v0.1.2
15102026-04-06T23:50:52.860Z Compiling serde_path_to_error v0.1.20
15112026-04-06T23:50:53.011Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
15122026-04-06T23:50:53.135Z Compiling tempfile v3.27.0
15132026-04-06T23:50:53.204Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf)
15142026-04-06T23:50:53.375Z Compiling tower v0.5.3
15152026-04-06T23:50:54.036Z Compiling strum_macros v0.27.2
15162026-04-06T23:50:54.060Z Compiling instant v0.1.13
15172026-04-06T23:50:54.060Z Compiling time v0.3.47
15182026-04-06T23:50:54.060Z Compiling tower-http v0.6.8
15192026-04-06T23:50:54.060Z Compiling test-strategy v0.4.5
15202026-04-06T23:50:54.060Z Compiling rustc-hash v2.1.2
15212026-04-06T23:50:54.107Z Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15222026-04-06T23:50:54.294Z Compiling crossbeam-channel v0.5.15
15232026-04-06T23:50:54.960Z Compiling openapiv3 v2.2.0
15242026-04-06T23:50:55.368Z Compiling strum v0.27.2
15252026-04-06T23:50:55.483Z Compiling parse-display-derive v0.10.0
15262026-04-06T23:50:55.893Z Compiling rustls-webpki v0.102.8
15272026-04-06T23:50:58.642Z Compiling rustls-native-certs v0.8.3
15282026-04-06T23:50:58.730Z Compiling backon v1.6.0
15292026-04-06T23:50:58.730Z Compiling rand_chacha v0.3.1
15302026-04-06T23:50:58.730Z Compiling rand v0.8.5
15312026-04-06T23:50:58.730Z Compiling slog-json v2.6.1
15322026-04-06T23:50:58.730Z Compiling hostname v0.3.1
15332026-04-06T23:50:58.730Z Compiling toml_parser v1.1.0+spec-1.1.0
15342026-04-06T23:50:58.730Z Compiling wait-timeout v0.2.1
15352026-04-06T23:50:58.730Z Compiling memmap2 v0.9.10
15362026-04-06T23:50:58.730Z Compiling is-terminal v0.4.17
15372026-04-06T23:50:58.730Z Compiling either v1.15.0
15382026-04-06T23:50:58.730Z Compiling slog-term v2.9.2
15392026-04-06T23:50:58.731Z Compiling toml v0.9.12+spec-1.1.0
15402026-04-06T23:50:58.731Z Compiling usdt v0.6.0
15412026-04-06T23:50:58.731Z Compiling rusty-fork v0.3.1
15422026-04-06T23:50:58.731Z Compiling slog-bunyan v2.5.0
15432026-04-06T23:50:58.731Z Compiling serde_with v3.18.0
15442026-04-06T23:50:58.731Z Compiling rand_xorshift v0.4.0
15452026-04-06T23:50:58.731Z Compiling sha1 v0.10.6
15462026-04-06T23:50:58.771Z Compiling tokio-rustls v0.25.0
15472026-04-06T23:50:58.812Z Compiling rustls-pemfile v2.2.0
15482026-04-06T23:50:58.939Z Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15492026-04-06T23:50:58.949Z Compiling hostname v0.4.2
15502026-04-06T23:50:59.000Z Compiling proptest v1.11.0
15512026-04-06T23:50:59.849Z Compiling reqwest v0.12.28
15522026-04-06T23:50:59.874Z Compiling iddqd v0.3.17
15532026-04-06T23:51:00.200Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
15542026-04-06T23:51:01.035Z Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0)
15552026-04-06T23:51:01.053Z Compiling progenitor-client v0.10.0
15562026-04-06T23:51:01.454Z Compiling parse-display v0.10.0
15572026-04-06T23:51:01.606Z Compiling itertools v0.14.0
15582026-04-06T23:51:01.789Z Compiling backoff v0.4.0
15592026-04-06T23:51:01.884Z Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#c3305fd1)
15602026-04-06T23:51:02.268Z Compiling toml_datetime v0.6.11
15612026-04-06T23:51:02.846Z Compiling utf8parse v0.2.2
15622026-04-06T23:51:02.951Z Compiling anstyle-parse v1.0.0
15632026-04-06T23:51:03.384Z Compiling zerocopy-derive v0.7.35
15642026-04-06T23:51:03.669Z Compiling anstyle v1.0.14
15652026-04-06T23:51:03.853Z Compiling is_terminal_polyfill v1.70.2
15662026-04-06T23:51:03.956Z Compiling anstyle-query v1.1.5
15672026-04-06T23:51:04.049Z Compiling colorchoice v1.0.5
15682026-04-06T23:51:04.163Z Compiling anstream v1.0.0
15692026-04-06T23:51:04.212Z Compiling zerocopy v0.7.35
15702026-04-06T23:51:04.683Z Compiling convert_case v0.4.0
15712026-04-06T23:51:04.706Z Compiling clap_lex v1.1.0
15722026-04-06T23:51:04.967Z Compiling derive_more v0.99.20
15732026-04-06T23:51:05.596Z Compiling tinyvec_macros v0.1.1
15742026-04-06T23:51:05.606Z Compiling unicode-width v0.2.2
15752026-04-06T23:51:05.646Z Compiling tinyvec v1.11.0
15762026-04-06T23:51:06.244Z Compiling dtrace-parser v0.2.0
15772026-04-06T23:51:06.303Z Compiling serde_spanned v0.6.9
15782026-04-06T23:51:06.437Z Compiling secrecy v0.10.3
15792026-04-06T23:51:06.458Z Compiling clap_derive v4.6.0
15802026-04-06T23:51:06.594Z Compiling scroll_derive v0.12.1
15812026-04-06T23:51:06.990Z Compiling usdt-impl v0.5.0
15822026-04-06T23:51:07.122Z Compiling crucible-workspace-hack v0.1.0
15832026-04-06T23:51:07.237Z Compiling toml_write v0.1.2
15842026-04-06T23:51:07.301Z Compiling scroll v0.12.0
15852026-04-06T23:51:07.423Z Compiling toml_edit v0.22.27
15862026-04-06T23:51:07.691Z Compiling dof v0.3.0
15872026-04-06T23:51:08.024Z Compiling typify-impl v0.6.1
15882026-04-06T23:51:08.087Z Compiling terminal_size v0.4.4
15892026-04-06T23:51:08.098Z Compiling darling_core v0.21.3
15902026-04-06T23:51:08.103Z Compiling rustc_version v0.4.1
15912026-04-06T23:51:08.126Z Compiling thread-id v4.2.2
15922026-04-06T23:51:08.368Z Compiling curve25519-dalek v4.1.3
15932026-04-06T23:51:08.892Z Compiling toml v0.8.23
15942026-04-06T23:51:11.649Z Compiling goblin v0.8.2
15952026-04-06T23:51:11.656Z Compiling crossbeam-epoch v0.9.18
15962026-04-06T23:51:11.656Z Compiling hmac v0.12.1
15972026-04-06T23:51:11.656Z Compiling inout v0.1.4
15982026-04-06T23:51:11.656Z Compiling ff v0.13.1
15992026-04-06T23:51:11.656Z Compiling num-integer v0.1.46
16002026-04-06T23:51:11.656Z Compiling darling_macro v0.21.3
16012026-04-06T23:51:11.656Z Compiling float-ord v0.3.2
16022026-04-06T23:51:11.656Z Compiling darling v0.21.3
16032026-04-06T23:51:11.768Z Compiling group v0.13.0
16042026-04-06T23:51:11.768Z Compiling cipher v0.4.4
16052026-04-06T23:51:11.768Z Compiling hkdf v0.12.4
16062026-04-06T23:51:11.768Z Compiling clap_builder v4.6.0
16072026-04-06T23:51:12.952Z Compiling thiserror-impl-no-std v2.0.2
16082026-04-06T23:51:13.258Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16092026-04-06T23:51:13.919Z Compiling universal-hash v0.5.1
16102026-04-06T23:51:14.004Z Compiling half v2.7.1
16112026-04-06T23:51:14.024Z Compiling crypto-bigint v0.5.5
16122026-04-06T23:51:14.041Z Compiling curve25519-dalek-derive v0.1.1
16132026-04-06T23:51:14.245Z Compiling typify-macro v0.6.1
16142026-04-06T23:51:14.291Z Compiling proc-macro-error-attr v1.0.4
16152026-04-06T23:51:14.696Z Compiling base16ct v0.2.0
16162026-04-06T23:51:14.723Z Compiling prettyplease v0.2.37
16172026-04-06T23:51:14.850Z Compiling toml_datetime v1.1.0+spec-1.1.0
16182026-04-06T23:51:14.857Z Compiling opaque-debug v0.3.1
16192026-04-06T23:51:14.916Z Compiling ciborium-io v0.2.2
16202026-04-06T23:51:14.944Z Compiling heapless v0.8.0
16212026-04-06T23:51:14.948Z Compiling base64ct v1.8.3
16222026-04-06T23:51:15.051Z Compiling rustix v0.38.44
16232026-04-06T23:51:15.126Z Compiling toml_edit v0.25.8+spec-1.1.0
16242026-04-06T23:51:15.159Z Compiling ciborium-ll v0.2.2
16252026-04-06T23:51:15.296Z Compiling password-hash v0.5.0
16262026-04-06T23:51:15.329Z Compiling poly1305 v0.8.0
16272026-04-06T23:51:15.369Z Compiling elliptic-curve v0.13.8
16282026-04-06T23:51:15.738Z Compiling thiserror-no-std v2.0.2
16292026-04-06T23:51:15.822Z Compiling clap v4.6.0
16302026-04-06T23:51:16.164Z Compiling chacha20 v0.9.1
16312026-04-06T23:51:16.252Z Compiling ingot-macros v0.1.1
16322026-04-06T23:51:16.275Z Compiling num-iter v0.1.45
16332026-04-06T23:51:16.326Z Compiling num-rational v0.4.2
16342026-04-06T23:51:16.357Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=a945a32ba9e1f2098ce3a8963765f1894f37110b#a945a32b)
16352026-04-06T23:51:16.375Z Compiling usdt-macro v0.5.0
16362026-04-06T23:51:16.384Z Compiling usdt-attr-macro v0.5.0
16372026-04-06T23:51:16.936Z Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16382026-04-06T23:51:17.358Z Compiling blake2 v0.10.6
16392026-04-06T23:51:17.516Z Compiling byte-wrapper v0.1.0
16402026-04-06T23:51:17.647Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16412026-04-06T23:51:17.871Z Compiling aead v0.5.2
16422026-04-06T23:51:17.881Z Compiling enum-as-inner v0.6.1
16432026-04-06T23:51:17.981Z Compiling hash32 v0.3.1
16442026-04-06T23:51:18.027Z Compiling num-complex v0.4.6
16452026-04-06T23:51:18.292Z Compiling proc-macro-error v1.0.4
16462026-04-06T23:51:18.407Z Compiling memmap v0.7.0
16472026-04-06T23:51:18.498Z Compiling static_assertions v1.1.0
16482026-04-06T23:51:18.530Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
16492026-04-06T23:51:18.554Z Compiling keccak v0.1.6
16502026-04-06T23:51:18.565Z Compiling winnow v0.5.40
16512026-04-06T23:51:18.586Z Compiling data-encoding v2.10.0
16522026-04-06T23:51:18.745Z Compiling smoltcp v0.11.0
16532026-04-06T23:51:18.770Z Compiling sha3 v0.10.8
16542026-04-06T23:51:18.976Z Compiling ingot-types v0.1.2
16552026-04-06T23:51:19.064Z Compiling rustls-webpki v0.103.10
16562026-04-06T23:51:19.100Z Compiling usdt v0.5.0
16572026-04-06T23:51:19.410Z Compiling num v0.4.3
16582026-04-06T23:51:19.475Z Compiling chacha20poly1305 v0.10.1
16592026-04-06T23:51:19.482Z Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16602026-04-06T23:51:19.635Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16612026-04-06T23:51:19.930Z Compiling toml_edit v0.19.15
16622026-04-06T23:51:20.145Z Compiling argon2 v0.5.3
16632026-04-06T23:51:20.468Z Compiling typify v0.6.1
16642026-04-06T23:51:20.566Z Compiling vsss-rs v3.3.4
16652026-04-06T23:51:20.855Z Compiling proc-macro-crate v3.5.0
16662026-04-06T23:51:21.279Z Compiling ciborium v0.2.2
16672026-04-06T23:51:21.975Z Compiling tabwriter v1.4.1
16682026-04-06T23:51:22.114Z Compiling cobs v0.3.0
16692026-04-06T23:51:22.182Z Compiling memoffset v0.9.1
16702026-04-06T23:51:22.209Z Compiling indent_write v2.2.0
16712026-04-06T23:51:22.309Z Compiling bitflags v1.3.2
16722026-04-06T23:51:22.341Z Compiling pkg-config v0.3.32
16732026-04-06T23:51:22.381Z Compiling cfg_aliases v0.2.1
16742026-04-06T23:51:22.406Z Compiling unsafe-libyaml v0.2.11
16752026-04-06T23:51:22.432Z Compiling managed v0.8.0
16762026-04-06T23:51:22.452Z Compiling vcpkg v0.2.15
16772026-04-06T23:51:22.497Z Compiling tokio-rustls v0.26.4
16782026-04-06T23:51:22.642Z Compiling rustls-platform-verifier v0.6.2
16792026-04-06T23:51:22.759Z Compiling hyper-rustls v0.27.7
16802026-04-06T23:51:23.008Z Compiling reqwest v0.13.2
16812026-04-06T23:51:23.052Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
16822026-04-06T23:51:23.068Z Compiling openssl-sys v0.9.112
16832026-04-06T23:51:23.108Z Compiling serde_yaml v0.9.34+deprecated
16842026-04-06T23:51:23.596Z Compiling nix v0.31.2
16852026-04-06T23:51:24.181Z Compiling progenitor-client v0.13.0
16862026-04-06T23:51:24.268Z Compiling postcard v1.1.3
16872026-04-06T23:51:24.481Z Compiling progenitor-extras v0.1.1
16882026-04-06T23:51:24.714Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16892026-04-06T23:51:25.235Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16902026-04-06T23:51:25.893Z Compiling num_enum_derive v0.7.6
16912026-04-06T23:51:26.923Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
16922026-04-06T23:51:26.993Z Compiling proc-macro-crate v1.3.1
16932026-04-06T23:51:27.292Z Compiling progenitor-impl v0.13.0
16942026-04-06T23:51:27.304Z Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
16952026-04-06T23:51:27.328Z Compiling ingot v0.1.1
16962026-04-06T23:51:27.550Z Compiling hubpack_derive v0.1.1
16972026-04-06T23:51:27.561Z Compiling foreign-types-macros v0.2.3
16982026-04-06T23:51:28.083Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
16992026-04-06T23:51:28.197Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17002026-04-06T23:51:28.372Z Compiling semver v0.1.20
17012026-04-06T23:51:28.384Z Compiling cpufeatures v0.3.0
17022026-04-06T23:51:28.418Z Compiling heck v0.4.1
17032026-04-06T23:51:28.453Z Compiling colored v3.1.1
17042026-04-06T23:51:28.617Z Compiling foreign-types-shared v0.3.1
17052026-04-06T23:51:28.620Z Compiling resolv-conf v0.7.6
17062026-04-06T23:51:28.710Z Compiling linked-hash-map v0.5.6
17072026-04-06T23:51:28.849Z Compiling swrite v0.1.0
17082026-04-06T23:51:28.890Z Compiling rayon-core v1.13.0
17092026-04-06T23:51:28.942Z Compiling lru-cache v0.1.2
17102026-04-06T23:51:29.011Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17112026-04-06T23:51:29.066Z Compiling foreign-types v0.5.0
17122026-04-06T23:51:29.122Z Compiling rustc_version v0.1.7
17132026-04-06T23:51:29.146Z Compiling chacha20 v0.10.0
17142026-04-06T23:51:29.224Z Compiling hubpack v0.1.2
17152026-04-06T23:51:29.263Z Compiling num_enum_derive v0.5.11
17162026-04-06T23:51:29.333Z Compiling num_enum v0.7.6
17172026-04-06T23:51:29.437Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17182026-04-06T23:51:29.448Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17192026-04-06T23:51:30.189Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17202026-04-06T23:51:30.655Z Compiling hickory-proto v0.24.4
17212026-04-06T23:51:30.950Z Compiling progenitor-macro v0.13.0
17222026-04-06T23:51:32.665Z Compiling crossbeam-deque v0.8.6
17232026-04-06T23:51:32.864Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17242026-04-06T23:51:33.003Z Compiling serde-big-array v0.5.1
17252026-04-06T23:51:33.146Z Compiling pin-project-internal v1.1.11
17262026-04-06T23:51:33.228Z Compiling derive-where v1.6.1
17272026-04-06T23:51:33.248Z Compiling serde_repr v0.1.20
17282026-04-06T23:51:33.353Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17292026-04-06T23:51:33.727Z Compiling cstr-argument v0.1.2
17302026-04-06T23:51:33.821Z Compiling siphasher v1.0.2
17312026-04-06T23:51:33.861Z Compiling unicode-segmentation v1.13.2
17322026-04-06T23:51:33.878Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
17332026-04-06T23:51:33.922Z Compiling minimal-lexical v0.2.1
17342026-04-06T23:51:34.006Z Compiling phf_shared v0.12.1
17352026-04-06T23:51:34.179Z Compiling newline-converter v0.3.0
17362026-04-06T23:51:34.182Z Compiling nom v7.1.3
17372026-04-06T23:51:34.219Z Compiling pin-project v1.1.11
17382026-04-06T23:51:34.279Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
17392026-04-06T23:51:34.298Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc)
17402026-04-06T23:51:34.314Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
17412026-04-06T23:51:34.432Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17422026-04-06T23:51:34.533Z Compiling hickory-resolver v0.24.4
17432026-04-06T23:51:34.598Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
17442026-04-06T23:51:35.261Z Compiling num_enum v0.5.11
17452026-04-06T23:51:35.378Z Compiling rand v0.10.0
17462026-04-06T23:51:35.526Z Compiling newtype_derive v0.1.6
17472026-04-06T23:51:35.759Z Compiling atomicwrites v0.4.4
17482026-04-06T23:51:36.055Z Compiling progenitor v0.13.0
17492026-04-06T23:51:36.055Z Compiling unicode-normalization v0.1.25
17502026-04-06T23:51:36.175Z Compiling console v0.15.11
17512026-04-06T23:51:36.190Z Compiling camino-tempfile v1.4.1
17522026-04-06T23:51:36.372Z Compiling tokio-stream v0.1.18
17532026-04-06T23:51:36.433Z Compiling async-recursion v1.1.1
17542026-04-06T23:51:36.528Z Compiling snafu-derive v0.8.9
17552026-04-06T23:51:36.833Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17562026-04-06T23:51:36.844Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e)
17572026-04-06T23:51:37.106Z Compiling slog-dtrace v0.3.0
17582026-04-06T23:51:37.135Z Compiling csv-core v0.1.13
17592026-04-06T23:51:37.187Z Compiling bstr v1.12.1
17602026-04-06T23:51:37.211Z Compiling owo-colors v4.3.0
17612026-04-06T23:51:37.325Z Compiling unicode-width v0.1.14
17622026-04-06T23:51:37.366Z Compiling unicode-xid v0.2.6
17632026-04-06T23:51:37.395Z Compiling chrono-tz v0.10.4
17642026-04-06T23:51:37.485Z Compiling foldhash v0.1.5
17652026-04-06T23:51:37.535Z Compiling similar v2.7.0
17662026-04-06T23:51:37.597Z Compiling cancel-safe-futures v0.1.5
17672026-04-06T23:51:37.609Z Compiling foreign-types-shared v0.1.1
17682026-04-06T23:51:37.664Z Compiling openssl v0.10.76
17692026-04-06T23:51:37.677Z Compiling highway v1.3.0
17702026-04-06T23:51:37.693Z Compiling same-file v1.0.6
17712026-04-06T23:51:37.846Z Compiling walkdir v2.5.0
17722026-04-06T23:51:37.865Z Compiling foreign-types v0.3.2
17732026-04-06T23:51:37.937Z Compiling expectorate v1.2.0
17742026-04-06T23:51:37.947Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17752026-04-06T23:51:38.080Z Compiling hashbrown v0.15.5
17762026-04-06T23:51:38.134Z Compiling globset v0.4.18
17772026-04-06T23:51:38.206Z Compiling const_format_proc_macros v0.2.34
17782026-04-06T23:51:38.257Z Compiling snafu v0.8.9
17792026-04-06T23:51:38.543Z Compiling csv v1.4.0
17802026-04-06T23:51:38.634Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17812026-04-06T23:51:38.664Z Compiling qorb v0.4.1
17822026-04-06T23:51:38.988Z Compiling olpc-cjson v0.1.4
17832026-04-06T23:51:39.107Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17842026-04-06T23:51:39.887Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17852026-04-06T23:51:40.442Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
17862026-04-06T23:51:40.701Z Compiling rayon v1.11.0
17872026-04-06T23:51:40.720Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
17882026-04-06T23:51:40.805Z Compiling phf v0.12.1
17892026-04-06T23:51:40.935Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17902026-04-06T23:51:40.952Z Compiling zone_cfg_derive v0.3.1
17912026-04-06T23:51:41.153Z Compiling tokio-dtrace v0.1.1
17922026-04-06T23:51:41.211Z Compiling itertools v0.12.1
17932026-04-06T23:51:41.418Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
17942026-04-06T23:51:41.429Z Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
17952026-04-06T23:51:41.621Z Compiling libsw-core v0.3.2
17962026-04-06T23:51:41.648Z Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
17972026-04-06T23:51:41.785Z Compiling serde_plain v1.0.2
17982026-04-06T23:51:41.801Z Compiling openssl-macros v0.1.1
17992026-04-06T23:51:41.879Z Compiling num-derive v0.4.2
18002026-04-06T23:51:41.980Z Compiling pem v3.0.6
18012026-04-06T23:51:42.021Z Compiling cookie v0.18.1
18022026-04-06T23:51:42.210Z Compiling sigpipe v0.1.3
18032026-04-06T23:51:42.245Z Compiling fixedbitset v0.4.2
18042026-04-06T23:51:42.265Z Compiling jiff v0.2.23
18052026-04-06T23:51:42.294Z Compiling bytecount v0.6.9
18062026-04-06T23:51:42.354Z Compiling typed-path v0.9.3
18072026-04-06T23:51:42.429Z Compiling glob v0.3.3
18082026-04-06T23:51:42.444Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18092026-04-06T23:51:42.468Z Compiling fixedbitset v0.5.7
18102026-04-06T23:51:42.471Z Compiling petgraph v0.6.5
18112026-04-06T23:51:42.667Z Compiling petgraph v0.8.3
18122026-04-06T23:51:42.803Z Compiling papergrid v0.11.0
18132026-04-06T23:51:42.829Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a)
18142026-04-06T23:51:42.863Z Compiling zone v0.3.1
18152026-04-06T23:51:43.227Z Compiling tough v0.20.0
18162026-04-06T23:51:43.732Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b)
18172026-04-06T23:51:43.938Z Compiling libsw v3.5.0
18182026-04-06T23:51:44.121Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
18192026-04-06T23:51:44.440Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=368a2225b79328514ce0ea9181d8f874019edaa2#368a2225)
18202026-04-06T23:51:44.576Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18212026-04-06T23:51:44.685Z Compiling oxide-tokio-rt v0.1.3
18222026-04-06T23:51:44.860Z Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18232026-04-06T23:51:45.873Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18242026-04-06T23:51:46.048Z Compiling const_format v0.2.35
18252026-04-06T23:51:46.066Z Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18262026-04-06T23:51:46.776Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18272026-04-06T23:51:46.939Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18282026-04-06T23:51:46.999Z Compiling tabled_derive v0.7.0
18292026-04-06T23:51:47.131Z Compiling gethostname v0.5.0
18302026-04-06T23:51:47.253Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18312026-04-06T23:51:47.266Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3)
18322026-04-06T23:51:47.376Z Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18332026-04-06T23:51:47.420Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18342026-04-06T23:51:47.504Z Compiling smf v0.2.3
18352026-04-06T23:51:47.937Z Compiling bcs v0.1.6
18362026-04-06T23:51:47.988Z Compiling smawk v0.3.2
18372026-04-06T23:51:48.009Z Compiling termtree v0.5.1
18382026-04-06T23:51:48.101Z Compiling tagptr v0.2.0
18392026-04-06T23:51:48.122Z Compiling lazy_static v1.5.0
18402026-04-06T23:51:48.156Z Compiling linear-map v1.2.0
18412026-04-06T23:51:48.222Z Compiling whoami v1.6.1
18422026-04-06T23:51:48.242Z Compiling crunchy v0.2.4
18432026-04-06T23:51:48.253Z Compiling unicode-linebreak v0.1.5
18442026-04-06T23:51:48.337Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18452026-04-06T23:51:48.499Z Compiling textwrap v0.16.2
18462026-04-06T23:51:48.546Z Compiling moka v0.12.15
18472026-04-06T23:51:48.698Z Compiling steno v0.4.1
18482026-04-06T23:51:48.957Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18492026-04-06T23:51:49.028Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18502026-04-06T23:51:49.156Z Compiling tabled v0.15.0
18512026-04-06T23:51:49.503Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18522026-04-06T23:51:49.568Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18532026-04-06T23:51:49.969Z Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18542026-04-06T23:51:50.834Z Compiling hickory-proto v0.25.2
18552026-04-06T23:51:51.931Z Compiling tiny-keccak v2.0.2
18562026-04-06T23:51:51.996Z Compiling humantime v2.3.0
18572026-04-06T23:51:52.246Z Compiling num-derive v0.3.3
18582026-04-06T23:51:52.286Z Compiling parking_lot_core v0.8.6
18592026-04-06T23:51:52.638Z Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91)
18602026-04-06T23:51:52.701Z Compiling crc32fast v1.5.0
18612026-04-06T23:51:52.789Z Compiling hickory-resolver v0.25.2
18622026-04-06T23:51:52.867Z Compiling const-random-macro v0.1.16
18632026-04-06T23:51:53.170Z Compiling libscf-sys v1.1.0
18642026-04-06T23:51:53.257Z Compiling ahash v0.8.12
18652026-04-06T23:51:53.316Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51)
18662026-04-06T23:51:53.362Z Compiling smartstring v1.0.1
18672026-04-06T23:51:53.440Z Compiling const-random v0.1.18
18682026-04-06T23:51:53.515Z Compiling parking_lot v0.11.2
18692026-04-06T23:51:53.701Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18702026-04-06T23:51:53.890Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
18712026-04-06T23:51:53.934Z Compiling fxhash v0.2.1
18722026-04-06T23:51:54.061Z Compiling internet-checksum v0.2.1
18732026-04-06T23:51:54.074Z Compiling sled v0.34.7
18742026-04-06T23:51:54.372Z Compiling rdb-types v0.1.0 (/work/oxidecomputer/maghemite/rdb-types)
18752026-04-06T23:51:54.392Z Compiling thin-vec v0.2.14
18762026-04-06T23:51:54.435Z Compiling rhai_codegen v3.1.0
18772026-04-06T23:51:54.673Z Compiling sdd v3.0.10
18782026-04-06T23:51:54.870Z Compiling serial_test_derive v3.4.0
18792026-04-06T23:51:55.008Z Compiling scc v2.4.0
18802026-04-06T23:51:55.119Z Compiling nom v8.0.0
18812026-04-06T23:51:55.653Z Compiling yansi v1.0.1
18822026-04-06T23:51:55.693Z Compiling rhai v1.24.0
18832026-04-06T23:51:55.919Z Compiling diff v0.1.13
18842026-04-06T23:51:56.212Z Compiling serial_test v3.4.0
18852026-04-06T23:51:56.216Z Compiling pretty_assertions v1.4.1
18862026-04-06T23:51:58.479Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18872026-04-06T23:52:06.183Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18882026-04-06T23:52:07.752Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
18892026-04-06T23:52:08.815Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
18902026-04-06T23:52:09.938Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
18912026-04-06T23:52:10.736Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
18922026-04-06T23:52:12.167Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
18932026-04-06T23:52:47.320Z Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 18s
18942026-04-06T23:52:47.494Z────────────
18952026-04-06T23:52:47.494Z Nextest run ID 31367b14-faa0-4edf-8f00-3f9f2db337dc with nextest profile: default
18962026-04-06T23:52:47.494Z Starting 150 tests across 1 binary
18972026-04-06T23:52:47.506Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_byte_len
18982026-04-06T23:52:47.506Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_ipv4_from_bytes
18992026-04-06T23:52:47.510Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_double_from_bytes
19002026-04-06T23:52:47.510Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_round_trip
19012026-04-06T23:52:47.510Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_length_mismatch
19022026-04-06T23:52:47.510Z PASS [ 0.010s] bgp messages::tests::bgp_nexthop_invalid_length
19032026-04-06T23:52:47.510Z PASS [ 0.011s] bgp messages::tests::bgp_nexthop_ipv6_single_from_bytes
19042026-04-06T23:52:47.510Z PASS [ 0.012s] bgp messages::tests::decoding_accepts_mixed_nlri_encoding
19052026-04-06T23:52:47.516Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_parses_oversized_length
19062026-04-06T23:52:47.519Z PASS [ 0.011s] bgp messages::tests::empty_update_end_of_rib
19072026-04-06T23:52:47.519Z PASS [ 0.010s] bgp messages::tests::header_tests::new_accepts_maximum_length
19082026-04-06T23:52:47.519Z PASS [ 0.010s] bgp messages::tests::header_tests::from_wire_rejects_bad_marker
19092026-04-06T23:52:47.519Z PASS [ 0.011s] bgp messages::tests::header_round_trip
19102026-04-06T23:52:47.519Z PASS [ 0.011s] bgp messages::tests::decoding_accepts_reach_and_unreach_together
19112026-04-06T23:52:47.519Z PASS [ 0.012s] bgp messages::tests::decoding_deduplicates_non_mp_attributes
19122026-04-06T23:52:47.519Z PASS [ 0.011s] bgp messages::tests::header_tests::from_wire_parses_undersized_length
19132026-04-06T23:52:47.526Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_small
19142026-04-06T23:52:47.529Z PASS [ 0.010s] bgp messages::tests::header_tests::new_rejects_length_too_large
19152026-04-06T23:52:47.529Z PASS [ 0.011s] bgp messages::tests::header_tests::new_accepts_minimum_length
19162026-04-06T23:52:47.529Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_display
19172026-04-06T23:52:47.529Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_keepalive_header
19182026-04-06T23:52:47.529Z PASS [ 0.011s] bgp messages::tests::header_tests::roundtrip_max_length_header
19192026-04-06T23:52:47.529Z PASS [ 0.011s] bgp messages::tests::ipv4_unicast_dual_encoding
19202026-04-06T23:52:47.529Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_in_update_message
19212026-04-06T23:52:47.535Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::aggregator_invalid_length
19222026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_structure_parsing
19232026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_length_validation_in_parsing
19242026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_structure_parsing
19252026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::aggregator_wire_format
19262026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_display
19272026-04-06T23:52:47.538Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_wire_format
19282026-04-06T23:52:47.538Z PASS [ 0.011s] bgp messages::tests::mandatory_attribute_validation::as4_aggregator_invalid_length
19292026-04-06T23:52:47.544Z PASS [ 0.008s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_non_zero_length_error
19302026-04-06T23:52:47.547Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_in_update_message
19312026-04-06T23:52:47.547Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_to_wire
19322026-04-06T23:52:47.547Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::atomic_aggregate_zero_length
19332026-04-06T23:52:47.548Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::empty_update_does_not_require_mandatory_attrs
19342026-04-06T23:52:47.548Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_with_traditional_nlri_requires_next_hop
19352026-04-06T23:52:47.548Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::mp_unreach_only_update_does_not_require_mandatory_attrs
19362026-04-06T23:52:47.548Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::mp_bgp_update_without_next_hop_succeeds
19372026-04-06T23:52:47.553Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_too_short
19382026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::open_message_too_short
19392026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::notification_message_minimum_length
19402026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_missing_multiple_mandatory_attrs
19412026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_as_path_errors
19422026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_next_hop_errors
19432026-04-06T23:52:47.556Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::traditional_update_without_origin_errors
19442026-04-06T23:52:47.559Z PASS [ 0.010s] bgp messages::tests::mandatory_attribute_validation::update_message_minimum_length
19452026-04-06T23:52:47.562Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::update_message_too_short
19462026-04-06T23:52:47.565Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv4_unicast
19472026-04-06T23:52:47.565Z PASS [ 0.009s] bgp messages::tests::mandatory_attribute_validation::withdraw_only_update_does_not_require_mandatory_attrs
19482026-04-06T23:52:47.565Z PASS [ 0.009s] bgp messages::tests::mp_bgp_attributes_encoded_first
19492026-04-06T23:52:47.565Z PASS [ 0.008s] bgp messages::tests::mp_reach_nlri_ipv6_unicast
19502026-04-06T23:52:47.565Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_ipv4_unicast
19512026-04-06T23:52:47.565Z PASS [ 0.008s] bgp messages::tests::mp_unreach_nlri_ipv6_unicast
19522026-04-06T23:52:47.568Z PASS [ 0.010s] bgp messages::tests::mp_reach_nlri_round_trip
19532026-04-06T23:52:47.572Z PASS [ 0.009s] bgp messages::tests::mp_unreach_nlri_round_trip
19542026-04-06T23:52:47.574Z PASS [ 0.009s] bgp messages::tests::notification_round_trip
19552026-04-06T23:52:47.574Z PASS [ 0.009s] bgp messages::tests::prefix_conversion
19562026-04-06T23:52:47.574Z PASS [ 0.010s] bgp messages::tests::open_round_trip
19572026-04-06T23:52:47.574Z PASS [ 0.010s] bgp messages::tests::open_round_trip_extended_nexthop
19582026-04-06T23:52:47.574Z PASS [ 0.009s] bgp messages::tests::prefix_within
19592026-04-06T23:52:47.575Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::aggregator_returns_discard
19602026-04-06T23:52:47.575Z PASS [ 0.008s] bgp messages::tests::rfc7606_attribute_actions::as4_path_returns_treat_as_withdraw
19612026-04-06T23:52:47.580Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::atomic_aggregate_returns_discard
19622026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::communities_returns_treat_as_withdraw
19632026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::mp_bgp_returns_session_reset
19642026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::local_pref_returns_treat_as_withdraw
19652026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::well_known_mandatory_returns_treat_as_withdraw
19662026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_attribute_actions::multi_exit_disc_returns_treat_as_withdraw
19672026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::discard_errors_collected_without_treat_as_withdraw
19682026-04-06T23:52:47.583Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::flag_validation_error_collected
19692026-04-06T23:52:47.589Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::mixed_treat_as_withdraw_and_discard_errors
19702026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::multiple_treat_as_withdraw_errors_collected
19712026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::no_errors_when_all_attributes_valid
19722026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_error_collection::valid_attributes_after_errors_still_parsed
19732026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::invalid_flags_returns_correct_error_details
19742026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_non_transitive_attributes_require_optional_not_transitive
19752026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::optional_transitive_attributes_require_both_flags
19762026-04-06T23:52:47.592Z PASS [ 0.009s] bgp messages::tests::rfc7606_flag_validation::well_known_attributes_require_transitive_not_optional
19772026-04-06T23:52:47.598Z PASS [ 0.009s] bgp messages::tests::route_refresh_round_trip
19782026-04-06T23:52:47.604Z PASS [ 0.009s] bgp messages::tests::test_nexthop_length_validation
19792026-04-06T23:52:47.604Z PASS [ 0.009s] bgp messages::tests::update_round_trip
19802026-04-06T23:52:47.613Z PASS [ 0.022s] bgp policy::test::open_add_4byte_as
19812026-04-06T23:52:47.613Z PASS [ 0.021s] bgp policy::test::update_shape_community
19822026-04-06T23:52:47.617Z PASS [ 0.015s] bgp proptest::prop_ipv4_prefixes_roundtrip
19832026-04-06T23:52:47.617Z PASS [ 0.024s] bgp policy::test::open_require_4byte_as
19842026-04-06T23:52:47.617Z PASS [ 0.024s] bgp policy::test::update_drop_on_no_export
19852026-04-06T23:52:47.617Z PASS [ 0.024s] bgp policy::test::shape_update_prefixes
19862026-04-06T23:52:47.620Z PASS [ 0.020s] bgp proptest::prop_duplicate_attrs_deduplicated
19872026-04-06T23:52:47.627Z PASS [ 0.028s] bgp proptest::prop_encode_decode_semantic_equivalence
19882026-04-06T23:52:47.633Z PASS [ 0.013s] bgp proptest::prop_ipv4_wire_format_roundtrip
19892026-04-06T23:52:47.633Z PASS [ 0.016s] bgp proptest::prop_ipv4_prefixes_via_mp_reach
19902026-04-06T23:52:47.633Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_via_mp_unreach
19912026-04-06T23:52:47.633Z PASS [ 0.015s] bgp proptest::prop_ipv4_withdrawn_roundtrip
19922026-04-06T23:52:47.633Z PASS [ 0.015s] bgp proptest::prop_ipv6_prefixes_via_mp_reach
19932026-04-06T23:52:47.633Z PASS [ 0.018s] bgp proptest::prop_ipv4_traditional_vs_mp_bgp_equivalence
19942026-04-06T23:52:47.633Z PASS [ 0.013s] bgp proptest::prop_ipv6_wire_format_roundtrip
19952026-04-06T23:52:47.641Z PASS [ 0.014s] bgp proptest::prop_ipv6_withdrawn_via_mp_unreach
19962026-04-06T23:52:47.645Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv4_via_mp_reach
19972026-04-06T23:52:47.645Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_double_via_mp_reach
19982026-04-06T23:52:47.645Z PASS [ 0.014s] bgp proptest::prop_nexthop_ipv6_single_via_mp_reach
19992026-04-06T23:52:47.648Z PASS [ 0.017s] bgp proptest::prop_update_mp_unreach_roundtrip
20002026-04-06T23:52:47.652Z PASS [ 0.008s] bgp session::tests::route_update_is_announcement_and_withdrawal
20012026-04-06T23:52:47.655Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_all_buffer_rolling
20022026-04-06T23:52:47.655Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_filtering
20032026-04-06T23:52:47.655Z PASS [ 0.008s] bgp session::tests::test_fsm_event_history_major_buffer_rolling
20042026-04-06T23:52:47.655Z PASS [ 0.027s] bgp proptest::prop_mp_bgp_attrs_encoded_first
20052026-04-06T23:52:47.661Z PASS [ 0.008s] bgp session::tests::test_fsm_event_record_creation
20062026-04-06T23:52:47.661Z PASS [ 0.025s] bgp proptest::prop_update_traditional_roundtrip
20072026-04-06T23:52:47.661Z PASS [ 0.008s] bgp session::tests::test_resolve_collision_decision
20082026-04-06T23:52:47.661Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_cross_af_ipv4_routes_ipv6_local_ip_error
20092026-04-06T23:52:47.664Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_configured
20102026-04-06T23:52:47.664Z PASS [ 0.031s] bgp proptest::prop_update_mp_reach_roundtrip
20112026-04-06T23:52:47.667Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv4_fallback_pure_ipv4
20122026-04-06T23:52:47.667Z PASS [ 0.012s] bgp session::tests::test_select_nexthop_cross_af_ipv6_routes_ipv4_local_ip_error
20132026-04-06T23:52:47.667Z PASS [ 0.010s] bgp session::tests::test_select_nexthop_ipv4_fallback_mapped_ipv4
20142026-04-06T23:52:47.667Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_ipv6_configured
20152026-04-06T23:52:47.670Z PASS [ 0.011s] bgp session::tests::test_select_nexthop_ipv6_fallback_pure_ipv6
20162026-04-06T23:52:47.670Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv4_route_ipv6_nexthop
20172026-04-06T23:52:47.674Z PASS [ 0.009s] bgp session::tests::test_select_nexthop_wrong_af_ipv6_route_ipv4_nexthop
20182026-04-06T23:52:50.728Z PASS [ 3.065s] bgp test::test_basic_peering_active
20192026-04-06T23:52:50.731Z PASS [ 3.063s] bgp test::test_basic_update
20202026-04-06T23:52:50.740Z PASS [ 3.075s] bgp test::test_basic_peering_passive_tcp
20212026-04-06T23:52:50.744Z PASS [ 3.074s] bgp test::test_basic_update_ipv6
20222026-04-06T23:52:50.748Z PASS [ 3.083s] bgp test::test_basic_peering_active_tcp
20232026-04-06T23:52:50.748Z PASS [ 3.077s] bgp test::test_basic_update_tcp
20242026-04-06T23:52:50.748Z PASS [ 3.079s] bgp test::test_basic_update_ipv6_tcp
20252026-04-06T23:52:50.764Z PASS [ 3.099s] bgp test::test_basic_peering_passive
20262026-04-06T23:52:53.815Z PASS [ 3.066s] bgp test::test_ipv6_basic_peering_passive
20272026-04-06T23:52:53.817Z PASS [ 3.067s] bgp test::test_ipv6_basic_peering_active
20282026-04-06T23:52:53.844Z PASS [ 3.080s] bgp test::test_ipv6_basic_peering_passive_tcp
20292026-04-06T23:52:54.811Z PASS [ 4.081s] bgp test::test_dual_stack_routes_ipv6_peer_success
20302026-04-06T23:52:54.821Z PASS [ 4.080s] bgp test::test_import_export_policy_filtering
20312026-04-06T23:52:54.826Z PASS [ 4.098s] bgp test::test_dual_stack_routes_ipv4_peer_success
20322026-04-06T23:52:54.829Z PASS [ 4.078s] bgp test::test_ipv6_basic_peering_active_tcp
20332026-04-06T23:52:54.829Z PASS [ 4.083s] bgp test::test_ipv4_routes_ipv6_peer_success
20342026-04-06T23:52:54.875Z PASS [ 1.060s] bgp test::test_multiple_unnumbered_sessions
20352026-04-06T23:52:55.913Z PASS [ 1.091s] bgp test::test_three_router_chain_tcp
20362026-04-06T23:52:55.921Z PASS [ 1.094s] bgp test::test_three_router_chain_tcp_ipv6
20372026-04-06T23:52:56.661Z PASS [ 2.817s] bgp test::test_neighbor_thread_lifecycle_no_leaks
20382026-04-06T23:52:56.874Z PASS [ 2.062s] bgp test::test_same_linklocal_multiple_interfaces
20392026-04-06T23:52:56.972Z PASS [ 1.060s] bgp test::test_unnumbered_ndp_change
20402026-04-06T23:52:57.893Z PASS [ 4.078s] bgp test::test_ipv6_routes_ipv4_peer_success
20412026-04-06T23:52:57.895Z PASS [ 3.065s] bgp test::test_three_router_chain_unnumbered
20422026-04-06T23:52:59.889Z PASS [ 5.062s] bgp test::test_unnumbered_dualstack_route_exchange
20432026-04-06T23:53:01.723Z PASS [ 5.062s] bgp test::test_unnumbered_session_survives_peer_change
20442026-04-06T23:53:04.986Z PASS [ 9.064s] bgp test::test_unnumbered_peer_expiry_and_rediscovery
20452026-04-06T23:53:05.937Z PASS [ 9.063s] bgp test::test_unnumbered_unaffected_by_ndp
20462026-04-06T23:53:12.941Z PASS [ 18.064s] bgp test::test_unnumbered_interface_lifecycle
20472026-04-06T23:53:12.944Z────────────
20482026-04-06T23:53:12.944Z Summary [ 25.446s] 150 tests run: 150 passed, 0 skipped
20492026-04-06T23:53:12.954Z+ cp dualstack_routes.log loopback-manager.test_basic_peering_active_tcp.log loopback-manager.test_basic_peering_passive_tcp.log loopback-manager.test_basic_update_ipv6_tcp.log loopback-manager.test_basic_update_tcp.log loopback-manager.test_dual_stack_routes_ipv4_peer_success.log loopback-manager.test_dual_stack_routes_ipv6_peer_success.log loopback-manager.test_import_export_policy_filtering.log loopback-manager.test_ipv4_routes_ipv6_peer_success.log loopback-manager.test_ipv6_basic_peering_active_tcp.log loopback-manager.test_ipv6_basic_peering_passive_tcp.log loopback-manager.test_ipv6_routes_ipv4_peer_success.log loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log loopback-manager.test_three_router_chain_tcp_ipv6.log loopback-manager.test_three_router_chain_tcp.log multiple_unnumbered.log ndp_change_reset.log ndp_changes.log r1.test_basic_peering_active_tcp.log r1.test_basic_peering_active.log r1.test_basic_peering_passive_tcp.log r1.test_basic_peering_passive.log r1.test_basic_update_ipv6_tcp.log r1.test_basic_update_ipv6.log r1.test_basic_update_tcp.log r1.test_basic_update.log r1.test_dual_stack_routes_ipv4_peer_success.log r1.test_dual_stack_routes_ipv6_peer_success.log r1.test_import_export_policy_filtering.log r1.test_ipv4_routes_ipv6_peer_success.log r1.test_ipv6_basic_peering_active_tcp.log r1.test_ipv6_basic_peering_active.log r1.test_ipv6_basic_peering_passive_tcp.log r1.test_ipv6_basic_peering_passive.log r1.test_ipv6_routes_ipv4_peer_success.log r1.test_neighbor_thread_lifecycle_no_leaks.log r1.test_three_router_chain_tcp_ipv6.log r1.test_three_router_chain_tcp.log r2.test_basic_peering_active_tcp.log r2.test_basic_peering_active.log r2.test_basic_peering_passive_tcp.log r2.test_basic_peering_passive.log r2.test_basic_update_ipv6_tcp.log r2.test_basic_update_ipv6.log r2.test_basic_update_tcp.log r2.test_basic_update.log r2.test_dual_stack_routes_ipv4_peer_success.log r2.test_dual_stack_routes_ipv6_peer_success.log r2.test_import_export_policy_filtering.log r2.test_ipv4_routes_ipv6_peer_success.log r2.test_ipv6_basic_peering_active_tcp.log r2.test_ipv6_basic_peering_active.log r2.test_ipv6_basic_peering_passive_tcp.log r2.test_ipv6_basic_peering_passive.log r2.test_ipv6_routes_ipv4_peer_success.log r2.test_neighbor_thread_lifecycle_no_leaks.log r2.test_three_router_chain_tcp_ipv6.log r2.test_three_router_chain_tcp.log r3.test_three_router_chain_tcp_ipv6.log r3.test_three_router_chain_tcp.log same_linklocal.log three_chain.log unnumbered_expiry.log unnumbered_interface_lifecycle.log unnumbered_peer_change.log /work/
20502026-04-06T23:53:12.960Z+ popd
20512026-04-06T23:53:12.960Z+ pushd mgd
20522026-04-06T23:53:12.960Z/work/oxidecomputer/maghemite
20532026-04-06T23:53:12.960Z+ pfexec cargo nextest run
20542026-04-06T23:53:12.963Z/work/oxidecomputer/maghemite/mgd /work/oxidecomputer/maghemite
20552026-04-06T23:53:14.110Z Compiling slog v2.8.2
20562026-04-06T23:53:14.215Z Compiling usdt v0.6.0
20572026-04-06T23:53:14.299Z Compiling typify-impl v0.4.3
20582026-04-06T23:53:14.316Z Compiling proc-macro-error-attr2 v2.0.0
20592026-04-06T23:53:14.320Z Compiling adler2 v2.0.1
20602026-04-06T23:53:14.320Z Compiling simd-adler32 v0.3.9
20612026-04-06T23:53:14.458Z Compiling miniz_oxide v0.8.9
20622026-04-06T23:53:14.496Z Compiling papergrid v0.17.0
20632026-04-06T23:53:14.506Z Compiling slog-json v2.6.1
20642026-04-06T23:53:14.592Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
20652026-04-06T23:53:14.702Z Compiling slog-term v2.9.2
20662026-04-06T23:53:14.748Z Compiling slog-async v2.8.0
20672026-04-06T23:53:14.918Z Compiling slog-bunyan v2.5.0
20682026-04-06T23:53:14.939Z Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20692026-04-06T23:53:15.064Z Compiling dropshot v0.16.7
20702026-04-06T23:53:15.113Z Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20712026-04-06T23:53:15.458Z Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20722026-04-06T23:53:15.574Z Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20732026-04-06T23:53:15.927Z Compiling slog-dtrace v0.3.0
20742026-04-06T23:53:16.247Z Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20752026-04-06T23:53:16.375Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=b603c9f3dccefcf1d3e941c04505ff6bdd1826b6#b603c9f3)
20762026-04-06T23:53:16.543Z Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20772026-04-06T23:53:16.670Z Compiling steno v0.4.1
20782026-04-06T23:53:18.148Z Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20792026-04-06T23:53:19.834Z Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20802026-04-06T23:53:20.536Z Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20812026-04-06T23:53:20.736Z Compiling typify-macro v0.4.3
20822026-04-06T23:53:21.136Z Compiling proc-macro-error2 v2.0.1
20832026-04-06T23:53:21.415Z Compiling tabled_derive v0.11.0
20842026-04-06T23:53:21.646Z Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20852026-04-06T23:53:21.685Z Compiling flate2 v1.1.9
20862026-04-06T23:53:21.825Z Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20872026-04-06T23:53:22.091Z Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20882026-04-06T23:53:22.119Z Compiling testing_table v0.3.0
20892026-04-06T23:53:22.285Z Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
20902026-04-06T23:53:22.396Z Compiling compression-core v0.4.31
20912026-04-06T23:53:22.527Z Compiling tabled v0.20.0
20922026-04-06T23:53:22.557Z Compiling compression-codecs v0.4.37
20932026-04-06T23:53:22.567Z Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51)
20942026-04-06T23:53:22.745Z Compiling typify v0.4.3
20952026-04-06T23:53:22.840Z Compiling progenitor-impl v0.11.2
20962026-04-06T23:53:22.923Z Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20972026-04-06T23:53:22.951Z Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20982026-04-06T23:53:23.078Z Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
20992026-04-06T23:53:23.450Z Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21002026-04-06T23:53:24.013Z Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21012026-04-06T23:53:25.312Z Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21022026-04-06T23:53:25.354Z Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21032026-04-06T23:53:25.682Z Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21042026-04-06T23:53:26.354Z Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21052026-04-06T23:53:26.414Z Compiling progenitor-macro v0.11.2
21062026-04-06T23:53:27.047Z Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21072026-04-06T23:53:27.271Z Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#4bfd6375)
21082026-04-06T23:53:27.726Z Compiling progenitor-client v0.11.2
21092026-04-06T23:53:28.023Z Compiling toml_datetime v1.1.0+spec-1.1.0
21102026-04-06T23:53:28.084Z Compiling dropshot v0.17.0
21112026-04-06T23:53:28.343Z Compiling toml v1.1.0+spec-1.1.0
21122026-04-06T23:53:28.500Z Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21132026-04-06T23:53:28.737Z Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21142026-04-06T23:53:28.822Z Compiling async-compression v0.4.41
21152026-04-06T23:53:29.140Z Compiling dropshot_endpoint v0.17.0
21162026-04-06T23:53:29.641Z Compiling crc8 v0.1.1
21172026-04-06T23:53:29.761Z Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client)
21182026-04-06T23:53:29.896Z Compiling dropshot-api-manager-types v0.7.0
21192026-04-06T23:53:30.339Z Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21202026-04-06T23:53:31.458Z Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21212026-04-06T23:53:31.470Z Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21222026-04-06T23:53:31.575Z Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21232026-04-06T23:53:31.880Z Compiling progenitor v0.11.2
21242026-04-06T23:53:32.064Z Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295)
21252026-04-06T23:53:36.024Z Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21262026-04-06T23:53:36.192Z Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21272026-04-06T23:53:40.547Z Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21282026-04-06T23:53:47.652Z Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21292026-04-06T23:53:49.254Z Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#dfcd9ac2)
21302026-04-06T23:53:50.346Z Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common)
21312026-04-06T23:53:51.467Z Compiling ndp v0.1.0 (/work/oxidecomputer/maghemite/ndp)
21322026-04-06T23:53:52.251Z Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb)
21332026-04-06T23:53:53.690Z Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp)
21342026-04-06T23:53:53.690Z Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd)
21352026-04-06T23:53:53.693Z Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower)
21362026-04-06T23:54:00.504Z Compiling mg-types-versions v0.1.0 (/work/oxidecomputer/maghemite/mg-types/versions)
21372026-04-06T23:54:01.881Z Compiling mg-types v0.1.0 (/work/oxidecomputer/maghemite/mg-types)
21382026-04-06T23:54:01.881Z Compiling mg-api v0.1.0 (/work/oxidecomputer/maghemite/mg-api)
21392026-04-06T23:54:03.234Z Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd)
21402026-04-06T23:54:33.135Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 18s
21412026-04-06T23:54:33.139Z────────────
21422026-04-06T23:54:33.139Z Nextest run ID 6c771d7a-c89d-47a9-98aa-ec741f977027 with nextest profile: default
21432026-04-06T23:54:33.139Z Starting 32 tests across 1 binary
21442026-04-06T23:54:33.139Z PASS [ 0.010s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_hop_limit_v6
21452026-04-06T23:54:33.139Z PASS [ 0.011s] mgd::bin/mgd bfd_admin::test::egress_socket_sets_ttl_v4
21462026-04-06T23:54:33.140Z PASS [ 0.015s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_equivalence
21472026-04-06T23:54:33.140Z PASS [ 0.017s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v4_list_equivalence
21482026-04-06T23:54:33.140Z PASS [ 0.016s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_equivalence
21492026-04-06T23:54:33.140Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_creates_ecmp
21502026-04-06T23:54:33.140Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_ipv6
21512026-04-06T23:54:33.140Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_empty_db
21522026-04-06T23:54:33.140Z PASS [ 0.059s] mgd::bin/mgd tests::test_initialize_static_routes_deduplicates_same_nexthop
21532026-04-06T23:54:33.140Z PASS [ 0.060s] mgd::bin/mgd tests::test_initialize_static_routes_mixed_families
21542026-04-06T23:54:33.140Z PASS [ 0.053s] mgd::bin/mgd tests::test_initialize_static_routes_preserves_normalized
21552026-04-06T23:54:33.140Z PASS [ 0.066s] mgd::bin/mgd bgp_admin::tests::apply_remove_entire_group
21562026-04-06T23:54:33.140Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_mixed_accepts_normalized
21572026-04-06T23:54:33.140Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v4
21582026-04-06T23:54:33.140Z PASS [ 0.011s] mgd::bin/mgd validation::tests::test_validate_prefixes_empty_list
21592026-04-06T23:54:33.140Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_only_v6
21602026-04-06T23:54:33.140Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v4
21612026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_invalid_for_rib_v6
21622026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v4
21632026-04-06T23:54:33.140Z PASS [ 0.019s] mgd::bin/mgd validation::tests::prop_validate_prefixes_v6_list_equivalence
21642026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_empty_list
21652026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_accepts_normalized
21662026-04-06T23:54:33.140Z PASS [ 0.010s] mgd::bin/mgd validation::tests::test_validate_prefixes_rejects_unnormalized_v6
21672026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_loopback
21682026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_multicast
21692026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v4_rejects_unnormalized
21702026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_accepts_normalized
21712026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_empty_list
21722026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_link_local
21732026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_loopback
21742026-04-06T23:54:33.140Z PASS [ 0.008s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_unnormalized
21752026-04-06T23:54:33.140Z PASS [ 0.009s] mgd::bin/mgd validation::tests::test_validate_prefixes_v6_rejects_multicast
21762026-04-06T23:54:33.140Z────────────
21772026-04-06T23:54:33.140Z Summary [ 0.088s] 32 tests run: 32 passed, 0 skipped
21782026-04-06T23:54:33.140Z+ cp apply_remove_entire_group.log /work/
21792026-04-06T23:54:33.140Z+ popd
21802026-04-06T23:54:33.141Z/work/oxidecomputer/maghemite
21812026-04-06T23:54:33.141Zprocess exited: duration 393482 ms, exit code 0
 
21822026-04-06T23:54:33.153Zfound 66 output files
21832026-04-06T23:54:33.153Zuploading: /work/apply_remove_entire_group.log (24144 bytes)
21842026-04-06T23:54:34.166Zuploaded: /work/apply_remove_entire_group.log
21852026-04-06T23:54:34.167Zuploading: /work/dualstack_routes.log (120999 bytes)
21862026-04-06T23:54:35.185Zuploaded: /work/dualstack_routes.log
21872026-04-06T23:54:35.185Zuploading: /work/loopback-manager.test_basic_peering_active_tcp.log (2308 bytes)
21882026-04-06T23:54:36.197Zuploaded: /work/loopback-manager.test_basic_peering_active_tcp.log
21892026-04-06T23:54:36.200Zuploading: /work/loopback-manager.test_basic_peering_passive_tcp.log (1441 bytes)
21902026-04-06T23:54:37.216Zuploaded: /work/loopback-manager.test_basic_peering_passive_tcp.log
21912026-04-06T23:54:37.221Zuploading: /work/loopback-manager.test_basic_update_ipv6_tcp.log (1990 bytes)
21922026-04-06T23:54:38.233Zuploaded: /work/loopback-manager.test_basic_update_ipv6_tcp.log
21932026-04-06T23:54:38.233Zuploading: /work/loopback-manager.test_basic_update_tcp.log (2137 bytes)
21942026-04-06T23:54:39.244Zuploaded: /work/loopback-manager.test_basic_update_tcp.log
21952026-04-06T23:54:39.244Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log (2228 bytes)
21962026-04-06T23:54:40.256Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv4_peer_success.log
21972026-04-06T23:54:40.256Zuploading: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log (2347 bytes)
21982026-04-06T23:54:41.266Zuploaded: /work/loopback-manager.test_dual_stack_routes_ipv6_peer_success.log
21992026-04-06T23:54:41.266Zuploading: /work/loopback-manager.test_import_export_policy_filtering.log (2255 bytes)
22002026-04-06T23:54:42.278Zuploaded: /work/loopback-manager.test_import_export_policy_filtering.log
22012026-04-06T23:54:42.278Zuploading: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log (2260 bytes)
22022026-04-06T23:54:43.303Zuploaded: /work/loopback-manager.test_ipv4_routes_ipv6_peer_success.log
22032026-04-06T23:54:43.303Zuploading: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log (2213 bytes)
22042026-04-06T23:54:44.312Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_active_tcp.log
22052026-04-06T23:54:44.312Zuploading: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log (2332 bytes)
22062026-04-06T23:54:46.325Zuploaded: /work/loopback-manager.test_ipv6_basic_peering_passive_tcp.log
22072026-04-06T23:54:46.325Zuploading: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log (2075 bytes)
22082026-04-06T23:54:47.333Zuploaded: /work/loopback-manager.test_ipv6_routes_ipv4_peer_success.log
22092026-04-06T23:54:47.333Zuploading: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log (2530 bytes)
22102026-04-06T23:54:48.367Zuploaded: /work/loopback-manager.test_neighbor_thread_lifecycle_no_leaks.log
22112026-04-06T23:54:48.367Zuploading: /work/loopback-manager.test_three_router_chain_tcp.log (3589 bytes)
22122026-04-06T23:54:49.375Zuploaded: /work/loopback-manager.test_three_router_chain_tcp.log
22132026-04-06T23:54:49.376Zuploading: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log (3488 bytes)
22142026-04-06T23:54:50.385Zuploaded: /work/loopback-manager.test_three_router_chain_tcp_ipv6.log
22152026-04-06T23:54:50.385Zuploading: /work/multiple_unnumbered.log (138092 bytes)
22162026-04-06T23:54:51.401Zuploaded: /work/multiple_unnumbered.log
22172026-04-06T23:54:51.401Zuploading: /work/ndp_change_reset.log (69950 bytes)
22182026-04-06T23:54:52.413Zuploaded: /work/ndp_change_reset.log
22192026-04-06T23:54:52.413Zuploading: /work/ndp_changes.log (88560 bytes)
22202026-04-06T23:54:53.428Zuploaded: /work/ndp_changes.log
22212026-04-06T23:54:53.428Zuploading: /work/r1.test_basic_peering_active.log (38250 bytes)
22222026-04-06T23:54:54.440Zuploaded: /work/r1.test_basic_peering_active.log
22232026-04-06T23:54:54.440Zuploading: /work/r1.test_basic_peering_active_tcp.log (43239 bytes)
22242026-04-06T23:54:55.454Zuploaded: /work/r1.test_basic_peering_active_tcp.log
22252026-04-06T23:54:55.454Zuploading: /work/r1.test_basic_peering_passive.log (33862 bytes)
22262026-04-06T23:54:56.470Zuploaded: /work/r1.test_basic_peering_passive.log
22272026-04-06T23:54:56.470Zuploading: /work/r1.test_basic_peering_passive_tcp.log (39688 bytes)
22282026-04-06T23:54:57.483Zuploaded: /work/r1.test_basic_peering_passive_tcp.log
22292026-04-06T23:54:57.483Zuploading: /work/r1.test_basic_update.log (46595 bytes)
22302026-04-06T23:54:58.495Zuploaded: /work/r1.test_basic_update.log
22312026-04-06T23:54:58.495Zuploading: /work/r1.test_basic_update_ipv6.log (46921 bytes)
22322026-04-06T23:54:59.510Zuploaded: /work/r1.test_basic_update_ipv6.log
22332026-04-06T23:54:59.510Zuploading: /work/r1.test_basic_update_ipv6_tcp.log (50432 bytes)
22342026-04-06T23:55:00.523Zuploaded: /work/r1.test_basic_update_ipv6_tcp.log
22352026-04-06T23:55:00.523Zuploading: /work/r1.test_basic_update_tcp.log (45226 bytes)
22362026-04-06T23:55:01.538Zuploaded: /work/r1.test_basic_update_tcp.log
22372026-04-06T23:55:01.538Zuploading: /work/r1.test_dual_stack_routes_ipv4_peer_success.log (47757 bytes)
22382026-04-06T23:55:02.551Zuploaded: /work/r1.test_dual_stack_routes_ipv4_peer_success.log
22392026-04-06T23:55:02.551Zuploading: /work/r1.test_dual_stack_routes_ipv6_peer_success.log (43963 bytes)
22402026-04-06T23:55:03.565Zuploaded: /work/r1.test_dual_stack_routes_ipv6_peer_success.log
22412026-04-06T23:55:03.566Zuploading: /work/r1.test_import_export_policy_filtering.log (41659 bytes)
22422026-04-06T23:55:04.596Zuploaded: /work/r1.test_import_export_policy_filtering.log
22432026-04-06T23:55:04.596Zuploading: /work/r1.test_ipv4_routes_ipv6_peer_success.log (35890 bytes)
22442026-04-06T23:55:05.610Zuploaded: /work/r1.test_ipv4_routes_ipv6_peer_success.log
22452026-04-06T23:55:05.610Zuploading: /work/r1.test_ipv6_basic_peering_active.log (40306 bytes)
22462026-04-06T23:55:06.628Zuploaded: /work/r1.test_ipv6_basic_peering_active.log
22472026-04-06T23:55:06.628Zuploading: /work/r1.test_ipv6_basic_peering_active_tcp.log (48655 bytes)
22482026-04-06T23:55:07.639Zuploaded: /work/r1.test_ipv6_basic_peering_active_tcp.log
22492026-04-06T23:55:07.639Zuploading: /work/r1.test_ipv6_basic_peering_passive.log (33922 bytes)
22502026-04-06T23:55:08.652Zuploaded: /work/r1.test_ipv6_basic_peering_passive.log
22512026-04-06T23:55:08.652Zuploading: /work/r1.test_ipv6_basic_peering_passive_tcp.log (39619 bytes)
22522026-04-06T23:55:09.665Zuploaded: /work/r1.test_ipv6_basic_peering_passive_tcp.log
22532026-04-06T23:55:09.665Zuploading: /work/r1.test_ipv6_routes_ipv4_peer_success.log (35641 bytes)
22542026-04-06T23:55:10.677Zuploaded: /work/r1.test_ipv6_routes_ipv4_peer_success.log
22552026-04-06T23:55:10.677Zuploading: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log (29938 bytes)
22562026-04-06T23:55:11.690Zuploaded: /work/r1.test_neighbor_thread_lifecycle_no_leaks.log
22572026-04-06T23:55:11.690Zuploading: /work/r1.test_three_router_chain_tcp.log (26634 bytes)
22582026-04-06T23:55:12.702Zuploaded: /work/r1.test_three_router_chain_tcp.log
22592026-04-06T23:55:12.702Zuploading: /work/r1.test_three_router_chain_tcp_ipv6.log (22237 bytes)
22602026-04-06T23:55:13.713Zuploaded: /work/r1.test_three_router_chain_tcp_ipv6.log
22612026-04-06T23:55:13.713Zuploading: /work/r2.test_basic_peering_active.log (38970 bytes)
22622026-04-06T23:55:14.727Zuploaded: /work/r2.test_basic_peering_active.log
22632026-04-06T23:55:14.727Zuploading: /work/r2.test_basic_peering_active_tcp.log (44385 bytes)
22642026-04-06T23:55:15.740Zuploaded: /work/r2.test_basic_peering_active_tcp.log
22652026-04-06T23:55:15.740Zuploading: /work/r2.test_basic_peering_passive.log (42235 bytes)
22662026-04-06T23:55:16.754Zuploaded: /work/r2.test_basic_peering_passive.log
22672026-04-06T23:55:16.754Zuploading: /work/r2.test_basic_peering_passive_tcp.log (46807 bytes)
22682026-04-06T23:55:17.767Zuploaded: /work/r2.test_basic_peering_passive_tcp.log
22692026-04-06T23:55:17.767Zuploading: /work/r2.test_basic_update.log (47809 bytes)
22702026-04-06T23:55:18.779Zuploaded: /work/r2.test_basic_update.log
22712026-04-06T23:55:18.779Zuploading: /work/r2.test_basic_update_ipv6.log (47427 bytes)
22722026-04-06T23:55:19.792Zuploaded: /work/r2.test_basic_update_ipv6.log
22732026-04-06T23:55:19.792Zuploading: /work/r2.test_basic_update_ipv6_tcp.log (45378 bytes)
22742026-04-06T23:55:20.804Zuploaded: /work/r2.test_basic_update_ipv6_tcp.log
22752026-04-06T23:55:20.804Zuploading: /work/r2.test_basic_update_tcp.log (36986 bytes)
22762026-04-06T23:55:21.818Zuploaded: /work/r2.test_basic_update_tcp.log
22772026-04-06T23:55:21.818Zuploading: /work/r2.test_dual_stack_routes_ipv4_peer_success.log (43611 bytes)
22782026-04-06T23:55:22.830Zuploaded: /work/r2.test_dual_stack_routes_ipv4_peer_success.log
22792026-04-06T23:55:22.830Zuploading: /work/r2.test_dual_stack_routes_ipv6_peer_success.log (43822 bytes)
22802026-04-06T23:55:23.840Zuploaded: /work/r2.test_dual_stack_routes_ipv6_peer_success.log
22812026-04-06T23:55:23.843Zuploading: /work/r2.test_import_export_policy_filtering.log (37752 bytes)
22822026-04-06T23:55:24.882Zuploaded: /work/r2.test_import_export_policy_filtering.log
22832026-04-06T23:55:24.882Zuploading: /work/r2.test_ipv4_routes_ipv6_peer_success.log (38291 bytes)
22842026-04-06T23:55:25.896Zuploaded: /work/r2.test_ipv4_routes_ipv6_peer_success.log
22852026-04-06T23:55:25.897Zuploading: /work/r2.test_ipv6_basic_peering_active.log (39063 bytes)
22862026-04-06T23:55:26.908Zuploaded: /work/r2.test_ipv6_basic_peering_active.log
22872026-04-06T23:55:26.908Zuploading: /work/r2.test_ipv6_basic_peering_active_tcp.log (47699 bytes)
22882026-04-06T23:55:27.918Zuploaded: /work/r2.test_ipv6_basic_peering_active_tcp.log
22892026-04-06T23:55:27.918Zuploading: /work/r2.test_ipv6_basic_peering_passive.log (41381 bytes)
22902026-04-06T23:55:28.955Zuploaded: /work/r2.test_ipv6_basic_peering_passive.log
22912026-04-06T23:55:28.955Zuploading: /work/r2.test_ipv6_basic_peering_passive_tcp.log (46701 bytes)
22922026-04-06T23:55:29.985Zuploaded: /work/r2.test_ipv6_basic_peering_passive_tcp.log
22932026-04-06T23:55:29.985Zuploading: /work/r2.test_ipv6_routes_ipv4_peer_success.log (38170 bytes)
22942026-04-06T23:55:31.001Zuploaded: /work/r2.test_ipv6_routes_ipv4_peer_success.log
22952026-04-06T23:55:31.001Zuploading: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log (28074 bytes)
22962026-04-06T23:55:32.019Zuploaded: /work/r2.test_neighbor_thread_lifecycle_no_leaks.log
22972026-04-06T23:55:32.019Zuploading: /work/r2.test_three_router_chain_tcp.log (44830 bytes)
22982026-04-06T23:55:33.030Zuploaded: /work/r2.test_three_router_chain_tcp.log
22992026-04-06T23:55:33.030Zuploading: /work/r2.test_three_router_chain_tcp_ipv6.log (44983 bytes)
23002026-04-06T23:55:34.042Zuploaded: /work/r2.test_three_router_chain_tcp_ipv6.log
23012026-04-06T23:55:34.042Zuploading: /work/r3.test_three_router_chain_tcp.log (21373 bytes)
23022026-04-06T23:55:35.052Zuploaded: /work/r3.test_three_router_chain_tcp.log
23032026-04-06T23:55:35.052Zuploading: /work/r3.test_three_router_chain_tcp_ipv6.log (21451 bytes)
23042026-04-06T23:55:36.062Zuploaded: /work/r3.test_three_router_chain_tcp_ipv6.log
23052026-04-06T23:55:36.062Zuploading: /work/same_linklocal.log (150965 bytes)
23062026-04-06T23:55:37.076Zuploaded: /work/same_linklocal.log
23072026-04-06T23:55:37.079Zuploading: /work/three_chain.log (205855 bytes)
23082026-04-06T23:55:38.091Zuploaded: /work/three_chain.log
23092026-04-06T23:55:38.094Zuploading: /work/unnumbered_expiry.log (87512 bytes)
23102026-04-06T23:55:39.102Zuploaded: /work/unnumbered_expiry.log
23112026-04-06T23:55:39.107Zuploading: /work/unnumbered_interface_lifecycle.log (165929 bytes)
23122026-04-06T23:55:40.119Zuploaded: /work/unnumbered_interface_lifecycle.log
23132026-04-06T23:55:40.123Zuploading: /work/unnumbered_peer_change.log (78994 bytes)
23142026-04-06T23:55:41.133Zuploaded: /work/unnumbered_peer_change.log