01KWH4QC7X42KGSY8KKXXQPRHM: opte-api

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

Buildomat Job: 01KWH4QT2F2S7MMJ7SYT3K84F4

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T10:07:53.882Zjob assigned to worker 01KWH4QXPANN0N54WYVZP437WN [factory aws, i-097f24379395b9070] (queued for 46 s)
 
22026-07-02T10:08:00.180Zstarting task 0: "setup"
32026-07-02T10:08:00.185Z++ uname -s
42026-07-02T10:08:00.188Z+ kern=SunOS
52026-07-02T10:08:00.188Z+ build_user=build
62026-07-02T10:08:00.188Z+ build_uid=12345
72026-07-02T10:08:00.188Z+ work_dir=/work
82026-07-02T10:08:00.188Z+ input_dir=/input
92026-07-02T10:08:00.188Z+ [[ 0 == 12345 ]]
102026-07-02T10:08:00.188Z+ case "$kern" in
112026-07-02T10:08:00.188Z+ groupadd -g 12345 build
122026-07-02T10:08:00.191Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T10:08:02.194Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T10:08:02.261Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T10:08:02.265Z+ home_fs=zfs
162026-07-02T10:08:02.265Z+ [[ zfs == autofs ]]
172026-07-02T10:08:02.265Z+ mkdir -p /home/build
182026-07-02T10:08:02.265Z+ chown build:build /home/build /work
192026-07-02T10:08:04.265Z+ chmod 0700 /home/build /work
202026-07-02T10:08:04.268Zprocess exited: duration 4086 ms, exit code 0
 
212026-07-02T10:08:04.273Zstarting task 1: "rust-toolchain"
222026-07-02T10:08:04.277Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T10:08:04.277Z * rust toolchain channel = "1.96.1"
242026-07-02T10:08:04.277Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-02T10:08:04.277Z * rust toolchain profile = "default"
262026-07-02T10:08:04.277Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T10:08:04.277Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T10:08:04.279Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T10:08:04.279Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T10:08:04.371Zinfo: downloading installer
312026-07-02T10:08:06.387Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T10:08:06.387Zwarn: /home/build/.rustup/settings.toml
332026-07-02T10:08:06.387Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T10:08:06.387Zwarn: instead of the one inferred from the default host triple.
352026-07-02T10:08:06.400Zinfo: profile set to default
362026-07-02T10:08:06.400Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T10:08:06.403Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T10:08:06.550Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T10:08:06.553Zinfo: downloading 6 components
402026-07-02T10:08:21.505Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T10:08:21.505Z
422026-07-02T10:08:21.534Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T10:08:21.534Z
442026-07-02T10:08:21.534Z
452026-07-02T10:08:21.534ZRust is installed now. Great!
462026-07-02T10:08:21.536Z
472026-07-02T10:08:21.536ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T10:08:21.536Zenvironment variable. This has not been done automatically.
492026-07-02T10:08:21.536Z
502026-07-02T10:08:21.536ZTo configure your current shell, you need to source
512026-07-02T10:08:21.536Zthe corresponding env file under $HOME/.cargo.
522026-07-02T10:08:21.536Z
532026-07-02T10:08:21.536ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T10:08:21.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T10:08:21.593Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T10:08:21.593Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T10:08:21.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T10:08:21.593Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T10:08:21.594Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T10:08:21.594Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T10:08:21.594Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T10:08:21.623Z+ rustup --version
632026-07-02T10:08:21.632Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T10:08:21.637Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T10:08:21.654Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T10:08:21.657Z+ cargo --version
672026-07-02T10:08:21.672Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T10:08:21.675Z+ rustc --version
692026-07-02T10:08:21.695Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T10:08:21.700Zprocess exited: duration 17422 ms, exit code 0
 
