01KY9R0CA5A3KGBW9WZGG6NJYW: opte-api

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KY9R0X24HJ45HR7J2DHC45KV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T09:42:25.274Zjob assigned to worker 01KY9R1470TXM2QXNS4FMKPDXB [factory aws, i-01e47201bf2370823] (queued for 48 s)
 
22026-07-24T09:42:31.307Zstarting task 0: "setup"
32026-07-24T09:42:31.312Z++ uname -s
42026-07-24T09:42:31.315Z+ kern=SunOS
52026-07-24T09:42:31.316Z+ build_user=build
62026-07-24T09:42:31.316Z+ build_uid=12345
72026-07-24T09:42:31.316Z+ work_dir=/work
82026-07-24T09:42:31.316Z+ input_dir=/input
92026-07-24T09:42:31.316Z+ [[ 0 == 12345 ]]
102026-07-24T09:42:31.316Z+ case "$kern" in
112026-07-24T09:42:31.316Z+ groupadd -g 12345 build
122026-07-24T09:42:31.318Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T09:42:33.322Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T09:42:33.414Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T09:42:33.418Z+ home_fs=zfs
162026-07-24T09:42:33.418Z+ [[ zfs == autofs ]]
172026-07-24T09:42:33.418Z+ mkdir -p /home/build
182026-07-24T09:42:33.419Z+ chown build:build /home/build /work
192026-07-24T09:42:35.419Z+ chmod 0700 /home/build /work
202026-07-24T09:42:35.423Zprocess exited: duration 4112 ms, exit code 0
 
212026-07-24T09:42:35.433Zstarting task 1: "rust-toolchain"
222026-07-24T09:42:35.437Z * rust toolchain channel = "1.97.1"
232026-07-24T09:42:35.437Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
242026-07-24T09:42:35.437Z * rust toolchain profile = "default"
252026-07-24T09:42:35.437Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T09:42:35.437Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T09:42:35.437Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T09:42:35.437Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T09:42:35.440Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T09:42:35.598Zinfo: downloading installer
312026-07-24T09:42:37.037Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T09:42:37.037Zwarn: /home/build/.rustup/settings.toml
332026-07-24T09:42:37.037Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T09:42:37.037Zwarn: instead of the one inferred from the default host triple.
352026-07-24T09:42:37.049Zinfo: profile set to default
362026-07-24T09:42:37.049Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T09:42:37.052Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T09:42:37.183Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T09:42:37.186Zinfo: downloading 6 components
402026-07-24T09:42:52.379Z
412026-07-24T09:42:52.379Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-24T09:42:52.407Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T09:42:52.407Z
442026-07-24T09:42:52.411Z
452026-07-24T09:42:52.411ZRust is installed now. Great!
462026-07-24T09:42:52.411Z
472026-07-24T09:42:52.411ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T09:42:52.411Zenvironment variable. This has not been done automatically.
492026-07-24T09:42:52.411Z
502026-07-24T09:42:52.411ZTo configure your current shell, you need to source
512026-07-24T09:42:52.411Zthe corresponding env file under $HOME/.cargo.
522026-07-24T09:42:52.411Z
532026-07-24T09:42:52.411ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T09:42:52.411Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T09:42:52.411Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T09:42:52.411Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T09:42:52.411Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T09:42:52.411Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T09:42:52.411Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T09:42:52.411Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T09:42:52.411Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T09:42:52.496Z+ rustup --version
632026-07-24T09:42:52.505Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T09:42:52.508Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T09:42:52.526Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T09:42:52.528Z+ cargo --version
672026-07-24T09:42:52.543Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T09:42:52.546Z+ rustc --version
692026-07-24T09:42:52.565Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T09:42:52.568Zprocess exited: duration 17135 ms, exit code 0
 
