01KSQRBWS2S8V3XVZBRPM59BBR: opte-api

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

Buildomat Job: 01KSQRCB49PD30H1307XDWFBTT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:37.389Zjob assigned to worker 01KSQRCNN3KTP16N10HKS64HZ7 [factory aws, i-0302726f7ca8456ca] (queued for 52 s)
 
22026-05-28T16:59:44.398Zstarting task 0: "setup"
32026-05-28T16:59:44.402Z++ uname -s
42026-05-28T16:59:44.405Z+ kern=SunOS
52026-05-28T16:59:44.405Z+ build_user=build
62026-05-28T16:59:44.405Z+ build_uid=12345
72026-05-28T16:59:44.405Z+ work_dir=/work
82026-05-28T16:59:44.405Z+ input_dir=/input
92026-05-28T16:59:44.405Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:44.405Z+ case "$kern" in
112026-05-28T16:59:44.405Z+ groupadd -g 12345 build
122026-05-28T16:59:44.408Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:46.412Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:46.486Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:46.490Z+ home_fs=zfs
162026-05-28T16:59:46.490Z+ [[ zfs == autofs ]]
172026-05-28T16:59:46.490Z+ mkdir -p /home/build
182026-05-28T16:59:46.490Z+ chown build:build /home/build /work
192026-05-28T16:59:48.489Z+ chmod 0700 /home/build /work
202026-05-28T16:59:48.492Zprocess exited: duration 4093 ms, exit code 0
 
212026-05-28T16:59:48.498Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:48.501Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T16:59:48.501Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T16:59:48.501Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-28T16:59:48.501Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-28T16:59:48.501Z * rust toolchain channel = "1.95.0"
272026-05-28T16:59:48.501Z * rust toolchain profile = "default"
282026-05-28T16:59:48.504Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:48.504Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:48.594Zinfo: downloading installer
312026-05-28T16:59:49.916Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:49.916Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:49.916Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:49.916Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:49.929Zinfo: profile set to default
362026-05-28T16:59:49.929Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:49.931Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:50.061Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:50.064Zinfo: downloading 6 components
402026-05-28T17:00:04.795Z
412026-05-28T17:00:04.795Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-28T17:00:04.824Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:04.824Z
442026-05-28T17:00:04.824Z
452026-05-28T17:00:04.824ZRust is installed now. Great!
462026-05-28T17:00:04.824Z
472026-05-28T17:00:04.824ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:04.827Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:04.827Z
502026-05-28T17:00:04.827ZTo configure your current shell, you need to source
512026-05-28T17:00:04.827Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:04.827Z
532026-05-28T17:00:04.827ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:04.827Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:04.827Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:04.827Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:04.827Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:04.827Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:04.827Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:04.827Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:04.827Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:04.915Z+ rustup --version
632026-05-28T17:00:04.924Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:04.926Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:04.945Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:04.948Z+ cargo --version
672026-05-28T17:00:04.962Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:04.965Z+ rustc --version
692026-05-28T17:00:04.984Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:04.987Zprocess exited: duration 16488 ms, exit code 0
 
712026-05-28T17:00:04.992Zstarting task 2: "authentication"
722026-05-28T17:00:05.009Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:05.014Zstarting task 3: "clone repository"
742026-05-28T17:00:05.018Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:05.020Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:05.059ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:06.605Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:06.605Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:06.950ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:06.950Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:06.955Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:06.958Z++ git branch --show-current
832026-05-28T17:00:06.959Z+ current=master
842026-05-28T17:00:06.959Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:06.959Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:06.962Z+ git checkout -f eviction-policy
872026-05-28T17:00:06.977ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:06.980Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:06.994ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:06.997Zprocess exited: duration 1979 ms, exit code 0
 