712026-07-02T10:08:21.706Zstarting task 2: "authentication"
722026-07-02T10:08:21.722Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T10:08:21.730Zstarting task 3: "clone repository"
742026-07-02T10:08:21.733Z+ mkdir -p /work/oxidecomputer/opte
752026-07-02T10:08:21.736Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-02T10:08:21.764ZCloning into '/work/oxidecomputer/opte'...
772026-07-02T10:08:22.589Z+ cd /work/oxidecomputer/opte
782026-07-02T10:08:22.589Z+ git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b
792026-07-02T10:08:22.804ZFrom https://github.com/oxidecomputer/opte
802026-07-02T10:08:22.805Z * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD
812026-07-02T10:08:22.810Z+ [[ -n renovate/rand ]]
822026-07-02T10:08:22.813Z++ git branch --show-current
832026-07-02T10:08:22.813Z+ current=master
842026-07-02T10:08:22.813Z+ [[ master != renovate/rand ]]
852026-07-02T10:08:22.813Z+ git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b
862026-07-02T10:08:22.816Z+ git checkout -f renovate/rand
872026-07-02T10:08:22.832ZSwitched to branch 'renovate/rand'
882026-07-02T10:08:22.835Z+ git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b
892026-07-02T10:08:22.849ZHEAD is now at e923888 Update Rust crate rand to 0.10.2
902026-07-02T10:08:22.853Zprocess exited: duration 1121 ms, exit code 0
 
