01KNPEFJY4NDAH69TM5JDCE4C3: opte-api

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

Buildomat Job: 01KNPEFXT48EF6JHWNBB8R5YSZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:44.849Zjob assigned to worker 01KNPEG76CM2K9AE9YJXSJWR63 [factory aws, i-078d082e1e3b14834] (queued for 50 s)
 
22026-04-08T11:44:52.065Zstarting task 0: "setup"
32026-04-08T11:44:52.087Z++ uname -s
42026-04-08T11:44:52.087Z+ kern=SunOS
52026-04-08T11:44:52.088Z+ build_user=build
62026-04-08T11:44:52.088Z+ build_uid=12345
72026-04-08T11:44:52.088Z+ work_dir=/work
82026-04-08T11:44:52.088Z+ input_dir=/input
92026-04-08T11:44:52.088Z+ [[ 0 == 12345 ]]
102026-04-08T11:44:52.088Z+ case "$kern" in
112026-04-08T11:44:52.088Z+ groupadd -g 12345 build
122026-04-08T11:44:52.088Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:44:54.080Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:44:54.204Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:44:54.213Z+ home_fs=zfs
162026-04-08T11:44:54.213Z+ [[ zfs == autofs ]]
172026-04-08T11:44:54.213Z+ mkdir -p /home/build
182026-04-08T11:44:54.213Z+ chown build:build /home/build /work
192026-04-08T11:44:55.208Z+ chmod 0700 /home/build /work
202026-04-08T11:44:55.215Zprocess exited: duration 3147 ms, exit code 0
 
212026-04-08T11:44:55.230Zstarting task 1: "rust-toolchain"
222026-04-08T11:44:55.239Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:44:55.239Z * rust toolchain channel = "1.94.1"
242026-04-08T11:44:55.239Z * rust toolchain profile = "default"
252026-04-08T11:44:55.239Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-08T11:44:55.239Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-08T11:44:55.239Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:44:55.239Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:44:55.239Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:44:55.356Zinfo: downloading installer
312026-04-08T11:44:56.676Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:44:56.682Zwarn: /opt/ooce/bin
332026-04-08T11:44:56.682Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:44:56.682Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:44:56.682Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:44:56.682Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:44:56.682Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:44:56.682Zerror: cannot install while Rust is installed
392026-04-08T11:44:56.682Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:44:56.682Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:44:56.682Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:44:56.682Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:44:56.682Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:44:56.691Zinfo: profile set to default
452026-04-08T11:44:56.692Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:44:56.692Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:44:56.873Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:44:56.883Zinfo: downloading 6 components
492026-04-08T11:45:10.900Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-08T11:45:10.900Z
512026-04-08T11:45:10.928Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:10.928Z
532026-04-08T11:45:10.928Z
542026-04-08T11:45:10.932ZRust is installed now. Great!
552026-04-08T11:45:10.932Z
562026-04-08T11:45:10.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:10.932Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:10.932Z
592026-04-08T11:45:10.932ZTo configure your current shell, you need to source
602026-04-08T11:45:10.932Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:10.932Z
622026-04-08T11:45:10.932ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:10.932Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:10.932Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:10.932Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:10.932Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:10.932Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:10.932Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:10.932Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:10.932Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:11.026Z+ rustup --version
722026-04-08T11:45:11.036Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:11.039Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:11.056Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:11.059Z+ cargo --version
762026-04-08T11:45:11.072Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:11.075Z+ rustc --version
782026-04-08T11:45:11.094Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:11.098Zprocess exited: duration 15865 ms, exit code 0
 
802026-04-08T11:45:11.104Zstarting task 2: "authentication"
812026-04-08T11:45:11.120Zprocess exited: duration 16 ms, exit code 0
 
822026-04-08T11:45:11.127Zstarting task 3: "clone repository"
832026-04-08T11:45:11.130Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:11.133Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:11.189ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:11.974Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:11.974Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:12.227ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:12.227Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:12.232Z+ [[ -n '' ]]
912026-04-08T11:45:12.232Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:12.249ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:12.252Zprocess exited: duration 1123 ms, exit code 0
 
