01KXDA5176BD26MCX79KW1GW07: opte-api

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

Buildomat Job: 01KXDA5D0HTMYSK9P4AGKBX2SN

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T08:41:28.822Zjob assigned to worker 01KXDA5MFQNJFY7D8YY4BZ3908 [factory aws, i-05682934b4a93c6ab] (queued for 48 s)
 
22026-07-13T08:41:35.116Zstarting task 0: "setup"
32026-07-13T08:41:35.122Z++ uname -s
42026-07-13T08:41:35.125Z+ kern=SunOS
52026-07-13T08:41:35.125Z+ build_user=build
62026-07-13T08:41:35.125Z+ build_uid=12345
72026-07-13T08:41:35.125Z+ work_dir=/work
82026-07-13T08:41:35.125Z+ input_dir=/input
92026-07-13T08:41:35.125Z+ [[ 0 == 12345 ]]
102026-07-13T08:41:35.125Z+ case "$kern" in
112026-07-13T08:41:35.125Z+ groupadd -g 12345 build
122026-07-13T08:41:35.127Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T08:41:37.131Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T08:41:37.203Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T08:41:37.206Z+ home_fs=zfs
162026-07-13T08:41:37.206Z+ [[ zfs == autofs ]]
172026-07-13T08:41:37.206Z+ mkdir -p /home/build
182026-07-13T08:41:37.206Z+ chown build:build /home/build /work
192026-07-13T08:41:39.209Z+ chmod 0700 /home/build /work
202026-07-13T08:41:39.213Zprocess exited: duration 4091 ms, exit code 0
 
212026-07-13T08:41:39.221Zstarting task 1: "rust-toolchain"
222026-07-13T08:41:39.225Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-13T08:41:39.225Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-13T08:41:39.225Z * rust toolchain channel = "1.96.1"
252026-07-13T08:41:39.225Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-13T08:41:39.225Z * rust toolchain profile = "default"
272026-07-13T08:41:39.225Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T08:41:39.228Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T08:41:39.228Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-13T08:41:39.328Zinfo: downloading installer
312026-07-13T08:41:40.691Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T08:41:40.691Zwarn: /home/build/.rustup/settings.toml
332026-07-13T08:41:40.691Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T08:41:40.691Zwarn: instead of the one inferred from the default host triple.
352026-07-13T08:41:40.705Zinfo: profile set to default
362026-07-13T08:41:40.705Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T08:41:40.708Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-13T08:41:40.847Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-13T08:41:40.850Zinfo: downloading 6 components
402026-07-13T08:41:55.502Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-13T08:41:55.502Z
422026-07-13T08:41:55.539Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-13T08:41:55.539Z
442026-07-13T08:41:55.539Z
452026-07-13T08:41:55.539ZRust is installed now. Great!
462026-07-13T08:41:55.539Z
472026-07-13T08:41:55.543ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T08:41:55.543Zenvironment variable. This has not been done automatically.
492026-07-13T08:41:55.543Z
502026-07-13T08:41:55.543ZTo configure your current shell, you need to source
512026-07-13T08:41:55.543Zthe corresponding env file under $HOME/.cargo.
522026-07-13T08:41:55.543Z
532026-07-13T08:41:55.543ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T08:41:55.543Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T08:41:55.543Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T08:41:55.543Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T08:41:55.543Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T08:41:55.543Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T08:41:55.543Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T08:41:55.543Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T08:41:55.543Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T08:41:55.640Z+ rustup --version
632026-07-13T08:41:55.648Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T08:41:55.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T08:41:55.670Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-13T08:41:55.697Z+ cargo --version
672026-07-13T08:41:55.697Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-13T08:41:55.697Z+ rustc --version
692026-07-13T08:41:55.709Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-13T08:41:55.712Zprocess exited: duration 16489 ms, exit code 0
 
712026-07-13T08:41:55.718Zstarting task 2: "authentication"
722026-07-13T08:41:55.734Zprocess exited: duration 15 ms, exit code 0
 
732026-07-13T08:41:55.740Zstarting task 3: "clone repository"
742026-07-13T08:41:55.744Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T08:41:55.747Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T08:41:55.776ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T08:41:56.615Z+ cd /work/oxidecomputer/opte
782026-07-13T08:41:56.615Z+ git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9
792026-07-13T08:41:56.822ZFrom https://github.com/oxidecomputer/opte
802026-07-13T08:41:56.822Z * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD
812026-07-13T08:41:56.827Z+ [[ -n renovate/lock-file-maintenance ]]
822026-07-13T08:41:56.831Z++ git branch --show-current
832026-07-13T08:41:56.831Z+ current=master
842026-07-13T08:41:56.831Z+ [[ master != renovate/lock-file-maintenance ]]
852026-07-13T08:41:56.831Z+ git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9
862026-07-13T08:41:56.835Z+ git checkout -f renovate/lock-file-maintenance
872026-07-13T08:41:56.849ZSwitched to branch 'renovate/lock-file-maintenance'
882026-07-13T08:41:56.853Z+ git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9
892026-07-13T08:41:56.856ZHEAD is now at b9b6231 Lock file maintenance
902026-07-13T08:41:56.856Zprocess exited: duration 1113 ms, exit code 0
 
