01KKTT7VYY625MD77QQ4719Z2H: opte-api

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

Buildomat Job: 01KKTT879K8FEYXJ7WC11C4RAS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:56:07.386Zjob assigned to worker 01KKTT8G16CRCRMTYXKBG9W11J [factory aws, i-0c0d5249d69e02493] (queued for 1 m 8 s)
 
22026-03-16T07:56:15.301Zstarting task 0: "setup"
32026-03-16T07:56:15.305Z++ uname -s
42026-03-16T07:56:15.308Z+ kern=SunOS
52026-03-16T07:56:15.308Z+ build_user=build
62026-03-16T07:56:15.308Z+ build_uid=12345
72026-03-16T07:56:15.308Z+ work_dir=/work
82026-03-16T07:56:15.308Z+ input_dir=/input
92026-03-16T07:56:15.309Z+ [[ 0 == 12345 ]]
102026-03-16T07:56:15.309Z+ case "$kern" in
112026-03-16T07:56:15.309Z+ groupadd -g 12345 build
122026-03-16T07:56:15.313Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:56:17.316Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:56:17.436Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:56:17.439Z+ home_fs=zfs
162026-03-16T07:56:17.439Z+ [[ zfs == autofs ]]
172026-03-16T07:56:17.439Z+ mkdir -p /home/build
182026-03-16T07:56:17.442Z+ chown build:build /home/build /work
192026-03-16T07:56:19.442Z+ chmod 0700 /home/build /work
202026-03-16T07:56:19.445Zprocess exited: duration 4144 ms, exit code 0
 
212026-03-16T07:56:19.451Zstarting task 1: "rust-toolchain"
222026-03-16T07:56:19.456Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-16T07:56:19.456Z * rust toolchain channel = "1.93.1"
242026-03-16T07:56:19.456Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T07:56:19.456Z * rust toolchain profile = "default"
262026-03-16T07:56:19.456Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T07:56:19.456Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:56:19.459Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:56:19.459Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:56:19.594Zinfo: downloading installer
312026-03-16T07:56:21.313Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:56:21.313Zwarn: /opt/ooce/bin
332026-03-16T07:56:21.313Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:56:21.313Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:56:21.316Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:56:21.316Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:56:21.316Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:56:21.316Zerror: cannot install while Rust is installed
392026-03-16T07:56:21.316Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:56:21.316Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:56:21.316Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:56:21.316Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:56:21.316Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:56:21.325Zinfo: profile set to default
452026-03-16T07:56:21.325Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:56:21.328Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:56:21.477Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:56:21.480Zinfo: downloading 6 components
492026-03-16T07:56:38.775Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-16T07:56:38.775Z
512026-03-16T07:56:38.809Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:56:38.809Z
532026-03-16T07:56:38.812Z
542026-03-16T07:56:38.812ZRust is installed now. Great!
552026-03-16T07:56:38.812Z
562026-03-16T07:56:38.812ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:56:38.812Zenvironment variable. This has not been done automatically.
582026-03-16T07:56:38.812Z
592026-03-16T07:56:38.812ZTo configure your current shell, you need to source
602026-03-16T07:56:38.812Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:56:38.812Z
622026-03-16T07:56:38.812ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:56:38.812Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:56:38.812Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:56:38.812Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:56:38.812Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:56:38.812Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:56:38.812Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:56:38.812Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:56:38.812Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:56:38.908Z+ rustup --version
722026-03-16T07:56:38.919Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:56:38.922Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:56:38.944Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:56:38.947Z+ cargo --version
762026-03-16T07:56:38.964Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:56:38.966Z+ rustc --version
782026-03-16T07:56:38.991Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:56:38.994Zprocess exited: duration 19538 ms, exit code 0
 
802026-03-16T07:56:39.000Zstarting task 2: "authentication"
812026-03-16T07:56:39.020Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:56:39.027Zstarting task 3: "clone repository"
832026-03-16T07:56:39.031Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:56:39.033Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:56:39.069ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:56:39.906Z+ cd /work/oxidecomputer/opte
872026-03-16T07:56:39.906Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:56:40.156ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:56:40.157Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:56:40.164Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:56:40.167Z++ git branch --show-current
922026-03-16T07:56:40.170Z+ current=master
932026-03-16T07:56:40.170Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:56:40.170Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:56:40.173Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:56:40.193ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:56:40.196Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:56:40.199ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:56:40.199Zprocess exited: duration 1172 ms, exit code 0
 
