01M11DVT7S19BR3HS3M0ABG42M: opte-api

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

Buildomat Job: 01M11DW6MJPVXTNW3NKSNE83YB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T10:58:11.490Zjob assigned to worker 01M11DW96Q0M3C5ZF29Q87TJAT [factory aws, i-0d549154cb35433a7] (queued for 44 s)
 
22026-08-27T10:58:17.985Zstarting task 0: "setup"
32026-08-27T10:58:17.992Z++ uname -s
42026-08-27T10:58:17.995Z+ kern=SunOS
52026-08-27T10:58:17.995Z+ build_user=build
62026-08-27T10:58:17.995Z+ build_uid=12345
72026-08-27T10:58:17.995Z+ work_dir=/work
82026-08-27T10:58:17.995Z+ input_dir=/input
92026-08-27T10:58:17.995Z+ [[ 0 == 12345 ]]
102026-08-27T10:58:17.995Z+ case "$kern" in
112026-08-27T10:58:17.995Z+ groupadd -g 12345 build
122026-08-27T10:58:17.998Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T10:58:20.005Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T10:58:20.068Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T10:58:20.071Z+ home_fs=zfs
162026-08-27T10:58:20.071Z+ [[ zfs == autofs ]]
172026-08-27T10:58:20.071Z+ mkdir -p /home/build
182026-08-27T10:58:20.071Z+ chown build:build /home/build /work
192026-08-27T10:58:22.072Z+ chmod 0700 /home/build /work
202026-08-27T10:58:22.075Zprocess exited: duration 4092 ms, exit code 0
 
212026-08-27T10:58:22.080Zstarting task 1: "rust-toolchain"
222026-08-27T10:58:22.085Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T10:58:22.085Z * rust toolchain channel = "1.97.1"
242026-08-27T10:58:22.085Z * rust toolchain profile = "default"
252026-08-27T10:58:22.085Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T10:58:22.085Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T10:58:22.085Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T10:58:22.087Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T10:58:22.087Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T10:58:22.165Zinfo: downloading installer
312026-08-27T10:58:23.534Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T10:58:23.534Zwarn: /home/build/.rustup/settings.toml
332026-08-27T10:58:23.534Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T10:58:23.534Zwarn: instead of the one inferred from the default host triple.
352026-08-27T10:58:23.546Zinfo: profile set to default
362026-08-27T10:58:23.546Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T10:58:23.549Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T10:58:23.684Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T10:58:23.687Zinfo: downloading 6 components
402026-08-27T10:58:37.629Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T10:58:37.629Z
422026-08-27T10:58:37.661Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T10:58:37.661Z
442026-08-27T10:58:37.661Z
452026-08-27T10:58:37.661ZRust is installed now. Great!
462026-08-27T10:58:37.661Z
472026-08-27T10:58:37.661ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T10:58:37.661Zenvironment variable. This has not been done automatically.
492026-08-27T10:58:37.661Z
502026-08-27T10:58:37.661ZTo configure your current shell, you need to source
512026-08-27T10:58:37.661Zthe corresponding env file under $HOME/.cargo.
522026-08-27T10:58:37.661Z
532026-08-27T10:58:37.661ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T10:58:37.664Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T10:58:37.665Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T10:58:37.665Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T10:58:37.665Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T10:58:37.665Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T10:58:37.665Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T10:58:37.665Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T10:58:37.665Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T10:58:37.754Z+ rustup --version
632026-08-27T10:58:37.763Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T10:58:37.765Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T10:58:37.783Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T10:58:37.786Z+ cargo --version
672026-08-27T10:58:37.802Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T10:58:37.804Z+ rustc --version
692026-08-27T10:58:37.822Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T10:58:37.825Zprocess exited: duration 15743 ms, exit code 0
 
712026-08-27T10:58:37.830Zstarting task 2: "authentication"
722026-08-27T10:58:37.846Zprocess exited: duration 15 ms, exit code 0
 
732026-08-27T10:58:37.852Zstarting task 3: "clone repository"
742026-08-27T10:58:37.855Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T10:58:37.858Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T10:58:37.887ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T10:58:39.128Z+ cd /work/oxidecomputer/opte
782026-08-27T10:58:39.129Z+ git fetch origin 8510c9873305aaa3558334b5ffa6819220541249
792026-08-27T10:58:39.388ZFrom https://github.com/oxidecomputer/opte
802026-08-27T10:58:39.388Z * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD
812026-08-27T10:58:39.395Z+ [[ -n bound-my-list ]]
822026-08-27T10:58:39.398Z++ git branch --show-current
832026-08-27T10:58:39.398Z+ current=master
842026-08-27T10:58:39.398Z+ [[ master != bound-my-list ]]
852026-08-27T10:58:39.398Z+ git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249
862026-08-27T10:58:39.401Z+ git checkout -f bound-my-list
872026-08-27T10:58:39.417ZSwitched to branch 'bound-my-list'
882026-08-27T10:58:39.421Z+ git reset --hard 8510c9873305aaa3558334b5ffa6819220541249
892026-08-27T10:58:39.434ZHEAD is now at 8510c98 Nit
902026-08-27T10:58:39.437Zprocess exited: duration 1582 ms, exit code 0
 
