01KXZGY6CMGNC0E604A6V11EXP: opte-api

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

Buildomat Job: 01KXZGYM9724SF7SYAGF4Q37XF

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:26:25.034Zjob assigned to worker 01KXZGYT524VN4XRDKGWZ9YNR6 [factory aws, i-09cc23570f87c26b0] (queued for 46 s)
 
22026-07-20T10:26:31.467Zstarting task 0: "setup"
32026-07-20T10:26:31.472Z++ uname -s
42026-07-20T10:26:31.475Z+ kern=SunOS
52026-07-20T10:26:31.475Z+ build_user=build
62026-07-20T10:26:31.475Z+ build_uid=12345
72026-07-20T10:26:31.475Z+ work_dir=/work
82026-07-20T10:26:31.475Z+ input_dir=/input
92026-07-20T10:26:31.475Z+ [[ 0 == 12345 ]]
102026-07-20T10:26:31.475Z+ case "$kern" in
112026-07-20T10:26:31.475Z+ groupadd -g 12345 build
122026-07-20T10:26:31.479Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:26:33.481Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:26:33.552Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:26:33.555Z+ home_fs=zfs
162026-07-20T10:26:33.555Z+ [[ zfs == autofs ]]
172026-07-20T10:26:33.555Z+ mkdir -p /home/build
182026-07-20T10:26:33.555Z+ chown build:build /home/build /work
192026-07-20T10:26:35.556Z+ chmod 0700 /home/build /work
202026-07-20T10:26:35.559Zprocess exited: duration 4092 ms, exit code 0
 
212026-07-20T10:26:35.565Zstarting task 1: "rust-toolchain"
222026-07-20T10:26:35.568Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-20T10:26:35.569Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:26:35.569Z * rust toolchain channel = "1.97.1"
252026-07-20T10:26:35.569Z * rust toolchain profile = "default"
262026-07-20T10:26:35.569Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:26:35.569Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:26:35.572Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:26:35.572Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-20T10:26:35.674Zinfo: downloading installer
312026-07-20T10:26:37.127Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:26:37.127Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:26:37.127Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:26:37.127Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:26:37.139Zinfo: profile set to default
362026-07-20T10:26:37.139Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:26:37.143Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-20T10:26:37.284Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-20T10:26:37.287Zinfo: downloading 6 components
402026-07-20T10:26:52.755Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-20T10:26:52.755Z
422026-07-20T10:26:52.782Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-20T10:26:52.782Z
442026-07-20T10:26:52.786Z
452026-07-20T10:26:52.786ZRust is installed now. Great!
462026-07-20T10:26:52.786Z
472026-07-20T10:26:52.786ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:26:52.786Zenvironment variable. This has not been done automatically.
492026-07-20T10:26:52.786Z
502026-07-20T10:26:52.786ZTo configure your current shell, you need to source
512026-07-20T10:26:52.786Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:26:52.786Z
532026-07-20T10:26:52.786ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:26:52.786Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:26:52.786Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:26:52.786Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:26:52.786Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:26:52.786Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:26:52.786Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:26:52.786Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:26:52.786Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:26:52.868Z+ rustup --version
632026-07-20T10:26:52.878Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:26:52.881Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:26:52.898Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-20T10:26:52.901Z+ cargo --version
672026-07-20T10:26:52.915Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-20T10:26:52.918Z+ rustc --version
692026-07-20T10:26:52.936Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-20T10:26:52.940Zprocess exited: duration 17374 ms, exit code 0
 
712026-07-20T10:26:52.947Zstarting task 2: "authentication"
722026-07-20T10:26:52.963Zprocess exited: duration 15 ms, exit code 0
 
732026-07-20T10:26:52.972Zstarting task 3: "clone repository"
742026-07-20T10:26:52.975Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:26:52.978Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:26:53.007ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:26:53.872Z+ cd /work/oxidecomputer/opte
782026-07-20T10:26:53.872Z+ git fetch origin f04c4146ba7ad7a4df970fd938a817569f0d2d47
792026-07-20T10:26:54.124ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:26:54.124Z * branch f04c4146ba7ad7a4df970fd938a817569f0d2d47 -> FETCH_HEAD
812026-07-20T10:26:54.129Z+ [[ -n renovate/rust-1.x ]]
822026-07-20T10:26:54.132Z++ git branch --show-current
832026-07-20T10:26:54.132Z+ current=master
842026-07-20T10:26:54.132Z+ [[ master != renovate/rust-1.x ]]
852026-07-20T10:26:54.132Z+ git branch -f renovate/rust-1.x f04c4146ba7ad7a4df970fd938a817569f0d2d47
862026-07-20T10:26:54.135Z+ git checkout -f renovate/rust-1.x
872026-07-20T10:26:54.151ZSwitched to branch 'renovate/rust-1.x'
882026-07-20T10:26:54.154Z+ git reset --hard f04c4146ba7ad7a4df970fd938a817569f0d2d47
892026-07-20T10:26:54.158ZHEAD is now at f04c414 One (1) clippy fix
902026-07-20T10:26:54.158Zprocess exited: duration 1184 ms, exit code 0
 