912026-05-28T17:00:07.003Zstarting task 4: "build"
922026-05-28T17:00:07.007Z+ source .github/buildomat/common.sh
932026-05-28T17:00:07.010Z++ rustup show active-toolchain
942026-05-28T17:00:07.013Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:07.015Z++ pushd xde
962026-05-28T17:00:07.015Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:07.016Z++ rustup show active-toolchain
982026-05-28T17:00:07.018Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:07.153Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:07.157Zinfo: downloading 6 components
1012026-05-28T17:00:20.509Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:20.604Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:20.607Z+++ head -n 1
1042026-05-28T17:00:20.607Z+++ cut '-d ' -f1
1052026-05-28T17:00:20.658Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:20.658Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:20.661Z++ popd
1082026-05-28T17:00:20.661Z/work/oxidecomputer/opte
1092026-05-28T17:00:20.661Z+ cargo --version
1102026-05-28T17:00:20.667Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T17:00:20.670Z+ rustc --version
1122026-05-28T17:00:20.690Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T17:00:20.693Z+ cd crates/opte-api
1142026-05-28T17:00:20.693Z+ header 'check API_VERSION'
1152026-05-28T17:00:20.693Z+ echo '# ==== check API_VERSION ==== #'
1162026-05-28T17:00:20.693Z# ==== check API_VERSION ==== #
1172026-05-28T17:00:20.693Z+ ./check-api-version.sh
1182026-05-28T17:00:20.704Z+ header 'check style'
1192026-05-28T17:00:20.704Z+ echo '# ==== check style ==== #'
1202026-05-28T17:00:20.707Z# ==== check style ==== #
1212026-05-28T17:00:20.707Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-05-28T17:00:20.786Z
1232026-05-28T17:00:20.786Zreal 0.077863829
1242026-05-28T17:00:20.790Zuser 0.045486858
1252026-05-28T17:00:20.790Zsys 0.029424243
1262026-05-28T17:00:20.790Ztrap 0.000000270
1272026-05-28T17:00:20.790Ztflt 0.000021010
1282026-05-28T17:00:20.790Zdflt 0.000005170
1292026-05-28T17:00:20.790Zkflt 0.000000000
1302026-05-28T17:00:20.790Zlock 0.031386312
1312026-05-28T17:00:20.790Zslp 0.057462156
1322026-05-28T17:00:20.790Zlat 0.000666120
1332026-05-28T17:00:20.790Zstop 0.000095540
1342026-05-28T17:00:20.790Z+ header 'analyze std'
1352026-05-28T17:00:20.790Z+ echo '# ==== analyze std ==== #'
1362026-05-28T17:00:20.790Z+ ptime -m cargo clippy --all-targets
1372026-05-28T17:00:20.790Z# ==== analyze std ==== #
1382026-05-28T17:00:20.926Z Updating crates.io index
1392026-05-28T17:00:20.960Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-05-28T17:00:22.822Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-05-28T17:00:23.098Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-05-28T17:00:23.508Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-05-28T17:00:23.880Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-05-28T17:00:24.205Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-05-28T17:00:24.484Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-05-28T17:00:26.357Z Downloading crates ...
1472026-05-28T17:00:26.416Z Downloaded proc-macro-error-attr2 v2.0.0
1482026-05-28T17:00:26.419Z Downloaded cobs v0.3.0
1492026-05-28T17:00:26.419Z Downloaded defmt-parser v1.0.0
1502026-05-28T17:00:26.422Z Downloaded defmt v0.3.100
1512026-05-28T17:00:26.428Z Downloaded heapless v0.8.0
1522026-05-28T17:00:26.431Z Downloaded managed v0.8.0
1532026-05-28T17:00:26.431Z Downloaded hash32 v0.3.1
1542026-05-28T17:00:26.434Z Downloaded darling_macro v0.21.3
1552026-05-28T17:00:26.436Z Downloaded ident_case v1.0.1
1562026-05-28T17:00:26.437Z Downloaded fnv v1.0.7
1572026-05-28T17:00:26.439Z Downloaded embedded-io v0.4.0
1582026-05-28T17:00:26.444Z Downloaded thiserror-impl v2.0.18
1592026-05-28T17:00:26.447Z Downloaded quote v1.0.45
1602026-05-28T17:00:26.447Z Downloaded macaddr v1.0.1
1612026-05-28T17:00:26.452Z Downloaded either v1.15.0
1622026-05-28T17:00:26.455Z Downloaded ingot-types v0.1.2
1632026-05-28T17:00:26.455Z Downloaded defmt v1.0.1
1642026-05-28T17:00:26.458Z Downloaded bitflags v1.3.2
1652026-05-28T17:00:26.460Z Downloaded darling v0.21.3
1662026-05-28T17:00:26.473Z Downloaded thiserror v2.0.18
1672026-05-28T17:00:26.482Z Downloaded serde v1.0.228
1682026-05-28T17:00:26.485Z Downloaded serde_core v1.0.228
1692026-05-28T17:00:26.488Z Downloaded darling_core v0.21.3
1702026-05-28T17:00:26.490Z Downloaded memchr v2.8.0
1712026-05-28T17:00:26.516Z Downloaded aho-corasick v1.1.4
1722026-05-28T17:00:26.519Z Downloaded defmt-macros v1.0.1
1732026-05-28T17:00:26.526Z Downloaded itertools v0.14.0
1742026-05-28T17:00:26.530Z Downloaded stable_deref_trait v1.2.1
1752026-05-28T17:00:26.533Z Downloaded embedded-io v0.6.1
1762026-05-28T17:00:26.540Z Downloaded strsim v0.11.1
1772026-05-28T17:00:26.550Z Downloaded cfg-if v1.0.4
1782026-05-28T17:00:26.552Z Downloaded byteorder v1.5.0
1792026-05-28T17:00:26.557Z Downloaded ingot v0.1.1
1802026-05-28T17:00:26.560Z Downloaded proc-macro-error2 v2.0.1
1812026-05-28T17:00:26.563Z Downloaded ipnetwork v0.21.1
1822026-05-28T17:00:26.565Z Downloaded ingot-macros v0.1.1
1832026-05-28T17:00:26.569Z Downloaded serde_derive v1.0.228
1842026-05-28T17:00:26.571Z Downloaded postcard v1.1.3
1852026-05-28T17:00:26.574Z Downloaded unicode-ident v1.0.24
1862026-05-28T17:00:26.578Z Downloaded bitflags v2.11.1
1872026-05-28T17:00:26.584Z Downloaded proc-macro2 v1.0.106
1882026-05-28T17:00:26.589Z Downloaded zerocopy-derive v0.8.48
1892026-05-28T17:00:26.618Z Downloaded syn v2.0.117
1902026-05-28T17:00:26.624Z Downloaded zerocopy v0.8.48
1912026-05-28T17:00:26.634Z Downloaded smoltcp v0.11.0
1922026-05-28T17:00:26.640Z Downloaded regex v1.12.3
1932026-05-28T17:00:26.643Z Downloaded regex-syntax v0.8.10
1942026-05-28T17:00:26.650Z Downloaded regex-automata v0.4.14
1952026-05-28T17:00:26.686Z Compiling proc-macro2 v1.0.106
1962026-05-28T17:00:26.686Z Compiling unicode-ident v1.0.24
1972026-05-28T17:00:26.686Z Compiling quote v1.0.45
1982026-05-28T17:00:26.686Z Compiling memchr v2.8.0
1992026-05-28T17:00:26.690Z Compiling fnv v1.0.7
2002026-05-28T17:00:26.690Z Compiling strsim v0.11.1
2012026-05-28T17:00:26.690Z Compiling ident_case v1.0.1
2022026-05-28T17:00:26.690Z Compiling regex-syntax v0.8.10
2032026-05-28T17:00:26.854Z Compiling serde_core v1.0.228
2042026-05-28T17:00:26.872Z Compiling zerocopy v0.8.48
2052026-05-28T17:00:26.878Z Compiling thiserror v2.0.18
2062026-05-28T17:00:27.045Z Compiling serde v1.0.228
2072026-05-28T17:00:27.156Z Compiling aho-corasick v1.1.4
2082026-05-28T17:00:27.208Z Compiling either v1.15.0
2092026-05-28T17:00:27.307Z Compiling heapless v0.8.0
2102026-05-28T17:00:27.398Z Compiling itertools v0.14.0
2112026-05-28T17:00:27.398Z Checking byteorder v1.5.0
2122026-05-28T17:00:27.407Z Compiling smoltcp v0.11.0
2132026-05-28T17:00:27.552Z Checking hash32 v0.3.1
2142026-05-28T17:00:27.657Z Checking macaddr v1.0.1
2152026-05-28T17:00:27.774Z Checking stable_deref_trait v1.2.1
2162026-05-28T17:00:27.782Z Checking bitflags v2.11.1
2172026-05-28T17:00:27.943Z Checking bitflags v1.3.2
2182026-05-28T17:00:28.001Z Compiling syn v2.0.117
2192026-05-28T17:00:28.021Z Checking managed v0.8.0
2202026-05-28T17:00:28.068Z Checking cfg-if v1.0.4
2212026-05-28T17:00:28.128Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2222026-05-28T17:00:28.200Z Checking ipnetwork v0.21.1
2232026-05-28T17:00:28.227Z Compiling regex-automata v0.4.14
2242026-05-28T17:00:29.725Z Compiling regex v1.12.3
2252026-05-28T17:00:30.217Z Compiling darling_core v0.21.3
2262026-05-28T17:00:30.559Z Compiling thiserror-impl v2.0.18
2272026-05-28T17:00:30.559Z Compiling zerocopy-derive v0.8.48
2282026-05-28T17:00:30.562Z Compiling serde_derive v1.0.228
2292026-05-28T17:00:31.554Z Checking cobs v0.3.0
2302026-05-28T17:00:31.575Z Compiling darling_macro v0.21.3
2312026-05-28T17:00:32.048Z Compiling darling v0.21.3
2322026-05-28T17:00:32.112Z Compiling ingot-macros v0.1.1
2332026-05-28T17:00:32.812Z Checking postcard v1.1.3
2342026-05-28T17:00:34.159Z Checking ingot-types v0.1.2
2352026-05-28T17:00:34.425Z Checking ingot v0.1.1
2362026-05-28T17:00:35.707Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2372026-05-28T17:00:36.693Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.85s
2382026-05-28T17:00:36.799Z
2392026-05-28T17:00:36.799Zreal 16.007658309
2402026-05-28T17:00:36.799Zuser 30.923794824
2412026-05-28T17:00:36.799Zsys 6.120815114
2422026-05-28T17:00:36.799Ztrap 0.015434558
2432026-05-28T17:00:36.799Ztflt 0.068167264
2442026-05-28T17:00:36.799Zdflt 0.173331865
2452026-05-28T17:00:36.799Zkflt 0.003600494
2462026-05-28T17:00:36.799Zlock 1:30.031596217
2472026-05-28T17:00:36.799Zslp 1:35.160002184
2482026-05-28T17:00:36.799Zlat 1.600087109
2492026-05-28T17:00:36.799Zstop 4.352256246
2502026-05-28T17:00:36.802Z+ header 'analyze no_std'
2512026-05-28T17:00:36.802Z+ echo '# ==== analyze no_std ==== #'
2522026-05-28T17:00:36.802Z# ==== analyze no_std ==== #
2532026-05-28T17:00:36.802Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2542026-05-28T17:00:36.905Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2552026-05-28T17:00:37.113Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2562026-05-28T17:00:38.104Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2572026-05-28T17:00:38.127Z
2582026-05-28T17:00:38.130Zreal 1.322876852
2592026-05-28T17:00:38.130Zuser 1.917406576
2602026-05-28T17:00:38.130Zsys 0.265300939
2612026-05-28T17:00:38.131Ztrap 0.000467220
2622026-05-28T17:00:38.131Ztflt 0.000099140
2632026-05-28T17:00:38.131Zdflt 0.000151940
2642026-05-28T17:00:38.131Zkflt 0.000000000
2652026-05-28T17:00:38.131Zlock 4.374976886
2662026-05-28T17:00:38.131Zslp 5.375469293
2672026-05-28T17:00:38.131Zlat 0.003526412
2682026-05-28T17:00:38.131Zstop 0.041483160
2692026-05-28T17:00:38.131Z+ header test
2702026-05-28T17:00:38.131Z+ echo '# ==== test ==== #'
2712026-05-28T17:00:38.131Z+ ptime -m cargo test
2722026-05-28T17:00:38.131Z# ==== test ==== #
2732026-05-28T17:00:38.261Z Compiling serde_core v1.0.228
2742026-05-28T17:00:38.261Z Compiling byteorder v1.5.0
2752026-05-28T17:00:38.265Z Compiling stable_deref_trait v1.2.1
2762026-05-28T17:00:38.265Z Compiling macaddr v1.0.1
2772026-05-28T17:00:38.284Z Compiling zerocopy v0.8.48
2782026-05-28T17:00:38.287Z Compiling thiserror v2.0.18
2792026-05-28T17:00:38.290Z Compiling bitflags v2.11.1
2802026-05-28T17:00:38.290Z Compiling bitflags v1.3.2
2812026-05-28T17:00:38.337Z Compiling cobs v0.3.0
2822026-05-28T17:00:38.340Z Compiling managed v0.8.0
2832026-05-28T17:00:38.373Z Compiling cfg-if v1.0.4
2842026-05-28T17:00:38.446Z Compiling hash32 v0.3.1
2852026-05-28T17:00:38.455Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-05-28T17:00:38.524Z Compiling ipnetwork v0.21.1
2872026-05-28T17:00:38.564Z Compiling heapless v0.8.0
2882026-05-28T17:00:38.907Z Compiling smoltcp v0.11.0
2892026-05-28T17:00:39.812Z Compiling serde v1.0.228
2902026-05-28T17:00:40.204Z Compiling postcard v1.1.3
2912026-05-28T17:00:40.975Z Compiling ingot-types v0.1.2
2922026-05-28T17:00:41.248Z Compiling ingot v0.1.1
2932026-05-28T17:00:42.618Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2942026-05-28T17:00:44.357Z Finished `test` profile [optimized + debuginfo] target(s) in 6.22s
2952026-05-28T17:00:44.367Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-d9d2bed34e16b285)
2962026-05-28T17:00:44.370Z
2972026-05-28T17:00:44.370Zrunning 25 tests
2982026-05-28T17:00:44.370Ztest encap::test::good_vni ... ok
2992026-05-28T17:00:44.370Ztest dns::tests::test_domain_name ... ok
3002026-05-28T17:00:44.370Ztest encap::test::bad_vni ... ok
3012026-05-28T17:00:44.370Ztest encap::test::vni_round_trip ... ok
3022026-05-28T17:00:44.370Ztest ip::test::bad_prefix_len ... ok
3032026-05-28T17:00:44.370Ztest ip::test::bad_cidr ... ok
3042026-05-28T17:00:44.370Ztest ip::test::dhcp_fqdn ... ok
3052026-05-28T17:00:44.370Ztest ip::test::good_cidr ... ok
3062026-05-28T17:00:44.370Ztest ip::test::ipv4_addr_good ... ok
3072026-05-28T17:00:44.370Ztest ip::test::ipv4_addr_bad ... ok
3082026-05-28T17:00:44.370Ztest ip::test::ipv4_mask ... ok
3092026-05-28T17:00:44.370Ztest ip::test::ipv6_cidr_is_member ... ok
3102026-05-28T17:00:44.370Ztest ip::test::ipv6_is_default ... ok
3112026-05-28T17:00:44.370Ztest ip::test::ipv6_mask ... ok
3122026-05-28T17:00:44.370Ztest ip::test::ipv6_prefix_len ... ok
3132026-05-28T17:00:44.370Ztest ip::test::test_ip_addr_from_str ... ok
3142026-05-28T17:00:44.370Ztest ip::test::test_ip_cidr_from_str ... ok
3152026-05-28T17:00:44.370Ztest ip::test::test_ipv4_multicast_mac ... ok
3162026-05-28T17:00:44.370Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3172026-05-28T17:00:44.370Ztest ip::test::test_ipv6_from_const ... ok
3182026-05-28T17:00:44.370Ztest ip::test::test_ipv6_from_eui64 ... ok
3192026-05-28T17:00:44.370Ztest ip::test::test_ipv6_is_multicast ... ok
3202026-05-28T17:00:44.370Ztest ip::test::test_ipv6_multicast_mac ... ok
3212026-05-28T17:00:44.370Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3222026-05-28T17:00:44.370Ztest ip::test::test_multicast_underlay_serde ... ok
3232026-05-28T17:00:44.370Z
3242026-05-28T17:00:44.370Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3252026-05-28T17:00:44.370Z
3262026-05-28T17:00:44.374Z Doc-tests opte_api
3272026-05-28T17:00:44.974Z
3282026-05-28T17:00:44.974Zrunning 1 test
3292026-05-28T17:00:44.977Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3302026-05-28T17:00:44.977Z
3312026-05-28T17:00:44.977Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-28T17:00:44.977Z
3332026-05-28T17:00:44.977Zall doctests ran in 0.45s; merged doctests compilation took 0.44s
3342026-05-28T17:00:44.995Z
3352026-05-28T17:00:44.998Zreal 6.859603902
3362026-05-28T17:00:44.998Zuser 17.536807238
3372026-05-28T17:00:44.998Zsys 2.173370334
3382026-05-28T17:00:44.998Ztrap 0.004567360
3392026-05-28T17:00:44.998Ztflt 0.071652132
3402026-05-28T17:00:44.998Zdflt 0.115397765
3412026-05-28T17:00:44.998Zkflt 0.000001370
3422026-05-28T17:00:44.998Zlock 55.010809533
3432026-05-28T17:00:44.998Zslp 32.801624988
3442026-05-28T17:00:44.998Zlat 0.395256236
3452026-05-28T17:00:44.999Zstop 0.605239801
3462026-05-28T17:00:44.999Zprocess exited: duration 37992 ms, exit code 0
 
3472026-05-28T17:00:45.005Zfound 0 output files