01KXDA517J1ZQSQXJYPR3C9NPE: oxide-vpc

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

Buildomat Job: 01KXDA5T135HD85SM8YN1NWA29

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T08:41:51.893Zjob assigned to worker 01KXDA5ZXV4BH0PQEA3BYS51AX [factory aws, i-081423d1e1c5f870d] (queued for 58 s)
 
22026-07-13T08:41:58.175Zstarting task 0: "setup"
32026-07-13T08:41:58.182Z++ uname -s
42026-07-13T08:41:58.185Z+ kern=SunOS
52026-07-13T08:41:58.185Z+ build_user=build
62026-07-13T08:41:58.185Z+ build_uid=12345
72026-07-13T08:41:58.185Z+ work_dir=/work
82026-07-13T08:41:58.185Z+ input_dir=/input
92026-07-13T08:41:58.185Z+ [[ 0 == 12345 ]]
102026-07-13T08:41:58.185Z+ case "$kern" in
112026-07-13T08:41:58.185Z+ groupadd -g 12345 build
122026-07-13T08:41:58.188Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T08:42:00.192Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T08:42:00.315Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T08:42:00.318Z+ home_fs=zfs
162026-07-13T08:42:00.318Z+ [[ zfs == autofs ]]
172026-07-13T08:42:00.318Z+ mkdir -p /home/build
182026-07-13T08:42:00.318Z+ chown build:build /home/build /work
192026-07-13T08:42:02.320Z+ chmod 0700 /home/build /work
202026-07-13T08:42:02.323Zprocess exited: duration 4148 ms, exit code 0
 
212026-07-13T08:42:02.328Zstarting task 1: "rust-toolchain"
222026-07-13T08:42:02.333Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-13T08:42:02.333Z * rust toolchain channel = "1.96.1"
242026-07-13T08:42:02.333Z * rust toolchain profile = "default"
252026-07-13T08:42:02.333Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-13T08:42:02.333Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T08:42:02.334Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T08:42:02.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T08:42:02.336Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-13T08:42:02.416Zinfo: downloading installer
312026-07-13T08:42:03.701Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T08:42:03.701Zwarn: /home/build/.rustup/settings.toml
332026-07-13T08:42:03.701Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T08:42:03.701Zwarn: instead of the one inferred from the default host triple.
352026-07-13T08:42:03.713Zinfo: profile set to default
362026-07-13T08:42:03.713Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T08:42:03.716Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-13T08:42:03.859Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-13T08:42:03.862Zinfo: downloading 6 components
402026-07-13T08:42:18.207Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-13T08:42:18.207Z
422026-07-13T08:42:18.237Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-13T08:42:18.237Z
442026-07-13T08:42:18.237Z
452026-07-13T08:42:18.237ZRust is installed now. Great!
462026-07-13T08:42:18.237Z
472026-07-13T08:42:18.237ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T08:42:18.237Zenvironment variable. This has not been done automatically.
492026-07-13T08:42:18.237Z
502026-07-13T08:42:18.237ZTo configure your current shell, you need to source
512026-07-13T08:42:18.237Zthe corresponding env file under $HOME/.cargo.
522026-07-13T08:42:18.237Z
532026-07-13T08:42:18.237ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T08:42:18.238Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T08:42:18.238Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T08:42:18.238Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T08:42:18.238Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T08:42:18.238Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T08:42:18.238Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T08:42:18.241Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T08:42:18.241Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T08:42:18.342Z+ rustup --version
632026-07-13T08:42:18.351Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T08:42:18.354Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T08:42:18.373Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-13T08:42:18.376Z+ cargo --version
672026-07-13T08:42:18.390Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-13T08:42:18.392Z+ rustc --version
692026-07-13T08:42:18.412Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-13T08:42:18.415Zprocess exited: duration 16086 ms, exit code 0
 
712026-07-13T08:42:18.421Zstarting task 2: "authentication"
722026-07-13T08:42:18.438Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T08:42:18.445Zstarting task 3: "clone repository"
742026-07-13T08:42:18.448Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T08:42:18.451Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T08:42:18.480ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T08:42:19.388Z+ cd /work/oxidecomputer/opte
782026-07-13T08:42:19.391Z+ git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9
792026-07-13T08:42:19.608ZFrom https://github.com/oxidecomputer/opte
802026-07-13T08:42:19.608Z * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD
812026-07-13T08:42:19.614Z+ [[ -n renovate/lock-file-maintenance ]]
822026-07-13T08:42:19.617Z++ git branch --show-current
832026-07-13T08:42:19.617Z+ current=master
842026-07-13T08:42:19.617Z+ [[ master != renovate/lock-file-maintenance ]]
852026-07-13T08:42:19.617Z+ git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9
862026-07-13T08:42:19.620Z+ git checkout -f renovate/lock-file-maintenance
872026-07-13T08:42:19.636ZSwitched to branch 'renovate/lock-file-maintenance'
882026-07-13T08:42:19.641Z+ git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9
892026-07-13T08:42:19.653ZHEAD is now at b9b6231 Lock file maintenance
902026-07-13T08:42:19.656Zprocess exited: duration 1208 ms, exit code 0
 
