01KSSHMZH9YC53F0HRHZ86WH09: opte-api

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

Buildomat Job: 01KSSHNAY33B4TWEWVQCYYN8AZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T09:40:38.814Zjob assigned to worker 01KSSHNKJQ3FTEN4KCV9CP367B [factory aws, i-0545ac8e48f38746c] (queued for 50 s)
 
22026-05-29T09:40:45.531Zstarting task 0: "setup"
32026-05-29T09:40:45.535Z++ uname -s
42026-05-29T09:40:45.538Z+ kern=SunOS
52026-05-29T09:40:45.538Z+ build_user=build
62026-05-29T09:40:45.538Z+ build_uid=12345
72026-05-29T09:40:45.538Z+ work_dir=/work
82026-05-29T09:40:45.538Z+ input_dir=/input
92026-05-29T09:40:45.538Z+ [[ 0 == 12345 ]]
102026-05-29T09:40:45.538Z+ case "$kern" in
112026-05-29T09:40:45.538Z+ groupadd -g 12345 build
122026-05-29T09:40:45.541Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T09:40:47.545Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T09:40:47.687Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T09:40:47.690Z+ home_fs=zfs
162026-05-29T09:40:47.690Z+ [[ zfs == autofs ]]
172026-05-29T09:40:47.690Z+ mkdir -p /home/build
182026-05-29T09:40:47.690Z+ chown build:build /home/build /work
192026-05-29T09:40:49.692Z+ chmod 0700 /home/build /work
202026-05-29T09:40:49.695Zprocess exited: duration 4164 ms, exit code 0
 
212026-05-29T09:40:49.702Zstarting task 1: "rust-toolchain"
222026-05-29T09:40:49.707Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T09:40:49.707Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T09:40:49.710Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T09:40:49.710Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T09:40:49.710Z * rust toolchain channel = "1.95.0"
272026-05-29T09:40:49.710Z * rust toolchain profile = "default"
282026-05-29T09:40:49.710Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T09:40:49.710Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T09:40:49.824Zinfo: downloading installer
312026-05-29T09:40:51.414Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T09:40:51.414Zwarn: /home/build/.rustup/settings.toml
332026-05-29T09:40:51.414Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T09:40:51.414Zwarn: instead of the one inferred from the default host triple.
352026-05-29T09:40:51.427Zinfo: profile set to default
362026-05-29T09:40:51.427Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T09:40:51.430Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T09:40:51.568Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T09:40:51.571Zinfo: downloading 6 components
402026-05-29T09:41:06.294Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T09:41:06.294Z
422026-05-29T09:41:06.322Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T09:41:06.322Z
442026-05-29T09:41:06.322Z
452026-05-29T09:41:06.322ZRust is installed now. Great!
462026-05-29T09:41:06.322Z
472026-05-29T09:41:06.325ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T09:41:06.325Zenvironment variable. This has not been done automatically.
492026-05-29T09:41:06.325Z
502026-05-29T09:41:06.325ZTo configure your current shell, you need to source
512026-05-29T09:41:06.325Zthe corresponding env file under $HOME/.cargo.
522026-05-29T09:41:06.325Z
532026-05-29T09:41:06.325ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T09:41:06.325Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T09:41:06.325Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T09:41:06.325Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T09:41:06.325Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T09:41:06.325Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T09:41:06.325Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T09:41:06.325Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T09:41:06.325Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T09:41:06.406Z+ rustup --version
632026-05-29T09:41:06.415Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T09:41:06.418Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T09:41:06.436Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T09:41:06.439Z+ cargo --version
672026-05-29T09:41:06.453Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T09:41:06.456Z+ rustc --version
692026-05-29T09:41:06.475Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T09:41:06.478Zprocess exited: duration 16775 ms, exit code 0
 
712026-05-29T09:41:06.484Zstarting task 2: "authentication"
722026-05-29T09:41:06.500Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T09:41:06.505Zstarting task 3: "clone repository"
742026-05-29T09:41:06.509Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T09:41:06.512Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T09:41:06.554ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T09:41:07.390Z+ cd /work/oxidecomputer/opte
782026-05-29T09:41:07.391Z+ git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf
792026-05-29T09:41:07.635ZFrom https://github.com/oxidecomputer/opte
802026-05-29T09:41:07.635Z * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD
812026-05-29T09:41:07.640Z+ [[ -n eviction-policy ]]
822026-05-29T09:41:07.643Z++ git branch --show-current
832026-05-29T09:41:07.643Z+ current=master
842026-05-29T09:41:07.643Z+ [[ master != eviction-policy ]]
852026-05-29T09:41:07.643Z+ git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf
862026-05-29T09:41:07.646Z+ git checkout -f eviction-policy
872026-05-29T09:41:07.662ZSwitched to branch 'eviction-policy'
882026-05-29T09:41:07.665Z+ git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf
892026-05-29T09:41:07.678ZHEAD is now at e7d7abd ...thanks, rust-analyzer
902026-05-29T09:41:07.681Zprocess exited: duration 1173 ms, exit code 0
 
