01KXSPDNHZNF8SETSNMAQCG0RV: opte-api

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

Buildomat Job: 01KXSPE2VVHEEM6RD7NS87K5AP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T04:06:49.745Zjob assigned to worker 01KXSPE95ZG055JZGVH80C1ZJV [factory aws, i-07541c3b9b78cd2a6] (queued for 48 s)
 
22026-07-18T04:06:56.285Zstarting task 0: "setup"
32026-07-18T04:06:56.291Z++ uname -s
42026-07-18T04:06:56.295Z+ kern=SunOS
52026-07-18T04:06:56.295Z+ build_user=build
62026-07-18T04:06:56.295Z+ build_uid=12345
72026-07-18T04:06:56.295Z+ work_dir=/work
82026-07-18T04:06:56.295Z+ input_dir=/input
92026-07-18T04:06:56.295Z+ [[ 0 == 12345 ]]
102026-07-18T04:06:56.295Z+ case "$kern" in
112026-07-18T04:06:56.295Z+ groupadd -g 12345 build
122026-07-18T04:06:56.295Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T04:06:58.299Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T04:06:58.414Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T04:06:58.423Z+ home_fs=zfs
162026-07-18T04:06:58.423Z+ [[ zfs == autofs ]]
172026-07-18T04:06:58.423Z+ mkdir -p /home/build
182026-07-18T04:06:58.423Z+ chown build:build /home/build /work
192026-07-18T04:07:00.415Z+ chmod 0700 /home/build /work
202026-07-18T04:07:00.418Zprocess exited: duration 4131 ms, exit code 0
 
212026-07-18T04:07:00.425Zstarting task 1: "rust-toolchain"
222026-07-18T04:07:00.428Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-18T04:07:00.428Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-18T04:07:00.428Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-18T04:07:00.431Z * rust toolchain channel = "1.97.1"
262026-07-18T04:07:00.432Z * rust toolchain profile = "default"
272026-07-18T04:07:00.432Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-18T04:07:00.432Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T04:07:00.432Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-18T04:07:00.498Zinfo: downloading installer
312026-07-18T04:07:01.778Zwarn: It looks like you have an existing rustup settings file at:
322026-07-18T04:07:01.778Zwarn: /home/build/.rustup/settings.toml
332026-07-18T04:07:01.778Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-18T04:07:01.778Zwarn: instead of the one inferred from the default host triple.
352026-07-18T04:07:01.790Zinfo: profile set to default
362026-07-18T04:07:01.790Zinfo: default host triple is x86_64-unknown-illumos
372026-07-18T04:07:01.793Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-18T04:07:01.936Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-18T04:07:01.940Zinfo: downloading 6 components
402026-07-18T04:07:16.476Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-18T04:07:16.476Z
422026-07-18T04:07:16.511Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-18T04:07:16.511Z
442026-07-18T04:07:16.511Z
452026-07-18T04:07:16.511ZRust is installed now. Great!
462026-07-18T04:07:16.511Z
472026-07-18T04:07:16.511ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-18T04:07:16.511Zenvironment variable. This has not been done automatically.
492026-07-18T04:07:16.511Z
502026-07-18T04:07:16.511ZTo configure your current shell, you need to source
512026-07-18T04:07:16.511Zthe corresponding env file under $HOME/.cargo.
522026-07-18T04:07:16.511Z
532026-07-18T04:07:16.511ZThis is usually done by running one of the following (note the leading DOT):
542026-07-18T04:07:16.516Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-18T04:07:16.516Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-18T04:07:16.516Zsource "~/.cargo/env.nu" # For nushell
572026-07-18T04:07:16.516Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-18T04:07:16.516Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-18T04:07:16.516Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-18T04:07:16.516Zwarn: no default linker (`cc`) was found in your PATH
612026-07-18T04:07:16.516Zwarn: many Rust crates require a system C toolchain to build
622026-07-18T04:07:16.605Z+ rustup --version
632026-07-18T04:07:16.615Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-18T04:07:16.619Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-18T04:07:16.636Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-18T04:07:16.640Z+ cargo --version
672026-07-18T04:07:16.653Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-18T04:07:16.657Z+ rustc --version
692026-07-18T04:07:16.675Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-18T04:07:16.679Zprocess exited: duration 16251 ms, exit code 0
 
