01KYEAHS565SY5MQSGHVATVPZF: opte-api

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

Buildomat Job: 01KYEAJV7HQBZ1CVHWG80QETHB

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:42.160Zjob assigned to worker 01KYEAJW19CZTNBHAEKCGHWHZK [factory aws, i-04d064115609cbcfb] (queued for 45 s)
 
22026-07-26T04:23:49.590Zstarting task 0: "setup"
32026-07-26T04:23:49.594Z++ uname -s
42026-07-26T04:23:49.597Z+ kern=SunOS
52026-07-26T04:23:49.597Z+ build_user=build
62026-07-26T04:23:49.597Z+ build_uid=12345
72026-07-26T04:23:49.597Z+ work_dir=/work
82026-07-26T04:23:49.597Z+ input_dir=/input
92026-07-26T04:23:49.597Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:49.597Z+ case "$kern" in
112026-07-26T04:23:49.597Z+ groupadd -g 12345 build
122026-07-26T04:23:49.601Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:51.602Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:51.664Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:51.668Z+ home_fs=zfs
162026-07-26T04:23:51.668Z+ [[ zfs == autofs ]]
172026-07-26T04:23:51.668Z+ mkdir -p /home/build
182026-07-26T04:23:51.668Z+ chown build:build /home/build /work
192026-07-26T04:23:52.670Z+ chmod 0700 /home/build /work
202026-07-26T04:23:52.675Zprocess exited: duration 3080 ms, exit code 0
 
212026-07-26T04:23:52.688Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:52.693Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:52.693Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-26T04:23:52.693Z * rust toolchain channel = "1.97.1"
252026-07-26T04:23:52.693Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:52.693Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:52.693Z * rust toolchain profile = "default"
282026-07-26T04:23:52.693Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:52.693Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:52.772Zinfo: downloading installer
312026-07-26T04:23:54.380Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:54.381Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:54.381Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:54.381Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:54.392Zinfo: profile set to default
362026-07-26T04:23:54.392Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:54.395Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:54.532Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:54.537Zinfo: downloading 6 components
402026-07-26T04:24:09.829Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:09.829Z
422026-07-26T04:24:09.857Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:09.857Z
442026-07-26T04:24:09.857Z
452026-07-26T04:24:09.858ZRust is installed now. Great!
462026-07-26T04:24:09.858Z
472026-07-26T04:24:09.858ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:09.858Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:09.858Z
502026-07-26T04:24:09.858ZTo configure your current shell, you need to source
512026-07-26T04:24:09.858Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:09.858Z
532026-07-26T04:24:09.858ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:09.858Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:09.858Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:09.858Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:09.858Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:09.858Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:09.858Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:09.862Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:09.862Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:09.959Z+ rustup --version
632026-07-26T04:24:09.968Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:09.971Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:09.990Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:09.993Z+ cargo --version
672026-07-26T04:24:10.010Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:10.021Z+ rustc --version
692026-07-26T04:24:10.033Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:10.036Zprocess exited: duration 17346 ms, exit code 0
 
712026-07-26T04:24:10.047Zstarting task 2: "authentication"
722026-07-26T04:24:10.062ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:24:17.403Zprocess exited: duration 7355 ms, exit code 0
 
742026-07-26T04:24:17.474Zstarting task 3: "clone repository"
752026-07-26T04:24:17.488Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:24:17.488Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:24:17.498ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:24:18.409Z+ cd /work/oxidecomputer/opte
792026-07-26T04:24:18.409Z+ git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510
802026-07-26T04:24:18.717ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:24:18.718Z * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD
822026-07-26T04:24:18.725Z+ [[ -n renovate/heapless-0.x ]]
832026-07-26T04:24:18.726Z++ git branch --show-current
842026-07-26T04:24:18.726Z+ current=master
852026-07-26T04:24:18.726Z+ [[ master != renovate/heapless-0.x ]]
862026-07-26T04:24:18.726Z+ git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510
872026-07-26T04:24:18.726Z+ git checkout -f renovate/heapless-0.x
882026-07-26T04:24:18.726ZSwitched to branch 'renovate/heapless-0.x'
892026-07-26T04:24:18.726Z+ git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510
902026-07-26T04:24:18.726ZHEAD is now at 335d9c2 Update Rust crate heapless to 0.9
912026-07-26T04:24:18.726Zprocess exited: duration 1249 ms, exit code 0
 
