01KYB2RP70J15WW3GPGDWDHNMA: opte-api

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

Buildomat Job: 01KYB2S313STW9JQ4T4VMD4908

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T22:09:36.644Zjob assigned to worker 01KYB2S7A9PWF4J2700NAKBRXR [factory aws, i-0b27b38a2cd6fdfb9] (queued for 46 s)
 
22026-07-24T22:09:46.574Zstarting task 0: "setup"
32026-07-24T22:09:46.612Z++ uname -s
42026-07-24T22:09:46.612Z+ kern=SunOS
52026-07-24T22:09:46.612Z+ build_user=build
62026-07-24T22:09:46.612Z+ build_uid=12345
72026-07-24T22:09:46.612Z+ work_dir=/work
82026-07-24T22:09:46.612Z+ input_dir=/input
92026-07-24T22:09:46.612Z+ [[ 0 == 12345 ]]
102026-07-24T22:09:46.612Z+ case "$kern" in
112026-07-24T22:09:46.612Z+ groupadd -g 12345 build
122026-07-24T22:09:46.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T22:09:48.571Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T22:09:48.628Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T22:09:48.633Z+ home_fs=zfs
162026-07-24T22:09:48.633Z+ [[ zfs == autofs ]]
172026-07-24T22:09:48.633Z+ mkdir -p /home/build
182026-07-24T22:09:48.633Z+ chown build:build /home/build /work
192026-07-24T22:09:50.632Z+ chmod 0700 /home/build /work
202026-07-24T22:09:50.635Zprocess exited: duration 4076 ms, exit code 0
 
212026-07-24T22:09:50.641Zstarting task 1: "rust-toolchain"
222026-07-24T22:09:50.644Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T22:09:50.644Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-24T22:09:50.644Z * rust toolchain channel = "1.97.1"
252026-07-24T22:09:50.644Z * rust toolchain profile = "default"
262026-07-24T22:09:50.644Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T22:09:50.647Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T22:09:50.647Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T22:09:50.647Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T22:09:50.738Zinfo: downloading installer
312026-07-24T22:09:52.121Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T22:09:52.121Zwarn: /home/build/.rustup/settings.toml
332026-07-24T22:09:52.121Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T22:09:52.124Zwarn: instead of the one inferred from the default host triple.
352026-07-24T22:09:52.135Zinfo: profile set to default
362026-07-24T22:09:52.135Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T22:09:52.137Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T22:09:52.271Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T22:09:52.274Zinfo: downloading 6 components
402026-07-24T22:10:07.782Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T22:10:07.782Z
422026-07-24T22:10:07.810Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T22:10:07.811Z
442026-07-24T22:10:07.811Z
452026-07-24T22:10:07.811ZRust is installed now. Great!
462026-07-24T22:10:07.811Z
472026-07-24T22:10:07.811ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T22:10:07.811Zenvironment variable. This has not been done automatically.
492026-07-24T22:10:07.811Z
502026-07-24T22:10:07.811ZTo configure your current shell, you need to source
512026-07-24T22:10:07.811Zthe corresponding env file under $HOME/.cargo.
522026-07-24T22:10:07.811Z
532026-07-24T22:10:07.811ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T22:10:07.814Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T22:10:07.814Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T22:10:07.814Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T22:10:07.814Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T22:10:07.814Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T22:10:07.814Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T22:10:07.814Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T22:10:07.814Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T22:10:07.909Z+ rustup --version
632026-07-24T22:10:07.917Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T22:10:07.920Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T22:10:07.938Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T22:10:07.941Z+ cargo --version
672026-07-24T22:10:07.955Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T22:10:07.958Z+ rustc --version
692026-07-24T22:10:07.977Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T22:10:07.979Zprocess exited: duration 17338 ms, exit code 0
 
712026-07-24T22:10:07.985Zstarting task 2: "authentication"
722026-07-24T22:10:08.002Zprocess exited: duration 16 ms, exit code 0
 
