01KXCVR3BD28XTD25M6EHZWJ3J: opte-api

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

Buildomat Job: 01KXCVSPHXBYAEGYMJT4RBQVHG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T04:30:33.589Zjob assigned to worker 01KXCVT4SCY2A0KMJMG9PM2149 [factory aws, i-0ff0e6eec86ae5f04] (queued for 56 s)
 
22026-07-13T04:30:39.561Zstarting task 0: "setup"
32026-07-13T04:30:39.570Z++ uname -s
42026-07-13T04:30:39.570Z+ kern=SunOS
52026-07-13T04:30:39.570Z+ build_user=build
62026-07-13T04:30:39.570Z+ build_uid=12345
72026-07-13T04:30:39.570Z+ work_dir=/work
82026-07-13T04:30:39.570Z+ input_dir=/input
92026-07-13T04:30:39.570Z+ [[ 0 == 12345 ]]
102026-07-13T04:30:39.570Z+ case "$kern" in
112026-07-13T04:30:39.570Z+ groupadd -g 12345 build
122026-07-13T04:30:39.570Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T04:30:41.549Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T04:30:41.625Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T04:30:41.629Z+ home_fs=zfs
162026-07-13T04:30:41.629Z+ [[ zfs == autofs ]]
172026-07-13T04:30:41.630Z+ mkdir -p /home/build
182026-07-13T04:30:41.630Z+ chown build:build /home/build /work
192026-07-13T04:30:43.630Z+ chmod 0700 /home/build /work
202026-07-13T04:30:43.633Zprocess exited: duration 4094 ms, exit code 0
 
212026-07-13T04:30:43.642Zstarting task 1: "rust-toolchain"
222026-07-13T04:30:43.647Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.0
232026-07-13T04:30:43.648Z * rust toolchain channel = "1.97.0"
242026-07-13T04:30:43.648Z * rust toolchain profile = "default"
252026-07-13T04:30:43.648Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-13T04:30:43.648Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T04:30:43.648Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T04:30:43.648Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T04:30:43.648Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.0 --profile default
302026-07-13T04:30:43.750Zinfo: downloading installer
312026-07-13T04:30:45.175Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T04:30:45.175Zwarn: /home/build/.rustup/settings.toml
332026-07-13T04:30:45.175Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T04:30:45.175Zwarn: instead of the one inferred from the default host triple.
352026-07-13T04:30:45.187Zinfo: profile set to default
362026-07-13T04:30:45.187Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T04:30:45.191Zinfo: syncing channel updates for 1.97.0-x86_64-unknown-illumos
382026-07-13T04:30:45.333Zinfo: latest update on 2026-07-09 for version 1.97.0 (2d8144b78 2026-07-07)
392026-07-13T04:30:45.337Zinfo: downloading 6 components
402026-07-13T04:31:00.884Zinfo: default toolchain set to 1.97.0-x86_64-unknown-illumos
412026-07-13T04:31:00.884Z
422026-07-13T04:31:00.911Z 1.97.0-x86_64-unknown-illumos installed - rustc 1.97.0 (2d8144b78 2026-07-07)
432026-07-13T04:31:00.911Z
442026-07-13T04:31:00.917Z
452026-07-13T04:31:00.917ZRust is installed now. Great!
462026-07-13T04:31:00.917Z
472026-07-13T04:31:00.917ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T04:31:00.917Zenvironment variable. This has not been done automatically.
492026-07-13T04:31:00.917Z
502026-07-13T04:31:00.917ZTo configure your current shell, you need to source
512026-07-13T04:31:00.917Zthe corresponding env file under $HOME/.cargo.
522026-07-13T04:31:00.917Z
532026-07-13T04:31:00.917ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T04:31:00.917Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T04:31:00.917Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T04:31:00.917Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T04:31:00.917Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T04:31:00.917Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T04:31:00.917Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T04:31:00.917Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T04:31:00.917Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T04:31:00.999Z+ rustup --version
632026-07-13T04:31:01.007Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T04:31:01.013Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T04:31:01.027Zinfo: the currently active `rustc` version is `rustc 1.97.0 (2d8144b78 2026-07-07)`
662026-07-13T04:31:01.034Z+ cargo --version
672026-07-13T04:31:01.043Zcargo 1.97.0 (c980f4866 2026-06-30)
682026-07-13T04:31:01.046Z+ rustc --version
692026-07-13T04:31:01.064Zrustc 1.97.0 (2d8144b78 2026-07-07)
702026-07-13T04:31:01.067Zprocess exited: duration 17427 ms, exit code 0
 
