01KVFJGDN7GV6534WFN6TV54GF: opte-api

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

Buildomat Job: 01KVFJGTX7PB7702W0BHKWGA86

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T09:14:37.536Zjob assigned to worker 01KVFJH2922D5ZTR3TB7DN8YTG [factory aws, i-011f335efcb65ed3f] (queued for 48 s)
 
22026-06-19T09:14:43.917Zstarting task 0: "setup"
32026-06-19T09:14:43.921Z++ uname -s
42026-06-19T09:14:43.925Z+ kern=SunOS
52026-06-19T09:14:43.925Z+ build_user=build
62026-06-19T09:14:43.925Z+ build_uid=12345
72026-06-19T09:14:43.925Z+ work_dir=/work
82026-06-19T09:14:43.925Z+ input_dir=/input
92026-06-19T09:14:43.925Z+ [[ 0 == 12345 ]]
102026-06-19T09:14:43.925Z+ case "$kern" in
112026-06-19T09:14:43.925Z+ groupadd -g 12345 build
122026-06-19T09:14:43.928Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T09:14:45.931Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T09:14:45.993Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T09:14:45.996Z+ home_fs=zfs
162026-06-19T09:14:45.996Z+ [[ zfs == autofs ]]
172026-06-19T09:14:45.996Z+ mkdir -p /home/build
182026-06-19T09:14:45.996Z+ chown build:build /home/build /work
192026-06-19T09:14:47.997Z+ chmod 0700 /home/build /work
202026-06-19T09:14:48.000Zprocess exited: duration 4084 ms, exit code 0
 
212026-06-19T09:14:48.007Zstarting task 1: "rust-toolchain"
222026-06-19T09:14:48.012Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-19T09:14:48.012Z * rust toolchain channel = "1.96.0"
242026-06-19T09:14:48.012Z * rust toolchain profile = "default"
252026-06-19T09:14:48.012Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-19T09:14:48.012Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-19T09:14:48.012Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T09:14:48.015Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T09:14:48.015Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-19T09:14:48.093Zinfo: downloading installer
312026-06-19T09:14:49.514Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T09:14:49.514Zwarn: /home/build/.rustup/settings.toml
332026-06-19T09:14:49.515Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T09:14:49.515Zwarn: instead of the one inferred from the default host triple.
352026-06-19T09:14:49.527Zinfo: profile set to default
362026-06-19T09:14:49.527Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T09:14:49.530Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-19T09:14:49.673Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-19T09:14:49.677Zinfo: downloading 6 components
402026-06-19T09:15:05.187Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-19T09:15:05.187Z
422026-06-19T09:15:05.215Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-19T09:15:05.215Z
442026-06-19T09:15:05.215Z
452026-06-19T09:15:05.215ZRust is installed now. Great!
462026-06-19T09:15:05.215Z
472026-06-19T09:15:05.219ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T09:15:05.219Zenvironment variable. This has not been done automatically.
492026-06-19T09:15:05.219Z
502026-06-19T09:15:05.219ZTo configure your current shell, you need to source
512026-06-19T09:15:05.219Zthe corresponding env file under $HOME/.cargo.
522026-06-19T09:15:05.219Z
532026-06-19T09:15:05.219ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T09:15:05.219Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T09:15:05.219Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T09:15:05.219Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T09:15:05.219Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T09:15:05.219Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T09:15:05.219Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T09:15:05.219Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T09:15:05.219Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T09:15:05.299Z+ rustup --version
632026-06-19T09:15:05.308Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T09:15:05.312Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T09:15:05.330Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-19T09:15:05.333Z+ cargo --version
672026-06-19T09:15:05.345Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-19T09:15:05.349Z+ rustc --version
692026-06-19T09:15:05.367Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-19T09:15:05.370Zprocess exited: duration 17361 ms, exit code 0
 
712026-06-19T09:15:05.377Zstarting task 2: "authentication"
722026-06-19T09:15:05.394Zprocess exited: duration 16 ms, exit code 0
 