732026-07-24T22:10:08.008Zstarting task 3: "clone repository"
742026-07-24T22:10:08.011Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T22:10:08.014Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T22:10:08.043ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T22:10:08.999Z+ cd /work/oxidecomputer/opte
782026-07-24T22:10:08.999Z+ git fetch origin 62c6d27460a63db80e78c78f3115f8b21ff3cf21
792026-07-24T22:10:09.220ZFrom https://github.com/oxidecomputer/opte
802026-07-24T22:10:09.220Z * branch 62c6d27460a63db80e78c78f3115f8b21ff3cf21 -> FETCH_HEAD
812026-07-24T22:10:09.226Z+ [[ -n icmp-ptb ]]
822026-07-24T22:10:09.229Z++ git branch --show-current
832026-07-24T22:10:09.229Z+ current=master
842026-07-24T22:10:09.229Z+ [[ master != icmp-ptb ]]
852026-07-24T22:10:09.229Z+ git branch -f icmp-ptb 62c6d27460a63db80e78c78f3115f8b21ff3cf21
862026-07-24T22:10:09.232Z+ git checkout -f icmp-ptb
872026-07-24T22:10:09.247ZSwitched to branch 'icmp-ptb'
882026-07-24T22:10:09.250Z+ git reset --hard 62c6d27460a63db80e78c78f3115f8b21ff3cf21
892026-07-24T22:10:09.264ZHEAD is now at 62c6d27 Merge branch 'master' into icmp-ptb
902026-07-24T22:10:09.267Zprocess exited: duration 1256 ms, exit code 0
 
