01KM4NTRQH4BZACNXQ5DM3YRGF: opte-api

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

Buildomat Job: 01KM4NV327XDBAY23CH8W7KTNH

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:51:22.904Zjob assigned to worker 01KM4NVA4FG7MYEP19SWMKB5EH [factory aws, i-01054b61e04030b41] (queued for 1 m 3 s)
 
22026-03-20T03:51:30.908Zstarting task 0: "setup"
32026-03-20T03:51:30.913Z++ uname -s
42026-03-20T03:51:30.916Z+ kern=SunOS
52026-03-20T03:51:30.916Z+ build_user=build
62026-03-20T03:51:30.916Z+ build_uid=12345
72026-03-20T03:51:30.916Z+ work_dir=/work
82026-03-20T03:51:30.916Z+ input_dir=/input
92026-03-20T03:51:30.916Z+ [[ 0 == 12345 ]]
102026-03-20T03:51:30.916Z+ case "$kern" in
112026-03-20T03:51:30.916Z+ groupadd -g 12345 build
122026-03-20T03:51:30.919Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:51:32.923Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:51:33.038Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:51:33.041Z+ home_fs=zfs
162026-03-20T03:51:33.041Z+ [[ zfs == autofs ]]
172026-03-20T03:51:33.041Z+ mkdir -p /home/build
182026-03-20T03:51:33.044Z+ chown build:build /home/build /work
192026-03-20T03:51:35.044Z+ chmod 0700 /home/build /work
202026-03-20T03:51:35.047Zprocess exited: duration 4140 ms, exit code 0
 
212026-03-20T03:51:35.053Zstarting task 1: "rust-toolchain"
222026-03-20T03:51:35.058Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:51:35.058Z * rust toolchain channel = "1.93.1"
242026-03-20T03:51:35.058Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:51:35.058Z * rust toolchain profile = "default"
262026-03-20T03:51:35.058Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:51:35.058Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:51:35.061Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:51:35.061Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:51:35.192Zinfo: downloading installer
312026-03-20T03:51:36.944Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:51:36.944Zwarn: /opt/ooce/bin
332026-03-20T03:51:36.944Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:51:36.944Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:51:36.945Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:51:36.945Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:51:36.945Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:51:36.945Zerror: cannot install while Rust is installed
392026-03-20T03:51:36.945Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:51:36.945Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:51:36.945Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:51:36.945Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:51:36.945Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:51:36.960Zinfo: profile set to default
452026-03-20T03:51:36.960Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:51:36.963Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:51:37.125Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:51:37.128Zinfo: downloading 6 components
492026-03-20T03:51:52.386Z
502026-03-20T03:51:52.386Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-20T03:51:52.420Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:51:52.420Z
532026-03-20T03:51:52.423Z
542026-03-20T03:51:52.423ZRust is installed now. Great!
552026-03-20T03:51:52.423Z
562026-03-20T03:51:52.423ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:51:52.423Zenvironment variable. This has not been done automatically.
582026-03-20T03:51:52.423Z
592026-03-20T03:51:52.423ZTo configure your current shell, you need to source
602026-03-20T03:51:52.423Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:51:52.423Z
622026-03-20T03:51:52.423ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:51:52.423Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:51:52.423Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:51:52.423Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:51:52.423Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:51:52.423Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:51:52.423Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:51:52.423Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:51:52.423Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:51:52.522Z+ rustup --version
722026-03-20T03:51:52.533Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:51:52.536Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:51:52.559Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:51:52.562Z+ cargo --version
762026-03-20T03:51:52.579Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:51:52.582Z+ rustc --version
782026-03-20T03:51:52.606Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:51:52.609Zprocess exited: duration 17557 ms, exit code 0
 
802026-03-20T03:51:52.616Zstarting task 2: "authentication"
812026-03-20T03:51:52.635Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:51:52.641Zstarting task 3: "clone repository"
832026-03-20T03:51:52.646Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:51:52.649Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:51:52.686ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:51:53.527Z+ cd /work/oxidecomputer/opte
872026-03-20T03:51:53.527Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:51:53.775ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:51:53.775Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:51:53.783Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:51:53.786Z++ git branch --show-current
922026-03-20T03:51:53.786Z+ current=master
932026-03-20T03:51:53.786Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:51:53.786Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:51:53.789Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:51:53.816ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:51:53.820Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:51:53.834ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:51:53.837Zprocess exited: duration 1193 ms, exit code 0
 
