01KVM708T7XA5FVY1050WVPDKX: opte-api

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

Buildomat Job: 01KVM70KTMC82EHVT6NDCZ9KRQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-21T04:29:44.244Zjob assigned to worker 01KVM70TWQMMBX2VD5X5G9EHH1 [factory aws, i-0dd1c6c2057ac40dd] (queued for 49 s)
 
22026-06-21T04:29:51.049Zstarting task 0: "setup"
32026-06-21T04:29:51.054Z++ uname -s
42026-06-21T04:29:51.057Z+ kern=SunOS
52026-06-21T04:29:51.057Z+ build_user=build
62026-06-21T04:29:51.057Z+ build_uid=12345
72026-06-21T04:29:51.057Z+ work_dir=/work
82026-06-21T04:29:51.057Z+ input_dir=/input
92026-06-21T04:29:51.057Z+ [[ 0 == 12345 ]]
102026-06-21T04:29:51.057Z+ case "$kern" in
112026-06-21T04:29:51.057Z+ groupadd -g 12345 build
122026-06-21T04:29:51.060Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-21T04:29:53.064Z+ zfs create -o mountpoint=/work rpool/work
142026-06-21T04:29:53.210Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-21T04:29:53.213Z+ home_fs=zfs
162026-06-21T04:29:53.213Z+ [[ zfs == autofs ]]
172026-06-21T04:29:53.213Z+ mkdir -p /home/build
182026-06-21T04:29:53.213Z+ chown build:build /home/build /work
192026-06-21T04:29:55.214Z+ chmod 0700 /home/build /work
202026-06-21T04:29:55.218Zprocess exited: duration 4168 ms, exit code 0
 
212026-06-21T04:29:55.224Zstarting task 1: "rust-toolchain"
222026-06-21T04:29:55.228Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-21T04:29:55.228Z * rust toolchain channel = "1.96.0"
242026-06-21T04:29:55.228Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-21T04:29:55.228Z * rust toolchain profile = "default"
262026-06-21T04:29:55.228Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-21T04:29:55.228Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-21T04:29:55.231Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-21T04:29:55.231Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-21T04:29:55.320Zinfo: downloading installer
312026-06-21T04:29:56.806Zwarn: It looks like you have an existing rustup settings file at:
322026-06-21T04:29:56.806Zwarn: /home/build/.rustup/settings.toml
332026-06-21T04:29:56.806Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-21T04:29:56.806Zwarn: instead of the one inferred from the default host triple.
352026-06-21T04:29:56.818Zinfo: profile set to default
362026-06-21T04:29:56.818Zinfo: default host triple is x86_64-unknown-illumos
372026-06-21T04:29:56.821Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-21T04:29:56.978Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-21T04:29:56.981Zinfo: downloading 6 components
402026-06-21T04:30:13.256Z
412026-06-21T04:30:13.256Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-21T04:30:13.285Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-21T04:30:13.285Z
442026-06-21T04:30:13.286Z
452026-06-21T04:30:13.286ZRust is installed now. Great!
462026-06-21T04:30:13.286Z
472026-06-21T04:30:13.289ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-21T04:30:13.289Zenvironment variable. This has not been done automatically.
492026-06-21T04:30:13.289Z
502026-06-21T04:30:13.289ZTo configure your current shell, you need to source
512026-06-21T04:30:13.289Zthe corresponding env file under $HOME/.cargo.
522026-06-21T04:30:13.289Z
532026-06-21T04:30:13.289ZThis is usually done by running one of the following (note the leading DOT):
542026-06-21T04:30:13.289Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-21T04:30:13.289Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-21T04:30:13.289Zsource "~/.cargo/env.nu" # For nushell
572026-06-21T04:30:13.290Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-21T04:30:13.290Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-21T04:30:13.290Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-21T04:30:13.290Zwarn: no default linker (`cc`) was found in your PATH
612026-06-21T04:30:13.290Zwarn: many Rust crates require a system C toolchain to build
622026-06-21T04:30:13.371Z+ rustup --version
632026-06-21T04:30:13.417Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-21T04:30:13.417Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-21T04:30:13.417Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-21T04:30:13.417Z+ cargo --version
672026-06-21T04:30:13.417Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-21T04:30:13.421Z+ rustc --version
692026-06-21T04:30:13.438Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-21T04:30:13.442Zprocess exited: duration 18215 ms, exit code 0
 