912026-07-20T10:26:54.164Zstarting task 4: "build"
922026-07-20T10:26:54.168Z+ source .github/buildomat/common.sh
932026-07-20T10:26:54.171Z++ rustup show active-toolchain
942026-07-20T10:26:54.174Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:26:54.174Z++ pushd xde
962026-07-20T10:26:54.174Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:26:54.174Z++ rustup show active-toolchain
982026-07-20T10:26:54.178Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-20T10:26:54.324Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-20T10:26:54.327Zinfo: downloading 6 components
1012026-07-20T10:27:09.105Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:27:09.199Z+++ rustup show active-toolchain -v
1032026-07-20T10:27:09.202Z+++ head -n 1
1042026-07-20T10:27:09.202Z+++ cut '-d ' -f1
1052026-07-20T10:27:09.253Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-20T10:27:09.253Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-20T10:27:09.253Z++ popd
1082026-07-20T10:27:09.257Z/work/oxidecomputer/opte
1092026-07-20T10:27:09.257Z+ cargo --version
1102026-07-20T10:27:09.262Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-20T10:27:09.266Z+ rustc --version
1122026-07-20T10:27:09.285Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-20T10:27:09.288Z+ cd crates/opte-api
1142026-07-20T10:27:09.288Z+ header 'check API_VERSION'
1152026-07-20T10:27:09.288Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-20T10:27:09.288Z+ ./check-api-version.sh
1172026-07-20T10:27:09.289Z# ==== check API_VERSION ==== #
1182026-07-20T10:27:09.295Z+ header 'check style'
1192026-07-20T10:27:09.295Z+ echo '# ==== check style ==== #'
1202026-07-20T10:27:09.295Z# ==== check style ==== #
1212026-07-20T10:27:09.295Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-07-20T10:27:09.375Z
1232026-07-20T10:27:09.375Zreal 0.076982257
1242026-07-20T10:27:09.375Zuser 0.044687990
1252026-07-20T10:27:09.375Zsys 0.028626290
1262026-07-20T10:27:09.375Ztrap 0.000001410
1272026-07-20T10:27:09.376Ztflt 0.000030460
1282026-07-20T10:27:09.376Zdflt 0.000012910
1292026-07-20T10:27:09.376Zkflt 0.000000000
1302026-07-20T10:27:09.376Zlock 0.031197268
1312026-07-20T10:27:09.376Zslp 0.057559614
1322026-07-20T10:27:09.376Zlat 0.000749770
1332026-07-20T10:27:09.376Zstop 0.000086370
1342026-07-20T10:27:09.380Z+ header 'analyze std'
1352026-07-20T10:27:09.380Z+ echo '# ==== analyze std ==== #'
1362026-07-20T10:27:09.380Z+ ptime -m cargo clippy --all-targets
1372026-07-20T10:27:09.380Z# ==== analyze std ==== #
1382026-07-20T10:27:09.501Z Updating crates.io index
1392026-07-20T10:27:09.505Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-20T10:27:10.132Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-20T10:27:10.361Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-20T10:27:10.690Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-20T10:27:10.908Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-20T10:27:11.123Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-20T10:27:11.385Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-20T10:27:13.198Z Downloading crates ...
1472026-07-20T10:27:13.237Z Downloaded hash32 v0.3.1
1482026-07-20T10:27:13.240Z Downloaded fnv v1.0.7
1492026-07-20T10:27:13.244Z Downloaded thiserror-impl v2.0.18
1502026-07-20T10:27:13.247Z Downloaded bitflags v2.13.0
1512026-07-20T10:27:13.249Z Downloaded embedded-io v0.4.0
1522026-07-20T10:27:13.252Z Downloaded managed v0.8.0
1532026-07-20T10:27:13.255Z Downloaded darling_macro v0.21.3
1542026-07-20T10:27:13.258Z Downloaded stable_deref_trait v1.2.1
1552026-07-20T10:27:13.258Z Downloaded defmt-parser v1.0.0
1562026-07-20T10:27:13.258Z Downloaded embedded-io v0.6.1
1572026-07-20T10:27:13.261Z Downloaded cobs v0.3.0
1582026-07-20T10:27:13.264Z Downloaded cfg-if v1.0.4
1592026-07-20T10:27:13.267Z Downloaded ident_case v1.0.1
1602026-07-20T10:27:13.267Z Downloaded macaddr v1.0.1
1612026-07-20T10:27:13.271Z Downloaded strsim v0.11.1
1622026-07-20T10:27:13.274Z Downloaded defmt v0.3.100
1632026-07-20T10:27:13.286Z Downloaded bitflags v1.3.2
1642026-07-20T10:27:13.289Z Downloaded ingot-types v0.1.2
1652026-07-20T10:27:13.289Z Downloaded either v1.16.0
1662026-07-20T10:27:13.293Z Downloaded defmt-macros v1.1.1
1672026-07-20T10:27:13.300Z Downloaded byteorder v1.5.0
1682026-07-20T10:27:13.306Z Downloaded ipnetwork v0.21.1
1692026-07-20T10:27:13.309Z Downloaded thiserror v2.0.18
1702026-07-20T10:27:13.312Z Downloaded ingot v0.1.1
1712026-07-20T10:27:13.319Z Downloaded defmt v1.1.1
1722026-07-20T10:27:13.322Z Downloaded postcard v1.1.3
1732026-07-20T10:27:13.331Z Downloaded darling v0.21.3
1742026-07-20T10:27:13.334Z Downloaded quote v1.0.46
1752026-07-20T10:27:13.337Z Downloaded ingot-macros v0.1.1
1762026-07-20T10:27:13.337Z Downloaded serde_core v1.0.228
1772026-07-20T10:27:13.340Z Downloaded unicode-ident v1.0.24
1782026-07-20T10:27:13.343Z Downloaded serde_derive v1.0.228
1792026-07-20T10:27:13.348Z Downloaded heapless v0.8.0
1802026-07-20T10:27:13.353Z Downloaded proc-macro2 v1.0.106
1812026-07-20T10:27:13.356Z Downloaded serde v1.0.228
1822026-07-20T10:27:13.361Z Downloaded zerocopy-derive v0.8.52
1832026-07-20T10:27:13.366Z Downloaded darling_core v0.21.3
1842026-07-20T10:27:13.371Z Downloaded memchr v2.8.2
1852026-07-20T10:27:13.399Z Downloaded itertools v0.14.0
1862026-07-20T10:27:13.402Z Downloaded regex v1.12.4
1872026-07-20T10:27:13.405Z Downloaded aho-corasick v1.1.4
1882026-07-20T10:27:13.443Z Downloaded zerocopy v0.8.52
1892026-07-20T10:27:13.453Z Downloaded syn v2.0.118
1902026-07-20T10:27:13.458Z Downloaded smoltcp v0.11.0
1912026-07-20T10:27:13.464Z Downloaded regex-syntax v0.8.11
1922026-07-20T10:27:13.472Z Downloaded regex-automata v0.4.14
1932026-07-20T10:27:13.508Z Compiling proc-macro2 v1.0.106
1942026-07-20T10:27:13.508Z Compiling quote v1.0.46
1952026-07-20T10:27:13.508Z Compiling unicode-ident v1.0.24
1962026-07-20T10:27:13.511Z Compiling memchr v2.8.2
1972026-07-20T10:27:13.511Z Compiling fnv v1.0.7
1982026-07-20T10:27:13.511Z Compiling ident_case v1.0.1
1992026-07-20T10:27:13.511Z Compiling strsim v0.11.1
2002026-07-20T10:27:13.511Z Compiling regex-syntax v0.8.11
2012026-07-20T10:27:13.675Z Compiling serde_core v1.0.228
2022026-07-20T10:27:13.693Z Compiling either v1.16.0
2032026-07-20T10:27:13.699Z Compiling thiserror v2.0.18
2042026-07-20T10:27:13.863Z Compiling zerocopy v0.8.52
2052026-07-20T10:27:13.893Z Compiling serde v1.0.228
2062026-07-20T10:27:13.951Z Compiling itertools v0.14.0
2072026-07-20T10:27:13.979Z Compiling aho-corasick v1.1.4
2082026-07-20T10:27:14.219Z Checking byteorder v1.5.0
2092026-07-20T10:27:14.256Z Compiling heapless v0.8.0
2102026-07-20T10:27:14.322Z Compiling smoltcp v0.11.0
2112026-07-20T10:27:14.367Z Checking hash32 v0.3.1
2122026-07-20T10:27:14.471Z Checking macaddr v1.0.1
2132026-07-20T10:27:14.631Z Checking bitflags v2.13.0
2142026-07-20T10:27:14.692Z Checking stable_deref_trait v1.2.1
2152026-07-20T10:27:14.769Z Compiling syn v2.0.118
2162026-07-20T10:27:14.775Z Checking managed v0.8.0
2172026-07-20T10:27:14.843Z Checking bitflags v1.3.2
2182026-07-20T10:27:14.902Z Checking cfg-if v1.0.4
2192026-07-20T10:27:14.946Z Compiling regex-automata v0.4.14
2202026-07-20T10:27:14.957Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2212026-07-20T10:27:15.149Z Checking ipnetwork v0.21.1
2222026-07-20T10:27:16.471Z Compiling regex v1.12.4
2232026-07-20T10:27:16.956Z Compiling darling_core v0.21.3
2242026-07-20T10:27:17.282Z Compiling zerocopy-derive v0.8.52
2252026-07-20T10:27:17.282Z Compiling thiserror-impl v2.0.18
2262026-07-20T10:27:17.285Z Compiling serde_derive v1.0.228
2272026-07-20T10:27:18.248Z Checking cobs v0.3.0
2282026-07-20T10:27:18.285Z Compiling darling_macro v0.21.3
2292026-07-20T10:27:18.792Z Compiling darling v0.21.3
2302026-07-20T10:27:18.854Z Compiling ingot-macros v0.1.1
2312026-07-20T10:27:19.488Z Checking postcard v1.1.3
2322026-07-20T10:27:20.785Z Checking ingot-types v0.1.2
2332026-07-20T10:27:21.047Z Checking ingot v0.1.1
2342026-07-20T10:27:22.304Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-20T10:27:23.277Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.85s
2362026-07-20T10:27:23.373Z
2372026-07-20T10:27:23.373Zreal 13.992242055
2382026-07-20T10:27:23.373Zuser 30.371152362
2392026-07-20T10:27:23.373Zsys 5.894695911
2402026-07-20T10:27:23.373Ztrap 0.012269706
2412026-07-20T10:27:23.373Ztflt 0.060289899
2422026-07-20T10:27:23.373Zdflt 0.203038658
2432026-07-20T10:27:23.373Zkflt 0.003543974
2442026-07-20T10:27:23.373Zlock 2:09.286756100
2452026-07-20T10:27:23.373Zslp 1:30.019417042
2462026-07-20T10:27:23.376Zlat 1.188070685
2472026-07-20T10:27:23.376Zstop 5.984546033
2482026-07-20T10:27:23.376Z+ header 'analyze no_std'
2492026-07-20T10:27:23.376Z+ echo '# ==== analyze no_std ==== #'
2502026-07-20T10:27:23.376Z# ==== analyze no_std ==== #
2512026-07-20T10:27:23.377Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-20T10:27:23.473Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-20T10:27:23.698Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-20T10:27:24.666Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.25s
2552026-07-20T10:27:24.687Z
2562026-07-20T10:27:24.691Zreal 1.309462414
2572026-07-20T10:27:24.691Zuser 1.868234724
2582026-07-20T10:27:24.691Zsys 0.260974231
2592026-07-20T10:27:24.691Ztrap 0.000176670
2602026-07-20T10:27:24.691Ztflt 0.000073970
2612026-07-20T10:27:24.691Zdflt 0.000092390
2622026-07-20T10:27:24.691Zkflt 0.000000000
2632026-07-20T10:27:24.691Zlock 5.523739412
2642026-07-20T10:27:24.691Zslp 5.261420890
2652026-07-20T10:27:24.691Zlat 0.002417490
2662026-07-20T10:27:24.691Zstop 0.058583484
2672026-07-20T10:27:24.691Z+ header test
2682026-07-20T10:27:24.691Z+ echo '# ==== test ==== #'
2692026-07-20T10:27:24.691Z+ ptime -m cargo test
2702026-07-20T10:27:24.691Z# ==== test ==== #
2712026-07-20T10:27:24.814Z Compiling serde_core v1.0.228
2722026-07-20T10:27:24.817Z Compiling byteorder v1.5.0
2732026-07-20T10:27:24.817Z Compiling bitflags v2.13.0
2742026-07-20T10:27:24.818Z Compiling stable_deref_trait v1.2.1
2752026-07-20T10:27:24.836Z Compiling zerocopy v0.8.52
2762026-07-20T10:27:24.839Z Compiling thiserror v2.0.18
2772026-07-20T10:27:24.839Z Compiling macaddr v1.0.1
2782026-07-20T10:27:24.842Z Compiling bitflags v1.3.2
2792026-07-20T10:27:24.889Z Compiling cobs v0.3.0
2802026-07-20T10:27:24.892Z Compiling managed v0.8.0
2812026-07-20T10:27:24.924Z Compiling cfg-if v1.0.4
2822026-07-20T10:27:24.980Z Compiling hash32 v0.3.1
2832026-07-20T10:27:24.993Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2842026-07-20T10:27:25.073Z Compiling heapless v0.8.0
2852026-07-20T10:27:25.098Z Compiling ipnetwork v0.21.1
2862026-07-20T10:27:25.442Z Compiling smoltcp v0.11.0
2872026-07-20T10:27:26.355Z Compiling serde v1.0.228
2882026-07-20T10:27:26.816Z Compiling postcard v1.1.3
2892026-07-20T10:27:27.474Z Compiling ingot-types v0.1.2
2902026-07-20T10:27:27.747Z Compiling ingot v0.1.1
2912026-07-20T10:27:29.120Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-20T10:27:30.989Z Finished `test` profile [optimized + debuginfo] target(s) in 6.29s
2932026-07-20T10:27:30.998Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-b2ff7fa4e724512b)
2942026-07-20T10:27:31.002Z
2952026-07-20T10:27:31.003Zrunning 25 tests
2962026-07-20T10:27:31.003Ztest encap::test::good_vni ... ok
2972026-07-20T10:27:31.003Ztest dns::tests::test_domain_name ... ok
2982026-07-20T10:27:31.003Ztest encap::test::vni_round_trip ... ok
2992026-07-20T10:27:31.003Ztest ip::test::bad_cidr ... ok
3002026-07-20T10:27:31.003Ztest encap::test::bad_vni ... ok
3012026-07-20T10:27:31.003Ztest ip::test::bad_prefix_len ... ok
3022026-07-20T10:27:31.004Ztest ip::test::good_cidr ... ok
3032026-07-20T10:27:31.004Ztest ip::test::dhcp_fqdn ... ok
3042026-07-20T10:27:31.004Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-20T10:27:31.004Ztest ip::test::ipv4_addr_good ... ok
3062026-07-20T10:27:31.004Ztest ip::test::ipv4_mask ... ok
3072026-07-20T10:27:31.004Ztest ip::test::ipv6_is_default ... ok
3082026-07-20T10:27:31.004Ztest ip::test::ipv6_cidr_is_member ... ok
3092026-07-20T10:27:31.004Ztest ip::test::ipv6_mask ... ok
3102026-07-20T10:27:31.004Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-20T10:27:31.004Ztest ip::test::ipv6_prefix_len ... ok
3122026-07-20T10:27:31.004Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-07-20T10:27:31.004Ztest ip::test::test_ipv4_multicast_mac ... ok
3142026-07-20T10:27:31.004Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-07-20T10:27:31.004Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-07-20T10:27:31.004Ztest ip::test::test_ipv6_from_const ... ok
3172026-07-20T10:27:31.004Ztest ip::test::test_ipv6_is_multicast ... ok
3182026-07-20T10:27:31.004Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-07-20T10:27:31.004Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3202026-07-20T10:27:31.004Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-20T10:27:31.004Z
3222026-07-20T10:27:31.004Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-20T10:27:31.004Z
3242026-07-20T10:27:31.004Z Doc-tests opte_api
3252026-07-20T10:27:31.586Z
3262026-07-20T10:27:31.586Zrunning 1 test
3272026-07-20T10:27:31.589Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-20T10:27:31.589Z
3292026-07-20T10:27:31.589Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-20T10:27:31.589Z
3312026-07-20T10:27:31.592Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3322026-07-20T10:27:31.610Z
3332026-07-20T10:27:31.614Zreal 6.913134788
3342026-07-20T10:27:31.614Zuser 17.246852625
3352026-07-20T10:27:31.614Zsys 2.070823744
3362026-07-20T10:27:31.614Ztrap 0.005424770
3372026-07-20T10:27:31.614Ztflt 0.221094753
3382026-07-20T10:27:31.614Zdflt 0.189123152
3392026-07-20T10:27:31.614Zkflt 0.000001760
3402026-07-20T10:27:31.614Zlock 1:03.074310028
3412026-07-20T10:27:31.614Zslp 32.817030900
3422026-07-20T10:27:31.614Zlat 0.463877642
3432026-07-20T10:27:31.614Zstop 0.658142266
3442026-07-20T10:27:31.614Zprocess exited: duration 37445 ms, exit code 0
 
3452026-07-20T10:27:31.621Zfound 0 output files