01KT1EM0EQ9J6YR0JV4P3M85G9: oxide-vpc

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

Buildomat Job: 01KT1EMJ0JZ7NE9X4JFFFQH6G2

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:53.168Zjob assigned to worker 01KT1EMVEQ1T6ESQSXW1ANQA2V [factory aws, i-004c7ea64b81fbd8d] (queued for 1 m 0 s)
 
22026-06-01T11:21:59.403Zstarting task 0: "setup"
32026-06-01T11:21:59.408Z++ uname -s
42026-06-01T11:21:59.413Z+ kern=SunOS
52026-06-01T11:21:59.413Z+ build_user=build
62026-06-01T11:21:59.413Z+ build_uid=12345
72026-06-01T11:21:59.413Z+ work_dir=/work
82026-06-01T11:21:59.413Z+ input_dir=/input
92026-06-01T11:21:59.413Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:59.413Z+ case "$kern" in
112026-06-01T11:21:59.413Z+ groupadd -g 12345 build
122026-06-01T11:21:59.416Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:22:01.417Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:22:01.519Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:22:01.522Z+ home_fs=zfs
162026-06-01T11:22:01.522Z+ [[ zfs == autofs ]]
172026-06-01T11:22:01.522Z+ mkdir -p /home/build
182026-06-01T11:22:01.522Z+ chown build:build /home/build /work
192026-06-01T11:22:03.522Z+ chmod 0700 /home/build /work
202026-06-01T11:22:03.525Zprocess exited: duration 4120 ms, exit code 0
 
212026-06-01T11:22:03.531Zstarting task 1: "rust-toolchain"
222026-06-01T11:22:03.535Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:22:03.535Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-01T11:22:03.535Z * rust toolchain channel = "1.95.0"
252026-06-01T11:22:03.535Z * rust toolchain profile = "default"
262026-06-01T11:22:03.535Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T11:22:03.535Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T11:22:03.538Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:22:03.538Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:22:03.668Zinfo: downloading installer
312026-06-01T11:22:05.004Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:22:05.004Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:22:05.004Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:22:05.004Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:22:05.016Zinfo: profile set to default
362026-06-01T11:22:05.016Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:22:05.019Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:22:05.144Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:22:05.148Zinfo: downloading 6 components
402026-06-01T11:22:19.550Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-06-01T11:22:19.550Z
422026-06-01T11:22:19.588Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:19.588Z
442026-06-01T11:22:19.588Z
452026-06-01T11:22:19.588ZRust is installed now. Great!
462026-06-01T11:22:19.588Z
472026-06-01T11:22:19.588ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:19.588Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:19.588Z
502026-06-01T11:22:19.588ZTo configure your current shell, you need to source
512026-06-01T11:22:19.588Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:19.588Z
532026-06-01T11:22:19.588ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:19.592Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:19.592Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:19.593Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:19.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:19.593Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:19.593Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:19.593Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:19.593Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:19.696Z+ rustup --version
632026-06-01T11:22:19.706Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:19.710Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:19.729Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:19.732Z+ cargo --version
672026-06-01T11:22:19.745Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:19.749Z+ rustc --version
692026-06-01T11:22:19.769Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:19.773Zprocess exited: duration 16239 ms, exit code 0
 
712026-06-01T11:22:19.780Zstarting task 2: "authentication"
722026-06-01T11:22:19.797Zprocess exited: duration 17 ms, exit code 0
 
732026-06-01T11:22:19.804Zstarting task 3: "clone repository"
742026-06-01T11:22:19.807Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:19.811Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:19.847ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:20.683Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:20.683Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:20.928ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:20.929Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:20.933Z+ [[ -n mtu ]]
822026-06-01T11:22:20.937Z++ git branch --show-current
832026-06-01T11:22:20.937Z+ current=master
842026-06-01T11:22:20.937Z+ [[ master != mtu ]]
852026-06-01T11:22:20.937Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:20.940Z+ git checkout -f mtu
872026-06-01T11:22:20.956ZSwitched to branch 'mtu'
882026-06-01T11:22:20.960Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:20.972ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:20.976Zprocess exited: duration 1169 ms, exit code 0
 
