01KVY2WK8536T9FXXD64AC6S4T: opte-api

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

Buildomat Job: 01KVY2X69T6HAJ7VF4XGZJK0M5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:18.248Zjob assigned to worker 01KVY2XA6PQYTC617CDB99RKXT [factory aws, i-0a6c8467cef144fcd] (queued for 45 s)
 
22026-06-25T00:30:25.015Zstarting task 0: "setup"
32026-06-25T00:30:25.020Z++ uname -s
42026-06-25T00:30:25.025Z+ kern=SunOS
52026-06-25T00:30:25.025Z+ build_user=build
62026-06-25T00:30:25.025Z+ build_uid=12345
72026-06-25T00:30:25.025Z+ work_dir=/work
82026-06-25T00:30:25.025Z+ input_dir=/input
92026-06-25T00:30:25.025Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:25.025Z+ case "$kern" in
112026-06-25T00:30:25.025Z+ groupadd -g 12345 build
122026-06-25T00:30:25.025Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:27.030Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:27.137Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:27.142Z+ home_fs=zfs
162026-06-25T00:30:27.142Z+ [[ zfs == autofs ]]
172026-06-25T00:30:27.142Z+ mkdir -p /home/build
182026-06-25T00:30:27.142Z+ chown build:build /home/build /work
192026-06-25T00:30:29.141Z+ chmod 0700 /home/build /work
202026-06-25T00:30:29.144Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-25T00:30:29.150Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:29.154Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:30:29.154Z * rust toolchain channel = "1.96.0"
242026-06-25T00:30:29.154Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T00:30:29.154Z * rust toolchain profile = "default"
262026-06-25T00:30:29.154Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:30:29.154Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:30:29.157Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:29.157Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:30:29.212Zinfo: downloading installer
312026-06-25T00:30:30.598Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:30:30.598Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:30:30.598Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:30:30.598Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:30:30.611Zinfo: profile set to default
362026-06-25T00:30:30.611Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:30:30.615Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:30:30.760Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:30:30.764Zinfo: downloading 6 components
402026-06-25T00:30:45.695Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:30:45.695Z
422026-06-25T00:30:45.727Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:30:45.727Z
442026-06-25T00:30:45.727Z
452026-06-25T00:30:45.727ZRust is installed now. Great!
462026-06-25T00:30:45.728Z
472026-06-25T00:30:45.731ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:30:45.731Zenvironment variable. This has not been done automatically.
492026-06-25T00:30:45.731Z
502026-06-25T00:30:45.731ZTo configure your current shell, you need to source
512026-06-25T00:30:45.731Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:30:45.731Z
532026-06-25T00:30:45.731ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:30:45.731Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:30:45.731Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:30:45.731Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:30:45.731Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:30:45.731Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:30:45.731Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:30:45.731Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:30:45.731Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:30:45.829Z+ rustup --version
632026-06-25T00:30:45.833Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:30:45.833Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:30:45.840Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:30:45.843Z+ cargo --version
672026-06-25T00:30:45.856Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:30:45.859Z+ rustc --version
692026-06-25T00:30:45.878Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:30:45.881Zprocess exited: duration 16730 ms, exit code 0
 
712026-06-25T00:30:45.887Zstarting task 2: "authentication"
722026-06-25T00:30:45.903Zprocess exited: duration 15 ms, exit code 0
 
732026-06-25T00:30:45.909Zstarting task 3: "clone repository"
742026-06-25T00:30:45.913Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T00:30:45.915Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T00:30:45.947ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T00:30:46.867Z+ cd /work/oxidecomputer/opte
782026-06-25T00:30:46.867Z+ git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390
792026-06-25T00:30:47.090ZFrom https://github.com/oxidecomputer/opte
802026-06-25T00:30:47.090Z * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD
812026-06-25T00:30:47.096Z+ [[ -n '' ]]
822026-06-25T00:30:47.099Z+ git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390
832026-06-25T00:30:47.113ZHEAD is now at 01717c3 Fixups for XDE
842026-06-25T00:30:47.116Zprocess exited: duration 1204 ms, exit code 0
 
