01KXZH3CC16R08BP39X0ETGSQ1: opte-api

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

Buildomat Job: 01KXZH41TKXXP5D4ESAA6XMQ0J

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:25.646Zjob assigned to worker 01KXZH472QKA87W1R7XNTKNT74 [factory aws, i-0609514dfd1fff90e] (queued for 49 s)
 
22026-07-20T10:29:32.419Zstarting task 0: "setup"
32026-07-20T10:29:32.424Z++ uname -s
42026-07-20T10:29:32.427Z+ kern=SunOS
52026-07-20T10:29:32.427Z+ build_user=build
62026-07-20T10:29:32.427Z+ build_uid=12345
72026-07-20T10:29:32.427Z+ work_dir=/work
82026-07-20T10:29:32.427Z+ input_dir=/input
92026-07-20T10:29:32.427Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:32.427Z+ case "$kern" in
112026-07-20T10:29:32.427Z+ groupadd -g 12345 build
122026-07-20T10:29:32.427Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:34.432Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:34.529Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:34.532Z+ home_fs=zfs
162026-07-20T10:29:34.532Z+ [[ zfs == autofs ]]
172026-07-20T10:29:34.532Z+ mkdir -p /home/build
182026-07-20T10:29:34.532Z+ chown build:build /home/build /work
192026-07-20T10:29:36.533Z+ chmod 0700 /home/build /work
202026-07-20T10:29:36.536Zprocess exited: duration 4115 ms, exit code 0
 
212026-07-20T10:29:36.542Zstarting task 1: "rust-toolchain"
222026-07-20T10:29:36.545Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:29:36.545Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:29:36.545Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-20T10:29:36.545Z * rust toolchain channel = "1.96.1"
262026-07-20T10:29:36.545Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:29:36.546Z * rust toolchain profile = "default"
282026-07-20T10:29:36.549Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:29:36.549Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:29:36.676Zinfo: downloading installer
312026-07-20T10:29:37.990Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:29:37.990Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:29:37.990Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:29:37.990Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:29:38.002Zinfo: profile set to default
362026-07-20T10:29:38.002Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:29:38.006Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:29:38.134Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:29:38.137Zinfo: downloading 6 components
402026-07-20T10:29:53.692Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:29:53.692Z
422026-07-20T10:29:53.721Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:29:53.721Z
442026-07-20T10:29:53.722Z
452026-07-20T10:29:53.722ZRust is installed now. Great!
462026-07-20T10:29:53.722Z
472026-07-20T10:29:53.725ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:29:53.725Zenvironment variable. This has not been done automatically.
492026-07-20T10:29:53.725Z
502026-07-20T10:29:53.725ZTo configure your current shell, you need to source
512026-07-20T10:29:53.725Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:29:53.725Z
532026-07-20T10:29:53.725ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:29:53.725Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:29:53.725Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:29:53.725Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:29:53.725Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:29:53.725Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:29:53.725Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:29:53.725Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:29:53.725Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:29:53.822Z+ rustup --version
632026-07-20T10:29:53.831Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:29:53.834Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:29:53.853Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:29:53.856Z+ cargo --version
672026-07-20T10:29:53.870Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:29:53.873Z+ rustc --version
692026-07-20T10:29:53.891Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:29:53.895Zprocess exited: duration 17351 ms, exit code 0
 
712026-07-20T10:29:53.901Zstarting task 2: "authentication"
722026-07-20T10:29:53.917Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:29:53.924Zstarting task 3: "clone repository"
742026-07-20T10:29:53.928Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:29:53.931Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:29:53.962ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:29:54.815Z+ cd /work/oxidecomputer/opte
782026-07-20T10:29:54.815Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
792026-07-20T10:29:55.046ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:29:55.046Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
812026-07-20T10:29:55.052Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
822026-07-20T10:29:55.055Z++ git branch --show-current
832026-07-20T10:29:55.055Z+ current=master
842026-07-20T10:29:55.055Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
852026-07-20T10:29:55.055Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
862026-07-20T10:29:55.058Z+ git checkout -f renovate/bitflags-2.x-lockfile
872026-07-20T10:29:55.073ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
882026-07-20T10:29:55.077Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
892026-07-20T10:29:55.080ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
902026-07-20T10:29:55.080Zprocess exited: duration 1153 ms, exit code 0
 