712026-06-21T04:30:13.449Zstarting task 2: "authentication"
722026-06-21T04:30:13.465Zprocess exited: duration 16 ms, exit code 0
 
732026-06-21T04:30:13.472Zstarting task 3: "clone repository"
742026-06-21T04:30:13.475Z+ mkdir -p /work/oxidecomputer/opte
752026-06-21T04:30:13.479Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-21T04:30:13.507ZCloning into '/work/oxidecomputer/opte'...
772026-06-21T04:30:14.309Z+ cd /work/oxidecomputer/opte
782026-06-21T04:30:14.309Z+ git fetch origin e02f36f315434dba17735ebe14165d251d1e7fb8
792026-06-21T04:30:14.520ZFrom https://github.com/oxidecomputer/opte
802026-06-21T04:30:14.520Z * branch e02f36f315434dba17735ebe14165d251d1e7fb8 -> FETCH_HEAD
812026-06-21T04:30:14.526Z+ [[ -n renovate/rust-1.x ]]
822026-06-21T04:30:14.529Z++ git branch --show-current
832026-06-21T04:30:14.529Z+ current=master
842026-06-21T04:30:14.529Z+ [[ master != renovate/rust-1.x ]]
852026-06-21T04:30:14.529Z+ git branch -f renovate/rust-1.x e02f36f315434dba17735ebe14165d251d1e7fb8
862026-06-21T04:30:14.532Z+ git checkout -f renovate/rust-1.x
872026-06-21T04:30:14.547ZSwitched to branch 'renovate/rust-1.x'
882026-06-21T04:30:14.550Z+ git reset --hard e02f36f315434dba17735ebe14165d251d1e7fb8
892026-06-21T04:30:14.564ZHEAD is now at e02f36f Update Rust to nightly-2026-06-21
902026-06-21T04:30:14.566Zprocess exited: duration 1092 ms, exit code 0
 