1002026-03-20T03:51:53.843Zstarting task 4: "build"
1012026-03-20T03:51:53.848Z+ source .github/buildomat/common.sh
1022026-03-20T03:51:53.851Z++ rustup show active-toolchain
1032026-03-20T03:51:53.855Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:51:53.858Z++ pushd xde
1052026-03-20T03:51:53.858Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:51:53.858Z++ rustup show active-toolchain
1072026-03-20T03:51:53.863Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:51:54.030Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:51:54.034Zinfo: downloading 6 components
1102026-03-20T03:52:08.412Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:52:08.503Z+++ rustup show active-toolchain -v
1122026-03-20T03:52:08.507Z+++ head -n 1
1132026-03-20T03:52:08.507Z+++ cut '-d ' -f1
1142026-03-20T03:52:08.569Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:52:08.569Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:52:08.572Z++ popd
1172026-03-20T03:52:08.572Z/work/oxidecomputer/opte
1182026-03-20T03:52:08.572Z+ cargo --version
1192026-03-20T03:52:08.581Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-20T03:52:08.584Z+ rustc --version
1212026-03-20T03:52:08.608Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-20T03:52:08.611Z+ cd crates/opte-api
1232026-03-20T03:52:08.611Z+ header 'check API_VERSION'
1242026-03-20T03:52:08.611Z+ echo '# ==== check API_VERSION ==== #'
1252026-03-20T03:52:08.611Z# ==== check API_VERSION ==== #
1262026-03-20T03:52:08.612Z+ ./check-api-version.sh
1272026-03-20T03:52:08.621Z+ header 'check style'
1282026-03-20T03:52:08.623Z+ echo '# ==== check style ==== #'
1292026-03-20T03:52:08.624Z# ==== check style ==== #
1302026-03-20T03:52:08.624Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1312026-03-20T03:52:08.727Z
1322026-03-20T03:52:08.727Zreal 0.103091409
1332026-03-20T03:52:08.730Zuser 0.062028895
1342026-03-20T03:52:08.730Zsys 0.037782529
1352026-03-20T03:52:08.730Ztrap 0.000000490
1362026-03-20T03:52:08.730Ztflt 0.000028290
1372026-03-20T03:52:08.730Zdflt 0.000010840
1382026-03-20T03:52:08.730Zkflt 0.000000000
1392026-03-20T03:52:08.730Zlock 0.061182180
1402026-03-20T03:52:08.730Zslp 0.080431390
1412026-03-20T03:52:08.730Zlat 0.000254735
1422026-03-20T03:52:08.730Zstop 0.000110584
1432026-03-20T03:52:08.730Z+ header 'analyze std'
1442026-03-20T03:52:08.730Z+ echo '# ==== analyze std ==== #'
1452026-03-20T03:52:08.730Z# ==== analyze std ==== #
1462026-03-20T03:52:08.730Z+ ptime -m cargo clippy --all-targets
1472026-03-20T03:52:08.894Z Updating crates.io index
1482026-03-20T03:52:08.897Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-03-20T03:52:09.741Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-03-20T03:52:10.008Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-03-20T03:52:10.316Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-03-20T03:52:10.534Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-03-20T03:52:10.836Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-03-20T03:52:11.123Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-03-20T03:52:13.023Z Downloading crates ...
1562026-03-20T03:52:13.073Z Downloaded quote v1.0.45
1572026-03-20T03:52:13.077Z Downloaded embedded-io v0.4.0
1582026-03-20T03:52:13.088Z Downloaded aho-corasick v1.1.4
1592026-03-20T03:52:13.092Z Downloaded darling v0.21.3
1602026-03-20T03:52:13.095Z Downloaded proc-macro-error2 v2.0.1
1612026-03-20T03:52:13.098Z Downloaded defmt-parser v1.0.0
1622026-03-20T03:52:13.098Z Downloaded managed v0.8.0
1632026-03-20T03:52:13.101Z Downloaded proc-macro-error-attr2 v2.0.0
1642026-03-20T03:52:13.101Z Downloaded defmt v0.3.100
1652026-03-20T03:52:13.101Z Downloaded cfg-if v1.0.4
1662026-03-20T03:52:13.101Z Downloaded strsim v0.11.1
1672026-03-20T03:52:13.104Z Downloaded bitflags v1.3.2
1682026-03-20T03:52:13.106Z Downloaded hash32 v0.3.1
1692026-03-20T03:52:13.106Z Downloaded embedded-io v0.6.1
1702026-03-20T03:52:13.109Z Downloaded fnv v1.0.7
1712026-03-20T03:52:13.112Z Downloaded stable_deref_trait v1.2.1
1722026-03-20T03:52:13.112Z Downloaded cobs v0.3.0
1732026-03-20T03:52:13.112Z Downloaded unicode-ident v1.0.24
1742026-03-20T03:52:13.116Z Downloaded defmt-macros v1.0.1
1752026-03-20T03:52:13.118Z Downloaded bitflags v2.11.0
1762026-03-20T03:52:13.124Z Downloaded thiserror v2.0.18
1772026-03-20T03:52:13.128Z Downloaded thiserror-impl v2.0.18
1782026-03-20T03:52:13.131Z Downloaded either v1.15.0
1792026-03-20T03:52:13.134Z Downloaded ingot-types v0.1.2
1802026-03-20T03:52:13.139Z Downloaded proc-macro2 v1.0.106
1812026-03-20T03:52:13.145Z Downloaded macaddr v1.0.1
1822026-03-20T03:52:13.148Z Downloaded ident_case v1.0.1
1832026-03-20T03:52:13.148Z Downloaded darling_macro v0.21.3
1842026-03-20T03:52:13.153Z Downloaded byteorder v1.5.0
1852026-03-20T03:52:13.156Z Downloaded defmt v1.0.1
1862026-03-20T03:52:13.159Z Downloaded heapless v0.8.0
1872026-03-20T03:52:13.162Z Downloaded ingot v0.1.1
1882026-03-20T03:52:13.165Z Downloaded ipnetwork v0.21.1
1892026-03-20T03:52:13.172Z Downloaded darling_core v0.21.3
1902026-03-20T03:52:13.176Z Downloaded ingot-macros v0.1.1
1912026-03-20T03:52:13.183Z Downloaded zerocopy-derive v0.8.47
1922026-03-20T03:52:13.189Z Downloaded serde_derive v1.0.228
1932026-03-20T03:52:13.192Z Downloaded serde v1.0.228
1942026-03-20T03:52:13.195Z Downloaded postcard v1.1.3
1952026-03-20T03:52:13.208Z Downloaded serde_core v1.0.228
1962026-03-20T03:52:13.215Z Downloaded memchr v2.8.0
1972026-03-20T03:52:13.220Z Downloaded regex v1.12.3
1982026-03-20T03:52:13.241Z Downloaded itertools v0.14.0
1992026-03-20T03:52:13.256Z Downloaded zerocopy v0.8.47
2002026-03-20T03:52:13.269Z Downloaded syn v2.0.117
2012026-03-20T03:52:13.284Z Downloaded smoltcp v0.11.0
2022026-03-20T03:52:13.292Z Downloaded regex-syntax v0.8.10
2032026-03-20T03:52:13.305Z Downloaded regex-automata v0.4.14
2042026-03-20T03:52:13.350Z Compiling proc-macro2 v1.0.106
2052026-03-20T03:52:13.350Z Compiling unicode-ident v1.0.24
2062026-03-20T03:52:13.353Z Compiling quote v1.0.45
2072026-03-20T03:52:13.353Z Compiling strsim v0.11.1
2082026-03-20T03:52:13.353Z Compiling ident_case v1.0.1
2092026-03-20T03:52:13.353Z Compiling memchr v2.8.0
2102026-03-20T03:52:13.353Z Compiling fnv v1.0.7
2112026-03-20T03:52:13.353Z Compiling regex-syntax v0.8.10
2122026-03-20T03:52:13.548Z Compiling serde_core v1.0.228
2132026-03-20T03:52:13.570Z Compiling serde v1.0.228
2142026-03-20T03:52:13.570Z Compiling zerocopy v0.8.47
2152026-03-20T03:52:13.806Z Compiling either v1.15.0
2162026-03-20T03:52:13.895Z Compiling thiserror v2.0.18
2172026-03-20T03:52:13.977Z Compiling aho-corasick v1.1.4
2182026-03-20T03:52:14.060Z Compiling itertools v0.14.0
2192026-03-20T03:52:14.147Z Compiling heapless v0.8.0
2202026-03-20T03:52:14.188Z Checking byteorder v1.5.0
2212026-03-20T03:52:14.381Z Checking hash32 v0.3.1
2222026-03-20T03:52:14.501Z Checking macaddr v1.0.1
2232026-03-20T03:52:14.561Z Checking bitflags v2.11.0
2242026-03-20T03:52:14.668Z Checking stable_deref_trait v1.2.1
2252026-03-20T03:52:14.732Z Compiling smoltcp v0.11.0
2262026-03-20T03:52:14.973Z Compiling syn v2.0.117
2272026-03-20T03:52:15.017Z Checking managed v0.8.0
2282026-03-20T03:52:15.165Z Checking bitflags v1.3.2
2292026-03-20T03:52:15.213Z Checking cfg-if v1.0.4
2302026-03-20T03:52:15.230Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-03-20T03:52:15.242Z Checking ipnetwork v0.21.1
2322026-03-20T03:52:15.452Z Compiling regex-automata v0.4.14
2332026-03-20T03:52:17.558Z Compiling regex v1.12.3
2342026-03-20T03:52:18.177Z Compiling darling_core v0.21.3
2352026-03-20T03:52:18.647Z Compiling serde_derive v1.0.228
2362026-03-20T03:52:18.650Z Compiling zerocopy-derive v0.8.47
2372026-03-20T03:52:18.650Z Compiling thiserror-impl v2.0.18
2382026-03-20T03:52:19.911Z Checking cobs v0.3.0
2392026-03-20T03:52:20.075Z Compiling darling_macro v0.21.3
2402026-03-20T03:52:20.709Z Compiling darling v0.21.3
2412026-03-20T03:52:20.784Z Compiling ingot-macros v0.1.1
2422026-03-20T03:52:21.653Z Checking postcard v1.1.3
2432026-03-20T03:52:23.679Z Checking ingot-types v0.1.2
2442026-03-20T03:52:24.053Z Checking ingot v0.1.1
2452026-03-20T03:52:25.960Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-03-20T03:52:27.316Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.53s
2472026-03-20T03:52:27.439Z
2482026-03-20T03:52:27.442Zreal 18.706938905
2492026-03-20T03:52:27.442Zuser 43.893652447
2502026-03-20T03:52:27.442Zsys 7.244466458
2512026-03-20T03:52:27.442Ztrap 0.018178629
2522026-03-20T03:52:27.442Ztflt 0.098864774
2532026-03-20T03:52:27.442Zdflt 0.241368000
2542026-03-20T03:52:27.442Zkflt 0.001824388
2552026-03-20T03:52:27.442Zlock 2:09.716108010
2562026-03-20T03:52:27.443Zslp 2:01.455987628
2572026-03-20T03:52:27.443Zlat 1.503176428
2582026-03-20T03:52:27.443Zstop 5.138223675
2592026-03-20T03:52:27.443Z+ header 'analyze no_std'
2602026-03-20T03:52:27.443Z+ echo '# ==== analyze no_std ==== #'
2612026-03-20T03:52:27.443Z# ==== analyze no_std ==== #
2622026-03-20T03:52:27.443Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-03-20T03:52:27.577Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-03-20T03:52:27.865Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-03-20T03:52:29.201Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.71s
2662026-03-20T03:52:29.227Z
2672026-03-20T03:52:29.232Zreal 1.782649466
2682026-03-20T03:52:29.232Zuser 2.637600429
2692026-03-20T03:52:29.232Zsys 0.311630840
2702026-03-20T03:52:29.232Ztrap 0.000338738
2712026-03-20T03:52:29.232Ztflt 0.000025150
2722026-03-20T03:52:29.232Zdflt 0.000037570
2732026-03-20T03:52:29.232Zkflt 0.000000940
2742026-03-20T03:52:29.232Zlock 6.368445733
2752026-03-20T03:52:29.232Zslp 7.261022726
2762026-03-20T03:52:29.232Zlat 0.000436993
2772026-03-20T03:52:29.232Zstop 0.049379219
2782026-03-20T03:52:29.232Z+ header test
2792026-03-20T03:52:29.232Z+ echo '# ==== test ==== #'
2802026-03-20T03:52:29.232Z# ==== test ==== #
2812026-03-20T03:52:29.232Z+ ptime -m cargo test
2822026-03-20T03:52:29.395Z Compiling byteorder v1.5.0
2832026-03-20T03:52:29.395Z Compiling serde_core v1.0.228
2842026-03-20T03:52:29.398Z Compiling bitflags v2.11.0
2852026-03-20T03:52:29.398Z Compiling macaddr v1.0.1
2862026-03-20T03:52:29.423Z Compiling thiserror v2.0.18
2872026-03-20T03:52:29.426Z Compiling zerocopy v0.8.47
2882026-03-20T03:52:29.429Z Compiling stable_deref_trait v1.2.1
2892026-03-20T03:52:29.432Z Compiling managed v0.8.0
2902026-03-20T03:52:29.494Z Compiling cobs v0.3.0
2912026-03-20T03:52:29.525Z Compiling cfg-if v1.0.4
2922026-03-20T03:52:29.590Z Compiling hash32 v0.3.1
2932026-03-20T03:52:29.625Z Compiling bitflags v1.3.2
2942026-03-20T03:52:29.691Z Compiling heapless v0.8.0
2952026-03-20T03:52:29.695Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-03-20T03:52:29.718Z Compiling ipnetwork v0.21.1
2972026-03-20T03:52:30.158Z Compiling smoltcp v0.11.0
2982026-03-20T03:52:31.604Z Compiling serde v1.0.228
2992026-03-20T03:52:32.463Z Compiling postcard v1.1.3
3002026-03-20T03:52:33.287Z Compiling ingot-types v0.1.2
3012026-03-20T03:52:33.671Z Compiling ingot v0.1.1
3022026-03-20T03:52:35.718Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-03-20T03:52:37.939Z Finished `test` profile [optimized + debuginfo] target(s) in 8.70s
3042026-03-20T03:52:37.954Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-7015c6a982f47358)
3052026-03-20T03:52:37.957Z
3062026-03-20T03:52:37.957Zrunning 25 tests
3072026-03-20T03:52:37.957Ztest encap::test::good_vni ... ok
3082026-03-20T03:52:37.957Ztest encap::test::bad_vni ... ok
3092026-03-20T03:52:37.957Ztest encap::test::vni_round_trip ... ok
3102026-03-20T03:52:37.957Ztest dns::tests::test_domain_name ... ok
3112026-03-20T03:52:37.957Ztest ip::test::bad_cidr ... ok
3122026-03-20T03:52:37.957Ztest ip::test::bad_prefix_len ... ok
3132026-03-20T03:52:37.957Ztest ip::test::dhcp_fqdn ... ok
3142026-03-20T03:52:37.957Ztest ip::test::good_cidr ... ok
3152026-03-20T03:52:37.957Ztest ip::test::ipv4_addr_bad ... ok
3162026-03-20T03:52:37.957Ztest ip::test::ipv4_mask ... ok
3172026-03-20T03:52:37.957Ztest ip::test::ipv4_addr_good ... ok
3182026-03-20T03:52:37.957Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-03-20T03:52:37.957Ztest ip::test::ipv6_is_default ... ok
3202026-03-20T03:52:37.957Ztest ip::test::ipv6_mask ... ok
3212026-03-20T03:52:37.957Ztest ip::test::test_ip_addr_from_str ... ok
3222026-03-20T03:52:37.957Ztest ip::test::ipv6_prefix_len ... ok
3232026-03-20T03:52:37.957Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-03-20T03:52:37.957Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3252026-03-20T03:52:37.957Ztest ip::test::test_ipv4_multicast_mac ... ok
3262026-03-20T03:52:37.957Ztest ip::test::test_ipv6_from_const ... ok
3272026-03-20T03:52:37.957Ztest ip::test::test_ipv6_from_eui64 ... ok
3282026-03-20T03:52:37.957Ztest ip::test::test_ipv6_is_multicast ... ok
3292026-03-20T03:52:37.957Ztest ip::test::test_ipv6_multicast_mac ... ok
3302026-03-20T03:52:37.957Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-03-20T03:52:37.958Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-03-20T03:52:37.958Z
3332026-03-20T03:52:37.958Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-20T03:52:37.958Z
3352026-03-20T03:52:37.958Z Doc-tests opte_api
3362026-03-20T03:52:38.727Z
3372026-03-20T03:52:38.727Zrunning 1 test
3382026-03-20T03:52:38.731Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-03-20T03:52:38.731Z
3402026-03-20T03:52:38.731Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-03-20T03:52:38.731Z
3422026-03-20T03:52:38.734Zall doctests ran in 0.57s; merged doctests compilation took 0.56s
3432026-03-20T03:52:38.752Z
3442026-03-20T03:52:38.756Zreal 9.516795983
3452026-03-20T03:52:38.756Zuser 23.830182969
3462026-03-20T03:52:38.756Zsys 2.493465642
3472026-03-20T03:52:38.756Ztrap 0.004645839
3482026-03-20T03:52:38.756Ztflt 0.221410718
3492026-03-20T03:52:38.756Zdflt 0.155836801
3502026-03-20T03:52:38.756Zkflt 0.000000000
3512026-03-20T03:52:38.756Zlock 1:18.427700341
3522026-03-20T03:52:38.756Zslp 43.556264686
3532026-03-20T03:52:38.756Zlat 1.187958142
3542026-03-20T03:52:38.756Zstop 1.067707034
3552026-03-20T03:52:38.756Zprocess exited: duration 44912 ms, exit code 0
 
3562026-03-20T03:52:38.763Zfound 0 output files