01KQWEFRBQZ9RTKPTWW2WRQX98: opte

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

Buildomat Job: 01KQWEG3FNT577DAXPW77Q83SP

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T16:11:51.836Zjob assigned to worker 01KQWEG8M6N3BN7T34AW4MRQCS [factory aws, i-0ec761cb92ed1bc70] (queued for 1 m 1 s)
 
22026-05-05T16:11:59.094Zstarting task 0: "setup"
32026-05-05T16:11:59.101Z++ uname -s
42026-05-05T16:11:59.101Z+ kern=SunOS
52026-05-05T16:11:59.101Z+ build_user=build
62026-05-05T16:11:59.101Z+ build_uid=12345
72026-05-05T16:11:59.101Z+ work_dir=/work
82026-05-05T16:11:59.101Z+ input_dir=/input
92026-05-05T16:11:59.101Z+ [[ 0 == 12345 ]]
102026-05-05T16:11:59.101Z+ case "$kern" in
112026-05-05T16:11:59.101Z+ groupadd -g 12345 build
122026-05-05T16:11:59.105Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T16:12:01.109Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T16:12:01.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T16:12:01.232Z+ home_fs=zfs
162026-05-05T16:12:01.233Z+ [[ zfs == autofs ]]
172026-05-05T16:12:01.233Z+ mkdir -p /home/build
182026-05-05T16:12:01.233Z+ chown build:build /home/build /work
192026-05-05T16:12:03.234Z+ chmod 0700 /home/build /work
202026-05-05T16:12:03.238Zprocess exited: duration 4144 ms, exit code 0
 
212026-05-05T16:12:03.245Zstarting task 1: "rust-toolchain"
222026-05-05T16:12:03.249Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-05T16:12:03.249Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-05T16:12:03.249Z * rust toolchain channel = "1.94.1"
252026-05-05T16:12:03.249Z * rust toolchain profile = "default"
262026-05-05T16:12:03.253Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T16:12:03.253Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T16:12:03.253Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T16:12:03.253Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-05T16:12:03.369Zinfo: downloading installer
312026-05-05T16:12:05.018Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T16:12:05.018Zwarn: /opt/ooce/bin
332026-05-05T16:12:05.018Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T16:12:05.018Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T16:12:05.018Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T16:12:05.018Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T16:12:05.018Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T16:12:05.018Zerror: cannot install while Rust is installed
392026-05-05T16:12:05.018Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T16:12:05.018Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T16:12:05.018Zwarn: /home/build/.rustup/settings.toml
422026-05-05T16:12:05.018Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T16:12:05.018Zwarn: instead of the one inferred from the default host triple.
442026-05-05T16:12:05.032Zinfo: profile set to default
452026-05-05T16:12:05.032Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T16:12:05.035Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-05T16:12:05.181Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T16:12:05.185Zinfo: downloading 6 components
492026-05-05T16:12:22.649Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-05T16:12:22.649Z
512026-05-05T16:12:22.676Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T16:12:22.676Z
532026-05-05T16:12:22.676Z
542026-05-05T16:12:22.676ZRust is installed now. Great!
552026-05-05T16:12:22.676Z
562026-05-05T16:12:22.676ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T16:12:22.676Zenvironment variable. This has not been done automatically.
582026-05-05T16:12:22.676Z
592026-05-05T16:12:22.676ZTo configure your current shell, you need to source
602026-05-05T16:12:22.676Zthe corresponding env file under $HOME/.cargo.
612026-05-05T16:12:22.676Z
622026-05-05T16:12:22.676ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T16:12:22.676Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T16:12:22.676Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T16:12:22.677Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T16:12:22.677Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T16:12:22.677Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T16:12:22.677Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T16:12:22.680Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T16:12:22.680Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T16:12:22.772Z+ rustup --version
722026-05-05T16:12:22.782Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T16:12:22.785Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T16:12:22.803Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T16:12:22.807Z+ cargo --version
762026-05-05T16:12:22.819Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T16:12:22.823Z+ rustc --version
782026-05-05T16:12:22.841Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T16:12:22.844Zprocess exited: duration 19598 ms, exit code 0
 
802026-05-05T16:12:22.851Zstarting task 2: "authentication"
812026-05-05T16:12:22.868Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T16:12:22.874Zstarting task 3: "clone repository"
832026-05-05T16:12:22.878Z+ mkdir -p /work/oxidecomputer/opte
842026-05-05T16:12:22.881Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-05T16:12:22.910ZCloning into '/work/oxidecomputer/opte'...
862026-05-05T16:12:23.717Z+ cd /work/oxidecomputer/opte
872026-05-05T16:12:23.718Z+ git fetch origin 84e91b62621406f38e4d0870a92bafacad96536e
882026-05-05T16:12:24.000ZFrom https://github.com/oxidecomputer/opte
892026-05-05T16:12:24.000Z * branch 84e91b62621406f38e4d0870a92bafacad96536e -> FETCH_HEAD
902026-05-05T16:12:24.007Z+ [[ -n mtu ]]
912026-05-05T16:12:24.010Z++ git branch --show-current
922026-05-05T16:12:24.010Z+ current=master
932026-05-05T16:12:24.010Z+ [[ master != mtu ]]
942026-05-05T16:12:24.010Z+ git branch -f mtu 84e91b62621406f38e4d0870a92bafacad96536e
952026-05-05T16:12:24.013Z+ git checkout -f mtu
962026-05-05T16:12:24.029ZSwitched to branch 'mtu'
972026-05-05T16:12:24.032Z+ git reset --hard 84e91b62621406f38e4d0870a92bafacad96536e
982026-05-05T16:12:24.036ZHEAD is now at 84e91b6 Bump API_VERSION.
992026-05-05T16:12:24.036Zprocess exited: duration 1160 ms, exit code 0
 