912026-07-20T10:29:55.086Zstarting task 4: "build"
922026-07-20T10:29:55.090Z+ source .github/buildomat/common.sh
932026-07-20T10:29:55.093Z++ rustup show active-toolchain
942026-07-20T10:29:55.096Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:29:55.096Z++ pushd xde
962026-07-20T10:29:55.096Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:29:55.096Z++ rustup show active-toolchain
982026-07-20T10:29:55.101Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:29:55.237Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:29:55.242Zinfo: downloading 6 components
1012026-07-20T10:30:08.682Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:08.773Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:08.776Z+++ head -n 1
1042026-07-20T10:30:08.776Z+++ cut '-d ' -f1
1052026-07-20T10:30:08.829Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:08.829Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:08.829Z++ popd
1082026-07-20T10:30:08.832Z/work/oxidecomputer/opte
1092026-07-20T10:30:08.832Z+ cargo --version
1102026-07-20T10:30:08.839Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:08.842Z+ rustc --version
1122026-07-20T10:30:08.861Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:08.864Z+ cd crates/opte-api
1142026-07-20T10:30:08.864Z+ header 'check API_VERSION'
1152026-07-20T10:30:08.864Z+ echo '# ==== check API_VERSION ==== #'
1162026-07-20T10:30:08.864Z# ==== check API_VERSION ==== #
1172026-07-20T10:30:08.864Z+ ./check-api-version.sh
1182026-07-20T10:30:08.871Z+ header 'check style'
1192026-07-20T10:30:08.871Z+ echo '# ==== check style ==== #'
1202026-07-20T10:30:08.871Z# ==== check style ==== #
1212026-07-20T10:30:08.871Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1222026-07-20T10:30:08.954Z
1232026-07-20T10:30:08.954Zreal 0.080607141
1242026-07-20T10:30:08.954Zuser 0.046241583
1252026-07-20T10:30:08.955Zsys 0.031412142
1262026-07-20T10:30:08.955Ztrap 0.000004980
1272026-07-20T10:30:08.955Ztflt 0.000023190
1282026-07-20T10:30:08.955Zdflt 0.000006040
1292026-07-20T10:30:08.955Zkflt 0.000000000
1302026-07-20T10:30:08.955Zlock 0.031611974
1312026-07-20T10:30:08.955Zslp 0.060136463
1322026-07-20T10:30:08.955Zlat 0.000656610
1332026-07-20T10:30:08.955Zstop 0.000097160
1342026-07-20T10:30:08.958Z+ header 'analyze std'
1352026-07-20T10:30:08.958Z+ echo '# ==== analyze std ==== #'
1362026-07-20T10:30:08.958Z# ==== analyze std ==== #
1372026-07-20T10:30:08.959Z+ ptime -m cargo clippy --all-targets
1382026-07-20T10:30:09.092Z Updating crates.io index
1392026-07-20T10:30:09.095Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-07-20T10:30:09.774Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-07-20T10:30:10.040Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-07-20T10:30:10.368Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-07-20T10:30:10.620Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-07-20T10:30:10.880Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-07-20T10:30:11.148Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-07-20T10:30:12.916Z Downloading crates ...
1472026-07-20T10:30:12.972Z Downloaded ident_case v1.0.1
1482026-07-20T10:30:12.975Z Downloaded aho-corasick v1.1.4
1492026-07-20T10:30:12.978Z Downloaded hash32 v0.3.1
1502026-07-20T10:30:12.978Z Downloaded cobs v0.3.0
1512026-07-20T10:30:12.978Z Downloaded cfg-if v1.0.4
1522026-07-20T10:30:12.983Z Downloaded embedded-io v0.6.1
1532026-07-20T10:30:12.990Z Downloaded strsim v0.11.1
1542026-07-20T10:30:12.995Z Downloaded embedded-io v0.4.0
1552026-07-20T10:30:12.999Z Downloaded fnv v1.0.7
1562026-07-20T10:30:13.003Z Downloaded darling_macro v0.21.3
1572026-07-20T10:30:13.007Z Downloaded macaddr v1.0.1
1582026-07-20T10:30:13.010Z Downloaded defmt-parser v1.0.0
1592026-07-20T10:30:13.010Z Downloaded managed v0.8.0
1602026-07-20T10:30:13.013Z Downloaded defmt v0.3.100
1612026-07-20T10:30:13.016Z Downloaded defmt-macros v1.1.1
1622026-07-20T10:30:13.019Z Downloaded ingot v0.1.1
1632026-07-20T10:30:13.019Z Downloaded either v1.16.0
1642026-07-20T10:30:13.023Z Downloaded quote v1.0.46
1652026-07-20T10:30:13.025Z Downloaded ingot-types v0.1.2
1662026-07-20T10:30:13.026Z Downloaded stable_deref_trait v1.2.1
1672026-07-20T10:30:13.029Z Downloaded ipnetwork v0.21.1
1682026-07-20T10:30:13.029Z Downloaded thiserror v2.0.18
1692026-07-20T10:30:13.032Z Downloaded byteorder v1.5.0
1702026-07-20T10:30:13.035Z Downloaded thiserror-impl v2.0.18
1712026-07-20T10:30:13.042Z Downloaded darling v0.21.3
1722026-07-20T10:30:13.047Z Downloaded ingot-macros v0.1.1
1732026-07-20T10:30:13.047Z Downloaded bitflags v1.3.2
1742026-07-20T10:30:13.056Z Downloaded postcard v1.1.3
1752026-07-20T10:30:13.062Z Downloaded defmt v1.1.1
1762026-07-20T10:30:13.065Z Downloaded serde_core v1.0.228
1772026-07-20T10:30:13.068Z Downloaded proc-macro2 v1.0.106
1782026-07-20T10:30:13.071Z Downloaded unicode-ident v1.0.24
1792026-07-20T10:30:13.074Z Downloaded serde_derive v1.0.228
1802026-07-20T10:30:13.077Z Downloaded bitflags v2.13.1
1812026-07-20T10:30:13.080Z Downloaded darling_core v0.21.3
1822026-07-20T10:30:13.095Z Downloaded serde v1.0.228
1832026-07-20T10:30:13.099Z Downloaded heapless v0.8.0
1842026-07-20T10:30:13.099Z Downloaded memchr v2.8.3
1852026-07-20T10:30:13.103Z Downloaded zerocopy-derive v0.8.54
1862026-07-20T10:30:13.132Z Downloaded regex v1.13.0
1872026-07-20T10:30:13.135Z Downloaded itertools v0.14.0
1882026-07-20T10:30:13.161Z Downloaded syn v2.0.118
1892026-07-20T10:30:13.172Z Downloaded zerocopy v0.8.54
1902026-07-20T10:30:13.182Z Downloaded smoltcp v0.11.0
1912026-07-20T10:30:13.188Z Downloaded regex-syntax v0.8.11
1922026-07-20T10:30:13.201Z Downloaded regex-automata v0.4.15
1932026-07-20T10:30:13.238Z Compiling proc-macro2 v1.0.106
1942026-07-20T10:30:13.238Z Compiling quote v1.0.46
1952026-07-20T10:30:13.241Z Compiling unicode-ident v1.0.24
1962026-07-20T10:30:13.241Z Compiling memchr v2.8.3
1972026-07-20T10:30:13.241Z Compiling ident_case v1.0.1
1982026-07-20T10:30:13.241Z Compiling strsim v0.11.1
1992026-07-20T10:30:13.241Z Compiling fnv v1.0.7
2002026-07-20T10:30:13.241Z Compiling regex-syntax v0.8.11
2012026-07-20T10:30:13.407Z Compiling serde_core v1.0.228
2022026-07-20T10:30:13.424Z Compiling thiserror v2.0.18
2032026-07-20T10:30:13.430Z Compiling zerocopy v0.8.54
2042026-07-20T10:30:13.606Z Compiling serde v1.0.228
2052026-07-20T10:30:13.720Z Compiling aho-corasick v1.1.4
2062026-07-20T10:30:13.767Z Compiling either v1.16.0
2072026-07-20T10:30:13.863Z Compiling heapless v0.8.0
2082026-07-20T10:30:13.952Z Compiling itertools v0.14.0
2092026-07-20T10:30:13.964Z Checking byteorder v1.5.0
2102026-07-20T10:30:13.970Z Checking bitflags v2.13.1
2112026-07-20T10:30:14.109Z Checking macaddr v1.0.1
2122026-07-20T10:30:14.115Z Checking hash32 v0.3.1
2132026-07-20T10:30:14.215Z Checking stable_deref_trait v1.2.1
2142026-07-20T10:30:14.243Z Compiling smoltcp v0.11.0
2152026-07-20T10:30:14.278Z Checking managed v0.8.0
2162026-07-20T10:30:14.531Z Checking bitflags v1.3.2
2172026-07-20T10:30:14.593Z Checking cfg-if v1.0.4
2182026-07-20T10:30:14.597Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2192026-07-20T10:30:14.648Z Compiling syn v2.0.118
2202026-07-20T10:30:14.698Z Checking ipnetwork v0.21.1
2212026-07-20T10:30:14.872Z Compiling regex-automata v0.4.15
2222026-07-20T10:30:16.362Z Compiling regex v1.13.0
2232026-07-20T10:30:16.842Z Compiling darling_core v0.21.3
2242026-07-20T10:30:17.169Z Compiling thiserror-impl v2.0.18
2252026-07-20T10:30:17.172Z Compiling serde_derive v1.0.228
2262026-07-20T10:30:17.173Z Compiling zerocopy-derive v0.8.54
2272026-07-20T10:30:18.160Z Checking cobs v0.3.0
2282026-07-20T10:30:18.179Z Compiling darling_macro v0.21.3
2292026-07-20T10:30:18.675Z Compiling darling v0.21.3
2302026-07-20T10:30:18.740Z Compiling ingot-macros v0.1.1
2312026-07-20T10:30:19.426Z Checking postcard v1.1.3
2322026-07-20T10:30:20.706Z Checking ingot-types v0.1.2
2332026-07-20T10:30:20.980Z Checking ingot v0.1.1
2342026-07-20T10:30:22.273Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2352026-07-20T10:30:23.279Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.27s
2362026-07-20T10:30:23.376Z
2372026-07-20T10:30:23.376Zreal 14.415874516
2382026-07-20T10:30:23.376Zuser 30.879863925
2392026-07-20T10:30:23.376Zsys 6.069209596
2402026-07-20T10:30:23.376Ztrap 0.011963820
2412026-07-20T10:30:23.376Ztflt 0.105506149
2422026-07-20T10:30:23.376Zdflt 0.162195953
2432026-07-20T10:30:23.376Zkflt 0.003543042
2442026-07-20T10:30:23.376Zlock 1:53.738348009
2452026-07-20T10:30:23.376Zslp 1:30.981316943
2462026-07-20T10:30:23.376Zlat 1.794450715
2472026-07-20T10:30:23.376Zstop 5.248177802
2482026-07-20T10:30:23.380Z+ header 'analyze no_std'
2492026-07-20T10:30:23.380Z+ echo '# ==== analyze no_std ==== #'
2502026-07-20T10:30:23.380Z# ==== analyze no_std ==== #
2512026-07-20T10:30:23.380Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2522026-07-20T10:30:23.478Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2532026-07-20T10:30:23.703Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2542026-07-20T10:30:24.686Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.26s
2552026-07-20T10:30:24.709Z
2562026-07-20T10:30:24.715Zreal 1.327256350
2572026-07-20T10:30:24.715Zuser 1.905433542
2582026-07-20T10:30:24.715Zsys 0.261312252
2592026-07-20T10:30:24.715Ztrap 0.000192240
2602026-07-20T10:30:24.715Ztflt 0.000053970
2612026-07-20T10:30:24.715Zdflt 0.000129660
2622026-07-20T10:30:24.715Zkflt 0.000001130
2632026-07-20T10:30:24.715Zlock 4.383105472
2642026-07-20T10:30:24.715Zslp 5.354011711
2652026-07-20T10:30:24.715Zlat 0.002254520
2662026-07-20T10:30:24.715Zstop 0.040485869
2672026-07-20T10:30:24.715Z+ header test
2682026-07-20T10:30:24.715Z+ echo '# ==== test ==== #'
2692026-07-20T10:30:24.715Z+ ptime -m cargo test
2702026-07-20T10:30:24.715Z# ==== test ==== #
2712026-07-20T10:30:24.839Z Compiling serde_core v1.0.228
2722026-07-20T10:30:24.839Z Compiling byteorder v1.5.0
2732026-07-20T10:30:24.839Z Compiling macaddr v1.0.1
2742026-07-20T10:30:24.859Z Compiling bitflags v2.13.1
2752026-07-20T10:30:24.863Z Compiling thiserror v2.0.18
2762026-07-20T10:30:24.863Z Compiling zerocopy v0.8.54
2772026-07-20T10:30:24.863Z Compiling stable_deref_trait v1.2.1
2782026-07-20T10:30:24.867Z Compiling cfg-if v1.0.4
2792026-07-20T10:30:24.917Z Compiling cobs v0.3.0
2802026-07-20T10:30:24.920Z Compiling bitflags v1.3.2
2812026-07-20T10:30:24.946Z Compiling managed v0.8.0
2822026-07-20T10:30:24.973Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-07-20T10:30:25.016Z Compiling hash32 v0.3.1
2842026-07-20T10:30:25.098Z Compiling heapless v0.8.0
2852026-07-20T10:30:25.157Z Compiling ipnetwork v0.21.1
2862026-07-20T10:30:25.443Z Compiling smoltcp v0.11.0
2872026-07-20T10:30:26.391Z Compiling serde v1.0.228
2882026-07-20T10:30:26.817Z Compiling postcard v1.1.3
2892026-07-20T10:30:27.513Z Compiling ingot-types v0.1.2
2902026-07-20T10:30:27.783Z Compiling ingot v0.1.1
2912026-07-20T10:30:29.150Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2922026-07-20T10:30:30.894Z Finished `test` profile [optimized + debuginfo] target(s) in 6.17s
2932026-07-20T10:30:30.904Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-02dd71a8d501e805)
2942026-07-20T10:30:30.908Z
2952026-07-20T10:30:30.908Zrunning 25 tests
2962026-07-20T10:30:30.908Ztest encap::test::bad_vni ... ok
2972026-07-20T10:30:30.908Ztest encap::test::good_vni ... ok
2982026-07-20T10:30:30.908Ztest encap::test::vni_round_trip ... ok
2992026-07-20T10:30:30.908Ztest dns::tests::test_domain_name ... ok
3002026-07-20T10:30:30.908Ztest ip::test::bad_cidr ... ok
3012026-07-20T10:30:30.908Ztest ip::test::bad_prefix_len ... ok
3022026-07-20T10:30:30.908Ztest ip::test::dhcp_fqdn ... ok
3032026-07-20T10:30:30.908Ztest ip::test::good_cidr ... ok
3042026-07-20T10:30:30.908Ztest ip::test::ipv4_addr_bad ... ok
3052026-07-20T10:30:30.908Ztest ip::test::ipv4_addr_good ... ok
3062026-07-20T10:30:30.908Ztest ip::test::ipv4_mask ... ok
3072026-07-20T10:30:30.908Ztest ip::test::ipv6_cidr_is_member ... ok
3082026-07-20T10:30:30.908Ztest ip::test::ipv6_mask ... ok
3092026-07-20T10:30:30.908Ztest ip::test::ipv6_is_default ... ok
3102026-07-20T10:30:30.908Ztest ip::test::test_ip_addr_from_str ... ok
3112026-07-20T10:30:30.908Ztest ip::test::test_ip_cidr_from_str ... ok
3122026-07-20T10:30:30.908Ztest ip::test::ipv6_prefix_len ... ok
3132026-07-20T10:30:30.908Ztest ip::test::test_ipv4_multicast_mac ... ok
3142026-07-20T10:30:30.908Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3152026-07-20T10:30:30.909Ztest ip::test::test_ipv6_from_const ... ok
3162026-07-20T10:30:30.909Ztest ip::test::test_ipv6_from_eui64 ... ok
3172026-07-20T10:30:30.909Ztest ip::test::test_ipv6_is_multicast ... ok
3182026-07-20T10:30:30.909Ztest ip::test::test_ipv6_multicast_mac ... ok
3192026-07-20T10:30:30.909Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3202026-07-20T10:30:30.909Ztest ip::test::test_multicast_underlay_serde ... ok
3212026-07-20T10:30:30.909Z
3222026-07-20T10:30:30.909Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3232026-07-20T10:30:30.909Z
3242026-07-20T10:30:30.909Z Doc-tests opte_api
3252026-07-20T10:30:31.518Z
3262026-07-20T10:30:31.518Zrunning 1 test
3272026-07-20T10:30:31.522Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3282026-07-20T10:30:31.522Z
3292026-07-20T10:30:31.522Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3302026-07-20T10:30:31.522Z
3312026-07-20T10:30:31.522Zall doctests ran in 0.45s; merged doctests compilation took 0.45s
3322026-07-20T10:30:31.541Z
3332026-07-20T10:30:31.544Zreal 6.824240069
3342026-07-20T10:30:31.544Zuser 17.506487047
3352026-07-20T10:30:31.544Zsys 2.087362656
3362026-07-20T10:30:31.545Ztrap 0.004545870
3372026-07-20T10:30:31.545Ztflt 0.082075863
3382026-07-20T10:30:31.545Zdflt 0.145597880
3392026-07-20T10:30:31.545Zkflt 0.000000000
3402026-07-20T10:30:31.545Zlock 54.902958974
3412026-07-20T10:30:31.545Zslp 32.596933559
3422026-07-20T10:30:31.545Zlat 0.381122200
3432026-07-20T10:30:31.545Zstop 0.581206013
3442026-07-20T10:30:31.545Zprocess exited: duration 36456 ms, exit code 0
 
3452026-07-20T10:30:31.552Zfound 0 output files