912026-07-13T08:41:56.863Zstarting task 4: "build"
922026-07-13T08:41:56.866Z+ source .github/buildomat/common.sh
932026-07-13T08:41:56.869Z++ rustup show active-toolchain
942026-07-13T08:41:56.873Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-13T08:41:56.873Z++ pushd xde
962026-07-13T08:41:56.873Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-13T08:41:56.873Z++ rustup show active-toolchain
982026-07-13T08:41:56.878Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-13T08:41:57.036Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-13T08:41:57.039Zinfo: downloading 6 components
1012026-07-13T08:42:10.721Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-13T08:42:10.817Z+++ rustup show active-toolchain -v
1032026-07-13T08:42:10.820Z+++ head -n 1
1042026-07-13T08:42:10.820Z+++ cut '-d ' -f1
1052026-07-13T08:42:10.872Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-13T08:42:10.872Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-13T08:42:10.872Z++ popd
1082026-07-13T08:42:10.875Z/work/oxidecomputer/opte
1092026-07-13T08:42:10.875Z+ cargo --version
1102026-07-13T08:42:10.882Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-13T08:42:10.885Z+ rustc --version
1122026-07-13T08:42:10.904Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-13T08:42:10.907Z+ cd crates/opte-api
1142026-07-13T08:42:10.907Z+ header 'check API_VERSION'
1152026-07-13T08:42:10.907Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-13T08:42:10.907Z+ ./check-api-version.sh
1172026-07-13T08:42:10.907Z# ==== check API_VERSION ==== #
1182026-07-13T08:42:10.914Z+ header 'check style'
1192026-07-13T08:42:10.917Z+ echo '# ==== check style ==== #'
1202026-07-13T08:42:10.917Z# ==== check style ==== #
1212026-07-13T08:42:10.917Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-13T08:42:10.995Z
1232026-07-13T08:42:10.995Zreal 0.078337799
1242026-07-13T08:42:10.995Zuser 0.045764553
1252026-07-13T08:42:10.995Zsys 0.029343690
1262026-07-13T08:42:10.995Ztrap 0.000001790
1272026-07-13T08:42:10.995Ztflt 0.000007440
1282026-07-13T08:42:10.995Zdflt 0.000009560
1292026-07-13T08:42:10.995Zkflt 0.000000830
1302026-07-13T08:42:10.995Zlock 0.030988074
1312026-07-13T08:42:10.995Zslp 0.058050982
1322026-07-13T08:42:10.996Zlat 0.000698830
1332026-07-13T08:42:10.996Zstop 0.000099210
1342026-07-13T08:42:10.999Z+ header 'analyze std'
1352026-07-13T08:42:10.999Z+ echo '# ==== analyze std ==== #'
1362026-07-13T08:42:10.999Z+ ptime -m cargo clippy --all-targets
1372026-07-13T08:42:10.999Z# ==== analyze std ==== #
1382026-07-13T08:42:11.131Z Updating crates.io index
1392026-07-13T08:42:11.134Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-13T08:42:12.085Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-13T08:42:12.314Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-13T08:42:12.627Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-13T08:42:12.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-13T08:42:13.058Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-13T08:42:13.311Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-13T08:42:15.059Z Downloading crates ...
1472026-07-13T08:42:15.111Z Downloaded fnv v1.0.7
1482026-07-13T08:42:15.114Z Downloaded cobs v0.3.0
1492026-07-13T08:42:15.114Z Downloaded strsim v0.11.1
1502026-07-13T08:42:15.114Z Downloaded ident_case v1.0.1
1512026-07-13T08:42:15.128Z Downloaded embedded-io v0.6.1
1522026-07-13T08:42:15.132Z Downloaded defmt-parser v1.0.0
1532026-07-13T08:42:15.132Z Downloaded darling_macro v0.21.3
1542026-07-13T08:42:15.134Z Downloaded hash32 v0.3.1
1552026-07-13T08:42:15.135Z Downloaded defmt v0.3.100
1562026-07-13T08:42:15.145Z Downloaded embedded-io v0.4.0
1572026-07-13T08:42:15.148Z Downloaded stable_deref_trait v1.2.1
1582026-07-13T08:42:15.151Z Downloaded cfg-if v1.0.4
1592026-07-13T08:42:15.155Z Downloaded managed v0.8.0
1602026-07-13T08:42:15.162Z Downloaded thiserror v2.0.18
1612026-07-13T08:42:15.167Z Downloaded either v1.16.0
1622026-07-13T08:42:15.173Z Downloaded byteorder v1.5.0
1632026-07-13T08:42:15.177Z Downloaded ipnetwork v0.21.1
1642026-07-13T08:42:15.177Z Downloaded ingot-types v0.1.2
1652026-07-13T08:42:15.180Z Downloaded ingot v0.1.1
1662026-07-13T08:42:15.184Z Downloaded thiserror-impl v2.0.18
1672026-07-13T08:42:15.184Z Downloaded macaddr v1.0.1
1682026-07-13T08:42:15.184Z Downloaded bitflags v1.3.2
1692026-07-13T08:42:15.201Z Downloaded defmt-macros v1.1.1
1702026-07-13T08:42:15.201Z Downloaded defmt v1.1.1
1712026-07-13T08:42:15.201Z Downloaded ingot-macros v0.1.1
1722026-07-13T08:42:15.201Z Downloaded aho-corasick v1.1.4
1732026-07-13T08:42:15.205Z Downloaded quote v1.0.46
1742026-07-13T08:42:15.205Z Downloaded postcard v1.1.3
1752026-07-13T08:42:15.210Z Downloaded bitflags v2.13.0
1762026-07-13T08:42:15.210Z Downloaded serde_derive v1.0.228
1772026-07-13T08:42:15.214Z Downloaded darling v0.21.3
1782026-07-13T08:42:15.218Z Downloaded serde_core v1.0.228
1792026-07-13T08:42:15.222Z Downloaded unicode-ident v1.0.24
1802026-07-13T08:42:15.226Z Downloaded darling_core v0.21.3
1812026-07-13T08:42:15.229Z Downloaded heapless v0.8.0
1822026-07-13T08:42:15.235Z Downloaded proc-macro2 v1.0.106
1832026-07-13T08:42:15.240Z Downloaded serde v1.0.228
1842026-07-13T08:42:15.247Z Downloaded memchr v2.8.3
1852026-07-13T08:42:15.254Z Downloaded zerocopy-derive v0.8.54
1862026-07-13T08:42:15.272Z Downloaded itertools v0.14.0
1872026-07-13T08:42:15.277Z Downloaded regex v1.13.0
1882026-07-13T08:42:15.313Z Downloaded zerocopy v0.8.54
1892026-07-13T08:42:15.332Z Downloaded smoltcp v0.11.0
1902026-07-13T08:42:15.338Z Downloaded syn v2.0.118
1912026-07-13T08:42:15.343Z Downloaded regex-syntax v0.8.11
1922026-07-13T08:42:15.357Z Downloaded regex-automata v0.4.15
1932026-07-13T08:42:15.393Z Compiling proc-macro2 v1.0.106
1942026-07-13T08:42:15.397Z Compiling unicode-ident v1.0.24
1952026-07-13T08:42:15.397Z Compiling quote v1.0.46
1962026-07-13T08:42:15.397Z Compiling ident_case v1.0.1
1972026-07-13T08:42:15.397Z Compiling memchr v2.8.3
1982026-07-13T08:42:15.397Z Compiling strsim v0.11.1
1992026-07-13T08:42:15.397Z Compiling fnv v1.0.7
2002026-07-13T08:42:15.397Z Compiling regex-syntax v0.8.11
2012026-07-13T08:42:15.564Z Compiling serde_core v1.0.228
2022026-07-13T08:42:15.582Z Compiling zerocopy v0.8.54
2032026-07-13T08:42:15.588Z Compiling thiserror v2.0.18
2042026-07-13T08:42:15.766Z Compiling either v1.16.0
2052026-07-13T08:42:15.870Z Compiling aho-corasick v1.1.4
2062026-07-13T08:42:15.939Z Compiling serde v1.0.228
2072026-07-13T08:42:15.992Z Compiling itertools v0.14.0
2082026-07-13T08:42:16.050Z Compiling heapless v0.8.0
2092026-07-13T08:42:16.204Z Checking byteorder v1.5.0
2102026-07-13T08:42:16.297Z Checking stable_deref_trait v1.2.1
2112026-07-13T08:42:16.355Z Checking hash32 v0.3.1
2122026-07-13T08:42:16.365Z Compiling smoltcp v0.11.0
2132026-07-13T08:42:16.468Z Checking bitflags v2.13.0
2142026-07-13T08:42:16.515Z Checking macaddr v1.0.1
2152026-07-13T08:42:16.717Z Checking cfg-if v1.0.4
2162026-07-13T08:42:16.729Z Checking managed v0.8.0
2172026-07-13T08:42:16.774Z Checking bitflags v1.3.2
2182026-07-13T08:42:16.836Z Compiling syn v2.0.118
2192026-07-13T08:42:16.861Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2202026-07-13T08:42:16.907Z Checking ipnetwork v0.21.1
2212026-07-13T08:42:17.016Z Compiling regex-automata v0.4.15
2222026-07-13T08:42:18.502Z Compiling regex v1.13.0
2232026-07-13T08:42:19.043Z Compiling darling_core v0.21.3
2242026-07-13T08:42:19.381Z Compiling serde_derive v1.0.228
2252026-07-13T08:42:19.381Z Compiling thiserror-impl v2.0.18
2262026-07-13T08:42:19.384Z Compiling zerocopy-derive v0.8.54
2272026-07-13T08:42:20.377Z Checking cobs v0.3.0
2282026-07-13T08:42:20.398Z Compiling darling_macro v0.21.3
2292026-07-13T08:42:20.894Z Compiling darling v0.21.3
2302026-07-13T08:42:20.958Z Compiling ingot-macros v0.1.1
2312026-07-13T08:42:21.647Z Checking postcard v1.1.3
2322026-07-13T08:42:22.934Z Checking ingot-types v0.1.2
2332026-07-13T08:42:23.194Z Checking ingot v0.1.1
2342026-07-13T08:42:24.499Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-13T08:42:25.493Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.44s
2362026-07-13T08:42:25.591Z
2372026-07-13T08:42:25.591Zreal 14.589584018
2382026-07-13T08:42:25.591Zuser 31.114998186
2392026-07-13T08:42:25.591Zsys 6.157338217
2402026-07-13T08:42:25.591Ztrap 0.012728821
2412026-07-13T08:42:25.591Ztflt 0.089315366
2422026-07-13T08:42:25.592Zdflt 0.189920470
2432026-07-13T08:42:25.592Zkflt 0.002893842
2442026-07-13T08:42:25.592Zlock 1:55.601748970
2452026-07-13T08:42:25.592Zslp 1:33.287350207
2462026-07-13T08:42:25.595Zlat 1.156075553
2472026-07-13T08:42:25.595Zstop 4.745784332
2482026-07-13T08:42:25.595Z+ header 'analyze no_std'
2492026-07-13T08:42:25.595Z+ echo '# ==== analyze no_std ==== #'
2502026-07-13T08:42:25.595Z# ==== analyze no_std ==== #
2512026-07-13T08:42:25.595Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-13T08:42:25.693Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-13T08:42:25.920Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-13T08:42:26.894Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2552026-07-13T08:42:26.916Z
2562026-07-13T08:42:26.919Zreal 1.320455044
2572026-07-13T08:42:26.919Zuser 1.915653360
2582026-07-13T08:42:26.919Zsys 0.261741492
2592026-07-13T08:42:26.919Ztrap 0.000191020
2602026-07-13T08:42:26.919Ztflt 0.000077220
2612026-07-13T08:42:26.919Zdflt 0.000094060
2622026-07-13T08:42:26.919Zkflt 0.000000000
2632026-07-13T08:42:26.919Zlock 4.381795300
2642026-07-13T08:42:26.919Zslp 5.366948880
2652026-07-13T08:42:26.919Zlat 0.002113930
2662026-07-13T08:42:26.919Zstop 0.039799359
2672026-07-13T08:42:26.919Z+ header test
2682026-07-13T08:42:26.919Z+ echo '# ==== test ==== #'
2692026-07-13T08:42:26.919Z+ ptime -m cargo test
2702026-07-13T08:42:26.919Z# ==== test ==== #
2712026-07-13T08:42:27.044Z Compiling serde_core v1.0.228
2722026-07-13T08:42:27.044Z Compiling byteorder v1.5.0
2732026-07-13T08:42:27.044Z Compiling macaddr v1.0.1
2742026-07-13T08:42:27.044Z Compiling stable_deref_trait v1.2.1
2752026-07-13T08:42:27.062Z Compiling zerocopy v0.8.54
2762026-07-13T08:42:27.065Z Compiling thiserror v2.0.18
2772026-07-13T08:42:27.065Z Compiling bitflags v2.13.0
2782026-07-13T08:42:27.072Z Compiling bitflags v1.3.2
2792026-07-13T08:42:27.119Z Compiling cobs v0.3.0
2802026-07-13T08:42:27.122Z Compiling cfg-if v1.0.4
2812026-07-13T08:42:27.154Z Compiling managed v0.8.0
2822026-07-13T08:42:27.172Z Compiling ipnetwork v0.21.1
2832026-07-13T08:42:27.222Z Compiling hash32 v0.3.1
2842026-07-13T08:42:27.296Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-07-13T08:42:27.363Z Compiling heapless v0.8.0
2862026-07-13T08:42:27.705Z Compiling smoltcp v0.11.0
2872026-07-13T08:42:28.607Z Compiling serde v1.0.228
2882026-07-13T08:42:29.078Z Compiling postcard v1.1.3
2892026-07-13T08:42:29.712Z Compiling ingot-types v0.1.2
2902026-07-13T08:42:29.984Z Compiling ingot v0.1.1
2912026-07-13T08:42:31.354Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-13T08:42:33.085Z Finished `test` profile [optimized + debuginfo] target(s) in 6.15s
2932026-07-13T08:42:33.093Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f02ea54307d4d5d2)
2942026-07-13T08:42:33.096Z
2952026-07-13T08:42:33.096Zrunning 25 tests
2962026-07-13T08:42:33.096Ztest encap::test::bad_vni ... ok
2972026-07-13T08:42:33.097Ztest encap::test::good_vni ... ok
2982026-07-13T08:42:33.097Ztest dns::tests::test_domain_name ... ok
2992026-07-13T08:42:33.097Ztest encap::test::vni_round_trip ... ok
3002026-07-13T08:42:33.097Ztest ip::test::dhcp_fqdn ... ok
3012026-07-13T08:42:33.097Ztest ip::test::bad_prefix_len ... ok
3022026-07-13T08:42:33.097Ztest ip::test::good_cidr ... ok
3032026-07-13T08:42:33.097Ztest ip::test::bad_cidr ... ok
3042026-07-13T08:42:33.097Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-13T08:42:33.097Ztest ip::test::ipv4_addr_good ... ok
3062026-07-13T08:42:33.097Ztest ip::test::ipv4_mask ... ok
3072026-07-13T08:42:33.097Ztest ip::test::ipv6_is_default ... ok
3082026-07-13T08:42:33.097Ztest ip::test::ipv6_cidr_is_member ... ok
3092026-07-13T08:42:33.097Ztest ip::test::ipv6_mask ... ok
3102026-07-13T08:42:33.097Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-13T08:42:33.097Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-07-13T08:42:33.097Ztest ip::test::ipv6_prefix_len ... ok
3132026-07-13T08:42:33.097Ztest ip::test::test_ipv6_from_const ... ok
3142026-07-13T08:42:33.097Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3152026-07-13T08:42:33.097Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-07-13T08:42:33.097Ztest ip::test::test_ipv4_multicast_mac ... ok
3172026-07-13T08:42:33.097Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-07-13T08:42:33.097Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-07-13T08:42:33.097Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-07-13T08:42:33.097Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-13T08:42:33.097Z
3222026-07-13T08:42:33.097Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-13T08:42:33.097Z
3242026-07-13T08:42:33.097Z Doc-tests opte_api
3252026-07-13T08:42:33.700Z
3262026-07-13T08:42:33.700Zrunning 1 test
3272026-07-13T08:42:33.703Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-13T08:42:33.703Z
3292026-07-13T08:42:33.703Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-13T08:42:33.703Z
3312026-07-13T08:42:33.703Zall doctests ran in 0.45s; merged doctests compilation took 0.45s
3322026-07-13T08:42:33.724Z
3332026-07-13T08:42:33.724Zreal 6.799541551
3342026-07-13T08:42:33.724Zuser 17.511313709
3352026-07-13T08:42:33.724Zsys 2.089253341
3362026-07-13T08:42:33.724Ztrap 0.004934530
3372026-07-13T08:42:33.727Ztflt 0.157036728
3382026-07-13T08:42:33.727Zdflt 0.089592068
3392026-07-13T08:42:33.727Zkflt 0.000400580
3402026-07-13T08:42:33.727Zlock 54.114268243
3412026-07-13T08:42:33.727Zslp 32.083923933
3422026-07-13T08:42:33.727Zlat 0.812830504
3432026-07-13T08:42:33.727Zstop 0.653248434
3442026-07-13T08:42:33.727Zprocess exited: duration 36861 ms, exit code 0
 
3452026-07-13T08:42:33.738Zfound 0 output files