712026-07-13T04:31:01.075Zstarting task 2: "authentication"
722026-07-13T04:31:01.091Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T04:31:01.099Zstarting task 3: "clone repository"
742026-07-13T04:31:01.102Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T04:31:01.112Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T04:31:01.134ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T04:31:02.038Z+ cd /work/oxidecomputer/opte
782026-07-13T04:31:02.038Z+ git fetch origin c88e736bb584d0eed2739c0f52b07f945b1dac92
792026-07-13T04:31:02.278ZFrom https://github.com/oxidecomputer/opte
802026-07-13T04:31:02.278Z * branch c88e736bb584d0eed2739c0f52b07f945b1dac92 -> FETCH_HEAD
812026-07-13T04:31:02.288Z+ [[ -n '' ]]
822026-07-13T04:31:02.288Z+ git reset --hard c88e736bb584d0eed2739c0f52b07f945b1dac92
832026-07-13T04:31:02.302ZHEAD is now at c88e736 Update dependency rust
842026-07-13T04:31:02.307Zprocess exited: duration 1199 ms, exit code 0
 
852026-07-13T04:31:02.333Zstarting task 4: "build"
862026-07-13T04:31:02.341Z+ source .github/buildomat/common.sh
872026-07-13T04:31:02.341Z++ rustup show active-toolchain
882026-07-13T04:31:02.348Z1.97.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-13T04:31:02.348Z++ pushd xde
902026-07-13T04:31:02.348Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-13T04:31:02.348Z++ rustup show active-toolchain
922026-07-13T04:31:02.353Zinfo: syncing channel updates for nightly-2026-07-13-x86_64-unknown-illumos
932026-07-13T04:31:02.515Zinfo: latest update on 2026-07-13 for version 1.99.0-nightly (77cf889bc 2026-07-12)
942026-07-13T04:31:02.519Zinfo: downloading 6 components
952026-07-13T04:31:17.452Znightly-2026-07-13-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-13T04:31:17.544Z+++ rustup show active-toolchain -v
972026-07-13T04:31:17.547Z+++ head -n 1
982026-07-13T04:31:17.547Z+++ cut '-d ' -f1
992026-07-13T04:31:17.600Z++ export NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1002026-07-13T04:31:17.600Z++ NIGHTLY=nightly-2026-07-13-x86_64-unknown-illumos
1012026-07-13T04:31:17.600Z++ popd
1022026-07-13T04:31:17.603Z/work/oxidecomputer/opte
1032026-07-13T04:31:17.603Z+ cargo --version
1042026-07-13T04:31:17.611Zcargo 1.97.0 (c980f4866 2026-06-30)
1052026-07-13T04:31:17.616Z+ rustc --version
1062026-07-13T04:31:17.631Zrustc 1.97.0 (2d8144b78 2026-07-07)
1072026-07-13T04:31:17.636Z+ cd crates/opte-api
1082026-07-13T04:31:17.636Z+ header 'check API_VERSION'
1092026-07-13T04:31:17.636Z+ echo '# ==== check API_VERSION ==== #'
1102026-07-13T04:31:17.636Z# ==== check API_VERSION ==== #
1112026-07-13T04:31:17.636Z+ ./check-api-version.sh
1122026-07-13T04:31:17.643Z+ header 'check style'
1132026-07-13T04:31:17.643Z+ echo '# ==== check style ==== #'
1142026-07-13T04:31:17.647Z# ==== check style ==== #
1152026-07-13T04:31:17.648Z+ ptime -m cargo +nightly-2026-07-13-x86_64-unknown-illumos fmt -- --check
1162026-07-13T04:31:17.728Z
1172026-07-13T04:31:17.728Zreal 0.077499360
1182026-07-13T04:31:17.734Zuser 0.044767241
1192026-07-13T04:31:17.734Zsys 0.029848131
1202026-07-13T04:31:17.734Ztrap 0.000001898
1212026-07-13T04:31:17.734Ztflt 0.000019286
1222026-07-13T04:31:17.734Zdflt 0.000009027
1232026-07-13T04:31:17.734Zkflt 0.000000000
1242026-07-13T04:31:17.734Zlock 0.031514716
1252026-07-13T04:31:17.734Zslp 0.056577492
1262026-07-13T04:31:17.734Zlat 0.000647201
1272026-07-13T04:31:17.734Zstop 0.000097181
1282026-07-13T04:31:17.734Z+ header 'analyze std'
1292026-07-13T04:31:17.734Z+ echo '# ==== analyze std ==== #'
1302026-07-13T04:31:17.734Z+ ptime -m cargo clippy --all-targets
1312026-07-13T04:31:17.734Z# ==== analyze std ==== #
1322026-07-13T04:31:17.853Z Updating crates.io index
1332026-07-13T04:31:17.856Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-07-13T04:31:18.514Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352026-07-13T04:31:18.759Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-07-13T04:31:19.071Z Updating git repository `https://github.com/oxidecomputer/zone`
1372026-07-13T04:31:19.333Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-07-13T04:31:19.588Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-07-13T04:31:19.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-07-13T04:31:21.631Z Downloading crates ...
1412026-07-13T04:31:21.677Z Downloaded cobs v0.3.0
1422026-07-13T04:31:21.691Z Downloaded cfg-if v1.0.4
1432026-07-13T04:31:21.694Z Downloaded embedded-io v0.4.0
1442026-07-13T04:31:21.702Z Downloaded hash32 v0.3.1
1452026-07-13T04:31:21.706Z Downloaded ident_case v1.0.1
1462026-07-13T04:31:21.706Z Downloaded fnv v1.0.7
1472026-07-13T04:31:21.706Z Downloaded ipnetwork v0.21.1
1482026-07-13T04:31:21.709Z Downloaded darling_macro v0.21.3
1492026-07-13T04:31:21.709Z Downloaded defmt v0.3.100
1502026-07-13T04:31:21.712Z Downloaded embedded-io v0.6.1
1512026-07-13T04:31:21.712Z Downloaded macaddr v1.0.1
1522026-07-13T04:31:21.718Z Downloaded ingot-types v0.1.2
1532026-07-13T04:31:21.720Z Downloaded defmt-macros v1.1.1
1542026-07-13T04:31:21.725Z Downloaded stable_deref_trait v1.2.1
1552026-07-13T04:31:21.728Z Downloaded managed v0.8.0
1562026-07-13T04:31:21.731Z Downloaded thiserror v2.0.18
1572026-07-13T04:31:21.737Z Downloaded defmt-parser v1.0.0
1582026-07-13T04:31:21.743Z Downloaded ingot-macros v0.1.1
1592026-07-13T04:31:21.745Z Downloaded quote v1.0.46
1602026-07-13T04:31:21.748Z Downloaded strsim v0.11.1
1612026-07-13T04:31:21.753Z Downloaded darling v0.21.3
1622026-07-13T04:31:21.756Z Downloaded byteorder v1.5.0
1632026-07-13T04:31:21.759Z Downloaded defmt v1.1.1
1642026-07-13T04:31:21.763Z Downloaded bitflags v1.3.2
1652026-07-13T04:31:21.765Z Downloaded bitflags v2.13.0
1662026-07-13T04:31:21.769Z Downloaded thiserror-impl v2.0.18
1672026-07-13T04:31:21.769Z Downloaded either v1.16.0
1682026-07-13T04:31:21.775Z Downloaded postcard v1.1.3
1692026-07-13T04:31:21.783Z Downloaded ingot v0.1.1
1702026-07-13T04:31:21.791Z Downloaded zerocopy-derive v0.8.52
1712026-07-13T04:31:21.800Z Downloaded darling_core v0.21.3
1722026-07-13T04:31:21.804Z Downloaded heapless v0.8.0
1732026-07-13T04:31:21.804Z Downloaded serde_derive v1.0.228
1742026-07-13T04:31:21.807Z Downloaded unicode-ident v1.0.24
1752026-07-13T04:31:21.807Z Downloaded serde_core v1.0.228
1762026-07-13T04:31:21.810Z Downloaded proc-macro2 v1.0.106
1772026-07-13T04:31:21.824Z Downloaded serde v1.0.228
1782026-07-13T04:31:21.829Z Downloaded memchr v2.8.2
1792026-07-13T04:31:21.855Z Downloaded itertools v0.14.0
1802026-07-13T04:31:21.864Z Downloaded syn v2.0.118
1812026-07-13T04:31:21.870Z Downloaded aho-corasick v1.1.4
1822026-07-13T04:31:21.873Z Downloaded regex v1.12.4
1832026-07-13T04:31:21.900Z Downloaded zerocopy v0.8.52
1842026-07-13T04:31:21.908Z Downloaded smoltcp v0.11.0
1852026-07-13T04:31:21.913Z Downloaded regex-syntax v0.8.11
1862026-07-13T04:31:21.925Z Downloaded regex-automata v0.4.14
1872026-07-13T04:31:21.960Z Compiling proc-macro2 v1.0.106
1882026-07-13T04:31:21.960Z Compiling quote v1.0.46
1892026-07-13T04:31:21.960Z Compiling unicode-ident v1.0.24
1902026-07-13T04:31:21.960Z Compiling strsim v0.11.1
1912026-07-13T04:31:21.965Z Compiling fnv v1.0.7
1922026-07-13T04:31:21.965Z Compiling ident_case v1.0.1
1932026-07-13T04:31:21.965Z Compiling memchr v2.8.2
1942026-07-13T04:31:21.965Z Compiling regex-syntax v0.8.11
1952026-07-13T04:31:22.128Z Compiling serde_core v1.0.228
1962026-07-13T04:31:22.141Z Compiling thiserror v2.0.18
1972026-07-13T04:31:22.147Z Compiling zerocopy v0.8.52
1982026-07-13T04:31:22.321Z Compiling either v1.16.0
1992026-07-13T04:31:22.463Z Compiling aho-corasick v1.1.4
2002026-07-13T04:31:22.493Z Compiling serde v1.0.228
2012026-07-13T04:31:22.530Z Compiling itertools v0.14.0
2022026-07-13T04:31:22.595Z Checking byteorder v1.5.0
2032026-07-13T04:31:22.740Z Compiling heapless v0.8.0
2042026-07-13T04:31:22.771Z Checking hash32 v0.3.1
2052026-07-13T04:31:22.845Z Checking macaddr v1.0.1
2062026-07-13T04:31:22.870Z Compiling smoltcp v0.11.0
2072026-07-13T04:31:22.985Z Checking stable_deref_trait v1.2.1
2082026-07-13T04:31:23.040Z Checking bitflags v2.13.0
2092026-07-13T04:31:23.253Z Checking bitflags v1.3.2
2102026-07-13T04:31:23.306Z Checking cfg-if v1.0.4
2112026-07-13T04:31:23.321Z Checking managed v0.8.0
2122026-07-13T04:31:23.373Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2132026-07-13T04:31:23.417Z Compiling syn v2.0.118
2142026-07-13T04:31:23.483Z Compiling regex-automata v0.4.14
2152026-07-13T04:31:23.659Z Checking ipnetwork v0.21.1
2162026-07-13T04:31:25.012Z Compiling regex v1.12.4
2172026-07-13T04:31:25.596Z Compiling darling_core v0.21.3
2182026-07-13T04:31:25.925Z Compiling thiserror-impl v2.0.18
2192026-07-13T04:31:25.925Z Compiling serde_derive v1.0.228
2202026-07-13T04:31:25.925Z Compiling zerocopy-derive v0.8.52
2212026-07-13T04:31:26.911Z Checking cobs v0.3.0
2222026-07-13T04:31:26.972Z Compiling darling_macro v0.21.3
2232026-07-13T04:31:27.475Z Compiling darling v0.21.3
2242026-07-13T04:31:27.538Z Compiling ingot-macros v0.1.1
2252026-07-13T04:31:28.308Z Checking postcard v1.1.3
2262026-07-13T04:31:29.537Z Checking ingot-types v0.1.2
2272026-07-13T04:31:31.336Z Checking ingot v0.1.1
2282026-07-13T04:31:31.420Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2292026-07-13T04:31:32.041Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.27s
2302026-07-13T04:31:32.134Z
2312026-07-13T04:31:32.134Zreal 14.409164471
2322026-07-13T04:31:32.134Zuser 30.755908204
2332026-07-13T04:31:32.134Zsys 6.140590094
2342026-07-13T04:31:32.134Ztrap 0.014207693
2352026-07-13T04:31:32.137Ztflt 0.059208120
2362026-07-13T04:31:32.137Zdflt 0.201439712
2372026-07-13T04:31:32.137Zkflt 0.003673773
2382026-07-13T04:31:32.137Zlock 2:12.588405136
2392026-07-13T04:31:32.137Zslp 1:33.174436698
2402026-07-13T04:31:32.137Zlat 1.083802314
2412026-07-13T04:31:32.137Zstop 5.557344564
2422026-07-13T04:31:32.137Z+ header 'analyze no_std'
2432026-07-13T04:31:32.137Z+ echo '# ==== analyze no_std ==== #'
2442026-07-13T04:31:32.138Z# ==== analyze no_std ==== #
2452026-07-13T04:31:32.138Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2462026-07-13T04:31:32.236Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2472026-07-13T04:31:32.463Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2482026-07-13T04:31:33.474Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2492026-07-13T04:31:33.506Z
2502026-07-13T04:31:33.506Zreal 1.311970418
2512026-07-13T04:31:33.506Zuser 1.881375066
2522026-07-13T04:31:33.506Zsys 0.261482338
2532026-07-13T04:31:33.506Ztrap 0.000184643
2542026-07-13T04:31:33.506Ztflt 0.000068361
2552026-07-13T04:31:33.506Zdflt 0.000106720
2562026-07-13T04:31:33.506Zkflt 0.000000000
2572026-07-13T04:31:33.506Zlock 5.530094834
2582026-07-13T04:31:33.506Zslp 5.295477648
2592026-07-13T04:31:33.506Zlat 0.002628078
2602026-07-13T04:31:33.506Zstop 0.060135858
2612026-07-13T04:31:33.506Z+ header test
2622026-07-13T04:31:33.506Z+ echo '# ==== test ==== #'
2632026-07-13T04:31:33.507Z# ==== test ==== #
2642026-07-13T04:31:33.507Z+ ptime -m cargo test
2652026-07-13T04:31:33.601Z Compiling serde_core v1.0.228
2662026-07-13T04:31:33.620Z Compiling byteorder v1.5.0
2672026-07-13T04:31:33.620Z Compiling macaddr v1.0.1
2682026-07-13T04:31:33.620Z Compiling stable_deref_trait v1.2.1
2692026-07-13T04:31:33.620Z Compiling thiserror v2.0.18
2702026-07-13T04:31:33.620Z Compiling zerocopy v0.8.52
2712026-07-13T04:31:33.620Z Compiling bitflags v2.13.0
2722026-07-13T04:31:33.637Z Compiling bitflags v1.3.2
2732026-07-13T04:31:33.662Z Compiling managed v0.8.0
2742026-07-13T04:31:33.673Z Compiling cobs v0.3.0
2752026-07-13T04:31:33.695Z Compiling cfg-if v1.0.4
2762026-07-13T04:31:33.763Z Compiling hash32 v0.3.1
2772026-07-13T04:31:33.773Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-07-13T04:31:33.848Z Compiling heapless v0.8.0
2792026-07-13T04:31:33.886Z Compiling ipnetwork v0.21.1
2802026-07-13T04:31:34.190Z Compiling smoltcp v0.11.0
2812026-07-13T04:31:35.140Z Compiling serde v1.0.228
2822026-07-13T04:31:35.566Z Compiling postcard v1.1.3
2832026-07-13T04:31:36.293Z Compiling ingot-types v0.1.2
2842026-07-13T04:31:36.568Z Compiling ingot v0.1.1
2852026-07-13T04:31:37.929Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2862026-07-13T04:31:40.379Z Finished `test` profile [optimized + debuginfo] target(s) in 6.37s
2872026-07-13T04:31:40.379Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-4dab9762aabb39a0)
2882026-07-13T04:31:40.379Z
2892026-07-13T04:31:40.379Zrunning 25 tests
2902026-07-13T04:31:40.379Ztest encap::test::bad_vni ... ok
2912026-07-13T04:31:40.379Ztest ip::test::bad_cidr ... ok
2922026-07-13T04:31:40.379Ztest dns::tests::test_domain_name ... ok
2932026-07-13T04:31:40.379Ztest encap::test::good_vni ... ok
2942026-07-13T04:31:40.379Ztest ip::test::dhcp_fqdn ... ok
2952026-07-13T04:31:40.379Ztest ip::test::bad_prefix_len ... ok
2962026-07-13T04:31:40.380Ztest encap::test::vni_round_trip ... ok
2972026-07-13T04:31:40.380Ztest ip::test::good_cidr ... ok
2982026-07-13T04:31:40.380Ztest ip::test::ipv4_addr_bad ... ok
2992026-07-13T04:31:40.380Ztest ip::test::ipv4_addr_good ... ok
3002026-07-13T04:31:40.380Ztest ip::test::ipv4_mask ... ok
3012026-07-13T04:31:40.380Ztest ip::test::ipv6_cidr_is_member ... ok
3022026-07-13T04:31:40.380Ztest ip::test::ipv6_is_default ... ok
3032026-07-13T04:31:40.380Ztest ip::test::ipv6_mask ... ok
3042026-07-13T04:31:40.380Ztest ip::test::ipv6_prefix_len ... ok
3052026-07-13T04:31:40.380Ztest ip::test::test_ip_addr_from_str ... ok
3062026-07-13T04:31:40.380Ztest ip::test::test_ip_cidr_from_str ... ok
3072026-07-13T04:31:40.380Ztest ip::test::test_ipv4_multicast_mac ... ok
3082026-07-13T04:31:40.380Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3092026-07-13T04:31:40.380Ztest ip::test::test_ipv6_from_const ... ok
3102026-07-13T04:31:40.380Ztest ip::test::test_ipv6_from_eui64 ... ok
3112026-07-13T04:31:40.380Ztest ip::test::test_ipv6_is_multicast ... ok
3122026-07-13T04:31:40.381Ztest ip::test::test_ipv6_multicast_mac ... ok
3132026-07-13T04:31:40.381Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3142026-07-13T04:31:40.381Ztest ip::test::test_multicast_underlay_serde ... ok
3152026-07-13T04:31:40.381Z
3162026-07-13T04:31:40.381Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-07-13T04:31:40.381Z
3182026-07-13T04:31:40.381Z Doc-tests opte_api
3192026-07-13T04:31:40.459Z
3202026-07-13T04:31:40.459Zrunning 1 test
3212026-07-13T04:31:40.468Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3222026-07-13T04:31:40.468Z
3232026-07-13T04:31:40.468Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3242026-07-13T04:31:40.468Z
3252026-07-13T04:31:40.468Zall doctests ran in 0.45s; merged doctests compilation took 0.45s
3262026-07-13T04:31:40.491Z
3272026-07-13T04:31:40.506Zreal 7.014918326
3282026-07-13T04:31:40.506Zuser 17.359182447
3292026-07-13T04:31:40.506Zsys 2.147950206
3302026-07-13T04:31:40.506Ztrap 0.006459600
3312026-07-13T04:31:40.506Ztflt 0.181473502
3322026-07-13T04:31:40.506Zdflt 0.188386031
3332026-07-13T04:31:40.506Zkflt 0.000000000
3342026-07-13T04:31:40.506Zlock 1:03.377947332
3352026-07-13T04:31:40.508Zslp 32.475259228
3362026-07-13T04:31:40.509Zlat 0.883716796
3372026-07-13T04:31:40.509Zstop 1.001375226
3382026-07-13T04:31:40.509Zprocess exited: duration 38143 ms, exit code 0
 
3392026-07-13T04:31:40.527Zfound 0 output files