01KVYF72XGY5GTTZFVKCT47YKN: opte-api

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

Buildomat Job: 01KVYF7Q273CSYDKTBTE63AM0H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:46.774Zjob assigned to worker 01KVYF7T6EM84CAP6PWEABDK4V [factory aws, i-019fdf02dead9f379] (queued for 46 s)
 
22026-06-25T04:05:53.984Zstarting task 0: "setup"
32026-06-25T04:05:53.994Z++ uname -s
42026-06-25T04:05:54.005Z+ kern=SunOS
52026-06-25T04:05:54.005Z+ build_user=build
62026-06-25T04:05:54.006Z+ build_uid=12345
72026-06-25T04:05:54.006Z+ work_dir=/work
82026-06-25T04:05:54.006Z+ input_dir=/input
92026-06-25T04:05:54.006Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:54.006Z+ case "$kern" in
112026-06-25T04:05:54.006Z+ groupadd -g 12345 build
122026-06-25T04:05:54.006Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:56.002Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:56.088Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:56.094Z+ home_fs=zfs
162026-06-25T04:05:56.094Z+ [[ zfs == autofs ]]
172026-06-25T04:05:56.094Z+ mkdir -p /home/build
182026-06-25T04:05:56.094Z+ chown build:build /home/build /work
192026-06-25T04:05:57.099Z+ chmod 0700 /home/build /work
202026-06-25T04:05:57.274Zprocess exited: duration 3109 ms, exit code 0
 
212026-06-25T04:05:57.288Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:57.292Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:57.292Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T04:05:57.292Z * rust toolchain channel = "1.96.0"
252026-06-25T04:05:57.292Z * rust toolchain profile = "default"
262026-06-25T04:05:57.292Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:57.292Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:57.300Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:57.300Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:57.399Zinfo: downloading installer
312026-06-25T04:05:59.797Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:05:59.797Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:05:59.797Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:05:59.815Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:05:59.815Zinfo: profile set to default
362026-06-25T04:05:59.815Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:05:59.815Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:05:59.815Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:05:59.815Zinfo: downloading 6 components
402026-06-25T04:06:14.505Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:06:14.505Z
422026-06-25T04:06:14.541Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:14.541Z
442026-06-25T04:06:14.544Z
452026-06-25T04:06:14.544ZRust is installed now. Great!
462026-06-25T04:06:14.544Z
472026-06-25T04:06:14.544ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:14.544Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:14.544Z
502026-06-25T04:06:14.545ZTo configure your current shell, you need to source
512026-06-25T04:06:14.545Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:14.545Z
532026-06-25T04:06:14.545ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:14.545Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:14.545Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:14.545Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:14.545Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:14.545Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:14.545Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:14.545Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:14.545Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:14.634Z+ rustup --version
632026-06-25T04:06:14.642Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:14.645Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:14.663Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:14.666Z+ cargo --version
672026-06-25T04:06:14.679Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:14.682Z+ rustc --version
692026-06-25T04:06:14.701Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:14.704Zprocess exited: duration 17414 ms, exit code 0
 
712026-06-25T04:06:14.710Zstarting task 2: "authentication"
722026-06-25T04:06:14.727Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T04:06:14.733Zstarting task 3: "clone repository"
742026-06-25T04:06:14.736Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:14.739Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:14.768ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:15.671Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:15.672Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
792026-06-25T04:06:15.899ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:15.899Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
812026-06-25T04:06:15.904Z+ [[ -n '' ]]
822026-06-25T04:06:15.904Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
832026-06-25T04:06:15.925ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
842026-06-25T04:06:15.928Zprocess exited: duration 1193 ms, exit code 0
 
