01KXZH479NJKN6VWKQ12E6YSS7: oxide-vpc

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

Buildomat Job: 01KXZH4VYA48W3WV8P8XKNWBHA

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:32:07.559Zjob assigned to worker 01KXZH8YT81ZTT18Q638PCZ5VF [factory aws, i-03959044de87761fe] (queued for 3 m 5 s)
 
22026-07-20T10:32:14.495Zstarting task 0: "setup"
32026-07-20T10:32:14.499Z++ uname -s
42026-07-20T10:32:14.531Z+ kern=SunOS
52026-07-20T10:32:14.531Z+ build_user=build
62026-07-20T10:32:14.532Z+ build_uid=12345
72026-07-20T10:32:14.532Z+ work_dir=/work
82026-07-20T10:32:14.532Z+ input_dir=/input
92026-07-20T10:32:14.532Z+ [[ 0 == 12345 ]]
102026-07-20T10:32:14.532Z+ case "$kern" in
112026-07-20T10:32:14.532Z+ groupadd -g 12345 build
122026-07-20T10:32:14.532Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:32:16.511Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:32:16.634Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:32:16.637Z+ home_fs=zfs
162026-07-20T10:32:16.638Z+ [[ zfs == autofs ]]
172026-07-20T10:32:16.638Z+ mkdir -p /home/build
182026-07-20T10:32:16.638Z+ chown build:build /home/build /work
192026-07-20T10:32:18.639Z+ chmod 0700 /home/build /work
202026-07-20T10:32:18.642Zprocess exited: duration 4148 ms, exit code 0
 
212026-07-20T10:32:18.648Zstarting task 1: "rust-toolchain"
222026-07-20T10:32:18.653Z * rust toolchain channel = "1.96.1"
232026-07-20T10:32:18.653Z * rust toolchain profile = "default"
242026-07-20T10:32:18.653Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
252026-07-20T10:32:18.653Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-20T10:32:18.653Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:32:18.653Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:32:18.656Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:32:18.656Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:32:18.759Zinfo: downloading installer
312026-07-20T10:32:20.233Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:32:20.233Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:32:20.234Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:32:20.234Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:32:20.246Zinfo: profile set to default
362026-07-20T10:32:20.246Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:32:20.249Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:32:20.395Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:32:20.398Zinfo: downloading 6 components
402026-07-20T10:32:35.623Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:32:35.623Z
422026-07-20T10:32:35.653Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:32:35.653Z
442026-07-20T10:32:35.656Z
452026-07-20T10:32:35.656ZRust is installed now. Great!
462026-07-20T10:32:35.656Z
472026-07-20T10:32:35.656ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:32:35.656Zenvironment variable. This has not been done automatically.
492026-07-20T10:32:35.656Z
502026-07-20T10:32:35.657ZTo configure your current shell, you need to source
512026-07-20T10:32:35.657Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:32:35.657Z
532026-07-20T10:32:35.657ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:32:35.657Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:32:35.657Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:32:35.657Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:32:35.657Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:32:35.657Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:32:35.657Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:32:35.657Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:32:35.657Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:32:35.758Z+ rustup --version
632026-07-20T10:32:35.767Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:32:35.770Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:32:35.788Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:32:35.791Z+ cargo --version
672026-07-20T10:32:35.805Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:32:35.808Z+ rustc --version
692026-07-20T10:32:35.827Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:32:35.830Zprocess exited: duration 17180 ms, exit code 0
 
712026-07-20T10:32:35.836Zstarting task 2: "authentication"
722026-07-20T10:32:35.854Zprocess exited: duration 17 ms, exit code 0
 
732026-07-20T10:32:35.860Zstarting task 3: "clone repository"
742026-07-20T10:32:35.863Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:32:35.866Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:32:35.898ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:32:36.838Z+ cd /work/oxidecomputer/opte
782026-07-20T10:32:36.838Z+ git fetch origin b5e629226eddedd338edab91994849d43ab40201
792026-07-20T10:32:37.068ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:32:37.068Z * branch b5e629226eddedd338edab91994849d43ab40201 -> FETCH_HEAD
812026-07-20T10:32:37.073Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-07-20T10:32:37.076Z++ git branch --show-current
832026-07-20T10:32:37.076Z+ current=master
842026-07-20T10:32:37.076Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-07-20T10:32:37.076Z+ git branch -f renovate/uuid-1.x-lockfile b5e629226eddedd338edab91994849d43ab40201
862026-07-20T10:32:37.079Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-07-20T10:32:37.095ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-07-20T10:32:37.098Z+ git reset --hard b5e629226eddedd338edab91994849d43ab40201
892026-07-20T10:32:37.112ZHEAD is now at b5e6292 Update Rust crate uuid to v1.24.0
902026-07-20T10:32:37.115Zprocess exited: duration 1252 ms, exit code 0
 