1002026-05-05T16:12:24.043Zstarting task 4: "build"
1012026-05-05T16:12:24.046Z+ source .github/buildomat/common.sh
1022026-05-05T16:12:24.051Z++ rustup show active-toolchain
1032026-05-05T16:12:24.054Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-05T16:12:24.054Z++ pushd xde
1052026-05-05T16:12:24.054Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-05T16:12:24.054Z++ rustup show active-toolchain
1072026-05-05T16:12:24.057Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-05T16:12:24.224Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-05T16:12:24.227Zinfo: downloading 6 components
1102026-05-05T16:12:38.867Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-05T16:12:38.964Z+++ rustup show active-toolchain -v
1122026-05-05T16:12:38.968Z+++ head -n 1
1132026-05-05T16:12:38.968Z+++ cut '-d ' -f1
1142026-05-05T16:12:39.020Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-05T16:12:39.020Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-05T16:12:39.023Z++ popd
1172026-05-05T16:12:39.023Z/work/oxidecomputer/opte
1182026-05-05T16:12:39.023Z+ cargo --version
1192026-05-05T16:12:39.030Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-05T16:12:39.035Z+ rustc --version
1212026-05-05T16:12:39.054Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-05T16:12:39.057Z+ cd lib/opte
1232026-05-05T16:12:39.057Z+ header 'check style'
1242026-05-05T16:12:39.057Z+ echo '# ==== check style ==== #'
1252026-05-05T16:12:39.057Z# ==== check style ==== #
1262026-05-05T16:12:39.057Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-05T16:12:39.237Z
1282026-05-05T16:12:39.238Zreal 0.178778923
1292026-05-05T16:12:39.238Zuser 0.135436648
1302026-05-05T16:12:39.238Zsys 0.036885129
1312026-05-05T16:12:39.238Ztrap 0.000059705
1322026-05-05T16:12:39.238Ztflt 0.000016146
1332026-05-05T16:12:39.238Zdflt 0.000010319
1342026-05-05T16:12:39.238Zkflt 0.000000000
1352026-05-05T16:12:39.238Zlock 0.032406433
1362026-05-05T16:12:39.238Zslp 0.157730810
1372026-05-05T16:12:39.238Zlat 0.000773124
1382026-05-05T16:12:39.238Zstop 0.000102577
1392026-05-05T16:12:39.241Z+ header 'check docs'
1402026-05-05T16:12:39.241Z+ echo '# ==== check docs ==== #'
1412026-05-05T16:12:39.241Z# ==== check docs ==== #
1422026-05-05T16:12:39.241Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-05T16:12:39.241Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-05T16:12:39.311Z Updating crates.io index
1452026-05-05T16:12:39.350Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-05T16:12:40.647Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-05T16:12:41.181Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-05T16:12:41.724Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-05T16:12:42.266Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-05T16:12:42.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-05T16:12:42.800Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-05T16:12:45.309Z Downloading crates ...
1532026-05-05T16:12:45.389Z Downloaded bitflags v2.11.1
1542026-05-05T16:12:45.392Z Downloaded dof v0.4.0
1552026-05-05T16:12:45.393Z Downloaded block-buffer v0.10.4
1562026-05-05T16:12:45.396Z Downloaded ident_case v1.0.1
1572026-05-05T16:12:45.406Z Downloaded embedded-io v0.6.1
1582026-05-05T16:12:45.409Z Downloaded managed v0.8.0
1592026-05-05T16:12:45.409Z Downloaded dtrace-parser v0.3.0
1602026-05-05T16:12:45.414Z Downloaded either v1.15.0
1612026-05-05T16:12:45.417Z Downloaded digest v0.10.7
1622026-05-05T16:12:45.417Z Downloaded tabwriter v1.4.1
1632026-05-05T16:12:45.417Z Downloaded darling_macro v0.23.0
1642026-05-05T16:12:45.417Z Downloaded cpufeatures v0.2.17
1652026-05-05T16:12:45.421Z Downloaded embedded-io v0.4.0
1662026-05-05T16:12:45.424Z Downloaded generic-array v0.14.7
1672026-05-05T16:12:45.427Z Downloaded itoa v1.0.18
1682026-05-05T16:12:45.427Z Downloaded defmt v0.3.100
1692026-05-05T16:12:45.430Z Downloaded darling_macro v0.21.3
1702026-05-05T16:12:45.433Z Downloaded cfg-if v1.0.4
1712026-05-05T16:12:45.437Z Downloaded dyn-clone v1.0.20
1722026-05-05T16:12:45.440Z Downloaded cobs v0.3.0
1732026-05-05T16:12:45.440Z Downloaded hash32 v0.3.1
1742026-05-05T16:12:45.443Z Downloaded bitflags v1.3.2
1752026-05-05T16:12:45.446Z Downloaded ipnetwork v0.21.1
1762026-05-05T16:12:45.453Z Downloaded scroll_derive v0.13.1
1772026-05-05T16:12:45.457Z Downloaded macaddr v1.0.1
1782026-05-05T16:12:45.457Z Downloaded fnv v1.0.7
1792026-05-05T16:12:45.457Z Downloaded usdt-macro v0.6.0
1802026-05-05T16:12:45.460Z Downloaded stable_deref_trait v1.2.1
1812026-05-05T16:12:45.463Z Downloaded plain v0.2.3
1822026-05-05T16:12:45.467Z Downloaded crypto-common v0.1.7
1832026-05-05T16:12:45.471Z Downloaded byteorder v1.5.0
1842026-05-05T16:12:45.475Z Downloaded ingot-types v0.1.2
1852026-05-05T16:12:45.479Z Downloaded usdt v0.6.0
1862026-05-05T16:12:45.479Z Downloaded thread-id v5.1.0
1872026-05-05T16:12:45.483Z Downloaded pest_derive v2.8.6
1882026-05-05T16:12:45.486Z Downloaded defmt-macros v1.0.1
1892026-05-05T16:12:45.486Z Downloaded ingot v0.1.1
1902026-05-05T16:12:45.489Z Downloaded darling v0.23.0
1912026-05-05T16:12:45.495Z Downloaded defmt-parser v1.0.0
1922026-05-05T16:12:45.505Z Downloaded version_check v0.9.5
1932026-05-05T16:12:45.509Z Downloaded ref-cast v1.0.25
1942026-05-05T16:12:45.509Z Downloaded strsim v0.11.1
1952026-05-05T16:12:45.510Z Downloaded ref-cast-impl v1.0.25
1962026-05-05T16:12:45.513Z Downloaded proc-macro-error-attr2 v2.0.0
1972026-05-05T16:12:45.513Z Downloaded usdt-attr-macro v0.6.0
1982026-05-05T16:12:45.516Z Downloaded pretty-hex v0.4.2
1992026-05-05T16:12:45.522Z Downloaded zmij v1.0.21
2002026-05-05T16:12:45.526Z Downloaded scroll v0.13.0
2012026-05-05T16:12:45.529Z Downloaded ingot-macros v0.1.1
2022026-05-05T16:12:45.529Z Downloaded memmap2 v0.9.10
2032026-05-05T16:12:45.529Z Downloaded defmt v1.0.1
2042026-05-05T16:12:45.532Z Downloaded darling v0.21.3
2052026-05-05T16:12:45.535Z Downloaded crc32fast v1.5.0
2062026-05-05T16:12:45.535Z Downloaded serde_tokenstream v0.2.3
2072026-05-05T16:12:45.538Z Downloaded proc-macro-error2 v2.0.1
2082026-05-05T16:12:45.543Z Downloaded quote v1.0.45
2092026-05-05T16:12:45.546Z Downloaded usdt-impl v0.6.0
2102026-05-05T16:12:45.557Z Downloaded thiserror v2.0.18
2112026-05-05T16:12:45.565Z Downloaded ucd-trie v0.1.7
2122026-05-05T16:12:45.568Z Downloaded thiserror-impl v2.0.18
2132026-05-05T16:12:45.574Z Downloaded log v0.4.29
2142026-05-05T16:12:45.577Z Downloaded heapless v0.8.0
2152026-05-05T16:12:45.588Z Downloaded pest_generator v2.8.6
2162026-05-05T16:12:45.596Z Downloaded sha2 v0.10.9
2172026-05-05T16:12:45.599Z Downloaded postcard v1.1.3
2182026-05-05T16:12:45.606Z Downloaded darling_core v0.23.0
2192026-05-05T16:12:45.620Z Downloaded unicode-ident v1.0.24
2202026-05-05T16:12:45.623Z Downloaded proc-macro2 v1.0.106
2212026-05-05T16:12:45.628Z Downloaded serde_derive v1.0.228
2222026-05-05T16:12:45.631Z Downloaded darling_core v0.21.3
2232026-05-05T16:12:45.649Z Downloaded serde v1.0.228
2242026-05-05T16:12:45.652Z Downloaded pest_meta v2.8.6
2252026-05-05T16:12:45.655Z Downloaded memchr v2.8.0
2262026-05-05T16:12:45.659Z Downloaded serde_core v1.0.228
2272026-05-05T16:12:45.669Z Downloaded typenum v1.20.0
2282026-05-05T16:12:45.692Z Downloaded zerocopy-derive v0.8.48
2292026-05-05T16:12:45.697Z Downloaded pest v2.8.6
2302026-05-05T16:12:45.700Z Downloaded itertools v0.14.0
2312026-05-05T16:12:45.722Z Downloaded aho-corasick v1.1.4
2322026-05-05T16:12:45.725Z Downloaded goblin v0.10.5
2332026-05-05T16:12:45.737Z Downloaded serde_json v1.0.149
2342026-05-05T16:12:45.759Z Downloaded regex v1.12.3
2352026-05-05T16:12:45.796Z Downloaded unicode-width v0.2.2
2362026-05-05T16:12:45.800Z Downloaded zerocopy v0.8.48
2372026-05-05T16:12:45.810Z Downloaded syn v2.0.117
2382026-05-05T16:12:45.816Z Downloaded smoltcp v0.11.0
2392026-05-05T16:12:45.840Z Downloaded regex-syntax v0.8.10
2402026-05-05T16:12:45.869Z Downloaded regex-automata v0.4.14
2412026-05-05T16:12:45.879Z Downloaded libc v0.2.186
2422026-05-05T16:12:45.939Z Compiling proc-macro2 v1.0.106
2432026-05-05T16:12:45.939Z Compiling quote v1.0.45
2442026-05-05T16:12:45.939Z Compiling unicode-ident v1.0.24
2452026-05-05T16:12:45.942Z Documenting unicode-ident v1.0.24
2462026-05-05T16:12:45.942Z Compiling ident_case v1.0.1
2472026-05-05T16:12:45.942Z Compiling strsim v0.11.1
2482026-05-05T16:12:45.942Z Compiling serde_core v1.0.228
2492026-05-05T16:12:46.095Z Compiling fnv v1.0.7
2502026-05-05T16:12:46.114Z Compiling memchr v2.8.0
2512026-05-05T16:12:46.177Z Compiling regex-syntax v0.8.10
2522026-05-05T16:12:46.287Z Compiling thiserror v2.0.18
2532026-05-05T16:12:46.471Z Documenting proc-macro2 v1.0.106
2542026-05-05T16:12:46.482Z Compiling serde v1.0.228
2552026-05-05T16:12:46.622Z Compiling aho-corasick v1.1.4
2562026-05-05T16:12:46.669Z Compiling zerocopy v0.8.48
2572026-05-05T16:12:46.919Z Checking syn v2.0.117
2582026-05-05T16:12:47.029Z Documenting quote v1.0.45
2592026-05-05T16:12:47.170Z Compiling either v1.15.0
2602026-05-05T16:12:47.524Z Documenting syn v2.0.117
2612026-05-05T16:12:47.756Z Compiling regex-automata v0.4.14
2622026-05-05T16:12:47.760Z Checking byteorder v1.5.0
2632026-05-05T16:12:47.916Z Compiling itertools v0.14.0
2642026-05-05T16:12:48.005Z Documenting memchr v2.8.0
2652026-05-05T16:12:48.214Z Compiling heapless v0.8.0
2662026-05-05T16:12:48.663Z Documenting aho-corasick v1.1.4
2672026-05-05T16:12:48.709Z Checking hash32 v0.3.1
2682026-05-05T16:12:48.820Z Checking bitflags v2.11.1
2692026-05-05T16:12:48.918Z Documenting serde_core v1.0.228
2702026-05-05T16:12:48.977Z Checking cfg-if v1.0.4
2712026-05-05T16:12:49.037Z Checking stable_deref_trait v1.2.1
2722026-05-05T16:12:49.104Z Documenting regex-syntax v0.8.10
2732026-05-05T16:12:49.162Z Checking macaddr v1.0.1
2742026-05-05T16:12:49.389Z Compiling darling_core v0.21.3
2752026-05-05T16:12:49.519Z Compiling regex v1.12.3
2762026-05-05T16:12:49.903Z Compiling darling_core v0.23.0
2772026-05-05T16:12:50.148Z Documenting regex-automata v0.4.14
2782026-05-05T16:12:50.278Z Compiling smoltcp v0.11.0
2792026-05-05T16:12:50.600Z Documenting zerocopy-derive v0.8.48
2802026-05-05T16:12:50.603Z Compiling thiserror-impl v2.0.18
2812026-05-05T16:12:50.626Z Compiling serde_derive v1.0.228
2822026-05-05T16:12:50.748Z Compiling zerocopy-derive v0.8.48
2832026-05-05T16:12:51.374Z Documenting thiserror-impl v2.0.18
2842026-05-05T16:12:51.498Z Documenting regex v1.12.3
2852026-05-05T16:12:51.513Z Compiling darling_macro v0.21.3
2862026-05-05T16:12:51.549Z Documenting serde_derive v1.0.228
2872026-05-05T16:12:51.913Z Checking cobs v0.3.0
2882026-05-05T16:12:52.002Z Compiling darling_macro v0.23.0
2892026-05-05T16:12:52.083Z Compiling darling v0.21.3
2902026-05-05T16:12:52.156Z Compiling ingot-macros v0.1.1
2912026-05-05T16:12:52.239Z Documenting byteorder v1.5.0
2922026-05-05T16:12:52.385Z Checking bitflags v1.3.2
2932026-05-05T16:12:52.401Z Checking managed v0.8.0
2942026-05-05T16:12:52.446Z Documenting ingot-macros v0.1.1
2952026-05-05T16:12:52.568Z Documenting thiserror v2.0.18
2962026-05-05T16:12:52.581Z Documenting zerocopy v0.8.48
2972026-05-05T16:12:52.667Z Documenting bitflags v2.11.1
2982026-05-05T16:12:52.804Z Documenting hash32 v0.3.1
2992026-05-05T16:12:53.087Z Documenting macaddr v1.0.1
3002026-05-05T16:12:53.288Z Documenting stable_deref_trait v1.2.1
3012026-05-05T16:12:53.515Z Documenting serde v1.0.228
3022026-05-05T16:12:53.727Z Compiling ref-cast v1.0.25
3032026-05-05T16:12:53.734Z Compiling crc32fast v1.5.0
3042026-05-05T16:12:53.877Z Documenting cfg-if v1.0.4
3052026-05-05T16:12:54.045Z Documenting heapless v0.8.0
3062026-05-05T16:12:54.072Z Checking postcard v1.1.3
3072026-05-05T16:12:54.089Z Documenting cobs v0.3.0
3082026-05-05T16:12:54.395Z Compiling ref-cast-impl v1.0.25
3092026-05-05T16:12:54.637Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3102026-05-05T16:12:54.890Z Checking unicode-width v0.2.2
3112026-05-05T16:12:54.896Z Compiling version_check v0.9.5
3122026-05-05T16:12:54.982Z Checking ingot-types v0.1.2
3132026-05-05T16:12:55.132Z Checking ipnetwork v0.21.1
3142026-05-05T16:12:55.141Z Documenting managed v0.8.0
3152026-05-05T16:12:55.158Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3162026-05-05T16:12:55.237Z Documenting postcard v1.1.3
3172026-05-05T16:12:55.300Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3182026-05-05T16:12:55.325Z Checking ingot v0.1.1
3192026-05-05T16:12:55.407Z Compiling darling v0.23.0
3202026-05-05T16:12:55.483Z Documenting ref-cast-impl v1.0.25
3212026-05-05T16:12:55.527Z Documenting unicode-width v0.2.2
3222026-05-05T16:12:55.659Z Documenting ingot-types v0.1.2
3232026-05-05T16:12:55.806Z Documenting smoltcp v0.11.0
3242026-05-05T16:12:55.880Z Documenting either v1.15.0
3252026-05-05T16:12:56.039Z Documenting ipnetwork v0.21.1
3262026-05-05T16:12:56.285Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3272026-05-05T16:12:56.486Z Documenting tabwriter v1.4.1
3282026-05-05T16:12:56.721Z Documenting ref-cast v1.0.25
3292026-05-05T16:12:56.855Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-05-05T16:12:57.019Z Documenting ingot v0.1.1
3312026-05-05T16:12:57.215Z Documenting itertools v0.14.0
3322026-05-05T16:12:57.486Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-05-05T16:12:57.853Z Checking tabwriter v1.4.1
3342026-05-05T16:12:58.071Z Documenting crc32fast v1.5.0
3352026-05-05T16:12:58.172Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-05-05T16:12:58.208Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-05-05T16:12:58.382Z Documenting dyn-clone v1.0.20
3382026-05-05T16:12:58.482Z Checking dyn-clone v1.0.20
3392026-05-05T16:12:59.437Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3402026-05-05T16:13:00.743Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3412026-05-05T16:13:02.921Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.67s
3422026-05-05T16:13:03.008Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3432026-05-05T16:13:03.027Z
3442026-05-05T16:13:03.031Zreal 23.768404439
3452026-05-05T16:13:03.031Zuser 1:16.285923009
3462026-05-05T16:13:03.031Zsys 16.058836438
3472026-05-05T16:13:03.031Ztrap 0.042209730
3482026-05-05T16:13:03.031Ztflt 0.031795455
3492026-05-05T16:13:03.031Zdflt 0.147755853
3502026-05-05T16:13:03.031Zkflt 0.004598513
3512026-05-05T16:13:03.031Zlock 6:46.588965813
3522026-05-05T16:13:03.031Zslp 4:17.060427147
3532026-05-05T16:13:03.031Zlat 9.011133583
3542026-05-05T16:13:03.031Zstop 9.098757430
3552026-05-05T16:13:03.031Z+ header 'analyze std + api'
3562026-05-05T16:13:03.031Z+ echo '# ==== analyze std + api ==== #'
3572026-05-05T16:13:03.031Z# ==== analyze std + api ==== #
3582026-05-05T16:13:03.031Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3592026-05-05T16:13:03.269Z Compiling proc-macro2 v1.0.106
3602026-05-05T16:13:03.269Z Compiling quote v1.0.45
3612026-05-05T16:13:03.269Z Compiling unicode-ident v1.0.24
3622026-05-05T16:13:03.269Z Compiling memchr v2.8.0
3632026-05-05T16:13:03.273Z Compiling thiserror v2.0.18
3642026-05-05T16:13:03.273Z Compiling zerocopy v0.8.48
3652026-05-05T16:13:03.273Z Compiling zmij v1.0.21
3662026-05-05T16:13:03.273Z Compiling libc v0.2.186
3672026-05-05T16:13:03.446Z Compiling serde_core v1.0.228
3682026-05-05T16:13:03.611Z Compiling ident_case v1.0.1
3692026-05-05T16:13:03.644Z Compiling strsim v0.11.1
3702026-05-05T16:13:03.649Z Compiling ucd-trie v0.1.7
3712026-05-05T16:13:03.675Z Compiling serde_json v1.0.149
3722026-05-05T16:13:03.864Z Compiling pest v2.8.6
3732026-05-05T16:13:03.877Z Compiling serde v1.0.228
3742026-05-05T16:13:03.977Z Compiling fnv v1.0.7
3752026-05-05T16:13:04.132Z Compiling aho-corasick v1.1.4
3762026-05-05T16:13:04.235Z Compiling regex-syntax v0.8.10
3772026-05-05T16:13:04.249Z Compiling itoa v1.0.18
3782026-05-05T16:13:04.335Z Checking byteorder v1.5.0
3792026-05-05T16:13:04.719Z Compiling syn v2.0.117
3802026-05-05T16:13:04.906Z Compiling pest_meta v2.8.6
3812026-05-05T16:13:05.200Z Compiling either v1.15.0
3822026-05-05T16:13:05.284Z Compiling usdt-impl v0.6.0
3832026-05-05T16:13:05.389Z Compiling itertools v0.14.0
3842026-05-05T16:13:05.626Z Compiling thread-id v5.1.0
3852026-05-05T16:13:05.715Z Compiling regex-automata v0.4.14
3862026-05-05T16:13:05.853Z Checking plain v0.2.3
3872026-05-05T16:13:06.071Z Compiling heapless v0.8.0
3882026-05-05T16:13:06.086Z Checking log v0.4.29
3892026-05-05T16:13:06.438Z Checking bitflags v2.11.1
3902026-05-05T16:13:06.513Z Checking hash32 v0.3.1
3912026-05-05T16:13:06.596Z Checking cfg-if v1.0.4
3922026-05-05T16:13:06.611Z Checking stable_deref_trait v1.2.1
3932026-05-05T16:13:06.629Z Checking pretty-hex v0.4.2
3942026-05-05T16:13:06.649Z Compiling smoltcp v0.11.0
3952026-05-05T16:13:06.669Z Checking macaddr v1.0.1
3962026-05-05T16:13:06.850Z Checking bitflags v1.3.2
3972026-05-05T16:13:06.902Z Compiling crc32fast v1.5.0
3982026-05-05T16:13:06.907Z Compiling version_check v0.9.5
3992026-05-05T16:13:06.984Z Checking managed v0.8.0
4002026-05-05T16:13:07.099Z Compiling pest_generator v2.8.6
4012026-05-05T16:13:07.162Z Compiling darling_core v0.21.3
4022026-05-05T16:13:07.170Z Compiling darling_core v0.23.0
4032026-05-05T16:13:07.174Z Compiling ref-cast v1.0.25
4042026-05-05T16:13:07.359Z Compiling regex v1.12.3
4052026-05-05T16:13:07.551Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4062026-05-05T16:13:07.748Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-05T16:13:07.793Z Checking memmap2 v0.9.10
4082026-05-05T16:13:07.949Z Checking ipnetwork v0.21.1
4092026-05-05T16:13:08.029Z Checking unicode-width v0.2.2
4102026-05-05T16:13:08.305Z Checking tabwriter v1.4.1
4112026-05-05T16:13:08.316Z Compiling thiserror-impl v2.0.18
4122026-05-05T16:13:08.332Z Compiling serde_derive v1.0.228
4132026-05-05T16:13:08.350Z Compiling zerocopy-derive v0.8.48
4142026-05-05T16:13:08.439Z Compiling pest_derive v2.8.6
4152026-05-05T16:13:08.855Z Compiling scroll_derive v0.13.1
4162026-05-05T16:13:08.943Z Compiling ref-cast-impl v1.0.25
4172026-05-05T16:13:09.298Z Compiling darling_macro v0.21.3
4182026-05-05T16:13:09.320Z Compiling darling_macro v0.23.0
4192026-05-05T16:13:09.627Z Checking dtrace-parser v0.3.0
4202026-05-05T16:13:09.667Z Checking scroll v0.13.0
4212026-05-05T16:13:09.849Z Compiling darling v0.21.3
4222026-05-05T16:13:09.858Z Checking cobs v0.3.0
4232026-05-05T16:13:09.887Z Checking goblin v0.10.5
4242026-05-05T16:13:09.918Z Compiling ingot-macros v0.1.1
4252026-05-05T16:13:09.989Z Compiling darling v0.23.0
4262026-05-05T16:13:09.992Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-05-05T16:13:10.059Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4282026-05-05T16:13:10.427Z Checking dyn-clone v1.0.20
4292026-05-05T16:13:11.355Z Checking postcard v1.1.3
4302026-05-05T16:13:11.374Z Compiling serde_tokenstream v0.2.3
4312026-05-05T16:13:12.377Z Checking ingot-types v0.1.2
4322026-05-05T16:13:12.377Z Checking dof v0.4.0
4332026-05-05T16:13:12.677Z Checking ingot v0.1.1
4342026-05-05T16:13:13.366Z Compiling usdt-attr-macro v0.6.0
4352026-05-05T16:13:13.366Z Compiling usdt-macro v0.6.0
4362026-05-05T16:13:13.950Z Checking usdt v0.6.0
4372026-05-05T16:13:14.109Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-05-05T16:13:22.133Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.05s
4392026-05-05T16:13:22.162Z
4402026-05-05T16:13:22.166Zreal 19.128646681
4412026-05-05T16:13:22.166Zuser 1:03.879075488
4422026-05-05T16:13:22.166Zsys 12.454259306
4432026-05-05T16:13:22.166Ztrap 0.031949876
4442026-05-05T16:13:22.166Ztflt 0.138502274
4452026-05-05T16:13:22.166Zdflt 0.148222056
4462026-05-05T16:13:22.166Zkflt 0.000033995
4472026-05-05T16:13:22.166Zlock 3:42.279955648
4482026-05-05T16:13:22.166Zslp 3:21.997146595
4492026-05-05T16:13:22.166Zlat 3.186028298
4502026-05-05T16:13:22.166Zstop 6.815475499
4512026-05-05T16:13:22.166Z+ header 'analyze no_std + engine + kernel'
4522026-05-05T16:13:22.166Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4532026-05-05T16:13:22.166Z# ==== analyze no_std + engine + kernel ==== #
4542026-05-05T16:13:22.167Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel -- --deny warnings
4552026-05-05T16:13:22.341Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-05T16:13:22.341Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4572026-05-05T16:13:22.362Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4582026-05-05T16:13:22.365Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-05-05T16:13:22.608Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4602026-05-05T16:13:26.764Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.55s
4612026-05-05T16:13:26.792Z
4622026-05-05T16:13:26.795Zreal 4.622980592
4632026-05-05T16:13:26.795Zuser 5.010294704
4642026-05-05T16:13:26.795Zsys 0.895788767
4652026-05-05T16:13:26.795Ztrap 0.000622353
4662026-05-05T16:13:26.795Ztflt 0.009922686
4672026-05-05T16:13:26.796Zdflt 0.003553433
4682026-05-05T16:13:26.796Zkflt 0.000000000
4692026-05-05T16:13:26.796Zlock 16.451158737
4702026-05-05T16:13:26.796Zslp 17.901755938
4712026-05-05T16:13:26.796Zlat 0.021007377
4722026-05-05T16:13:26.796Zstop 0.214063241
4732026-05-05T16:13:26.796Z+ header test
4742026-05-05T16:13:26.796Z+ echo '# ==== test ==== #'
4752026-05-05T16:13:26.796Z+ ptime -m cargo test
4762026-05-05T16:13:26.796Z# ==== test ==== #
4772026-05-05T16:13:26.944Z Compiling serde_core v1.0.228
4782026-05-05T16:13:26.944Z Compiling thiserror v2.0.18
4792026-05-05T16:13:26.944Z Compiling zerocopy v0.8.48
4802026-05-05T16:13:26.966Z Compiling byteorder v1.5.0
4812026-05-05T16:13:26.969Z Compiling memchr v2.8.0
4822026-05-05T16:13:26.973Z Compiling unicode-ident v1.0.24
4832026-05-05T16:13:26.976Z Compiling scroll v0.13.0
4842026-05-05T16:13:26.976Z Compiling zmij v1.0.21
4852026-05-05T16:13:27.050Z Compiling proc-macro2 v1.0.106
4862026-05-05T16:13:27.096Z Compiling libc v0.2.186
4872026-05-05T16:13:27.177Z Compiling ucd-trie v0.1.7
4882026-05-05T16:13:27.228Z Compiling plain v0.2.3
4892026-05-05T16:13:27.327Z Compiling log v0.4.29
4902026-05-05T16:13:27.336Z Compiling itoa v1.0.18
4912026-05-05T16:13:27.455Z Compiling goblin v0.10.5
4922026-05-05T16:13:27.541Z Compiling quote v1.0.45
4932026-05-05T16:13:27.588Z Compiling pest v2.8.6
4942026-05-05T16:13:27.889Z Compiling hash32 v0.3.1
4952026-05-05T16:13:28.054Z Compiling pretty-hex v0.4.2
4962026-05-05T16:13:28.183Z Compiling macaddr v1.0.1
4972026-05-05T16:13:28.214Z Compiling stable_deref_trait v1.2.1
4982026-05-05T16:13:28.295Z Compiling cfg-if v1.0.4
4992026-05-05T16:13:28.361Z Compiling heapless v0.8.0
5002026-05-05T16:13:28.448Z Compiling syn v2.0.117
5012026-05-05T16:13:28.542Z Compiling thread-id v5.1.0
5022026-05-05T16:13:28.617Z Compiling dtrace-parser v0.3.0
5032026-05-05T16:13:28.827Z Compiling serde v1.0.228
5042026-05-05T16:13:28.942Z Compiling serde_json v1.0.149
5052026-05-05T16:13:29.297Z Compiling bitflags v2.11.1
5062026-05-05T16:13:29.451Z Compiling cobs v0.3.0
5072026-05-05T16:13:29.708Z Compiling bitflags v1.3.2
5082026-05-05T16:13:29.729Z Compiling managed v0.8.0
5092026-05-05T16:13:29.774Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5102026-05-05T16:13:29.830Z Compiling ingot-types v0.1.2
5112026-05-05T16:13:29.949Z Compiling smoltcp v0.11.0
5122026-05-05T16:13:29.990Z Compiling postcard v1.1.3
5132026-05-05T16:13:29.996Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5142026-05-05T16:13:30.226Z Compiling ingot v0.1.1
5152026-05-05T16:13:30.327Z Compiling dof v0.4.0
5162026-05-05T16:13:30.583Z Compiling memmap2 v0.9.10
5172026-05-05T16:13:30.881Z Compiling either v1.15.0
5182026-05-05T16:13:31.083Z Compiling usdt-impl v0.6.0
5192026-05-05T16:13:32.089Z Compiling unicode-width v0.2.2
5202026-05-05T16:13:32.282Z Compiling ipnetwork v0.21.1
5212026-05-05T16:13:32.404Z Compiling tabwriter v1.4.1
5222026-05-05T16:13:32.454Z Compiling usdt v0.6.0
5232026-05-05T16:13:32.825Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5242026-05-05T16:13:32.840Z Compiling itertools v0.14.0
5252026-05-05T16:13:33.089Z Compiling ref-cast v1.0.25
5262026-05-05T16:13:33.186Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5272026-05-05T16:13:33.928Z Compiling crc32fast v1.5.0
5282026-05-05T16:13:34.174Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-05-05T16:13:34.221Z Compiling dyn-clone v1.0.20
5302026-05-05T16:13:47.439Z Finished `test` profile [optimized + debuginfo] target(s) in 20.63s
5312026-05-05T16:13:47.453Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/opte-df5b97a0be81293d)
5322026-05-05T16:13:47.456Z
5332026-05-05T16:13:47.456Zrunning 72 tests
5342026-05-05T16:13:47.456Ztest d_error::tests::name_and_data_storage ... ok
5352026-05-05T16:13:47.456Ztest d_error::tests::name_truncation ... ok
5362026-05-05T16:13:47.456Ztest ddi::mblk::test::chain_has_correct_ends ... ok
5372026-05-05T16:13:47.456Ztest ddi::mblk::test::chain_append_links ... ok
5382026-05-05T16:13:47.456Ztest ddi::mblk::test::chain_drain_complete ... ok
5392026-05-05T16:13:47.456Ztest ddi::mblk::test::expand_and_shrink ... ok
5402026-05-05T16:13:47.456Ztest ddi::mblk::test::chain_breaks_links ... ok
5412026-05-05T16:13:47.457Ztest ddi::mblk::test::prefix_len ... ok
5422026-05-05T16:13:47.457Ztest ddi::mblk::test::read_seg ... ok
5432026-05-05T16:13:47.457Ztest ddi::mblk::test::test_long_packet_continuation ... ok
5442026-05-05T16:13:47.457Ztest ddi::mblk::test::truncate ... ok
5452026-05-05T16:13:47.457Ztest ddi::mblk::test::uninitialized_packet ... ok
5462026-05-05T16:13:47.457Ztest ddi::mblk::test::zero_byte_packet ... ok
5472026-05-05T16:13:47.457Ztest ddi::mblk::test::wrap ... ok
5482026-05-05T16:13:47.457Ztest ddi::time::test::good_interval ... ok
5492026-05-05T16:13:47.457Ztest engine::dhcp::test::hostname_encode ... ok
5502026-05-05T16:13:47.457Ztest engine::dhcp::test::domain_search_option_encode ... ok
5512026-05-05T16:13:47.457Ztest engine::dhcp::test::domainname_encode ... ok
5522026-05-05T16:13:47.457Ztest engine::dhcpv6::options::test::test_domain_list_from_slice ... ok
5532026-05-05T16:13:47.457Ztest engine::dhcp::test::offlink_encode ... ok
5542026-05-05T16:13:47.457Ztest engine::dhcp::test::rfc3442_encode ... ok
5552026-05-05T16:13:47.457Ztest engine::dhcpv6::options::test::test_client_id ... ok
5562026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_dns_servers ... ok
5572026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_elapsed_time ... ok
5582026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_iana ... ok
5592026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_parse_snooped_client_id ... ok
5602026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_iata ... ok
5612026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_option_request ... ok
5622026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_rapid_commit ... ok
5632026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_parse_snooped_iana ... ok
5642026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_server_id ... ok
5652026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_raw_option_from_bytes ... ok
5662026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_status ... ok
5672026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_parse_snooped_option_request ... ok
5682026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_sntp_servers ... ok
5692026-05-05T16:13:47.461Ztest engine::dhcpv6::test::test_duid_from_mac ... ok
5702026-05-05T16:13:47.461Ztest engine::dhcpv6::options::test::test_ip_list_bad_length_fails ... ok
5712026-05-05T16:13:47.461Ztest engine::dhcpv6::protocol::test::test_parse_snooped_solicit_message ... ok
5722026-05-05T16:13:47.461Ztest engine::dhcpv6::protocol::test::test_predicates_match_snooped_solicit_message ... ok
5732026-05-05T16:13:47.461Ztest engine::ether::test::emit ... ok
5742026-05-05T16:13:47.461Ztest ddi::time::test::bad_interval - should panic ... ok
5752026-05-05T16:13:47.461Ztest engine::flow_table::test::flow_clear ... ok
5762026-05-05T16:13:47.461Ztest engine::flow_table::test::flow_expired ... ok
5772026-05-05T16:13:47.461Ztest engine::geneve::test::emit_no_opts ... ok
5782026-05-05T16:13:47.461Ztest engine::geneve::test::emit_single_opt ... ok
5792026-05-05T16:13:47.461Ztest engine::ip::v4::test::cidr_match ... ok
5802026-05-05T16:13:47.461Ztest engine::ip::v6::test::emit ... ok
5812026-05-05T16:13:47.461Ztest engine::ip::v6::test::from_pairs ... ok
5822026-05-05T16:13:47.461Ztest engine::ip::v6::test::option_push_spec ... ok
5832026-05-05T16:13:47.461Ztest engine::ip::v4::test::match_check ... ok
5842026-05-05T16:13:47.461Ztest engine::ip::v6::test::extension_push_spec ... ok
5852026-05-05T16:13:47.461Ztest engine::ip::v4::test::emit ... ok
5862026-05-05T16:13:47.461Ztest engine::ip::v6::test::test_ipv6_addr_match_exact ... ok
5872026-05-05T16:13:47.461Ztest engine::ip::v6::test::test_set_total_len ... ok
5882026-05-05T16:13:47.461Ztest engine::ip::v6::test::bad_ipv6_version_caught ... ok
5892026-05-05T16:13:47.461Ztest engine::ip::v6::test::test_ipv6_cidr_match_prefix ... ok
5902026-05-05T16:13:47.461Ztest engine::layer::test::find_rule ... ok
5912026-05-05T16:13:47.461Ztest engine::ip::v6::test::test_extension_header_lengths_ok ... ok
5922026-05-05T16:13:47.461Ztest engine::packet::test::straddled_tcp ... ok
5932026-05-05T16:13:47.462Ztest engine::nat::test::nat4_rewrite ... ok
5942026-05-05T16:13:47.462Ztest engine::packet::test::parse_ipv6_extension_headers_ok ... ok
5952026-05-05T16:13:47.462Ztest engine::packet::test::read_single_segment ... ok
5962026-05-05T16:13:47.462Ztest engine::packet::test::small_packet_with_padding ... ok
5972026-05-05T16:13:47.462Ztest engine::packet::test::read_multi_segment ... ok
5982026-05-05T16:13:47.462Ztest engine::packet::test::udp6_packet_with_padding ... ok
5992026-05-05T16:13:47.462Ztest engine::parse::test::icmp4_body_csum_equals_body ... ok
6002026-05-05T16:13:47.462Ztest engine::predicate::tests::data_predicate_ranges_handle_unknown ... ok
6012026-05-05T16:13:47.462Ztest engine::ip::v6::test::push_spec ... ok
6022026-05-05T16:13:47.462Ztest engine::rule::rule_matching ... ok
6032026-05-05T16:13:47.462Ztest engine::snat::test::snat4_desc_lifecycle ... ok
6042026-05-05T16:13:47.462Ztest engine::snat::test::nat_mappings ... ok
6052026-05-05T16:13:47.462Ztest engine::snat::test::test_nat_pool_different_ip_types ... ok
6062026-05-05T16:13:47.462Z
6072026-05-05T16:13:47.462Ztest result: ok. 72 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6082026-05-05T16:13:47.462Z
6092026-05-05T16:13:47.462Z Doc-tests opte
6102026-05-05T16:13:49.390Z
6112026-05-05T16:13:49.390Zrunning 3 tests
6122026-05-05T16:13:49.393Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 59) ... ignored
6132026-05-05T16:13:49.393Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatProvider (line 45) ... ok
6142026-05-05T16:13:49.394Ztest lib/opte/src/ddi/kstat.rs - ddi::kstat::KStatNamed (line 88) ... ok
6152026-05-05T16:13:49.394Z
6162026-05-05T16:13:49.394Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
6172026-05-05T16:13:49.394Z
6182026-05-05T16:13:49.399Zall doctests ran in 1.36s; merged doctests compilation took 1.35s
6192026-05-05T16:13:49.437Z
6202026-05-05T16:13:49.437Zreal 22.633239998
6212026-05-05T16:13:49.437Zuser 1:56.416569986
6222026-05-05T16:13:49.437Zsys 6.988439778
6232026-05-05T16:13:49.437Ztrap 0.053056205
6242026-05-05T16:13:49.437Ztflt 0.225940347
6252026-05-05T16:13:49.437Zdflt 0.335148977
6262026-05-05T16:13:49.437Zkflt 0.000007058
6272026-05-05T16:13:49.437Zlock 5:45.491974062
6282026-05-05T16:13:49.437Zslp 3:36.795411724
6292026-05-05T16:13:49.441Zlat 6.324610425
6302026-05-05T16:13:49.441Zstop 3.228722092
6312026-05-05T16:13:49.441Zprocess exited: duration 85390 ms, exit code 0
 
6322026-05-05T16:13:49.448Zfound 0 output files