912026-07-02T10:08:22.858Zstarting task 4: "build"
922026-07-02T10:08:22.862Z+ source .github/buildomat/common.sh
932026-07-02T10:08:22.864Z++ rustup show active-toolchain
942026-07-02T10:08:22.867Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-02T10:08:22.870Z++ pushd xde
962026-07-02T10:08:22.870Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-02T10:08:22.870Z++ rustup show active-toolchain
982026-07-02T10:08:22.873Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-02T10:08:23.041Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-02T10:08:23.043Zinfo: downloading 6 components
1012026-07-02T10:08:38.933Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-02T10:08:39.034Z+++ rustup show active-toolchain -v
1032026-07-02T10:08:39.037Z+++ head -n 1
1042026-07-02T10:08:39.037Z+++ cut '-d ' -f1
1052026-07-02T10:08:39.094Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-02T10:08:39.094Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-02T10:08:39.094Z++ popd
1082026-07-02T10:08:39.097Z/work/oxidecomputer/opte
1092026-07-02T10:08:39.097Z+ cargo --version
1102026-07-02T10:08:39.104Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-02T10:08:39.107Z+ rustc --version
1122026-07-02T10:08:39.127Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-02T10:08:39.130Z+ cd crates/opte-api
1142026-07-02T10:08:39.130Z+ header 'check API_VERSION'
1152026-07-02T10:08:39.130Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-02T10:08:39.130Z# ==== check API_VERSION ==== #
1172026-07-02T10:08:39.130Z+ ./check-api-version.sh
1182026-07-02T10:08:39.137Z+ header 'check style'
1192026-07-02T10:08:39.137Z+ echo '# ==== check style ==== #'
1202026-07-02T10:08:39.140Z# ==== check style ==== #
1212026-07-02T10:08:39.140Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-02T10:08:39.221Z
1232026-07-02T10:08:39.221Zreal 0.079028689
1242026-07-02T10:08:39.224Zuser 0.046313843
1252026-07-02T10:08:39.224Zsys 0.029700190
1262026-07-02T10:08:39.224Ztrap 0.000006470
1272026-07-02T10:08:39.224Ztflt 0.000003030
1282026-07-02T10:08:39.224Zdflt 0.000002360
1292026-07-02T10:08:39.224Zkflt 0.000001320
1302026-07-02T10:08:39.224Zlock 0.031677214
1312026-07-02T10:08:39.224Zslp 0.058441012
1322026-07-02T10:08:39.224Zlat 0.000740650
1332026-07-02T10:08:39.224Zstop 0.000097220
1342026-07-02T10:08:39.224Z+ header 'analyze std'
1352026-07-02T10:08:39.224Z+ echo '# ==== analyze std ==== #'
1362026-07-02T10:08:39.224Z+ ptime -m cargo clippy --all-targets
1372026-07-02T10:08:39.224Z# ==== analyze std ==== #
1382026-07-02T10:08:39.354Z Updating crates.io index
1392026-07-02T10:08:39.359Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-02T10:08:40.015Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-02T10:08:40.265Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-02T10:08:40.602Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-02T10:08:40.819Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-02T10:08:41.068Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-02T10:08:41.343Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-02T10:08:43.249Z Downloading crates ...
1472026-07-02T10:08:43.291Z Downloaded cobs v0.3.0
1482026-07-02T10:08:43.294Z Downloaded embedded-io v0.4.0
1492026-07-02T10:08:43.299Z Downloaded defmt-macros v1.1.0
1502026-07-02T10:08:43.301Z Downloaded embedded-io v0.6.1
1512026-07-02T10:08:43.305Z Downloaded hash32 v0.3.1
1522026-07-02T10:08:43.308Z Downloaded cfg-if v1.0.4
1532026-07-02T10:08:43.310Z Downloaded fnv v1.0.7
1542026-07-02T10:08:43.313Z Downloaded darling_macro v0.21.3
1552026-07-02T10:08:43.320Z Downloaded proc-macro-error-attr2 v2.0.0
1562026-07-02T10:08:43.323Z Downloaded managed v0.8.0
1572026-07-02T10:08:43.323Z Downloaded macaddr v1.0.1
1582026-07-02T10:08:43.329Z Downloaded strsim v0.11.1
1592026-07-02T10:08:43.334Z Downloaded ident_case v1.0.1
1602026-07-02T10:08:43.334Z Downloaded defmt v0.3.100
1612026-07-02T10:08:43.343Z Downloaded stable_deref_trait v1.2.1
1622026-07-02T10:08:43.346Z Downloaded either v1.16.0
1632026-07-02T10:08:43.346Z Downloaded quote v1.0.46
1642026-07-02T10:08:43.352Z Downloaded bitflags v1.3.2
1652026-07-02T10:08:43.352Z Downloaded defmt-parser v1.0.0
1662026-07-02T10:08:43.353Z Downloaded ipnetwork v0.21.1
1672026-07-02T10:08:43.357Z Downloaded byteorder v1.5.0
1682026-07-02T10:08:43.358Z Downloaded defmt v1.1.0
1692026-07-02T10:08:43.358Z Downloaded thiserror-impl v2.0.18
1702026-07-02T10:08:43.358Z Downloaded ingot v0.1.1
1712026-07-02T10:08:43.360Z Downloaded proc-macro-error2 v2.0.1
1722026-07-02T10:08:43.363Z Downloaded ingot-types v0.1.2
1732026-07-02T10:08:43.371Z Downloaded darling v0.21.3
1742026-07-02T10:08:43.374Z Downloaded thiserror v2.0.18
1752026-07-02T10:08:43.377Z Downloaded postcard v1.1.3
1762026-07-02T10:08:43.382Z Downloaded ingot-macros v0.1.1
1772026-07-02T10:08:43.388Z Downloaded unicode-ident v1.0.24
1782026-07-02T10:08:43.391Z Downloaded bitflags v2.13.0
1792026-07-02T10:08:43.400Z Downloaded serde_derive v1.0.228
1802026-07-02T10:08:43.403Z Downloaded proc-macro2 v1.0.106
1812026-07-02T10:08:43.414Z Downloaded darling_core v0.21.3
1822026-07-02T10:08:43.418Z Downloaded serde_core v1.0.228
1832026-07-02T10:08:43.430Z Downloaded memchr v2.8.2
1842026-07-02T10:08:43.434Z Downloaded zerocopy-derive v0.8.52
1852026-07-02T10:08:43.437Z Downloaded serde v1.0.228
1862026-07-02T10:08:43.440Z Downloaded heapless v0.8.0
1872026-07-02T10:08:43.443Z Downloaded aho-corasick v1.1.4
1882026-07-02T10:08:43.462Z Downloaded regex v1.12.4
1892026-07-02T10:08:43.465Z Downloaded itertools v0.14.0
1902026-07-02T10:08:43.504Z Downloaded zerocopy v0.8.52
1912026-07-02T10:08:43.513Z Downloaded syn v2.0.118
1922026-07-02T10:08:43.518Z Downloaded smoltcp v0.11.0
1932026-07-02T10:08:43.524Z Downloaded regex-syntax v0.8.11
1942026-07-02T10:08:43.535Z Downloaded regex-automata v0.4.14
1952026-07-02T10:08:43.572Z Compiling proc-macro2 v1.0.106
1962026-07-02T10:08:43.572Z Compiling unicode-ident v1.0.24
1972026-07-02T10:08:43.572Z Compiling quote v1.0.46
1982026-07-02T10:08:43.572Z Compiling ident_case v1.0.1
1992026-07-02T10:08:43.578Z Compiling memchr v2.8.2
2002026-07-02T10:08:43.578Z Compiling fnv v1.0.7
2012026-07-02T10:08:43.578Z Compiling strsim v0.11.1
2022026-07-02T10:08:43.578Z Compiling regex-syntax v0.8.11
2032026-07-02T10:08:43.768Z Compiling serde_core v1.0.228
2042026-07-02T10:08:43.775Z Compiling serde v1.0.228
2052026-07-02T10:08:43.781Z Compiling zerocopy v0.8.52
2062026-07-02T10:08:43.960Z Compiling either v1.16.0
2072026-07-02T10:08:44.068Z Compiling aho-corasick v1.1.4
2082026-07-02T10:08:44.105Z Compiling thiserror v2.0.18
2092026-07-02T10:08:44.186Z Compiling itertools v0.14.0
2102026-07-02T10:08:44.239Z Compiling heapless v0.8.0
2112026-07-02T10:08:44.265Z Checking byteorder v1.5.0
2122026-07-02T10:08:44.426Z Checking hash32 v0.3.1
2132026-07-02T10:08:44.533Z Compiling smoltcp v0.11.0
2142026-07-02T10:08:44.676Z Checking macaddr v1.0.1
2152026-07-02T10:08:44.816Z Checking bitflags v2.13.0
2162026-07-02T10:08:44.882Z Compiling syn v2.0.118
2172026-07-02T10:08:44.934Z Checking stable_deref_trait v1.2.1
2182026-07-02T10:08:44.968Z Checking cfg-if v1.0.4
2192026-07-02T10:08:44.975Z Checking managed v0.8.0
2202026-07-02T10:08:45.026Z Checking bitflags v1.3.2
2212026-07-02T10:08:45.089Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-07-02T10:08:45.155Z Compiling regex-automata v0.4.14
2232026-07-02T10:08:45.384Z Checking ipnetwork v0.21.1
2242026-07-02T10:08:46.680Z Compiling regex v1.12.4
2252026-07-02T10:08:47.140Z Compiling darling_core v0.21.3
2262026-07-02T10:08:47.473Z Compiling zerocopy-derive v0.8.52
2272026-07-02T10:08:47.474Z Compiling serde_derive v1.0.228
2282026-07-02T10:08:47.474Z Compiling thiserror-impl v2.0.18
2292026-07-02T10:08:48.483Z Checking cobs v0.3.0
2302026-07-02T10:08:48.521Z Compiling darling_macro v0.21.3
2312026-07-02T10:08:49.072Z Compiling darling v0.21.3
2322026-07-02T10:08:49.139Z Compiling ingot-macros v0.1.1
2332026-07-02T10:08:49.827Z Checking postcard v1.1.3
2342026-07-02T10:08:51.136Z Checking ingot-types v0.1.2
2352026-07-02T10:08:51.405Z Checking ingot v0.1.1
2362026-07-02T10:08:52.724Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-07-02T10:08:53.737Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.46s
2382026-07-02T10:08:53.837Z
2392026-07-02T10:08:53.837Zreal 14.612367524
2402026-07-02T10:08:53.838Zuser 31.643240629
2412026-07-02T10:08:53.838Zsys 6.266498077
2422026-07-02T10:08:53.838Ztrap 0.013554510
2432026-07-02T10:08:53.838Ztflt 0.063263820
2442026-07-02T10:08:53.838Zdflt 0.188403775
2452026-07-02T10:08:53.838Zkflt 0.003070031
2462026-07-02T10:08:53.838Zlock 1:57.461806070
2472026-07-02T10:08:53.838Zslp 1:34.346552699
2482026-07-02T10:08:53.838Zlat 1.976310687
2492026-07-02T10:08:53.838Zstop 5.239391018
2502026-07-02T10:08:53.841Z+ header 'analyze no_std'
2512026-07-02T10:08:53.841Z+ echo '# ==== analyze no_std ==== #'
2522026-07-02T10:08:53.841Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2532026-07-02T10:08:53.841Z# ==== analyze no_std ==== #
2542026-07-02T10:08:53.944Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-07-02T10:08:54.181Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-07-02T10:08:55.189Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.30s
2572026-07-02T10:08:55.211Z
2582026-07-02T10:08:55.215Zreal 1.366450850
2592026-07-02T10:08:55.215Zuser 1.942408090
2602026-07-02T10:08:55.215Zsys 0.270693908
2612026-07-02T10:08:55.215Ztrap 0.000285620
2622026-07-02T10:08:55.215Ztflt 0.000113960
2632026-07-02T10:08:55.215Zdflt 0.000113250
2642026-07-02T10:08:55.215Zkflt 0.000000000
2652026-07-02T10:08:55.215Zlock 4.496285036
2662026-07-02T10:08:55.215Zslp 5.479765195
2672026-07-02T10:08:55.215Zlat 0.002608900
2682026-07-02T10:08:55.215Zstop 0.042199409
2692026-07-02T10:08:55.215Z+ header test
2702026-07-02T10:08:55.215Z+ echo '# ==== test ==== #'
2712026-07-02T10:08:55.215Z+ ptime -m cargo test
2722026-07-02T10:08:55.215Z# ==== test ==== #
2732026-07-02T10:08:55.339Z Compiling serde_core v1.0.228
2742026-07-02T10:08:55.341Z Compiling byteorder v1.5.0
2752026-07-02T10:08:55.341Z Compiling bitflags v2.13.0
2762026-07-02T10:08:55.361Z Compiling thiserror v2.0.18
2772026-07-02T10:08:55.361Z Compiling zerocopy v0.8.52
2782026-07-02T10:08:55.365Z Compiling macaddr v1.0.1
2792026-07-02T10:08:55.365Z Compiling stable_deref_trait v1.2.1
2802026-07-02T10:08:55.368Z Compiling bitflags v1.3.2
2812026-07-02T10:08:55.417Z Compiling cobs v0.3.0
2822026-07-02T10:08:55.420Z Compiling managed v0.8.0
2832026-07-02T10:08:55.449Z Compiling cfg-if v1.0.4
2842026-07-02T10:08:55.506Z Compiling hash32 v0.3.1
2852026-07-02T10:08:55.520Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-07-02T10:08:55.601Z Compiling heapless v0.8.0
2872026-07-02T10:08:55.633Z Compiling ipnetwork v0.21.1
2882026-07-02T10:08:55.964Z Compiling smoltcp v0.11.0
2892026-07-02T10:08:56.946Z Compiling serde v1.0.228
2902026-07-02T10:08:57.358Z Compiling postcard v1.1.3
2912026-07-02T10:08:58.055Z Compiling ingot-types v0.1.2
2922026-07-02T10:08:58.332Z Compiling ingot v0.1.1
2932026-07-02T10:08:59.742Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-07-02T10:09:01.494Z Finished `test` profile [optimized + debuginfo] target(s) in 6.27s
2952026-07-02T10:09:01.505Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d5bea80b1190d4f4)
2962026-07-02T10:09:01.508Z
2972026-07-02T10:09:01.508Zrunning 25 tests
2982026-07-02T10:09:01.508Ztest encap::test::bad_vni ... ok
2992026-07-02T10:09:01.508Ztest encap::test::vni_round_trip ... ok
3002026-07-02T10:09:01.508Ztest encap::test::good_vni ... ok
3012026-07-02T10:09:01.509Ztest dns::tests::test_domain_name ... ok
3022026-07-02T10:09:01.509Ztest ip::test::bad_cidr ... ok
3032026-07-02T10:09:01.509Ztest ip::test::bad_prefix_len ... ok
3042026-07-02T10:09:01.509Ztest ip::test::dhcp_fqdn ... ok
3052026-07-02T10:09:01.509Ztest ip::test::good_cidr ... ok
3062026-07-02T10:09:01.509Ztest ip::test::ipv4_addr_bad ... ok
3072026-07-02T10:09:01.509Ztest ip::test::ipv4_addr_good ... ok
3082026-07-02T10:09:01.509Ztest ip::test::ipv4_mask ... ok
3092026-07-02T10:09:01.509Ztest ip::test::ipv6_is_default ... ok
3102026-07-02T10:09:01.509Ztest ip::test::ipv6_cidr_is_member ... ok
3112026-07-02T10:09:01.509Ztest ip::test::ipv6_mask ... ok
3122026-07-02T10:09:01.509Ztest ip::test::test_ip_addr_from_str ... ok
3132026-07-02T10:09:01.509Ztest ip::test::ipv6_prefix_len ... ok
3142026-07-02T10:09:01.509Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-07-02T10:09:01.509Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-07-02T10:09:01.509Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-07-02T10:09:01.510Ztest ip::test::test_ipv6_from_const ... ok
3182026-07-02T10:09:01.510Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-07-02T10:09:01.510Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-07-02T10:09:01.510Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-07-02T10:09:01.510Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-07-02T10:09:01.510Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-07-02T10:09:01.510Z
3242026-07-02T10:09:01.510Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-07-02T10:09:01.510Z
3262026-07-02T10:09:01.510Z Doc-tests opte_api
3272026-07-02T10:09:02.125Z
3282026-07-02T10:09:02.125Zrunning 1 test
3292026-07-02T10:09:02.128Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-07-02T10:09:02.128Z
3312026-07-02T10:09:02.128Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-07-02T10:09:02.128Z
3332026-07-02T10:09:02.128Zall doctests ran in 0.46s; merged doctests compilation took 0.45s
3342026-07-02T10:09:02.148Z
3352026-07-02T10:09:02.150Zreal 6.930040400
3362026-07-02T10:09:02.150Zuser 17.828632403
3372026-07-02T10:09:02.150Zsys 2.138903975
3382026-07-02T10:09:02.150Ztrap 0.004271220
3392026-07-02T10:09:02.150Ztflt 0.123774473
3402026-07-02T10:09:02.150Zdflt 0.134180841
3412026-07-02T10:09:02.151Zkflt 0.000002460
3422026-07-02T10:09:02.151Zlock 51.377998944
3432026-07-02T10:09:02.151Zslp 33.252508232
3442026-07-02T10:09:02.151Zlat 0.343934842
3452026-07-02T10:09:02.152Zstop 0.551685491
3462026-07-02T10:09:02.152Zprocess exited: duration 39289 ms, exit code 0
 
3472026-07-02T10:09:02.161Zfound 0 output files