732026-06-19T09:15:05.400Zstarting task 3: "clone repository"
742026-06-19T09:15:05.404Z+ mkdir -p /work/oxidecomputer/opte
752026-06-19T09:15:05.407Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-19T09:15:05.441ZCloning into '/work/oxidecomputer/opte'...
772026-06-19T09:15:06.356Z+ cd /work/oxidecomputer/opte
782026-06-19T09:15:06.359Z+ git fetch origin 2d39e9716319d602429e771c12b3c6628589c63b
792026-06-19T09:15:06.620ZFrom https://github.com/oxidecomputer/opte
802026-06-19T09:15:06.620Z * branch 2d39e9716319d602429e771c12b3c6628589c63b -> FETCH_HEAD
812026-06-19T09:15:06.626Z+ [[ -n renovate/rust-1.x ]]
822026-06-19T09:15:06.629Z++ git branch --show-current
832026-06-19T09:15:06.629Z+ current=master
842026-06-19T09:15:06.629Z+ [[ master != renovate/rust-1.x ]]
852026-06-19T09:15:06.629Z+ git branch -f renovate/rust-1.x 2d39e9716319d602429e771c12b3c6628589c63b
862026-06-19T09:15:06.633Z+ git checkout -f renovate/rust-1.x
872026-06-19T09:15:06.648ZSwitched to branch 'renovate/rust-1.x'
882026-06-19T09:15:06.651Z+ git reset --hard 2d39e9716319d602429e771c12b3c6628589c63b
892026-06-19T09:15:06.664ZHEAD is now at 2d39e97 ...
902026-06-19T09:15:06.668Zprocess exited: duration 1264 ms, exit code 0
 