912026-06-01T11:22:20.982Zstarting task 4: "build"
922026-06-01T11:22:20.986Z+ source .github/buildomat/common.sh
932026-06-01T11:22:20.986Z++ rustup show active-toolchain
942026-06-01T11:22:20.991Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:20.994Z++ pushd xde
962026-06-01T11:22:20.995Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:20.995Z++ rustup show active-toolchain
982026-06-01T11:22:20.998Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:21.134Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:21.137Zinfo: downloading 6 components
1012026-06-01T11:22:36.149Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:36.238Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:36.241Z+++ head -n 1
1042026-06-01T11:22:36.241Z+++ cut '-d ' -f1
1052026-06-01T11:22:36.292Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:36.292Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:36.295Z++ popd
1082026-06-01T11:22:36.295Z/work/oxidecomputer/opte
1092026-06-01T11:22:36.295Z+ cargo --version
1102026-06-01T11:22:36.302Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-01T11:22:36.306Z+ rustc --version
1122026-06-01T11:22:36.325Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-01T11:22:36.328Z+ cd lib/oxide-vpc
1142026-06-01T11:22:36.328Z+ header 'check style'
1152026-06-01T11:22:36.328Z+ echo '# ==== check style ==== #'
1162026-06-01T11:22:36.328Z# ==== check style ==== #
1172026-06-01T11:22:36.329Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-06-01T11:22:36.453Z
1192026-06-01T11:22:36.453Zreal 0.120951144
1202026-06-01T11:22:36.453Zuser 0.086812540
1212026-06-01T11:22:36.453Zsys 0.030557459
1222026-06-01T11:22:36.456Ztrap 0.000004220
1232026-06-01T11:22:36.456Ztflt 0.000021630
1242026-06-01T11:22:36.456Zdflt 0.000003800
1252026-06-01T11:22:36.456Zkflt 0.000000000
1262026-06-01T11:22:36.456Zlock 0.031104330
1272026-06-01T11:22:36.457Zslp 0.100717575
1282026-06-01T11:22:36.457Zlat 0.000805790
1292026-06-01T11:22:36.457Zstop 0.000099340
1302026-06-01T11:22:36.457Z+ header 'check docs'
1312026-06-01T11:22:36.457Z+ echo '# ==== check docs ==== #'
1322026-06-01T11:22:36.457Z# ==== check docs ==== #
1332026-06-01T11:22:36.457Z+ RUSTDOCFLAGS='-D warnings'
1342026-06-01T11:22:36.457Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-06-01T11:22:36.521Z Updating crates.io index
1362026-06-01T11:22:36.553Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-01T11:22:37.593Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-01T11:22:37.893Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-01T11:22:38.279Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-01T11:22:38.715Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-01T11:22:39.018Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-01T11:22:39.326Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-01T11:22:41.088Z Downloading crates ...
1442026-06-01T11:22:41.156Z Downloaded defmt-parser v1.0.0
1452026-06-01T11:22:41.163Z Downloaded darling v0.23.0
1462026-06-01T11:22:41.166Z Downloaded managed v0.8.0
1472026-06-01T11:22:41.169Z Downloaded crypto-common v0.1.7
1482026-06-01T11:22:41.173Z Downloaded dof v0.4.0
1492026-06-01T11:22:41.176Z Downloaded cfg-if v1.0.4
1502026-06-01T11:22:41.176Z Downloaded plain v0.2.3
1512026-06-01T11:22:41.179Z Downloaded block-buffer v0.10.4
1522026-06-01T11:22:41.182Z Downloaded ident_case v1.0.1
1532026-06-01T11:22:41.182Z Downloaded darling_macro v0.23.0
1542026-06-01T11:22:41.185Z Downloaded macaddr v1.0.1
1552026-06-01T11:22:41.185Z Downloaded defmt v0.3.100
1562026-06-01T11:22:41.185Z Downloaded darling_macro v0.21.3
1572026-06-01T11:22:41.185Z Downloaded cobs v0.3.0
1582026-06-01T11:22:41.196Z Downloaded hash32 v0.3.1
1592026-06-01T11:22:41.199Z Downloaded dyn-clone v1.0.20
1602026-06-01T11:22:41.199Z Downloaded fnv v1.0.7
1612026-06-01T11:22:41.204Z Downloaded itoa v1.0.18
1622026-06-01T11:22:41.207Z Downloaded dtrace-parser v0.3.0
1632026-06-01T11:22:41.210Z Downloaded generic-array v0.14.7
1642026-06-01T11:22:41.213Z Downloaded strsim v0.11.1
1652026-06-01T11:22:41.216Z Downloaded ref-cast v1.0.25
1662026-06-01T11:22:41.219Z Downloaded cpufeatures v0.2.17
1672026-06-01T11:22:41.222Z Downloaded embedded-io v0.4.0
1682026-06-01T11:22:41.225Z Downloaded embedded-io v0.6.1
1692026-06-01T11:22:41.228Z Downloaded tabwriter v1.4.1
1702026-06-01T11:22:41.231Z Downloaded usdt-attr-macro v0.6.0
1712026-06-01T11:22:41.234Z Downloaded scroll_derive v0.13.1
1722026-06-01T11:22:41.237Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-06-01T11:22:41.241Z Downloaded pretty-hex v0.4.2
1742026-06-01T11:22:41.244Z Downloaded version_check v0.9.5
1752026-06-01T11:22:41.247Z Downloaded stable_deref_trait v1.2.1
1762026-06-01T11:22:41.250Z Downloaded usdt-macro v0.6.0
1772026-06-01T11:22:41.253Z Downloaded digest v0.10.7
1782026-06-01T11:22:41.253Z Downloaded ref-cast-impl v1.0.25
1792026-06-01T11:22:41.253Z Downloaded ipnetwork v0.21.1
1802026-06-01T11:22:41.253Z Downloaded byteorder v1.5.0
1812026-06-01T11:22:41.256Z Downloaded defmt v1.0.1
1822026-06-01T11:22:41.259Z Downloaded bitflags v1.3.2
1832026-06-01T11:22:41.265Z Downloaded darling v0.21.3
1842026-06-01T11:22:41.270Z Downloaded proc-macro-error2 v2.0.1
1852026-06-01T11:22:41.273Z Downloaded either v1.15.0
1862026-06-01T11:22:41.276Z Downloaded sha2 v0.10.9
1872026-06-01T11:22:41.279Z Downloaded thiserror v2.0.18
1882026-06-01T11:22:41.282Z Downloaded thread-id v5.1.0
1892026-06-01T11:22:41.282Z Downloaded usdt v0.6.0
1902026-06-01T11:22:41.282Z Downloaded thiserror-impl v2.0.18
1912026-06-01T11:22:41.282Z Downloaded ingot v0.1.1
1922026-06-01T11:22:41.285Z Downloaded scroll v0.13.0
1932026-06-01T11:22:41.285Z Downloaded usdt-impl v0.6.0
1942026-06-01T11:22:41.292Z Downloaded quote v1.0.45
1952026-06-01T11:22:41.299Z Downloaded serde_tokenstream v0.2.3
1962026-06-01T11:22:41.302Z Downloaded postcard v1.1.3
1972026-06-01T11:22:41.305Z Downloaded defmt-macros v1.0.1
1982026-06-01T11:22:41.305Z Downloaded memmap2 v0.9.10
1992026-06-01T11:22:41.311Z Downloaded zmij v1.0.21
2002026-06-01T11:22:41.314Z Downloaded ingot-types v0.1.2
2012026-06-01T11:22:41.314Z Downloaded ingot-macros v0.1.1
2022026-06-01T11:22:41.317Z Downloaded pest_derive v2.8.6
2032026-06-01T11:22:41.317Z Downloaded crc32fast v1.5.0
2042026-06-01T11:22:41.320Z Downloaded bitflags v2.11.1
2052026-06-01T11:22:41.320Z Downloaded ucd-trie v0.1.7
2062026-06-01T11:22:41.326Z Downloaded log v0.4.29
2072026-06-01T11:22:41.344Z Downloaded pest_generator v2.8.6
2082026-06-01T11:22:41.347Z Downloaded unicode-ident v1.0.24
2092026-06-01T11:22:41.350Z Downloaded serde_core v1.0.228
2102026-06-01T11:22:41.353Z Downloaded uuid v1.23.1
2112026-06-01T11:22:41.357Z Downloaded proc-macro2 v1.0.106
2122026-06-01T11:22:41.362Z Downloaded darling_core v0.23.0
2132026-06-01T11:22:41.375Z Downloaded darling_core v0.21.3
2142026-06-01T11:22:41.378Z Downloaded serde_derive v1.0.228
2152026-06-01T11:22:41.384Z Downloaded heapless v0.8.0
2162026-06-01T11:22:41.388Z Downloaded pest_meta v2.8.6
2172026-06-01T11:22:41.398Z Downloaded serde v1.0.228
2182026-06-01T11:22:41.401Z Downloaded aho-corasick v1.1.4
2192026-06-01T11:22:41.405Z Downloaded memchr v2.8.0
2202026-06-01T11:22:41.411Z Downloaded zerocopy-derive v0.8.48
2212026-06-01T11:22:41.416Z Downloaded typenum v1.20.0
2222026-06-01T11:22:41.423Z Downloaded pest v2.8.6
2232026-06-01T11:22:41.447Z Downloaded itertools v0.14.0
2242026-06-01T11:22:41.451Z Downloaded regex v1.12.3
2252026-06-01T11:22:41.461Z Downloaded serde_json v1.0.149
2262026-06-01T11:22:41.501Z Downloaded goblin v0.10.5
2272026-06-01T11:22:41.528Z Downloaded smoltcp v0.11.0
2282026-06-01T11:22:41.534Z Downloaded zerocopy v0.8.48
2292026-06-01T11:22:41.544Z Downloaded unicode-width v0.2.2
2302026-06-01T11:22:41.547Z Downloaded syn v2.0.117
2312026-06-01T11:22:41.553Z Downloaded regex-syntax v0.8.10
2322026-06-01T11:22:41.576Z Downloaded regex-automata v0.4.14
2332026-06-01T11:22:41.589Z Downloaded libc v0.2.186
2342026-06-01T11:22:41.651Z Compiling proc-macro2 v1.0.106
2352026-06-01T11:22:41.651Z Compiling quote v1.0.45
2362026-06-01T11:22:41.651Z Compiling unicode-ident v1.0.24
2372026-06-01T11:22:41.654Z Compiling strsim v0.11.1
2382026-06-01T11:22:41.654Z Compiling ident_case v1.0.1
2392026-06-01T11:22:41.654Z Documenting unicode-ident v1.0.24
2402026-06-01T11:22:41.711Z Compiling serde_core v1.0.228
2412026-06-01T11:22:41.808Z Compiling fnv v1.0.7
2422026-06-01T11:22:41.826Z Compiling memchr v2.8.0
2432026-06-01T11:22:41.828Z Compiling thiserror v2.0.18
2442026-06-01T11:22:42.001Z Compiling regex-syntax v0.8.10
2452026-06-01T11:22:42.043Z Compiling zerocopy v0.8.48
2462026-06-01T11:22:42.097Z Compiling serde v1.0.228
2472026-06-01T11:22:42.278Z Documenting proc-macro2 v1.0.106
2482026-06-01T11:22:42.395Z Compiling aho-corasick v1.1.4
2492026-06-01T11:22:42.589Z Checking byteorder v1.5.0
2502026-06-01T11:22:42.652Z Checking syn v2.0.117
2512026-06-01T11:22:42.841Z Compiling either v1.15.0
2522026-06-01T11:22:42.865Z Documenting quote v1.0.45
2532026-06-01T11:22:43.045Z Compiling itertools v0.14.0
2542026-06-01T11:22:43.375Z Documenting syn v2.0.117
2552026-06-01T11:22:43.581Z Compiling regex-automata v0.4.14
2562026-06-01T11:22:43.590Z Compiling heapless v0.8.0
2572026-06-01T11:22:44.059Z Checking bitflags v2.11.1
2582026-06-01T11:22:44.107Z Checking hash32 v0.3.1
2592026-06-01T11:22:44.212Z Documenting serde_core v1.0.228
2602026-06-01T11:22:44.219Z Checking macaddr v1.0.1
2612026-06-01T11:22:44.297Z Checking stable_deref_trait v1.2.1
2622026-06-01T11:22:44.352Z Checking cfg-if v1.0.4
2632026-06-01T11:22:44.363Z Documenting memchr v2.8.0
2642026-06-01T11:22:44.410Z Documenting regex-syntax v0.8.10
2652026-06-01T11:22:44.690Z Compiling smoltcp v0.11.0
2662026-06-01T11:22:44.986Z Documenting aho-corasick v1.1.4
2672026-06-01T11:22:45.129Z Checking darling_core v0.21.3
2682026-06-01T11:22:45.373Z Compiling regex v1.12.3
2692026-06-01T11:22:45.767Z Compiling darling_core v0.23.0
2702026-06-01T11:22:45.922Z Documenting regex-automata v0.4.14
2712026-06-01T11:22:46.108Z Checking managed v0.8.0
2722026-06-01T11:22:46.228Z Checking bitflags v1.3.2
2732026-06-01T11:22:46.288Z Documenting zerocopy-derive v0.8.48
2742026-06-01T11:22:46.292Z Documenting thiserror-impl v2.0.18
2752026-06-01T11:22:46.397Z Compiling thiserror-impl v2.0.18
2762026-06-01T11:22:46.809Z Compiling zerocopy-derive v0.8.48
2772026-06-01T11:22:47.067Z Compiling serde_derive v1.0.228
2782026-06-01T11:22:47.296Z Compiling darling_macro v0.21.3
2792026-06-01T11:22:47.304Z Documenting serde_derive v1.0.228
2802026-06-01T11:22:47.478Z Compiling ref-cast v1.0.25
2812026-06-01T11:22:47.492Z Documenting regex v1.12.3
2822026-06-01T11:22:47.735Z Checking cobs v0.3.0
2832026-06-01T11:22:47.833Z Compiling crc32fast v1.5.0
2842026-06-01T11:22:47.885Z Documenting byteorder v1.5.0
2852026-06-01T11:22:47.902Z Compiling darling_macro v0.23.0
2862026-06-01T11:22:47.925Z Compiling darling v0.21.3
2872026-06-01T11:22:48.003Z Compiling ingot-macros v0.1.1
2882026-06-01T11:22:48.313Z Documenting zerocopy v0.8.48
2892026-06-01T11:22:48.383Z Documenting ingot-macros v0.1.1
2902026-06-01T11:22:48.502Z Documenting hash32 v0.3.1
2912026-06-01T11:22:48.512Z Documenting thiserror v2.0.18
2922026-06-01T11:22:48.701Z Compiling ref-cast-impl v1.0.25
2932026-06-01T11:22:49.200Z Documenting bitflags v2.11.1
2942026-06-01T11:22:49.317Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-06-01T11:22:49.573Z Documenting stable_deref_trait v1.2.1
2962026-06-01T11:22:49.603Z Documenting cfg-if v1.0.4
2972026-06-01T11:22:49.833Z Compiling version_check v0.9.5
2982026-06-01T11:22:50.084Z Documenting serde v1.0.228
2992026-06-01T11:22:50.224Z Checking ipnetwork v0.21.1
3002026-06-01T11:22:50.251Z Checking unicode-width v0.2.2
3012026-06-01T11:22:50.267Z Documenting macaddr v1.0.1
3022026-06-01T11:22:50.286Z Checking postcard v1.1.3
3032026-06-01T11:22:50.398Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-06-01T11:22:50.498Z Documenting heapless v0.8.0
3052026-06-01T11:22:50.556Z Documenting cobs v0.3.0
3062026-06-01T11:22:50.652Z Compiling darling v0.23.0
3072026-06-01T11:22:50.791Z Documenting managed v0.8.0
3082026-06-01T11:22:50.806Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-06-01T11:22:51.111Z Checking ingot-types v0.1.2
3102026-06-01T11:22:51.283Z Documenting ingot-types v0.1.2
3112026-06-01T11:22:51.292Z Checking tabwriter v1.4.1
3122026-06-01T11:22:51.473Z Checking ingot v0.1.1
3132026-06-01T11:22:51.513Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-06-01T11:22:51.736Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-06-01T11:22:51.744Z Documenting ref-cast-impl v1.0.25
3162026-06-01T11:22:51.889Z Documenting postcard v1.1.3
3172026-06-01T11:22:51.975Z Documenting smoltcp v0.11.0
3182026-06-01T11:22:52.217Z Documenting either v1.15.0
3192026-06-01T11:22:52.279Z Documenting ingot v0.1.1
3202026-06-01T11:22:52.309Z Documenting ipnetwork v0.21.1
3212026-06-01T11:22:52.485Z Documenting unicode-width v0.2.2
3222026-06-01T11:22:52.720Z Checking dyn-clone v1.0.20
3232026-06-01T11:22:52.873Z Documenting ref-cast v1.0.25
3242026-06-01T11:22:53.044Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-06-01T11:22:53.085Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-06-01T11:22:53.285Z Documenting itertools v0.14.0
3272026-06-01T11:22:53.661Z Documenting crc32fast v1.5.0
3282026-06-01T11:22:53.897Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-06-01T11:22:53.958Z Documenting dyn-clone v1.0.20
3302026-06-01T11:22:54.153Z Documenting tabwriter v1.4.1
3312026-06-01T11:22:54.721Z Documenting uuid v1.23.1
3322026-06-01T11:22:55.183Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-01T11:22:55.558Z Checking uuid v1.23.1
3342026-06-01T11:22:55.742Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-06-01T11:22:55.801Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-06-01T11:22:57.530Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-06-01T11:22:59.848Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-06-01T11:23:01.432Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.97s
3392026-06-01T11:23:01.520Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-06-01T11:23:01.537Z
3412026-06-01T11:23:01.541Zreal 25.067597635
3422026-06-01T11:23:01.541Zuser 1:23.027433901
3432026-06-01T11:23:01.541Zsys 17.390288623
3442026-06-01T11:23:01.541Ztrap 0.052740611
3452026-06-01T11:23:01.541Ztflt 0.035577044
3462026-06-01T11:23:01.541Zdflt 0.086013192
3472026-06-01T11:23:01.541Zkflt 0.004079740
3482026-06-01T11:23:01.541Zlock 8:26.136411174
3492026-06-01T11:23:01.541Zslp 4:53.977760164
3502026-06-01T11:23:01.541Zlat 6.542679352
3512026-06-01T11:23:01.541Zstop 9.998790273
3522026-06-01T11:23:01.541Z+ header 'analyze std + api + usdt'
3532026-06-01T11:23:01.541Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-06-01T11:23:01.541Z# ==== analyze std + api + usdt ==== #
3552026-06-01T11:23:01.541Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-06-01T11:23:01.730Z Downloading crates ...
3572026-06-01T11:23:01.788Z Downloaded futures-macro v0.3.32
3582026-06-01T11:23:01.792Z Downloaded slab v0.4.12
3592026-06-01T11:23:01.795Z Downloaded pin-project-lite v0.2.17
3602026-06-01T11:23:01.799Z Downloaded typeid v1.0.3
3612026-06-01T11:23:01.802Z Downloaded futures-core v0.3.32
3622026-06-01T11:23:01.802Z Downloaded dtor v0.8.1
3632026-06-01T11:23:01.802Z Downloaded ctor-proc-macro v0.0.13
3642026-06-01T11:23:01.805Z Downloaded rusticata-macros v5.0.0
3652026-06-01T11:23:01.809Z Downloaded futures-task v0.3.32
3662026-06-01T11:23:01.809Z Downloaded link-section v0.2.1
3672026-06-01T11:23:01.809Z Downloaded futures-sink v0.3.32
3682026-06-01T11:23:01.809Z Downloaded futures-executor v0.3.32
3692026-06-01T11:23:01.812Z Downloaded futures-io v0.3.32
3702026-06-01T11:23:01.812Z Downloaded dtor-proc-macro v0.0.13
3712026-06-01T11:23:01.812Z Downloaded circular v0.3.0
3722026-06-01T11:23:01.818Z Downloaded cookie-factory v0.3.3
3732026-06-01T11:23:01.822Z Downloaded futures-channel v0.3.32
3742026-06-01T11:23:01.826Z Downloaded once_cell v1.21.4
3752026-06-01T11:23:01.826Z Downloaded ctor v0.10.1
3762026-06-01T11:23:01.846Z Downloaded anyhow v1.0.102
3772026-06-01T11:23:01.846Z Downloaded futures v0.3.32
3782026-06-01T11:23:01.849Z Downloaded ron v0.12.1
3792026-06-01T11:23:01.854Z Downloaded nom v8.0.0
3802026-06-01T11:23:01.857Z Downloaded pcap-parser v0.17.0
3812026-06-01T11:23:01.861Z Downloaded futures-util v0.3.32
3822026-06-01T11:23:01.916Z Compiling proc-macro2 v1.0.106
3832026-06-01T11:23:01.916Z Compiling quote v1.0.45
3842026-06-01T11:23:01.916Z Compiling unicode-ident v1.0.24
3852026-06-01T11:23:01.919Z Compiling memchr v2.8.0
3862026-06-01T11:23:01.919Z Compiling thiserror v2.0.18
3872026-06-01T11:23:01.919Z Compiling serde_core v1.0.228
3882026-06-01T11:23:01.919Z Compiling zerocopy v0.8.48
3892026-06-01T11:23:01.919Z Compiling zmij v1.0.21
3902026-06-01T11:23:02.289Z Compiling libc v0.2.186
3912026-06-01T11:23:02.316Z Compiling serde_json v1.0.149
3922026-06-01T11:23:02.321Z Compiling strsim v0.11.1
3932026-06-01T11:23:02.373Z Compiling ucd-trie v0.1.7
3942026-06-01T11:23:02.489Z Compiling ident_case v1.0.1
3952026-06-01T11:23:02.529Z Compiling pest v2.8.6
3962026-06-01T11:23:02.593Z Compiling serde v1.0.228
3972026-06-01T11:23:02.822Z Compiling fnv v1.0.7
3982026-06-01T11:23:02.948Z Compiling aho-corasick v1.1.4
3992026-06-01T11:23:02.981Z Compiling regex-syntax v0.8.10
4002026-06-01T11:23:03.162Z Compiling syn v2.0.117
4012026-06-01T11:23:03.189Z Compiling itoa v1.0.18
4022026-06-01T11:23:03.330Z Checking byteorder v1.5.0
4032026-06-01T11:23:03.694Z Compiling pest_meta v2.8.6
4042026-06-01T11:23:03.819Z Compiling usdt-impl v0.6.0
4052026-06-01T11:23:03.899Z Compiling either v1.15.0
4062026-06-01T11:23:04.077Z Compiling itertools v0.14.0
4072026-06-01T11:23:04.096Z Checking bitflags v2.11.1
4082026-06-01T11:23:04.259Z Compiling thread-id v5.1.0
4092026-06-01T11:23:04.435Z Compiling regex-automata v0.4.14
4102026-06-01T11:23:04.450Z Checking futures-core v0.3.32
4112026-06-01T11:23:04.572Z Checking plain v0.2.3
4122026-06-01T11:23:04.799Z Checking futures-sink v0.3.32
4132026-06-01T11:23:04.893Z Checking log v0.4.29
4142026-06-01T11:23:04.919Z Compiling heapless v0.8.0
4152026-06-01T11:23:05.068Z Checking futures-channel v0.3.32
4162026-06-01T11:23:05.326Z Checking hash32 v0.3.1
4172026-06-01T11:23:05.389Z Checking futures-io v0.3.32
4182026-06-01T11:23:05.424Z Checking macaddr v1.0.1
4192026-06-01T11:23:05.446Z Compiling smoltcp v0.11.0
4202026-06-01T11:23:05.498Z Checking pin-project-lite v0.2.17
4212026-06-01T11:23:05.567Z Checking cfg-if v1.0.4
4222026-06-01T11:23:05.581Z Checking futures-task v0.3.32
4232026-06-01T11:23:05.622Z Compiling pest_generator v2.8.6
4242026-06-01T11:23:05.666Z Compiling darling_core v0.21.3
4252026-06-01T11:23:05.715Z Compiling darling_core v0.23.0
4262026-06-01T11:23:05.797Z Checking stable_deref_trait v1.2.1
4272026-06-01T11:23:05.817Z Checking pretty-hex v0.4.2
4282026-06-01T11:23:05.863Z Checking slab v0.4.12
4292026-06-01T11:23:06.242Z Compiling regex v1.12.3
4302026-06-01T11:23:06.316Z Compiling ref-cast v1.0.25
4312026-06-01T11:23:06.382Z Checking bitflags v1.3.2
4322026-06-01T11:23:06.444Z Compiling version_check v0.9.5
4332026-06-01T11:23:06.640Z Compiling crc32fast v1.5.0
4342026-06-01T11:23:06.644Z Checking managed v0.8.0
4352026-06-01T11:23:06.724Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-06-01T11:23:06.833Z Compiling thiserror-impl v2.0.18
4372026-06-01T11:23:06.944Z Compiling serde_derive v1.0.228
4382026-06-01T11:23:06.994Z Compiling zerocopy-derive v0.8.48
4392026-06-01T11:23:07.031Z Compiling pest_derive v2.8.6
4402026-06-01T11:23:07.575Z Compiling scroll_derive v0.13.1
4412026-06-01T11:23:07.794Z Compiling darling_macro v0.21.3
4422026-06-01T11:23:07.884Z Compiling futures-macro v0.3.32
4432026-06-01T11:23:08.070Z Compiling darling_macro v0.23.0
4442026-06-01T11:23:08.215Z Compiling dtrace-parser v0.3.0
4452026-06-01T11:23:08.380Z Compiling darling v0.21.3
4462026-06-01T11:23:08.454Z Checking scroll v0.13.0
4472026-06-01T11:23:08.466Z Compiling ingot-macros v0.1.1
4482026-06-01T11:23:08.644Z Checking cobs v0.3.0
4492026-06-01T11:23:08.683Z Checking goblin v0.10.5
4502026-06-01T11:23:08.727Z Checking futures-util v0.3.32
4512026-06-01T11:23:08.782Z Compiling darling v0.23.0
4522026-06-01T11:23:08.856Z Compiling ref-cast-impl v1.0.25
4532026-06-01T11:23:08.892Z Checking memmap2 v0.9.10
4542026-06-01T11:23:09.058Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-06-01T11:23:09.350Z Checking ipnetwork v0.21.1
4562026-06-01T11:23:09.526Z Checking unicode-width v0.2.2
4572026-06-01T11:23:10.113Z Checking postcard v1.1.3
4582026-06-01T11:23:10.262Z Compiling serde_tokenstream v0.2.3
4592026-06-01T11:23:10.377Z Checking tabwriter v1.4.1
4602026-06-01T11:23:10.514Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-06-01T11:23:10.577Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-06-01T11:23:10.608Z Checking nom v8.0.0
4632026-06-01T11:23:10.644Z Checking futures-executor v0.3.32
4642026-06-01T11:23:10.793Z Checking futures v0.3.32
4652026-06-01T11:23:10.862Z Checking dyn-clone v1.0.20
4662026-06-01T11:23:10.961Z Compiling anyhow v1.0.102
4672026-06-01T11:23:11.148Z Compiling typeid v1.0.3
4682026-06-01T11:23:11.165Z Checking cookie-factory v0.3.3
4692026-06-01T11:23:11.169Z Checking uuid v1.23.1
4702026-06-01T11:23:11.210Z Checking ingot-types v0.1.2
4712026-06-01T11:23:11.231Z Compiling dof v0.4.0
4722026-06-01T11:23:11.422Z Compiling dtor-proc-macro v0.0.13
4732026-06-01T11:23:11.434Z Checking circular v0.3.0
4742026-06-01T11:23:11.480Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4752026-06-01T11:23:11.555Z Checking ingot v0.1.1
4762026-06-01T11:23:11.611Z Checking link-section v0.2.1
4772026-06-01T11:23:11.630Z Checking once_cell v1.21.4
4782026-06-01T11:23:11.715Z Compiling ctor-proc-macro v0.0.13
4792026-06-01T11:23:11.760Z Checking ron v0.12.1
4802026-06-01T11:23:11.775Z Checking dtor v0.8.1
4812026-06-01T11:23:12.059Z Checking ctor v0.10.1
4822026-06-01T11:23:12.201Z Compiling usdt-attr-macro v0.6.0
4832026-06-01T11:23:12.204Z Compiling usdt-macro v0.6.0
4842026-06-01T11:23:12.548Z Checking rusticata-macros v5.0.0
4852026-06-01T11:23:12.672Z Checking pcap-parser v0.17.0
4862026-06-01T11:23:12.846Z Checking usdt v0.6.0
4872026-06-01T11:23:13.084Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-06-01T11:23:17.526Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-06-01T11:23:19.201Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-06-01T11:23:21.518Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.93s
4912026-06-01T11:23:21.551Z
4922026-06-01T11:23:21.555Zreal 20.007166393
4932026-06-01T11:23:21.555Zuser 1:14.643677642
4942026-06-01T11:23:21.555Zsys 15.905086837
4952026-06-01T11:23:21.555Ztrap 0.041148560
4962026-06-01T11:23:21.555Ztflt 0.074973381
4972026-06-01T11:23:21.555Zdflt 0.151130441
4982026-06-01T11:23:21.555Zkflt 0.000058850
4992026-06-01T11:23:21.555Zlock 4:08.901270408
5002026-06-01T11:23:21.555Zslp 4:00.127957151
5012026-06-01T11:23:21.555Zlat 3.626344882
5022026-06-01T11:23:21.555Zstop 8.314580225
5032026-06-01T11:23:21.555Z+ header 'analyze no_std + engine + kernel'
5042026-06-01T11:23:21.556Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-06-01T11:23:21.556Z# ==== analyze no_std + engine + kernel ==== #
5062026-06-01T11:23:21.556Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-06-01T11:23:21.735Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-06-01T11:23:21.735Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-06-01T11:23:21.739Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-06-01T11:23:21.757Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-06-01T11:23:22.003Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-06-01T11:23:26.285Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-06-01T11:23:27.888Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.29s
5142026-06-01T11:23:27.917Z
5152026-06-01T11:23:27.920Zreal 6.359351408
5162026-06-01T11:23:27.920Zuser 6.626822385
5172026-06-01T11:23:27.920Zsys 1.007304498
5182026-06-01T11:23:27.920Ztrap 0.000831950
5192026-06-01T11:23:27.920Ztflt 0.008492350
5202026-06-01T11:23:27.920Zdflt 0.002798690
5212026-06-01T11:23:27.920Zkflt 0.000000000
5222026-06-01T11:23:27.920Zlock 22.255544563
5232026-06-01T11:23:27.920Zslp 23.159269712
5242026-06-01T11:23:27.920Zlat 0.022446642
5252026-06-01T11:23:27.920Zstop 0.246915114
5262026-06-01T11:23:27.920Z+ header test
5272026-06-01T11:23:27.920Z+ echo '# ==== test ==== #'
5282026-06-01T11:23:27.920Z# ==== test ==== #
5292026-06-01T11:23:27.920Z+ ptime -m cargo test
5302026-06-01T11:23:28.087Z Compiling memchr v2.8.0
5312026-06-01T11:23:28.087Z Compiling serde_core v1.0.228
5322026-06-01T11:23:28.113Z Compiling thiserror v2.0.18
5332026-06-01T11:23:28.117Z Compiling zerocopy v0.8.48
5342026-06-01T11:23:28.120Z Compiling byteorder v1.5.0
5352026-06-01T11:23:28.120Z Compiling unicode-ident v1.0.24
5362026-06-01T11:23:28.125Z Compiling libc v0.2.186
5372026-06-01T11:23:28.125Z Compiling zmij v1.0.21
5382026-06-01T11:23:28.204Z Compiling scroll v0.13.0
5392026-06-01T11:23:28.257Z Compiling proc-macro2 v1.0.106
5402026-06-01T11:23:28.344Z Compiling plain v0.2.3
5412026-06-01T11:23:28.444Z Compiling ucd-trie v0.1.7
5422026-06-01T11:23:28.480Z Compiling futures-core v0.3.32
5432026-06-01T11:23:28.490Z Compiling futures-sink v0.3.32
5442026-06-01T11:23:28.517Z Compiling itoa v1.0.18
5452026-06-01T11:23:28.588Z Compiling log v0.4.29
5462026-06-01T11:23:28.641Z Compiling quote v1.0.45
5472026-06-01T11:23:28.785Z Compiling goblin v0.10.5
5482026-06-01T11:23:28.823Z Compiling futures-channel v0.3.32
5492026-06-01T11:23:29.072Z Compiling pest v2.8.6
5502026-06-01T11:23:29.182Z Compiling hash32 v0.3.1
5512026-06-01T11:23:29.328Z Compiling futures-task v0.3.32
5522026-06-01T11:23:29.356Z Compiling macaddr v1.0.1
5532026-06-01T11:23:29.530Z Compiling cfg-if v1.0.4
5542026-06-01T11:23:29.598Z Compiling pin-project-lite v0.2.17
5552026-06-01T11:23:29.624Z Compiling stable_deref_trait v1.2.1
5562026-06-01T11:23:29.692Z Compiling pretty-hex v0.4.2
5572026-06-01T11:23:29.697Z Compiling slab v0.4.12
5582026-06-01T11:23:29.757Z Compiling futures-io v0.3.32
5592026-06-01T11:23:29.825Z Compiling heapless v0.8.0
5602026-06-01T11:23:29.880Z Compiling futures-util v0.3.32
5612026-06-01T11:23:29.960Z Compiling serde v1.0.228
5622026-06-01T11:23:30.194Z Compiling bitflags v2.11.1
5632026-06-01T11:23:30.319Z Compiling serde_json v1.0.149
5642026-06-01T11:23:30.623Z Compiling dtrace-parser v0.3.0
5652026-06-01T11:23:30.638Z Compiling syn v2.0.117
5662026-06-01T11:23:30.915Z Compiling thread-id v5.1.0
5672026-06-01T11:23:30.996Z Compiling cobs v0.3.0
5682026-06-01T11:23:31.229Z Compiling ingot-types v0.1.2
5692026-06-01T11:23:31.294Z Compiling bitflags v1.3.2
5702026-06-01T11:23:31.299Z Compiling managed v0.8.0
5712026-06-01T11:23:31.365Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-06-01T11:23:31.527Z Compiling smoltcp v0.11.0
5732026-06-01T11:23:31.621Z Compiling ingot v0.1.1
5742026-06-01T11:23:31.642Z Compiling postcard v1.1.3
5752026-06-01T11:23:31.994Z Compiling dof v0.4.0
5762026-06-01T11:23:32.718Z Compiling futures-executor v0.3.32
5772026-06-01T11:23:33.330Z Compiling usdt-impl v0.6.0
5782026-06-01T11:23:33.559Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-06-01T11:23:33.912Z Compiling memmap2 v0.9.10
5802026-06-01T11:23:34.175Z Compiling ipnetwork v0.21.1
5812026-06-01T11:23:34.225Z Compiling unicode-width v0.2.2
5822026-06-01T11:23:34.313Z Compiling either v1.15.0
5832026-06-01T11:23:34.496Z Compiling itertools v0.14.0
5842026-06-01T11:23:34.530Z Compiling tabwriter v1.4.1
5852026-06-01T11:23:34.710Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5862026-06-01T11:23:34.960Z Compiling ref-cast v1.0.25
5872026-06-01T11:23:35.058Z Compiling usdt v0.6.0
5882026-06-01T11:23:35.454Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-06-01T11:23:35.678Z Compiling futures v0.3.32
5902026-06-01T11:23:35.754Z Compiling crc32fast v1.5.0
5912026-06-01T11:23:35.858Z Compiling nom v8.0.0
5922026-06-01T11:23:35.928Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-06-01T11:23:36.000Z Compiling dyn-clone v1.0.20
5942026-06-01T11:23:36.170Z Compiling cookie-factory v0.3.3
5952026-06-01T11:23:36.173Z Compiling uuid v1.23.1
5962026-06-01T11:23:36.488Z Compiling circular v0.3.0
5972026-06-01T11:23:36.746Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-06-01T11:23:36.770Z Compiling dtor v0.8.1
5992026-06-01T11:23:36.858Z Compiling anyhow v1.0.102
6002026-06-01T11:23:36.912Z Compiling typeid v1.0.3
6012026-06-01T11:23:36.988Z Compiling once_cell v1.21.4
6022026-06-01T11:23:37.023Z Compiling link-section v0.2.1
6032026-06-01T11:23:37.140Z Compiling ctor v0.10.1
6042026-06-01T11:23:37.153Z Compiling ron v0.12.1
6052026-06-01T11:23:38.522Z Compiling rusticata-macros v5.0.0
6062026-06-01T11:23:38.851Z Compiling pcap-parser v0.17.0
6072026-06-01T11:23:42.158Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-06-01T11:23:44.949Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-06-01T11:24:22.515Z Finished `test` profile [optimized + debuginfo] target(s) in 54.58s
6102026-06-01T11:24:22.532Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214)
6112026-06-01T11:24:22.536Z
6122026-06-01T11:24:22.536Zrunning 15 tests
6132026-06-01T11:24:22.536Ztest api::tests::parse_bad_proto_filter ... ok
6142026-06-01T11:24:22.536Ztest api::tests::ports_from_str_good ... ok
6152026-06-01T11:24:22.536Ztest api::tests::parse_good_proto_filter ... ok
6162026-06-01T11:24:22.536Ztest api::tests::parse_bad_address ... ok
6172026-06-01T11:24:22.536Ztest api::tests::ports_from_str_bad ... ok
6182026-06-01T11:24:22.536Ztest api::tests::parse_good_address ... ok
6192026-06-01T11:24:22.536Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6202026-06-01T11:24:22.536Ztest cfg::tests::test_required_nat_space ... ok
6212026-06-01T11:24:22.536Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-06-01T11:24:22.536Ztest engine::geneve::test::parse_multi_opt ... ok
6232026-06-01T11:24:22.536Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6242026-06-01T11:24:22.536Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6252026-06-01T11:24:22.536Ztest engine::geneve::test::parse_single_opt ... ok
6262026-06-01T11:24:22.536Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-06-01T11:24:22.539Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-06-01T11:24:22.539Z
6292026-06-01T11:24:22.539Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-06-01T11:24:22.539Z
6312026-06-01T11:24:22.539Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3)
6322026-06-01T11:24:22.539Z
6332026-06-01T11:24:22.539Zrunning 4 tests
6342026-06-01T11:24:22.539Ztest firewall_external_inbound ... ok
6352026-06-01T11:24:22.539Ztest firewall_vni_outbound ... ok
6362026-06-01T11:24:22.539Ztest firewall_vni_inbound ... ok
6372026-06-01T11:24:22.539Ztest firewall_replace_rules ... ok
6382026-06-01T11:24:22.540Z
6392026-06-01T11:24:22.540Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-06-01T11:24:22.540Z
6412026-06-01T11:24:22.543Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0)
6422026-06-01T11:24:22.543Z
6432026-06-01T11:24:22.543Zrunning 2 tests
6442026-06-01T11:24:22.543Ztest parse_in_regression ... ok
6452026-06-01T11:24:22.543Ztest parse_out_regression ... ok
6462026-06-01T11:24:22.543Z
6472026-06-01T11:24:22.543Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-06-01T11:24:22.543Z
6492026-06-01T11:24:22.543Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675)
6502026-06-01T11:24:22.546Z
6512026-06-01T11:24:22.546Zrunning 48 tests
6522026-06-01T11:24:22.546Ztest bad_ip_len ... ok
6532026-06-01T11:24:22.546Ztest check_layers ... ok
6542026-06-01T11:24:22.546Ztest add_remove_fw_rule ... ok
6552026-06-01T11:24:22.546Ztest arp_gateway ... ok
6562026-06-01T11:24:22.546Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-06-01T11:24:22.546Ztest anti_spoof ... ok
6582026-06-01T11:24:22.546Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-06-01T11:24:22.546Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-06-01T11:24:22.546Ztest gateway_icmp4_ping ... ok
6612026-06-01T11:24:22.546Ztest flow_expiration ... ok
6622026-06-01T11:24:22.546Ztest gateway_icmpv6_ping ... ok
6632026-06-01T11:24:22.546Ztest early_tcp_invalidation ... ok
6642026-06-01T11:24:22.547Ztest external_ip_epoch_affinity_preserved ... ok
6652026-06-01T11:24:22.550Ztest external_ip_reconfigurable ... ok
6662026-06-01T11:24:22.550Ztest gateway_router_advert_reply ... ok
6672026-06-01T11:24:22.550Ztest guest_to_guest_no_route ... ok
6682026-06-01T11:24:22.550Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-06-01T11:24:22.550Ztest guest_to_internet_ipv4 ... ok
6702026-06-01T11:24:22.550Ztest guest_to_guest ... ok
6712026-06-01T11:24:22.550Ztest guest_to_internet_ipv6 ... ok
6722026-06-01T11:24:22.550Ztest inbound_ndp_dropped_at_gateway ... ok
6732026-06-01T11:24:22.550Ztest icmp_inner_has_nat_applied ... ok
6742026-06-01T11:24:22.550Ztest icmpv6_inner_has_nat_applied ... ok
6752026-06-01T11:24:22.550Ztest external_ip_receive_and_reply_on_all ... ok
6762026-06-01T11:24:22.550Ztest intra_subnet_routes_with_custom ... ok
6772026-06-01T11:24:22.550Ztest no_panic_on_flow_table_full ... ok
6782026-06-01T11:24:22.550Ztest external_ip_balanced_over_floating_ips ... ok
6792026-06-01T11:24:22.550Ztest outbound_ndp_dropped ... ok
6802026-06-01T11:24:22.550Ztest packet_body_pullup ... ok
6812026-06-01T11:24:22.550Ztest internal_attached_subnets ... ok
6822026-06-01T11:24:22.550Ztest port_transition_running ... ok
6832026-06-01T11:24:22.550Ztest port_transition_reset ... ok
6842026-06-01T11:24:22.550Ztest port_as_router_target ... ok
6852026-06-01T11:24:22.551Ztest test_drop_on_unknown_critical_option ... ok
6862026-06-01T11:24:22.551Ztest port_transition_pause ... ok
6872026-06-01T11:24:22.551Ztest tcp_invalidation_does_not_block_connection ... ok
6882026-06-01T11:24:22.551Ztest select_eip_conditioned_on_igw ... ok
6892026-06-01T11:24:22.551Ztest snat_icmp4_echo_rewrite ... ok
6902026-06-01T11:24:22.551Ztest snat_icmp6_echo_rewrite ... ok
6912026-06-01T11:24:22.551Ztest tcp_inbound ... ok
6922026-06-01T11:24:22.551Ztest tcp_outbound ... ok
6932026-06-01T11:24:22.551Ztest test_gateway_neighbor_advert_reply ... ok
6942026-06-01T11:24:22.551Ztest test_ipv6_multicast_encapsulation ... ok
6952026-06-01T11:24:22.551Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-06-01T11:24:22.551Ztest test_tcp_multicast_denied ... ok
6972026-06-01T11:24:22.551Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-06-01T11:24:22.551Ztest uft_lft_invalidation_out ... ok
6992026-06-01T11:24:22.551Ztest uft_lft_invalidation_in ... ok
7002026-06-01T11:24:22.551Z
7012026-06-01T11:24:22.551Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-06-01T11:24:22.551Z
7032026-06-01T11:24:22.551Z Doc-tests oxide_vpc
7042026-06-01T11:24:22.857Z
7052026-06-01T11:24:22.857Zrunning 0 tests
7062026-06-01T11:24:22.857Z
7072026-06-01T11:24:22.860Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-06-01T11:24:22.860Z
7092026-06-01T11:24:22.885Z
7102026-06-01T11:24:22.888Zreal 54.956522104
7112026-06-01T11:24:22.888Zuser 3:19.481089927
7122026-06-01T11:24:22.888Zsys 12.253138205
7132026-06-01T11:24:22.888Ztrap 0.087398571
7142026-06-01T11:24:22.888Ztflt 0.304292034
7152026-06-01T11:24:22.888Zdflt 0.289142297
7162026-06-01T11:24:22.888Zkflt 0.000030230
7172026-06-01T11:24:22.888Zlock 12:56.508161861
7182026-06-01T11:24:22.888Zslp 6:43.779645319
7192026-06-01T11:24:22.888Zlat 8.204523201
7202026-06-01T11:24:22.888Zstop 5.293135977
7212026-06-01T11:24:22.888Zprocess exited: duration 121901 ms, exit code 0
 
7222026-06-01T11:24:22.894Zfound 0 output files