01KQRMCAB7M8Z8Q996M5V9JSSH: opte-api

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

Buildomat Job: 01KQRMCKBHQ6QJGX7QR2RMAQJV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T04:37:44.761Zjob assigned to worker 01KQRMCZNFY85EXA03CKGT9M38 [factory aws, i-00f3666e2477a737c] (queued for 55 s)
 
22026-05-04T04:37:51.789Zstarting task 0: "setup"
32026-05-04T04:37:51.795Z++ uname -s
42026-05-04T04:37:51.798Z+ kern=SunOS
52026-05-04T04:37:51.798Z+ build_user=build
62026-05-04T04:37:51.798Z+ build_uid=12345
72026-05-04T04:37:51.798Z+ work_dir=/work
82026-05-04T04:37:51.798Z+ input_dir=/input
92026-05-04T04:37:51.798Z+ [[ 0 == 12345 ]]
102026-05-04T04:37:51.798Z+ case "$kern" in
112026-05-04T04:37:51.798Z+ groupadd -g 12345 build
122026-05-04T04:37:51.801Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T04:37:53.806Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T04:37:53.927Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T04:37:53.930Z+ home_fs=zfs
162026-05-04T04:37:53.930Z+ [[ zfs == autofs ]]
172026-05-04T04:37:53.930Z+ mkdir -p /home/build
182026-05-04T04:37:53.931Z+ chown build:build /home/build /work
192026-05-04T04:37:55.932Z+ chmod 0700 /home/build /work
202026-05-04T04:37:55.935Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-04T04:37:55.940Zstarting task 1: "rust-toolchain"
222026-05-04T04:37:55.944Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-04T04:37:55.944Z * rust toolchain channel = "1.94.1"
242026-05-04T04:37:55.944Z * rust toolchain profile = "default"
252026-05-04T04:37:55.944Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-04T04:37:55.944Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T04:37:55.947Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T04:37:55.947Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T04:37:55.947Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-04T04:37:56.066Zinfo: downloading installer
312026-05-04T04:37:57.505Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T04:37:57.505Zwarn: /opt/ooce/bin
332026-05-04T04:37:57.506Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T04:37:57.506Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T04:37:57.506Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T04:37:57.506Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T04:37:57.506Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T04:37:57.506Zerror: cannot install while Rust is installed
392026-05-04T04:37:57.506Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T04:37:57.506Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T04:37:57.506Zwarn: /home/build/.rustup/settings.toml
422026-05-04T04:37:57.506Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T04:37:57.506Zwarn: instead of the one inferred from the default host triple.
442026-05-04T04:37:57.518Zinfo: profile set to default
452026-05-04T04:37:57.518Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T04:37:57.521Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-04T04:37:57.650Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-04T04:37:57.653Zinfo: downloading 6 components
492026-05-04T04:38:11.608Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-04T04:38:11.608Z
512026-05-04T04:38:11.643Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-04T04:38:11.643Z
532026-05-04T04:38:11.643Z
542026-05-04T04:38:11.643ZRust is installed now. Great!
552026-05-04T04:38:11.643Z
562026-05-04T04:38:11.643ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T04:38:11.643Zenvironment variable. This has not been done automatically.
582026-05-04T04:38:11.643Z
592026-05-04T04:38:11.643ZTo configure your current shell, you need to source
602026-05-04T04:38:11.643Zthe corresponding env file under $HOME/.cargo.
612026-05-04T04:38:11.643Z
622026-05-04T04:38:11.643ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T04:38:11.643Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T04:38:11.643Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T04:38:11.643Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T04:38:11.643Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T04:38:11.643Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T04:38:11.643Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T04:38:11.646Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T04:38:11.646Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T04:38:11.728Z+ rustup --version
722026-05-04T04:38:11.736Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T04:38:11.739Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T04:38:11.758Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-04T04:38:11.760Z+ cargo --version
762026-05-04T04:38:11.773Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-04T04:38:11.776Z+ rustc --version
782026-05-04T04:38:11.795Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-04T04:38:11.798Zprocess exited: duration 15857 ms, exit code 0
 
