01KX2JSKEX9PT3SBYWHKJXCK10: opte-api

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

Buildomat Job: 01KX2JT02992FZHEJ8VS5NYS35

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T04:40:51.993Zjob assigned to worker 01KX2JT43ZDHFYXRJGFB051RNF [factory aws, i-043448268a641d7ce] (queued for 47 s)
 
22026-07-09T04:40:58.084Zstarting task 0: "setup"
32026-07-09T04:40:58.092Z++ uname -s
42026-07-09T04:40:58.095Z+ kern=SunOS
52026-07-09T04:40:58.095Z+ build_user=build
62026-07-09T04:40:58.095Z+ build_uid=12345
72026-07-09T04:40:58.095Z+ work_dir=/work
82026-07-09T04:40:58.095Z+ input_dir=/input
92026-07-09T04:40:58.095Z+ [[ 0 == 12345 ]]
102026-07-09T04:40:58.095Z+ case "$kern" in
112026-07-09T04:40:58.095Z+ groupadd -g 12345 build
122026-07-09T04:40:58.098Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T04:41:00.105Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T04:41:00.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T04:41:00.232Z+ home_fs=zfs
162026-07-09T04:41:00.232Z+ [[ zfs == autofs ]]
172026-07-09T04:41:00.232Z+ mkdir -p /home/build
182026-07-09T04:41:00.232Z+ chown build:build /home/build /work
192026-07-09T04:41:02.233Z+ chmod 0700 /home/build /work
202026-07-09T04:41:02.237Zprocess exited: duration 4155 ms, exit code 0
 
212026-07-09T04:41:02.243Zstarting task 1: "rust-toolchain"
222026-07-09T04:41:02.247Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-09T04:41:02.247Z * rust toolchain channel = "1.96.1"
242026-07-09T04:41:02.247Z * rust toolchain profile = "default"
252026-07-09T04:41:02.247Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-09T04:41:02.247Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-09T04:41:02.247Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T04:41:02.250Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T04:41:02.250Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-09T04:41:02.331Zinfo: downloading installer
312026-07-09T04:41:03.631Zwarn: It looks like you have an existing rustup settings file at:
322026-07-09T04:41:03.631Zwarn: /home/build/.rustup/settings.toml
332026-07-09T04:41:03.631Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-09T04:41:03.631Zwarn: instead of the one inferred from the default host triple.
352026-07-09T04:41:03.644Zinfo: profile set to default
362026-07-09T04:41:03.644Zinfo: default host triple is x86_64-unknown-illumos
372026-07-09T04:41:03.647Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-09T04:41:03.795Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-09T04:41:03.798Zinfo: downloading 6 components
402026-07-09T04:41:17.809Z
412026-07-09T04:41:17.809Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-09T04:41:17.838Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-09T04:41:17.838Z
442026-07-09T04:41:17.838Z
452026-07-09T04:41:17.838ZRust is installed now. Great!
462026-07-09T04:41:17.838Z
472026-07-09T04:41:17.838ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-09T04:41:17.838Zenvironment variable. This has not been done automatically.
492026-07-09T04:41:17.838Z
502026-07-09T04:41:17.838ZTo configure your current shell, you need to source
512026-07-09T04:41:17.838Zthe corresponding env file under $HOME/.cargo.
522026-07-09T04:41:17.838Z
532026-07-09T04:41:17.838ZThis is usually done by running one of the following (note the leading DOT):
542026-07-09T04:41:17.838Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-09T04:41:17.838Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-09T04:41:17.838Zsource "~/.cargo/env.nu" # For nushell
572026-07-09T04:41:17.838Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-09T04:41:17.838Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-09T04:41:17.838Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-09T04:41:17.841Zwarn: no default linker (`cc`) was found in your PATH
612026-07-09T04:41:17.841Zwarn: many Rust crates require a system C toolchain to build
622026-07-09T04:41:17.933Z+ rustup --version
632026-07-09T04:41:17.942Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-09T04:41:17.944Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-09T04:41:17.964Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-09T04:41:17.967Z+ cargo --version
672026-07-09T04:41:17.979Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-09T04:41:17.982Z+ rustc --version
692026-07-09T04:41:18.001Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-09T04:41:18.004Zprocess exited: duration 15760 ms, exit code 0
 