912026-08-27T10:58:39.443Zstarting task 4: "build"
922026-08-27T10:58:39.447Z+ source .github/buildomat/common.sh
932026-08-27T10:58:39.450Z++ rustup show active-toolchain
942026-08-27T10:58:39.453Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T10:58:39.453Z++ pushd xde
962026-08-27T10:58:39.456Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T10:58:39.456Z++ rustup show active-toolchain
982026-08-27T10:58:39.459Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T10:58:39.609Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T10:58:39.612Zinfo: downloading 6 components
1012026-08-27T10:58:53.818Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T10:58:53.914Z+++ rustup show active-toolchain -v
1032026-08-27T10:58:53.917Z+++ head -n 1
1042026-08-27T10:58:53.917Z+++ cut '-d ' -f1
1052026-08-27T10:58:53.968Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T10:58:53.968Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T10:58:53.969Z++ popd
1082026-08-27T10:58:53.971Z/work/oxidecomputer/opte
1092026-08-27T10:58:53.971Z+ cargo --version
1102026-08-27T10:58:53.978Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T10:58:53.981Z+ rustc --version
1122026-08-27T10:58:53.999Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T10:58:54.002Z+ cd crates/opte-api
1142026-08-27T10:58:54.002Z+ header 'check API_VERSION'
1152026-08-27T10:58:54.002Z+ echo '# ==== check API_VERSION ==== #'
1162026-08-27T10:58:54.002Z+ ./check-api-version.sh
1172026-08-27T10:58:54.002Z# ==== check API_VERSION ==== #
1182026-08-27T10:58:54.013Z+ header 'check style'
1192026-08-27T10:58:54.013Z+ echo '# ==== check style ==== #'
1202026-08-27T10:58:54.013Z# ==== check style ==== #
1212026-08-27T10:58:54.015Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-08-27T10:58:54.092Z
1232026-08-27T10:58:54.092Zreal 0.076316509
1242026-08-27T10:58:54.095Zuser 0.044372611
1252026-08-27T10:58:54.095Zsys 0.028763041
1262026-08-27T10:58:54.095Ztrap 0.000005669
1272026-08-27T10:58:54.095Ztflt 0.000008636
1282026-08-27T10:58:54.095Zdflt 0.000010608
1292026-08-27T10:58:54.095Zkflt 0.000000000
1302026-08-27T10:58:54.095Zlock 0.031300526
1312026-08-27T10:58:54.095Zslp 0.056777207
1322026-08-27T10:58:54.095Zlat 0.000516911
1332026-08-27T10:58:54.095Zstop 0.000097051
1342026-08-27T10:58:54.095Z+ header 'analyze std'
1352026-08-27T10:58:54.095Z+ echo '# ==== analyze std ==== #'
1362026-08-27T10:58:54.095Z# ==== analyze std ==== #
1372026-08-27T10:58:54.095Z+ ptime -m cargo clippy --all-targets
1382026-08-27T10:58:54.230Z Updating crates.io index
1392026-08-27T10:58:54.233Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-08-27T10:58:55.237Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-08-27T10:58:55.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-08-27T10:58:55.816Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1432026-08-27T10:58:56.219Z Updating git repository `https://github.com/oxidecomputer/zone`
1442026-08-27T10:58:56.507Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-08-27T10:58:56.831Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-08-27T10:58:58.622Z Downloading crates ...
1472026-08-27T10:58:58.684Z Downloaded cfg-if v1.0.4
1482026-08-27T10:58:58.686Z Downloaded hash32 v0.3.1
1492026-08-27T10:58:58.693Z Downloaded stable_deref_trait v1.2.1
1502026-08-27T10:58:58.701Z Downloaded embedded-io v0.6.1
1512026-08-27T10:58:58.707Z Downloaded ident_case v1.0.1
1522026-08-27T10:58:58.710Z Downloaded strsim v0.11.1
1532026-08-27T10:58:58.712Z Downloaded darling_macro v0.23.0
1542026-08-27T10:58:58.712Z Downloaded defmt-parser v1.0.0
1552026-08-27T10:58:58.715Z Downloaded cobs v0.3.0
1562026-08-27T10:58:58.718Z Downloaded embedded-io v0.4.0
1572026-08-27T10:58:58.721Z Downloaded managed v0.8.0
1582026-08-27T10:58:58.726Z Downloaded byteorder v1.5.0
1592026-08-27T10:58:58.730Z Downloaded defmt v0.3.100
1602026-08-27T10:58:58.733Z Downloaded macaddr v1.0.1
1612026-08-27T10:58:58.733Z Downloaded aho-corasick v1.1.4
1622026-08-27T10:58:58.735Z Downloaded ipnetwork v0.21.1
1632026-08-27T10:58:58.735Z Downloaded thiserror v2.0.18
1642026-08-27T10:58:58.739Z Downloaded thiserror-impl v2.0.18
1652026-08-27T10:58:58.742Z Downloaded quote v1.0.46
1662026-08-27T10:58:58.742Z Downloaded ingot-types v0.2.0
1672026-08-27T10:58:58.742Z Downloaded either v1.16.0
1682026-08-27T10:58:58.742Z Downloaded ingot v0.2.0
1692026-08-27T10:58:58.744Z Downloaded bitflags v1.3.2
1702026-08-27T10:58:58.757Z Downloaded postcard v1.1.3
1712026-08-27T10:58:58.761Z Downloaded defmt-macros v1.1.1
1722026-08-27T10:58:58.769Z Downloaded serde_core v1.0.228
1732026-08-27T10:58:58.773Z Downloaded defmt v1.1.1
1742026-08-27T10:58:58.776Z Downloaded proc-macro2 v1.0.106
1752026-08-27T10:58:58.778Z Downloaded unicode-ident v1.0.24
1762026-08-27T10:58:58.778Z Downloaded bitflags v2.13.0
1772026-08-27T10:58:58.781Z Downloaded darling v0.23.0
1782026-08-27T10:58:58.783Z Downloaded ingot-macros v0.2.0
1792026-08-27T10:58:58.785Z Downloaded serde_derive v1.0.228
1802026-08-27T10:58:58.788Z Downloaded heapless v0.8.0
1812026-08-27T10:58:58.792Z Downloaded darling_core v0.23.0
1822026-08-27T10:58:58.802Z Downloaded serde v1.0.228
1832026-08-27T10:58:58.810Z Downloaded memchr v2.8.3
1842026-08-27T10:58:58.815Z Downloaded zerocopy-derive v0.8.54
1852026-08-27T10:58:58.833Z Downloaded itertools v0.15.0
1862026-08-27T10:58:58.839Z Downloaded regex v1.13.0
1872026-08-27T10:58:58.875Z Downloaded zerocopy v0.8.54
1882026-08-27T10:58:58.884Z Downloaded syn v2.0.118
1892026-08-27T10:58:58.890Z Downloaded smoltcp v0.11.0
1902026-08-27T10:58:58.896Z Downloaded regex-syntax v0.8.11
1912026-08-27T10:58:58.907Z Downloaded regex-automata v0.4.15
1922026-08-27T10:58:58.942Z Compiling proc-macro2 v1.0.106
1932026-08-27T10:58:58.942Z Compiling unicode-ident v1.0.24
1942026-08-27T10:58:58.945Z Compiling quote v1.0.46
1952026-08-27T10:58:58.945Z Compiling strsim v0.11.1
1962026-08-27T10:58:58.945Z Compiling ident_case v1.0.1
1972026-08-27T10:58:58.945Z Compiling memchr v2.8.3
1982026-08-27T10:58:58.945Z Compiling serde_core v1.0.228
1992026-08-27T10:58:58.945Z Compiling regex-syntax v0.8.11
2002026-08-27T10:58:59.127Z Compiling either v1.16.0
2012026-08-27T10:58:59.131Z Compiling serde v1.0.228
2022026-08-27T10:58:59.288Z Compiling zerocopy v0.8.54
2032026-08-27T10:58:59.326Z Compiling thiserror v2.0.18
2042026-08-27T10:58:59.377Z Compiling itertools v0.15.0
2052026-08-27T10:58:59.428Z Compiling aho-corasick v1.1.4
2062026-08-27T10:58:59.578Z Checking byteorder v1.5.0
2072026-08-27T10:58:59.678Z Compiling heapless v0.8.0
2082026-08-27T10:58:59.727Z Checking hash32 v0.3.1
2092026-08-27T10:58:59.824Z Checking stable_deref_trait v1.2.1
2102026-08-27T10:58:59.830Z Compiling smoltcp v0.11.0
2112026-08-27T10:58:59.885Z Checking macaddr v1.0.1
2122026-08-27T10:59:00.114Z Checking bitflags v2.13.0
2132026-08-27T10:59:00.184Z Compiling syn v2.0.118
2142026-08-27T10:59:00.257Z Checking managed v0.8.0
2152026-08-27T10:59:00.263Z Checking bitflags v1.3.2
2162026-08-27T10:59:00.317Z Checking cfg-if v1.0.4
2172026-08-27T10:59:00.372Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-08-27T10:59:00.435Z Compiling regex-automata v0.4.15
2192026-08-27T10:59:00.639Z Checking ipnetwork v0.21.1
2202026-08-27T10:59:01.891Z Compiling regex v1.13.0
2212026-08-27T10:59:02.355Z Compiling darling_core v0.23.0
2222026-08-27T10:59:02.685Z Compiling zerocopy-derive v0.8.54
2232026-08-27T10:59:02.685Z Compiling serde_derive v1.0.228
2242026-08-27T10:59:02.691Z Compiling thiserror-impl v2.0.18
2252026-08-27T10:59:03.655Z Checking cobs v0.3.0
2262026-08-27T10:59:03.668Z Compiling darling_macro v0.23.0
2272026-08-27T10:59:04.157Z Compiling darling v0.23.0
2282026-08-27T10:59:04.219Z Compiling ingot-macros v0.2.0
2292026-08-27T10:59:04.908Z Checking postcard v1.1.3
2302026-08-27T10:59:06.176Z Checking ingot-types v0.2.0
2312026-08-27T10:59:06.438Z Checking ingot v0.2.0
2322026-08-27T10:59:07.718Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-08-27T10:59:08.707Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.56s
2342026-08-27T10:59:08.806Z
2352026-08-27T10:59:08.806Zreal 14.708635661
2362026-08-27T10:59:08.806Zuser 30.286119455
2372026-08-27T10:59:08.806Zsys 5.785363132
2382026-08-27T10:59:08.806Ztrap 0.011345308
2392026-08-27T10:59:08.806Ztflt 0.082990611
2402026-08-27T10:59:08.806Zdflt 0.278476935
2412026-08-27T10:59:08.806Zkflt 0.005214824
2422026-08-27T10:59:08.806Zlock 2:11.749961935
2432026-08-27T10:59:08.806Zslp 1:30.797552647
2442026-08-27T10:59:08.806Zlat 1.100577772
2452026-08-27T10:59:08.809Zstop 5.841190882
2462026-08-27T10:59:08.809Z+ header 'analyze no_std'
2472026-08-27T10:59:08.809Z+ echo '# ==== analyze no_std ==== #'
2482026-08-27T10:59:08.809Z# ==== analyze no_std ==== #
2492026-08-27T10:59:08.809Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-08-27T10:59:08.906Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-08-27T10:59:09.127Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-08-27T10:59:10.086Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2532026-08-27T10:59:10.105Z
2542026-08-27T10:59:10.108Zreal 1.294436677
2552026-08-27T10:59:10.108Zuser 1.869322746
2562026-08-27T10:59:10.108Zsys 0.254361368
2572026-08-27T10:59:10.108Ztrap 0.000178145
2582026-08-27T10:59:10.108Ztflt 0.000084833
2592026-08-27T10:59:10.108Zdflt 0.000098241
2602026-08-27T10:59:10.108Zkflt 0.000000000
2612026-08-27T10:59:10.108Zlock 5.477245194
2622026-08-27T10:59:10.108Zslp 5.246969292
2632026-08-27T10:59:10.108Zlat 0.001996198
2642026-08-27T10:59:10.108Zstop 0.057251538
2652026-08-27T10:59:10.108Z+ header test
2662026-08-27T10:59:10.108Z+ echo '# ==== test ==== #'
2672026-08-27T10:59:10.108Z# ==== test ==== #
2682026-08-27T10:59:10.108Z+ ptime -m cargo test
2692026-08-27T10:59:10.230Z Compiling serde_core v1.0.228
2702026-08-27T10:59:10.230Z Compiling byteorder v1.5.0
2712026-08-27T10:59:10.233Z Compiling bitflags v2.13.0
2722026-08-27T10:59:10.233Z Compiling stable_deref_trait v1.2.1
2732026-08-27T10:59:10.253Z Compiling thiserror v2.0.18
2742026-08-27T10:59:10.253Z Compiling zerocopy v0.8.54
2752026-08-27T10:59:10.255Z Compiling macaddr v1.0.1
2762026-08-27T10:59:10.258Z Compiling bitflags v1.3.2
2772026-08-27T10:59:10.303Z Compiling cfg-if v1.0.4
2782026-08-27T10:59:10.306Z Compiling cobs v0.3.0
2792026-08-27T10:59:10.336Z Compiling managed v0.8.0
2802026-08-27T10:59:10.355Z Compiling ipnetwork v0.21.1
2812026-08-27T10:59:10.406Z Compiling hash32 v0.3.1
2822026-08-27T10:59:10.484Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-08-27T10:59:10.543Z Compiling heapless v0.8.0
2842026-08-27T10:59:10.879Z Compiling smoltcp v0.11.0
2852026-08-27T10:59:11.735Z Compiling serde v1.0.228
2862026-08-27T10:59:12.148Z Compiling postcard v1.1.3
2872026-08-27T10:59:12.895Z Compiling ingot-types v0.2.0
2882026-08-27T10:59:13.166Z Compiling ingot v0.2.0
2892026-08-27T10:59:14.516Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-08-27T10:59:16.372Z Finished `test` profile [optimized + debuginfo] target(s) in 6.25s
2912026-08-27T10:59:16.381Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2922026-08-27T10:59:16.384Z
2932026-08-27T10:59:16.384Zrunning 25 tests
2942026-08-27T10:59:16.384Ztest encap::test::good_vni ... ok
2952026-08-27T10:59:16.384Ztest encap::test::bad_vni ... ok
2962026-08-27T10:59:16.384Ztest encap::test::vni_round_trip ... ok
2972026-08-27T10:59:16.384Ztest dns::tests::test_domain_name ... ok
2982026-08-27T10:59:16.384Ztest ip::test::bad_cidr ... ok
2992026-08-27T10:59:16.384Ztest ip::test::bad_prefix_len ... ok
3002026-08-27T10:59:16.384Ztest ip::test::dhcp_fqdn ... ok
3012026-08-27T10:59:16.384Ztest ip::test::good_cidr ... ok
3022026-08-27T10:59:16.384Ztest ip::test::ipv4_addr_bad ... ok
3032026-08-27T10:59:16.384Ztest ip::test::ipv4_addr_good ... ok
3042026-08-27T10:59:16.384Ztest ip::test::ipv4_mask ... ok
3052026-08-27T10:59:16.384Ztest ip::test::ipv6_is_default ... ok
3062026-08-27T10:59:16.385Ztest ip::test::ipv6_mask ... ok
3072026-08-27T10:59:16.385Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-08-27T10:59:16.385Ztest ip::test::ipv6_prefix_len ... ok
3092026-08-27T10:59:16.385Ztest ip::test::test_ip_addr_from_str ... ok
3102026-08-27T10:59:16.385Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-08-27T10:59:16.385Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-08-27T10:59:16.385Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-08-27T10:59:16.385Ztest ip::test::test_ipv6_from_const ... ok
3142026-08-27T10:59:16.385Ztest ip::test::test_ipv6_is_multicast ... ok
3152026-08-27T10:59:16.385Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-08-27T10:59:16.385Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-08-27T10:59:16.385Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-08-27T10:59:16.385Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-08-27T10:59:16.385Z
3202026-08-27T10:59:16.385Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-08-27T10:59:16.385Z
3222026-08-27T10:59:16.388Z Doc-tests opte_api
3232026-08-27T10:59:16.969Z
3242026-08-27T10:59:16.970Zrunning 1 test
3252026-08-27T10:59:16.972Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-08-27T10:59:16.972Z
3272026-08-27T10:59:16.972Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-08-27T10:59:16.972Z
3292026-08-27T10:59:16.975Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3302026-08-27T10:59:16.993Z
3312026-08-27T10:59:16.996Zreal 6.879303747
3322026-08-27T10:59:16.996Zuser 17.134028077
3332026-08-27T10:59:16.996Zsys 2.040025126
3342026-08-27T10:59:16.996Ztrap 0.006395532
3352026-08-27T10:59:16.996Ztflt 0.216697393
3362026-08-27T10:59:16.996Zdflt 0.125601248
3372026-08-27T10:59:16.996Zkflt 0.001688527
3382026-08-27T10:59:16.996Zlock 1:03.248205884
3392026-08-27T10:59:16.996Zslp 31.919379597
3402026-08-27T10:59:16.996Zlat 0.690210736
3412026-08-27T10:59:16.996Zstop 0.942008586
3422026-08-27T10:59:16.996Zprocess exited: duration 37550 ms, exit code 0
 
3432026-08-27T10:59:17.002Zfound 0 output files