01KNY388ENEK2CC64FAK19KCVY: opte-api

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

Buildomat Job: 01KNY38MJD52C47MTMY6C6HN91

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:25.680Zjob assigned to worker 01KNY38TYZKB4KA72Q7GTG01MV [factory aws, i-0d6c510c4e22c800b] (queued for 48 s)
 
22026-04-11T11:02:32.120Zstarting task 0: "setup"
32026-04-11T11:02:32.124Z++ uname -s
42026-04-11T11:02:32.127Z+ kern=SunOS
52026-04-11T11:02:32.127Z+ build_user=build
62026-04-11T11:02:32.127Z+ build_uid=12345
72026-04-11T11:02:32.127Z+ work_dir=/work
82026-04-11T11:02:32.127Z+ input_dir=/input
92026-04-11T11:02:32.127Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:32.127Z+ case "$kern" in
112026-04-11T11:02:32.127Z+ groupadd -g 12345 build
122026-04-11T11:02:32.130Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:34.135Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:34.174Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:34.178Z+ home_fs=zfs
162026-04-11T11:02:34.178Z+ [[ zfs == autofs ]]
172026-04-11T11:02:34.178Z+ mkdir -p /home/build
182026-04-11T11:02:34.178Z+ chown build:build /home/build /work
192026-04-11T11:02:36.181Z+ chmod 0700 /home/build /work
202026-04-11T11:02:36.184Zprocess exited: duration 4063 ms, exit code 0
 
212026-04-11T11:02:36.191Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:36.194Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:36.194Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-11T11:02:36.195Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-04-11T11:02:36.195Z * rust toolchain channel = "1.94.1"
262026-04-11T11:02:36.195Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-11T11:02:36.195Z * rust toolchain profile = "default"
282026-04-11T11:02:36.198Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:36.198Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:36.509Zinfo: downloading installer
312026-04-11T11:02:37.984Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:37.984Zwarn: /opt/ooce/bin
332026-04-11T11:02:37.984Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:37.984Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:37.984Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:37.984Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:37.984Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:37.984Zerror: cannot install while Rust is installed
392026-04-11T11:02:37.984Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:37.984Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:37.984Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:37.984Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:37.984Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:38.011Zinfo: profile set to default
452026-04-11T11:02:38.011Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:38.014Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:38.145Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:38.148Zinfo: downloading 6 components
492026-04-11T11:02:52.818Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:02:52.819Z
512026-04-11T11:02:52.846Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:02:52.846Z
532026-04-11T11:02:52.846Z
542026-04-11T11:02:52.846ZRust is installed now. Great!
552026-04-11T11:02:52.846Z
562026-04-11T11:02:52.846ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:02:52.846Zenvironment variable. This has not been done automatically.
582026-04-11T11:02:52.846Z
592026-04-11T11:02:52.846ZTo configure your current shell, you need to source
602026-04-11T11:02:52.846Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:02:52.846Z
622026-04-11T11:02:52.846ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:02:52.846Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:02:52.846Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:02:52.846Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:02:52.846Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:02:52.846Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:02:52.846Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:02:52.850Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:02:52.850Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:02:52.923Z+ rustup --version
722026-04-11T11:02:52.932Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:02:52.935Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:02:52.954Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:02:52.957Z+ cargo --version
762026-04-11T11:02:52.969Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:02:52.972Z+ rustc --version
782026-04-11T11:02:52.991Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:02:52.994Zprocess exited: duration 16802 ms, exit code 0
 
802026-04-11T11:02:53.001Zstarting task 2: "authentication"
812026-04-11T11:02:53.017Zprocess exited: duration 15 ms, exit code 0
 
