01KVFJGDNMK1R2YCJKPFK6HVTD: oxide-vpc

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

Buildomat Job: 01KVFJGWK9DYG7BK44CKWPJZ33

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-19T09:14:47.582Zjob assigned to worker 01KVFJH16M08SXT22Y0YBT2PZ2 [factory aws, i-0f48b774ff2931752] (queued for 57 s)
 
22026-06-19T09:14:53.739Zstarting task 0: "setup"
32026-06-19T09:14:53.744Z++ uname -s
42026-06-19T09:14:53.747Z+ kern=SunOS
52026-06-19T09:14:53.747Z+ build_user=build
62026-06-19T09:14:53.747Z+ build_uid=12345
72026-06-19T09:14:53.747Z+ work_dir=/work
82026-06-19T09:14:53.747Z+ input_dir=/input
92026-06-19T09:14:53.747Z+ [[ 0 == 12345 ]]
102026-06-19T09:14:53.747Z+ case "$kern" in
112026-06-19T09:14:53.747Z+ groupadd -g 12345 build
122026-06-19T09:14:53.750Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-19T09:14:55.752Z+ zfs create -o mountpoint=/work rpool/work
142026-06-19T09:14:55.854Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-19T09:14:55.857Z+ home_fs=zfs
162026-06-19T09:14:55.857Z+ [[ zfs == autofs ]]
172026-06-19T09:14:55.857Z+ mkdir -p /home/build
182026-06-19T09:14:55.857Z+ chown build:build /home/build /work
192026-06-19T09:14:57.858Z+ chmod 0700 /home/build /work
202026-06-19T09:14:57.861Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-19T09:14:57.867Zstarting task 1: "rust-toolchain"
222026-06-19T09:14:57.870Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-19T09:14:57.870Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-19T09:14:57.870Z * rust toolchain channel = "1.96.0"
252026-06-19T09:14:57.870Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-19T09:14:57.870Z * rust toolchain profile = "default"
272026-06-19T09:14:57.870Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-19T09:14:57.873Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-19T09:14:57.873Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-19T09:14:57.930Zinfo: downloading installer
312026-06-19T09:14:59.290Zwarn: It looks like you have an existing rustup settings file at:
322026-06-19T09:14:59.290Zwarn: /home/build/.rustup/settings.toml
332026-06-19T09:14:59.290Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-19T09:14:59.290Zwarn: instead of the one inferred from the default host triple.
352026-06-19T09:14:59.302Zinfo: profile set to default
362026-06-19T09:14:59.302Zinfo: default host triple is x86_64-unknown-illumos
372026-06-19T09:14:59.305Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-19T09:14:59.445Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-19T09:14:59.448Zinfo: downloading 6 components
402026-06-19T09:15:14.738Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-19T09:15:14.739Z
422026-06-19T09:15:14.777Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-19T09:15:14.777Z
442026-06-19T09:15:14.777Z
452026-06-19T09:15:14.777ZRust is installed now. Great!
462026-06-19T09:15:14.777Z
472026-06-19T09:15:14.777ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-19T09:15:14.777Zenvironment variable. This has not been done automatically.
492026-06-19T09:15:14.777Z
502026-06-19T09:15:14.777ZTo configure your current shell, you need to source
512026-06-19T09:15:14.777Zthe corresponding env file under $HOME/.cargo.
522026-06-19T09:15:14.777Z
532026-06-19T09:15:14.777ZThis is usually done by running one of the following (note the leading DOT):
542026-06-19T09:15:14.780Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-19T09:15:14.780Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-19T09:15:14.780Zsource "~/.cargo/env.nu" # For nushell
572026-06-19T09:15:14.780Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-19T09:15:14.780Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-19T09:15:14.780Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-19T09:15:14.780Zwarn: no default linker (`cc`) was found in your PATH
612026-06-19T09:15:14.780Zwarn: many Rust crates require a system C toolchain to build
622026-06-19T09:15:14.886Z+ rustup --version
632026-06-19T09:15:14.895Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-19T09:15:14.898Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-19T09:15:14.917Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-19T09:15:14.921Z+ cargo --version
672026-06-19T09:15:14.938Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-19T09:15:14.941Z+ rustc --version
692026-06-19T09:15:14.960Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-19T09:15:14.963Zprocess exited: duration 17096 ms, exit code 0
 
712026-06-19T09:15:14.969Zstarting task 2: "authentication"
722026-06-19T09:15:14.985Zprocess exited: duration 16 ms, exit code 0
 
732026-06-19T09:15:14.991Zstarting task 3: "clone repository"
742026-06-19T09:15:14.994Z+ mkdir -p /work/oxidecomputer/opte
752026-06-19T09:15:14.997Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-19T09:15:15.029ZCloning into '/work/oxidecomputer/opte'...
772026-06-19T09:15:15.835Z+ cd /work/oxidecomputer/opte
782026-06-19T09:15:15.835Z+ git fetch origin 2d39e9716319d602429e771c12b3c6628589c63b
792026-06-19T09:15:16.072ZFrom https://github.com/oxidecomputer/opte
802026-06-19T09:15:16.072Z * branch 2d39e9716319d602429e771c12b3c6628589c63b -> FETCH_HEAD
812026-06-19T09:15:16.079Z+ [[ -n renovate/rust-1.x ]]
822026-06-19T09:15:16.082Z++ git branch --show-current
832026-06-19T09:15:16.082Z+ current=master
842026-06-19T09:15:16.082Z+ [[ master != renovate/rust-1.x ]]
852026-06-19T09:15:16.082Z+ git branch -f renovate/rust-1.x 2d39e9716319d602429e771c12b3c6628589c63b
862026-06-19T09:15:16.085Z+ git checkout -f renovate/rust-1.x
872026-06-19T09:15:16.101ZSwitched to branch 'renovate/rust-1.x'
882026-06-19T09:15:16.104Z+ git reset --hard 2d39e9716319d602429e771c12b3c6628589c63b
892026-06-19T09:15:16.106ZHEAD is now at 2d39e97 ...
902026-06-19T09:15:16.106Zprocess exited: duration 1114 ms, exit code 0
 