942026-04-08T11:45:12.259Zstarting task 4: "build"
952026-04-08T11:45:12.263Z+ source .github/buildomat/common.sh
962026-04-08T11:45:12.266Z++ rustup show active-toolchain
972026-04-08T11:45:12.269Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:12.269Z++ pushd xde
992026-04-08T11:45:12.272Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:12.272Z++ rustup show active-toolchain
1012026-04-08T11:45:12.275Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:12.421Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:12.427Zinfo: downloading 6 components
1042026-04-08T11:45:26.164Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:26.246Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:26.249Z+++ head -n 1
1072026-04-08T11:45:26.249Z+++ cut '-d ' -f1
1082026-04-08T11:45:26.301Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:26.301Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:26.301Z++ popd
1112026-04-08T11:45:26.301Z/work/oxidecomputer/opte
1122026-04-08T11:45:26.304Z+ cargo --version
1132026-04-08T11:45:26.311Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-08T11:45:26.314Z+ rustc --version
1152026-04-08T11:45:26.333Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-08T11:45:26.336Z+ cd crates/opte-api
1172026-04-08T11:45:26.336Z+ header 'check API_VERSION'
1182026-04-08T11:45:26.336Z+ echo '# ==== check API_VERSION ==== #'
1192026-04-08T11:45:26.336Z# ==== check API_VERSION ==== #
1202026-04-08T11:45:26.336Z+ ./check-api-version.sh
1212026-04-08T11:45:26.343Z+ header 'check style'
1222026-04-08T11:45:26.343Z+ echo '# ==== check style ==== #'
1232026-04-08T11:45:26.346Z# ==== check style ==== #
1242026-04-08T11:45:26.346Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1252026-04-08T11:45:26.423Z
1262026-04-08T11:45:26.423Zreal 0.076719148
1272026-04-08T11:45:26.423Zuser 0.043746946
1282026-04-08T11:45:26.423Zsys 0.029797309
1292026-04-08T11:45:26.423Ztrap 0.000005168
1302026-04-08T11:45:26.423Ztflt 0.000005478
1312026-04-08T11:45:26.423Zdflt 0.000012697
1322026-04-08T11:45:26.423Zkflt 0.000000000
1332026-04-08T11:45:26.423Zlock 0.032122294
1342026-04-08T11:45:26.423Zslp 0.056586582
1352026-04-08T11:45:26.423Zlat 0.000782797
1362026-04-08T11:45:26.423Zstop 0.000107921
1372026-04-08T11:45:26.426Z+ header 'analyze std'
1382026-04-08T11:45:26.426Z+ echo '# ==== analyze std ==== #'
1392026-04-08T11:45:26.426Z# ==== analyze std ==== #
1402026-04-08T11:45:26.426Z+ ptime -m cargo clippy --all-targets
1412026-04-08T11:45:26.565Z Updating crates.io index
1422026-04-08T11:45:26.599Z Updating git repository `https://github.com/oxidecomputer/falcon`
1432026-04-08T11:45:27.523Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1442026-04-08T11:45:27.820Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1452026-04-08T11:45:28.155Z Updating git repository `https://github.com/oxidecomputer/zone`
1462026-04-08T11:45:28.558Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1472026-04-08T11:45:28.797Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1482026-04-08T11:45:29.070Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1492026-04-08T11:45:31.165Z Downloading crates ...
1502026-04-08T11:45:31.215Z Downloaded quote v1.0.45
1512026-04-08T11:45:31.218Z Downloaded embedded-io v0.6.1
1522026-04-08T11:45:31.223Z Downloaded aho-corasick v1.1.4
1532026-04-08T11:45:31.233Z Downloaded cfg-if v1.0.4
1542026-04-08T11:45:31.236Z Downloaded proc-macro-error-attr2 v2.0.0
1552026-04-08T11:45:31.239Z Downloaded strsim v0.11.1
1562026-04-08T11:45:31.242Z Downloaded cobs v0.3.0
1572026-04-08T11:45:31.245Z Downloaded stable_deref_trait v1.2.1
1582026-04-08T11:45:31.248Z Downloaded hash32 v0.3.1
1592026-04-08T11:45:31.253Z Downloaded fnv v1.0.7
1602026-04-08T11:45:31.256Z Downloaded ident_case v1.0.1
1612026-04-08T11:45:31.260Z Downloaded proc-macro-error2 v2.0.1
1622026-04-08T11:45:31.263Z Downloaded ingot-types v0.1.2
1632026-04-08T11:45:31.266Z Downloaded defmt v0.3.100
1642026-04-08T11:45:31.266Z Downloaded macaddr v1.0.1
1652026-04-08T11:45:31.266Z Downloaded darling_macro v0.21.3
1662026-04-08T11:45:31.272Z Downloaded defmt-parser v1.0.0
1672026-04-08T11:45:31.275Z Downloaded thiserror v2.0.18
1682026-04-08T11:45:31.277Z Downloaded thiserror-impl v2.0.18
1692026-04-08T11:45:31.280Z Downloaded bitflags v1.3.2
1702026-04-08T11:45:31.280Z Downloaded managed v0.8.0
1712026-04-08T11:45:31.280Z Downloaded ipnetwork v0.21.1
1722026-04-08T11:45:31.283Z Downloaded embedded-io v0.4.0
1732026-04-08T11:45:31.283Z Downloaded defmt v1.0.1
1742026-04-08T11:45:31.289Z Downloaded postcard v1.1.3
1752026-04-08T11:45:31.291Z Downloaded either v1.15.0
1762026-04-08T11:45:31.294Z Downloaded byteorder v1.5.0
1772026-04-08T11:45:31.294Z Downloaded ingot v0.1.1
1782026-04-08T11:45:31.294Z Downloaded defmt-macros v1.0.1
1792026-04-08T11:45:31.297Z Downloaded darling v0.21.3
1802026-04-08T11:45:31.303Z Downloaded ingot-macros v0.1.1
1812026-04-08T11:45:31.305Z Downloaded proc-macro2 v1.0.106
1822026-04-08T11:45:31.314Z Downloaded serde_derive v1.0.228
1832026-04-08T11:45:31.321Z Downloaded bitflags v2.11.0
1842026-04-08T11:45:31.340Z Downloaded unicode-ident v1.0.24
1852026-04-08T11:45:31.344Z Downloaded serde_core v1.0.228
1862026-04-08T11:45:31.349Z Downloaded zerocopy-derive v0.8.47
1872026-04-08T11:45:31.353Z Downloaded memchr v2.8.0
1882026-04-08T11:45:31.356Z Downloaded heapless v0.8.0
1892026-04-08T11:45:31.359Z Downloaded darling_core v0.21.3
1902026-04-08T11:45:31.362Z Downloaded serde v1.0.228
1912026-04-08T11:45:31.386Z Downloaded regex v1.12.3
1922026-04-08T11:45:31.390Z Downloaded itertools v0.14.0
1932026-04-08T11:45:31.433Z Downloaded zerocopy v0.8.47
1942026-04-08T11:45:31.442Z Downloaded syn v2.0.117
1952026-04-08T11:45:31.448Z Downloaded smoltcp v0.11.0
1962026-04-08T11:45:31.454Z Downloaded regex-syntax v0.8.10
1972026-04-08T11:45:31.466Z Downloaded regex-automata v0.4.14
1982026-04-08T11:45:31.503Z Compiling proc-macro2 v1.0.106
1992026-04-08T11:45:31.503Z Compiling unicode-ident v1.0.24
2002026-04-08T11:45:31.503Z Compiling quote v1.0.45
2012026-04-08T11:45:31.503Z Compiling ident_case v1.0.1
2022026-04-08T11:45:31.503Z Compiling fnv v1.0.7
2032026-04-08T11:45:31.503Z Compiling memchr v2.8.0
2042026-04-08T11:45:31.503Z Compiling strsim v0.11.1
2052026-04-08T11:45:31.503Z Compiling serde_core v1.0.228
2062026-04-08T11:45:31.670Z Compiling regex-syntax v0.8.10
2072026-04-08T11:45:31.688Z Compiling either v1.15.0
2082026-04-08T11:45:31.688Z Compiling thiserror v2.0.18
2092026-04-08T11:45:31.859Z Compiling zerocopy v0.8.47
2102026-04-08T11:45:31.876Z Compiling serde v1.0.228
2112026-04-08T11:45:31.936Z Compiling aho-corasick v1.1.4
2122026-04-08T11:45:32.106Z Compiling itertools v0.14.0
2132026-04-08T11:45:32.199Z Checking byteorder v1.5.0
2142026-04-08T11:45:32.204Z Compiling heapless v0.8.0
2152026-04-08T11:45:32.261Z Compiling smoltcp v0.11.0
2162026-04-08T11:45:32.351Z Checking hash32 v0.3.1
2172026-04-08T11:45:32.457Z Checking bitflags v2.11.0
2182026-04-08T11:45:32.602Z Checking macaddr v1.0.1
2192026-04-08T11:45:32.652Z Checking stable_deref_trait v1.2.1
2202026-04-08T11:45:32.743Z Compiling syn v2.0.117
2212026-04-08T11:45:32.785Z Checking bitflags v1.3.2
2222026-04-08T11:45:32.823Z Checking managed v0.8.0
2232026-04-08T11:45:32.844Z Checking cfg-if v1.0.4
2242026-04-08T11:45:32.900Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2252026-04-08T11:45:33.001Z Checking ipnetwork v0.21.1
2262026-04-08T11:45:33.158Z Compiling regex-automata v0.4.14
2272026-04-08T11:45:34.590Z Compiling regex v1.12.3
2282026-04-08T11:45:34.935Z Compiling darling_core v0.21.3
2292026-04-08T11:45:35.268Z Compiling serde_derive v1.0.228
2302026-04-08T11:45:35.268Z Compiling thiserror-impl v2.0.18
2312026-04-08T11:45:35.272Z Compiling zerocopy-derive v0.8.47
2322026-04-08T11:45:36.229Z Checking cobs v0.3.0
2332026-04-08T11:45:36.270Z Compiling darling_macro v0.21.3
2342026-04-08T11:45:36.743Z Compiling darling v0.21.3
2352026-04-08T11:45:36.807Z Compiling ingot-macros v0.1.1
2362026-04-08T11:45:37.464Z Checking postcard v1.1.3
2372026-04-08T11:45:38.751Z Checking ingot-types v0.1.2
2382026-04-08T11:45:39.016Z Checking ingot v0.1.1
2392026-04-08T11:45:40.300Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2402026-04-08T11:45:41.289Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.81s
2412026-04-08T11:45:41.398Z
2422026-04-08T11:45:41.398Zreal 14.967584860
2432026-04-08T11:45:41.401Zuser 30.394126234
2442026-04-08T11:45:41.402Zsys 5.850106388
2452026-04-08T11:45:41.402Ztrap 0.009413249
2462026-04-08T11:45:41.402Ztflt 0.084350462
2472026-04-08T11:45:41.402Zdflt 0.234478332
2482026-04-08T11:45:41.402Zkflt 0.004960847
2492026-04-08T11:45:41.402Zlock 1:26.692013654
2502026-04-08T11:45:41.402Zslp 1:30.123744592
2512026-04-08T11:45:41.402Zlat 1.540001333
2522026-04-08T11:45:41.402Zstop 4.373413207
2532026-04-08T11:45:41.402Z+ header 'analyze no_std'
2542026-04-08T11:45:41.402Z+ echo '# ==== analyze no_std ==== #'
2552026-04-08T11:45:41.403Z# ==== analyze no_std ==== #
2562026-04-08T11:45:41.403Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2572026-04-08T11:45:41.505Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2582026-04-08T11:45:41.714Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2592026-04-08T11:45:42.687Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.24s
2602026-04-08T11:45:42.708Z
2612026-04-08T11:45:42.708Zreal 1.303627140
2622026-04-08T11:45:42.708Zuser 1.850437860
2632026-04-08T11:45:42.708Zsys 0.261350531
2642026-04-08T11:45:42.708Ztrap 0.000155507
2652026-04-08T11:45:42.708Ztflt 0.000046799
2662026-04-08T11:45:42.709Zdflt 0.000252756
2672026-04-08T11:45:42.709Zkflt 0.000000000
2682026-04-08T11:45:42.709Zlock 4.271981736
2692026-04-08T11:45:42.711Zslp 5.209414305
2702026-04-08T11:45:42.711Zlat 0.003143162
2712026-04-08T11:45:42.711Zstop 0.041778847
2722026-04-08T11:45:42.711Z+ header test
2732026-04-08T11:45:42.711Z+ echo '# ==== test ==== #'
2742026-04-08T11:45:42.711Z+ ptime -m cargo test
2752026-04-08T11:45:42.711Z# ==== test ==== #
2762026-04-08T11:45:42.843Z Compiling serde_core v1.0.228
2772026-04-08T11:45:42.843Z Compiling byteorder v1.5.0
2782026-04-08T11:45:42.847Z Compiling macaddr v1.0.1
2792026-04-08T11:45:42.864Z Compiling zerocopy v0.8.47
2802026-04-08T11:45:42.867Z Compiling thiserror v2.0.18
2812026-04-08T11:45:42.867Z Compiling stable_deref_trait v1.2.1
2822026-04-08T11:45:42.867Z Compiling bitflags v2.11.0
2832026-04-08T11:45:42.870Z Compiling managed v0.8.0
2842026-04-08T11:45:42.922Z Compiling cobs v0.3.0
2852026-04-08T11:45:42.951Z Compiling cfg-if v1.0.4
2862026-04-08T11:45:43.009Z Compiling hash32 v0.3.1
2872026-04-08T11:45:43.023Z Compiling bitflags v1.3.2
2882026-04-08T11:45:43.072Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-04-08T11:45:43.084Z Compiling ipnetwork v0.21.1
2902026-04-08T11:45:43.097Z Compiling heapless v0.8.0
2912026-04-08T11:45:43.438Z Compiling smoltcp v0.11.0
2922026-04-08T11:45:44.356Z Compiling serde v1.0.228
2932026-04-08T11:45:44.783Z Compiling postcard v1.1.3
2942026-04-08T11:45:45.472Z Compiling ingot-types v0.1.2
2952026-04-08T11:45:45.741Z Compiling ingot v0.1.1
2962026-04-08T11:45:47.089Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2972026-04-08T11:45:48.775Z Finished `test` profile [optimized + debuginfo] target(s) in 6.05s
2982026-04-08T11:45:48.784Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-fe40b2d87dfd55d9)
2992026-04-08T11:45:48.784Z
3002026-04-08T11:45:48.784Zrunning 25 tests
3012026-04-08T11:45:48.791Ztest dns::tests::test_domain_name ... ok
3022026-04-08T11:45:48.791Ztest encap::test::vni_round_trip ... ok
3032026-04-08T11:45:48.791Ztest encap::test::good_vni ... ok
3042026-04-08T11:45:48.791Ztest ip::test::dhcp_fqdn ... ok
3052026-04-08T11:45:48.791Ztest ip::test::bad_cidr ... ok
3062026-04-08T11:45:48.791Ztest encap::test::bad_vni ... ok
3072026-04-08T11:45:48.791Ztest ip::test::bad_prefix_len ... ok
3082026-04-08T11:45:48.791Ztest ip::test::good_cidr ... ok
3092026-04-08T11:45:48.791Ztest ip::test::ipv4_addr_good ... ok
3102026-04-08T11:45:48.791Ztest ip::test::ipv4_addr_bad ... ok
3112026-04-08T11:45:48.791Ztest ip::test::ipv4_mask ... ok
3122026-04-08T11:45:48.791Ztest ip::test::ipv6_cidr_is_member ... ok
3132026-04-08T11:45:48.791Ztest ip::test::ipv6_is_default ... ok
3142026-04-08T11:45:48.791Ztest ip::test::ipv6_mask ... ok
3152026-04-08T11:45:48.791Ztest ip::test::ipv6_prefix_len ... ok
3162026-04-08T11:45:48.791Ztest ip::test::test_ip_cidr_from_str ... ok
3172026-04-08T11:45:48.792Ztest ip::test::test_ip_addr_from_str ... ok
3182026-04-08T11:45:48.792Ztest ip::test::test_ipv4_multicast_mac ... ok
3192026-04-08T11:45:48.792Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3202026-04-08T11:45:48.792Ztest ip::test::test_ipv6_from_const ... ok
3212026-04-08T11:45:48.792Ztest ip::test::test_ipv6_from_eui64 ... ok
3222026-04-08T11:45:48.792Ztest ip::test::test_ipv6_is_multicast ... ok
3232026-04-08T11:45:48.792Ztest ip::test::test_ipv6_multicast_mac ... ok
3242026-04-08T11:45:48.792Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3252026-04-08T11:45:48.792Ztest ip::test::test_multicast_underlay_serde ... ok
3262026-04-08T11:45:48.792Z
3272026-04-08T11:45:48.792Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3282026-04-08T11:45:48.792Z
3292026-04-08T11:45:48.792Z Doc-tests opte_api
3302026-04-08T11:45:49.372Z
3312026-04-08T11:45:49.373Zrunning 1 test
3322026-04-08T11:45:49.379Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3332026-04-08T11:45:49.379Z
3342026-04-08T11:45:49.379Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3352026-04-08T11:45:49.379Z
3362026-04-08T11:45:49.379Zall doctests ran in 0.43s; merged doctests compilation took 0.43s
3372026-04-08T11:45:49.396Z
3382026-04-08T11:45:49.399Zreal 6.678148764
3392026-04-08T11:45:49.399Zuser 17.293474850
3402026-04-08T11:45:49.399Zsys 2.095888221
3412026-04-08T11:45:49.399Ztrap 0.006536036
3422026-04-08T11:45:49.399Ztflt 0.146598245
3432026-04-08T11:45:49.399Zdflt 0.181929056
3442026-04-08T11:45:49.399Zkflt 0.000007409
3452026-04-08T11:45:49.399Zlock 53.187572516
3462026-04-08T11:45:49.399Zslp 31.393055395
3472026-04-08T11:45:49.399Zlat 0.690840082
3482026-04-08T11:45:49.399Zstop 0.802392966
3492026-04-08T11:45:49.399Zprocess exited: duration 37133 ms, exit code 0
 
3502026-04-08T11:45:49.406Zfound 0 output files