912026-06-19T09:15:06.674Zstarting task 4: "build"
922026-06-19T09:15:06.677Z+ source .github/buildomat/common.sh
932026-06-19T09:15:06.677Z++ rustup show active-toolchain
942026-06-19T09:15:06.682Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-19T09:15:06.685Z++ pushd xde
962026-06-19T09:15:06.685Z++ rustup show active-toolchain
972026-06-19T09:15:06.685Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-06-19T09:15:06.689Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-19T09:15:06.843Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-19T09:15:06.846Zinfo: downloading 6 components
1012026-06-19T09:15:22.052Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-19T09:15:22.154Z+++ rustup show active-toolchain -v
1032026-06-19T09:15:22.157Z+++ head -n 1
1042026-06-19T09:15:22.157Z+++ cut '-d ' -f1
1052026-06-19T09:15:22.212Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-19T09:15:22.212Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-19T09:15:22.212Z++ popd
1082026-06-19T09:15:22.215Z/work/oxidecomputer/opte
1092026-06-19T09:15:22.215Z+ cargo --version
1102026-06-19T09:15:22.224Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-19T09:15:22.227Z+ rustc --version
1122026-06-19T09:15:22.245Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-19T09:15:22.250Z+ cd crates/opte-api
1142026-06-19T09:15:22.250Z+ header 'check API_VERSION'
1152026-06-19T09:15:22.250Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-19T09:15:22.250Z+ ./check-api-version.sh
1172026-06-19T09:15:22.251Z# ==== check API_VERSION ==== #
1182026-06-19T09:15:22.255Z+ header 'check style'
1192026-06-19T09:15:22.255Z+ echo '# ==== check style ==== #'
1202026-06-19T09:15:22.255Z# ==== check style ==== #
1212026-06-19T09:15:22.258Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1222026-06-19T09:15:22.334Z
1232026-06-19T09:15:22.334Zreal 0.076268336
1242026-06-19T09:15:22.337Zuser 0.044821797
1252026-06-19T09:15:22.337Zsys 0.028619700
1262026-06-19T09:15:22.337Ztrap 0.000014120
1272026-06-19T09:15:22.337Ztflt 0.000067310
1282026-06-19T09:15:22.337Zdflt 0.000008370
1292026-06-19T09:15:22.337Zkflt 0.000000000
1302026-06-19T09:15:22.337Zlock 0.031596482
1312026-06-19T09:15:22.337Zslp 0.056315664
1322026-06-19T09:15:22.337Zlat 0.000793530
1332026-06-19T09:15:22.337Zstop 0.000099110
1342026-06-19T09:15:22.337Z+ header 'analyze std'
1352026-06-19T09:15:22.337Z+ echo '# ==== analyze std ==== #'
1362026-06-19T09:15:22.337Z+ ptime -m cargo clippy --all-targets
1372026-06-19T09:15:22.337Z# ==== analyze std ==== #
1382026-06-19T09:15:22.463Z Updating crates.io index
1392026-06-19T09:15:22.466Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-19T09:15:23.154Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-19T09:15:23.568Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-19T09:15:23.943Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-19T09:15:24.222Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-19T09:15:24.493Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-19T09:15:24.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-19T09:15:26.700Z Downloading crates ...
1472026-06-19T09:15:26.747Z Downloaded bitflags v1.3.2
1482026-06-19T09:15:26.751Z Downloaded ident_case v1.0.1
1492026-06-19T09:15:26.754Z Downloaded defmt-parser v1.0.0
1502026-06-19T09:15:26.754Z Downloaded hash32 v0.3.1
1512026-06-19T09:15:26.757Z Downloaded proc-macro-error-attr2 v2.0.0
1522026-06-19T09:15:26.757Z Downloaded ingot v0.1.1
1532026-06-19T09:15:26.763Z Downloaded quote v1.0.45
1542026-06-19T09:15:26.766Z Downloaded either v1.16.0
1552026-06-19T09:15:26.766Z Downloaded proc-macro2 v1.0.106
1562026-06-19T09:15:26.769Z Downloaded embedded-io v0.4.0
1572026-06-19T09:15:26.772Z Downloaded macaddr v1.0.1
1582026-06-19T09:15:26.779Z Downloaded embedded-io v0.6.1
1592026-06-19T09:15:26.782Z Downloaded darling_macro v0.21.3
1602026-06-19T09:15:26.782Z Downloaded cfg-if v1.0.4
1612026-06-19T09:15:26.782Z Downloaded strsim v0.11.1
1622026-06-19T09:15:26.790Z Downloaded stable_deref_trait v1.2.1
1632026-06-19T09:15:26.793Z Downloaded cobs v0.3.0
1642026-06-19T09:15:26.796Z Downloaded byteorder v1.5.0
1652026-06-19T09:15:26.799Z Downloaded managed v0.8.0
1662026-06-19T09:15:26.806Z Downloaded fnv v1.0.7
1672026-06-19T09:15:26.813Z Downloaded defmt v0.3.100
1682026-06-19T09:15:26.816Z Downloaded proc-macro-error2 v2.0.1
1692026-06-19T09:15:26.817Z Downloaded ipnetwork v0.21.1
1702026-06-19T09:15:26.834Z Downloaded thiserror-impl v2.0.18
1712026-06-19T09:15:26.837Z Downloaded defmt-macros v1.1.0
1722026-06-19T09:15:26.844Z Downloaded postcard v1.1.3
1732026-06-19T09:15:26.848Z Downloaded ingot-types v0.1.2
1742026-06-19T09:15:26.856Z Downloaded thiserror v2.0.18
1752026-06-19T09:15:26.859Z Downloaded ingot-macros v0.1.1
1762026-06-19T09:15:26.859Z Downloaded defmt v1.1.0
1772026-06-19T09:15:26.865Z Downloaded darling v0.21.3
1782026-06-19T09:15:26.869Z Downloaded unicode-ident v1.0.24
1792026-06-19T09:15:26.871Z Downloaded serde_core v1.0.228
1802026-06-19T09:15:26.874Z Downloaded serde_derive v1.0.228
1812026-06-19T09:15:27.885Z Downloaded bitflags v2.13.0
1822026-06-19T09:15:27.889Z Downloaded heapless v0.8.0
1832026-06-19T09:15:27.889Z Downloaded darling_core v0.21.3
1842026-06-19T09:15:27.889Z Downloaded serde v1.0.228
1852026-06-19T09:15:27.889Z Downloaded memchr v2.8.2
1862026-06-19T09:15:27.889Z Downloaded zerocopy-derive v0.8.52
1872026-06-19T09:15:27.889Z Downloaded regex v1.12.4
1882026-06-19T09:15:27.889Z Downloaded itertools v0.14.0
1892026-06-19T09:15:27.889Z Downloaded aho-corasick v1.1.4
1902026-06-19T09:15:27.889Z Downloaded zerocopy v0.8.52
1912026-06-19T09:15:27.889Z Downloaded syn v2.0.117
1922026-06-19T09:15:27.889Z Downloaded smoltcp v0.11.0
1932026-06-19T09:15:27.889Z Downloaded regex-syntax v0.8.11
1942026-06-19T09:15:27.889Z Downloaded regex-automata v0.4.14
1952026-06-19T09:15:27.889Z Compiling proc-macro2 v1.0.106
1962026-06-19T09:15:27.889Z Compiling unicode-ident v1.0.24
1972026-06-19T09:15:27.889Z Compiling quote v1.0.45
1982026-06-19T09:15:27.889Z Compiling strsim v0.11.1
1992026-06-19T09:15:27.889Z Compiling fnv v1.0.7
2002026-06-19T09:15:27.889Z Compiling ident_case v1.0.1
2012026-06-19T09:15:27.889Z Compiling memchr v2.8.2
2022026-06-19T09:15:27.889Z Compiling serde_core v1.0.228
2032026-06-19T09:15:27.889Z Compiling regex-syntax v0.8.11
2042026-06-19T09:15:27.889Z Compiling thiserror v2.0.18
2052026-06-19T09:15:27.889Z Compiling serde v1.0.228
2062026-06-19T09:15:27.889Z Compiling zerocopy v0.8.52
2072026-06-19T09:15:27.889Z Compiling aho-corasick v1.1.4
2082026-06-19T09:15:27.889Z Compiling either v1.16.0
2092026-06-19T09:15:27.889Z Compiling itertools v0.14.0
2102026-06-19T09:15:27.889Z Compiling heapless v0.8.0
2112026-06-19T09:15:27.889Z Checking byteorder v1.5.0
2122026-06-19T09:15:27.889Z Checking stable_deref_trait v1.2.1
2132026-06-19T09:15:27.916Z Compiling smoltcp v0.11.0
2142026-06-19T09:15:27.924Z Checking hash32 v0.3.1
2152026-06-19T09:15:28.027Z Checking bitflags v2.13.0
2162026-06-19T09:15:28.179Z Checking macaddr v1.0.1
2172026-06-19T09:15:28.314Z Checking managed v0.8.0
2182026-06-19T09:15:28.349Z Compiling syn v2.0.117
2192026-06-19T09:15:28.401Z Checking cfg-if v1.0.4
2202026-06-19T09:15:28.459Z Checking bitflags v1.3.2
2212026-06-19T09:15:28.489Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-19T09:15:28.518Z Checking ipnetwork v0.21.1
2232026-06-19T09:15:28.689Z Compiling regex-automata v0.4.14
2242026-06-19T09:15:30.141Z Compiling regex v1.12.4
2252026-06-19T09:15:30.517Z Compiling darling_core v0.21.3
2262026-06-19T09:15:30.847Z Compiling serde_derive v1.0.228
2272026-06-19T09:15:30.847Z Compiling zerocopy-derive v0.8.52
2282026-06-19T09:15:30.851Z Compiling thiserror-impl v2.0.18
2292026-06-19T09:15:31.813Z Checking cobs v0.3.0
2302026-06-19T09:15:31.864Z Compiling darling_macro v0.21.3
2312026-06-19T09:15:32.360Z Compiling darling v0.21.3
2322026-06-19T09:15:32.426Z Compiling ingot-macros v0.1.1
2332026-06-19T09:15:33.103Z Checking postcard v1.1.3
2342026-06-19T09:15:34.333Z Checking ingot-types v0.1.2
2352026-06-19T09:15:34.593Z Checking ingot v0.1.1
2362026-06-19T09:15:35.856Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-19T09:15:36.864Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.48s
2382026-06-19T09:15:36.970Z
2392026-06-19T09:15:36.970Zreal 14.630119155
2402026-06-19T09:15:36.970Zuser 30.470285636
2412026-06-19T09:15:36.970Zsys 5.897251211
2422026-06-19T09:15:36.970Ztrap 0.011542143
2432026-06-19T09:15:36.970Ztflt 0.112308385
2442026-06-19T09:15:36.970Zdflt 0.190667716
2452026-06-19T09:15:36.970Zkflt 0.006156839
2462026-06-19T09:15:36.970Zlock 1:52.258850381
2472026-06-19T09:15:36.970Zslp 1:31.196269951
2482026-06-19T09:15:36.970Zlat 0.824827675
2492026-06-19T09:15:36.970Zstop 4.815042656
2502026-06-19T09:15:36.974Z+ header 'analyze no_std'
2512026-06-19T09:15:36.974Z+ echo '# ==== analyze no_std ==== #'
2522026-06-19T09:15:36.974Z# ==== analyze no_std ==== #
2532026-06-19T09:15:36.974Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-06-19T09:15:37.076Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-19T09:15:37.309Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-19T09:15:38.280Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2572026-06-19T09:15:38.304Z
2582026-06-19T09:15:38.304Zreal 1.328664379
2592026-06-19T09:15:38.304Zuser 1.895259552
2602026-06-19T09:15:38.304Zsys 0.268407433
2612026-06-19T09:15:38.304Ztrap 0.000263220
2622026-06-19T09:15:38.304Ztflt 0.000095950
2632026-06-19T09:15:38.308Zdflt 0.000154390
2642026-06-19T09:15:38.308Zkflt 0.000000000
2652026-06-19T09:15:38.308Zlock 4.372961902
2662026-06-19T09:15:38.309Zslp 5.328143919
2672026-06-19T09:15:38.309Zlat 0.002755930
2682026-06-19T09:15:38.309Zstop 0.042453192
2692026-06-19T09:15:38.309Z+ header test
2702026-06-19T09:15:38.309Z+ echo '# ==== test ==== #'
2712026-06-19T09:15:38.309Z+ ptime -m cargo test
2722026-06-19T09:15:38.309Z# ==== test ==== #
2732026-06-19T09:15:38.435Z Compiling serde_core v1.0.228
2742026-06-19T09:15:38.435Z Compiling byteorder v1.5.0
2752026-06-19T09:15:38.438Z Compiling stable_deref_trait v1.2.1
2762026-06-19T09:15:38.438Z Compiling bitflags v2.13.0
2772026-06-19T09:15:38.456Z Compiling zerocopy v0.8.52
2782026-06-19T09:15:38.459Z Compiling thiserror v2.0.18
2792026-06-19T09:15:38.463Z Compiling macaddr v1.0.1
2802026-06-19T09:15:38.466Z Compiling bitflags v1.3.2
2812026-06-19T09:15:38.511Z Compiling cobs v0.3.0
2822026-06-19T09:15:38.514Z Compiling cfg-if v1.0.4
2832026-06-19T09:15:38.546Z Compiling managed v0.8.0
2842026-06-19T09:15:38.564Z Compiling ipnetwork v0.21.1
2852026-06-19T09:15:38.614Z Compiling hash32 v0.3.1
2862026-06-19T09:15:38.692Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-06-19T09:15:38.751Z Compiling heapless v0.8.0
2882026-06-19T09:15:39.092Z Compiling smoltcp v0.11.0
2892026-06-19T09:15:39.958Z Compiling serde v1.0.228
2902026-06-19T09:15:40.361Z Compiling postcard v1.1.3
2912026-06-19T09:15:41.046Z Compiling ingot-types v0.1.2
2922026-06-19T09:15:41.317Z Compiling ingot v0.1.1
2932026-06-19T09:15:42.692Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-19T09:15:44.379Z Finished `test` profile [optimized + debuginfo] target(s) in 6.06s
2952026-06-19T09:15:44.389Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-c2bcaa8451043049)
2962026-06-19T09:15:44.393Z
2972026-06-19T09:15:44.393Zrunning 25 tests
2982026-06-19T09:15:44.393Ztest encap::test::bad_vni ... ok
2992026-06-19T09:15:44.393Ztest dns::tests::test_domain_name ... ok
3002026-06-19T09:15:44.393Ztest encap::test::good_vni ... ok
3012026-06-19T09:15:44.393Ztest encap::test::vni_round_trip ... ok
3022026-06-19T09:15:44.393Ztest ip::test::bad_cidr ... ok
3032026-06-19T09:15:44.393Ztest ip::test::bad_prefix_len ... ok
3042026-06-19T09:15:44.393Ztest ip::test::dhcp_fqdn ... ok
3052026-06-19T09:15:44.393Ztest ip::test::good_cidr ... ok
3062026-06-19T09:15:44.393Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-19T09:15:44.393Ztest ip::test::ipv4_addr_good ... ok
3082026-06-19T09:15:44.393Ztest ip::test::ipv4_mask ... ok
3092026-06-19T09:15:44.394Ztest ip::test::ipv6_is_default ... ok
3102026-06-19T09:15:44.394Ztest ip::test::ipv6_cidr_is_member ... ok
3112026-06-19T09:15:44.394Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-06-19T09:15:44.394Ztest ip::test::test_ipv4_multicast_mac ... ok
3132026-06-19T09:15:44.394Ztest ip::test::test_ip_addr_from_str ... ok
3142026-06-19T09:15:44.394Ztest ip::test::ipv6_mask ... ok
3152026-06-19T09:15:44.394Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3162026-06-19T09:15:44.394Ztest ip::test::test_ipv6_from_const ... ok
3172026-06-19T09:15:44.394Ztest ip::test::ipv6_prefix_len ... ok
3182026-06-19T09:15:44.394Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-06-19T09:15:44.394Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-06-19T09:15:44.394Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-06-19T09:15:44.394Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-06-19T09:15:44.394Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-06-19T09:15:44.394Z
3242026-06-19T09:15:44.394Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-19T09:15:44.394Z
3262026-06-19T09:15:44.394Z Doc-tests opte_api
3272026-06-19T09:15:44.979Z
3282026-06-19T09:15:44.980Zrunning 1 test
3292026-06-19T09:15:44.983Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-19T09:15:44.983Z
3312026-06-19T09:15:44.983Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-19T09:15:44.983Z
3332026-06-19T09:15:44.986Zall doctests ran in 0.44s; merged doctests compilation took 0.43s
3342026-06-19T09:15:45.005Z
3352026-06-19T09:15:45.005Zreal 6.692668346
3362026-06-19T09:15:45.005Zuser 17.302594989
3372026-06-19T09:15:45.009Zsys 2.076086685
3382026-06-19T09:15:45.009Ztrap 0.003834440
3392026-06-19T09:15:45.009Ztflt 0.168712164
3402026-06-19T09:15:45.009Zdflt 0.071359854
3412026-06-19T09:15:45.009Zkflt 0.000000000
3422026-06-19T09:15:45.009Zlock 54.108050141
3432026-06-19T09:15:45.009Zslp 31.720793550
3442026-06-19T09:15:45.009Zlat 0.653502900
3452026-06-19T09:15:45.009Zstop 0.616930658
3462026-06-19T09:15:45.009Zprocess exited: duration 38331 ms, exit code 0
 
3472026-06-19T09:15:45.015Zfound 0 output files