802026-05-04T04:38:11.803Zstarting task 2: "authentication"
812026-05-04T04:38:11.819Zprocess exited: duration 15 ms, exit code 0
 
822026-05-04T04:38:11.825Zstarting task 3: "clone repository"
832026-05-04T04:38:11.828Z+ mkdir -p /work/oxidecomputer/opte
842026-05-04T04:38:11.830Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-04T04:38:11.863ZCloning into '/work/oxidecomputer/opte'...
862026-05-04T04:38:12.643Z+ cd /work/oxidecomputer/opte
872026-05-04T04:38:12.643Z+ git fetch origin 4712a02aed6b63f5cd05fa19bbf30f9f86986733
882026-05-04T04:38:12.889ZFrom https://github.com/oxidecomputer/opte
892026-05-04T04:38:12.889Z * branch 4712a02aed6b63f5cd05fa19bbf30f9f86986733 -> FETCH_HEAD
902026-05-04T04:38:12.895Z+ [[ -n renovate/ctor-1.x ]]
912026-05-04T04:38:12.898Z++ git branch --show-current
922026-05-04T04:38:12.898Z+ current=master
932026-05-04T04:38:12.898Z+ [[ master != renovate/ctor-1.x ]]
942026-05-04T04:38:12.898Z+ git branch -f renovate/ctor-1.x 4712a02aed6b63f5cd05fa19bbf30f9f86986733
952026-05-04T04:38:12.901Z+ git checkout -f renovate/ctor-1.x
962026-05-04T04:38:12.917ZSwitched to branch 'renovate/ctor-1.x'
972026-05-04T04:38:12.920Z+ git reset --hard 4712a02aed6b63f5cd05fa19bbf30f9f86986733
982026-05-04T04:38:12.934ZHEAD is now at 4712a02 Update Rust crate ctor to v1
992026-05-04T04:38:12.936Zprocess exited: duration 1109 ms, exit code 0
 