912026-05-29T09:41:07.688Zstarting task 4: "build"
922026-05-29T09:41:07.691Z+ source .github/buildomat/common.sh
932026-05-29T09:41:07.691Z++ rustup show active-toolchain
942026-05-29T09:41:07.696Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T09:41:07.699Z++ pushd xde
962026-05-29T09:41:07.699Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T09:41:07.699Z++ rustup show active-toolchain
982026-05-29T09:41:07.702Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T09:41:07.844Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T09:41:07.848Zinfo: downloading 6 components
1012026-05-29T09:41:21.562Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T09:41:21.660Z+++ rustup show active-toolchain -v
1032026-05-29T09:41:21.663Z+++ head -n 1
1042026-05-29T09:41:21.663Z+++ cut '-d ' -f1
1052026-05-29T09:41:21.716Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T09:41:21.716Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T09:41:21.716Z++ popd
1082026-05-29T09:41:21.719Z/work/oxidecomputer/opte
1092026-05-29T09:41:21.719Z+ cargo --version
1102026-05-29T09:41:21.726Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-29T09:41:21.729Z+ rustc --version
1122026-05-29T09:41:21.748Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-29T09:41:21.751Z+ cd crates/opte-api
1142026-05-29T09:41:21.751Z+ header 'check API_VERSION'
1152026-05-29T09:41:21.751Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-29T09:41:21.751Z+ ./check-api-version.sh
1172026-05-29T09:41:21.751Z# ==== check API_VERSION ==== #
1182026-05-29T09:41:21.762Z+ header 'check style'
1192026-05-29T09:41:21.762Z+ echo '# ==== check style ==== #'
1202026-05-29T09:41:21.762Z# ==== check style ==== #
1212026-05-29T09:41:21.765Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-29T09:41:21.844Z
1232026-05-29T09:41:21.844Zreal 0.078289889
1242026-05-29T09:41:21.844Zuser 0.045208938
1252026-05-29T09:41:21.844Zsys 0.029714423
1262026-05-29T09:41:21.844Ztrap 0.000009440
1272026-05-29T09:41:21.844Ztflt 0.000041010
1282026-05-29T09:41:21.844Zdflt 0.000018820
1292026-05-29T09:41:21.844Zkflt 0.000000630
1302026-05-29T09:41:21.844Zlock 0.031602992
1312026-05-29T09:41:21.844Zslp 0.058009087
1322026-05-29T09:41:21.844Zlat 0.000826680
1332026-05-29T09:41:21.844Zstop 0.000106470
1342026-05-29T09:41:21.847Z+ header 'analyze std'
1352026-05-29T09:41:21.847Z+ echo '# ==== analyze std ==== #'
1362026-05-29T09:41:21.847Z# ==== analyze std ==== #
1372026-05-29T09:41:21.847Z+ ptime -m cargo clippy --all-targets
1382026-05-29T09:41:21.984Z Updating crates.io index
1392026-05-29T09:41:21.987Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-29T09:41:22.679Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-29T09:41:23.291Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-29T09:41:23.643Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-29T09:41:24.090Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-29T09:41:24.316Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-29T09:41:24.550Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-29T09:41:26.546Z Downloading crates ...
1472026-05-29T09:41:26.603Z Downloaded aho-corasick v1.1.4
1482026-05-29T09:41:26.608Z Downloaded serde_core v1.0.228
1492026-05-29T09:41:26.615Z Downloaded fnv v1.0.7
1502026-05-29T09:41:26.618Z Downloaded proc-macro-error-attr2 v2.0.0
1512026-05-29T09:41:26.618Z Downloaded embedded-io v0.6.1
1522026-05-29T09:41:26.618Z Downloaded darling_macro v0.21.3
1532026-05-29T09:41:26.623Z Downloaded cfg-if v1.0.4
1542026-05-29T09:41:26.627Z Downloaded ident_case v1.0.1
1552026-05-29T09:41:26.630Z Downloaded hash32 v0.3.1
1562026-05-29T09:41:26.630Z Downloaded strsim v0.11.1
1572026-05-29T09:41:26.633Z Downloaded cobs v0.3.0
1582026-05-29T09:41:26.637Z Downloaded either v1.15.0
1592026-05-29T09:41:26.637Z Downloaded stable_deref_trait v1.2.1
1602026-05-29T09:41:26.641Z Downloaded defmt v0.3.100
1612026-05-29T09:41:26.644Z Downloaded defmt-parser v1.0.0
1622026-05-29T09:41:26.644Z Downloaded managed v0.8.0
1632026-05-29T09:41:26.647Z Downloaded embedded-io v0.4.0
1642026-05-29T09:41:26.650Z Downloaded macaddr v1.0.1
1652026-05-29T09:41:26.651Z Downloaded ingot v0.1.1
1662026-05-29T09:41:26.654Z Downloaded thiserror-impl v2.0.18
1672026-05-29T09:41:26.654Z Downloaded quote v1.0.45
1682026-05-29T09:41:26.654Z Downloaded byteorder v1.5.0
1692026-05-29T09:41:26.667Z Downloaded ingot-types v0.1.2
1702026-05-29T09:41:26.667Z Downloaded thiserror v2.0.18
1712026-05-29T09:41:26.668Z Downloaded defmt-macros v1.0.1
1722026-05-29T09:41:26.668Z Downloaded ipnetwork v0.21.1
1732026-05-29T09:41:26.668Z Downloaded bitflags v1.3.2
1742026-05-29T09:41:26.671Z Downloaded ingot-macros v0.1.1
1752026-05-29T09:41:26.671Z Downloaded proc-macro-error2 v2.0.1
1762026-05-29T09:41:26.674Z Downloaded defmt v1.0.1
1772026-05-29T09:41:26.674Z Downloaded darling v0.21.3
1782026-05-29T09:41:26.677Z Downloaded postcard v1.1.3
1792026-05-29T09:41:26.684Z Downloaded unicode-ident v1.0.24
1802026-05-29T09:41:26.687Z Downloaded proc-macro2 v1.0.106
1812026-05-29T09:41:26.690Z Downloaded serde_derive v1.0.228
1822026-05-29T09:41:26.693Z Downloaded bitflags v2.11.1
1832026-05-29T09:41:26.704Z Downloaded memchr v2.8.0
1842026-05-29T09:41:26.707Z Downloaded heapless v0.8.0
1852026-05-29T09:41:26.710Z Downloaded serde v1.0.228
1862026-05-29T09:41:26.717Z Downloaded darling_core v0.21.3
1872026-05-29T09:41:26.720Z Downloaded zerocopy-derive v0.8.48
1882026-05-29T09:41:26.737Z Downloaded itertools v0.14.0
1892026-05-29T09:41:26.744Z Downloaded regex v1.12.3
1902026-05-29T09:41:26.766Z Downloaded zerocopy v0.8.48
1912026-05-29T09:41:26.782Z Downloaded smoltcp v0.11.0
1922026-05-29T09:41:26.791Z Downloaded syn v2.0.117
1932026-05-29T09:41:26.797Z Downloaded regex-syntax v0.8.10
1942026-05-29T09:41:26.808Z Downloaded regex-automata v0.4.14
1952026-05-29T09:41:26.845Z Compiling proc-macro2 v1.0.106
1962026-05-29T09:41:26.845Z Compiling quote v1.0.45
1972026-05-29T09:41:26.845Z Compiling unicode-ident v1.0.24
1982026-05-29T09:41:26.845Z Compiling fnv v1.0.7
1992026-05-29T09:41:26.845Z Compiling memchr v2.8.0
2002026-05-29T09:41:26.845Z Compiling strsim v0.11.1
2012026-05-29T09:41:26.849Z Compiling ident_case v1.0.1
2022026-05-29T09:41:26.849Z Compiling serde_core v1.0.228
2032026-05-29T09:41:27.012Z Compiling regex-syntax v0.8.10
2042026-05-29T09:41:27.029Z Compiling zerocopy v0.8.48
2052026-05-29T09:41:27.035Z Compiling serde v1.0.228
2062026-05-29T09:41:27.198Z Compiling either v1.15.0
2072026-05-29T09:41:27.308Z Compiling aho-corasick v1.1.4
2082026-05-29T09:41:27.314Z Compiling thiserror v2.0.18
2092026-05-29T09:41:27.372Z Compiling itertools v0.14.0
2102026-05-29T09:41:27.449Z Compiling heapless v0.8.0
2112026-05-29T09:41:27.463Z Checking byteorder v1.5.0
2122026-05-29T09:41:27.624Z Checking hash32 v0.3.1
2132026-05-29T09:41:27.732Z Checking stable_deref_trait v1.2.1
2142026-05-29T09:41:27.793Z Compiling smoltcp v0.11.0
2152026-05-29T09:41:27.881Z Checking macaddr v1.0.1
2162026-05-29T09:41:27.921Z Checking bitflags v2.11.1
2172026-05-29T09:41:28.140Z Checking managed v0.8.0
2182026-05-29T09:41:28.145Z Checking bitflags v1.3.2
2192026-05-29T09:41:28.201Z Compiling syn v2.0.117
2202026-05-29T09:41:28.248Z Checking cfg-if v1.0.4
2212026-05-29T09:41:28.304Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-29T09:41:28.310Z Checking ipnetwork v0.21.1
2232026-05-29T09:41:28.478Z Compiling regex-automata v0.4.14
2242026-05-29T09:41:29.967Z Compiling regex v1.12.3
2252026-05-29T09:41:30.362Z Compiling darling_core v0.21.3
2262026-05-29T09:41:30.700Z Compiling thiserror-impl v2.0.18
2272026-05-29T09:41:30.700Z Compiling serde_derive v1.0.228
2282026-05-29T09:41:30.703Z Compiling zerocopy-derive v0.8.48
2292026-05-29T09:41:31.674Z Checking cobs v0.3.0
2302026-05-29T09:41:31.698Z Compiling darling_macro v0.21.3
2312026-05-29T09:41:32.188Z Compiling darling v0.21.3
2322026-05-29T09:41:32.252Z Compiling ingot-macros v0.1.1
2332026-05-29T09:41:32.933Z Checking postcard v1.1.3
2342026-05-29T09:41:34.188Z Checking ingot-types v0.1.2
2352026-05-29T09:41:34.446Z Checking ingot v0.1.1
2362026-05-29T09:41:35.725Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-29T09:41:36.706Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.81s
2382026-05-29T09:41:36.821Z
2392026-05-29T09:41:36.821Zreal 14.971464777
2402026-05-29T09:41:36.821Zuser 30.478250897
2412026-05-29T09:41:36.821Zsys 6.055562626
2422026-05-29T09:41:36.821Ztrap 0.011028725
2432026-05-29T09:41:36.821Ztflt 0.074744970
2442026-05-29T09:41:36.821Zdflt 0.240553816
2452026-05-29T09:41:36.821Zkflt 0.005071146
2462026-05-29T09:41:36.821Zlock 1:27.868156169
2472026-05-29T09:41:36.824Zslp 1:32.411533294
2482026-05-29T09:41:36.824Zlat 1.043201423
2492026-05-29T09:41:36.825Zstop 3.922976161
2502026-05-29T09:41:36.825Z+ header 'analyze no_std'
2512026-05-29T09:41:36.825Z+ echo '# ==== analyze no_std ==== #'
2522026-05-29T09:41:36.825Z# ==== analyze no_std ==== #
2532026-05-29T09:41:36.825Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-29T09:41:36.926Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-29T09:41:37.137Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-29T09:41:38.103Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2572026-05-29T09:41:38.126Z
2582026-05-29T09:41:38.129Zreal 1.300349947
2592026-05-29T09:41:38.129Zuser 1.870105593
2602026-05-29T09:41:38.129Zsys 0.263366125
2612026-05-29T09:41:38.129Ztrap 0.000178970
2622026-05-29T09:41:38.129Ztflt 0.000174350
2632026-05-29T09:41:38.129Zdflt 0.000118980
2642026-05-29T09:41:38.130Zkflt 0.000000000
2652026-05-29T09:41:38.130Zlock 4.284395021
2662026-05-29T09:41:38.130Zslp 5.245853764
2672026-05-29T09:41:38.130Zlat 0.002406290
2682026-05-29T09:41:38.130Zstop 0.044535285
2692026-05-29T09:41:38.130Z+ header test
2702026-05-29T09:41:38.130Z+ echo '# ==== test ==== #'
2712026-05-29T09:41:38.130Z# ==== test ==== #
2722026-05-29T09:41:38.130Z+ ptime -m cargo test
2732026-05-29T09:41:38.263Z Compiling serde_core v1.0.228
2742026-05-29T09:41:38.263Z Compiling byteorder v1.5.0
2752026-05-29T09:41:38.263Z Compiling bitflags v2.11.1
2762026-05-29T09:41:38.263Z Compiling macaddr v1.0.1
2772026-05-29T09:41:38.286Z Compiling thiserror v2.0.18
2782026-05-29T09:41:38.286Z Compiling zerocopy v0.8.48
2792026-05-29T09:41:38.289Z Compiling stable_deref_trait v1.2.1
2802026-05-29T09:41:38.292Z Compiling bitflags v1.3.2
2812026-05-29T09:41:38.343Z Compiling cobs v0.3.0
2822026-05-29T09:41:38.343Z Compiling cfg-if v1.0.4
2832026-05-29T09:41:38.370Z Compiling managed v0.8.0
2842026-05-29T09:41:38.396Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2852026-05-29T09:41:38.441Z Compiling hash32 v0.3.1
2862026-05-29T09:41:38.515Z Compiling ipnetwork v0.21.1
2872026-05-29T09:41:38.576Z Compiling heapless v0.8.0
2882026-05-29T09:41:38.914Z Compiling smoltcp v0.11.0
2892026-05-29T09:41:39.778Z Compiling serde v1.0.228
2902026-05-29T09:41:40.177Z Compiling postcard v1.1.3
2912026-05-29T09:41:40.919Z Compiling ingot-types v0.1.2
2922026-05-29T09:41:41.188Z Compiling ingot v0.1.1
2932026-05-29T09:41:42.548Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-29T09:41:44.267Z Finished `test` profile [optimized + debuginfo] target(s) in 6.13s
2952026-05-29T09:41:44.277Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285)
2962026-05-29T09:41:44.280Z
2972026-05-29T09:41:44.280Zrunning 25 tests
2982026-05-29T09:41:44.280Ztest encap::test::bad_vni ... ok
2992026-05-29T09:41:44.280Ztest dns::tests::test_domain_name ... ok
3002026-05-29T09:41:44.280Ztest ip::test::bad_cidr ... ok
3012026-05-29T09:41:44.280Ztest ip::test::bad_prefix_len ... ok
3022026-05-29T09:41:44.280Ztest encap::test::good_vni ... ok
3032026-05-29T09:41:44.280Ztest ip::test::dhcp_fqdn ... ok
3042026-05-29T09:41:44.280Ztest encap::test::vni_round_trip ... ok
3052026-05-29T09:41:44.280Ztest ip::test::good_cidr ... ok
3062026-05-29T09:41:44.280Ztest ip::test::ipv4_addr_bad ... ok
3072026-05-29T09:41:44.280Ztest ip::test::ipv4_addr_good ... ok
3082026-05-29T09:41:44.280Ztest ip::test::ipv4_mask ... ok
3092026-05-29T09:41:44.280Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-29T09:41:44.283Ztest ip::test::ipv6_is_default ... ok
3112026-05-29T09:41:44.283Ztest ip::test::ipv6_mask ... ok
3122026-05-29T09:41:44.283Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-29T09:41:44.283Ztest ip::test::test_ip_addr_from_str ... ok
3142026-05-29T09:41:44.283Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-05-29T09:41:44.283Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-29T09:41:44.283Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-29T09:41:44.283Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-29T09:41:44.283Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-29T09:41:44.283Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-29T09:41:44.284Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-29T09:41:44.284Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-29T09:41:44.284Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-29T09:41:44.284Z
3242026-05-29T09:41:44.284Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-29T09:41:44.284Z
3262026-05-29T09:41:44.284Z Doc-tests opte_api
3272026-05-29T09:41:44.874Z
3282026-05-29T09:41:44.874Zrunning 1 test
3292026-05-29T09:41:44.877Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-29T09:41:44.877Z
3312026-05-29T09:41:44.877Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-29T09:41:44.877Z
3332026-05-29T09:41:44.877Zall doctests ran in 0.44s; merged doctests compilation took 0.44s
3342026-05-29T09:41:44.896Z
3352026-05-29T09:41:44.899Zreal 6.761102091
3362026-05-29T09:41:44.899Zuser 17.378179859
3372026-05-29T09:41:44.899Zsys 2.053414510
3382026-05-29T09:41:44.899Ztrap 0.003629510
3392026-05-29T09:41:44.899Ztflt 0.155476376
3402026-05-29T09:41:44.900Zdflt 0.084087952
3412026-05-29T09:41:44.900Zkflt 0.000381620
3422026-05-29T09:41:44.900Zlock 53.595096884
3432026-05-29T09:41:44.900Zslp 31.415817534
3442026-05-29T09:41:44.900Zlat 0.904766315
3452026-05-29T09:41:44.900Zstop 0.887454124
3462026-05-29T09:41:44.900Zprocess exited: duration 37209 ms, exit code 0
 
3472026-05-29T09:41:44.906Zfound 0 output files