912026-06-21T04:30:14.572Zstarting task 4: "build"
922026-06-21T04:30:14.576Z+ source .github/buildomat/common.sh
932026-06-21T04:30:14.579Z++ rustup show active-toolchain
942026-06-21T04:30:14.582Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-21T04:30:14.584Z++ pushd xde
962026-06-21T04:30:14.584Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-21T04:30:14.585Z++ rustup show active-toolchain
982026-06-21T04:30:14.588Zinfo: syncing channel updates for nightly-2026-06-21-x86_64-unknown-illumos
992026-06-21T04:30:14.761Zinfo: latest update on 2026-06-21 for version 1.98.0-nightly (8b6558a02 2026-06-20)
1002026-06-21T04:30:14.764Zinfo: downloading 6 components
1012026-06-21T04:30:28.623Znightly-2026-06-21-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-21T04:30:28.718Z+++ rustup show active-toolchain -v
1032026-06-21T04:30:28.721Z+++ head -n 1
1042026-06-21T04:30:28.721Z+++ cut '-d ' -f1
1052026-06-21T04:30:28.772Z++ export NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1062026-06-21T04:30:28.772Z++ NIGHTLY=nightly-2026-06-21-x86_64-unknown-illumos
1072026-06-21T04:30:28.772Z++ popd
1082026-06-21T04:30:28.775Z/work/oxidecomputer/opte
1092026-06-21T04:30:28.775Z+ cargo --version
1102026-06-21T04:30:28.781Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-21T04:30:28.785Z+ rustc --version
1122026-06-21T04:30:28.803Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-21T04:30:28.806Z+ cd crates/opte-api
1142026-06-21T04:30:28.806Z+ header 'check API_VERSION'
1152026-06-21T04:30:28.806Z+ echo '# ==== check API_VERSION ==== #'
1162026-06-21T04:30:28.806Z# ==== check API_VERSION ==== #
1172026-06-21T04:30:28.807Z+ ./check-api-version.sh
1182026-06-21T04:30:28.812Z+ header 'check style'
1192026-06-21T04:30:28.812Z+ echo '# ==== check style ==== #'
1202026-06-21T04:30:28.812Z# ==== check style ==== #
1212026-06-21T04:30:28.812Z+ ptime -m cargo +nightly-2026-06-21-x86_64-unknown-illumos fmt -- --check
1222026-06-21T04:30:28.890Z
1232026-06-21T04:30:28.890Zreal 0.075202761
1242026-06-21T04:30:28.890Zuser 0.044030426
1252026-06-21T04:30:28.890Zsys 0.028557471
1262026-06-21T04:30:28.890Ztrap 0.000000189
1272026-06-21T04:30:28.890Ztflt 0.000003519
1282026-06-21T04:30:28.890Zdflt 0.000002729
1292026-06-21T04:30:28.890Zkflt 0.000000659
1302026-06-21T04:30:28.890Zlock 0.030908896
1312026-06-21T04:30:28.894Zslp 0.055583220
1322026-06-21T04:30:28.894Zlat 0.000723701
1332026-06-21T04:30:28.894Zstop 0.000097241
1342026-06-21T04:30:28.894Z+ header 'analyze std'
1352026-06-21T04:30:28.894Z+ echo '# ==== analyze std ==== #'
1362026-06-21T04:30:28.894Z+ ptime -m cargo clippy --all-targets
1372026-06-21T04:30:28.894Z# ==== analyze std ==== #
1382026-06-21T04:30:29.021Z Updating crates.io index
1392026-06-21T04:30:29.025Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-06-21T04:30:29.655Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-06-21T04:30:29.898Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-06-21T04:30:30.214Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-06-21T04:30:30.431Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-06-21T04:30:30.667Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-06-21T04:30:30.910Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-06-21T04:30:32.831Z Downloading crates ...
1472026-06-21T04:30:32.893Z Downloaded strsim v0.11.1
1482026-06-21T04:30:32.896Z Downloaded fnv v1.0.7
1492026-06-21T04:30:32.899Z Downloaded darling_macro v0.21.3
1502026-06-21T04:30:32.899Z Downloaded stable_deref_trait v1.2.1
1512026-06-21T04:30:32.899Z Downloaded managed v0.8.0
1522026-06-21T04:30:32.902Z Downloaded defmt-parser v1.0.0
1532026-06-21T04:30:32.905Z Downloaded aho-corasick v1.1.4
1542026-06-21T04:30:32.908Z Downloaded macaddr v1.0.1
1552026-06-21T04:30:32.911Z Downloaded ident_case v1.0.1
1562026-06-21T04:30:32.914Z Downloaded hash32 v0.3.1
1572026-06-21T04:30:32.917Z Downloaded cobs v0.3.0
1582026-06-21T04:30:32.920Z Downloaded embedded-io v0.6.1
1592026-06-21T04:30:32.925Z Downloaded proc-macro-error-attr2 v2.0.0
1602026-06-21T04:30:32.928Z Downloaded bitflags v1.3.2
1612026-06-21T04:30:32.942Z Downloaded defmt v0.3.100
1622026-06-21T04:30:32.945Z Downloaded embedded-io v0.4.0
1632026-06-21T04:30:32.945Z Downloaded either v1.16.0
1642026-06-21T04:30:32.948Z Downloaded ipnetwork v0.21.1
1652026-06-21T04:30:32.951Z Downloaded ingot-types v0.1.2
1662026-06-21T04:30:32.956Z Downloaded ingot-macros v0.1.1
1672026-06-21T04:30:32.959Z Downloaded defmt v1.1.0
1682026-06-21T04:30:32.962Z Downloaded thiserror-impl v2.0.18
1692026-06-21T04:30:32.962Z Downloaded defmt-macros v1.1.0
1702026-06-21T04:30:32.964Z Downloaded darling v0.21.3
1712026-06-21T04:30:32.971Z Downloaded ingot v0.1.1
1722026-06-21T04:30:32.976Z Downloaded bitflags v2.13.0
1732026-06-21T04:30:32.979Z Downloaded serde_derive v1.0.228
1742026-06-21T04:30:32.981Z Downloaded proc-macro-error2 v2.0.1
1752026-06-21T04:30:32.981Z Downloaded postcard v1.1.3
1762026-06-21T04:30:32.984Z Downloaded thiserror v2.0.18
1772026-06-21T04:30:32.987Z Downloaded byteorder v1.5.0
1782026-06-21T04:30:32.987Z Downloaded unicode-ident v1.0.24
1792026-06-21T04:30:32.990Z Downloaded serde_core v1.0.228
1802026-06-21T04:30:32.997Z Downloaded proc-macro2 v1.0.106
1812026-06-21T04:30:33.000Z Downloaded cfg-if v1.0.4
1822026-06-21T04:30:33.003Z Downloaded heapless v0.8.0
1832026-06-21T04:30:33.009Z Downloaded serde v1.0.228
1842026-06-21T04:30:33.011Z Downloaded darling_core v0.21.3
1852026-06-21T04:30:33.014Z Downloaded quote v1.0.45
1862026-06-21T04:30:33.017Z Downloaded zerocopy-derive v0.8.52
1872026-06-21T04:30:33.026Z Downloaded memchr v2.8.2
1882026-06-21T04:30:33.062Z Downloaded itertools v0.14.0
1892026-06-21T04:30:33.066Z Downloaded regex v1.12.4
1902026-06-21T04:30:33.112Z Downloaded syn v2.0.117
1912026-06-21T04:30:33.119Z Downloaded zerocopy v0.8.52
1922026-06-21T04:30:33.129Z Downloaded smoltcp v0.11.0
1932026-06-21T04:30:33.136Z Downloaded regex-syntax v0.8.11
1942026-06-21T04:30:33.143Z Downloaded regex-automata v0.4.14
1952026-06-21T04:30:33.179Z Compiling proc-macro2 v1.0.106
1962026-06-21T04:30:33.182Z Compiling unicode-ident v1.0.24
1972026-06-21T04:30:33.182Z Compiling quote v1.0.45
1982026-06-21T04:30:33.182Z Compiling ident_case v1.0.1
1992026-06-21T04:30:33.182Z Compiling strsim v0.11.1
2002026-06-21T04:30:33.182Z Compiling fnv v1.0.7
2012026-06-21T04:30:33.183Z Compiling memchr v2.8.2
2022026-06-21T04:30:33.183Z Compiling regex-syntax v0.8.11
2032026-06-21T04:30:33.358Z Compiling serde_core v1.0.228
2042026-06-21T04:30:33.370Z Compiling zerocopy v0.8.52
2052026-06-21T04:30:33.379Z Compiling thiserror v2.0.18
2062026-06-21T04:30:33.542Z Compiling either v1.16.0
2072026-06-21T04:30:34.632Z Compiling aho-corasick v1.1.4
2082026-06-21T04:30:34.635Z Compiling serde v1.0.228
2092026-06-21T04:30:34.635Z Compiling itertools v0.14.0
2102026-06-21T04:30:34.635Z Checking byteorder v1.5.0
2112026-06-21T04:30:34.635Z Compiling heapless v0.8.0
2122026-06-21T04:30:34.635Z Checking hash32 v0.3.1
2132026-06-21T04:30:34.635Z Checking stable_deref_trait v1.2.1
2142026-06-21T04:30:34.635Z Checking macaddr v1.0.1
2152026-06-21T04:30:34.635Z Checking bitflags v2.13.0
2162026-06-21T04:30:34.635Z Compiling smoltcp v0.11.0
2172026-06-21T04:30:34.635Z Checking cfg-if v1.0.4
2182026-06-21T04:30:34.635Z Compiling syn v2.0.117
2192026-06-21T04:30:34.635Z Checking managed v0.8.0
2202026-06-21T04:30:34.635Z Checking bitflags v1.3.2
2212026-06-21T04:30:34.635Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-06-21T04:30:34.665Z Compiling regex-automata v0.4.14
2232026-06-21T04:30:34.843Z Checking ipnetwork v0.21.1
2242026-06-21T04:30:36.154Z Compiling regex v1.12.4
2252026-06-21T04:30:36.606Z Compiling darling_core v0.21.3
2262026-06-21T04:30:36.933Z Compiling zerocopy-derive v0.8.52
2272026-06-21T04:30:36.933Z Compiling thiserror-impl v2.0.18
2282026-06-21T04:30:36.936Z Compiling serde_derive v1.0.228
2292026-06-21T04:30:37.888Z Checking cobs v0.3.0
2302026-06-21T04:30:37.918Z Compiling darling_macro v0.21.3
2312026-06-21T04:30:38.390Z Compiling darling v0.21.3
2322026-06-21T04:30:38.448Z Compiling ingot-macros v0.1.1
2332026-06-21T04:30:39.127Z Checking postcard v1.1.3
2342026-06-21T04:30:40.408Z Checking ingot-types v0.1.2
2352026-06-21T04:30:40.667Z Checking ingot v0.1.1
2362026-06-21T04:31:41.893Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-06-21T04:31:41.934Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.97s
2382026-06-21T04:31:41.934Z
2392026-06-21T04:31:41.934Zreal 14.110897791
2402026-06-21T04:31:41.934Zuser 30.252829556
2412026-06-21T04:31:41.934Zsys 5.865385623
2422026-06-21T04:31:41.934Ztrap 0.011123091
2432026-06-21T04:31:41.934Ztflt 0.100220401
2442026-06-21T04:31:41.934Zdflt 0.188814045
2452026-06-21T04:31:41.934Zkflt 0.002994116
2462026-06-21T04:31:41.934Zlock 1:51.770162914
2472026-06-21T04:31:41.934Zslp 1:29.165837788
2482026-06-21T04:31:41.934Zlat 1.861486797
2492026-06-21T04:31:41.934Zstop 5.020946487
2502026-06-21T04:31:41.934Z+ header 'analyze no_std'
2512026-06-21T04:31:41.935Z+ echo '# ==== analyze no_std ==== #'
2522026-06-21T04:31:41.935Z# ==== analyze no_std ==== #
2532026-06-21T04:31:41.935Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-06-21T04:31:41.935Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-06-21T04:31:41.935Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-06-21T04:31:41.935Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2572026-06-21T04:31:41.935Z
2582026-06-21T04:31:41.935Zreal 1.326658044
2592026-06-21T04:31:41.935Zuser 1.885380089
2602026-06-21T04:31:41.935Zsys 0.262719752
2612026-06-21T04:31:41.935Ztrap 0.000167681
2622026-06-21T04:31:41.935Ztflt 0.000061612
2632026-06-21T04:31:41.935Zdflt 0.000128607
2642026-06-21T04:31:41.935Zkflt 0.000000000
2652026-06-21T04:31:41.935Zlock 4.365407118
2662026-06-21T04:31:41.935Zslp 5.306656296
2672026-06-21T04:31:41.935Zlat 0.002347838
2682026-06-21T04:31:41.935Zstop 0.041916154
2692026-06-21T04:31:41.935Z+ header test
2702026-06-21T04:31:41.935Z+ echo '# ==== test ==== #'
2712026-06-21T04:31:41.935Z# ==== test ==== #
2722026-06-21T04:31:41.935Z+ ptime -m cargo test
2732026-06-21T04:31:41.935Z Compiling serde_core v1.0.228
2742026-06-21T04:31:41.935Z Compiling byteorder v1.5.0
2752026-06-21T04:31:41.935Z Compiling macaddr v1.0.1
2762026-06-21T04:31:41.935Z Compiling bitflags v2.13.0
2772026-06-21T04:31:41.935Z Compiling thiserror v2.0.18
2782026-06-21T04:31:41.935Z Compiling zerocopy v0.8.52
2792026-06-21T04:31:41.935Z Compiling stable_deref_trait v1.2.1
2802026-06-21T04:31:41.935Z Compiling bitflags v1.3.2
2812026-06-21T04:31:41.935Z Compiling cobs v0.3.0
2822026-06-21T04:31:41.935Z Compiling managed v0.8.0
2832026-06-21T04:31:41.935Z Compiling cfg-if v1.0.4
2842026-06-21T04:31:41.935Z Compiling hash32 v0.3.1
2852026-06-21T04:31:41.935Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-06-21T04:31:41.935Z Compiling heapless v0.8.0
2872026-06-21T04:31:41.935Z Compiling ipnetwork v0.21.1
2882026-06-21T04:31:41.935Z Compiling smoltcp v0.11.0
2892026-06-21T04:31:41.935Z Compiling serde v1.0.228
2902026-06-21T04:31:41.947Z Compiling postcard v1.1.3
2912026-06-21T04:31:41.982Z Compiling ingot-types v0.1.2
2922026-06-21T04:31:41.982Z Compiling ingot v0.1.1
2932026-06-21T04:31:41.982Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-06-21T04:31:41.982Z Finished `test` profile [optimized + debuginfo] target(s) in 6.01s
2952026-06-21T04:31:41.982Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-c2bcaa8451043049)
2962026-06-21T04:31:41.982Z
2972026-06-21T04:31:41.982Zrunning 25 tests
2982026-06-21T04:31:41.982Ztest encap::test::good_vni ... ok
2992026-06-21T04:31:41.982Ztest dns::tests::test_domain_name ... ok
3002026-06-21T04:31:41.982Ztest encap::test::bad_vni ... ok
3012026-06-21T04:31:41.982Ztest ip::test::bad_cidr ... ok
3022026-06-21T04:31:41.982Ztest encap::test::vni_round_trip ... ok
3032026-06-21T04:31:41.982Ztest ip::test::dhcp_fqdn ... ok
3042026-06-21T04:31:41.982Ztest ip::test::bad_prefix_len ... ok
3052026-06-21T04:31:41.982Ztest ip::test::good_cidr ... ok
3062026-06-21T04:31:41.982Ztest ip::test::ipv4_addr_bad ... ok
3072026-06-21T04:31:41.982Ztest ip::test::ipv4_addr_good ... ok
3082026-06-21T04:31:41.982Ztest ip::test::ipv4_mask ... ok
3092026-06-21T04:31:41.982Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-06-21T04:31:41.982Ztest ip::test::ipv6_is_default ... ok
3112026-06-21T04:31:41.983Ztest ip::test::ipv6_mask ... ok
3122026-06-21T04:31:41.983Ztest ip::test::ipv6_prefix_len ... ok
3132026-06-21T04:31:41.983Ztest ip::test::test_ip_cidr_from_str ... ok
3142026-06-21T04:31:41.983Ztest ip::test::test_ip_addr_from_str ... ok
3152026-06-21T04:31:41.983Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-06-21T04:31:41.983Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-06-21T04:31:41.983Ztest ip::test::test_ipv6_is_multicast ... ok
3182026-06-21T04:31:41.983Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-06-21T04:31:41.983Ztest ip::test::test_ipv6_multicast_mac ... ok
3202026-06-21T04:31:41.983Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3212026-06-21T04:31:41.983Ztest ip::test::test_ipv6_from_const ... ok
3222026-06-21T04:31:41.983Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-06-21T04:31:41.983Z
3242026-06-21T04:31:41.983Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-06-21T04:31:41.983Z
3262026-06-21T04:31:41.983Z Doc-tests opte_api
3272026-06-21T04:31:41.983Z
3282026-06-21T04:31:41.983Zrunning 1 test
3292026-06-21T04:31:41.983Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-06-21T04:31:41.983Z
3312026-06-21T04:31:41.983Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-21T04:31:41.983Z
3332026-06-21T04:31:41.983Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3342026-06-21T04:31:41.983Z
3352026-06-21T04:31:41.983Zreal 6.627109112
3362026-06-21T04:31:41.983Zuser 17.201125649
3372026-06-21T04:31:41.983Zsys 2.047116978
3382026-06-21T04:31:41.983Ztrap 0.005061281
3392026-06-21T04:31:41.983Ztflt 0.155596659
3402026-06-21T04:31:41.983Zdflt 0.162132915
3412026-06-21T04:31:41.983Zkflt 0.001100338
3422026-06-21T04:31:41.983Zlock 53.518099991
3432026-06-21T04:31:41.983Zslp 31.592946887
3442026-06-21T04:31:41.984Zlat 0.789796856
3452026-06-21T04:31:41.984Zstop 0.630259126
3462026-06-21T04:31:41.984Zprocess exited: duration 36401 ms, exit code 0
 
3472026-06-21T04:31:42.023Zfound 0 output files