712026-07-09T04:41:18.010Zstarting task 2: "authentication"
722026-07-09T04:41:18.027Zprocess exited: duration 16 ms, exit code 0
 
732026-07-09T04:41:18.033Zstarting task 3: "clone repository"
742026-07-09T04:41:18.036Z+ mkdir -p /work/oxidecomputer/opte
752026-07-09T04:41:18.039Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-09T04:41:18.068ZCloning into '/work/oxidecomputer/opte'...
772026-07-09T04:41:18.917Z+ cd /work/oxidecomputer/opte
782026-07-09T04:41:18.917Z+ git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8
792026-07-09T04:41:19.175ZFrom https://github.com/oxidecomputer/opte
802026-07-09T04:41:19.175Z * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD
812026-07-09T04:41:19.183Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-07-09T04:41:19.186Z++ git branch --show-current
832026-07-09T04:41:19.186Z+ current=master
842026-07-09T04:41:19.186Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-07-09T04:41:19.186Z+ git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8
862026-07-09T04:41:19.189Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-07-09T04:41:19.206ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-07-09T04:41:19.208Z+ git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8
892026-07-09T04:41:19.211ZHEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54
902026-07-09T04:41:19.211Zprocess exited: duration 1177 ms, exit code 0
 
912026-07-09T04:41:19.217Zstarting task 4: "build"
922026-07-09T04:41:19.221Z+ source .github/buildomat/common.sh
932026-07-09T04:41:19.224Z++ rustup show active-toolchain
942026-07-09T04:41:19.227Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-09T04:41:19.229Z++ pushd xde
962026-07-09T04:41:19.230Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-09T04:41:19.230Z++ rustup show active-toolchain
982026-07-09T04:41:19.232Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-09T04:41:19.374Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-09T04:41:19.377Zinfo: downloading 6 components
1012026-07-09T04:41:35.339Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-09T04:41:35.438Z+++ rustup show active-toolchain -v
1032026-07-09T04:41:35.441Z+++ head -n 1
1042026-07-09T04:41:35.441Z+++ cut '-d ' -f1
1052026-07-09T04:41:35.491Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-09T04:41:35.491Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-09T04:41:35.494Z++ popd
1082026-07-09T04:41:35.494Z/work/oxidecomputer/opte
1092026-07-09T04:41:35.494Z+ cargo --version
1102026-07-09T04:41:35.500Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-09T04:41:35.503Z+ rustc --version
1122026-07-09T04:41:35.523Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-09T04:41:35.526Z+ cd crates/opte-api
1142026-07-09T04:41:35.526Z+ header 'check API_VERSION'
1152026-07-09T04:41:35.526Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-09T04:41:35.526Z# ==== check API_VERSION ==== #
1172026-07-09T04:41:35.526Z+ ./check-api-version.sh
1182026-07-09T04:41:35.533Z+ header 'check style'
1192026-07-09T04:41:35.533Z+ echo '# ==== check style ==== #'
1202026-07-09T04:41:35.533Z# ==== check style ==== #
1212026-07-09T04:41:35.536Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-09T04:41:35.612Z
1232026-07-09T04:41:35.617Zreal 0.075569996
1242026-07-09T04:41:35.618Zuser 0.044812419
1252026-07-09T04:41:35.618Zsys 0.028396230
1262026-07-09T04:41:35.618Ztrap 0.000000280
1272026-07-09T04:41:35.618Ztflt 0.000059620
1282026-07-09T04:41:35.618Zdflt 0.000018210
1292026-07-09T04:41:35.618Zkflt 0.000000000
1302026-07-09T04:41:35.618Zlock 0.030811368
1312026-07-09T04:41:35.618Zslp 0.055920452
1322026-07-09T04:41:35.618Zlat 0.000697410
1332026-07-09T04:41:35.618Zstop 0.000097280
1342026-07-09T04:41:35.618Z+ header 'analyze std'
1352026-07-09T04:41:35.618Z+ echo '# ==== analyze std ==== #'
1362026-07-09T04:41:35.618Z# ==== analyze std ==== #
1372026-07-09T04:41:35.618Z+ ptime -m cargo clippy --all-targets
1382026-07-09T04:41:35.745Z Updating crates.io index
1392026-07-09T04:41:35.749Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-09T04:41:36.425Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-09T04:41:36.680Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-09T04:41:36.997Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-09T04:41:37.240Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-09T04:41:37.474Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-09T04:41:37.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-09T04:41:39.542Z Downloading crates ...
1472026-07-09T04:41:39.583Z Downloaded bitflags v1.3.2
1482026-07-09T04:41:39.586Z Downloaded defmt v0.3.100
1492026-07-09T04:41:39.588Z Downloaded macaddr v1.0.1
1502026-07-09T04:41:39.591Z Downloaded ipnetwork v0.21.1
1512026-07-09T04:41:39.608Z Downloaded zerocopy v0.8.54
1522026-07-09T04:41:39.619Z Downloaded embedded-io v0.4.0
1532026-07-09T04:41:39.622Z Downloaded bitflags v2.13.0
1542026-07-09T04:41:39.622Z Downloaded defmt v1.1.1
1552026-07-09T04:41:39.625Z Downloaded serde_derive v1.0.228
1562026-07-09T04:41:39.628Z Downloaded serde_core v1.0.228
1572026-07-09T04:41:39.628Z Downloaded cfg-if v1.0.4
1582026-07-09T04:41:39.632Z Downloaded defmt-parser v1.0.0
1592026-07-09T04:41:39.634Z Downloaded cobs v0.3.0
1602026-07-09T04:41:39.637Z Downloaded defmt-macros v1.1.1
1612026-07-09T04:41:39.637Z Downloaded darling_core v0.21.3
1622026-07-09T04:41:39.640Z Downloaded byteorder v1.5.0
1632026-07-09T04:41:39.640Z Downloaded embedded-io v0.6.1
1642026-07-09T04:41:39.643Z Downloaded strsim v0.11.1
1652026-07-09T04:41:39.647Z Downloaded ingot-macros v0.1.1
1662026-07-09T04:41:39.650Z Downloaded ident_case v1.0.1
1672026-07-09T04:41:39.650Z Downloaded hash32 v0.3.1
1682026-07-09T04:41:39.650Z Downloaded darling_macro v0.21.3
1692026-07-09T04:41:39.653Z Downloaded managed v0.8.0
1702026-07-09T04:41:39.656Z Downloaded stable_deref_trait v1.2.1
1712026-07-09T04:41:39.659Z Downloaded fnv v1.0.7
1722026-07-09T04:41:39.662Z Downloaded ingot v0.1.1
1732026-07-09T04:41:39.666Z Downloaded thiserror-impl v2.0.18
1742026-07-09T04:41:39.669Z Downloaded either v1.16.0
1752026-07-09T04:41:39.672Z Downloaded postcard v1.1.3
1762026-07-09T04:41:39.683Z Downloaded quote v1.0.46
1772026-07-09T04:41:39.687Z Downloaded zerocopy-derive v0.8.54
1782026-07-09T04:41:39.691Z Downloaded thiserror v2.0.18
1792026-07-09T04:41:39.695Z Downloaded unicode-ident v1.0.24
1802026-07-09T04:41:39.699Z Downloaded ingot-types v0.1.2
1812026-07-09T04:41:39.703Z Downloaded proc-macro2 v1.0.106
1822026-07-09T04:41:39.706Z Downloaded darling v0.21.3
1832026-07-09T04:41:39.710Z Downloaded serde v1.0.228
1842026-07-09T04:41:39.716Z Downloaded memchr v2.8.2
1852026-07-09T04:41:39.722Z Downloaded heapless v0.8.0
1862026-07-09T04:41:39.729Z Downloaded itertools v0.14.0
1872026-07-09T04:41:39.748Z Downloaded aho-corasick v1.1.4
1882026-07-09T04:41:39.751Z Downloaded regex v1.12.4
1892026-07-09T04:41:39.779Z Downloaded syn v2.0.118
1902026-07-09T04:41:39.784Z Downloaded smoltcp v0.11.0
1912026-07-09T04:41:39.791Z Downloaded regex-syntax v0.8.11
1922026-07-09T04:41:39.803Z Downloaded regex-automata v0.4.14
1932026-07-09T04:41:39.838Z Compiling proc-macro2 v1.0.106
1942026-07-09T04:41:39.841Z Compiling unicode-ident v1.0.24
1952026-07-09T04:41:39.841Z Compiling quote v1.0.46
1962026-07-09T04:41:39.841Z Compiling strsim v0.11.1
1972026-07-09T04:41:39.841Z Compiling ident_case v1.0.1
1982026-07-09T04:41:39.841Z Compiling fnv v1.0.7
1992026-07-09T04:41:39.841Z Compiling memchr v2.8.2
2002026-07-09T04:41:39.841Z Compiling serde_core v1.0.228
2012026-07-09T04:41:40.003Z Compiling regex-syntax v0.8.11
2022026-07-09T04:41:40.019Z Compiling either v1.16.0
2032026-07-09T04:41:40.025Z Compiling thiserror v2.0.18
2042026-07-09T04:41:40.196Z Compiling serde v1.0.228
2052026-07-09T04:41:40.209Z Compiling zerocopy v0.8.54
2062026-07-09T04:41:40.304Z Compiling aho-corasick v1.1.4
2072026-07-09T04:41:40.473Z Compiling itertools v0.14.0
2082026-07-09T04:41:40.555Z Checking byteorder v1.5.0
2092026-07-09T04:41:40.562Z Compiling heapless v0.8.0
2102026-07-09T04:41:40.654Z Checking macaddr v1.0.1
2112026-07-09T04:41:40.707Z Checking hash32 v0.3.1
2122026-07-09T04:41:40.788Z Checking stable_deref_trait v1.2.1
2132026-07-09T04:41:40.812Z Checking bitflags v2.13.0
2142026-07-09T04:41:40.850Z Compiling smoltcp v0.11.0
2152026-07-09T04:41:41.138Z Compiling syn v2.0.118
2162026-07-09T04:41:41.194Z Checking bitflags v1.3.2
2172026-07-09T04:41:41.197Z Checking managed v0.8.0
2182026-07-09T04:41:41.253Z Checking cfg-if v1.0.4
2192026-07-09T04:41:41.312Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2202026-07-09T04:41:41.376Z Checking ipnetwork v0.21.1
2212026-07-09T04:41:41.545Z Compiling regex-automata v0.4.14
2222026-07-09T04:41:43.034Z Compiling regex v1.12.4
2232026-07-09T04:41:43.350Z Compiling darling_core v0.21.3
2242026-07-09T04:41:43.673Z Compiling thiserror-impl v2.0.18
2252026-07-09T04:41:43.673Z Compiling serde_derive v1.0.228
2262026-07-09T04:41:43.673Z Compiling zerocopy-derive v0.8.54
2272026-07-09T04:41:44.655Z Checking cobs v0.3.0
2282026-07-09T04:41:44.696Z Compiling darling_macro v0.21.3
2292026-07-09T04:41:45.202Z Compiling darling v0.21.3
2302026-07-09T04:41:45.264Z Compiling ingot-macros v0.1.1
2312026-07-09T04:41:45.932Z Checking postcard v1.1.3
2322026-07-09T04:41:47.208Z Checking ingot-types v0.1.2
2332026-07-09T04:41:47.467Z Checking ingot v0.1.1
2342026-07-09T04:41:48.769Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-09T04:41:49.764Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.10s
2362026-07-09T04:41:49.860Z
2372026-07-09T04:41:49.860Zreal 14.242816992
2382026-07-09T04:41:49.860Zuser 30.769017910
2392026-07-09T04:41:49.860Zsys 6.134085642
2402026-07-09T04:41:49.860Ztrap 0.013899444
2412026-07-09T04:41:49.860Ztflt 0.105601280
2422026-07-09T04:41:49.860Zdflt 0.179334783
2432026-07-09T04:41:49.860Zkflt 0.005185253
2442026-07-09T04:41:49.860Zlock 1:54.088796478
2452026-07-09T04:41:49.860Zslp 1:32.210794821
2462026-07-09T04:41:49.860Zlat 0.887174237
2472026-07-09T04:41:49.860Zstop 4.916260163
2482026-07-09T04:41:49.863Z+ header 'analyze no_std'
2492026-07-09T04:41:49.863Z+ echo '# ==== analyze no_std ==== #'
2502026-07-09T04:41:49.863Z# ==== analyze no_std ==== #
2512026-07-09T04:41:49.863Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-09T04:41:49.962Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-09T04:41:50.189Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-09T04:41:51.184Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.28s
2552026-07-09T04:41:51.206Z
2562026-07-09T04:41:51.206Zreal 1.341363130
2572026-07-09T04:41:51.206Zuser 1.920937717
2582026-07-09T04:41:51.206Zsys 0.262783945
2592026-07-09T04:41:51.206Ztrap 0.000166570
2602026-07-09T04:41:51.206Ztflt 0.000068080
2612026-07-09T04:41:51.210Zdflt 0.000055890
2622026-07-09T04:41:51.210Zkflt 0.000000000
2632026-07-09T04:41:51.210Zlock 4.431129530
2642026-07-09T04:41:51.210Zslp 5.400731291
2652026-07-09T04:41:51.210Zlat 0.002315790
2662026-07-09T04:41:51.210Zstop 0.040221424
2672026-07-09T04:41:51.210Z+ header test
2682026-07-09T04:41:51.210Z+ echo '# ==== test ==== #'
2692026-07-09T04:41:51.210Z# ==== test ==== #
2702026-07-09T04:41:51.210Z+ ptime -m cargo test
2712026-07-09T04:41:51.333Z Compiling serde_core v1.0.228
2722026-07-09T04:41:51.333Z Compiling byteorder v1.5.0
2732026-07-09T04:41:51.336Z Compiling macaddr v1.0.1
2742026-07-09T04:41:51.352Z Compiling stable_deref_trait v1.2.1
2752026-07-09T04:41:51.355Z Compiling thiserror v2.0.18
2762026-07-09T04:41:51.355Z Compiling zerocopy v0.8.54
2772026-07-09T04:41:51.355Z Compiling bitflags v2.13.0
2782026-07-09T04:41:51.362Z Compiling bitflags v1.3.2
2792026-07-09T04:41:51.408Z Compiling cfg-if v1.0.4
2802026-07-09T04:41:51.411Z Compiling cobs v0.3.0
2812026-07-09T04:41:51.442Z Compiling managed v0.8.0
2822026-07-09T04:41:51.460Z Compiling ipnetwork v0.21.1
2832026-07-09T04:41:51.533Z Compiling hash32 v0.3.1
2842026-07-09T04:41:51.600Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-07-09T04:41:51.655Z Compiling heapless v0.8.0
2862026-07-09T04:41:52.009Z Compiling smoltcp v0.11.0
2872026-07-09T04:41:52.893Z Compiling serde v1.0.228
2882026-07-09T04:41:53.322Z Compiling postcard v1.1.3
2892026-07-09T04:41:54.021Z Compiling ingot-types v0.1.2
2902026-07-09T04:41:54.296Z Compiling ingot v0.1.1
2912026-07-09T04:41:55.668Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-09T04:41:57.401Z Finished `test` profile [optimized + debuginfo] target(s) in 6.18s
2932026-07-09T04:41:57.411Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-497c6073c7bb207e)
2942026-07-09T04:41:57.414Z
2952026-07-09T04:41:57.414Zrunning 25 tests
2962026-07-09T04:41:57.414Ztest dns::tests::test_domain_name ... ok
2972026-07-09T04:41:57.414Ztest encap::test::bad_vni ... ok
2982026-07-09T04:41:57.414Ztest encap::test::good_vni ... ok
2992026-07-09T04:41:57.414Ztest ip::test::bad_prefix_len ... ok
3002026-07-09T04:41:57.414Ztest ip::test::bad_cidr ... ok
3012026-07-09T04:41:57.414Ztest encap::test::vni_round_trip ... ok
3022026-07-09T04:41:57.414Ztest ip::test::dhcp_fqdn ... ok
3032026-07-09T04:41:57.414Ztest ip::test::good_cidr ... ok
3042026-07-09T04:41:57.414Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-09T04:41:57.414Ztest ip::test::ipv4_addr_good ... ok
3062026-07-09T04:41:57.414Ztest ip::test::ipv4_mask ... ok
3072026-07-09T04:41:57.414Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-07-09T04:41:57.414Ztest ip::test::ipv6_is_default ... ok
3092026-07-09T04:41:57.414Ztest ip::test::ipv6_mask ... ok
3102026-07-09T04:41:57.414Ztest ip::test::ipv6_prefix_len ... ok
3112026-07-09T04:41:57.414Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3122026-07-09T04:41:57.414Ztest ip::test::test_ip_addr_from_str ... ok
3132026-07-09T04:41:57.414Ztest ip::test::test_ipv4_multicast_mac ... ok
3142026-07-09T04:41:57.415Ztest ip::test::test_ipv6_is_multicast ... ok
3152026-07-09T04:41:57.415Ztest ip::test::test_ip_cidr_from_str ... ok
3162026-07-09T04:41:57.415Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3172026-07-09T04:41:57.415Ztest ip::test::test_ipv6_from_const ... ok
3182026-07-09T04:41:57.415Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-07-09T04:41:57.415Ztest ip::test::test_ipv6_from_eui64 ... ok
3202026-07-09T04:41:57.415Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-09T04:41:57.415Z
3222026-07-09T04:41:57.415Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-09T04:41:57.415Z
3242026-07-09T04:41:57.418Z Doc-tests opte_api
3252026-07-09T04:41:58.019Z
3262026-07-09T04:41:58.019Zrunning 1 test
3272026-07-09T04:41:58.022Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-09T04:41:58.022Z
3292026-07-09T04:41:58.022Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-09T04:41:58.022Z
3312026-07-09T04:41:58.025Zall doctests ran in 0.45s; merged doctests compilation took 0.45s
3322026-07-09T04:41:58.043Z
3332026-07-09T04:41:58.046Zreal 6.828023601
3342026-07-09T04:41:58.046Zuser 17.489642139
3352026-07-09T04:41:58.046Zsys 2.077784684
3362026-07-09T04:41:58.046Ztrap 0.006794120
3372026-07-09T04:41:58.046Ztflt 0.103003284
3382026-07-09T04:41:58.046Zdflt 0.132112241
3392026-07-09T04:41:58.046Zkflt 0.000004510
3402026-07-09T04:41:58.046Zlock 54.706064902
3412026-07-09T04:41:58.046Zslp 32.396341115
3422026-07-09T04:41:58.046Zlat 0.845181718
3432026-07-09T04:41:58.046Zstop 0.622486325
3442026-07-09T04:41:58.046Zprocess exited: duration 38826 ms, exit code 0
 
3452026-07-09T04:41:58.052Zfound 0 output files