712026-07-18T04:07:16.686Zstarting task 2: "authentication"
722026-07-18T04:07:16.702Zprocess exited: duration 16 ms, exit code 0
 
732026-07-18T04:07:16.709Zstarting task 3: "clone repository"
742026-07-18T04:07:16.712Z+ mkdir -p /work/oxidecomputer/opte
752026-07-18T04:07:16.716Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-18T04:07:16.744ZCloning into '/work/oxidecomputer/opte'...
772026-07-18T04:07:17.653Z+ cd /work/oxidecomputer/opte
782026-07-18T04:07:17.653Z+ git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f
792026-07-18T04:07:17.874ZFrom https://github.com/oxidecomputer/opte
802026-07-18T04:07:17.874Z * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD
812026-07-18T04:07:17.881Z+ [[ -n renovate/rust-1.x ]]
822026-07-18T04:07:17.888Z++ git branch --show-current
832026-07-18T04:07:17.888Z+ current=master
842026-07-18T04:07:17.888Z+ [[ master != renovate/rust-1.x ]]
852026-07-18T04:07:17.888Z+ git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f
862026-07-18T04:07:17.888Z+ git checkout -f renovate/rust-1.x
872026-07-18T04:07:17.918ZSwitched to branch 'renovate/rust-1.x'
882026-07-18T04:07:17.918Z+ git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f
892026-07-18T04:07:17.918ZHEAD is now at 9e94470 Update dependency rust
902026-07-18T04:07:17.922Zprocess exited: duration 1209 ms, exit code 0
 