912026-06-19T09:15:16.112Zstarting task 4: "build"
922026-06-19T09:15:16.115Z+ source .github/buildomat/common.sh
932026-06-19T09:15:16.118Z++ rustup show active-toolchain
942026-06-19T09:15:16.121Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-19T09:15:16.124Z++ pushd xde
962026-06-19T09:15:16.124Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-19T09:15:16.124Z++ rustup show active-toolchain
982026-06-19T09:15:16.127Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-19T09:15:16.283Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-19T09:15:16.287Zinfo: downloading 6 components
1012026-06-19T09:15:30.068Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-19T09:15:30.156Z+++ rustup show active-toolchain -v
1032026-06-19T09:15:30.159Z+++ head -n 1
1042026-06-19T09:15:30.159Z+++ cut '-d ' -f1
1052026-06-19T09:15:30.210Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-19T09:15:30.210Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-19T09:15:30.210Z++ popd
1082026-06-19T09:15:30.213Z/work/oxidecomputer/opte
1092026-06-19T09:15:30.213Z+ cargo --version
1102026-06-19T09:15:30.220Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-19T09:15:30.225Z+ rustc --version
1122026-06-19T09:15:30.242Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-19T09:15:30.246Z+ cd lib/oxide-vpc
1142026-06-19T09:15:30.246Z+ header 'check style'
1152026-06-19T09:15:30.246Z+ echo '# ==== check style ==== #'
1162026-06-19T09:15:30.246Z# ==== check style ==== #
1172026-06-19T09:15:30.246Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1182026-06-19T09:15:30.369Z
1192026-06-19T09:15:30.369Zreal 0.120663944
1202026-06-19T09:15:30.369Zuser 0.085875880
1212026-06-19T09:15:30.369Zsys 0.031255140
1222026-06-19T09:15:30.369Ztrap 0.000004400
1232026-06-19T09:15:30.369Ztflt 0.000014310
1242026-06-19T09:15:30.373Zdflt 0.000023310
1252026-06-19T09:15:30.373Zkflt 0.000000000
1262026-06-19T09:15:30.373Zlock 0.031501440
1272026-06-19T09:15:30.373Zslp 0.099934604
1282026-06-19T09:15:30.373Zlat 0.000832270
1292026-06-19T09:15:30.373Zstop 0.000101300
1302026-06-19T09:15:30.373Z+ header 'check docs'
1312026-06-19T09:15:30.373Z+ echo '# ==== check docs ==== #'
1322026-06-19T09:15:30.373Z# ==== check docs ==== #
1332026-06-19T09:15:30.373Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-19T09:15:30.373Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-19T09:15:30.437Z Updating crates.io index
1362026-06-19T09:15:30.440Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-19T09:15:31.090Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-19T09:15:31.309Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-19T09:15:31.617Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-19T09:15:31.866Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-19T09:15:32.107Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-19T09:15:32.347Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-19T09:15:34.038Z Downloading crates ...
1442026-06-19T09:15:34.088Z Downloaded cpufeatures v0.2.17
1452026-06-19T09:15:34.091Z Downloaded cfg-if v1.0.4
1462026-06-19T09:15:34.096Z Downloaded crypto-common v0.1.7
1472026-06-19T09:15:34.099Z Downloaded block-buffer v0.10.4
1482026-06-19T09:15:34.099Z Downloaded bitflags v1.3.2
1492026-06-19T09:15:34.104Z Downloaded darling_macro v0.23.0
1502026-06-19T09:15:34.108Z Downloaded dtrace-parser v0.3.0
1512026-06-19T09:15:34.108Z Downloaded managed v0.8.0
1522026-06-19T09:15:34.111Z Downloaded darling v0.21.3
1532026-06-19T09:15:34.116Z Downloaded defmt v0.3.100
1542026-06-19T09:15:34.120Z Downloaded fnv v1.0.7
1552026-06-19T09:15:34.123Z Downloaded ident_case v1.0.1
1562026-06-19T09:15:34.126Z Downloaded defmt-parser v1.0.0
1572026-06-19T09:15:34.129Z Downloaded embedded-io v0.6.1
1582026-06-19T09:15:34.129Z Downloaded macaddr v1.0.1
1592026-06-19T09:15:34.129Z Downloaded dyn-clone v1.0.20
1602026-06-19T09:15:34.131Z Downloaded itoa v1.0.18
1612026-06-19T09:15:34.131Z Downloaded digest v0.10.7
1622026-06-19T09:15:34.134Z Downloaded ingot v0.1.1
1632026-06-19T09:15:34.134Z Downloaded generic-array v0.14.7
1642026-06-19T09:15:34.137Z Downloaded embedded-io v0.4.0
1652026-06-19T09:15:34.140Z Downloaded dof v0.4.0
1662026-06-19T09:15:34.151Z Downloaded usdt-attr-macro v0.6.0
1672026-06-19T09:15:34.154Z Downloaded ref-cast-impl v1.0.25
1682026-06-19T09:15:34.154Z Downloaded cobs v0.3.0
1692026-06-19T09:15:34.154Z Downloaded darling_macro v0.21.3
1702026-06-19T09:15:34.157Z Downloaded hash32 v0.3.1
1712026-06-19T09:15:34.172Z Downloaded plain v0.2.3
1722026-06-19T09:15:34.177Z Downloaded tabwriter v1.4.1
1732026-06-19T09:15:34.180Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-06-19T09:15:34.183Z Downloaded strsim v0.11.1
1752026-06-19T09:15:34.186Z Downloaded thread-id v5.1.0
1762026-06-19T09:15:34.186Z Downloaded byteorder v1.5.0
1772026-06-19T09:15:34.191Z Downloaded either v1.16.0
1782026-06-19T09:15:34.197Z Downloaded scroll_derive v0.13.1
1792026-06-19T09:15:34.200Z Downloaded stable_deref_trait v1.2.1
1802026-06-19T09:15:34.204Z Downloaded usdt v0.6.0
1812026-06-19T09:15:34.204Z Downloaded usdt-macro v0.6.0
1822026-06-19T09:15:34.207Z Downloaded crc32fast v1.5.0
1832026-06-19T09:15:34.207Z Downloaded pretty-hex v0.4.2
1842026-06-19T09:15:34.219Z Downloaded version_check v0.9.5
1852026-06-19T09:15:34.222Z Downloaded zmij v1.0.21
1862026-06-19T09:15:34.222Z Downloaded sha2 v0.10.9
1872026-06-19T09:15:34.225Z Downloaded scroll v0.13.0
1882026-06-19T09:15:34.225Z Downloaded serde_tokenstream v0.2.3
1892026-06-19T09:15:34.228Z Downloaded proc-macro-error2 v2.0.1
1902026-06-19T09:15:34.232Z Downloaded quote v1.0.45
1912026-06-19T09:15:34.236Z Downloaded thiserror v2.0.18
1922026-06-19T09:15:34.239Z Downloaded ingot-types v0.1.2
1932026-06-19T09:15:34.239Z Downloaded ipnetwork v0.21.1
1942026-06-19T09:15:34.245Z Downloaded thiserror-impl v2.0.18
1952026-06-19T09:15:34.250Z Downloaded ref-cast v1.0.25
1962026-06-19T09:15:34.253Z Downloaded defmt v1.1.0
1972026-06-19T09:15:34.253Z Downloaded memmap2 v0.9.10
1982026-06-19T09:15:34.257Z Downloaded defmt-macros v1.1.0
1992026-06-19T09:15:34.261Z Downloaded usdt-impl v0.6.0
2002026-06-19T09:15:34.272Z Downloaded pest_generator v2.8.6
2012026-06-19T09:15:34.277Z Downloaded ingot-macros v0.1.1
2022026-06-19T09:15:34.285Z Downloaded postcard v1.1.3
2032026-06-19T09:15:34.290Z Downloaded pest_derive v2.8.6
2042026-06-19T09:15:34.301Z Downloaded ucd-trie v0.1.7
2052026-06-19T09:15:34.313Z Downloaded unicode-ident v1.0.24
2062026-06-19T09:15:34.316Z Downloaded proc-macro2 v1.0.106
2072026-06-19T09:15:34.318Z Downloaded bitflags v2.13.0
2082026-06-19T09:15:34.321Z Downloaded darling v0.23.0
2092026-06-19T09:15:34.323Z Downloaded log v0.4.32
2102026-06-19T09:15:34.326Z Downloaded serde_derive v1.0.228
2112026-06-19T09:15:34.331Z Downloaded darling_core v0.21.3
2122026-06-19T09:15:34.334Z Downloaded uuid v1.23.3
2132026-06-19T09:15:34.347Z Downloaded serde_core v1.0.228
2142026-06-19T09:15:34.355Z Downloaded darling_core v0.23.0
2152026-06-19T09:15:34.363Z Downloaded pest_meta v2.8.6
2162026-06-19T09:15:34.374Z Downloaded heapless v0.8.0
2172026-06-19T09:15:34.377Z Downloaded serde v1.0.228
2182026-06-19T09:15:34.383Z Downloaded memchr v2.8.2
2192026-06-19T09:15:34.398Z Downloaded zerocopy-derive v0.8.52
2202026-06-19T09:15:34.403Z Downloaded typenum v1.20.1
2212026-06-19T09:15:34.415Z Downloaded pest v2.8.6
2222026-06-19T09:15:34.450Z Downloaded itertools v0.15.0
2232026-06-19T09:15:34.453Z Downloaded serde_json v1.0.150
2242026-06-19T09:15:34.457Z Downloaded itertools v0.14.0
2252026-06-19T09:15:34.463Z Downloaded aho-corasick v1.1.4
2262026-06-19T09:15:34.468Z Downloaded regex v1.12.4
2272026-06-19T09:15:34.539Z Downloaded goblin v0.10.7
2282026-06-19T09:15:34.544Z Downloaded unicode-width v0.2.2
2292026-06-19T09:15:34.547Z Downloaded zerocopy v0.8.52
2302026-06-19T09:15:34.558Z Downloaded syn v2.0.117
2312026-06-19T09:15:34.563Z Downloaded smoltcp v0.11.0
2322026-06-19T09:15:34.570Z Downloaded regex-syntax v0.8.11
2332026-06-19T09:15:34.603Z Downloaded regex-automata v0.4.14
2342026-06-19T09:15:34.627Z Downloaded libc v0.2.186
2352026-06-19T09:15:34.687Z Compiling proc-macro2 v1.0.106
2362026-06-19T09:15:34.687Z Compiling quote v1.0.45
2372026-06-19T09:15:34.690Z Compiling unicode-ident v1.0.24
2382026-06-19T09:15:34.690Z Compiling ident_case v1.0.1
2392026-06-19T09:15:34.690Z Compiling strsim v0.11.1
2402026-06-19T09:15:34.690Z Documenting unicode-ident v1.0.24
2412026-06-19T09:15:34.690Z Compiling serde_core v1.0.228
2422026-06-19T09:15:34.849Z Compiling fnv v1.0.7
2432026-06-19T09:15:34.863Z Compiling memchr v2.8.2
2442026-06-19T09:15:34.935Z Compiling serde v1.0.228
2452026-06-19T09:15:35.042Z Compiling zerocopy v0.8.52
2462026-06-19T09:15:35.100Z Compiling regex-syntax v0.8.11
2472026-06-19T09:15:35.147Z Compiling thiserror v2.0.18
2482026-06-19T09:15:35.259Z Documenting proc-macro2 v1.0.106
2492026-06-19T09:15:35.431Z Compiling aho-corasick v1.1.4
2502026-06-19T09:15:35.516Z Compiling either v1.16.0
2512026-06-19T09:15:35.718Z Checking syn v2.0.117
2522026-06-19T09:15:35.838Z Checking byteorder v1.5.0
2532026-06-19T09:15:35.844Z Documenting quote v1.0.45
2542026-06-19T09:15:35.969Z Compiling itertools v0.14.0
2552026-06-19T09:15:36.361Z Documenting syn v2.0.117
2562026-06-19T09:15:36.573Z Compiling regex-automata v0.4.14
2572026-06-19T09:15:36.850Z Compiling heapless v0.8.0
2582026-06-19T09:15:37.137Z Checking bitflags v2.13.0
2592026-06-19T09:15:37.200Z Checking hash32 v0.3.1
2602026-06-19T09:15:37.295Z Documenting serde_core v1.0.228
2612026-06-19T09:15:37.308Z Documenting memchr v2.8.2
2622026-06-19T09:15:37.314Z Checking stable_deref_trait v1.2.1
2632026-06-19T09:15:37.376Z Checking cfg-if v1.0.4
2642026-06-19T09:15:37.434Z Checking macaddr v1.0.1
2652026-06-19T09:15:37.692Z Compiling smoltcp v0.11.0
2662026-06-19T09:15:37.708Z Documenting regex-syntax v0.8.11
2672026-06-19T09:15:37.994Z Documenting aho-corasick v1.1.4
2682026-06-19T09:15:38.054Z Checking darling_core v0.21.3
2692026-06-19T09:15:38.753Z Compiling regex v1.12.4
2702026-06-19T09:15:38.874Z Compiling darling_core v0.23.0
2712026-06-19T09:15:38.993Z Documenting regex-automata v0.4.14
2722026-06-19T09:15:39.161Z Checking managed v0.8.0
2732026-06-19T09:15:39.341Z Checking bitflags v1.3.2
2742026-06-19T09:15:39.401Z Documenting serde_derive v1.0.228
2752026-06-19T09:15:39.435Z Compiling zerocopy-derive v0.8.52
2762026-06-19T09:15:39.507Z Compiling serde_derive v1.0.228
2772026-06-19T09:15:39.661Z Compiling thiserror-impl v2.0.18
2782026-06-19T09:15:40.357Z Documenting regex v1.12.4
2792026-06-19T09:15:40.422Z Documenting thiserror-impl v2.0.18
2802026-06-19T09:15:40.533Z Documenting zerocopy-derive v0.8.52
2812026-06-19T09:15:40.562Z Compiling darling_macro v0.21.3
2822026-06-19T09:15:40.978Z Checking cobs v0.3.0
2832026-06-19T09:15:40.996Z Compiling darling_macro v0.23.0
2842026-06-19T09:15:41.107Z Compiling ref-cast v1.0.25
2852026-06-19T09:15:41.138Z Compiling darling v0.21.3
2862026-06-19T09:15:41.210Z Compiling ingot-macros v0.1.1
2872026-06-19T09:15:41.281Z Documenting byteorder v1.5.0
2882026-06-19T09:15:41.331Z Compiling crc32fast v1.5.0
2892026-06-19T09:15:41.469Z Documenting thiserror v2.0.18
2902026-06-19T09:15:41.496Z Documenting zerocopy v0.8.52
2912026-06-19T09:15:41.570Z Documenting ingot-macros v0.1.1
2922026-06-19T09:15:41.826Z Documenting hash32 v0.3.1
2932026-06-19T09:15:41.997Z Compiling ref-cast-impl v1.0.25
2942026-06-19T09:15:42.368Z Documenting serde v1.0.228
2952026-06-19T09:15:42.681Z Checking postcard v1.1.3
2962026-06-19T09:15:42.721Z Documenting bitflags v2.13.0
2972026-06-19T09:15:42.841Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-06-19T09:15:42.920Z Documenting stable_deref_trait v1.2.1
2992026-06-19T09:15:42.960Z Documenting cfg-if v1.0.4
3002026-06-19T09:15:43.119Z Compiling version_check v0.9.5
3012026-06-19T09:15:43.370Z Checking ipnetwork v0.21.1
3022026-06-19T09:15:43.394Z Checking unicode-width v0.2.2
3032026-06-19T09:15:43.508Z Documenting macaddr v1.0.1
3042026-06-19T09:15:43.651Z Documenting heapless v0.8.0
3052026-06-19T09:15:43.678Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3062026-06-19T09:15:43.713Z Documenting cobs v0.3.0
3072026-06-19T09:15:43.765Z Compiling darling v0.23.0
3082026-06-19T09:15:43.931Z Documenting managed v0.8.0
3092026-06-19T09:15:44.023Z Checking ingot-types v0.1.2
3102026-06-19T09:15:44.103Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-06-19T09:15:44.111Z Checking itertools v0.15.0
3122026-06-19T09:15:44.299Z Documenting postcard v1.1.3
3132026-06-19T09:15:44.366Z Checking ingot v0.1.1
3142026-06-19T09:15:44.562Z Checking tabwriter v1.4.1
3152026-06-19T09:15:44.704Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-06-19T09:15:44.881Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-06-19T09:15:44.897Z Documenting ref-cast-impl v1.0.25
3182026-06-19T09:15:44.932Z Documenting ipnetwork v0.21.1
3192026-06-19T09:15:45.024Z Documenting ingot-types v0.1.2
3202026-06-19T09:15:45.031Z Documenting smoltcp v0.11.0
3212026-06-19T09:15:45.264Z Documenting either v1.16.0
3222026-06-19T09:15:45.467Z Documenting unicode-width v0.2.2
3232026-06-19T09:15:45.509Z Checking dyn-clone v1.0.20
3242026-06-19T09:15:45.607Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-19T09:15:45.750Z Documenting crc32fast v1.5.0
3262026-06-19T09:15:45.979Z Documenting ref-cast v1.0.25
3272026-06-19T09:15:45.986Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-06-19T09:15:46.196Z Documenting itertools v0.15.0
3292026-06-19T09:15:46.496Z Documenting ingot v0.1.1
3302026-06-19T09:15:46.813Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-06-19T09:15:46.827Z Documenting dyn-clone v1.0.20
3322026-06-19T09:15:47.028Z Documenting tabwriter v1.4.1
3332026-06-19T09:15:47.596Z Documenting uuid v1.23.3
3342026-06-19T09:15:47.860Z Checking uuid v1.23.3
3352026-06-19T09:15:48.117Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-06-19T09:15:48.379Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-06-19T09:15:49.581Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3382026-06-19T09:15:50.833Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3392026-06-19T09:15:53.133Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3402026-06-19T09:15:54.745Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.36s
3412026-06-19T09:15:54.825Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3422026-06-19T09:15:54.850Z
3432026-06-19T09:15:54.852Zreal 24.460580002
3442026-06-19T09:15:54.852Zuser 1:23.178867267
3452026-06-19T09:15:54.852Zsys 17.692869538
3462026-06-19T09:15:54.852Ztrap 0.049458800
3472026-06-19T09:15:54.852Ztflt 0.134244404
3482026-06-19T09:15:54.853Zdflt 0.079591041
3492026-06-19T09:15:54.853Zkflt 0.005066350
3502026-06-19T09:15:54.853Zlock 8:51.467550591
3512026-06-19T09:15:54.853Zslp 4:43.427950689
3522026-06-19T09:15:54.853Zlat 7.978648594
3532026-06-19T09:15:54.853Zstop 12.652325184
3542026-06-19T09:15:54.853Z+ header 'analyze std + api + usdt'
3552026-06-19T09:15:54.853Z+ echo '# ==== analyze std + api + usdt ==== #'
3562026-06-19T09:15:54.853Z# ==== analyze std + api + usdt ==== #
3572026-06-19T09:15:54.853Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3582026-06-19T09:15:55.041Z Downloading crates ...
3592026-06-19T09:15:55.112Z Downloaded anyhow v1.0.102
3602026-06-19T09:15:55.115Z Downloaded link-section v0.2.1
3612026-06-19T09:15:55.117Z Downloaded once_cell v1.21.4
3622026-06-19T09:15:55.120Z Downloaded circular v0.3.0
3632026-06-19T09:15:55.123Z Downloaded ctor-proc-macro v0.0.13
3642026-06-19T09:15:55.125Z Downloaded futures-sink v0.3.32
3652026-06-19T09:15:55.125Z Downloaded dtor-proc-macro v0.0.13
3662026-06-19T09:15:55.125Z Downloaded typeid v1.0.3
3672026-06-19T09:15:55.125Z Downloaded futures-task v0.3.32
3682026-06-19T09:15:55.130Z Downloaded futures-core v0.3.32
3692026-06-19T09:15:55.133Z Downloaded rusticata-macros v5.0.0
3702026-06-19T09:15:55.133Z Downloaded futures-macro v0.3.32
3712026-06-19T09:15:55.133Z Downloaded futures-io v0.3.32
3722026-06-19T09:15:55.136Z Downloaded dtor v0.8.1
3732026-06-19T09:15:55.141Z Downloaded slab v0.4.12
3742026-06-19T09:15:55.149Z Downloaded ctor v0.10.1
3752026-06-19T09:15:55.149Z Downloaded cookie-factory v0.3.3
3762026-06-19T09:15:55.149Z Downloaded pin-project-lite v0.2.17
3772026-06-19T09:15:55.154Z Downloaded futures-executor v0.3.32
3782026-06-19T09:15:55.163Z Downloaded futures-channel v0.3.32
3792026-06-19T09:15:55.166Z Downloaded futures v0.3.32
3802026-06-19T09:15:55.178Z Downloaded nom v8.0.0
3812026-06-19T09:15:55.186Z Downloaded ron v0.12.1
3822026-06-19T09:15:55.190Z Downloaded pcap-parser v0.17.0
3832026-06-19T09:15:55.193Z Downloaded futures-util v0.3.32
3842026-06-19T09:15:55.248Z Compiling proc-macro2 v1.0.106
3852026-06-19T09:15:55.248Z Compiling quote v1.0.45
3862026-06-19T09:15:55.251Z Compiling unicode-ident v1.0.24
3872026-06-19T09:15:55.251Z Compiling memchr v2.8.2
3882026-06-19T09:15:55.251Z Compiling thiserror v2.0.18
3892026-06-19T09:15:55.251Z Compiling zerocopy v0.8.52
3902026-06-19T09:15:55.251Z Compiling serde_core v1.0.228
3912026-06-19T09:15:55.251Z Compiling zmij v1.0.21
3922026-06-19T09:15:55.594Z Compiling libc v0.2.186
3932026-06-19T09:15:55.620Z Compiling serde_json v1.0.150
3942026-06-19T09:15:55.625Z Compiling strsim v0.11.1
3952026-06-19T09:15:55.676Z Compiling ident_case v1.0.1
3962026-06-19T09:15:55.791Z Compiling ucd-trie v0.1.7
3972026-06-19T09:15:55.834Z Compiling serde v1.0.228
3982026-06-19T09:15:55.954Z Compiling pest v2.8.6
3992026-06-19T09:15:56.075Z Compiling fnv v1.0.7
4002026-06-19T09:15:56.208Z Compiling aho-corasick v1.1.4
4012026-06-19T09:15:56.237Z Compiling itoa v1.0.18
4022026-06-19T09:15:56.243Z Compiling regex-syntax v0.8.11
4032026-06-19T09:15:56.417Z Checking byteorder v1.5.0
4042026-06-19T09:15:56.593Z Compiling syn v2.0.117
4052026-06-19T09:15:56.966Z Compiling pest_meta v2.8.6
4062026-06-19T09:15:57.008Z Compiling usdt-impl v0.6.0
4072026-06-19T09:15:57.147Z Compiling either v1.16.0
4082026-06-19T09:15:57.160Z Checking bitflags v2.13.0
4092026-06-19T09:15:57.324Z Compiling itertools v0.14.0
4102026-06-19T09:15:57.588Z Compiling thread-id v5.1.0
4112026-06-19T09:15:57.663Z Checking futures-core v0.3.32
4122026-06-19T09:15:57.698Z Compiling regex-automata v0.4.14
4132026-06-19T09:15:58.016Z Checking log v0.4.32
4142026-06-19T09:15:58.092Z Compiling heapless v0.8.0
4152026-06-19T09:15:58.163Z Checking futures-sink v0.3.32
4162026-06-19T09:15:58.303Z Checking plain v0.2.3
4172026-06-19T09:15:58.316Z Checking futures-channel v0.3.32
4182026-06-19T09:15:58.540Z Checking hash32 v0.3.1
4192026-06-19T09:15:58.620Z Checking pin-project-lite v0.2.17
4202026-06-19T09:15:58.658Z Checking pretty-hex v0.4.2
4212026-06-19T09:15:58.704Z Checking cfg-if v1.0.4
4222026-06-19T09:15:58.762Z Checking macaddr v1.0.1
4232026-06-19T09:15:58.766Z Checking futures-task v0.3.32
4242026-06-19T09:15:58.838Z Compiling smoltcp v0.11.0
4252026-06-19T09:15:58.892Z Checking stable_deref_trait v1.2.1
4262026-06-19T09:15:58.895Z Checking slab v0.4.12
4272026-06-19T09:15:58.895Z Checking futures-io v0.3.32
4282026-06-19T09:15:59.048Z Compiling pest_generator v2.8.6
4292026-06-19T09:15:59.079Z Compiling darling_core v0.21.3
4302026-06-19T09:15:59.169Z Compiling darling_core v0.23.0
4312026-06-19T09:15:59.342Z Compiling ref-cast v1.0.25
4322026-06-19T09:15:59.448Z Compiling regex v1.12.4
4332026-06-19T09:15:59.649Z Compiling crc32fast v1.5.0
4342026-06-19T09:15:59.653Z Compiling version_check v0.9.5
4352026-06-19T09:15:59.837Z Checking managed v0.8.0
4362026-06-19T09:15:59.917Z Checking bitflags v1.3.2
4372026-06-19T09:15:59.963Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-06-19T09:16:00.011Z Checking memmap2 v0.9.10
4392026-06-19T09:16:00.170Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4402026-06-19T09:16:00.206Z Checking unicode-width v0.2.2
4412026-06-19T09:16:00.232Z Compiling thiserror-impl v2.0.18
4422026-06-19T09:16:00.255Z Compiling serde_derive v1.0.228
4432026-06-19T09:16:00.449Z Compiling zerocopy-derive v0.8.52
4442026-06-19T09:16:00.477Z Compiling pest_derive v2.8.6
4452026-06-19T09:16:00.991Z Compiling scroll_derive v0.13.1
4462026-06-19T09:16:01.000Z Compiling futures-macro v0.3.32
4472026-06-19T09:16:01.158Z Compiling darling_macro v0.21.3
4482026-06-19T09:16:01.202Z Compiling ref-cast-impl v1.0.25
4492026-06-19T09:16:01.246Z Compiling darling_macro v0.23.0
4502026-06-19T09:16:01.622Z Compiling dtrace-parser v0.3.0
4512026-06-19T09:16:01.690Z Compiling darling v0.21.3
4522026-06-19T09:16:01.766Z Compiling ingot-macros v0.1.1
4532026-06-19T09:16:01.784Z Checking scroll v0.13.0
4542026-06-19T09:16:01.788Z Checking cobs v0.3.0
4552026-06-19T09:16:01.796Z Checking futures-util v0.3.32
4562026-06-19T09:16:01.997Z Checking goblin v0.10.7
4572026-06-19T09:16:02.005Z Compiling darling v0.23.0
4582026-06-19T09:16:02.232Z Checking ipnetwork v0.21.1
4592026-06-19T09:16:02.235Z Checking itertools v0.15.0
4602026-06-19T09:16:02.407Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-06-19T09:16:03.237Z Checking tabwriter v1.4.1
4622026-06-19T09:16:03.340Z Checking postcard v1.1.3
4632026-06-19T09:16:03.380Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4642026-06-19T09:16:03.581Z Compiling serde_tokenstream v0.2.3
4652026-06-19T09:16:03.740Z Checking futures-executor v0.3.32
4662026-06-19T09:16:03.782Z Checking nom v8.0.0
4672026-06-19T09:16:03.860Z Checking dyn-clone v1.0.20
4682026-06-19T09:16:03.886Z Checking futures v0.3.32
4692026-06-19T09:16:03.950Z Compiling anyhow v1.0.102
4702026-06-19T09:16:03.953Z Compiling typeid v1.0.3
4712026-06-19T09:16:03.958Z Checking cookie-factory v0.3.3
4722026-06-19T09:16:04.197Z Checking uuid v1.23.3
4732026-06-19T09:16:04.260Z Compiling dtor-proc-macro v0.0.13
4742026-06-19T09:16:04.448Z Checking circular v0.3.0
4752026-06-19T09:16:04.452Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4762026-06-19T09:16:04.578Z Compiling ctor-proc-macro v0.0.13
4772026-06-19T09:16:04.581Z Checking link-section v0.2.1
4782026-06-19T09:16:04.598Z Checking dtor v0.8.1
4792026-06-19T09:16:04.644Z Checking dof v0.4.0
4802026-06-19T09:16:04.647Z Checking ingot-types v0.1.2
4812026-06-19T09:16:04.652Z Checking once_cell v1.21.4
4822026-06-19T09:16:04.772Z Checking ron v0.12.1
4832026-06-19T09:16:04.881Z Checking ctor v0.10.1
4842026-06-19T09:16:04.963Z Checking ingot v0.1.1
4852026-06-19T09:16:05.610Z Compiling usdt-attr-macro v0.6.0
4862026-06-19T09:16:05.611Z Compiling usdt-macro v0.6.0
4872026-06-19T09:16:05.662Z Checking rusticata-macros v5.0.0
4882026-06-19T09:16:05.782Z Checking pcap-parser v0.17.0
4892026-06-19T09:16:06.208Z Checking usdt v0.6.0
4902026-06-19T09:16:06.430Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4912026-06-19T09:16:10.882Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4922026-06-19T09:16:12.536Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4932026-06-19T09:16:14.863Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.96s
4942026-06-19T09:16:14.898Z
4952026-06-19T09:16:14.901Zreal 20.041744145
4962026-06-19T09:16:14.901Zuser 1:13.226075575
4972026-06-19T09:16:14.901Zsys 15.224465417
4982026-06-19T09:16:14.901Ztrap 0.039657050
4992026-06-19T09:16:14.901Ztflt 0.173775819
5002026-06-19T09:16:14.901Zdflt 0.195790498
5012026-06-19T09:16:14.901Zkflt 0.000027860
5022026-06-19T09:16:14.901Zlock 4:03.619102119
5032026-06-19T09:16:14.901Zslp 3:52.788600168
5042026-06-19T09:16:14.901Zlat 3.772145012
5052026-06-19T09:16:14.901Zstop 7.970244300
5062026-06-19T09:16:14.901Z+ header 'analyze no_std + engine + kernel'
5072026-06-19T09:16:14.901Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5082026-06-19T09:16:14.901Z# ==== analyze no_std + engine + kernel ==== #
5092026-06-19T09:16:14.901Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5102026-06-19T09:16:15.079Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-06-19T09:16:15.079Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-06-19T09:16:15.100Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-06-19T09:16:15.100Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-06-19T09:16:15.343Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-06-19T09:16:19.062Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-06-19T09:16:20.420Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.47s
5172026-06-19T09:16:20.448Z
5182026-06-19T09:16:20.453Zreal 5.543749639
5192026-06-19T09:16:20.453Zuser 5.769248885
5202026-06-19T09:16:20.453Zsys 1.026855836
5212026-06-19T09:16:20.453Ztrap 0.000767420
5222026-06-19T09:16:20.453Ztflt 0.007874000
5232026-06-19T09:16:20.453Zdflt 0.005306271
5242026-06-19T09:16:20.453Zkflt 0.000000670
5252026-06-19T09:16:20.453Zlock 24.492633145
5262026-06-19T09:16:20.453Zslp 20.641073080
5272026-06-19T09:16:20.454Zlat 0.019531841
5282026-06-19T09:16:20.454Zstop 0.248974035
5292026-06-19T09:16:20.454Z+ header test
5302026-06-19T09:16:20.454Z+ echo '# ==== test ==== #'
5312026-06-19T09:16:20.454Z# ==== test ==== #
5322026-06-19T09:16:20.454Z+ ptime -m cargo test
5332026-06-19T09:16:20.608Z Compiling memchr v2.8.2
5342026-06-19T09:16:20.611Z Compiling serde_core v1.0.228
5352026-06-19T09:16:20.636Z Compiling thiserror v2.0.18
5362026-06-19T09:16:20.685Z Compiling zerocopy v0.8.52
5372026-06-19T09:16:20.685Z Compiling byteorder v1.5.0
5382026-06-19T09:16:20.685Z Compiling unicode-ident v1.0.24
5392026-06-19T09:16:20.685Z Compiling libc v0.2.186
5402026-06-19T09:16:20.685Z Compiling zmij v1.0.21
5412026-06-19T09:16:20.718Z Compiling proc-macro2 v1.0.106
5422026-06-19T09:16:20.763Z Compiling scroll v0.13.0
5432026-06-19T09:16:20.844Z Compiling log v0.4.32
5442026-06-19T09:16:20.980Z Compiling ucd-trie v0.1.7
5452026-06-19T09:16:21.006Z Compiling itoa v1.0.18
5462026-06-19T09:16:21.027Z Compiling futures-core v0.3.32
5472026-06-19T09:16:21.076Z Compiling plain v0.2.3
5482026-06-19T09:16:21.175Z Compiling futures-sink v0.3.32
5492026-06-19T09:16:21.181Z Compiling goblin v0.10.7
5502026-06-19T09:16:21.259Z Compiling futures-channel v0.3.32
5512026-06-19T09:16:21.272Z Compiling pest v2.8.6
5522026-06-19T09:16:21.501Z Compiling quote v1.0.45
5532026-06-19T09:16:21.686Z Compiling hash32 v0.3.1
5542026-06-19T09:16:21.850Z Compiling pretty-hex v0.4.2
5552026-06-19T09:16:21.981Z Compiling pin-project-lite v0.2.17
5562026-06-19T09:16:22.074Z Compiling futures-task v0.3.32
5572026-06-19T09:16:22.152Z Compiling cfg-if v1.0.4
5582026-06-19T09:16:22.193Z Compiling futures-io v0.3.32
5592026-06-19T09:16:22.214Z Compiling slab v0.4.12
5602026-06-19T09:16:22.267Z Compiling stable_deref_trait v1.2.1
5612026-06-19T09:16:22.338Z Compiling macaddr v1.0.1
5622026-06-19T09:16:22.382Z Compiling serde v1.0.228
5632026-06-19T09:16:22.388Z Compiling bitflags v2.13.0
5642026-06-19T09:16:22.623Z Compiling serde_json v1.0.150
5652026-06-19T09:16:22.647Z Compiling futures-util v0.3.32
5662026-06-19T09:16:22.823Z Compiling heapless v0.8.0
5672026-06-19T09:16:23.002Z Compiling dtrace-parser v0.3.0
5682026-06-19T09:16:23.043Z Compiling syn v2.0.117
5692026-06-19T09:16:23.266Z Compiling thread-id v5.1.0
5702026-06-19T09:16:23.341Z Compiling cobs v0.3.0
5712026-06-19T09:16:23.510Z Compiling ingot-types v0.1.2
5722026-06-19T09:16:23.613Z Compiling bitflags v1.3.2
5732026-06-19T09:16:23.613Z Compiling managed v0.8.0
5742026-06-19T09:16:23.679Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-06-19T09:16:23.832Z Compiling smoltcp v0.11.0
5762026-06-19T09:16:23.906Z Compiling ingot v0.1.1
5772026-06-19T09:16:23.911Z Compiling postcard v1.1.3
5782026-06-19T09:16:24.260Z Compiling dof v0.4.0
5792026-06-19T09:16:25.334Z Compiling futures-executor v0.3.32
5802026-06-19T09:16:25.737Z Compiling usdt-impl v0.6.0
5812026-06-19T09:16:25.932Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-06-19T09:16:26.127Z Compiling memmap2 v0.9.10
5832026-06-19T09:16:26.431Z Compiling ipnetwork v0.21.1
5842026-06-19T09:16:26.555Z Compiling either v1.16.0
5852026-06-19T09:16:26.567Z Compiling unicode-width v0.2.2
5862026-06-19T09:16:26.736Z Compiling itertools v0.15.0
5872026-06-19T09:16:26.872Z Compiling tabwriter v1.4.1
5882026-06-19T09:16:26.956Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5892026-06-19T09:16:27.293Z Compiling ref-cast v1.0.25
5902026-06-19T09:16:27.392Z Compiling usdt v0.6.0
5912026-06-19T09:16:27.740Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5922026-06-19T09:16:28.035Z Compiling futures v0.3.32
5932026-06-19T09:16:28.051Z Compiling crc32fast v1.5.0
5942026-06-19T09:16:28.143Z Compiling nom v8.0.0
5952026-06-19T09:16:28.146Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962026-06-19T09:16:28.297Z Compiling dyn-clone v1.0.20
5972026-06-19T09:16:28.446Z Compiling cookie-factory v0.3.3
5982026-06-19T09:16:28.464Z Compiling uuid v1.23.3
5992026-06-19T09:16:28.756Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6002026-06-19T09:16:28.992Z Compiling circular v0.3.0
6012026-06-19T09:16:29.090Z Compiling dtor v0.8.1
6022026-06-19T09:16:29.176Z Compiling typeid v1.0.3
6032026-06-19T09:16:29.243Z Compiling anyhow v1.0.102
6042026-06-19T09:16:29.284Z Compiling once_cell v1.21.4
6052026-06-19T09:16:29.287Z Compiling link-section v0.2.1
6062026-06-19T09:16:29.386Z Compiling ctor v0.10.1
6072026-06-19T09:16:29.423Z Compiling ron v0.12.1
6082026-06-19T09:16:30.766Z Compiling rusticata-macros v5.0.0
6092026-06-19T09:16:31.086Z Compiling pcap-parser v0.17.0
6102026-06-19T09:16:34.618Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-06-19T09:16:37.201Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-06-19T09:17:14.428Z Finished `test` profile [optimized + debuginfo] target(s) in 53.97s
6132026-06-19T09:17:14.445Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-aad2d6f9f93418fd)
6142026-06-19T09:17:14.448Z
6152026-06-19T09:17:14.448Zrunning 15 tests
6162026-06-19T09:17:14.448Ztest api::tests::parse_good_proto_filter ... ok
6172026-06-19T09:17:14.448Ztest api::tests::parse_bad_proto_filter ... ok
6182026-06-19T09:17:14.448Ztest api::tests::parse_good_address ... ok
6192026-06-19T09:17:14.448Ztest api::tests::ports_from_str_bad ... ok
6202026-06-19T09:17:14.448Ztest api::tests::parse_bad_address ... ok
6212026-06-19T09:17:14.448Ztest api::tests::ports_from_str_good ... ok
6222026-06-19T09:17:14.449Ztest cfg::tests::test_required_nat_space ... ok
6232026-06-19T09:17:14.449Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-06-19T09:17:14.449Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-06-19T09:17:14.449Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-06-19T09:17:14.449Ztest engine::geneve::test::parse_single_opt ... ok
6272026-06-19T09:17:14.449Ztest engine::geneve::test::parse_multi_opt ... ok
6282026-06-19T09:17:14.449Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6292026-06-19T09:17:14.449Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-06-19T09:17:14.452Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-06-19T09:17:14.452Z
6322026-06-19T09:17:14.452Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-06-19T09:17:14.452Z
6342026-06-19T09:17:14.452Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4ddc3a3041b71ddc)
6352026-06-19T09:17:14.452Z
6362026-06-19T09:17:14.452Zrunning 4 tests
6372026-06-19T09:17:14.454Ztest firewall_vni_outbound ... ok
6382026-06-19T09:17:14.454Ztest firewall_external_inbound ... ok
6392026-06-19T09:17:14.454Ztest firewall_vni_inbound ... ok
6402026-06-19T09:17:14.454Ztest firewall_replace_rules ... ok
6412026-06-19T09:17:14.454Z
6422026-06-19T09:17:14.454Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-06-19T09:17:14.454Z
6442026-06-19T09:17:14.455Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c40f7ed0e2c82591)
6452026-06-19T09:17:14.455Z
6462026-06-19T09:17:14.455Zrunning 2 tests
6472026-06-19T09:17:14.455Ztest parse_in_regression ... ok
6482026-06-19T09:17:14.458Ztest parse_out_regression ... ok
6492026-06-19T09:17:14.458Z
6502026-06-19T09:17:14.458Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-06-19T09:17:14.458Z
6522026-06-19T09:17:14.458Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-663786f5ed4c2bba)
6532026-06-19T09:17:14.458Z
6542026-06-19T09:17:14.458Zrunning 48 tests
6552026-06-19T09:17:14.458Ztest bad_ip_len ... ok
6562026-06-19T09:17:14.461Ztest add_remove_fw_rule ... ok
6572026-06-19T09:17:14.461Ztest arp_gateway ... ok
6582026-06-19T09:17:14.461Ztest check_layers ... ok
6592026-06-19T09:17:14.461Ztest external_attached_subnets_cannot_reach_internal ... ok
6602026-06-19T09:17:14.461Ztest anti_spoof ... ok
6612026-06-19T09:17:14.461Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-06-19T09:17:14.461Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-06-19T09:17:14.461Ztest flow_expiration ... ok
6642026-06-19T09:17:14.461Ztest gateway_icmp4_ping ... ok
6652026-06-19T09:17:14.461Ztest gateway_icmpv6_ping ... ok
6662026-06-19T09:17:14.461Ztest early_tcp_invalidation ... ok
6672026-06-19T09:17:14.461Ztest external_ip_epoch_affinity_preserved ... ok
6682026-06-19T09:17:14.461Ztest external_ip_reconfigurable ... ok
6692026-06-19T09:17:14.461Ztest gateway_router_advert_reply ... ok
6702026-06-19T09:17:14.461Ztest guest_to_guest_diff_vpc_no_peer ... ok
6712026-06-19T09:17:14.461Ztest guest_to_guest_no_route ... ok
6722026-06-19T09:17:14.461Ztest guest_to_internet_ipv4 ... ok
6732026-06-19T09:17:14.461Ztest guest_to_internet_ipv6 ... ok
6742026-06-19T09:17:14.461Ztest guest_to_guest ... ok
6752026-06-19T09:17:14.461Ztest icmp_inner_has_nat_applied ... ok
6762026-06-19T09:17:14.461Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-06-19T09:17:14.461Ztest icmpv6_inner_has_nat_applied ... ok
6782026-06-19T09:17:14.461Ztest intra_subnet_routes_with_custom ... ok
6792026-06-19T09:17:14.461Ztest packet_body_pullup ... ok
6802026-06-19T09:17:14.461Ztest outbound_ndp_dropped ... ok
6812026-06-19T09:17:14.461Ztest internal_attached_subnets ... ok
6822026-06-19T09:17:14.461Ztest external_ip_balanced_over_floating_ips ... ok
6832026-06-19T09:17:14.461Ztest no_panic_on_flow_table_full ... ok
6842026-06-19T09:17:14.461Ztest external_ip_receive_and_reply_on_all ... ok
6852026-06-19T09:17:14.461Ztest port_transition_reset ... ok
6862026-06-19T09:17:14.461Ztest port_transition_running ... ok
6872026-06-19T09:17:14.461Ztest port_transition_pause ... ok
6882026-06-19T09:17:14.461Ztest port_as_router_target ... ok
6892026-06-19T09:17:14.461Ztest test_drop_on_unknown_critical_option ... ok
6902026-06-19T09:17:14.462Ztest tcp_invalidation_does_not_block_connection ... ok
6912026-06-19T09:17:14.462Ztest select_eip_conditioned_on_igw ... ok
6922026-06-19T09:17:14.462Ztest snat_icmp6_echo_rewrite ... ok
6932026-06-19T09:17:14.462Ztest snat_icmp4_echo_rewrite ... ok
6942026-06-19T09:17:14.462Ztest tcp_outbound ... ok
6952026-06-19T09:17:14.462Ztest test_ipv6_multicast_encapsulation ... ok
6962026-06-19T09:17:14.462Ztest test_tcp_multicast_denied ... ok
6972026-06-19T09:17:14.462Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6982026-06-19T09:17:14.462Ztest test_gateway_neighbor_advert_reply ... ok
6992026-06-19T09:17:14.462Ztest tcp_inbound ... ok
7002026-06-19T09:17:14.462Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7012026-06-19T09:17:14.462Ztest uft_lft_invalidation_in ... ok
7022026-06-19T09:17:14.462Ztest uft_lft_invalidation_out ... ok
7032026-06-19T09:17:14.462Z
7042026-06-19T09:17:14.462Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-06-19T09:17:14.462Z
7062026-06-19T09:17:14.465Z Doc-tests oxide_vpc
7072026-06-19T09:17:14.757Z
7082026-06-19T09:17:14.757Zrunning 0 tests
7092026-06-19T09:17:14.757Z
7102026-06-19T09:17:14.757Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-06-19T09:17:14.760Z
7122026-06-19T09:17:14.786Z
7132026-06-19T09:17:14.789Zreal 54.326688073
7142026-06-19T09:17:14.789Zuser 3:17.181477888
7152026-06-19T09:17:14.789Zsys 11.855662083
7162026-06-19T09:17:14.789Ztrap 0.088773371
7172026-06-19T09:17:14.789Ztflt 0.235816534
7182026-06-19T09:17:14.789Zdflt 0.310122762
7192026-06-19T09:17:14.789Zkflt 0.007675952
7202026-06-19T09:17:14.789Zlock 12:36.364207444
7212026-06-19T09:17:14.789Zslp 6:32.355967775
7222026-06-19T09:17:14.789Zlat 7.768529438
7232026-06-19T09:17:14.789Zstop 5.173191744
7242026-06-19T09:17:14.789Zprocess exited: duration 118673 ms, exit code 0
 
7252026-06-19T09:17:14.795Zfound 0 output files