01KR1D6QDZZN06Z9C3HZZXV0ZB: oxide-vpc

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

Buildomat Job: 01KR1D78RJBQDDVQT0JHRW5S58

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-07T14:27:25.816Zjob assigned to worker 01KR1DAHCFSKTR7AJJTRVPSX8Q [factory aws, i-0d515636dd921e275] (queued for 2 m 40 s)
 
22026-05-07T14:27:31.812Zstarting task 0: "setup"
32026-05-07T14:27:31.816Z++ uname -s
42026-05-07T14:27:31.819Z+ kern=SunOS
52026-05-07T14:27:31.819Z+ build_user=build
62026-05-07T14:27:31.819Z+ build_uid=12345
72026-05-07T14:27:31.819Z+ work_dir=/work
82026-05-07T14:27:31.819Z+ input_dir=/input
92026-05-07T14:27:31.819Z+ [[ 0 == 12345 ]]
102026-05-07T14:27:31.819Z+ case "$kern" in
112026-05-07T14:27:31.819Z+ groupadd -g 12345 build
122026-05-07T14:27:31.822Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-07T14:27:33.826Z+ zfs create -o mountpoint=/work rpool/work
142026-05-07T14:27:33.898Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-07T14:27:33.901Z+ home_fs=zfs
162026-05-07T14:27:33.901Z+ [[ zfs == autofs ]]
172026-05-07T14:27:33.901Z+ mkdir -p /home/build
182026-05-07T14:27:33.901Z+ chown build:build /home/build /work
192026-05-07T14:27:35.903Z+ chmod 0700 /home/build /work
202026-05-07T14:27:35.906Zprocess exited: duration 4096 ms, exit code 0
 
212026-05-07T14:27:35.912Zstarting task 1: "rust-toolchain"
222026-05-07T14:27:35.916Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-07T14:27:35.916Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-07T14:27:35.916Z * rust toolchain channel = "1.94.1"
252026-05-07T14:27:35.916Z * rust toolchain profile = "default"
262026-05-07T14:27:35.917Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-07T14:27:35.917Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-07T14:27:35.919Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-07T14:27:35.919Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-07T14:27:36.008Zinfo: downloading installer
312026-05-07T14:27:37.362Zwarn: It looks like you have an existing rustup settings file at:
322026-05-07T14:27:37.362Zwarn: /home/build/.rustup/settings.toml
332026-05-07T14:27:37.362Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-07T14:27:37.362Zwarn: instead of the one inferred from the default host triple.
352026-05-07T14:27:37.375Zinfo: profile set to default
362026-05-07T14:27:37.375Zinfo: default host triple is x86_64-unknown-illumos
372026-05-07T14:27:37.378Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-07T14:27:37.508Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-07T14:27:37.511Zinfo: downloading 6 components
402026-05-07T14:27:51.512Z
412026-05-07T14:27:51.512Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
422026-05-07T14:27:51.543Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-07T14:27:51.543Z
442026-05-07T14:27:51.543Z
452026-05-07T14:27:51.543ZRust is installed now. Great!
462026-05-07T14:27:51.543Z
472026-05-07T14:27:51.546ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-07T14:27:51.546Zenvironment variable. This has not been done automatically.
492026-05-07T14:27:51.546Z
502026-05-07T14:27:51.546ZTo configure your current shell, you need to source
512026-05-07T14:27:51.546Zthe corresponding env file under $HOME/.cargo.
522026-05-07T14:27:51.546Z
532026-05-07T14:27:51.546ZThis is usually done by running one of the following (note the leading DOT):
542026-05-07T14:27:51.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-07T14:27:51.546Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-07T14:27:51.546Zsource "~/.cargo/env.nu" # For nushell
572026-05-07T14:27:51.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-07T14:27:51.546Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-07T14:27:51.547Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-07T14:27:51.547Zwarn: no default linker (`cc`) was found in your PATH
612026-05-07T14:27:51.547Zwarn: many Rust crates require a system C toolchain to build
622026-05-07T14:27:51.640Z+ rustup --version
632026-05-07T14:27:51.649Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-07T14:27:51.652Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-07T14:27:51.672Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-07T14:27:51.675Z+ cargo --version
672026-05-07T14:27:51.686Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-07T14:27:51.689Z+ rustc --version
692026-05-07T14:27:51.708Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-07T14:27:51.713Zprocess exited: duration 15796 ms, exit code 0
 
712026-05-07T14:27:51.719Zstarting task 2: "authentication"
722026-05-07T14:27:51.735Zprocess exited: duration 15 ms, exit code 0
 
732026-05-07T14:27:51.742Zstarting task 3: "clone repository"
742026-05-07T14:27:51.746Z+ mkdir -p /work/oxidecomputer/opte
752026-05-07T14:27:51.748Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-07T14:27:51.777ZCloning into '/work/oxidecomputer/opte'...
772026-05-07T14:27:52.665Z+ cd /work/oxidecomputer/opte
782026-05-07T14:27:52.665Z+ git fetch origin 459486abe3d1adc5ce68964ce2679d9fa1f51488
792026-05-07T14:27:52.900ZFrom https://github.com/oxidecomputer/opte
802026-05-07T14:27:52.900Z * branch 459486abe3d1adc5ce68964ce2679d9fa1f51488 -> FETCH_HEAD
812026-05-07T14:27:52.907Z+ [[ -n faster-syn-expiry ]]
822026-05-07T14:27:52.910Z++ git branch --show-current
832026-05-07T14:27:52.910Z+ current=master
842026-05-07T14:27:52.910Z+ [[ master != faster-syn-expiry ]]
852026-05-07T14:27:52.910Z+ git branch -f faster-syn-expiry 459486abe3d1adc5ce68964ce2679d9fa1f51488
862026-05-07T14:27:52.913Z+ git checkout -f faster-syn-expiry
872026-05-07T14:27:52.929ZSwitched to branch 'faster-syn-expiry'
882026-05-07T14:27:52.932Z+ git reset --hard 459486abe3d1adc5ce68964ce2679d9fa1f51488
892026-05-07T14:27:52.935ZHEAD is now at 459486a Missed a transition, as it turns out.
902026-05-07T14:27:52.935Zprocess exited: duration 1191 ms, exit code 0
 