1002026-03-16T07:56:40.205Zstarting task 4: "build"
1012026-03-16T07:56:40.211Z+ source .github/buildomat/common.sh
1022026-03-16T07:56:40.214Z++ rustup show active-toolchain
1032026-03-16T07:56:40.217Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:56:40.220Z++ pushd xde
1052026-03-16T07:56:40.220Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:56:40.220Z++ rustup show active-toolchain
1072026-03-16T07:56:40.224Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:56:40.387Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:56:40.390Zinfo: downloading 6 components
1102026-03-16T07:56:56.447Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:56:56.556Z+++ rustup show active-toolchain -v
1122026-03-16T07:56:56.559Z+++ head -n 1
1132026-03-16T07:56:56.559Z+++ cut '-d ' -f1
1142026-03-16T07:56:56.625Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:56:56.625Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:56:56.625Z++ popd
1172026-03-16T07:56:56.628Z/work/oxidecomputer/opte
1182026-03-16T07:56:56.628Z+ cargo --version
1192026-03-16T07:56:56.638Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-16T07:56:56.641Z+ rustc --version
1212026-03-16T07:56:56.665Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-16T07:56:56.668Z+ cd crates/opte-api
1232026-03-16T07:56:56.668Z+ header 'check API_VERSION'
1242026-03-16T07:56:56.668Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-16T07:56:56.668Z# ==== check API_VERSION ==== #
1262026-03-16T07:56:56.668Z+ ./check-api-version.sh
1272026-03-16T07:56:56.677Z+ header 'check style'
1282026-03-16T07:56:56.677Z+ echo '# ==== check style ==== #'
1292026-03-16T07:56:56.677Z# ==== check style ==== #
1302026-03-16T07:56:56.681Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-16T07:56:56.789Z
1322026-03-16T07:56:56.792Zreal 0.107920335
1332026-03-16T07:56:56.792Zuser 0.063238627
1342026-03-16T07:56:56.792Zsys 0.040336948
1352026-03-16T07:56:56.792Ztrap 0.000000279
1362026-03-16T07:56:56.792Ztflt 0.000031060
1372026-03-16T07:56:56.792Zdflt 0.000009806
1382026-03-16T07:56:56.792Zkflt 0.000000000
1392026-03-16T07:56:56.792Zlock 0.062495628
1402026-03-16T07:56:56.792Zslp 0.083922706
1412026-03-16T07:56:56.792Zlat 0.000243147
1422026-03-16T07:56:56.792Zstop 0.000113149
1432026-03-16T07:56:56.792Z+ header 'analyze std'
1442026-03-16T07:56:56.792Z+ echo '# ==== analyze std ==== #'
1452026-03-16T07:56:56.792Z# ==== analyze std ==== #
1462026-03-16T07:56:56.792Z+ ptime -m cargo clippy --all-targets
1472026-03-16T07:56:56.962Z Updating crates.io index
1482026-03-16T07:56:57.002Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-16T07:56:58.081Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-16T07:56:58.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-16T07:56:58.722Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-16T07:56:59.007Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-16T07:56:59.434Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-16T07:56:59.712Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-16T07:57:02.227Z Downloading crates ...
1562026-03-16T07:57:02.274Z Downloaded embedded-io v0.4.0
1572026-03-16T07:57:02.279Z Downloaded hash32 v0.3.1
1582026-03-16T07:57:02.279Z Downloaded managed v0.8.0
1592026-03-16T07:57:02.279Z Downloaded embedded-io v0.6.1
1602026-03-16T07:57:02.279Z Downloaded fnv v1.0.7
1612026-03-16T07:57:02.285Z Downloaded strsim v0.11.1
1622026-03-16T07:57:02.285Z Downloaded macaddr v1.0.1
1632026-03-16T07:57:02.285Z Downloaded defmt-parser v1.0.0
1642026-03-16T07:57:02.285Z Downloaded stable_deref_trait v1.2.1
1652026-03-16T07:57:02.289Z Downloaded cfg-if v1.0.4
1662026-03-16T07:57:02.289Z Downloaded proc-macro-error-attr2 v2.0.0
1672026-03-16T07:57:02.289Z Downloaded defmt v0.3.100
1682026-03-16T07:57:02.289Z Downloaded bitflags v2.11.0
1692026-03-16T07:57:02.294Z Downloaded serde v1.0.228
1702026-03-16T07:57:02.298Z Downloaded quote v1.0.45
1712026-03-16T07:57:02.298Z Downloaded ident_case v1.0.1
1722026-03-16T07:57:02.298Z Downloaded ipnetwork v0.21.1
1732026-03-16T07:57:02.304Z Downloaded bitflags v1.3.2
1742026-03-16T07:57:02.308Z Downloaded darling_macro v0.21.3
1752026-03-16T07:57:02.313Z Downloaded cobs v0.3.0
1762026-03-16T07:57:02.320Z Downloaded ingot-types v0.1.2
1772026-03-16T07:57:02.320Z Downloaded byteorder v1.5.0
1782026-03-16T07:57:02.320Z Downloaded thiserror v2.0.18
1792026-03-16T07:57:02.327Z Downloaded ingot v0.1.1
1802026-03-16T07:57:02.327Z Downloaded defmt-macros v1.0.1
1812026-03-16T07:57:02.336Z Downloaded thiserror-impl v2.0.18
1822026-03-16T07:57:02.340Z Downloaded either v1.15.0
1832026-03-16T07:57:02.345Z Downloaded proc-macro-error2 v2.0.1
1842026-03-16T07:57:02.353Z Downloaded postcard v1.1.3
1852026-03-16T07:57:02.358Z Downloaded ingot-macros v0.1.1
1862026-03-16T07:57:02.358Z Downloaded defmt v1.0.1
1872026-03-16T07:57:02.368Z Downloaded darling v0.21.3
1882026-03-16T07:57:02.378Z Downloaded unicode-ident v1.0.24
1892026-03-16T07:57:02.378Z Downloaded serde_core v1.0.228
1902026-03-16T07:57:02.378Z Downloaded serde_derive v1.0.228
1912026-03-16T07:57:02.378Z Downloaded proc-macro2 v1.0.106
1922026-03-16T07:57:02.378Z Downloaded darling_core v0.21.3
1932026-03-16T07:57:02.385Z Downloaded memchr v2.8.0
1942026-03-16T07:57:02.389Z Downloaded heapless v0.8.0
1952026-03-16T07:57:02.412Z Downloaded zerocopy-derive v0.8.42
1962026-03-16T07:57:02.422Z Downloaded aho-corasick v1.1.4
1972026-03-16T07:57:02.422Z Downloaded itertools v0.14.0
1982026-03-16T07:57:02.429Z Downloaded regex v1.12.3
1992026-03-16T07:57:02.474Z Downloaded zerocopy v0.8.42
2002026-03-16T07:57:02.481Z Downloaded syn v2.0.117
2012026-03-16T07:57:02.496Z Downloaded smoltcp v0.11.0
2022026-03-16T07:57:02.502Z Downloaded regex-syntax v0.8.10
2032026-03-16T07:57:02.512Z Downloaded regex-automata v0.4.14
2042026-03-16T07:57:02.556Z Compiling proc-macro2 v1.0.106
2052026-03-16T07:57:02.556Z Compiling unicode-ident v1.0.24
2062026-03-16T07:57:02.569Z Compiling quote v1.0.45
2072026-03-16T07:57:02.569Z Compiling strsim v0.11.1
2082026-03-16T07:57:02.569Z Compiling fnv v1.0.7
2092026-03-16T07:57:02.570Z Compiling memchr v2.8.0
2102026-03-16T07:57:02.570Z Compiling ident_case v1.0.1
2112026-03-16T07:57:02.570Z Compiling regex-syntax v0.8.10
2122026-03-16T07:57:02.754Z Compiling serde_core v1.0.228
2132026-03-16T07:57:02.777Z Compiling serde v1.0.228
2142026-03-16T07:57:02.781Z Compiling zerocopy v0.8.42
2152026-03-16T07:57:03.017Z Compiling either v1.15.0
2162026-03-16T07:57:03.103Z Compiling thiserror v2.0.18
2172026-03-16T07:57:03.159Z Compiling aho-corasick v1.1.4
2182026-03-16T07:57:03.264Z Compiling itertools v0.14.0
2192026-03-16T07:57:03.374Z Checking byteorder v1.5.0
2202026-03-16T07:57:03.390Z Compiling heapless v0.8.0
2212026-03-16T07:57:03.573Z Checking hash32 v0.3.1
2222026-03-16T07:57:03.696Z Checking bitflags v2.11.0
2232026-03-16T07:57:03.760Z Checking macaddr v1.0.1
2242026-03-16T07:57:03.866Z Checking stable_deref_trait v1.2.1
2252026-03-16T07:57:03.937Z Compiling smoltcp v0.11.0
2262026-03-16T07:57:04.192Z Compiling syn v2.0.117
2272026-03-16T07:57:04.237Z Checking bitflags v1.3.2
2282026-03-16T07:57:04.307Z Checking cfg-if v1.0.4
2292026-03-16T07:57:04.357Z Checking managed v0.8.0
2302026-03-16T07:57:04.370Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-16T07:57:04.424Z Checking ipnetwork v0.21.1
2322026-03-16T07:57:04.582Z Compiling regex-automata v0.4.14
2332026-03-16T07:57:06.643Z Compiling regex v1.12.3
2342026-03-16T07:57:07.377Z Compiling darling_core v0.21.3
2352026-03-16T07:57:07.847Z Compiling thiserror-impl v2.0.18
2362026-03-16T07:57:07.851Z Compiling zerocopy-derive v0.8.42
2372026-03-16T07:57:07.851Z Compiling serde_derive v1.0.228
2382026-03-16T07:57:09.103Z Checking cobs v0.3.0
2392026-03-16T07:57:09.260Z Compiling darling_macro v0.21.3
2402026-03-16T07:57:09.900Z Compiling darling v0.21.3
2412026-03-16T07:57:09.972Z Compiling ingot-macros v0.1.1
2422026-03-16T07:57:10.881Z Checking postcard v1.1.3
2432026-03-16T07:57:12.868Z Checking ingot-types v0.1.2
2442026-03-16T07:57:13.249Z Checking ingot v0.1.1
2452026-03-16T07:57:15.154Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-16T07:57:16.532Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.67s
2472026-03-16T07:57:16.653Z
2482026-03-16T07:57:16.657Zreal 19.854782931
2492026-03-16T07:57:16.657Zuser 43.758400912
2502026-03-16T07:57:16.657Zsys 7.317705886
2512026-03-16T07:57:16.657Ztrap 0.019986993
2522026-03-16T07:57:16.657Ztflt 0.137914633
2532026-03-16T07:57:16.657Zdflt 0.189074616
2542026-03-16T07:57:16.657Zkflt 0.001844473
2552026-03-16T07:57:16.657Zlock 2:12.805619781
2562026-03-16T07:57:16.657Zslp 2:03.319390690
2572026-03-16T07:57:16.657Zlat 1.419849564
2582026-03-16T07:57:16.657Zstop 5.572521920
2592026-03-16T07:57:16.657Z+ header 'analyze no_std'
2602026-03-16T07:57:16.657Z+ echo '# ==== analyze no_std ==== #'
2612026-03-16T07:57:16.657Z# ==== analyze no_std ==== #
2622026-03-16T07:57:16.657Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-16T07:57:16.791Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-16T07:57:17.083Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-16T07:57:18.426Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.72s
2662026-03-16T07:57:18.449Z
2672026-03-16T07:57:18.452Zreal 1.789472606
2682026-03-16T07:57:18.452Zuser 2.639996247
2692026-03-16T07:57:18.453Zsys 0.312883545
2702026-03-16T07:57:18.453Ztrap 0.000332394
2712026-03-16T07:57:18.453Ztflt 0.000018403
2722026-03-16T07:57:18.453Zdflt 0.000047926
2732026-03-16T07:57:18.453Zkflt 0.000000000
2742026-03-16T07:57:18.453Zlock 6.526056030
2752026-03-16T07:57:18.453Zslp 7.281089181
2762026-03-16T07:57:18.453Zlat 0.000479303
2772026-03-16T07:57:18.453Zstop 0.050463276
2782026-03-16T07:57:18.453Z+ header test
2792026-03-16T07:57:18.453Z+ echo '# ==== test ==== #'
2802026-03-16T07:57:18.453Z# ==== test ==== #
2812026-03-16T07:57:18.453Z+ ptime -m cargo test
2822026-03-16T07:57:18.623Z Compiling byteorder v1.5.0
2832026-03-16T07:57:18.623Z Compiling serde_core v1.0.228
2842026-03-16T07:57:18.627Z Compiling bitflags v2.11.0
2852026-03-16T07:57:18.627Z Compiling macaddr v1.0.1
2862026-03-16T07:57:18.649Z Compiling thiserror v2.0.18
2872026-03-16T07:57:18.652Z Compiling zerocopy v0.8.42
2882026-03-16T07:57:18.655Z Compiling stable_deref_trait v1.2.1
2892026-03-16T07:57:18.658Z Compiling bitflags v1.3.2
2902026-03-16T07:57:18.720Z Compiling cobs v0.3.0
2912026-03-16T07:57:18.720Z Compiling cfg-if v1.0.4
2922026-03-16T07:57:18.752Z Compiling managed v0.8.0
2932026-03-16T07:57:18.783Z Compiling ipnetwork v0.21.1
2942026-03-16T07:57:18.850Z Compiling hash32 v0.3.1
2952026-03-16T07:57:18.940Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-03-16T07:57:19.023Z Compiling heapless v0.8.0
2972026-03-16T07:57:19.495Z Compiling smoltcp v0.11.0
2982026-03-16T07:57:20.832Z Compiling serde v1.0.228
2992026-03-16T07:57:21.388Z Compiling postcard v1.1.3
3002026-03-16T07:57:22.476Z Compiling ingot-types v0.1.2
3012026-03-16T07:57:22.868Z Compiling ingot v0.1.1
3022026-03-16T07:57:24.922Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-16T07:57:27.161Z Finished `test` profile [optimized + debuginfo] target(s) in 8.69s
3042026-03-16T07:57:27.173Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-6cfda9c79a8cbd88)
3052026-03-16T07:57:27.176Z
3062026-03-16T07:57:27.176Zrunning 25 tests
3072026-03-16T07:57:27.177Ztest encap::test::bad_vni ... ok
3082026-03-16T07:57:27.177Ztest encap::test::good_vni ... ok
3092026-03-16T07:57:27.177Ztest encap::test::vni_round_trip ... ok
3102026-03-16T07:57:27.177Ztest dns::tests::test_domain_name ... ok
3112026-03-16T07:57:27.177Ztest ip::test::bad_prefix_len ... ok
3122026-03-16T07:57:27.177Ztest ip::test::bad_cidr ... ok
3132026-03-16T07:57:27.177Ztest ip::test::dhcp_fqdn ... ok
3142026-03-16T07:57:27.177Ztest ip::test::good_cidr ... ok
3152026-03-16T07:57:27.177Ztest ip::test::ipv4_addr_bad ... ok
3162026-03-16T07:57:27.177Ztest ip::test::ipv4_addr_good ... ok
3172026-03-16T07:57:27.177Ztest ip::test::ipv4_mask ... ok
3182026-03-16T07:57:27.177Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-03-16T07:57:27.177Ztest ip::test::ipv6_is_default ... ok
3202026-03-16T07:57:27.177Ztest ip::test::ipv6_mask ... ok
3212026-03-16T07:57:27.177Ztest ip::test::ipv6_prefix_len ... ok
3222026-03-16T07:57:27.177Ztest ip::test::test_ip_addr_from_str ... ok
3232026-03-16T07:57:27.177Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-03-16T07:57:27.177Ztest ip::test::test_ipv4_multicast_mac ... ok
3252026-03-16T07:57:27.177Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3262026-03-16T07:57:27.177Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-16T07:57:27.177Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-16T07:57:27.177Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-03-16T07:57:27.177Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-03-16T07:57:27.177Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-03-16T07:57:27.177Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-16T07:57:27.177Z
3332026-03-16T07:57:27.177Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-16T07:57:27.177Z
3352026-03-16T07:57:27.177Z Doc-tests opte_api
3362026-03-16T07:57:27.958Z
3372026-03-16T07:57:27.958Zrunning 1 test
3382026-03-16T07:57:27.962Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-16T07:57:27.962Z
3402026-03-16T07:57:27.962Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-16T07:57:27.962Z
3422026-03-16T07:57:27.962Zall doctests ran in 0.56s; merged doctests compilation took 0.56s
3432026-03-16T07:57:27.974Z
3442026-03-16T07:57:27.978Zreal 9.513190679
3452026-03-16T07:57:27.978Zuser 23.852157850
3462026-03-16T07:57:27.978Zsys 2.526235423
3472026-03-16T07:57:27.978Ztrap 0.005334077
3482026-03-16T07:57:27.978Ztflt 0.172020116
3492026-03-16T07:57:27.978Zdflt 0.235571177
3502026-03-16T07:57:27.978Zkflt 0.000002259
3512026-03-16T07:57:27.978Zlock 1:17.547774121
3522026-03-16T07:57:27.978Zslp 43.402414332
3532026-03-16T07:57:27.978Zlat 0.842185607
3542026-03-16T07:57:27.978Zstop 1.197063914
3552026-03-16T07:57:27.978Zprocess exited: duration 47760 ms, exit code 0
 
3562026-03-16T07:57:27.986Zfound 0 output files