912026-07-18T04:07:17.935Zstarting task 4: "build"
922026-07-18T04:07:17.940Z+ source .github/buildomat/common.sh
932026-07-18T04:07:17.940Z++ rustup show active-toolchain
942026-07-18T04:07:17.944Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-18T04:07:17.952Z++ pushd xde
962026-07-18T04:07:17.952Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-18T04:07:17.952Z++ rustup show active-toolchain
982026-07-18T04:07:17.955Zinfo: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos
992026-07-18T04:07:18.086Zinfo: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17)
1002026-07-18T04:07:18.097Zinfo: downloading 6 components
1012026-07-18T04:07:32.444Znightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-18T04:07:32.537Z+++ rustup show active-toolchain -v
1032026-07-18T04:07:32.542Z+++ head -n 1
1042026-07-18T04:07:32.542Z+++ cut '-d ' -f1
1052026-07-18T04:07:32.592Z++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1062026-07-18T04:07:32.593Z++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1072026-07-18T04:07:32.596Z++ popd
1082026-07-18T04:07:32.596Z/work/oxidecomputer/opte
1092026-07-18T04:07:32.596Z+ cargo --version
1102026-07-18T04:07:32.601Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-18T04:07:32.605Z+ rustc --version
1122026-07-18T04:07:32.624Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-18T04:07:32.630Z+ cd crates/opte-api
1142026-07-18T04:07:32.630Z+ header 'check API_VERSION'
1152026-07-18T04:07:32.630Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-18T04:07:32.630Z+ ./check-api-version.sh
1172026-07-18T04:07:32.630Z# ==== check API_VERSION ==== #
1182026-07-18T04:07:32.635Z+ header 'check style'
1192026-07-18T04:07:32.635Z+ echo '# ==== check style ==== #'
1202026-07-18T04:07:32.636Z# ==== check style ==== #
1212026-07-18T04:07:32.636Z+ ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check
1222026-07-18T04:07:32.718Z
1232026-07-18T04:07:32.718Zreal 0.077465340
1242026-07-18T04:07:32.718Zuser 0.045051231
1252026-07-18T04:07:32.718Zsys 0.029819921
1262026-07-18T04:07:32.718Ztrap 0.000003438
1272026-07-18T04:07:32.718Ztflt 0.000055595
1282026-07-18T04:07:32.718Zdflt 0.000002769
1292026-07-18T04:07:32.718Zkflt 0.000000000
1302026-07-18T04:07:32.718Zlock 0.031162716
1312026-07-18T04:07:32.718Zslp 0.056730159
1322026-07-18T04:07:32.718Zlat 0.000774141
1332026-07-18T04:07:32.718Zstop 0.000101851
1342026-07-18T04:07:32.726Z+ header 'analyze std'
1352026-07-18T04:07:32.726Z+ echo '# ==== analyze std ==== #'
1362026-07-18T04:07:32.726Z+ ptime -m cargo clippy --all-targets
1372026-07-18T04:07:32.726Z# ==== analyze std ==== #
1382026-07-18T04:07:32.850Z Updating crates.io index
1392026-07-18T04:07:32.853Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-18T04:07:33.906Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-18T04:07:34.306Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-18T04:07:34.643Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-18T04:07:34.867Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-18T04:07:35.100Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-18T04:07:35.384Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-18T04:07:37.228Z Downloading crates ...
1472026-07-18T04:07:37.272Z Downloaded embedded-io v0.6.1
1482026-07-18T04:07:37.286Z Downloaded serde_core v1.0.228
1492026-07-18T04:07:37.289Z Downloaded embedded-io v0.4.0
1502026-07-18T04:07:37.289Z Downloaded memchr v2.8.2
1512026-07-18T04:07:37.293Z Downloaded defmt-parser v1.0.0
1522026-07-18T04:07:37.293Z Downloaded stable_deref_trait v1.2.1
1532026-07-18T04:07:37.301Z Downloaded either v1.16.0
1542026-07-18T04:07:37.304Z Downloaded heapless v0.8.0
1552026-07-18T04:07:37.307Z Downloaded strsim v0.11.1
1562026-07-18T04:07:37.307Z Downloaded defmt-macros v1.1.1
1572026-07-18T04:07:37.307Z Downloaded thiserror-impl v2.0.18
1582026-07-18T04:07:37.310Z Downloaded thiserror v2.0.18
1592026-07-18T04:07:37.314Z Downloaded hash32 v0.3.1
1602026-07-18T04:07:37.318Z Downloaded cobs v0.3.0
1612026-07-18T04:07:37.333Z Downloaded cfg-if v1.0.4
1622026-07-18T04:07:37.336Z Downloaded defmt v0.3.100
1632026-07-18T04:07:37.336Z Downloaded macaddr v1.0.1
1642026-07-18T04:07:37.336Z Downloaded darling_macro v0.21.3
1652026-07-18T04:07:37.339Z Downloaded fnv v1.0.7
1662026-07-18T04:07:37.339Z Downloaded ident_case v1.0.1
1672026-07-18T04:07:37.339Z Downloaded ipnetwork v0.21.1
1682026-07-18T04:07:37.343Z Downloaded serde v1.0.228
1692026-07-18T04:07:37.346Z Downloaded byteorder v1.5.0
1702026-07-18T04:07:37.350Z Downloaded ingot v0.1.1
1712026-07-18T04:07:37.353Z Downloaded quote v1.0.46
1722026-07-18T04:07:37.353Z Downloaded ingot-types v0.1.2
1732026-07-18T04:07:37.359Z Downloaded ingot-macros v0.1.1
1742026-07-18T04:07:37.363Z Downloaded bitflags v1.3.2
1752026-07-18T04:07:37.366Z Downloaded managed v0.8.0
1762026-07-18T04:07:37.369Z Downloaded defmt v1.1.1
1772026-07-18T04:07:37.373Z Downloaded postcard v1.1.3
1782026-07-18T04:07:37.377Z Downloaded darling v0.21.3
1792026-07-18T04:07:37.380Z Downloaded bitflags v2.13.0
1802026-07-18T04:07:37.385Z Downloaded unicode-ident v1.0.24
1812026-07-18T04:07:37.389Z Downloaded proc-macro2 v1.0.106
1822026-07-18T04:07:37.389Z Downloaded serde_derive v1.0.228
1832026-07-18T04:07:37.392Z Downloaded aho-corasick v1.1.4
1842026-07-18T04:07:37.396Z Downloaded darling_core v0.21.3
1852026-07-18T04:07:37.402Z Downloaded zerocopy-derive v0.8.52
1862026-07-18T04:07:37.456Z Downloaded itertools v0.14.0
1872026-07-18T04:07:37.462Z Downloaded regex v1.12.4
1882026-07-18T04:07:37.471Z Downloaded zerocopy v0.8.52
1892026-07-18T04:07:37.480Z Downloaded syn v2.0.118
1902026-07-18T04:07:37.486Z Downloaded smoltcp v0.11.0
1912026-07-18T04:07:37.492Z Downloaded regex-syntax v0.8.11
1922026-07-18T04:07:37.496Z Downloaded regex-automata v0.4.14
1932026-07-18T04:07:37.531Z Compiling proc-macro2 v1.0.106
1942026-07-18T04:07:37.532Z Compiling unicode-ident v1.0.24
1952026-07-18T04:07:37.532Z Compiling quote v1.0.46
1962026-07-18T04:07:37.532Z Compiling strsim v0.11.1
1972026-07-18T04:07:37.535Z Compiling ident_case v1.0.1
1982026-07-18T04:07:37.535Z Compiling fnv v1.0.7
1992026-07-18T04:07:37.535Z Compiling memchr v2.8.2
2002026-07-18T04:07:37.535Z Compiling serde_core v1.0.228
2012026-07-18T04:07:37.699Z Compiling regex-syntax v0.8.11
2022026-07-18T04:07:37.716Z Compiling zerocopy v0.8.52
2032026-07-18T04:07:37.722Z Compiling thiserror v2.0.18
2042026-07-18T04:07:37.887Z Compiling either v1.16.0
2052026-07-18T04:07:37.972Z Compiling serde v1.0.228
2062026-07-18T04:07:38.045Z Compiling aho-corasick v1.1.4
2072026-07-18T04:07:38.090Z Compiling itertools v0.14.0
2082026-07-18T04:07:38.179Z Checking byteorder v1.5.0
2092026-07-18T04:07:38.320Z Compiling heapless v0.8.0
2102026-07-18T04:07:38.328Z Checking bitflags v2.13.0
2112026-07-18T04:07:38.343Z Checking hash32 v0.3.1
2122026-07-18T04:07:38.449Z Checking stable_deref_trait v1.2.1
2132026-07-18T04:07:38.471Z Checking macaddr v1.0.1
2142026-07-18T04:07:38.512Z Compiling smoltcp v0.11.0
2152026-07-18T04:07:38.616Z Checking cfg-if v1.0.4
2162026-07-18T04:07:38.826Z Checking bitflags v1.3.2
2172026-07-18T04:07:38.842Z Compiling syn v2.0.118
2182026-07-18T04:07:38.895Z Checking managed v0.8.0
2192026-07-18T04:07:38.912Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2202026-07-18T04:07:39.075Z Checking ipnetwork v0.21.1
2212026-07-18T04:07:39.204Z Compiling regex-automata v0.4.14
2222026-07-18T04:07:40.695Z Compiling regex v1.12.4
2232026-07-18T04:07:41.072Z Compiling darling_core v0.21.3
2242026-07-18T04:07:41.401Z Compiling serde_derive v1.0.228
2252026-07-18T04:07:41.401Z Compiling zerocopy-derive v0.8.52
2262026-07-18T04:07:41.404Z Compiling thiserror-impl v2.0.18
2272026-07-18T04:07:42.388Z Checking cobs v0.3.0
2282026-07-18T04:07:42.433Z Compiling darling_macro v0.21.3
2292026-07-18T04:07:42.951Z Compiling darling v0.21.3
2302026-07-18T04:07:43.014Z Compiling ingot-macros v0.1.1
2312026-07-18T04:07:43.650Z Checking postcard v1.1.3
2322026-07-18T04:07:44.981Z Checking ingot-types v0.1.2
2332026-07-18T04:07:45.258Z Checking ingot v0.1.1
2342026-07-18T04:07:46.545Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-18T04:07:47.537Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.77s
2362026-07-18T04:07:47.633Z
2372026-07-18T04:07:47.633Zreal 14.914556920
2382026-07-18T04:07:47.633Zuser 30.915482933
2392026-07-18T04:07:47.633Zsys 5.990276013
2402026-07-18T04:07:47.633Ztrap 0.011210971
2412026-07-18T04:07:47.633Ztflt 0.081671155
2422026-07-18T04:07:47.633Zdflt 0.250060739
2432026-07-18T04:07:47.633Zkflt 0.005878844
2442026-07-18T04:07:47.636Zlock 2:14.197711238
2452026-07-18T04:07:47.636Zslp 1:32.810636608
2462026-07-18T04:07:47.636Zlat 1.024119173
2472026-07-18T04:07:47.636Zstop 5.625695903
2482026-07-18T04:07:47.636Z+ header 'analyze no_std'
2492026-07-18T04:07:47.636Z+ echo '# ==== analyze no_std ==== #'
2502026-07-18T04:07:47.636Z# ==== analyze no_std ==== #
2512026-07-18T04:07:47.636Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-18T04:07:47.735Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-18T04:07:47.962Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-18T04:07:48.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2552026-07-18T04:07:48.960Z
2562026-07-18T04:07:48.963Zreal 1.322026537
2572026-07-18T04:07:48.963Zuser 1.916440155
2582026-07-18T04:07:48.963Zsys 0.264592817
2592026-07-18T04:07:48.963Ztrap 0.000198869
2602026-07-18T04:07:48.963Ztflt 0.000096285
2612026-07-18T04:07:48.963Zdflt 0.000124222
2622026-07-18T04:07:48.963Zkflt 0.000000000
2632026-07-18T04:07:48.963Zlock 5.605713342
2642026-07-18T04:07:48.963Zslp 5.377711410
2652026-07-18T04:07:48.963Zlat 0.002947507
2662026-07-18T04:07:48.963Zstop 0.059556707
2672026-07-18T04:07:48.963Z+ header test
2682026-07-18T04:07:48.963Z+ echo '# ==== test ==== #'
2692026-07-18T04:07:48.963Z# ==== test ==== #
2702026-07-18T04:07:48.963Z+ ptime -m cargo test
2712026-07-18T04:07:49.091Z Compiling byteorder v1.5.0
2722026-07-18T04:07:49.091Z Compiling serde_core v1.0.228
2732026-07-18T04:07:49.094Z Compiling bitflags v2.13.0
2742026-07-18T04:07:49.094Z Compiling macaddr v1.0.1
2752026-07-18T04:07:49.095Z Compiling stable_deref_trait v1.2.1
2762026-07-18T04:07:49.109Z Compiling thiserror v2.0.18
2772026-07-18T04:07:49.117Z Compiling zerocopy v0.8.52
2782026-07-18T04:07:49.120Z Compiling bitflags v1.3.2
2792026-07-18T04:07:49.168Z Compiling cobs v0.3.0
2802026-07-18T04:07:49.168Z Compiling cfg-if v1.0.4
2812026-07-18T04:07:49.199Z Compiling managed v0.8.0
2822026-07-18T04:07:49.219Z Compiling ipnetwork v0.21.1
2832026-07-18T04:07:49.269Z Compiling hash32 v0.3.1
2842026-07-18T04:07:49.344Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-07-18T04:07:49.409Z Compiling heapless v0.8.0
2862026-07-18T04:07:49.773Z Compiling smoltcp v0.11.0
2872026-07-18T04:07:50.653Z Compiling serde v1.0.228
2882026-07-18T04:07:51.083Z Compiling postcard v1.1.3
2892026-07-18T04:07:51.772Z Compiling ingot-types v0.1.2
2902026-07-18T04:07:52.048Z Compiling ingot v0.1.1
2912026-07-18T04:07:53.426Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-18T04:07:55.337Z Finished `test` profile [optimized + debuginfo] target(s) in 6.36s
2932026-07-18T04:07:55.346Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-b2ff7fa4e724512b)
2942026-07-18T04:07:55.349Z
2952026-07-18T04:07:55.349Zrunning 25 tests
2962026-07-18T04:07:55.349Ztest encap::test::bad_vni ... ok
2972026-07-18T04:07:55.349Ztest encap::test::good_vni ... ok
2982026-07-18T04:07:55.349Ztest encap::test::vni_round_trip ... ok
2992026-07-18T04:07:55.349Ztest dns::tests::test_domain_name ... ok
3002026-07-18T04:07:55.349Ztest ip::test::bad_prefix_len ... ok
3012026-07-18T04:07:55.349Ztest ip::test::bad_cidr ... ok
3022026-07-18T04:07:55.350Ztest ip::test::dhcp_fqdn ... ok
3032026-07-18T04:07:55.350Ztest ip::test::good_cidr ... ok
3042026-07-18T04:07:55.350Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-18T04:07:55.350Ztest ip::test::ipv4_addr_good ... ok
3062026-07-18T04:07:55.350Ztest ip::test::ipv4_mask ... ok
3072026-07-18T04:07:55.350Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-07-18T04:07:55.350Ztest ip::test::ipv6_is_default ... ok
3092026-07-18T04:07:55.350Ztest ip::test::ipv6_mask ... ok
3102026-07-18T04:07:55.350Ztest ip::test::ipv6_prefix_len ... ok
3112026-07-18T04:07:55.350Ztest ip::test::test_ip_addr_from_str ... ok
3122026-07-18T04:07:55.351Ztest ip::test::test_ip_cidr_from_str ... ok
3132026-07-18T04:07:55.351Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3142026-07-18T04:07:55.351Ztest ip::test::test_ipv6_from_const ... ok
3152026-07-18T04:07:55.351Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-07-18T04:07:55.351Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-07-18T04:07:55.351Ztest ip::test::test_ipv6_is_multicast ... ok
3182026-07-18T04:07:55.351Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-07-18T04:07:55.351Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3202026-07-18T04:07:55.351Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-18T04:07:55.351Z
3222026-07-18T04:07:55.351Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-18T04:07:55.351Z
3242026-07-18T04:07:55.351Z Doc-tests opte_api
3252026-07-18T04:07:55.947Z
3262026-07-18T04:07:55.947Zrunning 1 test
3272026-07-18T04:07:55.950Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-18T04:07:55.950Z
3292026-07-18T04:07:55.950Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-18T04:07:55.950Z
3312026-07-18T04:07:55.951Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3322026-07-18T04:07:55.970Z
3332026-07-18T04:07:55.971Zreal 7.002005016
3342026-07-18T04:07:55.971Zuser 17.469239347
3352026-07-18T04:07:55.971Zsys 2.097075836
3362026-07-18T04:07:55.971Ztrap 0.005181948
3372026-07-18T04:07:55.976Ztflt 0.205763059
3382026-07-18T04:07:55.976Zdflt 0.168902382
3392026-07-18T04:07:55.976Zkflt 0.000134508
3402026-07-18T04:07:55.976Zlock 1:03.674510889
3412026-07-18T04:07:55.976Zslp 32.741153265
3422026-07-18T04:07:55.976Zlat 0.741479436
3432026-07-18T04:07:55.976Zstop 0.698364566
3442026-07-18T04:07:55.976Zprocess exited: duration 38035 ms, exit code 0
 
3452026-07-18T04:07:55.983Zfound 0 output files