912026-05-07T14:27:52.941Zstarting task 4: "build"
922026-05-07T14:27:52.944Z+ source .github/buildomat/common.sh
932026-05-07T14:27:52.947Z++ rustup show active-toolchain
942026-05-07T14:27:52.950Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-07T14:27:52.952Z++ pushd xde
962026-05-07T14:27:52.952Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-07T14:27:52.952Z++ rustup show active-toolchain
982026-05-07T14:27:52.955Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-07T14:27:53.103Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-07T14:27:53.106Zinfo: downloading 6 components
1012026-05-07T14:28:06.412Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-07T14:28:06.496Z+++ rustup show active-toolchain -v
1032026-05-07T14:28:06.499Z+++ head -n 1
1042026-05-07T14:28:06.499Z+++ cut '-d ' -f1
1052026-05-07T14:28:06.550Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-07T14:28:06.550Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-07T14:28:06.550Z++ popd
1082026-05-07T14:28:06.550Z/work/oxidecomputer/opte
1092026-05-07T14:28:06.553Z+ cargo --version
1102026-05-07T14:28:06.560Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-07T14:28:06.562Z+ rustc --version
1122026-05-07T14:28:06.582Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-07T14:28:06.585Z+ cd lib/oxide-vpc
1142026-05-07T14:28:06.585Z+ header 'check style'
1152026-05-07T14:28:06.585Z+ echo '# ==== check style ==== #'
1162026-05-07T14:28:06.585Z# ==== check style ==== #
1172026-05-07T14:28:06.585Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-07T14:28:06.709Z
1192026-05-07T14:28:06.709Zreal 0.121406823
1202026-05-07T14:28:06.709Zuser 0.086857389
1212026-05-07T14:28:06.709Zsys 0.030823667
1222026-05-07T14:28:06.709Ztrap 0.000035182
1232026-05-07T14:28:06.709Ztflt 0.000019423
1242026-05-07T14:28:06.712Zdflt 0.000023755
1252026-05-07T14:28:06.712Zkflt 0.000000000
1262026-05-07T14:28:06.712Zlock 0.031749395
1272026-05-07T14:28:06.712Zslp 0.100917309
1282026-05-07T14:28:06.712Zlat 0.000823987
1292026-05-07T14:28:06.712Zstop 0.000100116
1302026-05-07T14:28:06.712Z+ header 'check docs'
1312026-05-07T14:28:06.712Z+ echo '# ==== check docs ==== #'
1322026-05-07T14:28:06.712Z# ==== check docs ==== #
1332026-05-07T14:28:06.712Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-07T14:28:06.712Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-07T14:28:06.783Z Updating crates.io index
1362026-05-07T14:28:06.786Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-07T14:28:07.510Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-07T14:28:08.072Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-07T14:28:08.816Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-07T14:28:09.178Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-07T14:28:09.618Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-07T14:28:09.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-07T14:28:12.025Z Downloading crates ...
1442026-05-07T14:28:12.071Z Downloaded embedded-io v0.6.1
1452026-05-07T14:28:12.076Z Downloaded cfg-if v1.0.4
1462026-05-07T14:28:12.078Z Downloaded crc32fast v1.5.0
1472026-05-07T14:28:12.081Z Downloaded block-buffer v0.10.4
1482026-05-07T14:28:12.081Z Downloaded plain v0.2.3
1492026-05-07T14:28:12.084Z Downloaded darling_macro v0.21.3
1502026-05-07T14:28:12.087Z Downloaded scroll_derive v0.13.1
1512026-05-07T14:28:12.087Z Downloaded defmt v1.0.1
1522026-05-07T14:28:12.090Z Downloaded usdt v0.6.0
1532026-05-07T14:28:12.095Z Downloaded ident_case v1.0.1
1542026-05-07T14:28:12.098Z Downloaded defmt v0.3.100
1552026-05-07T14:28:12.101Z Downloaded tabwriter v1.4.1
1562026-05-07T14:28:12.101Z Downloaded ref-cast-impl v1.0.25
1572026-05-07T14:28:12.104Z Downloaded log v0.4.29
1582026-05-07T14:28:12.110Z Downloaded ingot v0.1.1
1592026-05-07T14:28:12.113Z Downloaded serde_tokenstream v0.2.3
1602026-05-07T14:28:12.116Z Downloaded managed v0.8.0
1612026-05-07T14:28:12.116Z Downloaded digest v0.10.7
1622026-05-07T14:28:12.116Z Downloaded darling_macro v0.23.0
1632026-05-07T14:28:12.119Z Downloaded thread-id v5.1.0
1642026-05-07T14:28:12.119Z Downloaded embedded-io v0.4.0
1652026-05-07T14:28:12.122Z Downloaded pest_derive v2.8.6
1662026-05-07T14:28:12.122Z Downloaded dof v0.4.0
1672026-05-07T14:28:12.122Z Downloaded scroll v0.13.0
1682026-05-07T14:28:12.124Z Downloaded ingot-types v0.1.2
1692026-05-07T14:28:12.127Z Downloaded defmt-macros v1.0.1
1702026-05-07T14:28:12.127Z Downloaded usdt-attr-macro v0.6.0
1712026-05-07T14:28:12.130Z Downloaded pretty-hex v0.4.2
1722026-05-07T14:28:12.130Z Downloaded macaddr v1.0.1
1732026-05-07T14:28:12.130Z Downloaded ingot-macros v0.1.1
1742026-05-07T14:28:12.130Z Downloaded hash32 v0.3.1
1752026-05-07T14:28:12.133Z Downloaded generic-array v0.14.7
1762026-05-07T14:28:12.133Z Downloaded itoa v1.0.18
1772026-05-07T14:28:12.136Z Downloaded ipnetwork v0.21.1
1782026-05-07T14:28:12.136Z Downloaded byteorder v1.5.0
1792026-05-07T14:28:12.139Z Downloaded darling v0.21.3
1802026-05-07T14:28:12.142Z Downloaded dtrace-parser v0.3.0
1812026-05-07T14:28:12.142Z Downloaded crypto-common v0.1.7
1822026-05-07T14:28:12.145Z Downloaded ref-cast v1.0.25
1832026-05-07T14:28:12.148Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-05-07T14:28:12.150Z Downloaded stable_deref_trait v1.2.1
1852026-05-07T14:28:12.151Z Downloaded fnv v1.0.7
1862026-05-07T14:28:12.153Z Downloaded ucd-trie v0.1.7
1872026-05-07T14:28:12.156Z Downloaded proc-macro2 v1.0.106
1882026-05-07T14:28:12.159Z Downloaded strsim v0.11.1
1892026-05-07T14:28:12.161Z Downloaded dyn-clone v1.0.20
1902026-05-07T14:28:12.164Z Downloaded version_check v0.9.5
1912026-05-07T14:28:12.167Z Downloaded defmt-parser v1.0.0
1922026-05-07T14:28:12.171Z Downloaded usdt-macro v0.6.0
1932026-05-07T14:28:12.171Z Downloaded cpufeatures v0.2.17
1942026-05-07T14:28:12.188Z Downloaded bitflags v1.3.2
1952026-05-07T14:28:12.197Z Downloaded proc-macro-error2 v2.0.1
1962026-05-07T14:28:12.202Z Downloaded either v1.15.0
1972026-05-07T14:28:12.205Z Downloaded thiserror-impl v2.0.18
1982026-05-07T14:28:12.205Z Downloaded cobs v0.3.0
1992026-05-07T14:28:12.205Z Downloaded sha2 v0.10.9
2002026-05-07T14:28:12.208Z Downloaded usdt-impl v0.6.0
2012026-05-07T14:28:12.211Z Downloaded zmij v1.0.21
2022026-05-07T14:28:12.211Z Downloaded heapless v0.8.0
2032026-05-07T14:28:12.214Z Downloaded darling_core v0.21.3
2042026-05-07T14:28:12.216Z Downloaded bitflags v2.11.1
2052026-05-07T14:28:12.219Z Downloaded memmap2 v0.9.10
2062026-05-07T14:28:12.223Z Downloaded serde_core v1.0.228
2072026-05-07T14:28:12.227Z Downloaded postcard v1.1.3
2082026-05-07T14:28:12.231Z Downloaded thiserror v2.0.18
2092026-05-07T14:28:12.234Z Downloaded quote v1.0.45
2102026-05-07T14:28:12.248Z Downloaded unicode-ident v1.0.24
2112026-05-07T14:28:12.254Z Downloaded uuid v1.23.1
2122026-05-07T14:28:12.257Z Downloaded darling v0.23.0
2132026-05-07T14:28:12.261Z Downloaded serde_derive v1.0.228
2142026-05-07T14:28:12.264Z Downloaded pest_generator v2.8.6
2152026-05-07T14:28:12.267Z Downloaded darling_core v0.23.0
2162026-05-07T14:28:12.278Z Downloaded pest_meta v2.8.6
2172026-05-07T14:28:12.294Z Downloaded serde v1.0.228
2182026-05-07T14:28:12.298Z Downloaded pest v2.8.6
2192026-05-07T14:28:12.302Z Downloaded memchr v2.8.0
2202026-05-07T14:28:12.305Z Downloaded typenum v1.20.0
2212026-05-07T14:28:12.308Z Downloaded zerocopy-derive v0.8.48
2222026-05-07T14:28:12.310Z Downloaded itertools v0.14.0
2232026-05-07T14:28:12.330Z Downloaded regex v1.12.3
2242026-05-07T14:28:12.353Z Downloaded serde_json v1.0.149
2252026-05-07T14:28:12.357Z Downloaded aho-corasick v1.1.4
2262026-05-07T14:28:12.371Z Downloaded goblin v0.10.5
2272026-05-07T14:28:12.408Z Downloaded unicode-width v0.2.2
2282026-05-07T14:28:12.413Z Downloaded zerocopy v0.8.48
2292026-05-07T14:28:12.423Z Downloaded syn v2.0.117
2302026-05-07T14:28:12.429Z Downloaded smoltcp v0.11.0
2312026-05-07T14:28:12.436Z Downloaded regex-syntax v0.8.10
2322026-05-07T14:28:12.464Z Downloaded regex-automata v0.4.14
2332026-05-07T14:28:12.473Z Downloaded libc v0.2.186
2342026-05-07T14:28:12.533Z Compiling proc-macro2 v1.0.106
2352026-05-07T14:28:12.533Z Compiling quote v1.0.45
2362026-05-07T14:28:12.536Z Compiling unicode-ident v1.0.24
2372026-05-07T14:28:12.536Z Compiling strsim v0.11.1
2382026-05-07T14:28:12.536Z Documenting unicode-ident v1.0.24
2392026-05-07T14:28:12.536Z Compiling ident_case v1.0.1
2402026-05-07T14:28:12.536Z Compiling serde_core v1.0.228
2412026-05-07T14:28:12.685Z Compiling fnv v1.0.7
2422026-05-07T14:28:12.709Z Compiling memchr v2.8.0
2432026-05-07T14:28:12.712Z Compiling serde v1.0.228
2442026-05-07T14:28:12.769Z Compiling regex-syntax v0.8.10
2452026-05-07T14:28:12.874Z Compiling thiserror v2.0.18
2462026-05-07T14:28:12.928Z Compiling zerocopy v0.8.48
2472026-05-07T14:28:13.227Z Documenting proc-macro2 v1.0.106
2482026-05-07T14:28:13.272Z Compiling aho-corasick v1.1.4
2492026-05-07T14:28:13.354Z Checking byteorder v1.5.0
2502026-05-07T14:28:13.504Z Compiling either v1.15.0
2512026-05-07T14:28:13.533Z Checking syn v2.0.117
2522026-05-07T14:28:13.741Z Compiling itertools v0.14.0
2532026-05-07T14:28:13.786Z Documenting quote v1.0.45
2542026-05-07T14:28:14.271Z Documenting syn v2.0.117
2552026-05-07T14:28:14.360Z Compiling regex-automata v0.4.14
2562026-05-07T14:28:14.635Z Compiling heapless v0.8.0
2572026-05-07T14:28:14.774Z Checking bitflags v2.11.1
2582026-05-07T14:28:14.923Z Checking hash32 v0.3.1
2592026-05-07T14:28:14.926Z Documenting serde_core v1.0.228
2602026-05-07T14:28:15.028Z Checking macaddr v1.0.1
2612026-05-07T14:28:15.088Z Checking stable_deref_trait v1.2.1
2622026-05-07T14:28:15.152Z Checking cfg-if v1.0.4
2632026-05-07T14:28:15.179Z Documenting memchr v2.8.0
2642026-05-07T14:28:15.210Z Compiling smoltcp v0.11.0
2652026-05-07T14:28:15.520Z Documenting regex-syntax v0.8.10
2662026-05-07T14:28:15.639Z Checking darling_core v0.21.3
2672026-05-07T14:28:15.808Z Documenting aho-corasick v1.1.4
2682026-05-07T14:28:16.584Z Compiling regex v1.12.3
2692026-05-07T14:28:16.595Z Compiling darling_core v0.23.0
2702026-05-07T14:28:16.750Z Documenting regex-automata v0.4.14
2712026-05-07T14:28:16.892Z Checking managed v0.8.0
2722026-05-07T14:28:16.986Z Checking bitflags v1.3.2
2732026-05-07T14:28:17.046Z Documenting thiserror-impl v2.0.18
2742026-05-07T14:28:17.070Z Documenting serde_derive v1.0.228
2752026-05-07T14:28:17.284Z Compiling zerocopy-derive v0.8.48
2762026-05-07T14:28:17.346Z Compiling thiserror-impl v2.0.18
2772026-05-07T14:28:17.801Z Compiling serde_derive v1.0.228
2782026-05-07T14:28:18.092Z Documenting regex v1.12.3
2792026-05-07T14:28:18.152Z Documenting zerocopy-derive v0.8.48
2802026-05-07T14:28:18.155Z Compiling crc32fast v1.5.0
2812026-05-07T14:28:18.314Z Compiling darling_macro v0.21.3
2822026-05-07T14:28:18.443Z Compiling ref-cast v1.0.25
2832026-05-07T14:28:18.648Z Checking cobs v0.3.0
2842026-05-07T14:28:18.655Z Compiling darling_macro v0.23.0
2852026-05-07T14:28:18.764Z Documenting byteorder v1.5.0
2862026-05-07T14:28:18.807Z Documenting thiserror v2.0.18
2872026-05-07T14:28:18.879Z Compiling darling v0.21.3
2882026-05-07T14:28:18.967Z Compiling ingot-macros v0.1.1
2892026-05-07T14:28:19.004Z Documenting ingot-macros v0.1.1
2902026-05-07T14:28:19.027Z Documenting zerocopy v0.8.48
2912026-05-07T14:28:19.292Z Compiling ref-cast-impl v1.0.25
2922026-05-07T14:28:19.316Z Documenting hash32 v0.3.1
2932026-05-07T14:28:19.834Z Documenting bitflags v2.11.1
2942026-05-07T14:28:19.891Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-07T14:28:20.138Z Checking ipnetwork v0.21.1
2962026-05-07T14:28:20.173Z Checking unicode-width v0.2.2
2972026-05-07T14:28:20.336Z Compiling version_check v0.9.5
2982026-05-07T14:28:20.502Z Documenting serde v1.0.228
2992026-05-07T14:28:20.609Z Documenting cfg-if v1.0.4
3002026-05-07T14:28:20.681Z Documenting macaddr v1.0.1
3012026-05-07T14:28:20.760Z Documenting stable_deref_trait v1.2.1
3022026-05-07T14:28:20.909Z Checking postcard v1.1.3
3032026-05-07T14:28:21.103Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-05-07T14:28:21.175Z Documenting cobs v0.3.0
3052026-05-07T14:28:21.287Z Compiling darling v0.23.0
3062026-05-07T14:28:21.363Z Documenting managed v0.8.0
3072026-05-07T14:28:21.445Z Documenting heapless v0.8.0
3082026-05-07T14:28:21.491Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-07T14:28:21.704Z Checking ingot-types v0.1.2
3102026-05-07T14:28:21.967Z Documenting ingot-types v0.1.2
3112026-05-07T14:28:22.052Z Checking ingot v0.1.1
3122026-05-07T14:28:22.185Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-05-07T14:28:22.321Z Documenting postcard v1.1.3
3142026-05-07T14:28:22.321Z Checking tabwriter v1.4.1
3152026-05-07T14:28:22.505Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3162026-05-07T14:28:22.582Z Documenting ref-cast-impl v1.0.25
3172026-05-07T14:28:22.672Z Documenting smoltcp v0.11.0
3182026-05-07T14:28:22.697Z Documenting either v1.15.0
3192026-05-07T14:28:22.938Z Documenting ingot v0.1.1
3202026-05-07T14:28:23.058Z Documenting ipnetwork v0.21.1
3212026-05-07T14:28:23.146Z Checking dyn-clone v1.0.20
3222026-05-07T14:28:23.244Z Documenting unicode-width v0.2.2
3232026-05-07T14:28:23.389Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-05-07T14:28:23.576Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-05-07T14:28:23.623Z Documenting itertools v0.14.0
3262026-05-07T14:28:23.866Z Documenting ref-cast v1.0.25
3272026-05-07T14:28:24.237Z Documenting crc32fast v1.5.0
3282026-05-07T14:28:24.405Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-05-07T14:28:24.461Z Documenting dyn-clone v1.0.20
3302026-05-07T14:28:24.712Z Documenting tabwriter v1.4.1
3312026-05-07T14:28:25.459Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-05-07T14:28:25.635Z Documenting uuid v1.23.1
3332026-05-07T14:28:26.156Z Checking uuid v1.23.1
3342026-05-07T14:28:26.329Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-07T14:28:26.392Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-05-07T14:28:28.091Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-07T14:28:30.291Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-07T14:28:31.850Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.12s
3392026-05-07T14:28:31.936Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-07T14:28:31.956Z
3412026-05-07T14:28:31.956Zreal 25.221385761
3422026-05-07T14:28:31.956Zuser 1:20.711683916
3432026-05-07T14:28:31.956Zsys 16.876474270
3442026-05-07T14:28:31.956Ztrap 0.045436916
3452026-05-07T14:28:31.956Ztflt 0.042019785
3462026-05-07T14:28:31.959Zdflt 0.086637365
3472026-05-07T14:28:31.959Zkflt 0.004845081
3482026-05-07T14:28:31.959Zlock 8:17.854913678
3492026-05-07T14:28:31.959Zslp 4:49.622177336
3502026-05-07T14:28:31.959Zlat 7.154863588
3512026-05-07T14:28:31.959Zstop 9.576505653
3522026-05-07T14:28:31.959Z+ header 'analyze std + api + usdt'
3532026-05-07T14:28:31.959Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-07T14:28:31.959Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3552026-05-07T14:28:31.959Z# ==== analyze std + api + usdt ==== #
3562026-05-07T14:28:32.145Z Downloading crates ...
3572026-05-07T14:28:32.206Z Downloaded futures v0.3.32
3582026-05-07T14:28:32.209Z Downloaded dtor v0.8.1
3592026-05-07T14:28:32.212Z Downloaded futures-io v0.3.32
3602026-05-07T14:28:32.212Z Downloaded cookie-factory v0.3.3
3612026-05-07T14:28:32.215Z Downloaded slab v0.4.12
3622026-05-07T14:28:32.215Z Downloaded futures-macro v0.3.32
3632026-05-07T14:28:32.215Z Downloaded dtor-proc-macro v0.0.13
3642026-05-07T14:28:32.215Z Downloaded anyhow v1.0.102
3652026-05-07T14:28:32.218Z Downloaded circular v0.3.0
3662026-05-07T14:28:32.221Z Downloaded typeid v1.0.3
3672026-05-07T14:28:32.221Z Downloaded futures-sink v0.3.32
3682026-05-07T14:28:32.224Z Downloaded ctor-proc-macro v0.0.13
3692026-05-07T14:28:32.226Z Downloaded futures-task v0.3.32
3702026-05-07T14:28:32.229Z Downloaded link-section v0.2.1
3712026-05-07T14:28:32.229Z Downloaded futures-channel v0.3.32
3722026-05-07T14:28:32.233Z Downloaded rusticata-macros v5.0.0
3732026-05-07T14:28:32.233Z Downloaded futures-core v0.3.32
3742026-05-07T14:28:32.237Z Downloaded pin-project-lite v0.2.17
3752026-05-07T14:28:32.244Z Downloaded ctor v0.10.1
3762026-05-07T14:28:32.244Z Downloaded futures-executor v0.3.32
3772026-05-07T14:28:32.250Z Downloaded ron v0.12.1
3782026-05-07T14:28:32.250Z Downloaded once_cell v1.21.4
3792026-05-07T14:28:32.258Z Downloaded pcap-parser v0.17.0
3802026-05-07T14:28:32.264Z Downloaded nom v8.0.0
3812026-05-07T14:28:32.271Z Downloaded futures-util v0.3.32
3822026-05-07T14:28:32.321Z Compiling proc-macro2 v1.0.106
3832026-05-07T14:28:32.321Z Compiling quote v1.0.45
3842026-05-07T14:28:32.322Z Compiling unicode-ident v1.0.24
3852026-05-07T14:28:32.324Z Compiling memchr v2.8.0
3862026-05-07T14:28:32.324Z Compiling thiserror v2.0.18
3872026-05-07T14:28:32.324Z Compiling serde_core v1.0.228
3882026-05-07T14:28:32.324Z Compiling zerocopy v0.8.48
3892026-05-07T14:28:32.325Z Compiling zmij v1.0.21
3902026-05-07T14:28:32.659Z Compiling libc v0.2.186
3912026-05-07T14:28:32.692Z Compiling serde_json v1.0.149
3922026-05-07T14:28:32.696Z Compiling strsim v0.11.1
3932026-05-07T14:28:32.754Z Compiling ucd-trie v0.1.7
3942026-05-07T14:28:32.886Z Compiling ident_case v1.0.1
3952026-05-07T14:28:32.915Z Compiling pest v2.8.6
3962026-05-07T14:28:32.975Z Compiling serde v1.0.228
3972026-05-07T14:28:33.210Z Compiling fnv v1.0.7
3982026-05-07T14:28:33.316Z Compiling aho-corasick v1.1.4
3992026-05-07T14:28:33.420Z Compiling regex-syntax v0.8.10
4002026-05-07T14:28:33.493Z Checking byteorder v1.5.0
4012026-05-07T14:28:33.559Z Compiling syn v2.0.117
4022026-05-07T14:28:33.577Z Compiling itoa v1.0.18
4032026-05-07T14:28:34.003Z Compiling pest_meta v2.8.6
4042026-05-07T14:28:34.108Z Compiling either v1.15.0
4052026-05-07T14:28:34.124Z Compiling usdt-impl v0.6.0
4062026-05-07T14:28:34.186Z Checking bitflags v2.11.1
4072026-05-07T14:28:34.294Z Compiling itertools v0.14.0
4082026-05-07T14:28:34.561Z Compiling thread-id v5.1.0
4092026-05-07T14:28:34.698Z Compiling heapless v0.8.0
4102026-05-07T14:28:34.707Z Checking plain v0.2.3
4112026-05-07T14:28:34.799Z Checking futures-core v0.3.32
4122026-05-07T14:28:34.915Z Compiling regex-automata v0.4.14
4132026-05-07T14:28:35.110Z Checking log v0.4.29
4142026-05-07T14:28:35.241Z Checking futures-sink v0.3.32
4152026-05-07T14:28:35.329Z Checking futures-channel v0.3.32
4162026-05-07T14:28:35.542Z Checking hash32 v0.3.1
4172026-05-07T14:28:35.640Z Checking pretty-hex v0.4.2
4182026-05-07T14:28:35.688Z Checking futures-io v0.3.32
4192026-05-07T14:28:35.750Z Checking stable_deref_trait v1.2.1
4202026-05-07T14:28:35.794Z Compiling smoltcp v0.11.0
4212026-05-07T14:28:35.813Z Checking macaddr v1.0.1
4222026-05-07T14:28:35.861Z Checking cfg-if v1.0.4
4232026-05-07T14:28:35.891Z Checking slab v0.4.12
4242026-05-07T14:28:35.916Z Compiling pest_generator v2.8.6
4252026-05-07T14:28:35.951Z Compiling darling_core v0.21.3
4262026-05-07T14:28:36.042Z Compiling darling_core v0.23.0
4272026-05-07T14:28:36.049Z Checking futures-task v0.3.32
4282026-05-07T14:28:36.118Z Checking pin-project-lite v0.2.17
4292026-05-07T14:28:36.436Z Checking bitflags v1.3.2
4302026-05-07T14:28:36.501Z Compiling ref-cast v1.0.25
4312026-05-07T14:28:36.527Z Checking managed v0.8.0
4322026-05-07T14:28:36.558Z Compiling version_check v0.9.5
4332026-05-07T14:28:36.706Z Compiling regex v1.12.3
4342026-05-07T14:28:36.801Z Compiling crc32fast v1.5.0
4352026-05-07T14:28:36.827Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-07T14:28:37.100Z Checking memmap2 v0.9.10
4372026-05-07T14:28:37.111Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4382026-05-07T14:28:37.161Z Compiling serde_derive v1.0.228
4392026-05-07T14:28:37.255Z Compiling thiserror-impl v2.0.18
4402026-05-07T14:28:37.387Z Compiling zerocopy-derive v0.8.48
4412026-05-07T14:28:37.529Z Compiling pest_derive v2.8.6
4422026-05-07T14:28:38.026Z Compiling scroll_derive v0.13.1
4432026-05-07T14:28:38.046Z Compiling darling_macro v0.21.3
4442026-05-07T14:28:38.130Z Compiling futures-macro v0.3.32
4452026-05-07T14:28:38.181Z Compiling darling_macro v0.23.0
4462026-05-07T14:28:38.267Z Compiling ref-cast-impl v1.0.25
4472026-05-07T14:28:38.581Z Compiling darling v0.21.3
4482026-05-07T14:28:38.643Z Compiling dtrace-parser v0.3.0
4492026-05-07T14:28:38.655Z Compiling ingot-macros v0.1.1
4502026-05-07T14:28:38.701Z Checking cobs v0.3.0
4512026-05-07T14:28:38.832Z Checking scroll v0.13.0
4522026-05-07T14:28:38.933Z Checking futures-util v0.3.32
4532026-05-07T14:28:39.044Z Checking goblin v0.10.5
4542026-05-07T14:28:39.069Z Compiling darling v0.23.0
4552026-05-07T14:28:39.143Z Checking unicode-width v0.2.2
4562026-05-07T14:28:39.246Z Checking ipnetwork v0.21.1
4572026-05-07T14:28:39.421Z Checking tabwriter v1.4.1
4582026-05-07T14:28:39.558Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-07T14:28:40.278Z Checking postcard v1.1.3
4602026-05-07T14:28:40.398Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612026-05-07T14:28:40.681Z Compiling serde_tokenstream v0.2.3
4622026-05-07T14:28:40.726Z Checking nom v8.0.0
4632026-05-07T14:28:40.845Z Checking futures-executor v0.3.32
4642026-05-07T14:28:40.960Z Compiling anyhow v1.0.102
4652026-05-07T14:28:40.963Z Compiling typeid v1.0.3
4662026-05-07T14:28:40.992Z Checking futures v0.3.32
4672026-05-07T14:28:41.060Z Checking dyn-clone v1.0.20
4682026-05-07T14:28:41.159Z Checking cookie-factory v0.3.3
4692026-05-07T14:28:41.274Z Checking uuid v1.23.1
4702026-05-07T14:28:41.307Z Checking circular v0.3.0
4712026-05-07T14:28:41.404Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4722026-05-07T14:28:41.421Z Compiling dtor-proc-macro v0.0.13
4732026-05-07T14:28:41.496Z Checking ingot-types v0.1.2
4742026-05-07T14:28:41.530Z Checking dof v0.4.0
4752026-05-07T14:28:41.537Z Checking once_cell v1.21.4
4762026-05-07T14:28:41.619Z Compiling ctor-proc-macro v0.0.13
4772026-05-07T14:28:41.663Z Checking link-section v0.2.1
4782026-05-07T14:28:41.753Z Checking dtor v0.8.1
4792026-05-07T14:28:41.762Z Checking ron v0.12.1
4802026-05-07T14:28:41.827Z Checking ingot v0.1.1
4812026-05-07T14:28:41.943Z Checking ctor v0.10.1
4822026-05-07T14:28:42.572Z Compiling usdt-macro v0.6.0
4832026-05-07T14:28:42.572Z Compiling usdt-attr-macro v0.6.0
4842026-05-07T14:28:42.590Z Checking rusticata-macros v5.0.0
4852026-05-07T14:28:42.703Z Checking pcap-parser v0.17.0
4862026-05-07T14:28:43.164Z Checking usdt v0.6.0
4872026-05-07T14:28:43.279Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-07T14:28:47.561Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-07T14:28:49.223Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-07T14:28:51.500Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.48s
4912026-05-07T14:28:51.536Z
4922026-05-07T14:28:51.536Zreal 19.569085238
4932026-05-07T14:28:51.536Zuser 1:12.420236767
4942026-05-07T14:28:51.536Zsys 15.051480924
4952026-05-07T14:28:51.536Ztrap 0.039642646
4962026-05-07T14:28:51.540Ztflt 0.115831225
4972026-05-07T14:28:51.540Zdflt 0.195011732
4982026-05-07T14:28:51.540Zkflt 0.000031062
4992026-05-07T14:28:51.540Zlock 4:02.195991093
5002026-05-07T14:28:51.540Zslp 3:50.013107475
5012026-05-07T14:28:51.540Zlat 3.829200789
5022026-05-07T14:28:51.540Zstop 8.075939049
5032026-05-07T14:28:51.540Z+ header 'analyze no_std + engine + kernel'
5042026-05-07T14:28:51.540Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-07T14:28:51.540Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-07T14:28:51.540Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-07T14:28:51.714Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-07T14:28:51.714Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-07T14:28:51.734Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-07T14:28:51.737Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-07T14:28:51.977Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-07T14:28:56.134Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-07T14:28:57.676Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.09s
5142026-05-07T14:28:57.704Z
5152026-05-07T14:28:57.707Zreal 6.161789386
5162026-05-07T14:28:57.707Zuser 6.392855447
5172026-05-07T14:28:57.707Zsys 1.001921415
5182026-05-07T14:28:57.707Ztrap 0.000908028
5192026-05-07T14:28:57.707Ztflt 0.010314777
5202026-05-07T14:28:57.707Zdflt 0.002140185
5212026-05-07T14:28:57.707Zkflt 0.000000000
5222026-05-07T14:28:57.707Zlock 21.457885196
5232026-05-07T14:28:57.707Zslp 22.399229354
5242026-05-07T14:28:57.707Zlat 0.014652746
5252026-05-07T14:28:57.707Zstop 0.218122340
5262026-05-07T14:28:57.707Z+ header test
5272026-05-07T14:28:57.708Z+ echo '# ==== test ==== #'
5282026-05-07T14:28:57.708Z+ ptime -m cargo test
5292026-05-07T14:28:57.708Z# ==== test ==== #
5302026-05-07T14:28:57.867Z Compiling memchr v2.8.0
5312026-05-07T14:28:57.871Z Compiling serde_core v1.0.228
5322026-05-07T14:28:57.892Z Compiling thiserror v2.0.18
5332026-05-07T14:28:57.895Z Compiling zerocopy v0.8.48
5342026-05-07T14:28:57.898Z Compiling unicode-ident v1.0.24
5352026-05-07T14:28:57.898Z Compiling byteorder v1.5.0
5362026-05-07T14:28:57.901Z Compiling zmij v1.0.21
5372026-05-07T14:28:57.902Z Compiling libc v0.2.186
5382026-05-07T14:28:57.978Z Compiling scroll v0.13.0
5392026-05-07T14:28:58.020Z Compiling proc-macro2 v1.0.106
5402026-05-07T14:28:58.110Z Compiling ucd-trie v0.1.7
5412026-05-07T14:28:58.237Z Compiling plain v0.2.3
5422026-05-07T14:28:58.237Z Compiling futures-sink v0.3.32
5432026-05-07T14:28:58.264Z Compiling log v0.4.29
5442026-05-07T14:28:58.330Z Compiling futures-core v0.3.32
5452026-05-07T14:28:58.333Z Compiling itoa v1.0.18
5462026-05-07T14:28:58.483Z Compiling futures-channel v0.3.32
5472026-05-07T14:28:58.492Z Compiling goblin v0.10.5
5482026-05-07T14:28:58.588Z Compiling quote v1.0.45
5492026-05-07T14:28:58.721Z Compiling pest v2.8.6
5502026-05-07T14:28:58.817Z Compiling hash32 v0.3.1
5512026-05-07T14:28:58.986Z Compiling cfg-if v1.0.4
5522026-05-07T14:28:59.052Z Compiling futures-task v0.3.32
5532026-05-07T14:28:59.254Z Compiling stable_deref_trait v1.2.1
5542026-05-07T14:28:59.268Z Compiling pin-project-lite v0.2.17
5552026-05-07T14:28:59.328Z Compiling slab v0.4.12
5562026-05-07T14:28:59.358Z Compiling futures-io v0.3.32
5572026-05-07T14:28:59.449Z Compiling pretty-hex v0.4.2
5582026-05-07T14:28:59.508Z Compiling macaddr v1.0.1
5592026-05-07T14:28:59.543Z Compiling futures-util v0.3.32
5602026-05-07T14:28:59.580Z Compiling heapless v0.8.0
5612026-05-07T14:28:59.758Z Compiling serde v1.0.228
5622026-05-07T14:28:59.818Z Compiling bitflags v2.11.1
5632026-05-07T14:29:00.024Z Compiling serde_json v1.0.149
5642026-05-07T14:29:00.243Z Compiling dtrace-parser v0.3.0
5652026-05-07T14:29:00.394Z Compiling syn v2.0.117
5662026-05-07T14:29:00.468Z Compiling thread-id v5.1.0
5672026-05-07T14:29:00.545Z Compiling cobs v0.3.0
5682026-05-07T14:29:00.797Z Compiling ingot-types v0.1.2
5692026-05-07T14:29:00.843Z Compiling bitflags v1.3.2
5702026-05-07T14:29:00.867Z Compiling managed v0.8.0
5712026-05-07T14:29:00.909Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-07T14:29:01.100Z Compiling smoltcp v0.11.0
5732026-05-07T14:29:01.135Z Compiling ingot v0.1.1
5742026-05-07T14:29:01.193Z Compiling postcard v1.1.3
5752026-05-07T14:29:01.537Z Compiling dof v0.4.0
5762026-05-07T14:29:02.268Z Compiling futures-executor v0.3.32
5772026-05-07T14:29:02.889Z Compiling usdt-impl v0.6.0
5782026-05-07T14:29:03.179Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-07T14:29:03.325Z Compiling memmap2 v0.9.10
5802026-05-07T14:29:03.627Z Compiling unicode-width v0.2.2
5812026-05-07T14:29:03.766Z Compiling ipnetwork v0.21.1
5822026-05-07T14:29:03.878Z Compiling either v1.15.0
5832026-05-07T14:29:03.940Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5842026-05-07T14:29:04.057Z Compiling itertools v0.14.0
5852026-05-07T14:29:04.306Z Compiling tabwriter v1.4.1
5862026-05-07T14:29:04.728Z Compiling ref-cast v1.0.25
5872026-05-07T14:29:04.827Z Compiling usdt v0.6.0
5882026-05-07T14:29:04.992Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-07T14:29:05.372Z Compiling futures v0.3.32
5902026-05-07T14:29:05.424Z Compiling crc32fast v1.5.0
5912026-05-07T14:29:05.445Z Compiling nom v8.0.0
5922026-05-07T14:29:05.480Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-07T14:29:05.671Z Compiling dyn-clone v1.0.20
5942026-05-07T14:29:05.707Z Compiling cookie-factory v0.3.3
5952026-05-07T14:29:05.837Z Compiling uuid v1.23.1
5962026-05-07T14:29:06.030Z Compiling circular v0.3.0
5972026-05-07T14:29:06.285Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-05-07T14:29:06.374Z Compiling dtor v0.8.1
5992026-05-07T14:29:06.434Z Compiling typeid v1.0.3
6002026-05-07T14:29:06.448Z Compiling anyhow v1.0.102
6012026-05-07T14:29:06.457Z Compiling once_cell v1.21.4
6022026-05-07T14:29:06.523Z Compiling link-section v0.2.1
6032026-05-07T14:29:06.613Z Compiling ctor v0.10.1
6042026-05-07T14:29:06.681Z Compiling ron v0.12.1
6052026-05-07T14:29:07.756Z Compiling rusticata-macros v5.0.0
6062026-05-07T14:29:07.960Z Compiling pcap-parser v0.17.0
6072026-05-07T14:29:10.567Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-07T14:29:12.908Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-07T14:29:51.508Z Finished `test` profile [optimized + debuginfo] target(s) in 53.78s
6102026-05-07T14:29:51.524Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6112026-05-07T14:29:51.527Z
6122026-05-07T14:29:51.527Zrunning 15 tests
6132026-05-07T14:29:51.530Ztest api::tests::parse_bad_proto_filter ... ok
6142026-05-07T14:29:51.530Ztest api::tests::parse_bad_address ... ok
6152026-05-07T14:29:51.530Ztest api::tests::parse_good_proto_filter ... ok
6162026-05-07T14:29:51.530Ztest api::tests::parse_good_address ... ok
6172026-05-07T14:29:51.530Ztest api::tests::ports_from_str_good ... ok
6182026-05-07T14:29:51.530Ztest api::tests::ports_from_str_bad ... ok
6192026-05-07T14:29:51.530Ztest cfg::tests::test_required_nat_space ... ok
6202026-05-07T14:29:51.530Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6212026-05-07T14:29:51.530Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-07T14:29:51.530Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-07T14:29:51.530Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-05-07T14:29:51.530Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-05-07T14:29:51.530Ztest engine::geneve::test::parse_single_opt ... ok
6262026-05-07T14:29:51.530Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-07T14:29:51.530Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-07T14:29:51.530Z
6292026-05-07T14:29:51.530Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-07T14:29:51.530Z
6312026-05-07T14:29:51.530Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6322026-05-07T14:29:51.535Z
6332026-05-07T14:29:51.535Zrunning 4 tests
6342026-05-07T14:29:51.535Ztest firewall_external_inbound ... ok
6352026-05-07T14:29:51.535Ztest firewall_vni_outbound ... ok
6362026-05-07T14:29:51.535Ztest firewall_vni_inbound ... ok
6372026-05-07T14:29:51.535Ztest firewall_replace_rules ... ok
6382026-05-07T14:29:51.535Z
6392026-05-07T14:29:51.535Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-07T14:29:51.535Z
6412026-05-07T14:29:51.535Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6422026-05-07T14:29:51.538Z
6432026-05-07T14:29:51.538Zrunning 2 tests
6442026-05-07T14:29:51.538Ztest parse_in_regression ... ok
6452026-05-07T14:29:51.538Ztest parse_out_regression ... ok
6462026-05-07T14:29:51.538Z
6472026-05-07T14:29:51.538Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-07T14:29:51.538Z
6492026-05-07T14:29:51.538Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6502026-05-07T14:29:51.538Z
6512026-05-07T14:29:51.538Zrunning 48 tests
6522026-05-07T14:29:51.538Ztest bad_ip_len ... ok
6532026-05-07T14:29:51.541Ztest check_layers ... ok
6542026-05-07T14:29:51.541Ztest add_remove_fw_rule ... ok
6552026-05-07T14:29:51.541Ztest arp_gateway ... ok
6562026-05-07T14:29:51.541Ztest anti_spoof ... ok
6572026-05-07T14:29:51.541Ztest external_attached_subnets_cannot_reach_internal ... ok
6582026-05-07T14:29:51.541Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-07T14:29:51.541Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-07T14:29:51.541Ztest external_ip_epoch_affinity_preserved ... ok
6612026-05-07T14:29:51.542Ztest flow_expiration ... ok
6622026-05-07T14:29:51.542Ztest gateway_icmpv6_ping ... ok
6632026-05-07T14:29:51.542Ztest external_ip_reconfigurable ... ok
6642026-05-07T14:29:51.542Ztest gateway_icmp4_ping ... ok
6652026-05-07T14:29:51.542Ztest early_tcp_invalidation ... ok
6662026-05-07T14:29:51.542Ztest gateway_router_advert_reply ... ok
6672026-05-07T14:29:51.542Ztest guest_to_guest_no_route ... ok
6682026-05-07T14:29:51.542Ztest guest_to_internet_ipv4 ... ok
6692026-05-07T14:29:51.542Ztest guest_to_guest_diff_vpc_no_peer ... ok
6702026-05-07T14:29:51.542Ztest guest_to_internet_ipv6 ... ok
6712026-05-07T14:29:51.543Ztest icmp_inner_has_nat_applied ... ok
6722026-05-07T14:29:51.543Ztest icmpv6_inner_has_nat_applied ... ok
6732026-05-07T14:29:51.543Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-05-07T14:29:51.543Ztest external_ip_balanced_over_floating_ips ... ok
6752026-05-07T14:29:51.543Ztest guest_to_guest ... ok
6762026-05-07T14:29:51.543Ztest intra_subnet_routes_with_custom ... ok
6772026-05-07T14:29:51.543Ztest external_ip_receive_and_reply_on_all ... ok
6782026-05-07T14:29:51.543Ztest outbound_ndp_dropped ... ok
6792026-05-07T14:29:51.543Ztest no_panic_on_flow_table_full ... ok
6802026-05-07T14:29:51.543Ztest packet_body_pullup ... ok
6812026-05-07T14:29:51.543Ztest internal_attached_subnets ... ok
6822026-05-07T14:29:51.543Ztest port_transition_reset ... ok
6832026-05-07T14:29:51.543Ztest port_transition_running ... ok
6842026-05-07T14:29:51.543Ztest port_as_router_target ... ok
6852026-05-07T14:29:51.543Ztest port_transition_pause ... ok
6862026-05-07T14:29:51.543Ztest tcp_invalidation_does_not_block_connection ... ok
6872026-05-07T14:29:51.543Ztest test_drop_on_unknown_critical_option ... ok
6882026-05-07T14:29:51.543Ztest select_eip_conditioned_on_igw ... ok
6892026-05-07T14:29:51.543Ztest snat_icmp6_echo_rewrite ... ok
6902026-05-07T14:29:51.543Ztest snat_icmp4_echo_rewrite ... ok
6912026-05-07T14:29:51.543Ztest tcp_inbound ... ok
6922026-05-07T14:29:51.543Ztest tcp_outbound ... ok
6932026-05-07T14:29:51.543Ztest test_ipv6_multicast_encapsulation ... ok
6942026-05-07T14:29:51.543Ztest test_gateway_neighbor_advert_reply ... ok
6952026-05-07T14:29:51.543Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-05-07T14:29:51.543Ztest test_tcp_multicast_denied ... ok
6972026-05-07T14:29:51.543Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-05-07T14:29:51.543Ztest uft_lft_invalidation_out ... ok
6992026-05-07T14:29:51.543Ztest uft_lft_invalidation_in ... ok
7002026-05-07T14:29:51.543Z
7012026-05-07T14:29:51.543Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-05-07T14:29:51.543Z
7032026-05-07T14:29:51.543Z Doc-tests oxide_vpc
7042026-05-07T14:29:51.844Z
7052026-05-07T14:29:51.844Zrunning 0 tests
7062026-05-07T14:29:51.844Z
7072026-05-07T14:29:51.844Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-07T14:29:51.844Z
7092026-05-07T14:29:51.873Z
7102026-05-07T14:29:51.873Zreal 54.147265279
7112026-05-07T14:29:51.873Zuser 3:14.799598824
7122026-05-07T14:29:51.873Zsys 11.835886915
7132026-05-07T14:29:51.873Ztrap 0.093026165
7142026-05-07T14:29:51.873Ztflt 0.141887325
7152026-05-07T14:29:51.873Zdflt 0.345228947
7162026-05-07T14:29:51.876Zkflt 0.000049757
7172026-05-07T14:29:51.876Zlock 12:44.853329462
7182026-05-07T14:29:51.876Zslp 6:37.287290999
7192026-05-07T14:29:51.876Zlat 9.517620744
7202026-05-07T14:29:51.877Zstop 6.189261203
7212026-05-07T14:29:51.877Zprocess exited: duration 118910 ms, exit code 0
 
7222026-05-07T14:29:51.883Zfound 0 output files