912026-07-13T08:42:19.662Zstarting task 4: "build"
922026-07-13T08:42:19.665Z+ source .github/buildomat/common.sh
932026-07-13T08:42:19.668Z++ rustup show active-toolchain
942026-07-13T08:42:19.671Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-13T08:42:19.673Z++ pushd xde
962026-07-13T08:42:19.673Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-13T08:42:19.673Z++ rustup show active-toolchain
982026-07-13T08:42:19.677Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-13T08:42:19.840Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-13T08:42:19.843Zinfo: downloading 6 components
1012026-07-13T08:42:33.013Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-13T08:42:33.099Z+++ rustup show active-toolchain -v
1032026-07-13T08:42:33.102Z+++ head -n 1
1042026-07-13T08:42:33.102Z+++ cut '-d ' -f1
1052026-07-13T08:42:33.158Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-13T08:42:33.158Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-13T08:42:33.158Z++ popd
1082026-07-13T08:42:33.159Z/work/oxidecomputer/opte
1092026-07-13T08:42:33.161Z+ cargo --version
1102026-07-13T08:42:33.168Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-13T08:42:33.171Z+ rustc --version
1122026-07-13T08:42:33.190Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-13T08:42:33.193Z+ cd lib/oxide-vpc
1142026-07-13T08:42:33.193Z+ header 'check style'
1152026-07-13T08:42:33.193Z+ echo '# ==== check style ==== #'
1162026-07-13T08:42:33.193Z# ==== check style ==== #
1172026-07-13T08:42:33.193Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-13T08:42:33.321Z
1192026-07-13T08:42:33.321Zreal 0.125437996
1202026-07-13T08:42:33.321Zuser 0.087314190
1212026-07-13T08:42:33.321Zsys 0.033910391
1222026-07-13T08:42:33.321Ztrap 0.000007940
1232026-07-13T08:42:33.321Ztflt 0.000007870
1242026-07-13T08:42:33.325Zdflt 0.000025720
1252026-07-13T08:42:33.325Zkflt 0.000000000
1262026-07-13T08:42:33.325Zlock 0.031606210
1272026-07-13T08:42:33.325Zslp 0.102770775
1282026-07-13T08:42:33.325Zlat 0.000751880
1292026-07-13T08:42:33.325Zstop 0.000089610
1302026-07-13T08:42:33.325Z+ header 'check docs'
1312026-07-13T08:42:33.325Z+ echo '# ==== check docs ==== #'
1322026-07-13T08:42:33.325Z# ==== check docs ==== #
1332026-07-13T08:42:33.325Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-13T08:42:33.325Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-13T08:42:33.394Z Updating crates.io index
1362026-07-13T08:42:33.397Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-13T08:42:34.040Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-13T08:42:34.438Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-13T08:42:34.753Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-13T08:42:35.007Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-13T08:42:35.255Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-13T08:42:35.506Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-13T08:42:37.267Z Downloading crates ...
1442026-07-13T08:42:37.332Z Downloaded cfg-if v1.0.4
1452026-07-13T08:42:37.335Z Downloaded cobs v0.3.0
1462026-07-13T08:42:37.338Z Downloaded aho-corasick v1.1.4
1472026-07-13T08:42:37.340Z Downloaded ingot-macros v0.1.1
1482026-07-13T08:42:37.343Z Downloaded itoa v1.0.18
1492026-07-13T08:42:37.346Z Downloaded defmt v0.3.100
1502026-07-13T08:42:37.346Z Downloaded plain v0.2.3
1512026-07-13T08:42:37.349Z Downloaded hash32 v0.3.1
1522026-07-13T08:42:37.357Z Downloaded ref-cast v1.0.25
1532026-07-13T08:42:37.363Z Downloaded defmt-parser v1.0.0
1542026-07-13T08:42:37.366Z Downloaded managed v0.8.0
1552026-07-13T08:42:37.366Z Downloaded bitflags v1.3.2
1562026-07-13T08:42:37.369Z Downloaded dtrace-parser v0.3.0
1572026-07-13T08:42:37.371Z Downloaded fnv v1.0.7
1582026-07-13T08:42:37.376Z Downloaded pretty-hex v0.4.2
1592026-07-13T08:42:37.376Z Downloaded ident_case v1.0.1
1602026-07-13T08:42:37.379Z Downloaded tabwriter v1.4.1
1612026-07-13T08:42:37.384Z Downloaded darling_macro v0.21.3
1622026-07-13T08:42:37.388Z Downloaded ipnetwork v0.21.1
1632026-07-13T08:42:37.390Z Downloaded byteorder v1.5.0
1642026-07-13T08:42:37.394Z Downloaded ingot v0.1.1
1652026-07-13T08:42:37.397Z Downloaded pest_generator v2.8.7
1662026-07-13T08:42:37.400Z Downloaded defmt-macros v1.1.1
1672026-07-13T08:42:37.401Z Downloaded ingot-types v0.1.2
1682026-07-13T08:42:37.403Z Downloaded version_check v0.9.5
1692026-07-13T08:42:37.406Z Downloaded dyn-clone v1.0.20
1702026-07-13T08:42:37.406Z Downloaded usdt v0.6.0
1712026-07-13T08:42:37.408Z Downloaded embedded-io v0.6.1
1722026-07-13T08:42:37.411Z Downloaded embedded-io v0.4.0
1732026-07-13T08:42:37.414Z Downloaded scroll_derive v0.13.1
1742026-07-13T08:42:37.416Z Downloaded ref-cast-impl v1.0.25
1752026-07-13T08:42:37.416Z Downloaded usdt-attr-macro v0.6.0
1762026-07-13T08:42:37.421Z Downloaded stable_deref_trait v1.2.1
1772026-07-13T08:42:37.424Z Downloaded usdt-macro v0.6.0
1782026-07-13T08:42:37.429Z Downloaded macaddr v1.0.1
1792026-07-13T08:42:37.432Z Downloaded dof v0.4.0
1802026-07-13T08:42:37.436Z Downloaded strsim v0.11.1
1812026-07-13T08:42:37.439Z Downloaded darling_macro v0.23.0
1822026-07-13T08:42:37.441Z Downloaded scroll v0.13.0
1832026-07-13T08:42:37.453Z Downloaded either v1.16.0
1842026-07-13T08:42:37.455Z Downloaded postcard v1.1.3
1852026-07-13T08:42:37.458Z Downloaded defmt v1.1.1
1862026-07-13T08:42:37.461Z Downloaded memmap2 v0.9.11
1872026-07-13T08:42:37.464Z Downloaded thread-id v5.1.0
1882026-07-13T08:42:37.467Z Downloaded usdt-impl v0.6.0
1892026-07-13T08:42:37.473Z Downloaded zmij v1.0.22
1902026-07-13T08:42:37.476Z Downloaded pest_derive v2.8.7
1912026-07-13T08:42:37.478Z Downloaded thiserror-impl v2.0.18
1922026-07-13T08:42:37.487Z Downloaded thiserror v2.0.18
1932026-07-13T08:42:37.490Z Downloaded quote v1.0.46
1942026-07-13T08:42:37.492Z Downloaded crc32fast v1.5.0
1952026-07-13T08:42:37.495Z Downloaded bitflags v2.13.0
1962026-07-13T08:42:37.498Z Downloaded log v0.4.33
1972026-07-13T08:42:37.501Z Downloaded pest_meta v2.8.7
1982026-07-13T08:42:37.509Z Downloaded ucd-trie v0.1.7
1992026-07-13T08:42:37.514Z Downloaded serde_tokenstream v0.2.3
2002026-07-13T08:42:37.516Z Downloaded darling v0.21.3
2012026-07-13T08:42:37.529Z Downloaded heapless v0.8.0
2022026-07-13T08:42:37.532Z Downloaded proc-macro2 v1.0.106
2032026-07-13T08:42:37.535Z Downloaded darling v0.23.0
2042026-07-13T08:42:37.539Z Downloaded serde_core v1.0.228
2052026-07-13T08:42:37.542Z Downloaded serde_derive v1.0.228
2062026-07-13T08:42:37.551Z Downloaded unicode-ident v1.0.24
2072026-07-13T08:42:37.557Z Downloaded darling_core v0.21.3
2082026-07-13T08:42:37.560Z Downloaded darling_core v0.23.0
2092026-07-13T08:42:37.563Z Downloaded pest v2.8.7
2102026-07-13T08:42:37.571Z Downloaded uuid v1.23.5
2112026-07-13T08:42:37.580Z Downloaded serde v1.0.228
2122026-07-13T08:42:37.583Z Downloaded memchr v2.8.3
2132026-07-13T08:42:37.591Z Downloaded zerocopy-derive v0.8.54
2142026-07-13T08:42:37.625Z Downloaded itertools v0.14.0
2152026-07-13T08:42:37.635Z Downloaded itertools v0.15.0
2162026-07-13T08:42:37.639Z Downloaded regex v1.13.0
2172026-07-13T08:42:37.642Z Downloaded serde_json v1.0.150
2182026-07-13T08:42:37.698Z Downloaded goblin v0.10.7
2192026-07-13T08:42:37.716Z Downloaded unicode-width v0.2.2
2202026-07-13T08:42:37.719Z Downloaded syn v2.0.118
2212026-07-13T08:42:37.728Z Downloaded smoltcp v0.11.0
2222026-07-13T08:42:37.734Z Downloaded zerocopy v0.8.54
2232026-07-13T08:42:37.744Z Downloaded regex-syntax v0.8.11
2242026-07-13T08:42:37.785Z Downloaded regex-automata v0.4.15
2252026-07-13T08:42:37.802Z Downloaded libc v0.2.186
2262026-07-13T08:42:37.866Z Compiling proc-macro2 v1.0.106
2272026-07-13T08:42:37.868Z Compiling quote v1.0.46
2282026-07-13T08:42:37.868Z Compiling unicode-ident v1.0.24
2292026-07-13T08:42:37.868Z Documenting unicode-ident v1.0.24
2302026-07-13T08:42:37.869Z Compiling strsim v0.11.1
2312026-07-13T08:42:37.869Z Compiling ident_case v1.0.1
2322026-07-13T08:42:37.925Z Compiling serde_core v1.0.228
2332026-07-13T08:42:38.019Z Compiling fnv v1.0.7
2342026-07-13T08:42:38.039Z Compiling memchr v2.8.3
2352026-07-13T08:42:38.042Z Compiling serde v1.0.228
2362026-07-13T08:42:38.221Z Compiling zerocopy v0.8.54
2372026-07-13T08:42:38.278Z Compiling regex-syntax v0.8.11
2382026-07-13T08:42:38.336Z Compiling thiserror v2.0.18
2392026-07-13T08:42:38.510Z Documenting proc-macro2 v1.0.106
2402026-07-13T08:42:38.627Z Compiling aho-corasick v1.1.4
2412026-07-13T08:42:38.828Z Checking byteorder v1.5.0
2422026-07-13T08:42:38.878Z Checking syn v2.0.118
2432026-07-13T08:42:39.032Z Compiling either v1.16.0
2442026-07-13T08:42:39.093Z Documenting quote v1.0.46
2452026-07-13T08:42:39.233Z Compiling itertools v0.14.0
2462026-07-13T08:42:39.601Z Documenting syn v2.0.118
2472026-07-13T08:42:39.772Z Compiling regex-automata v0.4.15
2482026-07-13T08:42:40.045Z Compiling heapless v0.8.0
2492026-07-13T08:42:40.366Z Checking bitflags v2.13.0
2502026-07-13T08:42:40.457Z Checking hash32 v0.3.1
2512026-07-13T08:42:40.509Z Documenting serde_core v1.0.228
2522026-07-13T08:42:40.523Z Checking macaddr v1.0.1
2532026-07-13T08:42:40.564Z Documenting memchr v2.8.3
2542026-07-13T08:42:40.661Z Checking stable_deref_trait v1.2.1
2552026-07-13T08:42:40.727Z Checking cfg-if v1.0.4
2562026-07-13T08:42:40.786Z Documenting regex-syntax v0.8.11
2572026-07-13T08:42:40.958Z Compiling smoltcp v0.11.0
2582026-07-13T08:42:41.214Z Documenting aho-corasick v1.1.4
2592026-07-13T08:42:41.323Z Checking darling_core v0.21.3
2602026-07-13T08:42:41.858Z Compiling regex v1.13.0
2612026-07-13T08:42:42.241Z Compiling darling_core v0.23.0
2622026-07-13T08:42:42.277Z Documenting regex-automata v0.4.15
2632026-07-13T08:42:42.414Z Checking bitflags v1.3.2
2642026-07-13T08:42:42.478Z Checking managed v0.8.0
2652026-07-13T08:42:42.632Z Compiling zerocopy-derive v0.8.54
2662026-07-13T08:42:42.646Z Compiling serde_derive v1.0.228
2672026-07-13T08:42:42.660Z Compiling thiserror-impl v2.0.18
2682026-07-13T08:42:42.823Z Documenting serde_derive v1.0.228
2692026-07-13T08:42:43.548Z Documenting zerocopy-derive v0.8.54
2702026-07-13T08:42:43.659Z Documenting regex v1.13.0
2712026-07-13T08:42:43.836Z Compiling darling_macro v0.21.3
2722026-07-13T08:42:43.958Z Documenting thiserror-impl v2.0.18
2732026-07-13T08:42:43.994Z Checking cobs v0.3.0
2742026-07-13T08:42:44.124Z Compiling ref-cast v1.0.25
2752026-07-13T08:42:44.354Z Compiling darling_macro v0.23.0
2762026-07-13T08:42:44.420Z Documenting byteorder v1.5.0
2772026-07-13T08:42:44.428Z Compiling darling v0.21.3
2782026-07-13T08:42:44.502Z Compiling ingot-macros v0.1.1
2792026-07-13T08:42:44.531Z Compiling crc32fast v1.5.0
2802026-07-13T08:42:44.638Z Documenting ingot-macros v0.1.1
2812026-07-13T08:42:44.810Z Documenting thiserror v2.0.18
2822026-07-13T08:42:44.918Z Documenting zerocopy v0.8.54
2832026-07-13T08:42:44.981Z Documenting hash32 v0.3.1
2842026-07-13T08:42:45.347Z Compiling ref-cast-impl v1.0.25
2852026-07-13T08:42:45.523Z Documenting serde v1.0.228
2862026-07-13T08:42:45.790Z Checking postcard v1.1.3
2872026-07-13T08:42:45.845Z Documenting bitflags v2.13.0
2882026-07-13T08:42:45.953Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-13T08:42:46.064Z Documenting macaddr v1.0.1
2902026-07-13T08:42:46.221Z Checking ipnetwork v0.21.1
2912026-07-13T08:42:46.334Z Compiling version_check v0.9.5
2922026-07-13T08:42:46.403Z Documenting cfg-if v1.0.4
2932026-07-13T08:42:46.485Z Checking unicode-width v0.2.2
2942026-07-13T08:42:46.642Z Documenting stable_deref_trait v1.2.1
2952026-07-13T08:42:46.677Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-13T08:42:46.757Z Documenting cobs v0.3.0
2972026-07-13T08:42:46.934Z Compiling darling v0.23.0
2982026-07-13T08:42:47.007Z Documenting managed v0.8.0
2992026-07-13T08:42:47.087Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3002026-07-13T08:42:47.135Z Checking tabwriter v1.4.1
3012026-07-13T08:42:47.277Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3022026-07-13T08:42:47.285Z Checking ingot-types v0.1.2
3032026-07-13T08:42:47.298Z Documenting heapless v0.8.0
3042026-07-13T08:42:47.522Z Documenting postcard v1.1.3
3052026-07-13T08:42:47.665Z Checking ingot v0.1.1
3062026-07-13T08:42:47.849Z Checking itertools v0.15.0
3072026-07-13T08:42:48.032Z Documenting ingot-types v0.1.2
3082026-07-13T08:42:48.073Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-07-13T08:42:48.144Z Documenting ref-cast-impl v1.0.25
3102026-07-13T08:42:48.262Z Checking dyn-clone v1.0.20
3112026-07-13T08:42:48.360Z Documenting unicode-width v0.2.2
3122026-07-13T08:42:48.528Z Documenting smoltcp v0.11.0
3132026-07-13T08:42:48.613Z Documenting either v1.16.0
3142026-07-13T08:42:48.639Z Documenting ipnetwork v0.21.1
3152026-07-13T08:42:48.753Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-13T08:42:49.073Z Documenting ingot v0.1.1
3172026-07-13T08:42:49.240Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-13T08:42:49.268Z Documenting ref-cast v1.0.25
3192026-07-13T08:42:49.490Z Documenting tabwriter v1.4.1
3202026-07-13T08:42:49.739Z Documenting itertools v0.15.0
3212026-07-13T08:42:50.005Z Documenting crc32fast v1.5.0
3222026-07-13T08:42:50.100Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-07-13T08:42:50.247Z Documenting dyn-clone v1.0.20
3242026-07-13T08:42:50.808Z Documenting uuid v1.23.5
3252026-07-13T08:42:51.112Z Checking uuid v1.23.5
3262026-07-13T08:42:51.355Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-13T08:42:51.487Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-13T08:42:51.573Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-13T08:42:53.995Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-13T08:42:56.278Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-13T08:42:57.926Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.59s
3322026-07-13T08:42:57.999Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-13T08:42:58.023Z
3342026-07-13T08:42:58.026Zreal 24.682013623
3352026-07-13T08:42:58.027Zuser 1:23.835048771
3362026-07-13T08:42:58.027Zsys 17.515730386
3372026-07-13T08:42:58.027Ztrap 0.046588260
3382026-07-13T08:42:58.027Ztflt 0.076927406
3392026-07-13T08:42:58.027Zdflt 0.121761351
3402026-07-13T08:42:58.027Zkflt 0.004138340
3412026-07-13T08:42:58.027Zlock 9:12.016930564
3422026-07-13T08:42:58.027Zslp 4:50.392132025
3432026-07-13T08:42:58.027Zlat 8.987447720
3442026-07-13T08:42:58.027Zstop 13.478632679
3452026-07-13T08:42:58.027Z+ header 'analyze std + api + usdt'
3462026-07-13T08:42:58.027Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-13T08:42:58.027Z# ==== analyze std + api + usdt ==== #
3482026-07-13T08:42:58.027Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-13T08:42:58.211Z Downloading crates ...
3502026-07-13T08:42:58.275Z Downloaded anyhow v1.0.103
3512026-07-13T08:42:58.279Z Downloaded futures v0.3.32
3522026-07-13T08:42:58.281Z Downloaded ctor-proc-macro v0.0.13
3532026-07-13T08:42:58.284Z Downloaded rusticata-macros v5.0.0
3542026-07-13T08:42:58.287Z Downloaded link-section v0.2.1
3552026-07-13T08:42:58.287Z Downloaded futures-executor v0.3.32
3562026-07-13T08:42:58.287Z Downloaded typeid v1.0.3
3572026-07-13T08:42:58.289Z Downloaded futures-core v0.3.32
3582026-07-13T08:42:58.292Z Downloaded futures-task v0.3.32
3592026-07-13T08:42:58.295Z Downloaded futures-sink v0.3.32
3602026-07-13T08:42:58.295Z Downloaded dtor v0.8.1
3612026-07-13T08:42:58.297Z Downloaded futures-macro v0.3.32
3622026-07-13T08:42:58.300Z Downloaded futures-io v0.3.32
3632026-07-13T08:42:58.300Z Downloaded dtor-proc-macro v0.0.13
3642026-07-13T08:42:58.300Z Downloaded circular v0.3.0
3652026-07-13T08:42:58.303Z Downloaded ctor v0.10.1
3662026-07-13T08:42:58.305Z Downloaded slab v0.4.12
3672026-07-13T08:42:58.305Z Downloaded cookie-factory v0.3.3
3682026-07-13T08:42:58.308Z Downloaded once_cell v1.21.4
3692026-07-13T08:42:58.312Z Downloaded pin-project-lite v0.2.17
3702026-07-13T08:42:58.315Z Downloaded futures-channel v0.3.32
3712026-07-13T08:42:58.334Z Downloaded ron v0.12.2
3722026-07-13T08:42:58.339Z Downloaded nom v8.0.0
3732026-07-13T08:42:58.341Z Downloaded futures-util v0.3.32
3742026-07-13T08:42:58.347Z Downloaded pcap-parser v0.17.0
3752026-07-13T08:42:58.400Z Compiling proc-macro2 v1.0.106
3762026-07-13T08:42:58.400Z Compiling quote v1.0.46
3772026-07-13T08:42:58.403Z Compiling unicode-ident v1.0.24
3782026-07-13T08:42:58.403Z Compiling memchr v2.8.3
3792026-07-13T08:42:58.403Z Compiling thiserror v2.0.18
3802026-07-13T08:42:58.403Z Compiling serde_core v1.0.228
3812026-07-13T08:42:58.403Z Compiling zerocopy v0.8.54
3822026-07-13T08:42:58.579Z Compiling zmij v1.0.22
3832026-07-13T08:42:58.796Z Compiling libc v0.2.186
3842026-07-13T08:42:58.806Z Compiling strsim v0.11.1
3852026-07-13T08:42:58.819Z Compiling serde_json v1.0.150
3862026-07-13T08:42:58.850Z Compiling ucd-trie v0.1.7
3872026-07-13T08:42:58.883Z Compiling ident_case v1.0.1
3882026-07-13T08:42:58.998Z Compiling pest v2.8.7
3892026-07-13T08:42:59.055Z Compiling serde v1.0.228
3902026-07-13T08:42:59.253Z Compiling fnv v1.0.7
3912026-07-13T08:42:59.440Z Compiling aho-corasick v1.1.4
3922026-07-13T08:42:59.467Z Compiling itoa v1.0.18
3932026-07-13T08:42:59.616Z Compiling syn v2.0.118
3942026-07-13T08:42:59.683Z Compiling regex-syntax v0.8.11
3952026-07-13T08:42:59.707Z Checking byteorder v1.5.0
3962026-07-13T08:43:00.083Z Compiling pest_meta v2.8.7
3972026-07-13T08:43:00.233Z Compiling usdt-impl v0.6.0
3982026-07-13T08:43:00.299Z Compiling either v1.16.0
3992026-07-13T08:43:00.338Z Checking bitflags v2.13.0
4002026-07-13T08:43:00.489Z Compiling itertools v0.14.0
4012026-07-13T08:43:00.498Z Compiling thread-id v5.1.0
4022026-07-13T08:43:00.849Z Checking futures-sink v0.3.32
4032026-07-13T08:43:01.016Z Checking futures-core v0.3.32
4042026-07-13T08:43:01.134Z Compiling regex-automata v0.4.15
4052026-07-13T08:43:01.160Z Compiling heapless v0.8.0
4062026-07-13T08:43:01.214Z Checking log v0.4.33
4072026-07-13T08:43:01.355Z Checking plain v0.2.3
4082026-07-13T08:43:01.448Z Checking futures-channel v0.3.32
4092026-07-13T08:43:01.728Z Checking hash32 v0.3.1
4102026-07-13T08:43:01.814Z Checking pretty-hex v0.4.2
4112026-07-13T08:43:01.838Z Checking slab v0.4.12
4122026-07-13T08:43:01.847Z Checking futures-task v0.3.32
4132026-07-13T08:43:01.925Z Checking pin-project-lite v0.2.17
4142026-07-13T08:43:01.982Z Checking futures-io v0.3.32
4152026-07-13T08:43:01.992Z Checking macaddr v1.0.1
4162026-07-13T08:43:02.011Z Checking cfg-if v1.0.4
4172026-07-13T08:43:02.090Z Compiling smoltcp v0.11.0
4182026-07-13T08:43:02.093Z Checking stable_deref_trait v1.2.1
4192026-07-13T08:43:02.129Z Compiling pest_generator v2.8.7
4202026-07-13T08:43:02.154Z Compiling darling_core v0.21.3
4212026-07-13T08:43:02.309Z Compiling darling_core v0.23.0
4222026-07-13T08:43:02.699Z Compiling ref-cast v1.0.25
4232026-07-13T08:43:02.708Z Compiling version_check v0.9.5
4242026-07-13T08:43:02.746Z Checking managed v0.8.0
4252026-07-13T08:43:02.931Z Compiling regex v1.13.0
4262026-07-13T08:43:02.979Z Checking bitflags v1.3.2
4272026-07-13T08:43:03.017Z Compiling crc32fast v1.5.0
4282026-07-13T08:43:03.330Z Compiling thiserror-impl v2.0.18
4292026-07-13T08:43:03.352Z Compiling serde_derive v1.0.228
4302026-07-13T08:43:03.358Z Compiling zerocopy-derive v0.8.54
4312026-07-13T08:43:03.764Z Compiling pest_derive v2.8.7
4322026-07-13T08:43:04.254Z Compiling scroll_derive v0.13.1
4332026-07-13T08:43:04.272Z Compiling darling_macro v0.21.3
4342026-07-13T08:43:04.286Z Compiling futures-macro v0.3.32
4352026-07-13T08:43:04.403Z Compiling darling_macro v0.23.0
4362026-07-13T08:43:04.449Z Compiling ref-cast-impl v1.0.25
4372026-07-13T08:43:04.749Z Compiling dtrace-parser v0.3.0
4382026-07-13T08:43:04.967Z Compiling darling v0.21.3
4392026-07-13T08:43:05.040Z Compiling ingot-macros v0.1.1
4402026-07-13T08:43:05.068Z Checking scroll v0.13.0
4412026-07-13T08:43:05.094Z Checking futures-util v0.3.32
4422026-07-13T08:43:05.275Z Checking cobs v0.3.0
4432026-07-13T08:43:05.292Z Checking goblin v0.10.7
4442026-07-13T08:43:05.350Z Compiling darling v0.23.0
4452026-07-13T08:43:05.415Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4462026-07-13T08:43:05.421Z Checking memmap2 v0.9.11
4472026-07-13T08:43:05.577Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-13T08:43:05.679Z Checking ipnetwork v0.21.1
4492026-07-13T08:43:05.884Z Checking unicode-width v0.2.2
4502026-07-13T08:43:06.012Z Checking itertools v0.15.0
4512026-07-13T08:43:06.461Z Checking postcard v1.1.3
4522026-07-13T08:43:06.657Z Compiling serde_tokenstream v0.2.3
4532026-07-13T08:43:06.770Z Checking tabwriter v1.4.1
4542026-07-13T08:43:06.878Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-13T08:43:07.001Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-13T08:43:07.054Z Checking futures-executor v0.3.32
4572026-07-13T08:43:07.067Z Checking nom v8.0.0
4582026-07-13T08:43:07.203Z Checking futures v0.3.32
4592026-07-13T08:43:07.270Z Compiling typeid v1.0.3
4602026-07-13T08:43:07.584Z Compiling anyhow v1.0.103
4612026-07-13T08:43:07.592Z Checking dyn-clone v1.0.20
4622026-07-13T08:43:07.607Z Checking cookie-factory v0.3.3
4632026-07-13T08:43:07.641Z Checking uuid v1.23.5
4642026-07-13T08:43:07.685Z Compiling dof v0.4.0
4652026-07-13T08:43:07.777Z Checking ingot-types v0.1.2
4662026-07-13T08:43:07.865Z Compiling dtor-proc-macro v0.0.13
4672026-07-13T08:43:07.871Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4682026-07-13T08:43:07.904Z Checking circular v0.3.0
4692026-07-13T08:43:08.014Z Checking link-section v0.2.1
4702026-07-13T08:43:08.080Z Checking once_cell v1.21.4
4712026-07-13T08:43:08.114Z Compiling ctor-proc-macro v0.0.13
4722026-07-13T08:43:08.118Z Checking ingot v0.1.1
4732026-07-13T08:43:08.209Z Checking ron v0.12.2
4742026-07-13T08:43:08.222Z Checking dtor v0.8.1
4752026-07-13T08:43:08.462Z Checking ctor v0.10.1
4762026-07-13T08:43:08.687Z Compiling usdt-attr-macro v0.6.0
4772026-07-13T08:43:08.690Z Compiling usdt-macro v0.6.0
4782026-07-13T08:43:09.020Z Checking rusticata-macros v5.0.0
4792026-07-13T08:43:09.142Z Checking pcap-parser v0.17.0
4802026-07-13T08:43:09.326Z Checking usdt v0.6.0
4812026-07-13T08:43:09.630Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-13T08:43:14.150Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-13T08:43:15.819Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-13T08:43:18.184Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.10s
4852026-07-13T08:43:18.218Z
4862026-07-13T08:43:18.222Zreal 20.188337349
4872026-07-13T08:43:18.222Zuser 1:14.569780833
4882026-07-13T08:43:18.222Zsys 15.996506897
4892026-07-13T08:43:18.222Ztrap 0.041655690
4902026-07-13T08:43:18.222Ztflt 0.085354741
4912026-07-13T08:43:18.222Zdflt 0.128125932
4922026-07-13T08:43:18.222Zkflt 0.000034030
4932026-07-13T08:43:18.222Zlock 4:11.273682659
4942026-07-13T08:43:18.222Zslp 4:00.351206482
4952026-07-13T08:43:18.222Zlat 3.741708369
4962026-07-13T08:43:18.222Zstop 8.330601207
4972026-07-13T08:43:18.222Z+ header 'analyze no_std + engine + kernel'
4982026-07-13T08:43:18.222Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-13T08:43:18.222Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-13T08:43:18.222Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-13T08:43:18.401Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-13T08:43:18.401Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-13T08:43:18.422Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-13T08:43:18.425Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-13T08:43:18.664Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-13T08:43:22.390Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-13T08:43:23.750Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.48s
5082026-07-13T08:43:23.779Z
5092026-07-13T08:43:23.779Zreal 5.553361903
5102026-07-13T08:43:23.779Zuser 5.779915114
5112026-07-13T08:43:23.779Zsys 1.043906442
5122026-07-13T08:43:23.779Ztrap 0.001085090
5132026-07-13T08:43:23.779Ztflt 0.001782380
5142026-07-13T08:43:23.779Zdflt 0.004703301
5152026-07-13T08:43:23.779Zkflt 0.000000000
5162026-07-13T08:43:23.779Zlock 24.565456306
5172026-07-13T08:43:23.779Zslp 20.770344737
5182026-07-13T08:43:23.779Zlat 0.015454270
5192026-07-13T08:43:23.779Zstop 0.248469196
5202026-07-13T08:43:23.783Z+ header test
5212026-07-13T08:43:23.783Z+ echo '# ==== test ==== #'
5222026-07-13T08:43:23.783Z# ==== test ==== #
5232026-07-13T08:43:23.784Z+ ptime -m cargo test
5242026-07-13T08:43:23.934Z Compiling memchr v2.8.3
5252026-07-13T08:43:23.934Z Compiling serde_core v1.0.228
5262026-07-13T08:43:23.958Z Compiling thiserror v2.0.18
5272026-07-13T08:43:23.961Z Compiling zerocopy v0.8.54
5282026-07-13T08:43:23.964Z Compiling unicode-ident v1.0.24
5292026-07-13T08:43:23.964Z Compiling byteorder v1.5.0
5302026-07-13T08:43:23.968Z Compiling zmij v1.0.22
5312026-07-13T08:43:23.968Z Compiling scroll v0.13.0
5322026-07-13T08:43:24.042Z Compiling proc-macro2 v1.0.106
5332026-07-13T08:43:24.088Z Compiling libc v0.2.186
5342026-07-13T08:43:24.170Z Compiling ucd-trie v0.1.7
5352026-07-13T08:43:24.225Z Compiling log v0.4.33
5362026-07-13T08:43:24.347Z Compiling plain v0.2.3
5372026-07-13T08:43:24.437Z Compiling futures-core v0.3.32
5382026-07-13T08:43:24.444Z Compiling futures-sink v0.3.32
5392026-07-13T08:43:24.456Z Compiling itoa v1.0.18
5402026-07-13T08:43:24.537Z Compiling futures-channel v0.3.32
5412026-07-13T08:43:24.595Z Compiling goblin v0.10.7
5422026-07-13T08:43:24.717Z Compiling quote v1.0.46
5432026-07-13T08:43:24.772Z Compiling pest v2.8.7
5442026-07-13T08:43:24.890Z Compiling hash32 v0.3.1
5452026-07-13T08:43:25.055Z Compiling stable_deref_trait v1.2.1
5462026-07-13T08:43:25.124Z Compiling slab v0.4.12
5472026-07-13T08:43:25.306Z Compiling pretty-hex v0.4.2
5482026-07-13T08:43:25.389Z Compiling macaddr v1.0.1
5492026-07-13T08:43:25.436Z Compiling futures-task v0.3.32
5502026-07-13T08:43:25.522Z Compiling cfg-if v1.0.4
5512026-07-13T08:43:25.590Z Compiling pin-project-lite v0.2.17
5522026-07-13T08:43:25.622Z Compiling futures-io v0.3.32
5532026-07-13T08:43:25.637Z Compiling heapless v0.8.0
5542026-07-13T08:43:25.677Z Compiling syn v2.0.118
5552026-07-13T08:43:25.808Z Compiling serde v1.0.228
5562026-07-13T08:43:25.975Z Compiling bitflags v2.13.0
5572026-07-13T08:43:26.079Z Compiling serde_json v1.0.150
5582026-07-13T08:43:26.399Z Compiling dtrace-parser v0.3.0
5592026-07-13T08:43:26.448Z Compiling futures-util v0.3.32
5602026-07-13T08:43:26.505Z Compiling thread-id v5.1.0
5612026-07-13T08:43:26.580Z Compiling cobs v0.3.0
5622026-07-13T08:43:26.863Z Compiling ingot-types v0.1.2
5632026-07-13T08:43:26.870Z Compiling bitflags v1.3.2
5642026-07-13T08:43:26.934Z Compiling managed v0.8.0
5652026-07-13T08:43:26.984Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-13T08:43:27.161Z Compiling smoltcp v0.11.0
5672026-07-13T08:43:27.230Z Compiling ingot v0.1.1
5682026-07-13T08:43:27.263Z Compiling postcard v1.1.3
5692026-07-13T08:43:27.610Z Compiling dof v0.4.0
5702026-07-13T08:43:29.216Z Compiling futures-executor v0.3.32
5712026-07-13T08:43:29.251Z Compiling usdt-impl v0.6.0
5722026-07-13T08:43:29.438Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-13T08:43:29.823Z Compiling memmap2 v0.9.11
5742026-07-13T08:43:29.993Z Compiling ipnetwork v0.21.1
5752026-07-13T08:43:30.091Z Compiling unicode-width v0.2.2
5762026-07-13T08:43:30.122Z Compiling either v1.16.0
5772026-07-13T08:43:30.304Z Compiling itertools v0.15.0
5782026-07-13T08:43:30.407Z Compiling tabwriter v1.4.1
5792026-07-13T08:43:30.524Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-13T08:43:30.832Z Compiling ref-cast v1.0.25
5812026-07-13T08:43:30.929Z Compiling usdt v0.6.0
5822026-07-13T08:43:31.303Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-13T08:43:31.412Z Compiling futures v0.3.32
5842026-07-13T08:43:31.447Z Compiling crc32fast v1.5.0
5852026-07-13T08:43:31.522Z Compiling nom v8.0.0
5862026-07-13T08:43:31.547Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-13T08:43:31.708Z Compiling dyn-clone v1.0.20
5882026-07-13T08:43:31.875Z Compiling cookie-factory v0.3.3
5892026-07-13T08:43:32.053Z Compiling uuid v1.23.5
5902026-07-13T08:43:32.199Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-13T08:43:32.433Z Compiling circular v0.3.0
5922026-07-13T08:43:32.684Z Compiling dtor v0.8.1
5932026-07-13T08:43:32.714Z Compiling typeid v1.0.3
5942026-07-13T08:43:32.770Z Compiling anyhow v1.0.103
5952026-07-13T08:43:32.824Z Compiling link-section v0.2.1
5962026-07-13T08:43:32.832Z Compiling once_cell v1.21.4
5972026-07-13T08:43:32.967Z Compiling ron v0.12.2
5982026-07-13T08:43:32.995Z Compiling ctor v0.10.1
5992026-07-13T08:43:34.194Z Compiling rusticata-macros v5.0.0
6002026-07-13T08:43:34.517Z Compiling pcap-parser v0.17.0
6012026-07-13T08:43:36.954Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-13T08:43:39.374Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-13T08:44:18.130Z Finished `test` profile [optimized + debuginfo] target(s) in 54.34s
6042026-07-13T08:44:18.147Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-46e55d41728368ec)
6052026-07-13T08:44:18.150Z
6062026-07-13T08:44:18.150Zrunning 15 tests
6072026-07-13T08:44:18.150Ztest api::tests::parse_bad_address ... ok
6082026-07-13T08:44:18.150Ztest api::tests::parse_bad_proto_filter ... ok
6092026-07-13T08:44:18.150Ztest api::tests::parse_good_address ... ok
6102026-07-13T08:44:18.150Ztest cfg::tests::test_required_nat_space ... ok
6112026-07-13T08:44:18.150Ztest api::tests::parse_good_proto_filter ... ok
6122026-07-13T08:44:18.150Ztest api::tests::ports_from_str_good ... ok
6132026-07-13T08:44:18.150Ztest api::tests::ports_from_str_bad ... ok
6142026-07-13T08:44:18.153Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-13T08:44:18.153Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-13T08:44:18.153Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-13T08:44:18.153Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-13T08:44:18.153Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6192026-07-13T08:44:18.153Ztest engine::geneve::test::parse_single_opt ... ok
6202026-07-13T08:44:18.153Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-13T08:44:18.153Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-13T08:44:18.153Z
6232026-07-13T08:44:18.153Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-13T08:44:18.153Z
6252026-07-13T08:44:18.153Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-dabe322b17ac06ca)
6262026-07-13T08:44:18.156Z
6272026-07-13T08:44:18.156Zrunning 4 tests
6282026-07-13T08:44:18.156Ztest firewall_external_inbound ... ok
6292026-07-13T08:44:18.156Ztest firewall_vni_outbound ... ok
6302026-07-13T08:44:18.156Ztest firewall_vni_inbound ... ok
6312026-07-13T08:44:18.156Ztest firewall_replace_rules ... ok
6322026-07-13T08:44:18.156Z
6332026-07-13T08:44:18.156Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-13T08:44:18.156Z
6352026-07-13T08:44:18.156Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-627baa8deaa19f0e)
6362026-07-13T08:44:18.158Z
6372026-07-13T08:44:18.158Zrunning 2 tests
6382026-07-13T08:44:18.159Ztest parse_in_regression ... ok
6392026-07-13T08:44:18.159Ztest parse_out_regression ... ok
6402026-07-13T08:44:18.159Z
6412026-07-13T08:44:18.159Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-13T08:44:18.159Z
6432026-07-13T08:44:18.159Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-195133cbc1aec549)
6442026-07-13T08:44:18.162Z
6452026-07-13T08:44:18.162Zrunning 48 tests
6462026-07-13T08:44:18.162Ztest bad_ip_len ... ok
6472026-07-13T08:44:18.162Ztest add_remove_fw_rule ... ok
6482026-07-13T08:44:18.162Ztest check_layers ... ok
6492026-07-13T08:44:18.162Ztest arp_gateway ... ok
6502026-07-13T08:44:18.162Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-13T08:44:18.162Ztest anti_spoof ... ok
6522026-07-13T08:44:18.162Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6532026-07-13T08:44:18.162Ztest external_attached_subnets_dont_apply_nat ... ok
6542026-07-13T08:44:18.162Ztest gateway_icmp4_ping ... ok
6552026-07-13T08:44:18.162Ztest flow_expiration ... ok
6562026-07-13T08:44:18.162Ztest gateway_icmpv6_ping ... ok
6572026-07-13T08:44:18.162Ztest external_ip_reconfigurable ... ok
6582026-07-13T08:44:18.162Ztest external_ip_epoch_affinity_preserved ... ok
6592026-07-13T08:44:18.162Ztest early_tcp_invalidation ... ok
6602026-07-13T08:44:18.162Ztest gateway_router_advert_reply ... ok
6612026-07-13T08:44:18.162Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-13T08:44:18.162Ztest guest_to_guest_no_route ... ok
6632026-07-13T08:44:18.162Ztest guest_to_internet_ipv4 ... ok
6642026-07-13T08:44:18.165Ztest guest_to_guest ... ok
6652026-07-13T08:44:18.165Ztest guest_to_internet_ipv6 ... ok
6662026-07-13T08:44:18.165Ztest icmp_inner_has_nat_applied ... ok
6672026-07-13T08:44:18.165Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-13T08:44:18.165Ztest icmpv6_inner_has_nat_applied ... ok
6692026-07-13T08:44:18.165Ztest outbound_ndp_dropped ... ok
6702026-07-13T08:44:18.165Ztest packet_body_pullup ... ok
6712026-07-13T08:44:18.165Ztest intra_subnet_routes_with_custom ... ok
6722026-07-13T08:44:18.165Ztest external_ip_receive_and_reply_on_all ... ok
6732026-07-13T08:44:18.166Ztest no_panic_on_flow_table_full ... ok
6742026-07-13T08:44:18.166Ztest external_ip_balanced_over_floating_ips ... ok
6752026-07-13T08:44:18.166Ztest internal_attached_subnets ... ok
6762026-07-13T08:44:18.166Ztest port_transition_running ... ok
6772026-07-13T08:44:18.166Ztest port_as_router_target ... ok
6782026-07-13T08:44:18.166Ztest port_transition_reset ... ok
6792026-07-13T08:44:18.166Ztest test_drop_on_unknown_critical_option ... ok
6802026-07-13T08:44:18.166Ztest port_transition_pause ... ok
6812026-07-13T08:44:18.166Ztest tcp_invalidation_does_not_block_connection ... ok
6822026-07-13T08:44:18.166Ztest select_eip_conditioned_on_igw ... ok
6832026-07-13T08:44:18.166Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-13T08:44:18.166Ztest snat_icmp6_echo_rewrite ... ok
6852026-07-13T08:44:18.166Ztest tcp_outbound ... ok
6862026-07-13T08:44:18.166Ztest test_gateway_neighbor_advert_reply ... ok
6872026-07-13T08:44:18.166Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6882026-07-13T08:44:18.166Ztest test_ipv6_multicast_encapsulation ... ok
6892026-07-13T08:44:18.166Ztest tcp_inbound ... ok
6902026-07-13T08:44:18.166Ztest test_tcp_multicast_denied ... ok
6912026-07-13T08:44:18.166Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-13T08:44:18.166Ztest uft_lft_invalidation_out ... ok
6932026-07-13T08:44:18.166Ztest uft_lft_invalidation_in ... ok
6942026-07-13T08:44:18.166Z
6952026-07-13T08:44:18.166Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-13T08:44:18.166Z
6972026-07-13T08:44:18.166Z Doc-tests oxide_vpc
6982026-07-13T08:44:18.462Z
6992026-07-13T08:44:18.462Zrunning 0 tests
7002026-07-13T08:44:18.462Z
7012026-07-13T08:44:18.462Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-13T08:44:18.462Z
7032026-07-13T08:44:18.492Z
7042026-07-13T08:44:18.496Zreal 54.702914352
7052026-07-13T08:44:18.496Zuser 3:18.218068847
7062026-07-13T08:44:18.496Zsys 12.114675334
7072026-07-13T08:44:18.496Ztrap 0.093372221
7082026-07-13T08:44:18.496Ztflt 0.179323966
7092026-07-13T08:44:18.496Zdflt 0.506945691
7102026-07-13T08:44:18.496Zkflt 0.000012860
7112026-07-13T08:44:18.496Zlock 12:56.269434462
7122026-07-13T08:44:18.496Zslp 6:46.673491663
7132026-07-13T08:44:18.497Zlat 9.443264100
7142026-07-13T08:44:18.497Zstop 6.162525403
7152026-07-13T08:44:18.497Zprocess exited: duration 118831 ms, exit code 0
 
7162026-07-13T08:44:18.502Zfound 0 output files