912026-07-24T22:10:09.273Zstarting task 4: "build"
922026-07-24T22:10:09.276Z+ source .github/buildomat/common.sh
932026-07-24T22:10:09.278Z++ rustup show active-toolchain
942026-07-24T22:10:09.281Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-24T22:10:09.284Z++ pushd xde
962026-07-24T22:10:09.284Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-24T22:10:09.284Z++ rustup show active-toolchain
982026-07-24T22:10:09.287Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-24T22:10:09.435Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-24T22:10:09.438Zinfo: downloading 6 components
1012026-07-24T22:10:24.477Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-24T22:10:24.568Z+++ rustup show active-toolchain -v
1032026-07-24T22:10:24.571Z+++ head -n 1
1042026-07-24T22:10:24.572Z+++ cut '-d ' -f1
1052026-07-24T22:10:24.621Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-24T22:10:24.621Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-24T22:10:24.621Z++ popd
1082026-07-24T22:10:24.624Z/work/oxidecomputer/opte
1092026-07-24T22:10:24.624Z+ cargo --version
1102026-07-24T22:10:24.630Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-24T22:10:24.633Z+ rustc --version
1122026-07-24T22:10:24.652Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-24T22:10:24.655Z+ cd crates/opte-api
1142026-07-24T22:10:24.655Z+ header 'check API_VERSION'
1152026-07-24T22:10:24.655Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-24T22:10:24.655Z+ ./check-api-version.sh
1172026-07-24T22:10:24.655Z# ==== check API_VERSION ==== #
1182026-07-24T22:10:24.670Z+ header 'check style'
1192026-07-24T22:10:24.670Z+ echo '# ==== check style ==== #'
1202026-07-24T22:10:24.670Z# ==== check style ==== #
1212026-07-24T22:10:24.670Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1222026-07-24T22:10:24.747Z
1232026-07-24T22:10:24.747Zreal 0.075155647
1242026-07-24T22:10:24.747Zuser 0.044290975
1252026-07-24T22:10:24.747Zsys 0.028137228
1262026-07-24T22:10:24.747Ztrap 0.000000280
1272026-07-24T22:10:24.747Ztflt 0.000010010
1282026-07-24T22:10:24.747Zdflt 0.000007610
1292026-07-24T22:10:24.748Zkflt 0.000000000
1302026-07-24T22:10:24.748Zlock 0.030690090
1312026-07-24T22:10:24.748Zslp 0.055654678
1322026-07-24T22:10:24.748Zlat 0.000727510
1332026-07-24T22:10:24.748Zstop 0.000087410
1342026-07-24T22:10:24.751Z+ header 'analyze std'
1352026-07-24T22:10:24.751Z+ echo '# ==== analyze std ==== #'
1362026-07-24T22:10:24.751Z+ ptime -m cargo clippy --all-targets
1372026-07-24T22:10:24.751Z# ==== analyze std ==== #
1382026-07-24T22:10:24.871Z Updating crates.io index
1392026-07-24T22:10:24.874Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-24T22:10:25.509Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-24T22:10:25.898Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-24T22:10:26.237Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-24T22:10:26.471Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-24T22:10:26.716Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-24T22:10:26.935Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-24T22:10:28.789Z Downloading crates ...
1472026-07-24T22:10:28.840Z Downloaded darling_macro v0.23.0
1482026-07-24T22:10:28.844Z Downloaded embedded-io v0.4.0
1492026-07-24T22:10:28.844Z Downloaded aho-corasick v1.1.4
1502026-07-24T22:10:28.848Z Downloaded embedded-io v0.6.1
1512026-07-24T22:10:28.857Z Downloaded cfg-if v1.0.4
1522026-07-24T22:10:28.865Z Downloaded defmt-parser v1.0.0
1532026-07-24T22:10:28.868Z Downloaded ident_case v1.0.1
1542026-07-24T22:10:28.868Z Downloaded macaddr v1.0.1
1552026-07-24T22:10:28.868Z Downloaded managed v0.8.0
1562026-07-24T22:10:28.873Z Downloaded strsim v0.11.1
1572026-07-24T22:10:28.875Z Downloaded cobs v0.3.0
1582026-07-24T22:10:28.878Z Downloaded byteorder v1.5.0
1592026-07-24T22:10:28.881Z Downloaded hash32 v0.3.1
1602026-07-24T22:10:28.884Z Downloaded defmt v0.3.100
1612026-07-24T22:10:28.888Z Downloaded stable_deref_trait v1.2.1
1622026-07-24T22:10:28.903Z Downloaded thiserror-impl v2.0.18
1632026-07-24T22:10:28.905Z Downloaded either v1.16.0
1642026-07-24T22:10:28.905Z Downloaded bitflags v1.3.2
1652026-07-24T22:10:28.908Z Downloaded ingot-types v0.2.0
1662026-07-24T22:10:28.908Z Downloaded thiserror v2.0.18
1672026-07-24T22:10:28.913Z Downloaded quote v1.0.46
1682026-07-24T22:10:28.915Z Downloaded ingot v0.2.0
1692026-07-24T22:10:28.916Z Downloaded defmt-macros v1.1.1
1702026-07-24T22:10:28.919Z Downloaded darling v0.23.0
1712026-07-24T22:10:28.922Z Downloaded postcard v1.1.3
1722026-07-24T22:10:28.922Z Downloaded ipnetwork v0.21.1
1732026-07-24T22:10:28.930Z Downloaded defmt v1.1.1
1742026-07-24T22:10:28.933Z Downloaded ingot-macros v0.2.0
1752026-07-24T22:10:28.937Z Downloaded bitflags v2.13.0
1762026-07-24T22:10:28.940Z Downloaded serde_derive v1.0.228
1772026-07-24T22:10:28.943Z Downloaded serde_core v1.0.228
1782026-07-24T22:10:28.953Z Downloaded proc-macro2 v1.0.106
1792026-07-24T22:10:28.956Z Downloaded heapless v0.8.0
1802026-07-24T22:10:28.961Z Downloaded unicode-ident v1.0.24
1812026-07-24T22:10:28.967Z Downloaded darling_core v0.23.0
1822026-07-24T22:10:28.970Z Downloaded regex-syntax v0.8.11
1832026-07-24T22:10:28.977Z Downloaded zerocopy-derive v0.8.54
1842026-07-24T22:10:28.981Z Downloaded serde v1.0.228
1852026-07-24T22:10:28.984Z Downloaded memchr v2.8.3
1862026-07-24T22:10:29.001Z Downloaded itertools v0.15.0
1872026-07-24T22:10:29.005Z Downloaded regex v1.13.0
1882026-07-24T22:10:29.012Z Downloaded zerocopy v0.8.54
1892026-07-24T22:10:29.032Z Downloaded smoltcp v0.11.0
1902026-07-24T22:10:29.038Z Downloaded syn v2.0.118
1912026-07-24T22:10:29.051Z Downloaded regex-automata v0.4.15
1922026-07-24T22:10:29.085Z Compiling proc-macro2 v1.0.106
1932026-07-24T22:10:29.086Z Compiling quote v1.0.46
1942026-07-24T22:10:29.089Z Compiling unicode-ident v1.0.24
1952026-07-24T22:10:29.089Z Compiling ident_case v1.0.1
1962026-07-24T22:10:29.089Z Compiling strsim v0.11.1
1972026-07-24T22:10:29.089Z Compiling memchr v2.8.3
1982026-07-24T22:10:29.089Z Compiling serde_core v1.0.228
1992026-07-24T22:10:29.089Z Compiling regex-syntax v0.8.11
2002026-07-24T22:10:29.274Z Compiling thiserror v2.0.18
2012026-07-24T22:10:29.277Z Compiling either v1.16.0
2022026-07-24T22:10:29.444Z Compiling zerocopy v0.8.54
2032026-07-24T22:10:29.472Z Compiling serde v1.0.228
2042026-07-24T22:10:29.523Z Compiling itertools v0.15.0
2052026-07-24T22:10:29.604Z Compiling aho-corasick v1.1.4
2062026-07-24T22:10:29.800Z Checking byteorder v1.5.0
2072026-07-24T22:10:29.840Z Compiling heapless v0.8.0
2082026-07-24T22:10:29.891Z Compiling smoltcp v0.11.0
2092026-07-24T22:10:29.945Z Checking hash32 v0.3.1
2102026-07-24T22:10:30.049Z Checking macaddr v1.0.1
2112026-07-24T22:10:30.205Z Checking bitflags v2.13.0
2122026-07-24T22:10:30.281Z Checking stable_deref_trait v1.2.1
2132026-07-24T22:10:30.342Z Compiling syn v2.0.118
2142026-07-24T22:10:30.354Z Checking cfg-if v1.0.4
2152026-07-24T22:10:30.406Z Checking managed v0.8.0
2162026-07-24T22:10:30.414Z Checking bitflags v1.3.2
2172026-07-24T22:10:30.509Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2182026-07-24T22:10:30.624Z Compiling regex-automata v0.4.15
2192026-07-24T22:10:30.804Z Checking ipnetwork v0.21.1
2202026-07-24T22:10:32.101Z Compiling regex v1.13.0
2212026-07-24T22:10:32.551Z Compiling darling_core v0.23.0
2222026-07-24T22:10:32.876Z Compiling serde_derive v1.0.228
2232026-07-24T22:10:32.876Z Compiling zerocopy-derive v0.8.54
2242026-07-24T22:10:32.879Z Compiling thiserror-impl v2.0.18
2252026-07-24T22:10:33.865Z Checking cobs v0.3.0
2262026-07-24T22:10:33.874Z Compiling darling_macro v0.23.0
2272026-07-24T22:10:34.381Z Compiling darling v0.23.0
2282026-07-24T22:10:34.443Z Compiling ingot-macros v0.2.0
2292026-07-24T22:10:35.107Z Checking postcard v1.1.3
2302026-07-24T22:10:36.411Z Checking ingot-types v0.2.0
2312026-07-24T22:10:36.690Z Checking ingot v0.2.0
2322026-07-24T22:10:37.958Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2332026-07-24T22:10:38.939Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.14s
2342026-07-24T22:10:39.033Z
2352026-07-24T22:10:39.033Zreal 14.280548967
2362026-07-24T22:10:39.033Zuser 30.577777285
2372026-07-24T22:10:39.033Zsys 5.857067921
2382026-07-24T22:10:39.033Ztrap 0.013812040
2392026-07-24T22:10:39.033Ztflt 0.087573703
2402026-07-24T22:10:39.034Zdflt 0.253686614
2412026-07-24T22:10:39.034Zkflt 0.004890890
2422026-07-24T22:10:39.034Zlock 2:10.226025660
2432026-07-24T22:10:39.034Zslp 1:30.662101657
2442026-07-24T22:10:39.034Zlat 1.769642324
2452026-07-24T22:10:39.034Zstop 6.292837858
2462026-07-24T22:10:39.037Z+ header 'analyze no_std'
2472026-07-24T22:10:39.037Z+ echo '# ==== analyze no_std ==== #'
2482026-07-24T22:10:39.037Z# ==== analyze no_std ==== #
2492026-07-24T22:10:39.037Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2502026-07-24T22:10:39.133Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2512026-07-24T22:10:39.360Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2522026-07-24T22:10:40.334Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2532026-07-24T22:10:40.353Z
2542026-07-24T22:10:40.358Zreal 1.314909471
2552026-07-24T22:10:40.358Zuser 1.886710136
2562026-07-24T22:10:40.358Zsys 0.256250478
2572026-07-24T22:10:40.358Ztrap 0.000190240
2582026-07-24T22:10:40.358Ztflt 0.000064790
2592026-07-24T22:10:40.358Zdflt 0.000103220
2602026-07-24T22:10:40.358Zkflt 0.000000000
2612026-07-24T22:10:40.358Zlock 5.555916701
2622026-07-24T22:10:40.358Zslp 5.306802090
2632026-07-24T22:10:40.358Zlat 0.002544240
2642026-07-24T22:10:40.358Zstop 0.058821498
2652026-07-24T22:10:40.358Z+ header test
2662026-07-24T22:10:40.358Z+ echo '# ==== test ==== #'
2672026-07-24T22:10:40.358Z+ ptime -m cargo test
2682026-07-24T22:10:40.358Z# ==== test ==== #
2692026-07-24T22:10:40.483Z Compiling serde_core v1.0.228
2702026-07-24T22:10:40.483Z Compiling byteorder v1.5.0
2712026-07-24T22:10:40.487Z Compiling macaddr v1.0.1
2722026-07-24T22:10:40.487Z Compiling stable_deref_trait v1.2.1
2732026-07-24T22:10:40.504Z Compiling thiserror v2.0.18
2742026-07-24T22:10:40.507Z Compiling zerocopy v0.8.54
2752026-07-24T22:10:40.510Z Compiling bitflags v2.13.0
2762026-07-24T22:10:40.510Z Compiling managed v0.8.0
2772026-07-24T22:10:40.556Z Compiling bitflags v1.3.2
2782026-07-24T22:10:40.590Z Compiling cobs v0.3.0
2792026-07-24T22:10:40.612Z Compiling cfg-if v1.0.4
2802026-07-24T22:10:40.660Z Compiling hash32 v0.3.1
2812026-07-24T22:10:40.669Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-07-24T22:10:40.712Z Compiling ipnetwork v0.21.1
2832026-07-24T22:10:40.740Z Compiling heapless v0.8.0
2842026-07-24T22:10:41.089Z Compiling smoltcp v0.11.0
2852026-07-24T22:10:42.010Z Compiling serde v1.0.228
2862026-07-24T22:10:42.458Z Compiling postcard v1.1.3
2872026-07-24T22:10:43.115Z Compiling ingot-types v0.2.0
2882026-07-24T22:10:43.388Z Compiling ingot v0.2.0
2892026-07-24T22:10:44.764Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2902026-07-24T22:10:46.629Z Finished `test` profile [optimized + debuginfo] target(s) in 6.26s
2912026-07-24T22:10:46.639Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2922026-07-24T22:10:46.642Z
2932026-07-24T22:10:46.642Zrunning 25 tests
2942026-07-24T22:10:46.642Ztest ip::test::bad_prefix_len ... ok
2952026-07-24T22:10:46.642Ztest dns::tests::test_domain_name ... ok
2962026-07-24T22:10:46.642Ztest encap::test::vni_round_trip ... ok
2972026-07-24T22:10:46.642Ztest encap::test::good_vni ... ok
2982026-07-24T22:10:46.642Ztest ip::test::bad_cidr ... ok
2992026-07-24T22:10:46.642Ztest ip::test::dhcp_fqdn ... ok
3002026-07-24T22:10:46.642Ztest encap::test::bad_vni ... ok
3012026-07-24T22:10:46.642Ztest ip::test::good_cidr ... ok
3022026-07-24T22:10:46.642Ztest ip::test::ipv4_addr_bad ... ok
3032026-07-24T22:10:46.642Ztest ip::test::ipv4_addr_good ... ok
3042026-07-24T22:10:46.642Ztest ip::test::ipv4_mask ... ok
3052026-07-24T22:10:46.642Ztest ip::test::ipv6_is_default ... ok
3062026-07-24T22:10:46.642Ztest ip::test::ipv6_cidr_is_member ... ok
3072026-07-24T22:10:46.642Ztest ip::test::ipv6_mask ... ok
3082026-07-24T22:10:46.642Ztest ip::test::ipv6_prefix_len ... ok
3092026-07-24T22:10:46.642Ztest ip::test::test_ip_addr_from_str ... ok
3102026-07-24T22:10:46.642Ztest ip::test::test_ip_cidr_from_str ... ok
3112026-07-24T22:10:46.642Ztest ip::test::test_ipv4_multicast_mac ... ok
3122026-07-24T22:10:46.642Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3132026-07-24T22:10:46.642Ztest ip::test::test_ipv6_from_const ... ok
3142026-07-24T22:10:46.642Ztest ip::test::test_ipv6_from_eui64 ... ok
3152026-07-24T22:10:46.642Ztest ip::test::test_ipv6_is_multicast ... ok
3162026-07-24T22:10:46.643Ztest ip::test::test_ipv6_multicast_mac ... ok
3172026-07-24T22:10:46.643Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3182026-07-24T22:10:46.643Ztest ip::test::test_multicast_underlay_serde ... ok
3192026-07-24T22:10:46.643Z
3202026-07-24T22:10:46.643Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3212026-07-24T22:10:46.643Z
3222026-07-24T22:10:46.643Z Doc-tests opte_api
3232026-07-24T22:10:47.227Z
3242026-07-24T22:10:47.227Zrunning 1 test
3252026-07-24T22:10:47.230Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3262026-07-24T22:10:47.230Z
3272026-07-24T22:10:47.230Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-07-24T22:10:47.230Z
3292026-07-24T22:10:47.233Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3302026-07-24T22:10:47.250Z
3312026-07-24T22:10:47.253Zreal 6.888195701
3322026-07-24T22:10:47.253Zuser 17.294292920
3332026-07-24T22:10:47.253Zsys 2.023283023
3342026-07-24T22:10:47.253Ztrap 0.007110010
3352026-07-24T22:10:47.253Ztflt 0.209746936
3362026-07-24T22:10:47.253Zdflt 0.191401539
3372026-07-24T22:10:47.253Zkflt 0.000005970
3382026-07-24T22:10:47.253Zlock 1:02.784976999
3392026-07-24T22:10:47.253Zslp 32.092237918
3402026-07-24T22:10:47.253Zlat 0.794344304
3412026-07-24T22:10:47.253Zstop 0.778534635
3422026-07-24T22:10:47.253Zprocess exited: duration 37977 ms, exit code 0
 
3432026-07-24T22:10:47.259Zfound 0 output files