922026-07-26T04:24:18.737Zstarting task 4: "build"
932026-07-26T04:24:18.741Z+ source .github/buildomat/common.sh
942026-07-26T04:24:18.741Z++ rustup show active-toolchain
952026-07-26T04:24:18.746Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:24:18.750Z++ pushd xde
972026-07-26T04:24:18.750Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:24:18.751Z++ rustup show active-toolchain
992026-07-26T04:24:18.754Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:24:18.912Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:24:18.916Zinfo: downloading 6 components
1022026-07-26T04:24:33.800Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:24:33.887Z+++ rustup show active-toolchain -v
1042026-07-26T04:24:33.891Z+++ head -n 1
1052026-07-26T04:24:33.891Z+++ cut '-d ' -f1
1062026-07-26T04:24:33.943Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:33.944Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:24:33.944Z++ popd
1092026-07-26T04:24:33.947Z/work/oxidecomputer/opte
1102026-07-26T04:24:33.947Z+ cargo --version
1112026-07-26T04:24:33.953Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:24:33.958Z+ rustc --version
1132026-07-26T04:24:33.975Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:24:33.979Z+ cd crates/opte-api
1152026-07-26T04:24:33.979Z+ header 'check API_VERSION'
1162026-07-26T04:24:33.979Z+ echo '# ==== check API_VERSION ==== #'
1172026-07-26T04:24:33.979Z# ==== check API_VERSION ==== #
1182026-07-26T04:24:33.979Z+ ./check-api-version.sh
1192026-07-26T04:24:33.985Z+ header 'check style'
1202026-07-26T04:24:33.985Z+ echo '# ==== check style ==== #'
1212026-07-26T04:24:33.988Z# ==== check style ==== #
1222026-07-26T04:24:33.988Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1232026-07-26T04:24:34.066Z
1242026-07-26T04:24:34.066Zreal 0.078230289
1252026-07-26T04:24:34.066Zuser 0.044749775
1262026-07-26T04:24:34.066Zsys 0.030081360
1272026-07-26T04:24:34.066Ztrap 0.000004480
1282026-07-26T04:24:34.066Ztflt 0.000028890
1292026-07-26T04:24:34.066Zdflt 0.000015230
1302026-07-26T04:24:34.067Zkflt 0.000001040
1312026-07-26T04:24:34.067Zlock 0.031149830
1322026-07-26T04:24:34.067Zslp 0.057966579
1332026-07-26T04:24:34.067Zlat 0.000903880
1342026-07-26T04:24:34.067Zstop 0.000098240
1352026-07-26T04:24:34.070Z+ header 'analyze std'
1362026-07-26T04:24:34.071Z+ echo '# ==== analyze std ==== #'
1372026-07-26T04:24:34.071Z# ==== analyze std ==== #
1382026-07-26T04:24:34.071Z+ ptime -m cargo clippy --all-targets
1392026-07-26T04:24:34.200Z Updating crates.io index
1402026-07-26T04:24:34.204Z Updating git repository `https://github.com/oxidecomputer/falcon`
1412026-07-26T04:24:35.160Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1422026-07-26T04:24:35.410Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1432026-07-26T04:24:35.625Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1442026-07-26T04:24:35.943Z Updating git repository `https://github.com/oxidecomputer/zone`
1452026-07-26T04:24:36.188Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1462026-07-26T04:24:36.502Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1472026-07-26T04:24:38.617Z Downloading crates ...
1482026-07-26T04:24:38.660Z Downloaded defmt-parser v1.0.0
1492026-07-26T04:24:38.664Z Downloaded defmt v0.3.100
1502026-07-26T04:24:38.669Z Downloaded ident_case v1.0.1
1512026-07-26T04:24:38.675Z Downloaded darling v0.23.0
1522026-07-26T04:24:38.679Z Downloaded stable_deref_trait v1.2.1
1532026-07-26T04:24:38.686Z Downloaded thiserror v2.0.18
1542026-07-26T04:24:38.689Z Downloaded embedded-io v0.6.1
1552026-07-26T04:24:38.699Z Downloaded embedded-io v0.4.0
1562026-07-26T04:24:38.708Z Downloaded hash32 v0.3.1
1572026-07-26T04:24:38.714Z Downloaded bitflags v1.3.2
1582026-07-26T04:24:38.718Z Downloaded serde_core v1.0.228
1592026-07-26T04:24:38.725Z Downloaded cobs v0.3.0
1602026-07-26T04:24:38.729Z Downloaded darling_macro v0.23.0
1612026-07-26T04:24:38.733Z Downloaded managed v0.8.0
1622026-07-26T04:24:38.736Z Downloaded bitflags v2.13.0
1632026-07-26T04:24:38.736Z Downloaded thiserror-impl v2.0.18
1642026-07-26T04:24:38.740Z Downloaded unicode-ident v1.0.24
1652026-07-26T04:24:38.744Z Downloaded strsim v0.11.1
1662026-07-26T04:24:38.749Z Downloaded macaddr v1.0.1
1672026-07-26T04:24:38.753Z Downloaded byteorder v1.5.0
1682026-07-26T04:24:38.753Z Downloaded ingot-macros v0.2.0
1692026-07-26T04:24:38.753Z Downloaded cfg-if v1.0.4
1702026-07-26T04:24:38.763Z Downloaded ipnetwork v0.21.1
1712026-07-26T04:24:38.767Z Downloaded postcard v1.1.3
1722026-07-26T04:24:38.767Z Downloaded defmt-macros v1.1.1
1732026-07-26T04:24:38.767Z Downloaded ingot-types v0.2.0
1742026-07-26T04:24:38.771Z Downloaded proc-macro2 v1.0.106
1752026-07-26T04:24:38.771Z Downloaded quote v1.0.46
1762026-07-26T04:24:38.775Z Downloaded ingot v0.2.0
1772026-07-26T04:24:38.778Z Downloaded defmt v1.1.1
1782026-07-26T04:24:38.796Z Downloaded serde_derive v1.0.228
1792026-07-26T04:24:38.806Z Downloaded either v1.16.0
1802026-07-26T04:24:38.806Z Downloaded memchr v2.8.3
1812026-07-26T04:24:38.806Z Downloaded heapless v0.8.0
1822026-07-26T04:24:38.806Z Downloaded darling_core v0.23.0
1832026-07-26T04:24:38.806Z Downloaded serde v1.0.228
1842026-07-26T04:24:38.810Z Downloaded aho-corasick v1.1.4
1852026-07-26T04:24:38.823Z Downloaded zerocopy-derive v0.8.54
1862026-07-26T04:24:38.829Z Downloaded regex v1.13.0
1872026-07-26T04:24:38.832Z Downloaded itertools v0.15.0
1882026-07-26T04:24:38.841Z Downloaded regex-syntax v0.8.11
1892026-07-26T04:24:38.866Z Downloaded syn v2.0.118
1902026-07-26T04:24:38.879Z Downloaded zerocopy v0.8.54
1912026-07-26T04:24:38.903Z Downloaded smoltcp v0.11.0
1922026-07-26T04:24:38.906Z Downloaded regex-automata v0.4.15
1932026-07-26T04:24:38.937Z Compiling proc-macro2 v1.0.106
1942026-07-26T04:24:38.941Z Compiling unicode-ident v1.0.24
1952026-07-26T04:24:38.941Z Compiling quote v1.0.46
1962026-07-26T04:24:38.941Z Compiling strsim v0.11.1
1972026-07-26T04:24:38.941Z Compiling memchr v2.8.3
1982026-07-26T04:24:38.942Z Compiling ident_case v1.0.1
1992026-07-26T04:24:38.942Z Compiling regex-syntax v0.8.11
2002026-07-26T04:24:38.992Z Compiling serde_core v1.0.228
2012026-07-26T04:24:39.125Z Compiling zerocopy v0.8.54
2022026-07-26T04:24:39.129Z Compiling either v1.16.0
2032026-07-26T04:24:39.285Z Compiling thiserror v2.0.18
2042026-07-26T04:24:39.322Z Compiling serde v1.0.228
2052026-07-26T04:24:39.376Z Compiling itertools v0.15.0
2062026-07-26T04:24:39.497Z Compiling aho-corasick v1.1.4
2072026-07-26T04:24:39.610Z Compiling heapless v0.8.0
2082026-07-26T04:24:39.678Z Checking byteorder v1.5.0
2092026-07-26T04:24:39.793Z Compiling smoltcp v0.11.0
2102026-07-26T04:24:39.812Z Checking hash32 v0.3.1
2112026-07-26T04:24:39.923Z Checking macaddr v1.0.1
2122026-07-26T04:24:40.067Z Checking stable_deref_trait v1.2.1
2132026-07-26T04:24:40.139Z Checking bitflags v2.13.0
2142026-07-26T04:24:40.223Z Compiling syn v2.0.118
2152026-07-26T04:24:40.249Z Checking bitflags v1.3.2
2162026-07-26T04:24:40.269Z Checking managed v0.8.0
2172026-07-26T04:24:40.303Z Checking cfg-if v1.0.4
2182026-07-26T04:24:40.354Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2192026-07-26T04:24:40.444Z Compiling regex-automata v0.4.15
2202026-07-26T04:24:40.644Z Checking ipnetwork v0.21.1
2212026-07-26T04:24:41.905Z Compiling regex v1.13.0
2222026-07-26T04:24:42.365Z Compiling darling_core v0.23.0
2232026-07-26T04:24:42.721Z Compiling thiserror-impl v2.0.18
2242026-07-26T04:24:42.721Z Compiling zerocopy-derive v0.8.54
2252026-07-26T04:24:42.727Z Compiling serde_derive v1.0.228
2262026-07-26T04:24:43.708Z Checking cobs v0.3.0
2272026-07-26T04:24:43.742Z Compiling darling_macro v0.23.0
2282026-07-26T04:24:44.242Z Compiling darling v0.23.0
2292026-07-26T04:24:44.304Z Compiling ingot-macros v0.2.0
2302026-07-26T04:24:44.968Z Checking postcard v1.1.3
2312026-07-26T04:24:46.239Z Checking ingot-types v0.2.0
2322026-07-26T04:24:46.503Z Checking ingot v0.2.0
2332026-07-26T04:24:47.783Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2342026-07-26T04:24:48.773Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.65s
2352026-07-26T04:24:48.870Z
2362026-07-26T04:24:48.870Zreal 14.799097776
2372026-07-26T04:24:48.870Zuser 30.529346660
2382026-07-26T04:24:48.870Zsys 5.799194170
2392026-07-26T04:24:48.870Ztrap 0.012222550
2402026-07-26T04:24:48.870Ztflt 0.085340762
2412026-07-26T04:24:48.870Zdflt 0.200977198
2422026-07-26T04:24:48.870Zkflt 0.005371720
2432026-07-26T04:24:48.870Zlock 2:10.619208663
2442026-07-26T04:24:48.870Zslp 1:31.462785083
2452026-07-26T04:24:48.873Zlat 1.323506483
2462026-07-26T04:24:48.873Zstop 5.938830030
2472026-07-26T04:24:48.873Z+ header 'analyze no_std'
2482026-07-26T04:24:48.873Z+ echo '# ==== analyze no_std ==== #'
2492026-07-26T04:24:48.873Z# ==== analyze no_std ==== #
2502026-07-26T04:24:48.873Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2512026-07-26T04:24:48.970Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2522026-07-26T04:24:49.194Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2532026-07-26T04:24:50.159Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2542026-07-26T04:24:50.180Z
2552026-07-26T04:24:50.180Zreal 1.304824688
2562026-07-26T04:24:50.181Zuser 1.877076563
2572026-07-26T04:24:50.181Zsys 0.258168698
2582026-07-26T04:24:50.185Ztrap 0.000177160
2592026-07-26T04:24:50.185Ztflt 0.000079930
2602026-07-26T04:24:50.185Zdflt 0.000116300
2612026-07-26T04:24:50.185Zkflt 0.000000000
2622026-07-26T04:24:50.185Zlock 5.516502637
2632026-07-26T04:24:50.185Zslp 5.273189857
2642026-07-26T04:24:50.185Zlat 0.002296760
2652026-07-26T04:24:50.185Zstop 0.060604920
2662026-07-26T04:24:50.185Z+ header test
2672026-07-26T04:24:50.185Z+ echo '# ==== test ==== #'
2682026-07-26T04:24:50.185Z+ ptime -m cargo test
2692026-07-26T04:24:50.185Z# ==== test ==== #
2702026-07-26T04:24:50.306Z Compiling serde_core v1.0.228
2712026-07-26T04:24:50.306Z Compiling byteorder v1.5.0
2722026-07-26T04:24:50.310Z Compiling macaddr v1.0.1
2732026-07-26T04:24:50.310Z Compiling bitflags v2.13.0
2742026-07-26T04:24:50.328Z Compiling thiserror v2.0.18
2752026-07-26T04:24:50.328Z Compiling zerocopy v0.8.54
2762026-07-26T04:24:50.332Z Compiling stable_deref_trait v1.2.1
2772026-07-26T04:24:50.336Z Compiling bitflags v1.3.2
2782026-07-26T04:24:50.384Z Compiling cobs v0.3.0
2792026-07-26T04:24:50.388Z Compiling cfg-if v1.0.4
2802026-07-26T04:24:50.413Z Compiling managed v0.8.0
2812026-07-26T04:24:50.436Z Compiling ipnetwork v0.21.1
2822026-07-26T04:24:50.480Z Compiling hash32 v0.3.1
2832026-07-26T04:24:50.552Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2842026-07-26T04:24:50.619Z Compiling heapless v0.8.0
2852026-07-26T04:24:50.956Z Compiling smoltcp v0.11.0
2862026-07-26T04:24:51.879Z Compiling serde v1.0.228
2872026-07-26T04:24:52.230Z Compiling postcard v1.1.3
2882026-07-26T04:24:52.942Z Compiling ingot-types v0.2.0
2892026-07-26T04:24:53.217Z Compiling ingot v0.2.0
2902026-07-26T04:24:54.595Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2912026-07-26T04:24:56.452Z Finished `test` profile [optimized + debuginfo] target(s) in 6.25s
2922026-07-26T04:24:56.461Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-9f483c1680cf0acc)
2932026-07-26T04:24:56.469Z
2942026-07-26T04:24:56.469Zrunning 25 tests
2952026-07-26T04:24:56.470Ztest encap::test::bad_vni ... ok
2962026-07-26T04:24:56.470Ztest encap::test::vni_round_trip ... ok
2972026-07-26T04:24:56.470Ztest dns::tests::test_domain_name ... ok
2982026-07-26T04:24:56.470Ztest encap::test::good_vni ... ok
2992026-07-26T04:24:56.470Ztest ip::test::bad_prefix_len ... ok
3002026-07-26T04:24:56.470Ztest ip::test::bad_cidr ... ok
3012026-07-26T04:24:56.470Ztest ip::test::dhcp_fqdn ... ok
3022026-07-26T04:24:56.470Ztest ip::test::good_cidr ... ok
3032026-07-26T04:24:56.470Ztest ip::test::ipv4_addr_bad ... ok
3042026-07-26T04:24:56.470Ztest ip::test::ipv4_addr_good ... ok
3052026-07-26T04:24:56.470Ztest ip::test::ipv4_mask ... ok
3062026-07-26T04:24:56.470Ztest ip::test::ipv6_cidr_is_member ... ok
3072026-07-26T04:24:56.470Ztest ip::test::ipv6_is_default ... ok
3082026-07-26T04:24:56.470Ztest ip::test::ipv6_mask ... ok
3092026-07-26T04:24:56.470Ztest ip::test::ipv6_prefix_len ... ok
3102026-07-26T04:24:56.470Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-26T04:24:56.470Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-07-26T04:24:56.470Ztest ip::test::test_ipv4_multicast_mac ... ok
3132026-07-26T04:24:56.470Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3142026-07-26T04:24:56.470Ztest ip::test::test_ipv6_from_const ... ok
3152026-07-26T04:24:56.470Ztest ip::test::test_ipv6_from_eui64 ... ok
3162026-07-26T04:24:56.470Ztest ip::test::test_ipv6_is_multicast ... ok
3172026-07-26T04:24:56.470Ztest ip::test::test_ipv6_multicast_mac ... ok
3182026-07-26T04:24:56.470Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3192026-07-26T04:24:56.471Ztest ip::test::test_multicast_underlay_serde ... ok
3202026-07-26T04:24:56.471Z
3212026-07-26T04:24:56.471Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3222026-07-26T04:24:56.471Z
3232026-07-26T04:24:56.471Z Doc-tests opte_api
3242026-07-26T04:24:57.043Z
3252026-07-26T04:24:57.043Zrunning 1 test
3262026-07-26T04:24:57.051Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3272026-07-26T04:24:57.051Z
3282026-07-26T04:24:57.051Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3292026-07-26T04:24:57.051Z
3302026-07-26T04:24:57.051Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3312026-07-26T04:24:57.072Z
3322026-07-26T04:24:57.085Zreal 6.876298236
3332026-07-26T04:24:57.085Zuser 17.213994678
3342026-07-26T04:24:57.085Zsys 2.013154293
3352026-07-26T04:24:57.085Ztrap 0.005800190
3362026-07-26T04:24:57.085Ztflt 0.186149096
3372026-07-26T04:24:57.085Zdflt 0.149374413
3382026-07-26T04:24:57.085Zkflt 0.000011510
3392026-07-26T04:24:57.085Zlock 1:02.893198052
3402026-07-26T04:24:57.085Zslp 32.243786850
3412026-07-26T04:24:57.085Zlat 0.806960977
3422026-07-26T04:24:57.085Zstop 0.684624713
3432026-07-26T04:24:57.085Zprocess exited: duration 38328 ms, exit code 0
 
3442026-07-26T04:24:57.106Zfound 0 output files