01KVY2WK8HK7B75DX14QQGGYX0: oxide-vpc

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

Buildomat Job: 01KVY2X7Y4EC6Z5H8669Z97B98

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:30.317Zjob assigned to worker 01KVY2XCDTZPBXVRJWWRBH6FH5 [factory aws, i-03ddd0b564790d8c5] (queued for 55 s)
 
22026-06-25T00:30:36.864Zstarting task 0: "setup"
32026-06-25T00:30:36.870Z++ uname -s
42026-06-25T00:30:36.874Z+ kern=SunOS
52026-06-25T00:30:36.874Z+ build_user=build
62026-06-25T00:30:36.874Z+ build_uid=12345
72026-06-25T00:30:36.874Z+ work_dir=/work
82026-06-25T00:30:36.874Z+ input_dir=/input
92026-06-25T00:30:36.874Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:36.874Z+ case "$kern" in
112026-06-25T00:30:36.874Z+ groupadd -g 12345 build
122026-06-25T00:30:36.874Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:38.881Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:38.964Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:38.968Z+ home_fs=zfs
162026-06-25T00:30:38.968Z+ [[ zfs == autofs ]]
172026-06-25T00:30:38.968Z+ mkdir -p /home/build
182026-06-25T00:30:38.968Z+ chown build:build /home/build /work
192026-06-25T00:30:40.968Z+ chmod 0700 /home/build /work
202026-06-25T00:30:40.970Zprocess exited: duration 4106 ms, exit code 0
 
212026-06-25T00:30:40.976Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:40.981Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:30:40.981Z * rust toolchain channel = "1.96.0"
242026-06-25T00:30:40.981Z * rust toolchain profile = "default"
252026-06-25T00:30:40.981Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-25T00:30:40.981Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T00:30:40.981Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T00:30:40.984Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:40.984Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:30:41.064Zinfo: downloading installer
312026-06-25T00:30:42.531Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:30:42.531Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:30:42.531Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:30:42.531Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:30:42.545Zinfo: profile set to default
362026-06-25T00:30:42.545Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:30:42.548Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:30:42.713Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:30:42.718Zinfo: downloading 6 components
402026-06-25T00:30:58.241Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:30:58.241Z
422026-06-25T00:30:58.278Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:30:58.278Z
442026-06-25T00:30:58.278Z
452026-06-25T00:30:58.278ZRust is installed now. Great!
462026-06-25T00:30:58.278Z
472026-06-25T00:30:58.278ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:30:58.279Zenvironment variable. This has not been done automatically.
492026-06-25T00:30:58.279Z
502026-06-25T00:30:58.279ZTo configure your current shell, you need to source
512026-06-25T00:30:58.279Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:30:58.279Z
532026-06-25T00:30:58.279ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:30:58.279Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:30:58.279Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:30:58.280Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:30:58.280Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:30:58.280Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:30:58.280Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:30:58.285Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:30:58.285Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:30:58.389Z+ rustup --version
632026-06-25T00:30:58.409Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:30:58.409Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:30:58.416Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:30:58.422Z+ cargo --version
672026-06-25T00:30:58.434Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:30:58.444Z+ rustc --version
692026-06-25T00:30:58.857Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:30:58.857Zprocess exited: duration 17476 ms, exit code 0
 
712026-06-25T00:30:58.863Zstarting task 2: "authentication"
722026-06-25T00:30:58.881Zprocess exited: duration 18 ms, exit code 0
 
732026-06-25T00:30:58.889Zstarting task 3: "clone repository"
742026-06-25T00:30:58.892Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T00:30:58.902Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T00:30:58.924ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T00:30:59.736Z+ cd /work/oxidecomputer/opte
782026-06-25T00:30:59.738Z+ git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390
792026-06-25T00:30:59.958ZFrom https://github.com/oxidecomputer/opte
802026-06-25T00:30:59.958Z * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD
812026-06-25T00:30:59.963Z+ [[ -n '' ]]
822026-06-25T00:30:59.963Z+ git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390
832026-06-25T00:30:59.981ZHEAD is now at 01717c3 Fixups for XDE
842026-06-25T00:30:59.984Zprocess exited: duration 1094 ms, exit code 0
 