912026-07-20T10:32:37.122Zstarting task 4: "build"
922026-07-20T10:32:37.126Z+ source .github/buildomat/common.sh
932026-07-20T10:32:37.130Z++ rustup show active-toolchain
942026-07-20T10:32:37.133Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:32:37.133Z++ pushd xde
962026-07-20T10:32:37.133Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:32:37.133Z++ rustup show active-toolchain
982026-07-20T10:32:37.137Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:32:37.322Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:32:37.325Zinfo: downloading 6 components
1012026-07-20T10:32:52.869Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:32:52.974Z+++ rustup show active-toolchain -v
1032026-07-20T10:32:52.977Z+++ head -n 1
1042026-07-20T10:32:52.977Z+++ cut '-d ' -f1
1052026-07-20T10:32:53.031Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:32:53.031Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:32:53.031Z++ popd
1082026-07-20T10:32:53.031Z/work/oxidecomputer/opte
1092026-07-20T10:32:53.034Z+ cargo --version
1102026-07-20T10:32:53.041Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:32:53.044Z+ rustc --version
1122026-07-20T10:32:53.062Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:32:53.065Z+ cd lib/oxide-vpc
1142026-07-20T10:32:53.068Z+ header 'check style'
1152026-07-20T10:32:53.068Z+ echo '# ==== check style ==== #'
1162026-07-20T10:32:53.068Z# ==== check style ==== #
1172026-07-20T10:32:53.068Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:32:53.189Z
1192026-07-20T10:32:53.190Zreal 0.122264197
1202026-07-20T10:32:53.190Zuser 0.087417972
1212026-07-20T10:32:53.190Zsys 0.031230145
1222026-07-20T10:32:53.190Ztrap 0.000022520
1232026-07-20T10:32:53.190Ztflt 0.000007050
1242026-07-20T10:32:53.193Zdflt 0.000000670
1252026-07-20T10:32:53.193Zkflt 0.000000000
1262026-07-20T10:32:53.193Zlock 0.031203642
1272026-07-20T10:32:53.193Zslp 0.101672904
1282026-07-20T10:32:53.193Zlat 0.000693150
1292026-07-20T10:32:53.193Zstop 0.000095500
1302026-07-20T10:32:53.193Z+ header 'check docs'
1312026-07-20T10:32:53.193Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:32:53.193Z# ==== check docs ==== #
1332026-07-20T10:32:53.193Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:32:53.193Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:32:53.261Z Updating crates.io index
1362026-07-20T10:32:53.264Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:32:53.980Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:32:54.263Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:32:54.607Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:32:54.826Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:32:55.098Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:32:55.356Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:32:57.214Z Downloading crates ...
1442026-07-20T10:32:57.261Z Downloaded ingot v0.1.1
1452026-07-20T10:32:57.270Z Downloaded either v1.16.0
1462026-07-20T10:32:57.273Z Downloaded defmt-parser v1.0.0
1472026-07-20T10:32:57.273Z Downloaded dtrace-parser v0.3.0
1482026-07-20T10:32:57.280Z Downloaded log v0.4.33
1492026-07-20T10:32:57.285Z Downloaded ident_case v1.0.1
1502026-07-20T10:32:57.288Z Downloaded fnv v1.0.7
1512026-07-20T10:32:57.292Z Downloaded plain v0.2.3
1522026-07-20T10:32:57.293Z Downloaded dyn-clone v1.0.20
1532026-07-20T10:32:57.296Z Downloaded darling_macro v0.23.0
1542026-07-20T10:32:57.296Z Downloaded pretty-hex v0.4.2
1552026-07-20T10:32:57.299Z Downloaded hash32 v0.3.1
1562026-07-20T10:32:57.299Z Downloaded scroll_derive v0.13.1
1572026-07-20T10:32:57.307Z Downloaded cfg-if v1.0.4
1582026-07-20T10:32:57.310Z Downloaded dof v0.4.0
1592026-07-20T10:32:57.313Z Downloaded strsim v0.11.1
1602026-07-20T10:32:57.316Z Downloaded ref-cast-impl v1.0.25
1612026-07-20T10:32:57.321Z Downloaded embedded-io v0.4.0
1622026-07-20T10:32:57.325Z Downloaded managed v0.8.0
1632026-07-20T10:32:57.333Z Downloaded darling_macro v0.21.3
1642026-07-20T10:32:57.336Z Downloaded macaddr v1.0.1
1652026-07-20T10:32:57.339Z Downloaded stable_deref_trait v1.2.1
1662026-07-20T10:32:57.339Z Downloaded defmt v0.3.100
1672026-07-20T10:32:57.342Z Downloaded embedded-io v0.6.1
1682026-07-20T10:32:57.342Z Downloaded defmt-macros v1.1.1
1692026-07-20T10:32:57.345Z Downloaded pest_generator v2.8.7
1702026-07-20T10:32:57.349Z Downloaded ref-cast v1.0.25
1712026-07-20T10:32:57.351Z Downloaded thread-id v5.1.0
1722026-07-20T10:32:57.354Z Downloaded itoa v1.0.18
1732026-07-20T10:32:57.357Z Downloaded usdt v0.6.0
1742026-07-20T10:32:57.360Z Downloaded version_check v0.9.5
1752026-07-20T10:32:57.363Z Downloaded usdt-macro v0.6.0
1762026-07-20T10:32:57.366Z Downloaded usdt-attr-macro v0.6.0
1772026-07-20T10:32:57.372Z Downloaded cobs v0.3.0
1782026-07-20T10:32:57.376Z Downloaded bitflags v1.3.2
1792026-07-20T10:32:57.383Z Downloaded quote v1.0.46
1802026-07-20T10:32:57.401Z Downloaded ipnetwork v0.21.1
1812026-07-20T10:32:57.404Z Downloaded pest_derive v2.8.7
1822026-07-20T10:32:57.404Z Downloaded tabwriter v1.4.1
1832026-07-20T10:32:57.407Z Downloaded crc32fast v1.5.0
1842026-07-20T10:32:57.410Z Downloaded thiserror v2.0.18
1852026-07-20T10:32:57.413Z Downloaded thiserror-impl v2.0.18
1862026-07-20T10:32:57.413Z Downloaded byteorder v1.5.0
1872026-07-20T10:32:57.416Z Downloaded scroll v0.13.0
1882026-07-20T10:32:57.416Z Downloaded zmij v1.0.22
1892026-07-20T10:32:57.423Z Downloaded serde_tokenstream v0.2.3
1902026-07-20T10:32:57.427Z Downloaded usdt-impl v0.6.0
1912026-07-20T10:32:57.427Z Downloaded bitflags v2.13.0
1922026-07-20T10:32:57.430Z Downloaded pest_meta v2.8.7
1932026-07-20T10:32:57.433Z Downloaded postcard v1.1.3
1942026-07-20T10:32:57.436Z Downloaded ingot-macros v0.1.1
1952026-07-20T10:32:57.436Z Downloaded ingot-types v0.1.2
1962026-07-20T10:32:57.443Z Downloaded memmap2 v0.9.11
1972026-07-20T10:32:57.453Z Downloaded defmt v1.1.1
1982026-07-20T10:32:57.468Z Downloaded proc-macro2 v1.0.106
1992026-07-20T10:32:57.471Z Downloaded uuid v1.24.0
2002026-07-20T10:32:57.474Z Downloaded darling v0.21.3
2012026-07-20T10:32:57.477Z Downloaded darling v0.23.0
2022026-07-20T10:32:57.480Z Downloaded serde_derive v1.0.228
2032026-07-20T10:32:57.487Z Downloaded unicode-ident v1.0.24
2042026-07-20T10:32:57.491Z Downloaded ucd-trie v0.1.7
2052026-07-20T10:32:57.503Z Downloaded darling_core v0.21.3
2062026-07-20T10:32:57.506Z Downloaded heapless v0.8.0
2072026-07-20T10:32:57.520Z Downloaded serde_core v1.0.228
2082026-07-20T10:32:57.528Z Downloaded darling_core v0.23.0
2092026-07-20T10:32:57.546Z Downloaded serde v1.0.228
2102026-07-20T10:32:57.549Z Downloaded memchr v2.8.3
2112026-07-20T10:32:57.552Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:32:57.564Z Downloaded pest v2.8.7
2132026-07-20T10:32:57.591Z Downloaded itertools v0.15.0
2142026-07-20T10:32:57.595Z Downloaded serde_json v1.0.150
2152026-07-20T10:32:57.611Z Downloaded itertools v0.14.0
2162026-07-20T10:32:57.615Z Downloaded regex v1.13.0
2172026-07-20T10:32:57.633Z Downloaded aho-corasick v1.1.4
2182026-07-20T10:32:57.688Z Downloaded goblin v0.10.7
2192026-07-20T10:32:57.699Z Downloaded unicode-width v0.2.2
2202026-07-20T10:32:57.705Z Downloaded zerocopy v0.8.54
2212026-07-20T10:32:57.715Z Downloaded syn v2.0.118
2222026-07-20T10:32:57.721Z Downloaded smoltcp v0.11.0
2232026-07-20T10:32:57.727Z Downloaded regex-syntax v0.8.11
2242026-07-20T10:32:57.768Z Downloaded regex-automata v0.4.15
2252026-07-20T10:32:57.782Z Downloaded libc v0.2.186
2262026-07-20T10:32:57.844Z Compiling proc-macro2 v1.0.106
2272026-07-20T10:32:57.847Z Compiling quote v1.0.46
2282026-07-20T10:32:57.847Z Compiling unicode-ident v1.0.24
2292026-07-20T10:32:57.847Z Compiling ident_case v1.0.1
2302026-07-20T10:32:57.847Z Compiling strsim v0.11.1
2312026-07-20T10:32:57.847Z Documenting unicode-ident v1.0.24
2322026-07-20T10:32:57.847Z Compiling serde_core v1.0.228
2332026-07-20T10:32:58.002Z Compiling fnv v1.0.7
2342026-07-20T10:32:58.026Z Compiling memchr v2.8.3
2352026-07-20T10:32:58.026Z Compiling zerocopy v0.8.54
2362026-07-20T10:32:58.091Z Compiling regex-syntax v0.8.11
2372026-07-20T10:32:58.201Z Compiling serde v1.0.228
2382026-07-20T10:32:58.266Z Compiling thiserror v2.0.18
2392026-07-20T10:32:58.529Z Documenting proc-macro2 v1.0.106
2402026-07-20T10:32:58.609Z Compiling aho-corasick v1.1.4
2412026-07-20T10:32:58.733Z Checking byteorder v1.5.0
2422026-07-20T10:32:58.916Z Compiling syn v2.0.118
2432026-07-20T10:32:58.985Z Compiling either v1.16.0
2442026-07-20T10:32:59.104Z Documenting quote v1.0.46
2452026-07-20T10:32:59.183Z Compiling itertools v0.14.0
2462026-07-20T10:32:59.622Z Documenting syn v2.0.118
2472026-07-20T10:32:59.771Z Compiling regex-automata v0.4.15
2482026-07-20T10:32:59.809Z Compiling heapless v0.8.0
2492026-07-20T10:33:00.152Z Checking bitflags v2.13.0
2502026-07-20T10:33:00.273Z Checking hash32 v0.3.1
2512026-07-20T10:33:00.313Z Documenting serde_core v1.0.228
2522026-07-20T10:33:00.379Z Checking cfg-if v1.0.4
2532026-07-20T10:33:00.405Z Documenting memchr v2.8.3
2542026-07-20T10:33:00.436Z Checking macaddr v1.0.1
2552026-07-20T10:33:00.575Z Checking stable_deref_trait v1.2.1
2562026-07-20T10:33:00.641Z Compiling smoltcp v0.11.0
2572026-07-20T10:33:00.934Z Documenting regex-syntax v0.8.11
2582026-07-20T10:33:01.055Z Documenting aho-corasick v1.1.4
2592026-07-20T10:33:01.078Z Checking darling_core v0.21.3
2602026-07-20T10:33:01.999Z Compiling regex v1.13.0
2612026-07-20T10:33:02.010Z Compiling darling_core v0.23.0
2622026-07-20T10:33:02.159Z Documenting regex-automata v0.4.15
2632026-07-20T10:33:02.372Z Checking managed v0.8.0
2642026-07-20T10:33:02.396Z Checking bitflags v1.3.2
2652026-07-20T10:33:02.489Z Documenting zerocopy-derive v0.8.54
2662026-07-20T10:33:02.568Z Compiling thiserror-impl v2.0.18
2672026-07-20T10:33:02.577Z Compiling zerocopy-derive v0.8.54
2682026-07-20T10:33:02.587Z Compiling serde_derive v1.0.228
2692026-07-20T10:33:03.386Z Documenting serde_derive v1.0.228
2702026-07-20T10:33:03.680Z Documenting regex v1.13.0
2712026-07-20T10:33:03.852Z Compiling darling_macro v0.21.3
2722026-07-20T10:33:03.943Z Checking cobs v0.3.0
2732026-07-20T10:33:04.076Z Documenting thiserror-impl v2.0.18
2742026-07-20T10:33:04.141Z Compiling crc32fast v1.5.0
2752026-07-20T10:33:04.296Z Compiling darling_macro v0.23.0
2762026-07-20T10:33:04.436Z Compiling darling v0.21.3
2772026-07-20T10:33:04.511Z Compiling ingot-macros v0.1.1
2782026-07-20T10:33:04.521Z Compiling ref-cast v1.0.25
2792026-07-20T10:33:04.590Z Documenting byteorder v1.5.0
2802026-07-20T10:33:04.703Z Documenting ingot-macros v0.1.1
2812026-07-20T10:33:04.891Z Documenting zerocopy v0.8.54
2822026-07-20T10:33:04.913Z Documenting thiserror v2.0.18
2832026-07-20T10:33:05.148Z Documenting hash32 v0.3.1
2842026-07-20T10:33:05.442Z Documenting serde v1.0.228
2852026-07-20T10:33:05.700Z Compiling ref-cast-impl v1.0.25
2862026-07-20T10:33:05.809Z Checking postcard v1.1.3
2872026-07-20T10:33:05.937Z Documenting bitflags v2.13.0
2882026-07-20T10:33:06.089Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-20T10:33:06.111Z Documenting cfg-if v1.0.4
2902026-07-20T10:33:06.323Z Checking ipnetwork v0.21.1
2912026-07-20T10:33:06.364Z Documenting macaddr v1.0.1
2922026-07-20T10:33:06.501Z Checking unicode-width v0.2.2
2932026-07-20T10:33:06.715Z Documenting stable_deref_trait v1.2.1
2942026-07-20T10:33:06.734Z Compiling version_check v0.9.5
2952026-07-20T10:33:06.748Z Documenting cobs v0.3.0
2962026-07-20T10:33:06.866Z Compiling darling v0.23.0
2972026-07-20T10:33:07.001Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2982026-07-20T10:33:07.127Z Documenting managed v0.8.0
2992026-07-20T10:33:07.157Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3002026-07-20T10:33:07.238Z Checking ingot-types v0.1.2
3012026-07-20T10:33:07.287Z Checking tabwriter v1.4.1
3022026-07-20T10:33:07.343Z Documenting heapless v0.8.0
3032026-07-20T10:33:07.429Z Checking itertools v0.15.0
3042026-07-20T10:33:07.550Z Documenting postcard v1.1.3
3052026-07-20T10:33:07.583Z Checking ingot v0.1.1
3062026-07-20T10:33:07.932Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-07-20T10:33:08.081Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3082026-07-20T10:33:08.117Z Documenting ingot-types v0.1.2
3092026-07-20T10:33:08.174Z Documenting ref-cast-impl v1.0.25
3102026-07-20T10:33:08.259Z Documenting either v1.16.0
3112026-07-20T10:33:08.354Z Documenting smoltcp v0.11.0
3122026-07-20T10:33:08.603Z Documenting unicode-width v0.2.2
3132026-07-20T10:33:08.703Z Checking dyn-clone v1.0.20
3142026-07-20T10:33:08.802Z Documenting ipnetwork v0.21.1
3152026-07-20T10:33:08.842Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-20T10:33:09.070Z Documenting itertools v0.15.0
3172026-07-20T10:33:09.309Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-20T10:33:09.378Z Documenting ingot v0.1.1
3192026-07-20T10:33:09.579Z Documenting ref-cast v1.0.25
3202026-07-20T10:33:09.811Z Documenting tabwriter v1.4.1
3212026-07-20T10:33:10.161Z Documenting crc32fast v1.5.0
3222026-07-20T10:33:10.194Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-07-20T10:33:10.426Z Documenting dyn-clone v1.0.20
3242026-07-20T10:33:11.160Z Documenting uuid v1.24.0
3252026-07-20T10:33:11.291Z Checking uuid v1.24.0
3262026-07-20T10:33:11.538Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-20T10:33:11.614Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-20T10:33:12.387Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-20T10:33:14.087Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-20T10:33:16.357Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-20T10:33:17.999Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.80s
3322026-07-20T10:33:18.074Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-20T10:33:18.099Z
3342026-07-20T10:33:18.102Zreal 24.888688910
3352026-07-20T10:33:18.102Zuser 1:23.912899558
3362026-07-20T10:33:18.102Zsys 17.581320312
3372026-07-20T10:33:18.102Ztrap 0.051446721
3382026-07-20T10:33:18.102Ztflt 0.067525548
3392026-07-20T10:33:18.102Zdflt 0.102053431
3402026-07-20T10:33:18.102Zkflt 0.005092486
3412026-07-20T10:33:18.102Zlock 9:14.094956940
3422026-07-20T10:33:18.102Zslp 4:51.386434763
3432026-07-20T10:33:18.103Zlat 7.154035264
3442026-07-20T10:33:18.103Zstop 12.553814497
3452026-07-20T10:33:18.103Z+ header 'analyze std + api + usdt'
3462026-07-20T10:33:18.103Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-20T10:33:18.103Z# ==== analyze std + api + usdt ==== #
3482026-07-20T10:33:18.103Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-20T10:33:18.289Z Downloading crates ...
3502026-07-20T10:33:18.346Z Downloaded link-section v0.2.1
3512026-07-20T10:33:18.349Z Downloaded futures-sink v0.3.32
3522026-07-20T10:33:18.353Z Downloaded futures-io v0.3.32
3532026-07-20T10:33:18.356Z Downloaded anyhow v1.0.103
3542026-07-20T10:33:18.356Z Downloaded futures-macro v0.3.32
3552026-07-20T10:33:18.359Z Downloaded dtor-proc-macro v0.0.13
3562026-07-20T10:33:18.359Z Downloaded circular v0.3.0
3572026-07-20T10:33:18.362Z Downloaded dtor v0.8.1
3582026-07-20T10:33:18.362Z Downloaded futures-core v0.3.32
3592026-07-20T10:33:18.365Z Downloaded futures-channel v0.3.32
3602026-07-20T10:33:18.368Z Downloaded futures-task v0.3.32
3612026-07-20T10:33:18.372Z Downloaded typeid v1.0.3
3622026-07-20T10:33:18.376Z Downloaded ctor-proc-macro v0.0.13
3632026-07-20T10:33:18.376Z Downloaded rusticata-macros v5.0.0
3642026-07-20T10:33:18.376Z Downloaded slab v0.4.12
3652026-07-20T10:33:18.379Z Downloaded ctor v0.10.1
3662026-07-20T10:33:18.379Z Downloaded pin-project-lite v0.2.17
3672026-07-20T10:33:18.382Z Downloaded cookie-factory v0.3.3
3682026-07-20T10:33:18.382Z Downloaded futures-executor v0.3.32
3692026-07-20T10:33:18.387Z Downloaded once_cell v1.21.4
3702026-07-20T10:33:18.391Z Downloaded futures v0.3.32
3712026-07-20T10:33:18.407Z Downloaded ron v0.12.2
3722026-07-20T10:33:18.413Z Downloaded nom v8.0.0
3732026-07-20T10:33:18.416Z Downloaded pcap-parser v0.17.0
3742026-07-20T10:33:18.419Z Downloaded futures-util v0.3.32
3752026-07-20T10:33:18.473Z Compiling proc-macro2 v1.0.106
3762026-07-20T10:33:18.473Z Compiling quote v1.0.46
3772026-07-20T10:33:18.473Z Compiling unicode-ident v1.0.24
3782026-07-20T10:33:18.477Z Compiling memchr v2.8.3
3792026-07-20T10:33:18.477Z Compiling thiserror v2.0.18
3802026-07-20T10:33:18.477Z Compiling zerocopy v0.8.54
3812026-07-20T10:33:18.477Z Compiling serde_core v1.0.228
3822026-07-20T10:33:18.477Z Compiling zmij v1.0.22
3832026-07-20T10:33:18.841Z Compiling libc v0.2.186
3842026-07-20T10:33:18.871Z Compiling strsim v0.11.1
3852026-07-20T10:33:18.875Z Compiling ident_case v1.0.1
3862026-07-20T10:33:18.922Z Compiling serde_json v1.0.150
3872026-07-20T10:33:18.979Z Compiling ucd-trie v0.1.7
3882026-07-20T10:33:19.077Z Compiling serde v1.0.228
3892026-07-20T10:33:19.155Z Compiling pest v2.8.7
3902026-07-20T10:33:19.378Z Compiling fnv v1.0.7
3912026-07-20T10:33:19.486Z Compiling aho-corasick v1.1.4
3922026-07-20T10:33:19.502Z Compiling itoa v1.0.18
3932026-07-20T10:33:19.705Z Compiling syn v2.0.118
3942026-07-20T10:33:19.719Z Compiling regex-syntax v0.8.11
3952026-07-20T10:33:19.727Z Checking byteorder v1.5.0
3962026-07-20T10:33:20.195Z Compiling pest_meta v2.8.7
3972026-07-20T10:33:20.318Z Compiling either v1.16.0
3982026-07-20T10:33:20.386Z Compiling usdt-impl v0.6.0
3992026-07-20T10:33:20.393Z Checking bitflags v2.13.0
4002026-07-20T10:33:20.525Z Compiling itertools v0.14.0
4012026-07-20T10:33:20.786Z Compiling thread-id v5.1.0
4022026-07-20T10:33:20.943Z Checking futures-core v0.3.32
4032026-07-20T10:33:20.960Z Checking futures-sink v0.3.32
4042026-07-20T10:33:21.051Z Compiling heapless v0.8.0
4052026-07-20T10:33:21.153Z Compiling regex-automata v0.4.15
4062026-07-20T10:33:21.360Z Checking log v0.4.33
4072026-07-20T10:33:21.426Z Checking plain v0.2.3
4082026-07-20T10:33:21.674Z Checking futures-channel v0.3.32
4092026-07-20T10:33:21.780Z Checking hash32 v0.3.1
4102026-07-20T10:33:21.858Z Checking slab v0.4.12
4112026-07-20T10:33:21.900Z Checking stable_deref_trait v1.2.1
4122026-07-20T10:33:21.934Z Checking cfg-if v1.0.4
4132026-07-20T10:33:21.963Z Checking futures-io v0.3.32
4142026-07-20T10:33:21.991Z Checking futures-task v0.3.32
4152026-07-20T10:33:22.014Z Checking pretty-hex v0.4.2
4162026-07-20T10:33:22.119Z Compiling pest_generator v2.8.7
4172026-07-20T10:33:22.122Z Compiling darling_core v0.21.3
4182026-07-20T10:33:22.122Z Compiling darling_core v0.23.0
4192026-07-20T10:33:22.140Z Compiling smoltcp v0.11.0
4202026-07-20T10:33:22.320Z Checking pin-project-lite v0.2.17
4212026-07-20T10:33:22.407Z Checking macaddr v1.0.1
4222026-07-20T10:33:22.767Z Compiling version_check v0.9.5
4232026-07-20T10:33:22.791Z Checking managed v0.8.0
4242026-07-20T10:33:22.893Z Compiling regex v1.13.0
4252026-07-20T10:33:22.979Z Compiling ref-cast v1.0.25
4262026-07-20T10:33:23.042Z Checking bitflags v1.3.2
4272026-07-20T10:33:23.105Z Compiling crc32fast v1.5.0
4282026-07-20T10:33:23.346Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-20T10:33:23.368Z Compiling thiserror-impl v2.0.18
4302026-07-20T10:33:23.408Z Compiling serde_derive v1.0.228
4312026-07-20T10:33:23.613Z Compiling zerocopy-derive v0.8.54
4322026-07-20T10:33:23.757Z Compiling pest_derive v2.8.7
4332026-07-20T10:33:24.279Z Compiling darling_macro v0.21.3
4342026-07-20T10:33:24.285Z Compiling scroll_derive v0.13.1
4352026-07-20T10:33:24.291Z Compiling futures-macro v0.3.32
4362026-07-20T10:33:24.531Z Compiling darling_macro v0.23.0
4372026-07-20T10:33:24.694Z Checking cobs v0.3.0
4382026-07-20T10:33:24.757Z Compiling dtrace-parser v0.3.0
4392026-07-20T10:33:24.843Z Compiling darling v0.21.3
4402026-07-20T10:33:24.916Z Compiling ingot-macros v0.1.1
4412026-07-20T10:33:25.082Z Compiling darling v0.23.0
4422026-07-20T10:33:25.098Z Checking futures-util v0.3.32
4432026-07-20T10:33:25.101Z Checking scroll v0.13.0
4442026-07-20T10:33:25.181Z Compiling ref-cast-impl v1.0.25
4452026-07-20T10:33:25.321Z Checking goblin v0.10.7
4462026-07-20T10:33:25.364Z Checking memmap2 v0.9.11
4472026-07-20T10:33:25.527Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-20T10:33:25.845Z Checking ipnetwork v0.21.1
4492026-07-20T10:33:25.947Z Checking unicode-width v0.2.2
4502026-07-20T10:33:26.022Z Checking itertools v0.15.0
4512026-07-20T10:33:26.512Z Checking postcard v1.1.3
4522026-07-20T10:33:26.680Z Compiling serde_tokenstream v0.2.3
4532026-07-20T10:33:26.795Z Checking tabwriter v1.4.1
4542026-07-20T10:33:26.932Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-20T10:33:26.997Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-20T10:33:27.006Z Checking nom v8.0.0
4572026-07-20T10:33:27.033Z Checking futures-executor v0.3.32
4582026-07-20T10:33:27.176Z Checking futures v0.3.32
4592026-07-20T10:33:27.243Z Compiling typeid v1.0.3
4602026-07-20T10:33:27.545Z Checking dyn-clone v1.0.20
4612026-07-20T10:33:27.573Z Compiling anyhow v1.0.103
4622026-07-20T10:33:27.622Z Checking cookie-factory v0.3.3
4632026-07-20T10:33:27.645Z Checking uuid v1.24.0
4642026-07-20T10:33:27.693Z Checking circular v0.3.0
4652026-07-20T10:33:27.806Z Compiling dtor-proc-macro v0.0.13
4662026-07-20T10:33:27.823Z Checking ingot-types v0.1.2
4672026-07-20T10:33:27.898Z Compiling dof v0.4.0
4682026-07-20T10:33:27.925Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4692026-07-20T10:33:28.083Z Checking link-section v0.2.1
4702026-07-20T10:33:28.143Z Compiling ctor-proc-macro v0.0.13
4712026-07-20T10:33:28.163Z Checking ingot v0.1.1
4722026-07-20T10:33:28.172Z Checking dtor v0.8.1
4732026-07-20T10:33:28.185Z Checking once_cell v1.21.4
4742026-07-20T10:33:28.312Z Checking ron v0.12.2
4752026-07-20T10:33:28.476Z Checking ctor v0.10.1
4762026-07-20T10:33:28.864Z Compiling usdt-macro v0.6.0
4772026-07-20T10:33:28.864Z Compiling usdt-attr-macro v0.6.0
4782026-07-20T10:33:29.032Z Checking rusticata-macros v5.0.0
4792026-07-20T10:33:29.155Z Checking pcap-parser v0.17.0
4802026-07-20T10:33:29.499Z Checking usdt v0.6.0
4812026-07-20T10:33:29.690Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-20T10:33:34.150Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-20T10:33:35.820Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-20T10:33:38.181Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.03s
4852026-07-20T10:33:38.214Z
4862026-07-20T10:33:38.215Zreal 20.110167557
4872026-07-20T10:33:38.215Zuser 1:14.404360646
4882026-07-20T10:33:38.218Zsys 15.835141828
4892026-07-20T10:33:38.218Ztrap 0.041421733
4902026-07-20T10:33:38.218Ztflt 0.109130893
4912026-07-20T10:33:38.218Zdflt 0.181306617
4922026-07-20T10:33:38.218Zkflt 0.000013990
4932026-07-20T10:33:38.218Zlock 4:10.637972613
4942026-07-20T10:33:38.218Zslp 3:58.634307313
4952026-07-20T10:33:38.218Zlat 4.402632767
4962026-07-20T10:33:38.218Zstop 8.440343309
4972026-07-20T10:33:38.218Z+ header 'analyze no_std + engine + kernel'
4982026-07-20T10:33:38.218Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-20T10:33:38.218Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-20T10:33:38.218Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-20T10:33:38.393Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-07-20T10:33:38.393Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-07-20T10:33:38.415Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-20T10:33:38.415Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-20T10:33:38.652Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-20T10:33:42.341Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-20T10:33:43.722Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.46s
5082026-07-20T10:33:43.750Z
5092026-07-20T10:33:43.751Zreal 5.530235160
5102026-07-20T10:33:43.751Zuser 5.753271654
5112026-07-20T10:33:43.751Zsys 1.037408236
5122026-07-20T10:33:43.751Ztrap 0.000795210
5132026-07-20T10:33:43.751Ztflt 0.002070040
5142026-07-20T10:33:43.751Zdflt 0.004940664
5152026-07-20T10:33:43.751Zkflt 0.000000000
5162026-07-20T10:33:43.751Zlock 24.459139290
5172026-07-20T10:33:43.751Zslp 20.657704701
5182026-07-20T10:33:43.751Zlat 0.017025208
5192026-07-20T10:33:43.751Zstop 0.248263312
5202026-07-20T10:33:43.754Z+ header test
5212026-07-20T10:33:43.754Z+ echo '# ==== test ==== #'
5222026-07-20T10:33:43.754Z# ==== test ==== #
5232026-07-20T10:33:43.754Z+ ptime -m cargo test
5242026-07-20T10:33:43.906Z Compiling memchr v2.8.3
5252026-07-20T10:33:43.906Z Compiling serde_core v1.0.228
5262026-07-20T10:33:43.909Z Compiling thiserror v2.0.18
5272026-07-20T10:33:43.930Z Compiling zerocopy v0.8.54
5282026-07-20T10:33:43.934Z Compiling unicode-ident v1.0.24
5292026-07-20T10:33:43.978Z Compiling byteorder v1.5.0
5302026-07-20T10:33:43.978Z Compiling zmij v1.0.22
5312026-07-20T10:33:43.978Z Compiling scroll v0.13.0
5322026-07-20T10:33:44.015Z Compiling proc-macro2 v1.0.106
5332026-07-20T10:33:44.058Z Compiling libc v0.2.186
5342026-07-20T10:33:44.144Z Compiling log v0.4.33
5352026-07-20T10:33:44.195Z Compiling itoa v1.0.18
5362026-07-20T10:33:44.319Z Compiling ucd-trie v0.1.7
5372026-07-20T10:33:44.372Z Compiling futures-sink v0.3.32
5382026-07-20T10:33:44.409Z Compiling plain v0.2.3
5392026-07-20T10:33:44.451Z Compiling futures-core v0.3.32
5402026-07-20T10:33:44.466Z Compiling pest v2.8.7
5412026-07-20T10:33:44.506Z Compiling goblin v0.10.7
5422026-07-20T10:33:44.613Z Compiling futures-channel v0.3.32
5432026-07-20T10:33:44.854Z Compiling quote v1.0.46
5442026-07-20T10:33:45.046Z Compiling hash32 v0.3.1
5452026-07-20T10:33:45.214Z Compiling stable_deref_trait v1.2.1
5462026-07-20T10:33:45.284Z Compiling futures-io v0.3.32
5472026-07-20T10:33:45.674Z Compiling futures-task v0.3.32
5482026-07-20T10:33:45.679Z Compiling macaddr v1.0.1
5492026-07-20T10:33:45.679Z Compiling pretty-hex v0.4.2
5502026-07-20T10:33:45.679Z Compiling pin-project-lite v0.2.17
5512026-07-20T10:33:45.679Z Compiling slab v0.4.12
5522026-07-20T10:33:45.729Z Compiling serde v1.0.228
5532026-07-20T10:33:45.758Z Compiling bitflags v2.13.0
5542026-07-20T10:33:45.843Z Compiling serde_json v1.0.150
5552026-07-20T10:33:45.952Z Compiling cfg-if v1.0.4
5562026-07-20T10:33:46.015Z Compiling futures-util v0.3.32
5572026-07-20T10:33:46.171Z Compiling dtrace-parser v0.3.0
5582026-07-20T10:33:46.228Z Compiling heapless v0.8.0
5592026-07-20T10:33:46.363Z Compiling syn v2.0.118
5602026-07-20T10:33:46.678Z Compiling thread-id v5.1.0
5612026-07-20T10:33:46.754Z Compiling ingot-types v0.1.2
5622026-07-20T10:33:46.809Z Compiling cobs v0.3.0
5632026-07-20T10:33:46.932Z Compiling managed v0.8.0
5642026-07-20T10:33:47.085Z Compiling bitflags v1.3.2
5652026-07-20T10:33:47.151Z Compiling smoltcp v0.11.0
5662026-07-20T10:33:47.157Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5672026-07-20T10:33:47.168Z Compiling ingot v0.1.1
5682026-07-20T10:33:47.397Z Compiling postcard v1.1.3
5692026-07-20T10:33:47.749Z Compiling dof v0.4.0
5702026-07-20T10:33:48.790Z Compiling futures-executor v0.3.32
5712026-07-20T10:33:49.033Z Compiling usdt-impl v0.6.0
5722026-07-20T10:33:49.405Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-20T10:33:49.477Z Compiling memmap2 v0.9.11
5742026-07-20T10:33:49.785Z Compiling ipnetwork v0.21.1
5752026-07-20T10:33:49.805Z Compiling unicode-width v0.2.2
5762026-07-20T10:33:50.022Z Compiling either v1.16.0
5772026-07-20T10:33:50.117Z Compiling tabwriter v1.4.1
5782026-07-20T10:33:50.207Z Compiling itertools v0.15.0
5792026-07-20T10:33:50.314Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-20T10:33:50.536Z Compiling ref-cast v1.0.25
5812026-07-20T10:33:50.634Z Compiling usdt v0.6.0
5822026-07-20T10:33:51.205Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-20T10:33:51.265Z Compiling futures v0.3.32
5842026-07-20T10:33:51.378Z Compiling crc32fast v1.5.0
5852026-07-20T10:33:51.458Z Compiling nom v8.0.0
5862026-07-20T10:33:51.605Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-20T10:33:51.624Z Compiling dyn-clone v1.0.20
5882026-07-20T10:33:51.794Z Compiling cookie-factory v0.3.3
5892026-07-20T10:33:51.919Z Compiling uuid v1.24.0
5902026-07-20T10:33:52.121Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-20T10:33:52.353Z Compiling circular v0.3.0
5922026-07-20T10:33:52.586Z Compiling dtor v0.8.1
5932026-07-20T10:33:52.625Z Compiling anyhow v1.0.103
5942026-07-20T10:33:52.625Z Compiling typeid v1.0.3
5952026-07-20T10:33:52.703Z Compiling once_cell v1.21.4
5962026-07-20T10:33:52.733Z Compiling link-section v0.2.1
5972026-07-20T10:33:52.810Z Compiling ron v0.12.2
5982026-07-20T10:33:52.874Z Compiling ctor v0.10.1
5992026-07-20T10:33:54.130Z Compiling rusticata-macros v5.0.0
6002026-07-20T10:33:54.454Z Compiling pcap-parser v0.17.0
6012026-07-20T10:33:56.953Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-20T10:33:59.418Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-20T10:34:38.372Z Finished `test` profile [optimized + debuginfo] target(s) in 54.61s
6042026-07-20T10:34:38.389Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-1d29c3af629702ae)
6052026-07-20T10:34:38.393Z
6062026-07-20T10:34:38.393Zrunning 15 tests
6072026-07-20T10:34:38.393Ztest api::tests::parse_bad_address ... ok
6082026-07-20T10:34:38.393Ztest api::tests::parse_bad_proto_filter ... ok
6092026-07-20T10:34:38.393Ztest api::tests::parse_good_address ... ok
6102026-07-20T10:34:38.393Ztest api::tests::parse_good_proto_filter ... ok
6112026-07-20T10:34:38.393Ztest api::tests::ports_from_str_bad ... ok
6122026-07-20T10:34:38.393Ztest api::tests::ports_from_str_good ... ok
6132026-07-20T10:34:38.393Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6142026-07-20T10:34:38.393Ztest cfg::tests::test_required_nat_space ... ok
6152026-07-20T10:34:38.393Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-20T10:34:38.393Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-20T10:34:38.393Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-20T10:34:38.393Ztest engine::geneve::test::parse_single_opt ... ok
6192026-07-20T10:34:38.393Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6202026-07-20T10:34:38.393Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-20T10:34:38.396Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-20T10:34:38.396Z
6232026-07-20T10:34:38.397Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-20T10:34:38.397Z
6252026-07-20T10:34:38.397Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-c5311773d91f505e)
6262026-07-20T10:34:38.397Z
6272026-07-20T10:34:38.398Zrunning 4 tests
6282026-07-20T10:34:38.402Ztest firewall_external_inbound ... ok
6292026-07-20T10:34:38.402Ztest firewall_vni_outbound ... ok
6302026-07-20T10:34:38.402Ztest firewall_vni_inbound ... ok
6312026-07-20T10:34:38.403Ztest firewall_replace_rules ... ok
6322026-07-20T10:34:38.403Z
6332026-07-20T10:34:38.403Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-20T10:34:38.403Z
6352026-07-20T10:34:38.403Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-7ba4003df7e64fd1)
6362026-07-20T10:34:38.403Z
6372026-07-20T10:34:38.403Zrunning 2 tests
6382026-07-20T10:34:38.403Ztest parse_in_regression ... ok
6392026-07-20T10:34:38.403Ztest parse_out_regression ... ok
6402026-07-20T10:34:38.403Z
6412026-07-20T10:34:38.403Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-20T10:34:38.403Z
6432026-07-20T10:34:38.403Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-77624afbdd5b1974)
6442026-07-20T10:34:38.407Z
6452026-07-20T10:34:38.407Zrunning 48 tests
6462026-07-20T10:34:38.407Ztest bad_ip_len ... ok
6472026-07-20T10:34:38.407Ztest add_remove_fw_rule ... ok
6482026-07-20T10:34:38.407Ztest check_layers ... ok
6492026-07-20T10:34:38.407Ztest arp_gateway ... ok
6502026-07-20T10:34:38.407Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-20T10:34:38.407Ztest anti_spoof ... ok
6522026-07-20T10:34:38.408Ztest external_attached_subnets_dont_apply_nat ... ok
6532026-07-20T10:34:38.409Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6542026-07-20T10:34:38.409Ztest flow_expiration ... ok
6552026-07-20T10:34:38.409Ztest gateway_icmp4_ping ... ok
6562026-07-20T10:34:38.409Ztest gateway_icmpv6_ping ... ok
6572026-07-20T10:34:38.409Ztest external_ip_epoch_affinity_preserved ... ok
6582026-07-20T10:34:38.409Ztest external_ip_reconfigurable ... ok
6592026-07-20T10:34:38.409Ztest early_tcp_invalidation ... ok
6602026-07-20T10:34:38.409Ztest gateway_router_advert_reply ... ok
6612026-07-20T10:34:38.409Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-20T10:34:38.409Ztest guest_to_guest_no_route ... ok
6632026-07-20T10:34:38.409Ztest guest_to_internet_ipv4 ... ok
6642026-07-20T10:34:38.409Ztest guest_to_internet_ipv6 ... ok
6652026-07-20T10:34:38.409Ztest inbound_ndp_dropped_at_gateway ... ok
6662026-07-20T10:34:38.409Ztest icmp_inner_has_nat_applied ... ok
6672026-07-20T10:34:38.409Ztest guest_to_guest ... ok
6682026-07-20T10:34:38.410Ztest icmpv6_inner_has_nat_applied ... ok
6692026-07-20T10:34:38.410Ztest external_ip_balanced_over_floating_ips ... ok
6702026-07-20T10:34:38.410Ztest external_ip_receive_and_reply_on_all ... ok
6712026-07-20T10:34:38.410Ztest outbound_ndp_dropped ... ok
6722026-07-20T10:34:38.410Ztest packet_body_pullup ... ok
6732026-07-20T10:34:38.410Ztest intra_subnet_routes_with_custom ... ok
6742026-07-20T10:34:38.410Ztest no_panic_on_flow_table_full ... ok
6752026-07-20T10:34:38.410Ztest internal_attached_subnets ... ok
6762026-07-20T10:34:38.410Ztest port_transition_reset ... ok
6772026-07-20T10:34:38.410Ztest port_transition_running ... ok
6782026-07-20T10:34:38.410Ztest port_as_router_target ... ok
6792026-07-20T10:34:38.410Ztest port_transition_pause ... ok
6802026-07-20T10:34:38.411Ztest test_drop_on_unknown_critical_option ... ok
6812026-07-20T10:34:38.411Ztest tcp_invalidation_does_not_block_connection ... ok
6822026-07-20T10:34:38.411Ztest select_eip_conditioned_on_igw ... ok
6832026-07-20T10:34:38.411Ztest snat_icmp6_echo_rewrite ... ok
6842026-07-20T10:34:38.411Ztest snat_icmp4_echo_rewrite ... ok
6852026-07-20T10:34:38.411Ztest test_ipv6_multicast_encapsulation ... ok
6862026-07-20T10:34:38.411Ztest tcp_inbound ... ok
6872026-07-20T10:34:38.411Ztest tcp_outbound ... ok
6882026-07-20T10:34:38.411Ztest test_gateway_neighbor_advert_reply ... ok
6892026-07-20T10:34:38.411Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6902026-07-20T10:34:38.411Ztest test_tcp_multicast_denied ... ok
6912026-07-20T10:34:38.411Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-20T10:34:38.411Ztest uft_lft_invalidation_out ... ok
6932026-07-20T10:34:38.411Ztest uft_lft_invalidation_in ... ok
6942026-07-20T10:34:38.411Z
6952026-07-20T10:34:38.411Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-20T10:34:38.411Z
6972026-07-20T10:34:38.415Z Doc-tests oxide_vpc
6982026-07-20T10:34:38.707Z
6992026-07-20T10:34:38.707Zrunning 0 tests
7002026-07-20T10:34:38.707Z
7012026-07-20T10:34:38.707Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-20T10:34:38.707Z
7032026-07-20T10:34:38.737Z
7042026-07-20T10:34:38.740Zreal 54.974448171
7052026-07-20T10:34:38.740Zuser 3:19.302556552
7062026-07-20T10:34:38.741Zsys 12.117316997
7072026-07-20T10:34:38.741Ztrap 0.093695270
7082026-07-20T10:34:38.741Ztflt 0.112180874
7092026-07-20T10:34:38.741Zdflt 0.490542717
7102026-07-20T10:34:38.741Zkflt 0.000004220
7112026-07-20T10:34:38.741Zlock 13:00.020531982
7122026-07-20T10:34:38.741Zslp 6:43.633022841
7132026-07-20T10:34:38.741Zlat 8.677862513
7142026-07-20T10:34:38.741Zstop 5.733334683
7152026-07-20T10:34:38.741Zprocess exited: duration 121613 ms, exit code 0
 
7162026-07-20T10:34:38.749Zfound 0 output files