712026-07-24T09:42:52.574Zstarting task 2: "authentication"
722026-07-24T09:42:52.590Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T09:42:52.597Zstarting task 3: "clone repository"
742026-07-24T09:42:52.600Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T09:42:52.602Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T09:42:52.633ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T09:42:54.063Z+ cd /work/oxidecomputer/opte
782026-07-24T09:42:54.063Z+ git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8
792026-07-24T09:42:54.291ZFrom https://github.com/oxidecomputer/opte
802026-07-24T09:42:54.291Z * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD
812026-07-24T09:42:54.296Z+ [[ -n '' ]]
822026-07-24T09:42:54.296Z+ git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8
832026-07-24T09:42:54.313ZHEAD is now at f21e375 Review feedback.
842026-07-24T09:42:54.316Zprocess exited: duration 1718 ms, exit code 0
 
852026-07-24T09:42:54.322Zstarting task 4: "build"
862026-07-24T09:42:54.325Z+ source .github/buildomat/common.sh
872026-07-24T09:42:54.328Z++ rustup show active-toolchain
882026-07-24T09:42:54.331Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-24T09:42:54.334Z++ pushd xde
902026-07-24T09:42:54.334Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-24T09:42:54.334Z++ rustup show active-toolchain
922026-07-24T09:42:54.337Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
932026-07-24T09:42:54.490Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
942026-07-24T09:42:54.492Zinfo: downloading 6 components
952026-07-24T09:43:09.272Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-24T09:43:09.363Z+++ rustup show active-toolchain -v
972026-07-24T09:43:09.366Z+++ head -n 1
982026-07-24T09:43:09.366Z+++ cut '-d ' -f1
992026-07-24T09:43:09.419Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-24T09:43:09.419Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1012026-07-24T09:43:09.419Z++ popd
1022026-07-24T09:43:09.422Z/work/oxidecomputer/opte
1032026-07-24T09:43:09.422Z+ cargo --version
1042026-07-24T09:43:09.428Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-07-24T09:43:09.432Z+ rustc --version
1062026-07-24T09:43:09.450Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-07-24T09:43:09.453Z+ cd crates/opte-api
1082026-07-24T09:43:09.453Z+ header 'check API_VERSION'
1092026-07-24T09:43:09.453Z+ echo '# ==== check API_VERSION ==== #'
1102026-07-24T09:43:09.453Z# ==== check API_VERSION ==== #
1112026-07-24T09:43:09.453Z+ ./check-api-version.sh
1122026-07-24T09:43:09.459Z+ header 'check style'
1132026-07-24T09:43:09.459Z+ echo '# ==== check style ==== #'
1142026-07-24T09:43:09.462Z# ==== check style ==== #
1152026-07-24T09:43:09.462Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1162026-07-24T09:43:09.539Z
1172026-07-24T09:43:09.539Zreal 0.077420269
1182026-07-24T09:43:09.539Zuser 0.045009378
1192026-07-24T09:43:09.539Zsys 0.029367400
1202026-07-24T09:43:09.540Ztrap 0.000000239
1212026-07-24T09:43:09.540Ztflt 0.000035545
1222026-07-24T09:43:09.540Zdflt 0.000008978
1232026-07-24T09:43:09.540Zkflt 0.000000000
1242026-07-24T09:43:09.540Zlock 0.032052682
1252026-07-24T09:43:09.540Zslp 0.057508852
1262026-07-24T09:43:09.540Zlat 0.000956341
1272026-07-24T09:43:09.540Zstop 0.000099651
1282026-07-24T09:43:09.543Z+ header 'analyze std'
1292026-07-24T09:43:09.543Z+ echo '# ==== analyze std ==== #'
1302026-07-24T09:43:09.543Z# ==== analyze std ==== #
1312026-07-24T09:43:09.543Z+ ptime -m cargo clippy --all-targets
1322026-07-24T09:43:09.668Z Updating crates.io index
1332026-07-24T09:43:09.671Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-07-24T09:43:10.633Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352026-07-24T09:43:11.003Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-07-24T09:43:11.364Z Updating git repository `https://github.com/oxidecomputer/zone`
1372026-07-24T09:43:11.583Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-07-24T09:43:11.807Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-07-24T09:43:12.087Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-07-24T09:43:13.960Z Downloading crates ...
1412026-07-24T09:43:14.013Z Downloaded cobs v0.3.0
1422026-07-24T09:43:14.017Z Downloaded embedded-io v0.4.0
1432026-07-24T09:43:14.017Z Downloaded defmt v0.3.100
1442026-07-24T09:43:14.020Z Downloaded fnv v1.0.7
1452026-07-24T09:43:14.020Z Downloaded defmt-parser v1.0.0
1462026-07-24T09:43:14.020Z Downloaded ident_case v1.0.1
1472026-07-24T09:43:14.024Z Downloaded aho-corasick v1.1.4
1482026-07-24T09:43:14.028Z Downloaded darling_macro v0.21.3
1492026-07-24T09:43:14.031Z Downloaded stable_deref_trait v1.2.1
1502026-07-24T09:43:14.031Z Downloaded embedded-io v0.6.1
1512026-07-24T09:43:14.034Z Downloaded managed v0.8.0
1522026-07-24T09:43:14.034Z Downloaded cfg-if v1.0.4
1532026-07-24T09:43:14.034Z Downloaded strsim v0.11.1
1542026-07-24T09:43:14.041Z Downloaded macaddr v1.0.1
1552026-07-24T09:43:14.054Z Downloaded byteorder v1.5.0
1562026-07-24T09:43:14.058Z Downloaded hash32 v0.3.1
1572026-07-24T09:43:14.058Z Downloaded bitflags v1.3.2
1582026-07-24T09:43:14.058Z Downloaded either v1.16.0
1592026-07-24T09:43:14.063Z Downloaded defmt-macros v1.1.1
1602026-07-24T09:43:14.066Z Downloaded ipnetwork v0.21.1
1612026-07-24T09:43:14.071Z Downloaded quote v1.0.46
1622026-07-24T09:43:14.074Z Downloaded ingot v0.1.1
1632026-07-24T09:43:14.077Z Downloaded ingot-types v0.1.2
1642026-07-24T09:43:14.077Z Downloaded thiserror v2.0.18
1652026-07-24T09:43:14.081Z Downloaded thiserror-impl v2.0.18
1662026-07-24T09:43:14.081Z Downloaded defmt v1.1.1
1672026-07-24T09:43:14.093Z Downloaded ingot-macros v0.1.1
1682026-07-24T09:43:14.098Z Downloaded darling v0.21.3
1692026-07-24T09:43:14.102Z Downloaded postcard v1.1.3
1702026-07-24T09:43:14.102Z Downloaded proc-macro2 v1.0.106
1712026-07-24T09:43:14.105Z Downloaded unicode-ident v1.0.24
1722026-07-24T09:43:14.105Z Downloaded serde_derive v1.0.228
1732026-07-24T09:43:14.115Z Downloaded heapless v0.8.0
1742026-07-24T09:43:14.118Z Downloaded bitflags v2.13.0
1752026-07-24T09:43:14.122Z Downloaded serde_core v1.0.228
1762026-07-24T09:43:14.122Z Downloaded darling_core v0.21.3
1772026-07-24T09:43:14.128Z Downloaded serde v1.0.228
1782026-07-24T09:43:14.141Z Downloaded memchr v2.8.3
1792026-07-24T09:43:14.145Z Downloaded zerocopy-derive v0.8.54
1802026-07-24T09:43:14.166Z Downloaded regex v1.13.0
1812026-07-24T09:43:14.181Z Downloaded itertools v0.14.0
1822026-07-24T09:43:14.203Z Downloaded zerocopy v0.8.54
1832026-07-24T09:43:14.212Z Downloaded syn v2.0.118
1842026-07-24T09:43:14.218Z Downloaded smoltcp v0.11.0
1852026-07-24T09:43:14.224Z Downloaded regex-syntax v0.8.11
1862026-07-24T09:43:14.232Z Downloaded regex-automata v0.4.15
1872026-07-24T09:43:14.269Z Compiling proc-macro2 v1.0.106
1882026-07-24T09:43:14.269Z Compiling unicode-ident v1.0.24
1892026-07-24T09:43:14.273Z Compiling quote v1.0.46
1902026-07-24T09:43:14.273Z Compiling strsim v0.11.1
1912026-07-24T09:43:14.274Z Compiling ident_case v1.0.1
1922026-07-24T09:43:14.274Z Compiling memchr v2.8.3
1932026-07-24T09:43:14.274Z Compiling fnv v1.0.7
1942026-07-24T09:43:14.274Z Compiling regex-syntax v0.8.11
1952026-07-24T09:43:14.436Z Compiling serde_core v1.0.228
1962026-07-24T09:43:14.454Z Compiling serde v1.0.228
1972026-07-24T09:43:14.460Z Compiling zerocopy v0.8.54
1982026-07-24T09:43:14.627Z Compiling either v1.16.0
1992026-07-24T09:43:14.718Z Compiling thiserror v2.0.18
2002026-07-24T09:43:14.740Z Compiling aho-corasick v1.1.4
2012026-07-24T09:43:14.827Z Compiling itertools v0.14.0
2022026-07-24T09:43:14.892Z Checking byteorder v1.5.0
2032026-07-24T09:43:14.905Z Compiling heapless v0.8.0
2042026-07-24T09:43:15.040Z Checking hash32 v0.3.1
2052026-07-24T09:43:15.152Z Checking bitflags v2.13.0
2062026-07-24T09:43:15.261Z Compiling smoltcp v0.11.0
2072026-07-24T09:43:15.307Z Checking macaddr v1.0.1
2082026-07-24T09:43:15.450Z Checking stable_deref_trait v1.2.1
2092026-07-24T09:43:15.585Z Compiling syn v2.0.118
2102026-07-24T09:43:15.602Z Checking cfg-if v1.0.4
2112026-07-24T09:43:15.630Z Checking bitflags v1.3.2
2122026-07-24T09:43:15.657Z Checking managed v0.8.0
2132026-07-24T09:43:15.691Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2142026-07-24T09:43:15.847Z Compiling regex-automata v0.4.15
2152026-07-24T09:43:15.982Z Checking ipnetwork v0.21.1
2162026-07-24T09:43:17.314Z Compiling regex v1.13.0
2172026-07-24T09:43:17.813Z Compiling darling_core v0.21.3
2182026-07-24T09:43:18.144Z Compiling thiserror-impl v2.0.18
2192026-07-24T09:43:18.147Z Compiling zerocopy-derive v0.8.54
2202026-07-24T09:43:18.148Z Compiling serde_derive v1.0.228
2212026-07-24T09:43:19.129Z Checking cobs v0.3.0
2222026-07-24T09:43:19.147Z Compiling darling_macro v0.21.3
2232026-07-24T09:43:19.661Z Compiling darling v0.21.3
2242026-07-24T09:43:19.724Z Compiling ingot-macros v0.1.1
2252026-07-24T09:43:20.414Z Checking postcard v1.1.3
2262026-07-24T09:43:21.722Z Checking ingot-types v0.1.2
2272026-07-24T09:43:21.986Z Checking ingot v0.1.1
2282026-07-24T09:43:23.271Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2292026-07-24T09:43:24.271Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.68s
2302026-07-24T09:43:24.370Z
2312026-07-24T09:43:24.373Zreal 14.823286312
2322026-07-24T09:43:24.373Zuser 30.974413676
2332026-07-24T09:43:24.373Zsys 5.991333093
2342026-07-24T09:43:24.373Ztrap 0.017148752
2352026-07-24T09:43:24.373Ztflt 0.077683256
2362026-07-24T09:43:24.373Zdflt 0.204145760
2372026-07-24T09:43:24.373Zkflt 0.003836715
2382026-07-24T09:43:24.373Zlock 2:12.616330921
2392026-07-24T09:43:24.373Zslp 1:32.508118181
2402026-07-24T09:43:24.373Zlat 2.276810784
2412026-07-24T09:43:24.373Zstop 5.937887094
2422026-07-24T09:43:24.373Z+ header 'analyze no_std'
2432026-07-24T09:43:24.373Z+ echo '# ==== analyze no_std ==== #'
2442026-07-24T09:43:24.373Z# ==== analyze no_std ==== #
2452026-07-24T09:43:24.374Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2462026-07-24T09:43:24.471Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2472026-07-24T09:43:24.697Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2482026-07-24T09:43:25.684Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.27s
2492026-07-24T09:43:25.706Z
2502026-07-24T09:43:25.709Zreal 1.332670465
2512026-07-24T09:43:25.709Zuser 1.922995339
2522026-07-24T09:43:25.709Zsys 0.265580486
2532026-07-24T09:43:25.709Ztrap 0.000586504
2542026-07-24T09:43:25.709Ztflt 0.000080702
2552026-07-24T09:43:25.709Zdflt 0.000100921
2562026-07-24T09:43:25.709Zkflt 0.000000000
2572026-07-24T09:43:25.709Zlock 5.648016286
2582026-07-24T09:43:25.709Zslp 5.403130707
2592026-07-24T09:43:25.709Zlat 0.004096557
2602026-07-24T09:43:25.709Zstop 0.059298904
2612026-07-24T09:43:25.709Z+ header test
2622026-07-24T09:43:25.709Z+ echo '# ==== test ==== #'
2632026-07-24T09:43:25.709Z# ==== test ==== #
2642026-07-24T09:43:25.709Z+ ptime -m cargo test
2652026-07-24T09:43:25.833Z Compiling serde_core v1.0.228
2662026-07-24T09:43:25.833Z Compiling byteorder v1.5.0
2672026-07-24T09:43:25.833Z Compiling stable_deref_trait v1.2.1
2682026-07-24T09:43:25.833Z Compiling bitflags v2.13.0
2692026-07-24T09:43:25.833Z Compiling macaddr v1.0.1
2702026-07-24T09:43:25.853Z Compiling thiserror v2.0.18
2712026-07-24T09:43:25.859Z Compiling zerocopy v0.8.54
2722026-07-24T09:43:25.863Z Compiling bitflags v1.3.2
2732026-07-24T09:43:25.908Z Compiling cobs v0.3.0
2742026-07-24T09:43:25.912Z Compiling cfg-if v1.0.4
2752026-07-24T09:43:25.941Z Compiling managed v0.8.0
2762026-07-24T09:43:25.961Z Compiling ipnetwork v0.21.1
2772026-07-24T09:43:26.012Z Compiling hash32 v0.3.1
2782026-07-24T09:43:26.089Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2792026-07-24T09:43:26.153Z Compiling heapless v0.8.0
2802026-07-24T09:43:26.499Z Compiling smoltcp v0.11.0
2812026-07-24T09:43:27.406Z Compiling serde v1.0.228
2822026-07-24T09:43:27.865Z Compiling postcard v1.1.3
2832026-07-24T09:43:28.509Z Compiling ingot-types v0.1.2
2842026-07-24T09:43:28.785Z Compiling ingot v0.1.1
2852026-07-24T09:43:30.211Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2862026-07-24T09:43:32.121Z Finished `test` profile [optimized + debuginfo] target(s) in 6.40s
2872026-07-24T09:43:32.131Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-8d26fe99c9fd419a)
2882026-07-24T09:43:32.134Z
2892026-07-24T09:43:32.134Zrunning 25 tests
2902026-07-24T09:43:32.134Ztest dns::tests::test_domain_name ... ok
2912026-07-24T09:43:32.134Ztest ip::test::bad_cidr ... ok
2922026-07-24T09:43:32.134Ztest encap::test::good_vni ... ok
2932026-07-24T09:43:32.134Ztest encap::test::vni_round_trip ... ok
2942026-07-24T09:43:32.134Ztest ip::test::bad_prefix_len ... ok
2952026-07-24T09:43:32.134Ztest encap::test::bad_vni ... ok
2962026-07-24T09:43:32.134Ztest ip::test::dhcp_fqdn ... ok
2972026-07-24T09:43:32.134Ztest ip::test::good_cidr ... ok
2982026-07-24T09:43:32.134Ztest ip::test::ipv4_addr_bad ... ok
2992026-07-24T09:43:32.134Ztest ip::test::ipv4_addr_good ... ok
3002026-07-24T09:43:32.134Ztest ip::test::ipv4_mask ... ok
3012026-07-24T09:43:32.134Ztest ip::test::ipv6_cidr_is_member ... ok
3022026-07-24T09:43:32.134Ztest ip::test::ipv6_is_default ... ok
3032026-07-24T09:43:32.134Ztest ip::test::ipv6_mask ... ok
3042026-07-24T09:43:32.134Ztest ip::test::ipv6_prefix_len ... ok
3052026-07-24T09:43:32.134Ztest ip::test::test_ip_addr_from_str ... ok
3062026-07-24T09:43:32.134Ztest ip::test::test_ip_cidr_from_str ... ok
3072026-07-24T09:43:32.134Ztest ip::test::test_ipv6_from_const ... ok
3082026-07-24T09:43:32.134Ztest ip::test::test_ipv4_multicast_mac ... ok
3092026-07-24T09:43:32.134Ztest ip::test::test_ipv6_is_multicast ... ok
3102026-07-24T09:43:32.134Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3112026-07-24T09:43:32.134Ztest ip::test::test_ipv6_multicast_mac ... ok
3122026-07-24T09:43:32.134Ztest ip::test::test_ipv6_from_eui64 ... ok
3132026-07-24T09:43:32.134Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3142026-07-24T09:43:32.134Ztest ip::test::test_multicast_underlay_serde ... ok
3152026-07-24T09:43:32.134Z
3162026-07-24T09:43:32.134Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-07-24T09:43:32.134Z
3182026-07-24T09:43:32.137Z Doc-tests opte_api
3192026-07-24T09:43:32.729Z
3202026-07-24T09:43:32.729Zrunning 1 test
3212026-07-24T09:43:32.732Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3222026-07-24T09:43:32.732Z
3232026-07-24T09:43:32.732Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3242026-07-24T09:43:32.732Z
3252026-07-24T09:43:32.732Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3262026-07-24T09:43:32.752Z
3272026-07-24T09:43:32.757Zreal 7.037750332
3282026-07-24T09:43:32.757Zuser 17.505725541
3292026-07-24T09:43:32.757Zsys 2.063053632
3302026-07-24T09:43:32.757Ztrap 0.003887397
3312026-07-24T09:43:32.757Ztflt 0.195490666
3322026-07-24T09:43:32.757Zdflt 0.212345692
3332026-07-24T09:43:32.757Zkflt 0.000003389
3342026-07-24T09:43:32.757Zlock 1:03.883099990
3352026-07-24T09:43:32.757Zslp 33.010874761
3362026-07-24T09:43:32.757Zlat 0.518810718
3372026-07-24T09:43:32.757Zstop 0.662255729
3382026-07-24T09:43:32.757Zprocess exited: duration 38430 ms, exit code 0
 
3392026-07-24T09:43:32.763Zfound 0 output files