852026-06-25T04:06:15.936Zstarting task 4: "build"
862026-06-25T04:06:15.939Z+ source .github/buildomat/common.sh
872026-06-25T04:06:15.939Z++ rustup show active-toolchain
882026-06-25T04:06:15.943Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T04:06:15.946Z++ pushd xde
902026-06-25T04:06:15.946Z++ rustup show active-toolchain
912026-06-25T04:06:15.946Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
922026-06-25T04:06:15.949Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
932026-06-25T04:06:16.108Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
942026-06-25T04:06:16.111Zinfo: downloading 6 components
952026-06-25T04:06:30.483Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T04:06:30.583Z+++ rustup show active-toolchain -v
972026-06-25T04:06:30.587Z+++ head -n 1
982026-06-25T04:06:30.587Z+++ cut '-d ' -f1
992026-06-25T04:06:30.638Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1002026-06-25T04:06:30.638Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:30.638Z++ popd
1022026-06-25T04:06:30.642Z/work/oxidecomputer/opte
1032026-06-25T04:06:30.642Z+ cargo --version
1042026-06-25T04:06:30.648Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T04:06:30.651Z+ rustc --version
1062026-06-25T04:06:30.671Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T04:06:30.674Z+ cd crates/opte-api
1082026-06-25T04:06:30.675Z+ header 'check API_VERSION'
1092026-06-25T04:06:30.675Z+ echo '# ==== check API_VERSION ==== #'
1102026-06-25T04:06:30.675Z# ==== check API_VERSION ==== #
1112026-06-25T04:06:30.675Z+ ./check-api-version.sh
1122026-06-25T04:06:30.680Z+ header 'check style'
1132026-06-25T04:06:30.680Z+ echo '# ==== check style ==== #'
1142026-06-25T04:06:30.680Z# ==== check style ==== #
1152026-06-25T04:06:30.684Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check
1162026-06-25T04:06:30.761Z
1172026-06-25T04:06:30.761Zreal 0.077884019
1182026-06-25T04:06:30.761Zuser 0.044967283
1192026-06-25T04:06:30.761Zsys 0.030215591
1202026-06-25T04:06:30.765Ztrap 0.000000260
1212026-06-25T04:06:30.765Ztflt 0.000029740
1222026-06-25T04:06:30.765Zdflt 0.000016180
1232026-06-25T04:06:30.765Zkflt 0.000000000
1242026-06-25T04:06:30.765Zlock 0.031139744
1252026-06-25T04:06:30.765Zslp 0.057399371
1262026-06-25T04:06:30.765Zlat 0.000718170
1272026-06-25T04:06:30.765Zstop 0.000087660
1282026-06-25T04:06:30.765Z+ header 'analyze std'
1292026-06-25T04:06:30.766Z+ echo '# ==== analyze std ==== #'
1302026-06-25T04:06:30.766Z# ==== analyze std ==== #
1312026-06-25T04:06:30.766Z+ ptime -m cargo clippy --all-targets
1322026-06-25T04:06:30.890Z Updating crates.io index
1332026-06-25T04:06:30.893Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-06-25T04:06:31.532Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352026-06-25T04:06:31.955Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-06-25T04:06:32.275Z Updating git repository `https://github.com/oxidecomputer/zone`
1372026-06-25T04:06:32.515Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-06-25T04:06:32.776Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-06-25T04:06:33.046Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-06-25T04:06:35.153Z Downloading crates ...
1412026-06-25T04:06:35.203Z Downloaded fnv v1.0.7
1422026-06-25T04:06:35.211Z Downloaded ident_case v1.0.1
1432026-06-25T04:06:35.214Z Downloaded darling_core v0.21.3
1442026-06-25T04:06:35.214Z Downloaded proc-macro-error-attr2 v2.0.0
1452026-06-25T04:06:35.217Z Downloaded stable_deref_trait v1.2.1
1462026-06-25T04:06:35.217Z Downloaded cfg-if v1.0.4
1472026-06-25T04:06:35.221Z Downloaded embedded-io v0.4.0
1482026-06-25T04:06:35.221Z Downloaded bitflags v2.13.0
1492026-06-25T04:06:35.227Z Downloaded unicode-ident v1.0.24
1502026-06-25T04:06:35.233Z Downloaded postcard v1.1.3
1512026-06-25T04:06:35.237Z Downloaded zerocopy-derive v0.8.52
1522026-06-25T04:06:35.240Z Downloaded serde_core v1.0.228
1532026-06-25T04:06:35.243Z Downloaded defmt-parser v1.0.0
1542026-06-25T04:06:35.243Z Downloaded bitflags v1.3.2
1552026-06-25T04:06:35.246Z Downloaded serde v1.0.228
1562026-06-25T04:06:35.250Z Downloaded hash32 v0.3.1
1572026-06-25T04:06:35.250Z Downloaded thiserror v2.0.18
1582026-06-25T04:06:35.254Z Downloaded defmt v0.3.100
1592026-06-25T04:06:35.255Z Downloaded either v1.16.0
1602026-06-25T04:06:35.258Z Downloaded proc-macro2 v1.0.106
1612026-06-25T04:06:35.261Z Downloaded macaddr v1.0.1
1622026-06-25T04:06:35.265Z Downloaded cobs v0.3.0
1632026-06-25T04:06:35.273Z Downloaded thiserror-impl v2.0.18
1642026-06-25T04:06:35.276Z Downloaded proc-macro-error2 v2.0.1
1652026-06-25T04:06:35.288Z Downloaded darling_macro v0.21.3
1662026-06-25T04:06:35.295Z Downloaded quote v1.0.46
1672026-06-25T04:06:35.298Z Downloaded heapless v0.8.0
1682026-06-25T04:06:35.302Z Downloaded ipnetwork v0.21.1
1692026-06-25T04:06:35.302Z Downloaded ingot v0.1.1
1702026-06-25T04:06:35.305Z Downloaded defmt-macros v1.1.0
1712026-06-25T04:06:35.309Z Downloaded byteorder v1.5.0
1722026-06-25T04:06:35.312Z Downloaded managed v0.8.0
1732026-06-25T04:06:35.315Z Downloaded ingot-types v0.1.2
1742026-06-25T04:06:35.322Z Downloaded strsim v0.11.1
1752026-06-25T04:06:35.328Z Downloaded embedded-io v0.6.1
1762026-06-25T04:06:35.331Z Downloaded ingot-macros v0.1.1
1772026-06-25T04:06:35.351Z Downloaded darling v0.21.3
1782026-06-25T04:06:35.355Z Downloaded serde_derive v1.0.228
1792026-06-25T04:06:35.358Z Downloaded defmt v1.1.0
1802026-06-25T04:06:35.377Z Downloaded memchr v2.8.2
1812026-06-25T04:06:35.385Z Downloaded smoltcp v0.11.0
1822026-06-25T04:06:35.407Z Downloaded regex v1.12.4
1832026-06-25T04:06:35.413Z Downloaded itertools v0.14.0
1842026-06-25T04:06:35.417Z Downloaded aho-corasick v1.1.4
1852026-06-25T04:06:35.443Z Downloaded syn v2.0.118
1862026-06-25T04:06:35.449Z Downloaded zerocopy v0.8.52
1872026-06-25T04:06:35.460Z Downloaded regex-syntax v0.8.11
1882026-06-25T04:06:35.478Z Downloaded regex-automata v0.4.14
1892026-06-25T04:06:35.513Z Compiling proc-macro2 v1.0.106
1902026-06-25T04:06:35.518Z Compiling quote v1.0.46
1912026-06-25T04:06:35.518Z Compiling unicode-ident v1.0.24
1922026-06-25T04:06:35.518Z Compiling strsim v0.11.1
1932026-06-25T04:06:35.519Z Compiling ident_case v1.0.1
1942026-06-25T04:06:35.519Z Compiling fnv v1.0.7
1952026-06-25T04:06:35.519Z Compiling memchr v2.8.2
1962026-06-25T04:06:35.519Z Compiling serde_core v1.0.228
1972026-06-25T04:06:35.683Z Compiling regex-syntax v0.8.11
1982026-06-25T04:06:35.700Z Compiling thiserror v2.0.18
1992026-06-25T04:06:35.705Z Compiling zerocopy v0.8.52
2002026-06-25T04:06:35.870Z Compiling serde v1.0.228
2012026-06-25T04:06:35.952Z Compiling either v1.16.0
2022026-06-25T04:06:36.030Z Compiling aho-corasick v1.1.4
2032026-06-25T04:06:36.120Z Compiling itertools v0.14.0
2042026-06-25T04:06:36.145Z Checking byteorder v1.5.0
2052026-06-25T04:06:36.226Z Compiling heapless v0.8.0
2062026-06-25T04:06:36.313Z Checking hash32 v0.3.1
2072026-06-25T04:06:36.346Z Checking bitflags v2.13.0
2082026-06-25T04:06:36.425Z Compiling smoltcp v0.11.0
2092026-06-25T04:06:36.521Z Checking macaddr v1.0.1
2102026-06-25T04:06:36.678Z Checking stable_deref_trait v1.2.1
2112026-06-25T04:06:36.764Z Checking cfg-if v1.0.4
2122026-06-25T04:06:36.814Z Compiling syn v2.0.118
2132026-06-25T04:06:36.821Z Checking bitflags v1.3.2
2142026-06-25T04:06:36.876Z Checking managed v0.8.0
2152026-06-25T04:06:36.881Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2162026-06-25T04:06:37.051Z Checking ipnetwork v0.21.1
2172026-06-25T04:06:37.162Z Compiling regex-automata v0.4.14
2182026-06-25T04:06:38.667Z Compiling regex v1.12.4
2192026-06-25T04:06:39.051Z Compiling darling_core v0.21.3
2202026-06-25T04:06:39.374Z Compiling thiserror-impl v2.0.18
2212026-06-25T04:06:39.374Z Compiling serde_derive v1.0.228
2222026-06-25T04:06:39.374Z Compiling zerocopy-derive v0.8.52
2232026-06-25T04:06:40.346Z Checking cobs v0.3.0
2242026-06-25T04:06:40.401Z Compiling darling_macro v0.21.3
2252026-06-25T04:06:40.886Z Compiling darling v0.21.3
2262026-06-25T04:06:40.950Z Compiling ingot-macros v0.1.1
2272026-06-25T04:06:41.618Z Checking postcard v1.1.3
2282026-06-25T04:06:42.900Z Checking ingot-types v0.1.2
2292026-06-25T04:06:43.163Z Checking ingot v0.1.1
2302026-06-25T04:06:44.448Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2312026-06-25T04:06:45.459Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.65s
2322026-06-25T04:06:45.556Z
2332026-06-25T04:06:45.556Zreal 14.790784651
2342026-06-25T04:06:45.557Zuser 30.871054906
2352026-06-25T04:06:45.557Zsys 5.934060507
2362026-06-25T04:06:45.557Ztrap 0.013336230
2372026-06-25T04:06:45.557Ztflt 0.087315464
2382026-06-25T04:06:45.557Zdflt 0.192503814
2392026-06-25T04:06:45.557Zkflt 0.004797253
2402026-06-25T04:06:45.557Zlock 1:54.575328054
2412026-06-25T04:06:45.560Zslp 1:32.066026484
2422026-06-25T04:06:45.560Zlat 1.471715731
2432026-06-25T04:06:45.560Zstop 4.974235632
2442026-06-25T04:06:45.560Z+ header 'analyze no_std'
2452026-06-25T04:06:45.561Z+ echo '# ==== analyze no_std ==== #'
2462026-06-25T04:06:45.561Z# ==== analyze no_std ==== #
2472026-06-25T04:06:45.561Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2482026-06-25T04:06:45.658Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2492026-06-25T04:06:45.886Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2502026-06-25T04:06:46.860Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2512026-06-25T04:06:46.880Z
2522026-06-25T04:06:46.884Zreal 1.318882643
2532026-06-25T04:06:46.884Zuser 1.902048909
2542026-06-25T04:06:46.884Zsys 0.258634168
2552026-06-25T04:06:46.884Ztrap 0.000182480
2562026-06-25T04:06:46.884Ztflt 0.000073210
2572026-06-25T04:06:46.884Zdflt 0.000097770
2582026-06-25T04:06:46.884Zkflt 0.000000000
2592026-06-25T04:06:46.884Zlock 4.365738089
2602026-06-25T04:06:46.885Zslp 5.338198039
2612026-06-25T04:06:46.885Zlat 0.002110880
2622026-06-25T04:06:46.885Zstop 0.040667789
2632026-06-25T04:06:46.885Z+ header test
2642026-06-25T04:06:46.885Z+ echo '# ==== test ==== #'
2652026-06-25T04:06:46.885Z# ==== test ==== #
2662026-06-25T04:06:46.885Z+ ptime -m cargo test
2672026-06-25T04:06:47.011Z Compiling serde_core v1.0.228
2682026-06-25T04:06:47.011Z Compiling byteorder v1.5.0
2692026-06-25T04:06:47.015Z Compiling stable_deref_trait v1.2.1
2702026-06-25T04:06:47.015Z Compiling bitflags v2.13.0
2712026-06-25T04:06:47.033Z Compiling zerocopy v0.8.52
2722026-06-25T04:06:47.033Z Compiling thiserror v2.0.18
2732026-06-25T04:06:47.037Z Compiling macaddr v1.0.1
2742026-06-25T04:06:47.040Z Compiling managed v0.8.0
2752026-06-25T04:06:47.088Z Compiling cfg-if v1.0.4
2762026-06-25T04:06:47.121Z Compiling cobs v0.3.0
2772026-06-25T04:06:47.140Z Compiling bitflags v1.3.2
2782026-06-25T04:06:47.189Z Compiling hash32 v0.3.1
2792026-06-25T04:06:47.208Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2802026-06-25T04:06:47.262Z Compiling ipnetwork v0.21.1
2812026-06-25T04:06:47.289Z Compiling heapless v0.8.0
2822026-06-25T04:06:47.645Z Compiling smoltcp v0.11.0
2832026-06-25T04:06:48.578Z Compiling serde v1.0.228
2842026-06-25T04:06:49.007Z Compiling postcard v1.1.3
2852026-06-25T04:06:49.670Z Compiling ingot-types v0.1.2
2862026-06-25T04:06:49.954Z Compiling ingot v0.1.1
2872026-06-25T04:06:51.373Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2882026-06-25T04:06:53.058Z Finished `test` profile [optimized + debuginfo] target(s) in 6.16s
2892026-06-25T04:06:53.068Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-a46e75cde3eeb668)
2902026-06-25T04:06:53.073Z
2912026-06-25T04:06:53.073Zrunning 25 tests
2922026-06-25T04:06:53.073Ztest encap::test::bad_vni ... ok
2932026-06-25T04:06:53.073Ztest encap::test::vni_round_trip ... ok
2942026-06-25T04:06:53.074Ztest encap::test::good_vni ... ok
2952026-06-25T04:06:53.074Ztest dns::tests::test_domain_name ... ok
2962026-06-25T04:06:53.074Ztest ip::test::bad_prefix_len ... ok
2972026-06-25T04:06:53.074Ztest ip::test::bad_cidr ... ok
2982026-06-25T04:06:53.074Ztest ip::test::dhcp_fqdn ... ok
2992026-06-25T04:06:53.074Ztest ip::test::good_cidr ... ok
3002026-06-25T04:06:53.074Ztest ip::test::ipv4_addr_bad ... ok
3012026-06-25T04:06:53.074Ztest ip::test::ipv4_addr_good ... ok
3022026-06-25T04:06:53.074Ztest ip::test::ipv4_mask ... ok
3032026-06-25T04:06:53.074Ztest ip::test::ipv6_cidr_is_member ... ok
3042026-06-25T04:06:53.074Ztest ip::test::ipv6_is_default ... ok
3052026-06-25T04:06:53.074Ztest ip::test::ipv6_mask ... ok
3062026-06-25T04:06:53.074Ztest ip::test::ipv6_prefix_len ... ok
3072026-06-25T04:06:53.074Ztest ip::test::test_ip_addr_from_str ... ok
3082026-06-25T04:06:53.074Ztest ip::test::test_ip_cidr_from_str ... ok
3092026-06-25T04:06:53.074Ztest ip::test::test_ipv4_multicast_mac ... ok
3102026-06-25T04:06:53.074Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3112026-06-25T04:06:53.074Ztest ip::test::test_ipv6_from_const ... ok
3122026-06-25T04:06:53.074Ztest ip::test::test_ipv6_from_eui64 ... ok
3132026-06-25T04:06:53.074Ztest ip::test::test_ipv6_is_multicast ... ok
3142026-06-25T04:06:53.074Ztest ip::test::test_ipv6_multicast_mac ... ok
3152026-06-25T04:06:53.074Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3162026-06-25T04:06:53.075Ztest ip::test::test_multicast_underlay_serde ... ok
3172026-06-25T04:06:53.075Z
3182026-06-25T04:06:53.075Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3192026-06-25T04:06:53.075Z
3202026-06-25T04:06:53.075Z Doc-tests opte_api
3212026-06-25T04:06:53.651Z
3222026-06-25T04:06:53.651Zrunning 1 test
3232026-06-25T04:06:53.655Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3242026-06-25T04:06:53.655Z
3252026-06-25T04:06:53.655Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3262026-06-25T04:06:53.655Z
3272026-06-25T04:06:53.655Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3282026-06-25T04:06:53.674Z
3292026-06-25T04:06:53.678Zreal 6.784865241
3302026-06-25T04:06:53.678Zuser 17.526480202
3312026-06-25T04:06:53.678Zsys 2.017767682
3322026-06-25T04:06:53.678Ztrap 0.007354570
3332026-06-25T04:06:53.678Ztflt 0.091135014
3342026-06-25T04:06:53.678Zdflt 0.143017028
3352026-06-25T04:06:53.678Zkflt 0.000801530
3362026-06-25T04:06:53.678Zlock 54.387054861
3372026-06-25T04:06:53.678Zslp 32.491158931
3382026-06-25T04:06:53.678Zlat 0.674946119
3392026-06-25T04:06:53.679Zstop 0.612230414
3402026-06-25T04:06:53.679Zprocess exited: duration 37739 ms, exit code 0
 
3412026-06-25T04:06:53.686Zfound 0 output files