1002026-05-04T04:38:12.942Zstarting task 4: "build"
1012026-05-04T04:38:12.945Z+ source .github/buildomat/common.sh
1022026-05-04T04:38:12.948Z++ rustup show active-toolchain
1032026-05-04T04:38:12.951Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-04T04:38:12.954Z++ pushd xde
1052026-05-04T04:38:12.954Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-04T04:38:12.954Z++ rustup show active-toolchain
1072026-05-04T04:38:12.957Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-04T04:38:13.098Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-04T04:38:13.101Zinfo: downloading 6 components
1102026-05-04T04:38:26.924Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-04T04:38:27.006Z+++ rustup show active-toolchain -v
1122026-05-04T04:38:27.009Z+++ head -n 1
1132026-05-04T04:38:27.009Z+++ cut '-d ' -f1
1142026-05-04T04:38:27.066Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-04T04:38:27.066Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-04T04:38:27.066Z++ popd
1172026-05-04T04:38:27.069Z/work/oxidecomputer/opte
1182026-05-04T04:38:27.069Z+ cargo --version
1192026-05-04T04:38:27.075Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-04T04:38:27.078Z+ rustc --version
1212026-05-04T04:38:27.097Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-04T04:38:27.100Z+ cd crates/opte-api
1232026-05-04T04:38:27.100Z+ header 'check API_VERSION'
1242026-05-04T04:38:27.100Z+ echo '# ==== check API_VERSION ==== #'
1252026-05-04T04:38:27.100Z+ ./check-api-version.sh
1262026-05-04T04:38:27.100Z# ==== check API_VERSION ==== #
1272026-05-04T04:38:27.107Z+ header 'check style'
1282026-05-04T04:38:27.107Z+ echo '# ==== check style ==== #'
1292026-05-04T04:38:27.107Z# ==== check style ==== #
1302026-05-04T04:38:27.110Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1312026-05-04T04:38:27.191Z
1322026-05-04T04:38:27.191Zreal 0.081088361
1332026-05-04T04:38:27.191Zuser 0.044514537
1342026-05-04T04:38:27.191Zsys 0.033394035
1352026-05-04T04:38:27.191Ztrap 0.000004150
1362026-05-04T04:38:27.191Ztflt 0.000011610
1372026-05-04T04:38:27.191Zdflt 0.000028710
1382026-05-04T04:38:27.191Zkflt 0.000000000
1392026-05-04T04:38:27.191Zlock 0.031011146
1402026-05-04T04:38:27.191Zslp 0.057837120
1412026-05-04T04:38:27.194Zlat 0.000576465
1422026-05-04T04:38:27.194Zstop 0.000099031
1432026-05-04T04:38:27.194Z+ header 'analyze std'
1442026-05-04T04:38:27.194Z+ echo '# ==== analyze std ==== #'
1452026-05-04T04:38:27.194Z+ ptime -m cargo clippy --all-targets
1462026-05-04T04:38:27.194Z# ==== analyze std ==== #
1472026-05-04T04:38:27.329Z Updating crates.io index
1482026-05-04T04:38:27.361Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-05-04T04:38:28.262Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-05-04T04:38:28.818Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-05-04T04:38:29.120Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-05-04T04:38:29.373Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-05-04T04:38:29.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-05-04T04:38:29.956Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-05-04T04:38:31.968Z Downloading crates ...
1562026-05-04T04:38:32.011Z Downloaded embedded-io v0.6.1
1572026-05-04T04:38:32.026Z Downloaded serde v1.0.228
1582026-05-04T04:38:32.029Z Downloaded defmt v1.0.1
1592026-05-04T04:38:32.032Z Downloaded ident_case v1.0.1
1602026-05-04T04:38:32.035Z Downloaded fnv v1.0.7
1612026-05-04T04:38:32.035Z Downloaded cobs v0.3.0
1622026-05-04T04:38:32.039Z Downloaded embedded-io v0.4.0
1632026-05-04T04:38:32.042Z Downloaded stable_deref_trait v1.2.1
1642026-05-04T04:38:32.042Z Downloaded byteorder v1.5.0
1652026-05-04T04:38:32.047Z Downloaded proc-macro-error-attr2 v2.0.0
1662026-05-04T04:38:32.050Z Downloaded managed v0.8.0
1672026-05-04T04:38:32.050Z Downloaded defmt v0.3.100
1682026-05-04T04:38:32.050Z Downloaded darling_macro v0.21.3
1692026-05-04T04:38:32.054Z Downloaded cfg-if v1.0.4
1702026-05-04T04:38:32.061Z Downloaded bitflags v1.3.2
1712026-05-04T04:38:32.063Z Downloaded strsim v0.11.1
1722026-05-04T04:38:32.063Z Downloaded heapless v0.8.0
1732026-05-04T04:38:32.069Z Downloaded defmt-macros v1.0.1
1742026-05-04T04:38:32.072Z Downloaded thiserror-impl v2.0.18
1752026-05-04T04:38:32.075Z Downloaded ipnetwork v0.21.1
1762026-05-04T04:38:32.078Z Downloaded hash32 v0.3.1
1772026-05-04T04:38:32.078Z Downloaded defmt-parser v1.0.0
1782026-05-04T04:38:32.081Z Downloaded ingot-types v0.1.2
1792026-05-04T04:38:32.083Z Downloaded postcard v1.1.3
1802026-05-04T04:38:32.086Z Downloaded bitflags v2.11.1
1812026-05-04T04:38:32.088Z Downloaded macaddr v1.0.1
1822026-05-04T04:38:32.088Z Downloaded thiserror v2.0.18
1832026-05-04T04:38:32.092Z Downloaded quote v1.0.45
1842026-05-04T04:38:32.094Z Downloaded proc-macro-error2 v2.0.1
1852026-05-04T04:38:32.097Z Downloaded serde_core v1.0.228
1862026-05-04T04:38:32.099Z Downloaded serde_derive v1.0.228
1872026-05-04T04:38:32.099Z Downloaded ingot v0.1.1
1882026-05-04T04:38:32.102Z Downloaded darling v0.21.3
1892026-05-04T04:38:32.105Z Downloaded ingot-macros v0.1.1
1902026-05-04T04:38:32.109Z Downloaded either v1.15.0
1912026-05-04T04:38:32.112Z Downloaded darling_core v0.21.3
1922026-05-04T04:38:32.117Z Downloaded proc-macro2 v1.0.106
1932026-05-04T04:38:32.120Z Downloaded unicode-ident v1.0.24
1942026-05-04T04:38:32.131Z Downloaded zerocopy-derive v0.8.48
1952026-05-04T04:38:32.150Z Downloaded memchr v2.8.0
1962026-05-04T04:38:32.170Z Downloaded regex v1.12.3
1972026-05-04T04:38:32.175Z Downloaded itertools v0.14.0
1982026-05-04T04:38:32.182Z Downloaded aho-corasick v1.1.4
1992026-05-04T04:38:32.211Z Downloaded smoltcp v0.11.0
2002026-05-04T04:38:32.217Z Downloaded zerocopy v0.8.48
2012026-05-04T04:38:32.227Z Downloaded syn v2.0.117
2022026-05-04T04:38:32.232Z Downloaded regex-syntax v0.8.10
2032026-05-04T04:38:32.245Z Downloaded regex-automata v0.4.14
2042026-05-04T04:38:32.280Z Compiling proc-macro2 v1.0.106
2052026-05-04T04:38:32.280Z Compiling unicode-ident v1.0.24
2062026-05-04T04:38:32.280Z Compiling quote v1.0.45
2072026-05-04T04:38:32.283Z Compiling ident_case v1.0.1
2082026-05-04T04:38:32.283Z Compiling strsim v0.11.1
2092026-05-04T04:38:32.283Z Compiling memchr v2.8.0
2102026-05-04T04:38:32.336Z Compiling fnv v1.0.7
2112026-05-04T04:38:32.339Z Compiling regex-syntax v0.8.10
2122026-05-04T04:38:32.443Z Compiling serde_core v1.0.228
2132026-05-04T04:38:32.463Z Compiling zerocopy v0.8.48
2142026-05-04T04:38:32.463Z Compiling serde v1.0.228
2152026-05-04T04:38:32.636Z Compiling either v1.15.0
2162026-05-04T04:38:32.707Z Compiling thiserror v2.0.18
2172026-05-04T04:38:32.737Z Compiling aho-corasick v1.1.4
2182026-05-04T04:38:32.830Z Compiling itertools v0.14.0
2192026-05-04T04:38:32.880Z Checking byteorder v1.5.0
2202026-05-04T04:38:32.893Z Compiling heapless v0.8.0
2212026-05-04T04:38:33.028Z Checking hash32 v0.3.1
2222026-05-04T04:38:33.126Z Checking stable_deref_trait v1.2.1
2232026-05-04T04:38:33.186Z Checking macaddr v1.0.1
2242026-05-04T04:38:33.206Z Checking bitflags v2.11.1
2252026-05-04T04:38:33.317Z Compiling smoltcp v0.11.0
2262026-05-04T04:38:33.535Z Compiling syn v2.0.117
2272026-05-04T04:38:33.573Z Checking managed v0.8.0
2282026-05-04T04:38:33.662Z Checking bitflags v1.3.2
2292026-05-04T04:38:33.700Z Checking cfg-if v1.0.4
2302026-05-04T04:38:33.731Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-05-04T04:38:33.748Z Compiling regex-automata v0.4.14
2322026-05-04T04:38:33.975Z Checking ipnetwork v0.21.1
2332026-05-04T04:38:35.192Z Compiling regex v1.12.3
2342026-05-04T04:38:35.715Z Compiling darling_core v0.21.3
2352026-05-04T04:38:36.055Z Compiling serde_derive v1.0.228
2362026-05-04T04:38:36.055Z Compiling thiserror-impl v2.0.18
2372026-05-04T04:38:36.058Z Compiling zerocopy-derive v0.8.48
2382026-05-04T04:38:37.002Z Checking cobs v0.3.0
2392026-05-04T04:38:37.043Z Compiling darling_macro v0.21.3
2402026-05-04T04:38:37.512Z Compiling darling v0.21.3
2412026-05-04T04:38:37.574Z Compiling ingot-macros v0.1.1
2422026-05-04T04:38:38.253Z Checking postcard v1.1.3
2432026-05-04T04:38:39.532Z Checking ingot-types v0.1.2
2442026-05-04T04:38:39.790Z Checking ingot v0.1.1
2452026-05-04T04:38:41.065Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-05-04T04:38:42.037Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.79s
2472026-05-04T04:38:42.140Z
2482026-05-04T04:38:42.141Zreal 14.944445087
2492026-05-04T04:38:42.141Zuser 30.471176998
2502026-05-04T04:38:42.141Zsys 5.742646130
2512026-05-04T04:38:42.141Ztrap 0.009369183
2522026-05-04T04:38:42.141Ztflt 0.103414828
2532026-05-04T04:38:42.141Zdflt 0.225453583
2542026-05-04T04:38:42.141Zkflt 0.001926588
2552026-05-04T04:38:42.141Zlock 1:27.015961700
2562026-05-04T04:38:42.141Zslp 1:29.317834506
2572026-05-04T04:38:42.141Zlat 2.234769486
2582026-05-04T04:38:42.141Zstop 4.627658613
2592026-05-04T04:38:42.144Z+ header 'analyze no_std'
2602026-05-04T04:38:42.144Z+ echo '# ==== analyze no_std ==== #'
2612026-05-04T04:38:42.144Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2622026-05-04T04:38:42.144Z# ==== analyze no_std ==== #
2632026-05-04T04:38:42.244Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-05-04T04:38:42.449Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-05-04T04:38:43.404Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
2662026-05-04T04:38:43.427Z
2672026-05-04T04:38:43.431Zreal 1.282215937
2682026-05-04T04:38:43.431Zuser 1.847873406
2692026-05-04T04:38:43.431Zsys 0.256520840
2702026-05-04T04:38:43.431Ztrap 0.000181952
2712026-05-04T04:38:43.431Ztflt 0.000082830
2722026-05-04T04:38:43.431Zdflt 0.000141231
2732026-05-04T04:38:43.431Zkflt 0.000000000
2742026-05-04T04:38:43.431Zlock 4.216371576
2752026-05-04T04:38:43.431Zslp 5.170989302
2762026-05-04T04:38:43.431Zlat 0.003020868
2772026-05-04T04:38:43.431Zstop 0.043678401
2782026-05-04T04:38:43.431Z+ header test
2792026-05-04T04:38:43.431Z+ echo '# ==== test ==== #'
2802026-05-04T04:38:43.431Z+ ptime -m cargo test
2812026-05-04T04:38:43.431Z# ==== test ==== #
2822026-05-04T04:38:43.558Z Compiling serde_core v1.0.228
2832026-05-04T04:38:43.558Z Compiling byteorder v1.5.0
2842026-05-04T04:38:43.558Z Compiling macaddr v1.0.1
2852026-05-04T04:38:43.560Z Compiling bitflags v2.11.1
2862026-05-04T04:38:43.580Z Compiling zerocopy v0.8.48
2872026-05-04T04:38:43.580Z Compiling thiserror v2.0.18
2882026-05-04T04:38:43.583Z Compiling stable_deref_trait v1.2.1
2892026-05-04T04:38:43.586Z Compiling cfg-if v1.0.4
2902026-05-04T04:38:43.635Z Compiling cobs v0.3.0
2912026-05-04T04:38:43.637Z Compiling managed v0.8.0
2922026-05-04T04:38:43.663Z Compiling bitflags v1.3.2
2932026-05-04T04:38:43.721Z Compiling hash32 v0.3.1
2942026-05-04T04:38:43.734Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-04T04:38:43.811Z Compiling heapless v0.8.0
2962026-05-04T04:38:43.843Z Compiling ipnetwork v0.21.1
2972026-05-04T04:38:44.161Z Compiling smoltcp v0.11.0
2982026-05-04T04:38:45.090Z Compiling serde v1.0.228
2992026-05-04T04:38:45.499Z Compiling postcard v1.1.3
3002026-05-04T04:38:46.179Z Compiling ingot-types v0.1.2
3012026-05-04T04:38:46.446Z Compiling ingot v0.1.1
3022026-05-04T04:38:47.786Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-05-04T04:38:49.460Z Finished `test` profile [optimized + debuginfo] target(s) in 6.02s
3042026-05-04T04:38:49.469Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-f906ce35de588afe)
3052026-05-04T04:38:49.473Z
3062026-05-04T04:38:49.473Zrunning 25 tests
3072026-05-04T04:38:49.473Ztest encap::test::bad_vni ... ok
3082026-05-04T04:38:49.473Ztest encap::test::good_vni ... ok
3092026-05-04T04:38:49.473Ztest encap::test::vni_round_trip ... ok
3102026-05-04T04:38:49.473Ztest ip::test::bad_cidr ... ok
3112026-05-04T04:38:49.473Ztest dns::tests::test_domain_name ... ok
3122026-05-04T04:38:49.473Ztest ip::test::bad_prefix_len ... ok
3132026-05-04T04:38:49.473Ztest ip::test::dhcp_fqdn ... ok
3142026-05-04T04:38:49.473Ztest ip::test::good_cidr ... ok
3152026-05-04T04:38:49.473Ztest ip::test::ipv4_addr_bad ... ok
3162026-05-04T04:38:49.473Ztest ip::test::ipv4_addr_good ... ok
3172026-05-04T04:38:49.473Ztest ip::test::ipv4_mask ... ok
3182026-05-04T04:38:49.473Ztest ip::test::ipv6_cidr_is_member ... ok
3192026-05-04T04:38:49.473Ztest ip::test::ipv6_is_default ... ok
3202026-05-04T04:38:49.473Ztest ip::test::ipv6_mask ... ok
3212026-05-04T04:38:49.473Ztest ip::test::ipv6_prefix_len ... ok
3222026-05-04T04:38:49.473Ztest ip::test::test_ip_cidr_from_str ... ok
3232026-05-04T04:38:49.473Ztest ip::test::test_ip_addr_from_str ... ok
3242026-05-04T04:38:49.473Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3252026-05-04T04:38:49.473Ztest ip::test::test_ipv6_from_eui64 ... ok
3262026-05-04T04:38:49.473Ztest ip::test::test_ipv4_multicast_mac ... ok
3272026-05-04T04:38:49.473Ztest ip::test::test_ipv6_from_const ... ok
3282026-05-04T04:38:49.473Ztest ip::test::test_ipv6_multicast_mac ... ok
3292026-05-04T04:38:49.473Ztest ip::test::test_ipv6_is_multicast ... ok
3302026-05-04T04:38:49.474Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-05-04T04:38:49.474Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-05-04T04:38:49.474Z
3332026-05-04T04:38:49.474Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-05-04T04:38:49.474Z
3352026-05-04T04:38:49.476Z Doc-tests opte_api
3362026-05-04T04:38:50.057Z
3372026-05-04T04:38:50.057Zrunning 1 test
3382026-05-04T04:38:50.060Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-05-04T04:38:50.060Z
3402026-05-04T04:38:50.060Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-05-04T04:38:50.060Z
3422026-05-04T04:38:50.063Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3432026-05-04T04:38:50.080Z
3442026-05-04T04:38:50.083Zreal 6.644764060
3452026-05-04T04:38:50.083Zuser 17.353739504
3462026-05-04T04:38:50.083Zsys 2.009911956
3472026-05-04T04:38:50.083Ztrap 0.006304840
3482026-05-04T04:38:50.083Ztflt 0.079290524
3492026-05-04T04:38:50.083Zdflt 0.162877771
3502026-05-04T04:38:50.083Zkflt 0.000012620
3512026-05-04T04:38:50.083Zlock 54.198980784
3522026-05-04T04:38:50.083Zslp 31.208828888
3532026-05-04T04:38:50.083Zlat 0.753931431
3542026-05-04T04:38:50.083Zstop 0.838869988
3552026-05-04T04:38:50.083Zprocess exited: duration 37139 ms, exit code 0
 
3562026-05-04T04:38:50.089Zfound 0 output files