822026-04-11T11:02:53.025Zstarting task 3: "clone repository"
832026-04-11T11:02:53.028Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:02:53.031Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:02:53.119ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:02:53.964Z+ cd /work/oxidecomputer/opte
872026-04-11T11:02:53.964Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:02:54.211ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:02:54.211Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:02:54.217Z+ [[ -n renovate/rand ]]
912026-04-11T11:02:54.220Z++ git branch --show-current
922026-04-11T11:02:54.220Z+ current=master
932026-04-11T11:02:54.220Z+ [[ master != renovate/rand ]]
942026-04-11T11:02:54.220Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:02:54.223Z+ git checkout -f renovate/rand
962026-04-11T11:02:54.238ZSwitched to branch 'renovate/rand'
972026-04-11T11:02:54.241Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:02:54.254ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:02:54.257Zprocess exited: duration 1231 ms, exit code 0
 
1002026-04-11T11:02:54.264Zstarting task 4: "build"
1012026-04-11T11:02:54.267Z+ source .github/buildomat/common.sh
1022026-04-11T11:02:54.270Z++ rustup show active-toolchain
1032026-04-11T11:02:54.273Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:02:54.276Z++ pushd xde
1052026-04-11T11:02:54.276Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:02:54.276Z++ rustup show active-toolchain
1072026-04-11T11:02:54.279Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:02:54.419Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:02:54.422Zinfo: downloading 6 components
1102026-04-11T11:03:08.140Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:08.213Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:08.216Z+++ head -n 1
1132026-04-11T11:03:08.216Z+++ cut '-d ' -f1
1142026-04-11T11:03:08.268Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:08.271Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:08.271Z++ popd
1172026-04-11T11:03:08.271Z/work/oxidecomputer/opte
1182026-04-11T11:03:08.271Z+ cargo --version
1192026-04-11T11:03:08.278Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-11T11:03:08.281Z+ rustc --version
1212026-04-11T11:03:08.300Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-11T11:03:08.303Z+ cd crates/opte-api
1232026-04-11T11:03:08.303Z+ header 'check API_VERSION'
1242026-04-11T11:03:08.303Z+ echo '# ==== check API_VERSION ==== #'
1252026-04-11T11:03:08.303Z# ==== check API_VERSION ==== #
1262026-04-11T11:03:08.303Z+ ./check-api-version.sh
1272026-04-11T11:03:08.310Z+ header 'check style'
1282026-04-11T11:03:08.310Z+ echo '# ==== check style ==== #'
1292026-04-11T11:03:08.313Z# ==== check style ==== #
1302026-04-11T11:03:08.313Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1312026-04-11T11:03:08.388Z
1322026-04-11T11:03:08.388Zreal 0.075568595
1332026-04-11T11:03:08.388Zuser 0.043939546
1342026-04-11T11:03:08.388Zsys 0.028817109
1352026-04-11T11:03:08.388Ztrap 0.000000239
1362026-04-11T11:03:08.388Ztflt 0.000012537
1372026-04-11T11:03:08.388Zdflt 0.000034406
1382026-04-11T11:03:08.388Zkflt 0.000000000
1392026-04-11T11:03:08.389Zlock 0.030430062
1402026-04-11T11:03:08.392Zslp 0.055610060
1412026-04-11T11:03:08.392Zlat 0.000755063
1422026-04-11T11:03:08.392Zstop 0.000096977
1432026-04-11T11:03:08.392Z+ header 'analyze std'
1442026-04-11T11:03:08.392Z+ echo '# ==== analyze std ==== #'
1452026-04-11T11:03:08.392Z+ ptime -m cargo clippy --all-targets
1462026-04-11T11:03:08.392Z# ==== analyze std ==== #
1472026-04-11T11:03:08.524Z Updating crates.io index
1482026-04-11T11:03:08.527Z Updating git repository `https://github.com/oxidecomputer/falcon`
1492026-04-11T11:03:09.170Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1502026-04-11T11:03:09.737Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1512026-04-11T11:03:10.025Z Updating git repository `https://github.com/oxidecomputer/zone`
1522026-04-11T11:03:10.258Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1532026-04-11T11:03:10.680Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1542026-04-11T11:03:10.925Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1552026-04-11T11:03:12.816Z Downloading crates ...
1562026-04-11T11:03:12.861Z Downloaded ident_case v1.0.1
1572026-04-11T11:03:12.864Z Downloaded hash32 v0.3.1
1582026-04-11T11:03:12.876Z Downloaded fnv v1.0.7
1592026-04-11T11:03:12.879Z Downloaded proc-macro-error-attr2 v2.0.0
1602026-04-11T11:03:12.879Z Downloaded macaddr v1.0.1
1612026-04-11T11:03:12.882Z Downloaded defmt-parser v1.0.0
1622026-04-11T11:03:12.886Z Downloaded stable_deref_trait v1.2.1
1632026-04-11T11:03:12.893Z Downloaded managed v0.8.0
1642026-04-11T11:03:12.896Z Downloaded strsim v0.11.1
1652026-04-11T11:03:12.899Z Downloaded cobs v0.3.0
1662026-04-11T11:03:12.904Z Downloaded defmt v0.3.100
1672026-04-11T11:03:12.904Z Downloaded cfg-if v1.0.4
1682026-04-11T11:03:12.904Z Downloaded darling_macro v0.21.3
1692026-04-11T11:03:12.904Z Downloaded heapless v0.8.0
1702026-04-11T11:03:12.917Z Downloaded embedded-io v0.6.1
1712026-04-11T11:03:12.920Z Downloaded thiserror-impl v2.0.18
1722026-04-11T11:03:12.920Z Downloaded embedded-io v0.4.0
1732026-04-11T11:03:12.924Z Downloaded thiserror v2.0.18
1742026-04-11T11:03:12.927Z Downloaded ingot-types v0.1.2
1752026-04-11T11:03:12.930Z Downloaded ingot v0.1.1
1762026-04-11T11:03:12.930Z Downloaded either v1.15.0
1772026-04-11T11:03:12.930Z Downloaded bitflags v1.3.2
1782026-04-11T11:03:12.933Z Downloaded byteorder v1.5.0
1792026-04-11T11:03:12.933Z Downloaded ipnetwork v0.21.1
1802026-04-11T11:03:12.933Z Downloaded defmt-macros v1.0.1
1812026-04-11T11:03:12.945Z Downloaded postcard v1.1.3
1822026-04-11T11:03:12.954Z Downloaded proc-macro-error2 v2.0.1
1832026-04-11T11:03:12.957Z Downloaded defmt v1.0.1
1842026-04-11T11:03:12.962Z Downloaded ingot-macros v0.1.1
1852026-04-11T11:03:12.966Z Downloaded proc-macro2 v1.0.106
1862026-04-11T11:03:12.969Z Downloaded unicode-ident v1.0.24
1872026-04-11T11:03:12.969Z Downloaded quote v1.0.45
1882026-04-11T11:03:12.972Z Downloaded serde_core v1.0.228
1892026-04-11T11:03:12.975Z Downloaded bitflags v2.11.0
1902026-04-11T11:03:12.978Z Downloaded darling v0.21.3
1912026-04-11T11:03:12.981Z Downloaded serde_derive v1.0.228
1922026-04-11T11:03:12.985Z Downloaded darling_core v0.21.3
1932026-04-11T11:03:12.993Z Downloaded memchr v2.8.0
1942026-04-11T11:03:13.002Z Downloaded zerocopy-derive v0.8.48
1952026-04-11T11:03:13.007Z Downloaded serde v1.0.228
1962026-04-11T11:03:13.025Z Downloaded aho-corasick v1.1.4
1972026-04-11T11:03:13.032Z Downloaded regex v1.12.3
1982026-04-11T11:03:13.035Z Downloaded itertools v0.14.0
1992026-04-11T11:03:13.078Z Downloaded syn v2.0.117
2002026-04-11T11:03:13.085Z Downloaded zerocopy v0.8.48
2012026-04-11T11:03:13.093Z Downloaded smoltcp v0.11.0
2022026-04-11T11:03:13.100Z Downloaded regex-syntax v0.8.10
2032026-04-11T11:03:13.107Z Downloaded regex-automata v0.4.14
2042026-04-11T11:03:13.143Z Compiling proc-macro2 v1.0.106
2052026-04-11T11:03:13.143Z Compiling quote v1.0.45
2062026-04-11T11:03:13.146Z Compiling unicode-ident v1.0.24
2072026-04-11T11:03:13.146Z Compiling ident_case v1.0.1
2082026-04-11T11:03:13.146Z Compiling fnv v1.0.7
2092026-04-11T11:03:13.146Z Compiling memchr v2.8.0
2102026-04-11T11:03:13.146Z Compiling strsim v0.11.1
2112026-04-11T11:03:13.146Z Compiling serde_core v1.0.228
2122026-04-11T11:03:13.303Z Compiling regex-syntax v0.8.10
2132026-04-11T11:03:13.322Z Compiling serde v1.0.228
2142026-04-11T11:03:13.325Z Compiling zerocopy v0.8.48
2152026-04-11T11:03:13.494Z Compiling either v1.15.0
2162026-04-11T11:03:13.570Z Compiling thiserror v2.0.18
2172026-04-11T11:03:13.607Z Compiling aho-corasick v1.1.4
2182026-04-11T11:03:13.686Z Compiling itertools v0.14.0
2192026-04-11T11:03:13.757Z Checking byteorder v1.5.0
2202026-04-11T11:03:13.764Z Compiling heapless v0.8.0
2212026-04-11T11:03:13.905Z Checking hash32 v0.3.1
2222026-04-11T11:03:14.008Z Checking stable_deref_trait v1.2.1
2232026-04-11T11:03:14.068Z Compiling smoltcp v0.11.0
2242026-04-11T11:03:14.075Z Checking bitflags v2.11.0
2252026-04-11T11:03:14.219Z Checking macaddr v1.0.1
2262026-04-11T11:03:14.386Z Compiling syn v2.0.117
2272026-04-11T11:03:14.411Z Checking managed v0.8.0
2282026-04-11T11:03:14.434Z Checking cfg-if v1.0.4
2292026-04-11T11:03:14.489Z Checking bitflags v1.3.2
2302026-04-11T11:03:14.547Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2312026-04-11T11:03:14.583Z Checking ipnetwork v0.21.1
2322026-04-11T11:03:14.756Z Compiling regex-automata v0.4.14
2332026-04-11T11:03:16.197Z Compiling regex v1.12.3
2342026-04-11T11:03:16.552Z Compiling darling_core v0.21.3
2352026-04-11T11:03:16.883Z Compiling serde_derive v1.0.228
2362026-04-11T11:03:16.884Z Compiling thiserror-impl v2.0.18
2372026-04-11T11:03:16.887Z Compiling zerocopy-derive v0.8.48
2382026-04-11T11:03:17.841Z Checking cobs v0.3.0
2392026-04-11T11:03:17.882Z Compiling darling_macro v0.21.3
2402026-04-11T11:03:18.350Z Compiling darling v0.21.3
2412026-04-11T11:03:18.412Z Compiling ingot-macros v0.1.1
2422026-04-11T11:03:19.054Z Checking postcard v1.1.3
2432026-04-11T11:03:20.366Z Checking ingot-types v0.1.2
2442026-04-11T11:03:20.625Z Checking ingot v0.1.1
2452026-04-11T11:03:21.901Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2462026-04-11T11:03:22.866Z Finished `dev` profile [optimized + debuginfo] target(s) in 14.43s
2472026-04-11T11:03:22.978Z
2482026-04-11T11:03:22.978Zreal 14.583379028
2492026-04-11T11:03:22.978Zuser 30.423903250
2502026-04-11T11:03:22.978Zsys 5.750635365
2512026-04-11T11:03:22.978Ztrap 0.010917124
2522026-04-11T11:03:22.978Ztflt 0.062769108
2532026-04-11T11:03:22.978Zdflt 0.210414513
2542026-04-11T11:03:22.978Zkflt 0.003192409
2552026-04-11T11:03:22.978Zlock 1:26.424814596
2562026-04-11T11:03:22.978Zslp 1:29.621667943
2572026-04-11T11:03:22.978Zlat 0.777206838
2582026-04-11T11:03:22.978Zstop 4.056834702
2592026-04-11T11:03:22.981Z+ header 'analyze no_std'
2602026-04-11T11:03:22.981Z+ echo '# ==== analyze no_std ==== #'
2612026-04-11T11:03:22.981Z# ==== analyze no_std ==== #
2622026-04-11T11:03:22.981Z+ ptime -m cargo clippy --no-default-features --all-targets -- --deny warnings
2632026-04-11T11:03:23.082Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2642026-04-11T11:03:23.284Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
2652026-04-11T11:03:24.246Z Finished `dev` profile [optimized + debuginfo] target(s) in 1.22s
2662026-04-11T11:03:24.268Z
2672026-04-11T11:03:24.272Zreal 1.285440511
2682026-04-11T11:03:24.272Zuser 1.848365083
2692026-04-11T11:03:24.272Zsys 0.252768281
2702026-04-11T11:03:24.272Ztrap 0.000170156
2712026-04-11T11:03:24.272Ztflt 0.000049871
2722026-04-11T11:03:24.272Zdflt 0.000060750
2732026-04-11T11:03:24.272Zkflt 0.000000000
2742026-04-11T11:03:24.272Zlock 4.225078054
2752026-04-11T11:03:24.272Zslp 5.171816224
2762026-04-11T11:03:24.272Zlat 0.002172117
2772026-04-11T11:03:24.272Zstop 0.040394713
2782026-04-11T11:03:24.272Z+ header test
2792026-04-11T11:03:24.272Z+ echo '# ==== test ==== #'
2802026-04-11T11:03:24.272Z+ ptime -m cargo test
2812026-04-11T11:03:24.272Z# ==== test ==== #
2822026-04-11T11:03:24.398Z Compiling serde_core v1.0.228
2832026-04-11T11:03:24.398Z Compiling byteorder v1.5.0
2842026-04-11T11:03:24.398Z Compiling bitflags v2.11.0
2852026-04-11T11:03:24.401Z Compiling stable_deref_trait v1.2.1
2862026-04-11T11:03:24.421Z Compiling thiserror v2.0.18
2872026-04-11T11:03:24.424Z Compiling zerocopy v0.8.48
2882026-04-11T11:03:24.424Z Compiling macaddr v1.0.1
2892026-04-11T11:03:24.427Z Compiling bitflags v1.3.2
2902026-04-11T11:03:24.471Z Compiling cfg-if v1.0.4
2912026-04-11T11:03:24.478Z Compiling cobs v0.3.0
2922026-04-11T11:03:24.505Z Compiling managed v0.8.0
2932026-04-11T11:03:24.523Z Compiling ipnetwork v0.21.1
2942026-04-11T11:03:24.575Z Compiling hash32 v0.3.1
2952026-04-11T11:03:24.650Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-04-11T11:03:24.711Z Compiling heapless v0.8.0
2972026-04-11T11:03:25.045Z Compiling smoltcp v0.11.0
2982026-04-11T11:03:25.898Z Compiling serde v1.0.228
2992026-04-11T11:03:26.279Z Compiling postcard v1.1.3
3002026-04-11T11:03:27.046Z Compiling ingot-types v0.1.2
3012026-04-11T11:03:27.314Z Compiling ingot v0.1.1
3022026-04-11T11:03:28.649Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3032026-04-11T11:03:30.326Z Finished `test` profile [optimized + debuginfo] target(s) in 6.04s
3042026-04-11T11:03:30.336Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte_api-b163d71bb2c255c1)
3052026-04-11T11:03:30.344Z
3062026-04-11T11:03:30.344Zrunning 25 tests
3072026-04-11T11:03:30.344Ztest dns::tests::test_domain_name ... ok
3082026-04-11T11:03:30.344Ztest encap::test::good_vni ... ok
3092026-04-11T11:03:30.344Ztest encap::test::bad_vni ... ok
3102026-04-11T11:03:30.344Ztest encap::test::vni_round_trip ... ok
3112026-04-11T11:03:30.344Ztest ip::test::bad_cidr ... ok
3122026-04-11T11:03:30.344Ztest ip::test::bad_prefix_len ... ok
3132026-04-11T11:03:30.344Ztest ip::test::dhcp_fqdn ... ok
3142026-04-11T11:03:30.344Ztest ip::test::good_cidr ... ok
3152026-04-11T11:03:30.344Ztest ip::test::ipv4_addr_good ... ok
3162026-04-11T11:03:30.344Ztest ip::test::ipv4_addr_bad ... ok
3172026-04-11T11:03:30.344Ztest ip::test::ipv4_mask ... ok
3182026-04-11T11:03:30.344Ztest ip::test::ipv6_is_default ... ok
3192026-04-11T11:03:30.344Ztest ip::test::ipv6_cidr_is_member ... ok
3202026-04-11T11:03:30.344Ztest ip::test::ipv6_prefix_len ... ok
3212026-04-11T11:03:30.344Ztest ip::test::ipv6_mask ... ok
3222026-04-11T11:03:30.344Ztest ip::test::test_ipv4_multicast_mac ... ok
3232026-04-11T11:03:30.345Ztest ip::test::test_ip_cidr_from_str ... ok
3242026-04-11T11:03:30.345Ztest ip::test::test_ip_addr_from_str ... ok
3252026-04-11T11:03:30.345Ztest ip::test::test_ipv6_from_const ... ok
3262026-04-11T11:03:30.345Ztest ip::test::test_ipv6_admin_scoped_multicast ... ok
3272026-04-11T11:03:30.345Ztest ip::test::test_ipv6_multicast_mac ... ok
3282026-04-11T11:03:30.345Ztest ip::test::test_ipv6_from_eui64 ... ok
3292026-04-11T11:03:30.345Ztest ip::test::test_ipv6_is_multicast ... ok
3302026-04-11T11:03:30.345Ztest ip::test::test_ipv6_solicited_node_multicast ... ok
3312026-04-11T11:03:30.345Ztest ip::test::test_multicast_underlay_serde ... ok
3322026-04-11T11:03:30.345Z
3332026-04-11T11:03:30.345Ztest result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-04-11T11:03:30.345Z
3352026-04-11T11:03:30.345Z Doc-tests opte_api
3362026-04-11T11:03:30.924Z
3372026-04-11T11:03:30.924Zrunning 1 test
3382026-04-11T11:03:30.927Ztest crates/opte-api/src/dns.rs - dns::DomainName::encode (line 81) ... ok
3392026-04-11T11:03:30.927Z
3402026-04-11T11:03:30.927Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3412026-04-11T11:03:30.927Z
3422026-04-11T11:03:30.927Zall doctests ran in 0.43s; merged doctests compilation took 0.42s
3432026-04-11T11:03:30.946Z
3442026-04-11T11:03:30.949Zreal 6.669373357
3452026-04-11T11:03:30.949Zuser 17.303113859
3462026-04-11T11:03:30.949Zsys 1.998289847
3472026-04-11T11:03:30.949Ztrap 0.004879951
3482026-04-11T11:03:30.950Ztflt 0.065356494
3492026-04-11T11:03:30.950Zdflt 0.152806614
3502026-04-11T11:03:30.950Zkflt 0.000004739
3512026-04-11T11:03:30.950Zlock 54.297206955
3522026-04-11T11:03:30.950Zslp 31.675704827
3532026-04-11T11:03:30.950Zlat 0.554117523
3542026-04-11T11:03:30.950Zstop 0.645857922
3552026-04-11T11:03:30.950Zprocess exited: duration 36681 ms, exit code 0
 
3562026-04-11T11:03:30.957Zfound 0 output files