852026-06-25T00:30:47.122Zstarting task 4: "build"
862026-06-25T00:30:47.125Z+ source .github/buildomat/common.sh
872026-06-25T00:30:47.125Z++ rustup show active-toolchain
882026-06-25T00:30:47.131Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T00:30:47.135Z++ pushd xde
902026-06-25T00:30:47.135Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T00:30:47.135Z++ rustup show active-toolchain
922026-06-25T00:30:47.138Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
932026-06-25T00:30:47.431Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
942026-06-25T00:30:47.437Zinfo: downloading 6 components
952026-06-25T00:31:02.988Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T00:31:03.086Z+++ rustup show active-toolchain -v
972026-06-25T00:31:03.090Z+++ head -n 1
982026-06-25T00:31:03.090Z+++ cut '-d ' -f1
992026-06-25T00:31:03.139Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1002026-06-25T00:31:03.139Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1012026-06-25T00:31:03.144Z++ popd
1022026-06-25T00:31:03.144Z/work/oxidecomputer/opte
1032026-06-25T00:31:03.144Z+ cargo --version
1042026-06-25T00:31:03.150Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T00:31:03.153Z+ rustc --version
1062026-06-25T00:31:03.170Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T00:31:03.174Z+ cd crates/opte-api
1082026-06-25T00:31:03.174Z+ header 'check API_VERSION'
1092026-06-25T00:31:03.174Z+ echo '# ==== check API_VERSION ==== #'
1102026-06-25T00:31:03.174Z# ==== check API_VERSION ==== #
1112026-06-25T00:31:03.174Z+ ./check-api-version.sh
1122026-06-25T00:31:03.181Z+ header 'check style'
1132026-06-25T00:31:03.181Z+ echo '# ==== check style ==== #'
1142026-06-25T00:31:03.181Z# ==== check style ==== #
1152026-06-25T00:31:03.184Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1162026-06-25T00:31:03.258Z
1172026-06-25T00:31:03.258Zreal 0.076032458
1182026-06-25T00:31:03.258Zuser 0.044515805
1192026-06-25T00:31:03.258Zsys 0.028989779
1202026-06-25T00:31:03.258Ztrap 0.000001740
1212026-06-25T00:31:03.258Ztflt 0.000013690
1222026-06-25T00:31:03.258Zdflt 0.000028700
1232026-06-25T00:31:03.258Zkflt 0.000000000
1242026-06-25T00:31:03.258Zlock 0.031087500
1252026-06-25T00:31:03.258Zslp 0.056054998
1262026-06-25T00:31:03.258Zlat 0.000855860
1272026-06-25T00:31:03.258Zstop 0.000100480
1282026-06-25T00:31:03.262Z+ header 'analyze std'
1292026-06-25T00:31:03.262Z+ echo '# ==== analyze std ==== #'
1302026-06-25T00:31:03.262Z+ ptime -m cargo clippy --all-targets
1312026-06-25T00:31:03.262Z# ==== analyze std ==== #
1322026-06-25T00:31:03.385Z Updating crates.io index
1332026-06-25T00:31:03.388Z Updating git repository `https://github.com/oxidecomputer/falcon`
1342026-06-25T00:31:04.027Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1352026-06-25T00:31:04.288Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1362026-06-25T00:31:04.643Z Updating git repository `https://github.com/oxidecomputer/zone`
1372026-06-25T00:31:04.868Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-06-25T00:31:05.091Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1392026-06-25T00:31:05.335Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1402026-06-25T00:31:07.300Z Downloading crates ...
1412026-06-25T00:31:07.358Z Downloaded darling_core v0.21.3
1422026-06-25T00:31:07.361Z Downloaded defmt v0.3.100
1432026-06-25T00:31:07.372Z Downloaded ingot-types v0.1.2
1442026-06-25T00:31:07.376Z Downloaded proc-macro2 v1.0.106
1452026-06-25T00:31:07.378Z Downloaded fnv v1.0.7
1462026-06-25T00:31:07.381Z Downloaded defmt-parser v1.0.0
1472026-06-25T00:31:07.384Z Downloaded cfg-if v1.0.4
1482026-06-25T00:31:07.387Z Downloaded macaddr v1.0.1
1492026-06-25T00:31:07.390Z Downloaded serde_derive v1.0.228
1502026-06-25T00:31:07.391Z Downloaded aho-corasick v1.1.4
1512026-06-25T00:31:07.393Z Downloaded ident_case v1.0.1
1522026-06-25T00:31:07.396Z Downloaded cobs v0.3.0
1532026-06-25T00:31:07.402Z Downloaded defmt v1.1.0
1542026-06-25T00:31:07.407Z Downloaded proc-macro-error-attr2 v2.0.0
1552026-06-25T00:31:07.415Z Downloaded bitflags v1.3.2
1562026-06-25T00:31:07.420Z Downloaded quote v1.0.45
1572026-06-25T00:31:07.426Z Downloaded stable_deref_trait v1.2.1
1582026-06-25T00:31:07.430Z Downloaded darling_macro v0.21.3
1592026-06-25T00:31:07.430Z Downloaded hash32 v0.3.1
1602026-06-25T00:31:07.434Z Downloaded managed v0.8.0
1612026-06-25T00:31:07.434Z Downloaded strsim v0.11.1
1622026-06-25T00:31:07.434Z Downloaded proc-macro-error2 v2.0.1
1632026-06-25T00:31:07.442Z Downloaded either v1.16.0
1642026-06-25T00:31:07.442Z Downloaded thiserror v2.0.18
1652026-06-25T00:31:07.445Z Downloaded postcard v1.1.3
1662026-06-25T00:31:07.452Z Downloaded embedded-io v0.4.0
1672026-06-25T00:31:07.457Z Downloaded defmt-macros v1.1.0
1682026-06-25T00:31:07.462Z Downloaded embedded-io v0.6.1
1692026-06-25T00:31:07.471Z Downloaded bitflags v2.13.0
1702026-06-25T00:31:07.478Z Downloaded ingot v0.1.1
1712026-06-25T00:31:07.481Z Downloaded ipnetwork v0.21.1
1722026-06-25T00:31:07.481Z Downloaded byteorder v1.5.0
1732026-06-25T00:31:07.484Z Downloaded thiserror-impl v2.0.18
1742026-06-25T00:31:07.489Z Downloaded unicode-ident v1.0.24
1752026-06-25T00:31:07.493Z Downloaded ingot-macros v0.1.1
1762026-06-25T00:31:07.512Z Downloaded serde_core v1.0.228
1772026-06-25T00:31:07.515Z Downloaded uuid v1.23.3
1782026-06-25T00:31:07.520Z Downloaded darling v0.21.3
1792026-06-25T00:31:07.520Z Downloaded heapless v0.8.0
1802026-06-25T00:31:07.529Z Downloaded serde v1.0.228
1812026-06-25T00:31:07.529Z Downloaded memchr v2.8.2
1822026-06-25T00:31:07.546Z Downloaded zerocopy-derive v0.8.52
1832026-06-25T00:31:07.580Z Downloaded regex v1.12.4
1842026-06-25T00:31:07.583Z Downloaded itertools v0.14.0
1852026-06-25T00:31:07.615Z Downloaded syn v2.0.117
1862026-06-25T00:31:07.626Z Downloaded zerocopy v0.8.52
1872026-06-25T00:31:07.637Z Downloaded regex-syntax v0.8.11
1882026-06-25T00:31:07.643Z Downloaded smoltcp v0.11.0
1892026-06-25T00:31:07.664Z Downloaded regex-automata v0.4.14
1902026-06-25T00:31:07.699Z Compiling proc-macro2 v1.0.106
1912026-06-25T00:31:07.699Z Compiling quote v1.0.45
1922026-06-25T00:31:07.699Z Compiling unicode-ident v1.0.24
1932026-06-25T00:31:07.702Z Compiling strsim v0.11.1
1942026-06-25T00:31:07.703Z Compiling ident_case v1.0.1
1952026-06-25T00:31:07.703Z Compiling memchr v2.8.2
1962026-06-25T00:31:07.703Z Compiling serde_core v1.0.228
1972026-06-25T00:31:07.703Z Compiling fnv v1.0.7
1982026-06-25T00:31:07.868Z Compiling regex-syntax v0.8.11
1992026-06-25T00:31:07.882Z Compiling serde v1.0.228
2002026-06-25T00:31:07.888Z Compiling zerocopy v0.8.52
2012026-06-25T00:31:08.053Z Compiling either v1.16.0
2022026-06-25T00:31:08.142Z Compiling thiserror v2.0.18
2032026-06-25T00:31:08.172Z Compiling aho-corasick v1.1.4
2042026-06-25T00:31:08.255Z Compiling itertools v0.14.0
2052026-06-25T00:31:08.321Z Checking byteorder v1.5.0
2062026-06-25T00:31:08.327Z Compiling heapless v0.8.0
2072026-06-25T00:31:08.470Z Checking hash32 v0.3.1
2082026-06-25T00:31:08.571Z Checking stable_deref_trait v1.2.1
2092026-06-25T00:31:08.637Z Compiling smoltcp v0.11.0
2102026-06-25T00:31:08.646Z Checking macaddr v1.0.1
2112026-06-25T00:31:08.797Z Checking bitflags v2.13.0
2122026-06-25T00:31:08.948Z Compiling syn v2.0.117
2132026-06-25T00:31:08.995Z Checking cfg-if v1.0.4
2142026-06-25T00:31:09.017Z Checking bitflags v1.3.2
2152026-06-25T00:31:09.050Z Checking managed v0.8.0
2162026-06-25T00:31:09.074Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2172026-06-25T00:31:09.228Z Checking ipnetwork v0.21.1
2182026-06-25T00:31:09.325Z Compiling regex-automata v0.4.14
2192026-06-25T00:31:09.610Z Checking uuid v1.23.3
2202026-06-25T00:31:10.786Z Compiling regex v1.12.4
2212026-06-25T00:31:11.135Z Compiling darling_core v0.21.3
2222026-06-25T00:31:11.464Z Compiling thiserror-impl v2.0.18
2232026-06-25T00:31:11.464Z Compiling serde_derive v1.0.228
2242026-06-25T00:31:11.465Z Compiling zerocopy-derive v0.8.52
2252026-06-25T00:31:12.488Z Checking cobs v0.3.0
2262026-06-25T00:31:12.512Z Compiling darling_macro v0.21.3
2272026-06-25T00:31:12.951Z Compiling darling v0.21.3
2282026-06-25T00:31:13.018Z Compiling ingot-macros v0.1.1
2292026-06-25T00:31:13.678Z Checking postcard v1.1.3
2302026-06-25T00:31:14.938Z Checking ingot-types v0.1.2
2312026-06-25T00:31:15.197Z Checking ingot v0.1.1
2322026-06-25T00:31:16.451Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-06-25T00:31:17.581Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.27s
2342026-06-25T00:31:17.684Z
2352026-06-25T00:31:17.684Zreal 14.418453987
2362026-06-25T00:31:17.684Zuser 30.933196893
2372026-06-25T00:31:17.684Zsys 5.912808166
2382026-06-25T00:31:17.684Ztrap 0.016942700
2392026-06-25T00:31:17.684Ztflt 0.093045712
2402026-06-25T00:31:17.684Zdflt 0.186220629
2412026-06-25T00:31:17.684Zkflt 0.008158850
2422026-06-25T00:31:17.684Zlock 1:53.636198521
2432026-06-25T00:31:17.684Zslp 1:31.455141758
2442026-06-25T00:31:17.684Zlat 1.117071415
2452026-06-25T00:31:17.684Zstop 4.761869171
2462026-06-25T00:31:17.687Z+ header 'analyze no_std'
2472026-06-25T00:31:17.687Z+ echo '# ==== analyze no_std ==== #'
2482026-06-25T00:31:17.687Z# ==== analyze no_std ==== #
2492026-06-25T00:31:17.687Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-06-25T00:31:17.786Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-06-25T00:31:18.014Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-06-25T00:31:19.134Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.41s
2532026-06-25T00:31:19.154Z
2542026-06-25T00:31:19.157Zreal 1.467046157
2552026-06-25T00:31:19.157Zuser 2.159386905
2562026-06-25T00:31:19.157Zsys 0.269540341
2572026-06-25T00:31:19.157Ztrap 0.000423610
2582026-06-25T00:31:19.157Ztflt 0.000081470
2592026-06-25T00:31:19.157Zdflt 0.000128730
2602026-06-25T00:31:19.157Zkflt 0.000000000
2612026-06-25T00:31:19.157Zlock 5.075685133
2622026-06-25T00:31:19.157Zslp 6.010592577
2632026-06-25T00:31:19.157Zlat 0.003526730
2642026-06-25T00:31:19.157Zstop 0.042747504
2652026-06-25T00:31:19.157Z+ header test
2662026-06-25T00:31:19.157Z+ echo '# ==== test ==== #'
2672026-06-25T00:31:19.157Z+ ptime -m cargo test
2682026-06-25T00:31:19.157Z# ==== test ==== #
2692026-06-25T00:31:19.285Z Compiling serde_core v1.0.228
2702026-06-25T00:31:19.290Z Compiling byteorder v1.5.0
2712026-06-25T00:31:19.290Z Compiling bitflags v2.13.0
2722026-06-25T00:31:19.290Z Compiling stable_deref_trait v1.2.1
2732026-06-25T00:31:19.308Z Compiling thiserror v2.0.18
2742026-06-25T00:31:19.308Z Compiling zerocopy v0.8.52
2752026-06-25T00:31:19.312Z Compiling macaddr v1.0.1
2762026-06-25T00:31:19.315Z Compiling managed v0.8.0
2772026-06-25T00:31:19.359Z Compiling cfg-if v1.0.4
2782026-06-25T00:31:19.392Z Compiling cobs v0.3.0
2792026-06-25T00:31:19.412Z Compiling bitflags v1.3.2
2802026-06-25T00:31:19.460Z Compiling hash32 v0.3.1
2812026-06-25T00:31:19.471Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-06-25T00:31:19.514Z Compiling ipnetwork v0.21.1
2832026-06-25T00:31:19.542Z Compiling heapless v0.8.0
2842026-06-25T00:31:19.898Z Compiling smoltcp v0.11.0
2852026-06-25T00:31:20.806Z Compiling serde v1.0.228
2862026-06-25T00:31:20.806Z Compiling uuid v1.23.3
2872026-06-25T00:31:21.214Z Compiling postcard v1.1.3
2882026-06-25T00:31:21.912Z Compiling ingot-types v0.1.2
2892026-06-25T00:31:22.184Z Compiling ingot v0.1.1
2902026-06-25T00:31:23.540Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2912026-06-25T00:31:25.378Z Finished `test` profile [optimized + debuginfo] target(s) in 6.21s
2922026-06-25T00:31:25.388Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-c80f30dc1a241abd)
2932026-06-25T00:31:25.391Z
2942026-06-25T00:31:25.391Zrunning 25 tests
2952026-06-25T00:31:25.391Ztest encap::test::bad_vni ... ok
2962026-06-25T00:31:25.391Ztest encap::test::vni_round_trip ... ok
2972026-06-25T00:31:25.391Ztest encap::test::good_vni ... ok
2982026-06-25T00:31:25.391Ztest dns::tests::test_domain_name ... ok
2992026-06-25T00:31:25.391Ztest ip::test::bad_cidr ... ok
3002026-06-25T00:31:25.391Ztest ip::test::bad_prefix_len ... ok
3012026-06-25T00:31:25.391Ztest ip::test::dhcp_fqdn ... ok
3022026-06-25T00:31:25.391Ztest ip::test::good_cidr ... ok
3032026-06-25T00:31:25.391Ztest ip::test::ipv4_addr_good ... ok
3042026-06-25T00:31:25.391Ztest ip::test::ipv4_addr_bad ... ok
3052026-06-25T00:31:25.391Ztest ip::test::ipv4_mask ... ok
3062026-06-25T00:31:25.391Ztest ip::test::ipv6_is_default ... ok
3072026-06-25T00:31:25.391Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-06-25T00:31:25.392Ztest ip::test::ipv6_mask ... ok
3092026-06-25T00:31:25.392Ztest ip::test::test_ip_addr_from_str ... ok
3102026-06-25T00:31:25.392Ztest ip::test::test_ipv4_multicast_mac ... ok
3112026-06-25T00:31:25.392Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-06-25T00:31:25.392Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-25T00:31:25.392Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3142026-06-25T00:31:25.392Ztest ip::test::test_ipv6_from_const ... ok
3152026-06-25T00:31:25.392Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-06-25T00:31:25.392Ztest ip::test::test_ipv6_is_multicast ... ok
3172026-06-25T00:31:25.392Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-06-25T00:31:25.392Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-06-25T00:31:25.392Ztest ip::test::test_multicast_underlay_serde ... ok
3202026-06-25T00:31:25.392Z
3212026-06-25T00:31:25.392Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3222026-06-25T00:31:25.392Z
3232026-06-25T00:31:25.392Z Doc-tests opte_api
3242026-06-25T00:31:25.992Z
3252026-06-25T00:31:25.992Zrunning 1 test
3262026-06-25T00:31:25.996Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3272026-06-25T00:31:25.996Z
3282026-06-25T00:31:25.996Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292026-06-25T00:31:25.997Z
3302026-06-25T00:31:25.997Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3312026-06-25T00:31:26.014Z
3322026-06-25T00:31:26.017Zreal 6.851408057
3332026-06-25T00:31:26.017Zuser 18.172941429
3342026-06-25T00:31:26.017Zsys 2.120419318
3352026-06-25T00:31:26.017Ztrap 0.004420180
3362026-06-25T00:31:26.017Ztflt 0.123518876
3372026-06-25T00:31:26.017Zdflt 0.093184057
3382026-06-25T00:31:26.017Zkflt 0.000000000
3392026-06-25T00:31:26.017Zlock 56.956587060
3402026-06-25T00:31:26.017Zslp 32.882691913
3412026-06-25T00:31:26.017Zlat 0.958400975
3422026-06-25T00:31:26.017Zstop 1.079047025
3432026-06-25T00:31:26.017Zprocess exited: duration 38892 ms, exit code 0
 
3442026-06-25T00:31:26.024Zfound 0 output files