852026-06-25T00:30:59.990Zstarting task 4: "build"
862026-06-25T00:30:59.993Z+ source .github/buildomat/common.sh
872026-06-25T00:30:59.996Z++ rustup show active-toolchain
882026-06-25T00:30:59.999Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T00:31:00.002Z++ pushd xde
902026-06-25T00:31:00.002Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T00:31:00.002Z++ rustup show active-toolchain
922026-06-25T00:31:00.004Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
932026-06-25T00:31:00.177Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
942026-06-25T00:31:00.180Zinfo: downloading 6 components
952026-06-25T00:31:16.031Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T00:31:16.129Z+++ rustup show active-toolchain -v
972026-06-25T00:31:16.132Z+++ head -n 1
982026-06-25T00:31:16.132Z+++ cut '-d ' -f1
992026-06-25T00:31:16.189Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1002026-06-25T00:31:16.189Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1012026-06-25T00:31:16.189Z++ popd
1022026-06-25T00:31:16.189Z/work/oxidecomputer/opte
1032026-06-25T00:31:16.192Z+ cargo --version
1042026-06-25T00:31:16.198Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T00:31:16.201Z+ rustc --version
1062026-06-25T00:31:16.221Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T00:31:16.224Z+ cd lib/oxide-vpc
1082026-06-25T00:31:16.224Z+ header 'check style'
1092026-06-25T00:31:16.224Z+ echo '# ==== check style ==== #'
1102026-06-25T00:31:16.224Z# ==== check style ==== #
1112026-06-25T00:31:16.224Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1122026-06-25T00:31:16.350Z
1132026-06-25T00:31:16.350Zreal 0.124179550
1142026-06-25T00:31:16.350Zuser 0.087952231
1152026-06-25T00:31:16.350Zsys 0.031839251
1162026-06-25T00:31:16.350Ztrap 0.000026277
1172026-06-25T00:31:16.350Ztflt 0.000016916
1182026-06-25T00:31:16.353Zdflt 0.000013458
1192026-06-25T00:31:16.353Zkflt 0.000000000
1202026-06-25T00:31:16.353Zlock 0.031359506
1212026-06-25T00:31:16.353Zslp 0.102699328
1222026-06-25T00:31:16.353Zlat 0.000858211
1232026-06-25T00:31:16.353Zstop 0.000105311
1242026-06-25T00:31:16.354Z+ header 'check docs'
1252026-06-25T00:31:16.354Z+ echo '# ==== check docs ==== #'
1262026-06-25T00:31:16.354Z# ==== check docs ==== #
1272026-06-25T00:31:16.354Z+ RUSTDOCFLAGS='-D warnings'
1282026-06-25T00:31:16.354Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-06-25T00:31:16.424Z Updating crates.io index
1302026-06-25T00:31:16.427Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-06-25T00:31:17.101Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-06-25T00:31:17.376Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-25T00:31:17.702Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-06-25T00:31:17.969Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-06-25T00:31:18.204Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-06-25T00:31:18.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-06-25T00:31:20.743Z Downloading crates ...
1382026-06-25T00:31:20.804Z Downloaded bitflags v2.13.0
1392026-06-25T00:31:20.813Z Downloaded managed v0.8.0
1402026-06-25T00:31:20.816Z Downloaded block-buffer v0.10.4
1412026-06-25T00:31:20.821Z Downloaded heapless v0.8.0
1422026-06-25T00:31:20.825Z Downloaded memmap2 v0.9.10
1432026-06-25T00:31:20.825Z Downloaded serde_core v1.0.228
1442026-06-25T00:31:20.832Z Downloaded dtrace-parser v0.3.0
1452026-06-25T00:31:20.841Z Downloaded crypto-common v0.1.7
1462026-06-25T00:31:20.845Z Downloaded cfg-if v1.0.4
1472026-06-25T00:31:20.849Z Downloaded plain v0.2.3
1482026-06-25T00:31:20.856Z Downloaded bitflags v1.3.2
1492026-06-25T00:31:20.859Z Downloaded digest v0.10.7
1502026-06-25T00:31:20.859Z Downloaded macaddr v1.0.1
1512026-06-25T00:31:20.863Z Downloaded crc32fast v1.5.0
1522026-06-25T00:31:20.866Z Downloaded itertools v0.14.0
1532026-06-25T00:31:20.869Z Downloaded darling v0.21.3
1542026-06-25T00:31:20.872Z Downloaded either v1.16.0
1552026-06-25T00:31:20.872Z Downloaded byteorder v1.5.0
1562026-06-25T00:31:20.872Z Downloaded aho-corasick v1.1.4
1572026-06-25T00:31:20.876Z Downloaded pretty-hex v0.4.2
1582026-06-25T00:31:20.880Z Downloaded defmt-parser v1.0.0
1592026-06-25T00:31:20.880Z Downloaded dyn-clone v1.0.20
1602026-06-25T00:31:20.884Z Downloaded ref-cast-impl v1.0.25
1612026-06-25T00:31:20.888Z Downloaded usdt v0.6.0
1622026-06-25T00:31:20.891Z Downloaded defmt v0.3.100
1632026-06-25T00:31:20.891Z Downloaded ident_case v1.0.1
1642026-06-25T00:31:20.891Z Downloaded embedded-io v0.4.0
1652026-06-25T00:31:20.894Z Downloaded fnv v1.0.7
1662026-06-25T00:31:20.894Z Downloaded itoa v1.0.18
1672026-06-25T00:31:20.894Z Downloaded cpufeatures v0.2.17
1682026-06-25T00:31:20.894Z Downloaded darling_macro v0.21.3
1692026-06-25T00:31:20.898Z Downloaded generic-array v0.14.7
1702026-06-25T00:31:20.901Z Downloaded dof v0.4.0
1712026-06-25T00:31:20.901Z Downloaded stable_deref_trait v1.2.1
1722026-06-25T00:31:20.904Z Downloaded ref-cast v1.0.25
1732026-06-25T00:31:20.907Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-06-25T00:31:20.915Z Downloaded usdt-attr-macro v0.6.0
1752026-06-25T00:31:20.923Z Downloaded cobs v0.3.0
1762026-06-25T00:31:20.927Z Downloaded hash32 v0.3.1
1772026-06-25T00:31:20.934Z Downloaded embedded-io v0.6.1
1782026-06-25T00:31:20.937Z Downloaded strsim v0.11.1
1792026-06-25T00:31:20.937Z Downloaded thread-id v5.1.0
1802026-06-25T00:31:20.937Z Downloaded usdt-macro v0.6.0
1812026-06-25T00:31:20.948Z Downloaded scroll_derive v0.13.1
1822026-06-25T00:31:20.952Z Downloaded tabwriter v1.4.1
1832026-06-25T00:31:20.955Z Downloaded version_check v0.9.5
1842026-06-25T00:31:20.957Z Downloaded thiserror v2.0.18
1852026-06-25T00:31:20.962Z Downloaded sha2 v0.10.9
1862026-06-25T00:31:20.966Z Downloaded ipnetwork v0.21.1
1872026-06-25T00:31:20.970Z Downloaded defmt-macros v1.1.0
1882026-06-25T00:31:20.973Z Downloaded quote v1.0.45
1892026-06-25T00:31:20.977Z Downloaded ingot v0.1.1
1902026-06-25T00:31:20.977Z Downloaded proc-macro-error2 v2.0.1
1912026-06-25T00:31:20.984Z Downloaded serde_tokenstream v0.2.3
1922026-06-25T00:31:20.986Z Downloaded usdt-impl v0.6.0
1932026-06-25T00:31:20.989Z Downloaded darling_macro v0.23.0
1942026-06-25T00:31:20.990Z Downloaded ingot-types v0.1.2
1952026-06-25T00:31:20.995Z Downloaded thiserror-impl v2.0.18
1962026-06-25T00:31:21.030Z Downloaded scroll v0.13.0
1972026-06-25T00:31:21.034Z Downloaded zmij v1.0.21
1982026-06-25T00:31:21.034Z Downloaded ingot-macros v0.1.1
1992026-06-25T00:31:21.034Z Downloaded defmt v1.1.0
2002026-06-25T00:31:21.034Z Downloaded pest_derive v2.8.6
2012026-06-25T00:31:21.034Z Downloaded darling v0.23.0
2022026-06-25T00:31:21.034Z Downloaded ucd-trie v0.1.7
2032026-06-25T00:31:21.039Z Downloaded postcard v1.1.3
2042026-06-25T00:31:21.047Z Downloaded log v0.4.32
2052026-06-25T00:31:21.050Z Downloaded pest_generator v2.8.6
2062026-06-25T00:31:21.054Z Downloaded memchr v2.8.2
2072026-06-25T00:31:21.057Z Downloaded unicode-ident v1.0.24
2082026-06-25T00:31:21.071Z Downloaded proc-macro2 v1.0.106
2092026-06-25T00:31:21.077Z Downloaded pest_meta v2.8.6
2102026-06-25T00:31:21.080Z Downloaded uuid v1.23.3
2112026-06-25T00:31:21.086Z Downloaded serde_derive v1.0.228
2122026-06-25T00:31:21.089Z Downloaded darling_core v0.23.0
2132026-06-25T00:31:21.113Z Downloaded darling_core v0.21.3
2142026-06-25T00:31:21.120Z Downloaded zerocopy-derive v0.8.52
2152026-06-25T00:31:21.125Z Downloaded serde v1.0.228
2162026-06-25T00:31:21.129Z Downloaded typenum v1.20.1
2172026-06-25T00:31:21.146Z Downloaded pest v2.8.6
2182026-06-25T00:31:21.174Z Downloaded itertools v0.15.0
2192026-06-25T00:31:21.182Z Downloaded regex v1.12.4
2202026-06-25T00:31:21.194Z Downloaded serde_json v1.0.150
2212026-06-25T00:31:21.254Z Downloaded unicode-width v0.2.2
2222026-06-25T00:31:21.267Z Downloaded zerocopy v0.8.52
2232026-06-25T00:31:21.277Z Downloaded goblin v0.10.7
2242026-06-25T00:31:21.280Z Downloaded smoltcp v0.11.0
2252026-06-25T00:31:21.286Z Downloaded syn v2.0.117
2262026-06-25T00:31:21.293Z Downloaded regex-syntax v0.8.11
2272026-06-25T00:31:21.331Z Downloaded regex-automata v0.4.14
2282026-06-25T00:31:21.348Z Downloaded libc v0.2.186
2292026-06-25T00:31:21.407Z Compiling proc-macro2 v1.0.106
2302026-06-25T00:31:21.410Z Compiling quote v1.0.45
2312026-06-25T00:31:21.410Z Compiling unicode-ident v1.0.24
2322026-06-25T00:31:21.410Z Compiling ident_case v1.0.1
2332026-06-25T00:31:21.410Z Documenting unicode-ident v1.0.24
2342026-06-25T00:31:21.410Z Compiling strsim v0.11.1
2352026-06-25T00:31:21.410Z Compiling serde_core v1.0.228
2362026-06-25T00:31:21.567Z Compiling fnv v1.0.7
2372026-06-25T00:31:21.589Z Compiling memchr v2.8.2
2382026-06-25T00:31:21.595Z Compiling serde v1.0.228
2392026-06-25T00:31:21.760Z Compiling zerocopy v0.8.52
2402026-06-25T00:31:21.826Z Compiling thiserror v2.0.18
2412026-06-25T00:31:21.866Z Compiling regex-syntax v0.8.11
2422026-06-25T00:31:22.029Z Documenting proc-macro2 v1.0.106
2432026-06-25T00:31:22.150Z Compiling aho-corasick v1.1.4
2442026-06-25T00:31:22.276Z Checking byteorder v1.5.0
2452026-06-25T00:31:22.424Z Checking syn v2.0.117
2462026-06-25T00:31:22.501Z Compiling either v1.16.0
2472026-06-25T00:31:22.612Z Documenting quote v1.0.45
2482026-06-25T00:31:22.706Z Compiling itertools v0.14.0
2492026-06-25T00:31:23.123Z Documenting syn v2.0.117
2502026-06-25T00:31:23.302Z Compiling regex-automata v0.4.14
2512026-06-25T00:31:23.553Z Compiling heapless v0.8.0
2522026-06-25T00:31:23.912Z Checking bitflags v2.13.0
2532026-06-25T00:31:23.936Z Checking hash32 v0.3.1
2542026-06-25T00:31:24.016Z Documenting serde_core v1.0.228
2552026-06-25T00:31:24.044Z Checking stable_deref_trait v1.2.1
2562026-06-25T00:31:24.068Z Documenting memchr v2.8.2
2572026-06-25T00:31:24.106Z Checking cfg-if v1.0.4
2582026-06-25T00:31:24.164Z Checking macaddr v1.0.1
2592026-06-25T00:31:24.307Z Compiling smoltcp v0.11.0
2602026-06-25T00:31:24.432Z Documenting regex-syntax v0.8.11
2612026-06-25T00:31:24.718Z Documenting aho-corasick v1.1.4
2622026-06-25T00:31:24.738Z Checking darling_core v0.21.3
2632026-06-25T00:31:25.470Z Compiling regex v1.12.4
2642026-06-25T00:31:25.724Z Compiling darling_core v0.23.0
2652026-06-25T00:31:25.753Z Documenting regex-automata v0.4.14
2662026-06-25T00:31:25.890Z Checking bitflags v1.3.2
2672026-06-25T00:31:25.914Z Checking managed v0.8.0
2682026-06-25T00:31:26.098Z Documenting zerocopy-derive v0.8.52
2692026-06-25T00:31:26.155Z Documenting serde_derive v1.0.228
2702026-06-25T00:31:26.198Z Compiling serde_derive v1.0.228
2712026-06-25T00:31:26.275Z Compiling zerocopy-derive v0.8.52
2722026-06-25T00:31:26.941Z Compiling thiserror-impl v2.0.18
2732026-06-25T00:31:27.225Z Documenting thiserror-impl v2.0.18
2742026-06-25T00:31:27.233Z Documenting regex v1.12.4
2752026-06-25T00:31:27.311Z Compiling crc32fast v1.5.0
2762026-06-25T00:31:27.411Z Compiling darling_macro v0.21.3
2772026-06-25T00:31:27.611Z Compiling ref-cast v1.0.25
2782026-06-25T00:31:27.879Z Compiling darling_macro v0.23.0
2792026-06-25T00:31:27.937Z Documenting byteorder v1.5.0
2802026-06-25T00:31:27.991Z Compiling darling v0.21.3
2812026-06-25T00:31:28.066Z Compiling ingot-macros v0.1.1
2822026-06-25T00:31:28.160Z Documenting ingot-macros v0.1.1
2832026-06-25T00:31:28.199Z Documenting thiserror v2.0.18
2842026-06-25T00:31:28.277Z Checking cobs v0.3.0
2852026-06-25T00:31:28.474Z Documenting zerocopy v0.8.52
2862026-06-25T00:31:28.490Z Documenting hash32 v0.3.1
2872026-06-25T00:31:28.518Z Compiling ref-cast-impl v1.0.25
2882026-06-25T00:31:29.021Z Documenting serde v1.0.228
2892026-06-25T00:31:29.129Z Documenting bitflags v2.13.0
2902026-06-25T00:31:29.326Z Checking postcard v1.1.3
2912026-06-25T00:31:29.379Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2922026-06-25T00:31:29.602Z Checking uuid v1.23.3
2932026-06-25T00:31:29.646Z Documenting cfg-if v1.0.4
2942026-06-25T00:31:29.772Z Checking unicode-width v0.2.2
2952026-06-25T00:31:29.865Z Documenting stable_deref_trait v1.2.1
2962026-06-25T00:31:29.940Z Documenting macaddr v1.0.1
2972026-06-25T00:31:30.158Z Checking ipnetwork v0.21.1
2982026-06-25T00:31:30.181Z Compiling version_check v0.9.5
2992026-06-25T00:31:30.329Z Documenting cobs v0.3.0
3002026-06-25T00:31:30.449Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3012026-06-25T00:31:30.567Z Compiling darling v0.23.0
3022026-06-25T00:31:30.616Z Documenting heapless v0.8.0
3032026-06-25T00:31:30.644Z Documenting managed v0.8.0
3042026-06-25T00:31:30.768Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3052026-06-25T00:31:30.822Z Checking itertools v0.15.0
3062026-06-25T00:31:30.829Z Checking ingot-types v0.1.2
3072026-06-25T00:31:31.025Z Documenting postcard v1.1.3
3082026-06-25T00:31:31.179Z Checking ingot v0.1.1
3092026-06-25T00:31:31.531Z Checking tabwriter v1.4.1
3102026-06-25T00:31:31.562Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-06-25T00:31:31.609Z Documenting ingot-types v0.1.2
3122026-06-25T00:31:31.671Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3132026-06-25T00:31:31.683Z Documenting uuid v1.23.3
3142026-06-25T00:31:31.770Z Documenting ref-cast-impl v1.0.25
3152026-06-25T00:31:31.844Z Documenting smoltcp v0.11.0
3162026-06-25T00:31:32.071Z Documenting either v1.16.0
3172026-06-25T00:31:32.260Z Documenting ipnetwork v0.21.1
3182026-06-25T00:31:32.329Z Documenting unicode-width v0.2.2
3192026-06-25T00:31:32.560Z Checking dyn-clone v1.0.20
3202026-06-25T00:31:32.659Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-06-25T00:31:32.811Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-06-25T00:31:32.852Z Documenting ingot v0.1.1
3232026-06-25T00:31:33.055Z Documenting ref-cast v1.0.25
3242026-06-25T00:31:33.303Z Documenting itertools v0.15.0
3252026-06-25T00:31:33.692Z Documenting crc32fast v1.5.0
3262026-06-25T00:31:33.784Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-25T00:31:33.926Z Documenting dyn-clone v1.0.20
3282026-06-25T00:31:34.187Z Documenting tabwriter v1.4.1
3292026-06-25T00:31:34.728Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3302026-06-25T00:31:34.860Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3312026-06-25T00:31:35.844Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3322026-06-25T00:31:37.549Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3332026-06-25T00:31:39.934Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3342026-06-25T00:31:41.627Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.26s
3352026-06-25T00:31:41.708Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3362026-06-25T00:31:41.731Z
3372026-06-25T00:31:41.741Zreal 25.360262529
3382026-06-25T00:31:41.741Zuser 1:23.935150705
3392026-06-25T00:31:41.741Zsys 17.518630648
3402026-06-25T00:31:41.741Ztrap 0.049011874
3412026-06-25T00:31:41.741Ztflt 0.071723117
3422026-06-25T00:31:41.741Zdflt 0.104753438
3432026-06-25T00:31:41.741Zkflt 0.004607794
3442026-06-25T00:31:41.741Zlock 9:11.889505408
3452026-06-25T00:31:41.741Zslp 4:49.484123871
3462026-06-25T00:31:41.742Zlat 8.212401738
3472026-06-25T00:31:41.742Zstop 13.726352053
3482026-06-25T00:31:41.742Z+ header 'analyze std + api + usdt'
3492026-06-25T00:31:41.742Z+ echo '# ==== analyze std + api + usdt ==== #'
3502026-06-25T00:31:41.742Z# ==== analyze std + api + usdt ==== #
3512026-06-25T00:31:41.742Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3522026-06-25T00:31:41.924Z Downloading crates ...
3532026-06-25T00:31:41.985Z Downloaded anyhow v1.0.102
3542026-06-25T00:31:41.988Z Downloaded futures-io v0.3.32
3552026-06-25T00:31:41.991Z Downloaded ctor v0.10.1
3562026-06-25T00:31:41.991Z Downloaded futures-channel v0.3.32
3572026-06-25T00:31:42.002Z Downloaded typeid v1.0.3
3582026-06-25T00:31:42.005Z Downloaded nom v8.0.0
3592026-06-25T00:31:42.005Z Downloaded circular v0.3.0
3602026-06-25T00:31:42.005Z Downloaded dtor v0.8.1
3612026-06-25T00:31:42.005Z Downloaded rusticata-macros v5.0.0
3622026-06-25T00:31:42.009Z Downloaded ctor-proc-macro v0.0.13
3632026-06-25T00:31:42.009Z Downloaded futures-core v0.3.32
3642026-06-25T00:31:42.013Z Downloaded link-section v0.2.1
3652026-06-25T00:31:42.016Z Downloaded futures-task v0.3.32
3662026-06-25T00:31:42.016Z Downloaded dtor-proc-macro v0.0.13
3672026-06-25T00:31:42.016Z Downloaded slab v0.4.12
3682026-06-25T00:31:42.016Z Downloaded futures-executor v0.3.32
3692026-06-25T00:31:42.020Z Downloaded cookie-factory v0.3.3
3702026-06-25T00:31:42.020Z Downloaded futures-sink v0.3.32
3712026-06-25T00:31:42.020Z Downloaded pin-project-lite v0.2.17
3722026-06-25T00:31:42.023Z Downloaded once_cell v1.21.4
3732026-06-25T00:31:42.026Z Downloaded futures-macro v0.3.32
3742026-06-25T00:31:42.030Z Downloaded futures v0.3.32
3752026-06-25T00:31:42.045Z Downloaded ron v0.12.1
3762026-06-25T00:31:42.052Z Downloaded pcap-parser v0.17.0
3772026-06-25T00:31:42.055Z Downloaded futures-util v0.3.32
3782026-06-25T00:31:42.110Z Compiling proc-macro2 v1.0.106
3792026-06-25T00:31:42.110Z Compiling quote v1.0.45
3802026-06-25T00:31:42.114Z Compiling unicode-ident v1.0.24
3812026-06-25T00:31:42.114Z Compiling memchr v2.8.2
3822026-06-25T00:31:42.114Z Compiling thiserror v2.0.18
3832026-06-25T00:31:42.114Z Compiling serde_core v1.0.228
3842026-06-25T00:31:42.114Z Compiling zerocopy v0.8.52
3852026-06-25T00:31:42.136Z Compiling zmij v1.0.21
3862026-06-25T00:31:42.456Z Compiling libc v0.2.186
3872026-06-25T00:31:42.483Z Compiling serde_json v1.0.150
3882026-06-25T00:31:42.487Z Compiling ident_case v1.0.1
3892026-06-25T00:31:42.560Z Compiling ucd-trie v0.1.7
3902026-06-25T00:31:42.593Z Compiling strsim v0.11.1
3912026-06-25T00:31:42.683Z Compiling pest v2.8.6
3922026-06-25T00:31:42.704Z Compiling serde v1.0.228
3932026-06-25T00:31:43.028Z Compiling fnv v1.0.7
3942026-06-25T00:31:43.102Z Compiling aho-corasick v1.1.4
3952026-06-25T00:31:43.130Z Checking byteorder v1.5.0
3962026-06-25T00:31:43.323Z Compiling syn v2.0.117
3972026-06-25T00:31:43.346Z Compiling itoa v1.0.18
3982026-06-25T00:31:43.382Z Compiling regex-syntax v0.8.11
3992026-06-25T00:31:43.703Z Compiling pest_meta v2.8.6
4002026-06-25T00:31:43.932Z Compiling either v1.16.0
4012026-06-25T00:31:43.945Z Compiling usdt-impl v0.6.0
4022026-06-25T00:31:44.009Z Checking bitflags v2.13.0
4032026-06-25T00:31:44.134Z Compiling itertools v0.14.0
4042026-06-25T00:31:44.376Z Compiling thread-id v5.1.0
4052026-06-25T00:31:44.651Z Checking plain v0.2.3
4062026-06-25T00:31:44.741Z Checking futures-sink v0.3.32
4072026-06-25T00:31:44.763Z Compiling heapless v0.8.0
4082026-06-25T00:31:44.831Z Compiling regex-automata v0.4.14
4092026-06-25T00:31:44.985Z Checking log v0.4.32
4102026-06-25T00:31:45.026Z Checking futures-core v0.3.32
4112026-06-25T00:31:45.144Z Checking futures-channel v0.3.32
4122026-06-25T00:31:45.370Z Checking hash32 v0.3.1
4132026-06-25T00:31:45.455Z Checking futures-task v0.3.32
4142026-06-25T00:31:45.487Z Checking cfg-if v1.0.4
4152026-06-25T00:31:45.494Z Checking macaddr v1.0.1
4162026-06-25T00:31:45.562Z Checking pin-project-lite v0.2.17
4172026-06-25T00:31:45.608Z Checking futures-io v0.3.32
4182026-06-25T00:31:45.644Z Compiling smoltcp v0.11.0
4192026-06-25T00:31:45.710Z Checking pretty-hex v0.4.2
4202026-06-25T00:31:45.715Z Checking stable_deref_trait v1.2.1
4212026-06-25T00:31:45.777Z Compiling pest_generator v2.8.6
4222026-06-25T00:31:45.822Z Compiling darling_core v0.21.3
4232026-06-25T00:31:45.875Z Compiling darling_core v0.23.0
4242026-06-25T00:31:45.879Z Checking slab v0.4.12
4252026-06-25T00:31:46.326Z Checking managed v0.8.0
4262026-06-25T00:31:46.359Z Compiling crc32fast v1.5.0
4272026-06-25T00:31:46.401Z Compiling ref-cast v1.0.25
4282026-06-25T00:31:46.507Z Checking bitflags v1.3.2
4292026-06-25T00:31:46.569Z Compiling regex v1.12.4
4302026-06-25T00:31:46.640Z Compiling version_check v0.9.5
4312026-06-25T00:31:46.911Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4322026-06-25T00:31:46.963Z Checking memmap2 v0.9.10
4332026-06-25T00:31:46.996Z Compiling thiserror-impl v2.0.18
4342026-06-25T00:31:47.120Z Compiling serde_derive v1.0.228
4352026-06-25T00:31:47.151Z Compiling zerocopy-derive v0.8.52
4362026-06-25T00:31:47.443Z Compiling pest_derive v2.8.6
4372026-06-25T00:31:47.935Z Compiling darling_macro v0.21.3
4382026-06-25T00:31:47.944Z Compiling scroll_derive v0.13.1
4392026-06-25T00:31:47.966Z Compiling futures-macro v0.3.32
4402026-06-25T00:31:47.978Z Compiling darling_macro v0.23.0
4412026-06-25T00:31:48.045Z Compiling ref-cast-impl v1.0.25
4422026-06-25T00:31:48.392Z Compiling dtrace-parser v0.3.0
4432026-06-25T00:31:48.478Z Compiling darling v0.21.3
4442026-06-25T00:31:48.557Z Checking cobs v0.3.0
4452026-06-25T00:31:48.623Z Compiling ingot-macros v0.1.1
4462026-06-25T00:31:48.741Z Checking scroll v0.13.0
4472026-06-25T00:31:48.772Z Checking futures-util v0.3.32
4482026-06-25T00:31:48.886Z Compiling darling v0.23.0
4492026-06-25T00:31:48.957Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-06-25T00:31:48.961Z Checking goblin v0.10.7
4512026-06-25T00:31:48.988Z Checking uuid v1.23.3
4522026-06-25T00:31:49.257Z Checking unicode-width v0.2.2
4532026-06-25T00:31:49.274Z Checking ipnetwork v0.21.1
4542026-06-25T00:31:49.502Z Checking tabwriter v1.4.1
4552026-06-25T00:31:49.601Z Checking itertools v0.15.0
4562026-06-25T00:31:49.642Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4572026-06-25T00:31:50.330Z Checking postcard v1.1.3
4582026-06-25T00:31:50.485Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4592026-06-25T00:31:50.656Z Compiling serde_tokenstream v0.2.3
4602026-06-25T00:31:50.752Z Checking futures-executor v0.3.32
4612026-06-25T00:31:50.787Z Checking nom v8.0.0
4622026-06-25T00:31:50.897Z Checking futures v0.3.32
4632026-06-25T00:31:50.946Z Checking dyn-clone v1.0.20
4642026-06-25T00:31:50.966Z Compiling typeid v1.0.3
4652026-06-25T00:31:51.042Z Compiling anyhow v1.0.102
4662026-06-25T00:31:51.085Z Checking cookie-factory v0.3.3
4672026-06-25T00:31:51.241Z Compiling dtor-proc-macro v0.0.13
4682026-06-25T00:31:51.278Z Checking circular v0.3.0
4692026-06-25T00:31:51.321Z Checking ingot-types v0.1.2
4702026-06-25T00:31:51.344Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-06-25T00:31:51.359Z Compiling dof v0.4.0
4722026-06-25T00:31:51.527Z Checking link-section v0.2.1
4732026-06-25T00:31:51.555Z Checking once_cell v1.21.4
4742026-06-25T00:31:51.578Z Checking dtor v0.8.1
4752026-06-25T00:31:51.626Z Compiling ctor-proc-macro v0.0.13
4762026-06-25T00:31:51.666Z Checking ingot v0.1.1
4772026-06-25T00:31:51.678Z Checking ron v0.12.1
4782026-06-25T00:31:51.929Z Checking ctor v0.10.1
4792026-06-25T00:31:52.303Z Compiling usdt-attr-macro v0.6.0
4802026-06-25T00:31:52.306Z Compiling usdt-macro v0.6.0
4812026-06-25T00:31:52.718Z Checking rusticata-macros v5.0.0
4822026-06-25T00:31:52.843Z Checking pcap-parser v0.17.0
4832026-06-25T00:31:52.903Z Checking usdt v0.6.0
4842026-06-25T00:31:53.160Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4852026-06-25T00:31:57.855Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4862026-06-25T00:31:59.540Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4872026-06-25T00:32:01.899Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.11s
4882026-06-25T00:32:01.934Z
4892026-06-25T00:32:01.938Zreal 20.197059280
4902026-06-25T00:32:01.938Zuser 1:13.803168902
4912026-06-25T00:32:01.938Zsys 15.365636999
4922026-06-25T00:32:01.938Ztrap 0.042592649
4932026-06-25T00:32:01.938Ztflt 0.163048855
4942026-06-25T00:32:01.938Zdflt 0.173544993
4952026-06-25T00:32:01.938Zkflt 0.000008198
4962026-06-25T00:32:01.938Zlock 4:07.866928124
4972026-06-25T00:32:01.938Zslp 3:54.675243541
4982026-06-25T00:32:01.938Zlat 4.300312259
4992026-06-25T00:32:01.938Zstop 7.868098749
5002026-06-25T00:32:01.938Z+ header 'analyze no_std + engine + kernel'
5012026-06-25T00:32:01.938Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5022026-06-25T00:32:01.938Z# ==== analyze no_std + engine + kernel ==== #
5032026-06-25T00:32:01.938Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5042026-06-25T00:32:02.119Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-06-25T00:32:02.119Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-06-25T00:32:02.140Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5072026-06-25T00:32:02.145Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5082026-06-25T00:32:02.383Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5092026-06-25T00:32:06.316Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5102026-06-25T00:32:07.703Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.72s
5112026-06-25T00:32:07.734Z
5122026-06-25T00:32:07.735Zreal 5.793590218
5132026-06-25T00:32:07.735Zuser 5.992781735
5142026-06-25T00:32:07.738Zsys 1.057335641
5152026-06-25T00:32:07.738Ztrap 0.000841445
5162026-06-25T00:32:07.738Ztflt 0.007466056
5172026-06-25T00:32:07.738Zdflt 0.005502226
5182026-06-25T00:32:07.738Zkflt 0.000000000
5192026-06-25T00:32:07.738Zlock 25.593179457
5202026-06-25T00:32:07.738Zslp 21.391365253
5212026-06-25T00:32:07.738Zlat 0.016528361
5222026-06-25T00:32:07.738Zstop 0.253974651
5232026-06-25T00:32:07.738Z+ header test
5242026-06-25T00:32:07.738Z+ echo '# ==== test ==== #'
5252026-06-25T00:32:07.738Z# ==== test ==== #
5262026-06-25T00:32:07.738Z+ ptime -m cargo test
5272026-06-25T00:32:07.893Z Compiling memchr v2.8.2
5282026-06-25T00:32:07.896Z Compiling serde_core v1.0.228
5292026-06-25T00:32:07.916Z Compiling thiserror v2.0.18
5302026-06-25T00:32:07.921Z Compiling zerocopy v0.8.52
5312026-06-25T00:32:07.924Z Compiling byteorder v1.5.0
5322026-06-25T00:32:07.924Z Compiling unicode-ident v1.0.24
5332026-06-25T00:32:07.929Z Compiling zmij v1.0.21
5342026-06-25T00:32:07.932Z Compiling libc v0.2.186
5352026-06-25T00:32:08.002Z Compiling proc-macro2 v1.0.106
5362026-06-25T00:32:08.049Z Compiling scroll v0.13.0
5372026-06-25T00:32:08.137Z Compiling log v0.4.32
5382026-06-25T00:32:08.267Z Compiling plain v0.2.3
5392026-06-25T00:32:08.294Z Compiling itoa v1.0.18
5402026-06-25T00:32:08.317Z Compiling futures-sink v0.3.32
5412026-06-25T00:32:08.361Z Compiling futures-core v0.3.32
5422026-06-25T00:32:08.361Z Compiling ucd-trie v0.1.7
5432026-06-25T00:32:08.406Z Compiling quote v1.0.45
5442026-06-25T00:32:08.516Z Compiling pest v2.8.6
5452026-06-25T00:32:08.545Z Compiling futures-channel v0.3.32
5462026-06-25T00:32:08.779Z Compiling goblin v0.10.7
5472026-06-25T00:32:09.044Z Compiling hash32 v0.3.1
5482026-06-25T00:32:09.063Z Compiling stable_deref_trait v1.2.1
5492026-06-25T00:32:09.132Z Compiling slab v0.4.12
5502026-06-25T00:32:09.209Z Compiling futures-task v0.3.32
5512026-06-25T00:32:09.309Z Compiling cfg-if v1.0.4
5522026-06-25T00:32:09.373Z Compiling macaddr v1.0.1
5532026-06-25T00:32:09.393Z Compiling pin-project-lite v0.2.17
5542026-06-25T00:32:09.480Z Compiling pretty-hex v0.4.2
5552026-06-25T00:32:09.483Z Compiling futures-io v0.3.32
5562026-06-25T00:32:09.620Z Compiling futures-util v0.3.32
5572026-06-25T00:32:09.628Z Compiling dtrace-parser v0.3.0
5582026-06-25T00:32:09.667Z Compiling serde v1.0.228
5592026-06-25T00:32:09.899Z Compiling bitflags v2.13.0
5602026-06-25T00:32:10.227Z Compiling serde_json v1.0.150
5612026-06-25T00:32:10.307Z Compiling heapless v0.8.0
5622026-06-25T00:32:10.312Z Compiling syn v2.0.117
5632026-06-25T00:32:10.763Z Compiling ingot-types v0.1.2
5642026-06-25T00:32:10.778Z Compiling thread-id v5.1.0
5652026-06-25T00:32:10.853Z Compiling cobs v0.3.0
5662026-06-25T00:32:10.914Z Compiling managed v0.8.0
5672026-06-25T00:32:11.131Z Compiling bitflags v1.3.2
5682026-06-25T00:32:11.137Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5692026-06-25T00:32:11.173Z Compiling ingot v0.1.1
5702026-06-25T00:32:11.195Z Compiling smoltcp v0.11.0
5712026-06-25T00:32:11.360Z Compiling postcard v1.1.3
5722026-06-25T00:32:11.707Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-06-25T00:32:12.297Z Compiling dof v0.4.0
5742026-06-25T00:32:12.391Z Compiling futures-executor v0.3.32
5752026-06-25T00:32:12.997Z Compiling uuid v1.23.3
5762026-06-25T00:32:13.267Z Compiling usdt-impl v0.6.0
5772026-06-25T00:32:13.404Z Compiling memmap2 v0.9.10
5782026-06-25T00:32:13.410Z Compiling ipnetwork v0.21.1
5792026-06-25T00:32:13.624Z Compiling unicode-width v0.2.2
5802026-06-25T00:32:13.721Z Compiling either v1.16.0
5812026-06-25T00:32:13.901Z Compiling itertools v0.15.0
5822026-06-25T00:32:13.928Z Compiling tabwriter v1.4.1
5832026-06-25T00:32:13.928Z Compiling usdt v0.6.0
5842026-06-25T00:32:14.356Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5852026-06-25T00:32:14.546Z Compiling ref-cast v1.0.25
5862026-06-25T00:32:14.641Z Compiling futures v0.3.32
5872026-06-25T00:32:14.713Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5882026-06-25T00:32:14.888Z Compiling crc32fast v1.5.0
5892026-06-25T00:32:15.168Z Compiling nom v8.0.0
5902026-06-25T00:32:15.417Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5912026-06-25T00:32:15.432Z Compiling dyn-clone v1.0.20
5922026-06-25T00:32:15.626Z Compiling cookie-factory v0.3.3
5932026-06-25T00:32:15.949Z Compiling circular v0.3.0
5942026-06-25T00:32:16.161Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5952026-06-25T00:32:16.202Z Compiling dtor v0.8.1
5962026-06-25T00:32:16.288Z Compiling anyhow v1.0.102
5972026-06-25T00:32:16.398Z Compiling typeid v1.0.3
5982026-06-25T00:32:16.508Z Compiling link-section v0.2.1
5992026-06-25T00:32:16.655Z Compiling once_cell v1.21.4
6002026-06-25T00:32:16.819Z Compiling ctor v0.10.1
6012026-06-25T00:32:16.823Z Compiling ron v0.12.1
6022026-06-25T00:32:17.819Z Compiling rusticata-macros v5.0.0
6032026-06-25T00:32:18.140Z Compiling pcap-parser v0.17.0
6042026-06-25T00:32:21.051Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6052026-06-25T00:32:23.477Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6062026-06-25T00:33:02.427Z Finished `test` profile [optimized + debuginfo] target(s) in 54.68s
6072026-06-25T00:33:02.445Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-00e654183fa65627)
6082026-06-25T00:33:02.449Z
6092026-06-25T00:33:02.449Zrunning 15 tests
6102026-06-25T00:33:02.449Ztest api::tests::parse_good_proto_filter ... ok
6112026-06-25T00:33:02.449Ztest api::tests::parse_good_address ... ok
6122026-06-25T00:33:02.449Ztest api::tests::parse_bad_address ... ok
6132026-06-25T00:33:02.449Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6142026-06-25T00:33:02.449Ztest api::tests::parse_bad_proto_filter ... ok
6152026-06-25T00:33:02.450Ztest cfg::tests::test_required_nat_space ... ok
6162026-06-25T00:33:02.450Ztest api::tests::ports_from_str_good ... ok
6172026-06-25T00:33:02.450Ztest api::tests::ports_from_str_bad ... ok
6182026-06-25T00:33:02.450Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6192026-06-25T00:33:02.450Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6202026-06-25T00:33:02.450Ztest engine::geneve::test::parse_multi_opt ... ok
6212026-06-25T00:33:02.450Ztest engine::geneve::test::parse_single_opt ... ok
6222026-06-25T00:33:02.454Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6232026-06-25T00:33:02.454Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6242026-06-25T00:33:02.454Ztest engine::firewall::tests::port_predicate_simplification ... ok
6252026-06-25T00:33:02.454Z
6262026-06-25T00:33:02.454Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6272026-06-25T00:33:02.454Z
6282026-06-25T00:33:02.454Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7f883f4d1fc305a5)
6292026-06-25T00:33:02.454Z
6302026-06-25T00:33:02.454Zrunning 4 tests
6312026-06-25T00:33:02.454Ztest firewall_vni_outbound ... ok
6322026-06-25T00:33:02.454Ztest firewall_vni_inbound ... ok
6332026-06-25T00:33:02.454Ztest firewall_external_inbound ... ok
6342026-06-25T00:33:02.454Ztest firewall_replace_rules ... ok
6352026-06-25T00:33:02.454Z
6362026-06-25T00:33:02.454Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6372026-06-25T00:33:02.454Z
6382026-06-25T00:33:02.458Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-d741d1246d47e125)
6392026-06-25T00:33:02.458Z
6402026-06-25T00:33:02.458Zrunning 2 tests
6412026-06-25T00:33:02.458Ztest parse_out_regression ... ok
6422026-06-25T00:33:02.458Ztest parse_in_regression ... ok
6432026-06-25T00:33:02.458Z
6442026-06-25T00:33:02.458Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6452026-06-25T00:33:02.458Z
6462026-06-25T00:33:02.458Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c24e00b8357d89d0)
6472026-06-25T00:33:02.462Z
6482026-06-25T00:33:02.462Zrunning 48 tests
6492026-06-25T00:33:02.462Ztest bad_ip_len ... ok
6502026-06-25T00:33:02.462Ztest check_layers ... ok
6512026-06-25T00:33:02.462Ztest add_remove_fw_rule ... ok
6522026-06-25T00:33:02.462Ztest arp_gateway ... ok
6532026-06-25T00:33:02.462Ztest external_attached_subnets_cannot_reach_internal ... ok
6542026-06-25T00:33:02.462Ztest anti_spoof ... ok
6552026-06-25T00:33:02.462Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6562026-06-25T00:33:02.462Ztest external_attached_subnets_dont_apply_nat ... ok
6572026-06-25T00:33:02.462Ztest flow_expiration ... ok
6582026-06-25T00:33:02.462Ztest gateway_icmp4_ping ... ok
6592026-06-25T00:33:02.462Ztest early_tcp_invalidation ... ok
6602026-06-25T00:33:02.462Ztest external_ip_epoch_affinity_preserved ... ok
6612026-06-25T00:33:02.462Ztest gateway_icmpv6_ping ... ok
6622026-06-25T00:33:02.462Ztest gateway_router_advert_reply ... ok
6632026-06-25T00:33:02.462Ztest external_ip_reconfigurable ... ok
6642026-06-25T00:33:02.462Ztest guest_to_guest_diff_vpc_no_peer ... ok
6652026-06-25T00:33:02.462Ztest guest_to_guest ... ok
6662026-06-25T00:33:02.462Ztest guest_to_guest_no_route ... ok
6672026-06-25T00:33:02.463Ztest guest_to_internet_ipv4 ... ok
6682026-06-25T00:33:02.463Ztest guest_to_internet_ipv6 ... ok
6692026-06-25T00:33:02.463Ztest icmp_inner_has_nat_applied ... ok
6702026-06-25T00:33:02.463Ztest external_ip_receive_and_reply_on_all ... ok
6712026-06-25T00:33:02.463Ztest inbound_ndp_dropped_at_gateway ... ok
6722026-06-25T00:33:02.463Ztest icmpv6_inner_has_nat_applied ... ok
6732026-06-25T00:33:02.463Ztest outbound_ndp_dropped ... ok
6742026-06-25T00:33:02.463Ztest external_ip_balanced_over_floating_ips ... ok
6752026-06-25T00:33:02.463Ztest no_panic_on_flow_table_full ... ok
6762026-06-25T00:33:02.463Ztest intra_subnet_routes_with_custom ... ok
6772026-06-25T00:33:02.463Ztest packet_body_pullup ... ok
6782026-06-25T00:33:02.463Ztest internal_attached_subnets ... ok
6792026-06-25T00:33:02.463Ztest port_transition_reset ... ok
6802026-06-25T00:33:02.463Ztest port_transition_running ... ok
6812026-06-25T00:33:02.467Ztest port_as_router_target ... ok
6822026-06-25T00:33:02.467Ztest test_drop_on_unknown_critical_option ... ok
6832026-06-25T00:33:02.467Ztest port_transition_pause ... ok
6842026-06-25T00:33:02.467Ztest tcp_invalidation_does_not_block_connection ... ok
6852026-06-25T00:33:02.467Ztest snat_icmp4_echo_rewrite ... ok
6862026-06-25T00:33:02.467Ztest select_eip_conditioned_on_igw ... ok
6872026-06-25T00:33:02.467Ztest snat_icmp6_echo_rewrite ... ok
6882026-06-25T00:33:02.467Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6892026-06-25T00:33:02.467Ztest tcp_outbound ... ok
6902026-06-25T00:33:02.467Ztest tcp_inbound ... ok
6912026-06-25T00:33:02.467Ztest test_ipv6_multicast_encapsulation ... ok
6922026-06-25T00:33:02.467Ztest test_tcp_multicast_denied ... ok
6932026-06-25T00:33:02.467Ztest test_gateway_neighbor_advert_reply ... ok
6942026-06-25T00:33:02.467Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6952026-06-25T00:33:02.467Ztest uft_lft_invalidation_in ... ok
6962026-06-25T00:33:02.467Ztest uft_lft_invalidation_out ... ok
6972026-06-25T00:33:02.468Z
6982026-06-25T00:33:02.468Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6992026-06-25T00:33:02.468Z
7002026-06-25T00:33:02.468Z Doc-tests oxide_vpc
7012026-06-25T00:33:02.760Z
7022026-06-25T00:33:02.760Zrunning 0 tests
7032026-06-25T00:33:02.760Z
7042026-06-25T00:33:02.761Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-06-25T00:33:02.761Z
7062026-06-25T00:33:02.791Z
7072026-06-25T00:33:02.791Zreal 55.043772800
7082026-06-25T00:33:02.791Zuser 3:22.974644563
7092026-06-25T00:33:02.791Zsys 12.035192001
7102026-06-25T00:33:02.795Ztrap 0.098583112
7112026-06-25T00:33:02.795Ztflt 0.181685908
7122026-06-25T00:33:02.795Zdflt 0.476839174
7132026-06-25T00:33:02.795Zkflt 0.000028107
7142026-06-25T00:33:02.795Zlock 12:57.692205152
7152026-06-25T00:33:02.795Zslp 6:46.538015231
7162026-06-25T00:33:02.795Zlat 7.975582591
7172026-06-25T00:33:02.795Zstop 5.013110871
7182026-06-25T00:33:02.795Zprocess exited: duration 122799 ms, exit code 0
 
7192026-06-25T00:33:02.803Zfound 0 output files