01M0VFRMTADEH5MZ5CK4C50JSM: oxide-vpc

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

Buildomat Job: 01M0VFTNARD68CDAEQKTPPB5VG

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-25T03:37:05.477Zjob assigned to worker 01M0VFV4ZF72C5A82RVR2M8P4K [factory aws, i-0602d16549e8e4213] (queued for 58 s)
 
22026-08-25T03:37:11.837Zstarting task 0: "setup"
32026-08-25T03:37:11.842Z++ uname -s
42026-08-25T03:37:11.846Z+ kern=SunOS
52026-08-25T03:37:11.847Z+ build_user=build
62026-08-25T03:37:11.847Z+ build_uid=12345
72026-08-25T03:37:11.847Z+ work_dir=/work
82026-08-25T03:37:11.847Z+ input_dir=/input
92026-08-25T03:37:11.847Z+ [[ 0 == 12345 ]]
102026-08-25T03:37:11.847Z+ case "$kern" in
112026-08-25T03:37:11.847Z+ groupadd -g 12345 build
122026-08-25T03:37:11.847Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-25T03:37:13.850Z+ zfs create -o mountpoint=/work rpool/work
142026-08-25T03:37:13.954Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-25T03:37:13.959Z+ home_fs=zfs
162026-08-25T03:37:13.959Z+ [[ zfs == autofs ]]
172026-08-25T03:37:13.959Z+ mkdir -p /home/build
182026-08-25T03:37:13.959Z+ chown build:build /home/build /work
192026-08-25T03:37:15.956Z+ chmod 0700 /home/build /work
202026-08-25T03:37:15.960Zprocess exited: duration 4118 ms, exit code 0
 
212026-08-25T03:37:15.971Zstarting task 1: "rust-toolchain"
222026-08-25T03:37:15.980Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-25T03:37:15.980Z * rust toolchain channel = "1.97.1"
242026-08-25T03:37:15.980Z * rust toolchain profile = "default"
252026-08-25T03:37:15.980Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-25T03:37:15.980Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-25T03:37:15.980Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-25T03:37:15.980Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-25T03:37:15.980Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-25T03:37:16.054Zinfo: downloading installer
312026-08-25T03:37:17.590Zwarn: It looks like you have an existing rustup settings file at:
322026-08-25T03:37:17.591Zwarn: /home/build/.rustup/settings.toml
332026-08-25T03:37:17.591Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-25T03:37:17.591Zwarn: instead of the one inferred from the default host triple.
352026-08-25T03:37:17.602Zinfo: profile set to default
362026-08-25T03:37:17.602Zinfo: default host triple is x86_64-unknown-illumos
372026-08-25T03:37:17.608Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-25T03:37:17.740Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-25T03:37:17.747Zinfo: downloading 6 components
402026-08-25T03:37:30.980Z
412026-08-25T03:37:30.980Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-25T03:37:31.007Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-25T03:37:31.007Z
442026-08-25T03:37:31.007Z
452026-08-25T03:37:31.007ZRust is installed now. Great!
462026-08-25T03:37:31.007Z
472026-08-25T03:37:31.007ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-25T03:37:31.007Zenvironment variable. This has not been done automatically.
492026-08-25T03:37:31.007Z
502026-08-25T03:37:31.007ZTo configure your current shell, you need to source
512026-08-25T03:37:31.008Zthe corresponding env file under $HOME/.cargo.
522026-08-25T03:37:31.008Z
532026-08-25T03:37:31.008ZThis is usually done by running one of the following (note the leading DOT):
542026-08-25T03:37:31.008Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-25T03:37:31.008Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-25T03:37:31.008Zsource "~/.cargo/env.nu" # For nushell
572026-08-25T03:37:31.008Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-25T03:37:31.008Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-25T03:37:31.008Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-25T03:37:31.018Zwarn: no default linker (`cc`) was found in your PATH
612026-08-25T03:37:31.018Zwarn: many Rust crates require a system C toolchain to build
622026-08-25T03:37:31.105Z+ rustup --version
632026-08-25T03:37:31.113Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-25T03:37:31.123Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-25T03:37:31.134Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-25T03:37:31.140Z+ cargo --version
672026-08-25T03:37:31.151Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-25T03:37:31.156Z+ rustc --version
692026-08-25T03:37:31.176Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-25T03:37:31.179Zprocess exited: duration 15206 ms, exit code 0
 
712026-08-25T03:37:31.188Zstarting task 2: "authentication"
722026-08-25T03:37:31.202ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-08-25T03:37:55.439Zprocess exited: duration 24249 ms, exit code 0
 
742026-08-25T03:37:55.477Zstarting task 3: "clone repository"
752026-08-25T03:37:55.494Z+ mkdir -p /work/oxidecomputer/opte
762026-08-25T03:37:55.494Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-08-25T03:37:55.504ZCloning into '/work/oxidecomputer/opte'...
782026-08-25T03:37:56.581Z+ cd /work/oxidecomputer/opte
792026-08-25T03:37:56.590Z+ git fetch origin 9dc4e8db1ad611b0a639b87c033af000e46011db
802026-08-25T03:37:56.851ZFrom https://github.com/oxidecomputer/opte
812026-08-25T03:37:56.851Z * branch 9dc4e8db1ad611b0a639b87c033af000e46011db -> FETCH_HEAD
822026-08-25T03:37:56.900Z+ [[ -n renovate/clap ]]
832026-08-25T03:37:56.900Z++ git branch --show-current
842026-08-25T03:37:56.900Z+ current=master
852026-08-25T03:37:56.900Z+ [[ master != renovate/clap ]]
862026-08-25T03:37:56.900Z+ git branch -f renovate/clap 9dc4e8db1ad611b0a639b87c033af000e46011db
872026-08-25T03:37:56.900Z+ git checkout -f renovate/clap
882026-08-25T03:37:56.930ZSwitched to branch 'renovate/clap'
892026-08-25T03:37:56.930Z+ git reset --hard 9dc4e8db1ad611b0a639b87c033af000e46011db
902026-08-25T03:37:56.930ZHEAD is now at 9dc4e8d Update Rust crate clap to v4.6.6
912026-08-25T03:37:56.930Zprocess exited: duration 1398 ms, exit code 0
 
922026-08-25T03:37:56.987Zstarting task 4: "build"
932026-08-25T03:37:57.019Z+ source .github/buildomat/common.sh
942026-08-25T03:37:57.019Z++ rustup show active-toolchain
952026-08-25T03:37:57.019Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-08-25T03:37:57.019Z++ pushd xde
972026-08-25T03:37:57.019Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-08-25T03:37:57.020Z++ rustup show active-toolchain
992026-08-25T03:37:57.020Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-08-25T03:37:57.171Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-08-25T03:37:57.184Zinfo: downloading 6 components
1022026-08-25T03:38:12.762Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-08-25T03:38:12.869Z+++ rustup show active-toolchain -v
1042026-08-25T03:38:12.877Z+++ head -n 1
1052026-08-25T03:38:12.877Z+++ cut '-d ' -f1
1062026-08-25T03:38:12.906Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-25T03:38:12.906Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-08-25T03:38:12.907Z++ popd
1092026-08-25T03:38:12.911Z/work/oxidecomputer/opte
1102026-08-25T03:38:12.911Z+ cargo --version
1112026-08-25T03:38:12.917Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-08-25T03:38:12.926Z+ rustc --version
1132026-08-25T03:38:12.940Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-08-25T03:38:12.946Z+ cd lib/oxide-vpc
1152026-08-25T03:38:12.946Z+ header 'check style'
1162026-08-25T03:38:12.946Z+ echo '# ==== check style ==== #'
1172026-08-25T03:38:12.946Z# ==== check style ==== #
1182026-08-25T03:38:12.947Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-25T03:38:13.149Z
1202026-08-25T03:38:13.149Zreal 0.130105647
1212026-08-25T03:38:13.149Zuser 0.096072514
1222026-08-25T03:38:13.149Zsys 0.030283800
1232026-08-25T03:38:13.150Ztrap 0.000007480
1242026-08-25T03:38:13.150Ztflt 0.000023490
1252026-08-25T03:38:13.150Zdflt 0.000016030
1262026-08-25T03:38:13.150Zkflt 0.000000000
1272026-08-25T03:38:13.150Zlock 0.030847120
1282026-08-25T03:38:13.150Zslp 0.110668908
1292026-08-25T03:38:13.150Zlat 0.000822020
1302026-08-25T03:38:13.150Zstop 0.000086460
1312026-08-25T03:38:13.170Z+ header 'check docs'
1322026-08-25T03:38:13.170Z+ echo '# ==== check docs ==== #'
1332026-08-25T03:38:13.170Z# ==== check docs ==== #
1342026-08-25T03:38:13.170Z+ RUSTDOCFLAGS='-D warnings'
1352026-08-25T03:38:13.170Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-08-25T03:38:13.170Z Updating crates.io index
1372026-08-25T03:38:13.170Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-08-25T03:38:13.869Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-08-25T03:38:14.480Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-08-25T03:38:14.754Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-08-25T03:38:15.151Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-08-25T03:38:15.458Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-08-25T03:38:15.775Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-08-25T03:38:17.313Z Downloading crates ...
1452026-08-25T03:38:17.361Z Downloaded darling v0.23.0
1462026-08-25T03:38:17.373Z Downloaded defmt v0.3.100
1472026-08-25T03:38:17.382Z Downloaded scroll_derive v0.13.1
1482026-08-25T03:38:17.382Z Downloaded quote v1.0.46
1492026-08-25T03:38:17.389Z Downloaded serde_tokenstream v0.2.3
1502026-08-25T03:38:17.389Z Downloaded ipnetwork v0.21.1
1512026-08-25T03:38:17.389Z Downloaded cfg-if v1.0.4
1522026-08-25T03:38:17.389Z Downloaded defmt-parser v1.0.0
1532026-08-25T03:38:17.394Z Downloaded dof v0.4.0
1542026-08-25T03:38:17.394Z Downloaded regex v1.13.0
1552026-08-25T03:38:17.394Z Downloaded serde_derive v1.0.228
1562026-08-25T03:38:17.398Z Downloaded crc32fast v1.5.0
1572026-08-25T03:38:17.398Z Downloaded tabwriter v1.4.1
1582026-08-25T03:38:17.398Z Downloaded cobs v0.3.0
1592026-08-25T03:38:17.398Z Downloaded pretty-hex v0.4.2
1602026-08-25T03:38:17.406Z Downloaded stable_deref_trait v1.2.1
1612026-08-25T03:38:17.411Z Downloaded darling_macro v0.23.0
1622026-08-25T03:38:17.412Z Downloaded ref-cast v1.0.25
1632026-08-25T03:38:17.416Z Downloaded byteorder v1.5.0
1642026-08-25T03:38:17.416Z Downloaded defmt-macros v1.1.1
1652026-08-25T03:38:17.421Z Downloaded dyn-clone v1.0.20
1662026-08-25T03:38:17.421Z Downloaded embedded-io v0.4.0
1672026-08-25T03:38:17.421Z Downloaded macaddr v1.0.1
1682026-08-25T03:38:17.421Z Downloaded hash32 v0.3.1
1692026-08-25T03:38:17.429Z Downloaded usdt-macro v0.6.0
1702026-08-25T03:38:17.429Z Downloaded ident_case v1.0.1
1712026-08-25T03:38:17.429Z Downloaded thread-id v5.1.0
1722026-08-25T03:38:17.435Z Downloaded version_check v0.9.5
1732026-08-25T03:38:17.435Z Downloaded ingot v0.2.0
1742026-08-25T03:38:17.435Z Downloaded defmt v1.1.1
1752026-08-25T03:38:17.439Z Downloaded managed v0.8.0
1762026-08-25T03:38:17.445Z Downloaded dtrace-parser v0.3.0
1772026-08-25T03:38:17.449Z Downloaded strsim v0.11.1
1782026-08-25T03:38:17.450Z Downloaded itoa v1.0.18
1792026-08-25T03:38:17.457Z Downloaded usdt v0.6.0
1802026-08-25T03:38:17.462Z Downloaded ref-cast-impl v1.0.25
1812026-08-25T03:38:17.462Z Downloaded either v1.16.0
1822026-08-25T03:38:17.462Z Downloaded thiserror-impl v2.0.18
1832026-08-25T03:38:17.462Z Downloaded thiserror v2.0.18
1842026-08-25T03:38:17.477Z Downloaded usdt-attr-macro v0.6.0
1852026-08-25T03:38:17.477Z Downloaded ingot-macros v0.2.0
1862026-08-25T03:38:17.482Z Downloaded pest_generator v2.8.7
1872026-08-25T03:38:17.482Z Downloaded scroll v0.13.0
1882026-08-25T03:38:17.482Z Downloaded pest_derive v2.8.7
1892026-08-25T03:38:17.482Z Downloaded plain v0.2.3
1902026-08-25T03:38:17.482Z Downloaded zmij v1.0.22
1912026-08-25T03:38:17.482Z Downloaded ingot-types v0.2.0
1922026-08-25T03:38:17.482Z Downloaded usdt-impl v0.6.0
1932026-08-25T03:38:17.489Z Downloaded pest_meta v2.8.7
1942026-08-25T03:38:17.495Z Downloaded postcard v1.1.3
1952026-08-25T03:38:17.495Z Downloaded embedded-io v0.6.1
1962026-08-25T03:38:17.495Z Downloaded uuid v1.23.5
1972026-08-25T03:38:17.503Z Downloaded memmap2 v0.9.11
1982026-08-25T03:38:17.511Z Downloaded bitflags v1.3.2
1992026-08-25T03:38:17.511Z Downloaded ucd-trie v0.1.7
2002026-08-25T03:38:17.518Z Downloaded proc-macro2 v1.0.106
2012026-08-25T03:38:17.518Z Downloaded serde_core v1.0.228
2022026-08-25T03:38:17.522Z Downloaded log v0.4.33
2032026-08-25T03:38:17.522Z Downloaded darling_core v0.23.0
2042026-08-25T03:38:17.522Z Downloaded bitflags v2.13.0
2052026-08-25T03:38:17.529Z Downloaded unicode-ident v1.0.24
2062026-08-25T03:38:17.534Z Downloaded memchr v2.8.3
2072026-08-25T03:38:17.542Z Downloaded heapless v0.8.0
2082026-08-25T03:38:17.556Z Downloaded zerocopy-derive v0.8.54
2092026-08-25T03:38:17.560Z Downloaded aho-corasick v1.1.4
2102026-08-25T03:38:17.564Z Downloaded serde v1.0.228
2112026-08-25T03:38:17.582Z Downloaded pest v2.8.7
2122026-08-25T03:38:17.602Z Downloaded serde_json v1.0.150
2132026-08-25T03:38:17.606Z Downloaded itertools v0.15.0
2142026-08-25T03:38:17.620Z Downloaded regex-syntax v0.8.11
2152026-08-25T03:38:17.640Z Downloaded goblin v0.10.7
2162026-08-25T03:38:17.645Z Downloaded unicode-width v0.2.2
2172026-08-25T03:38:17.651Z Downloaded smoltcp v0.11.0
2182026-08-25T03:38:17.663Z Downloaded zerocopy v0.8.54
2192026-08-25T03:38:17.667Z Downloaded syn v2.0.118
2202026-08-25T03:38:17.688Z Downloaded regex-automata v0.4.15
2212026-08-25T03:38:17.701Z Downloaded libc v0.2.186
2222026-08-25T03:38:17.754Z Compiling proc-macro2 v1.0.106
2232026-08-25T03:38:17.755Z Compiling quote v1.0.46
2242026-08-25T03:38:17.755Z Compiling unicode-ident v1.0.24
2252026-08-25T03:38:17.755Z Documenting unicode-ident v1.0.24
2262026-08-25T03:38:17.758Z Compiling serde_core v1.0.228
2272026-08-25T03:38:17.758Z Compiling strsim v0.11.1
2282026-08-25T03:38:17.758Z Compiling ident_case v1.0.1
2292026-08-25T03:38:17.917Z Compiling memchr v2.8.3
2302026-08-25T03:38:17.932Z Compiling thiserror v2.0.18
2312026-08-25T03:38:17.932Z Compiling serde v1.0.228
2322026-08-25T03:38:18.104Z Compiling regex-syntax v0.8.11
2332026-08-25T03:38:18.262Z Compiling zerocopy v0.8.54
2342026-08-25T03:38:18.429Z Documenting proc-macro2 v1.0.106
2352026-08-25T03:38:18.474Z Compiling aho-corasick v1.1.4
2362026-08-25T03:38:18.616Z Compiling either v1.16.0
2372026-08-25T03:38:18.811Z Compiling syn v2.0.118
2382026-08-25T03:38:18.906Z Checking byteorder v1.5.0
2392026-08-25T03:38:18.930Z Compiling itertools v0.15.0
2402026-08-25T03:38:19.002Z Documenting quote v1.0.46
2412026-08-25T03:38:19.506Z Documenting syn v2.0.118
2422026-08-25T03:38:19.626Z Compiling regex-automata v0.4.15
2432026-08-25T03:38:19.650Z Compiling heapless v0.8.0
2442026-08-25T03:38:19.870Z Documenting strsim v0.11.1
2452026-08-25T03:38:19.964Z Documenting ident_case v1.0.1
2462026-08-25T03:38:20.312Z Checking bitflags v2.13.0
2472026-08-25T03:38:20.346Z Checking hash32 v0.3.1
2482026-08-25T03:38:20.458Z Documenting serde_core v1.0.228
2492026-08-25T03:38:20.462Z Checking stable_deref_trait v1.2.1
2502026-08-25T03:38:20.487Z Checking macaddr v1.0.1
2512026-08-25T03:38:20.523Z Documenting memchr v2.8.3
2522026-08-25T03:38:20.629Z Checking cfg-if v1.0.4
2532026-08-25T03:38:20.699Z Documenting regex-syntax v0.8.11
2542026-08-25T03:38:20.835Z Checking darling_core v0.23.0
2552026-08-25T03:38:21.250Z Documenting aho-corasick v1.1.4
2562026-08-25T03:38:21.584Z Compiling regex v1.13.0
2572026-08-25T03:38:21.770Z Documenting darling_core v0.23.0
2582026-08-25T03:38:21.998Z Compiling smoltcp v0.11.0
2592026-08-25T03:38:22.212Z Documenting regex-automata v0.4.15
2602026-08-25T03:38:22.254Z Checking managed v0.8.0
2612026-08-25T03:38:22.367Z Checking bitflags v1.3.2
2622026-08-25T03:38:22.440Z Documenting serde_derive v1.0.228
2632026-08-25T03:38:22.453Z Compiling zerocopy-derive v0.8.54
2642026-08-25T03:38:22.507Z Compiling thiserror-impl v2.0.18
2652026-08-25T03:38:22.584Z Compiling serde_derive v1.0.228
2662026-08-25T03:38:22.925Z Documenting darling_macro v0.23.0
2672026-08-25T03:38:23.548Z Documenting regex v1.13.0
2682026-08-25T03:38:23.645Z Compiling darling_macro v0.23.0
2692026-08-25T03:38:23.707Z Documenting zerocopy-derive v0.8.54
2702026-08-25T03:38:23.757Z Documenting thiserror-impl v2.0.18
2712026-08-25T03:38:23.801Z Checking cobs v0.3.0
2722026-08-25T03:38:23.927Z Compiling ref-cast v1.0.25
2732026-08-25T03:38:24.116Z Compiling darling v0.23.0
2742026-08-25T03:38:24.192Z Compiling ingot-macros v0.2.0
2752026-08-25T03:38:24.341Z Documenting darling v0.23.0
2762026-08-25T03:38:24.419Z Compiling crc32fast v1.5.0
2772026-08-25T03:38:24.515Z Documenting byteorder v1.5.0
2782026-08-25T03:38:24.557Z Documenting zerocopy v0.8.54
2792026-08-25T03:38:24.729Z Documenting thiserror v2.0.18
2802026-08-25T03:38:25.103Z Documenting hash32 v0.3.1
2812026-08-25T03:38:25.347Z Documenting ingot-macros v0.2.0
2822026-08-25T03:38:25.497Z Documenting serde v1.0.228
2832026-08-25T03:38:25.645Z Checking postcard v1.1.3
2842026-08-25T03:38:25.702Z Compiling ref-cast-impl v1.0.25
2852026-08-25T03:38:26.012Z Documenting bitflags v2.13.0
2862026-08-25T03:38:26.116Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-08-25T03:38:26.351Z Documenting cfg-if v1.0.4
2882026-08-25T03:38:26.378Z Compiling version_check v0.9.5
2892026-08-25T03:38:26.642Z Checking unicode-width v0.2.2
2902026-08-25T03:38:26.661Z Documenting macaddr v1.0.1
2912026-08-25T03:38:26.880Z Checking ipnetwork v0.21.1
2922026-08-25T03:38:26.896Z Documenting stable_deref_trait v1.2.1
2932026-08-25T03:38:26.896Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-08-25T03:38:26.994Z Checking ingot-types v0.2.0
2952026-08-25T03:38:27.020Z Documenting cobs v0.3.0
2962026-08-25T03:38:27.112Z Documenting managed v0.8.0
2972026-08-25T03:38:27.250Z Checking tabwriter v1.4.1
2982026-08-25T03:38:27.329Z Checking ingot v0.2.0
2992026-08-25T03:38:27.485Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3002026-08-25T03:38:27.680Z Documenting heapless v0.8.0
3012026-08-25T03:38:27.770Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-08-25T03:38:28.089Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-08-25T03:38:28.221Z Documenting postcard v1.1.3
3042026-08-25T03:38:28.241Z Documenting ingot-types v0.2.0
3052026-08-25T03:38:28.346Z Documenting ref-cast-impl v1.0.25
3062026-08-25T03:38:28.473Z Documenting either v1.16.0
3072026-08-25T03:38:28.531Z Documenting unicode-width v0.2.2
3082026-08-25T03:38:28.734Z Documenting ipnetwork v0.21.1
3092026-08-25T03:38:28.925Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-25T03:38:29.062Z Documenting smoltcp v0.11.0
3112026-08-25T03:38:29.277Z Checking dyn-clone v1.0.20
3122026-08-25T03:38:29.329Z Documenting crc32fast v1.5.0
3132026-08-25T03:38:29.537Z Documenting ingot v0.2.0
3142026-08-25T03:38:29.608Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3152026-08-25T03:38:29.746Z Documenting itertools v0.15.0
3162026-08-25T03:38:30.025Z Documenting ref-cast v1.0.25
3172026-08-25T03:38:30.259Z Documenting tabwriter v1.4.1
3182026-08-25T03:38:30.548Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3192026-08-25T03:38:30.821Z Documenting dyn-clone v1.0.20
3202026-08-25T03:38:31.445Z Documenting uuid v1.23.5
3212026-08-25T03:38:31.715Z Checking uuid v1.23.5
3222026-08-25T03:38:31.947Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-08-25T03:38:32.086Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3242026-08-25T03:38:32.857Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-08-25T03:38:34.628Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3262026-08-25T03:38:36.912Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-08-25T03:38:38.526Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.43s
3282026-08-25T03:38:38.621Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3292026-08-25T03:38:38.653Z
3302026-08-25T03:38:38.653Zreal 25.531322585
3312026-08-25T03:38:38.653Zuser 1:21.921585160
3322026-08-25T03:38:38.654Zsys 17.357882368
3332026-08-25T03:38:38.654Ztrap 0.042779950
3342026-08-25T03:38:38.654Ztflt 0.157642675
3352026-08-25T03:38:38.654Zdflt 0.097486290
3362026-08-25T03:38:38.654Zkflt 0.005061560
3372026-08-25T03:38:38.655Zlock 8:08.206596180
3382026-08-25T03:38:38.655Zslp 5:03.042476596
3392026-08-25T03:38:38.655Zlat 7.953878513
3402026-08-25T03:38:38.655Zstop 12.255809156
3412026-08-25T03:38:38.655Z+ header 'analyze std + api + usdt'
3422026-08-25T03:38:38.655Z+ echo '# ==== analyze std + api + usdt ==== #'
3432026-08-25T03:38:38.655Z# ==== analyze std + api + usdt ==== #
3442026-08-25T03:38:38.655Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3452026-08-25T03:38:38.879Z Downloading crates ...
3462026-08-25T03:38:38.906Z Downloaded ctor-proc-macro v0.0.13
3472026-08-25T03:38:38.906Z Downloaded circular v0.3.0
3482026-08-25T03:38:38.906Z Downloaded futures v0.3.32
3492026-08-25T03:38:38.906Z Downloaded pin-project-lite v0.2.17
3502026-08-25T03:38:38.906Z Downloaded futures-executor v0.3.32
3512026-08-25T03:38:38.906Z Downloaded slab v0.4.12
3522026-08-25T03:38:38.907Z Downloaded once_cell v1.21.4
3532026-08-25T03:38:38.907Z Downloaded anyhow v1.0.103
3542026-08-25T03:38:38.907Z Downloaded futures-macro v0.3.32
3552026-08-25T03:38:38.907Z Downloaded futures-core v0.3.32
3562026-08-25T03:38:38.907Z Downloaded rusticata-macros v5.0.0
3572026-08-25T03:38:38.907Z Downloaded futures-sink v0.3.32
3582026-08-25T03:38:38.907Z Downloaded futures-task v0.3.32
3592026-08-25T03:38:38.907Z Downloaded link-section v0.2.1
3602026-08-25T03:38:38.907Z Downloaded futures-io v0.3.32
3612026-08-25T03:38:38.907Z Downloaded dtor v0.8.1
3622026-08-25T03:38:38.908Z Downloaded typeid v1.0.3
3632026-08-25T03:38:38.908Z Downloaded cookie-factory v0.3.3
3642026-08-25T03:38:38.908Z Downloaded ctor v0.10.1
3652026-08-25T03:38:38.908Z Downloaded dtor-proc-macro v0.0.13
3662026-08-25T03:38:38.918Z Downloaded futures-channel v0.3.32
3672026-08-25T03:38:38.918Z Downloaded ron v0.12.2
3682026-08-25T03:38:38.919Z Downloaded nom v8.0.0
3692026-08-25T03:38:38.937Z Downloaded futures-util v0.3.32
3702026-08-25T03:38:38.937Z Downloaded pcap-parser v0.17.0
3712026-08-25T03:38:39.000Z Compiling proc-macro2 v1.0.106
3722026-08-25T03:38:39.000Z Compiling quote v1.0.46
3732026-08-25T03:38:39.033Z Compiling unicode-ident v1.0.24
3742026-08-25T03:38:39.033Z Compiling memchr v2.8.3
3752026-08-25T03:38:39.033Z Compiling thiserror v2.0.18
3762026-08-25T03:38:39.033Z Compiling zerocopy v0.8.54
3772026-08-25T03:38:39.033Z Compiling serde_core v1.0.228
3782026-08-25T03:38:39.033Z Compiling zmij v1.0.22
3792026-08-25T03:38:39.329Z Compiling libc v0.2.186
3802026-08-25T03:38:39.360Z Compiling ucd-trie v0.1.7
3812026-08-25T03:38:39.360Z Compiling serde_json v1.0.150
3822026-08-25T03:38:39.529Z Compiling pest v2.8.7
3832026-08-25T03:38:39.549Z Compiling serde v1.0.228
3842026-08-25T03:38:39.558Z Compiling ident_case v1.0.1
3852026-08-25T03:38:39.666Z Compiling strsim v0.11.1
3862026-08-25T03:38:40.000Z Compiling aho-corasick v1.1.4
3872026-08-25T03:38:40.016Z Compiling itoa v1.0.18
3882026-08-25T03:38:40.162Z Compiling syn v2.0.118
3892026-08-25T03:38:40.183Z Checking byteorder v1.5.0
3902026-08-25T03:38:40.222Z Compiling regex-syntax v0.8.11
3912026-08-25T03:38:40.627Z Compiling pest_meta v2.8.7
3922026-08-25T03:38:40.750Z Compiling usdt-impl v0.6.0
3932026-08-25T03:38:40.754Z Compiling either v1.16.0
3942026-08-25T03:38:40.903Z Checking bitflags v2.13.0
3952026-08-25T03:38:40.948Z Compiling itertools v0.15.0
3962026-08-25T03:38:41.218Z Compiling thread-id v5.1.0
3972026-08-25T03:38:41.419Z Compiling heapless v0.8.0
3982026-08-25T03:38:41.438Z Checking log v0.4.33
3992026-08-25T03:38:41.698Z Compiling regex-automata v0.4.15
4002026-08-25T03:38:41.798Z Checking plain v0.2.3
4012026-08-25T03:38:41.874Z Checking futures-core v0.3.32
4022026-08-25T03:38:41.888Z Checking futures-sink v0.3.32
4032026-08-25T03:38:41.990Z Checking futures-channel v0.3.32
4042026-08-25T03:38:42.325Z Checking hash32 v0.3.1
4052026-08-25T03:38:42.334Z Checking macaddr v1.0.1
4062026-08-25T03:38:42.408Z Checking futures-task v0.3.32
4072026-08-25T03:38:42.413Z Checking pin-project-lite v0.2.17
4082026-08-25T03:38:42.466Z Checking stable_deref_trait v1.2.1
4092026-08-25T03:38:42.472Z Compiling smoltcp v0.11.0
4102026-08-25T03:38:42.487Z Checking cfg-if v1.0.4
4112026-08-25T03:38:42.526Z Checking slab v0.4.12
4122026-08-25T03:38:42.535Z Checking pretty-hex v0.4.2
4132026-08-25T03:38:42.540Z Checking futures-io v0.3.32
4142026-08-25T03:38:42.635Z Compiling pest_generator v2.8.7
4152026-08-25T03:38:42.635Z Compiling darling_core v0.23.0
4162026-08-25T03:38:42.890Z Compiling crc32fast v1.5.0
4172026-08-25T03:38:42.986Z Checking bitflags v1.3.2
4182026-08-25T03:38:43.029Z Checking managed v0.8.0
4192026-08-25T03:38:43.034Z Compiling version_check v0.9.5
4202026-08-25T03:38:43.164Z Compiling ref-cast v1.0.25
4212026-08-25T03:38:43.265Z Checking memmap2 v0.9.11
4222026-08-25T03:38:43.296Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4232026-08-25T03:38:43.413Z Compiling regex v1.13.0
4242026-08-25T03:38:43.496Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4252026-08-25T03:38:43.540Z Checking unicode-width v0.2.2
4262026-08-25T03:38:43.800Z Checking ipnetwork v0.21.1
4272026-08-25T03:38:43.812Z Checking tabwriter v1.4.1
4282026-08-25T03:38:43.824Z Compiling serde_derive v1.0.228
4292026-08-25T03:38:43.924Z Compiling thiserror-impl v2.0.18
4302026-08-25T03:38:43.929Z Compiling zerocopy-derive v0.8.54
4312026-08-25T03:38:43.955Z Compiling pest_derive v2.8.7
4322026-08-25T03:38:44.235Z Compiling scroll_derive v0.13.1
4332026-08-25T03:38:44.378Z Compiling futures-macro v0.3.32
4342026-08-25T03:38:44.472Z Compiling ref-cast-impl v1.0.25
4352026-08-25T03:38:44.707Z Compiling darling_macro v0.23.0
4362026-08-25T03:38:45.039Z Checking scroll v0.13.0
4372026-08-25T03:38:45.190Z Checking futures-util v0.3.32
4382026-08-25T03:38:45.193Z Checking cobs v0.3.0
4392026-08-25T03:38:45.223Z Compiling dtrace-parser v0.3.0
4402026-08-25T03:38:45.254Z Checking goblin v0.10.7
4412026-08-25T03:38:45.258Z Compiling darling v0.23.0
4422026-08-25T03:38:45.320Z Compiling ingot-macros v0.2.0
4432026-08-25T03:38:45.848Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4442026-08-25T03:38:45.894Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4452026-08-25T03:38:46.664Z Checking nom v8.0.0
4462026-08-25T03:38:46.958Z Checking postcard v1.1.3
4472026-08-25T03:38:47.082Z Compiling serde_tokenstream v0.2.3
4482026-08-25T03:38:47.149Z Checking futures-executor v0.3.32
4492026-08-25T03:38:47.236Z Checking dyn-clone v1.0.20
4502026-08-25T03:38:47.297Z Checking futures v0.3.32
4512026-08-25T03:38:47.328Z Compiling typeid v1.0.3
4522026-08-25T03:38:47.352Z Compiling anyhow v1.0.103
4532026-08-25T03:38:47.356Z Checking cookie-factory v0.3.3
4542026-08-25T03:38:47.593Z Checking uuid v1.23.5
4552026-08-25T03:38:47.628Z Checking circular v0.3.0
4562026-08-25T03:38:47.737Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4572026-08-25T03:38:47.856Z Compiling dtor-proc-macro v0.0.13
4582026-08-25T03:38:47.866Z Compiling ctor-proc-macro v0.0.13
4592026-08-25T03:38:47.946Z Checking link-section v0.2.1
4602026-08-25T03:38:48.043Z Checking once_cell v1.21.4
4612026-08-25T03:38:48.134Z Checking dof v0.4.0
4622026-08-25T03:38:48.134Z Checking ingot-types v0.2.0
4632026-08-25T03:38:48.167Z Checking ron v0.12.2
4642026-08-25T03:38:48.172Z Checking dtor v0.8.1
4652026-08-25T03:38:48.240Z Checking ctor v0.10.1
4662026-08-25T03:38:48.452Z Checking ingot v0.2.0
4672026-08-25T03:38:48.568Z Checking rusticata-macros v5.0.0
4682026-08-25T03:38:48.692Z Checking pcap-parser v0.17.0
4692026-08-25T03:38:49.072Z Compiling usdt-macro v0.6.0
4702026-08-25T03:38:49.072Z Compiling usdt-attr-macro v0.6.0
4712026-08-25T03:38:49.680Z Checking usdt v0.6.0
4722026-08-25T03:38:49.933Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4732026-08-25T03:38:54.452Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4742026-08-25T03:38:56.145Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4752026-08-25T03:38:58.534Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.83s
4762026-08-25T03:38:58.952Z
4772026-08-25T03:38:58.961Zreal 19.917004609
4782026-08-25T03:38:58.961Zuser 1:11.422391696
4792026-08-25T03:38:58.961Zsys 14.582483766
4802026-08-25T03:38:58.961Ztrap 0.041167780
4812026-08-25T03:38:58.961Ztflt 0.141448680
4822026-08-25T03:38:58.961Zdflt 0.187463203
4832026-08-25T03:38:58.961Zkflt 0.000008420
4842026-08-25T03:38:58.962Zlock 4:41.584445383
4852026-08-25T03:38:58.962Zslp 3:47.112280608
4862026-08-25T03:38:58.962Zlat 3.370051959
4872026-08-25T03:38:58.962Zstop 8.779252383
4882026-08-25T03:38:58.962Z+ header 'analyze no_std + engine + kernel'
4892026-08-25T03:38:58.962Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4902026-08-25T03:38:58.962Z# ==== analyze no_std + engine + kernel ==== #
4912026-08-25T03:38:58.962Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4922026-08-25T03:38:58.962Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-08-25T03:38:58.962Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4942026-08-25T03:38:58.962Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4952026-08-25T03:38:58.962Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4962026-08-25T03:38:58.962Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-08-25T03:39:02.027Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4982026-08-25T03:39:03.176Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.57s
4992026-08-25T03:39:03.194Z
5002026-08-25T03:39:03.199Zreal 4.641470019
5012026-08-25T03:39:03.199Zuser 4.775403321
5022026-08-25T03:39:03.199Zsys 0.929676429
5032026-08-25T03:39:03.200Ztrap 0.000583430
5042026-08-25T03:39:03.200Ztflt 0.018896853
5052026-08-25T03:39:03.200Zdflt 0.006200071
5062026-08-25T03:39:03.200Zkflt 0.000000000
5072026-08-25T03:39:03.200Zlock 15.076458826
5082026-08-25T03:39:03.200Zslp 17.882046479
5092026-08-25T03:39:03.200Zlat 0.006965980
5102026-08-25T03:39:03.200Zstop 0.192225294
5112026-08-25T03:39:03.200Z+ header test
5122026-08-25T03:39:03.200Z+ echo '# ==== test ==== #'
5132026-08-25T03:39:03.200Z+ ptime -m cargo test
5142026-08-25T03:39:03.200Z# ==== test ==== #
5152026-08-25T03:39:03.347Z Compiling memchr v2.8.3
5162026-08-25T03:39:03.347Z Compiling serde_core v1.0.228
5172026-08-25T03:39:03.374Z Compiling thiserror v2.0.18
5182026-08-25T03:39:03.384Z Compiling zerocopy v0.8.54
5192026-08-25T03:39:03.385Z Compiling unicode-ident v1.0.24
5202026-08-25T03:39:03.385Z Compiling byteorder v1.5.0
5212026-08-25T03:39:03.385Z Compiling libc v0.2.186
5222026-08-25T03:39:03.385Z Compiling zmij v1.0.22
5232026-08-25T03:39:03.452Z Compiling scroll v0.13.0
5242026-08-25T03:39:03.507Z Compiling proc-macro2 v1.0.106
5252026-08-25T03:39:03.582Z Compiling plain v0.2.3
5262026-08-25T03:39:03.677Z Compiling log v0.4.33
5272026-08-25T03:39:03.726Z Compiling futures-core v0.3.32
5282026-08-25T03:39:03.730Z Compiling futures-sink v0.3.32
5292026-08-25T03:39:03.762Z Compiling ucd-trie v0.1.7
5302026-08-25T03:39:03.809Z Compiling itoa v1.0.18
5312026-08-25T03:39:03.863Z Compiling quote v1.0.46
5322026-08-25T03:39:03.901Z Compiling pest v2.8.7
5332026-08-25T03:39:04.083Z Compiling futures-channel v0.3.32
5342026-08-25T03:39:04.326Z Compiling goblin v0.10.7
5352026-08-25T03:39:04.451Z Compiling hash32 v0.3.1
5362026-08-25T03:39:04.493Z Compiling slab v0.4.12
5372026-08-25T03:39:04.617Z Compiling futures-io v0.3.32
5382026-08-25T03:39:04.726Z Compiling macaddr v1.0.1
5392026-08-25T03:39:04.785Z Compiling pretty-hex v0.4.2
5402026-08-25T03:39:04.905Z Compiling futures-task v0.3.32
5412026-08-25T03:39:04.911Z Compiling stable_deref_trait v1.2.1
5422026-08-25T03:39:04.914Z Compiling cfg-if v1.0.4
5432026-08-25T03:39:04.981Z Compiling pin-project-lite v0.2.17
5442026-08-25T03:39:04.987Z Compiling heapless v0.8.0
5452026-08-25T03:39:05.062Z Compiling futures-util v0.3.32
5462026-08-25T03:39:05.090Z Compiling dtrace-parser v0.3.0
5472026-08-25T03:39:05.384Z Compiling serde v1.0.228
5482026-08-25T03:39:05.431Z Compiling bitflags v2.13.0
5492026-08-25T03:39:05.558Z Compiling serde_json v1.0.150
5502026-08-25T03:39:05.841Z Compiling syn v2.0.118
5512026-08-25T03:39:06.034Z Compiling thread-id v5.1.0
5522026-08-25T03:39:06.108Z Compiling cobs v0.3.0
5532026-08-25T03:39:06.272Z Compiling ingot-types v0.2.0
5542026-08-25T03:39:06.383Z Compiling bitflags v1.3.2
5552026-08-25T03:39:06.390Z Compiling managed v0.8.0
5562026-08-25T03:39:06.446Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5572026-08-25T03:39:06.644Z Compiling ingot v0.2.0
5582026-08-25T03:39:07.080Z Compiling smoltcp v0.11.0
5592026-08-25T03:39:07.095Z Compiling postcard v1.1.3
5602026-08-25T03:39:07.095Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5612026-08-25T03:39:07.612Z Compiling dof v0.4.0
5622026-08-25T03:39:07.831Z Compiling futures-executor v0.3.32
5632026-08-25T03:39:08.411Z Compiling usdt-impl v0.6.0
5642026-08-25T03:39:08.658Z Compiling memmap2 v0.9.11
5652026-08-25T03:39:08.674Z Compiling unicode-width v0.2.2
5662026-08-25T03:39:08.793Z Compiling ipnetwork v0.21.1
5672026-08-25T03:39:09.398Z Compiling either v1.16.0
5682026-08-25T03:39:09.413Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-08-25T03:39:09.413Z Compiling itertools v0.15.0
5702026-08-25T03:39:09.413Z Compiling tabwriter v1.4.1
5712026-08-25T03:39:09.716Z Compiling usdt v0.6.0
5722026-08-25T03:39:10.151Z Compiling ref-cast v1.0.25
5732026-08-25T03:39:10.246Z Compiling futures v0.3.32
5742026-08-25T03:39:10.321Z Compiling crc32fast v1.5.0
5752026-08-25T03:39:10.366Z Compiling nom v8.0.0
5762026-08-25T03:39:10.587Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5772026-08-25T03:39:11.255Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5782026-08-25T03:39:11.309Z Compiling dyn-clone v1.0.20
5792026-08-25T03:39:11.438Z Compiling cookie-factory v0.3.3
5802026-08-25T03:39:11.855Z Compiling uuid v1.23.5
5812026-08-25T03:39:11.866Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5822026-08-25T03:39:11.866Z Compiling circular v0.3.0
5832026-08-25T03:39:11.866Z Compiling dtor v0.8.1
5842026-08-25T03:39:11.866Z Compiling typeid v1.0.3
5852026-08-25T03:39:11.872Z Compiling anyhow v1.0.103
5862026-08-25T03:39:11.952Z Compiling link-section v0.2.1
5872026-08-25T03:39:11.965Z Compiling once_cell v1.21.4
5882026-08-25T03:39:12.480Z Compiling ron v0.12.2
5892026-08-25T03:39:12.480Z Compiling ctor v0.10.1
5902026-08-25T03:39:13.084Z Compiling rusticata-macros v5.0.0
5912026-08-25T03:39:13.088Z Compiling pcap-parser v0.17.0
5922026-08-25T03:39:16.033Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5932026-08-25T03:39:18.522Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5942026-08-25T03:40:06.777Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5952026-08-25T03:40:06.833Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707)
5962026-08-25T03:40:06.833Z
5972026-08-25T03:40:06.834Zrunning 15 tests
5982026-08-25T03:40:06.834Ztest api::tests::parse_bad_proto_filter ... ok
5992026-08-25T03:40:06.834Ztest api::tests::parse_good_proto_filter ... ok
6002026-08-25T03:40:06.834Ztest api::tests::ports_from_str_good ... ok
6012026-08-25T03:40:06.834Ztest api::tests::parse_bad_address ... ok
6022026-08-25T03:40:06.834Ztest api::tests::parse_good_address ... ok
6032026-08-25T03:40:06.835Ztest api::tests::ports_from_str_bad ... ok
6042026-08-25T03:40:06.835Ztest cfg::tests::test_required_nat_space ... ok
6052026-08-25T03:40:06.835Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6062026-08-25T03:40:06.835Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6072026-08-25T03:40:06.835Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6082026-08-25T03:40:06.835Ztest engine::geneve::test::parse_multi_opt ... ok
6092026-08-25T03:40:06.835Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6102026-08-25T03:40:06.835Ztest engine::geneve::test::parse_single_opt ... ok
6112026-08-25T03:40:06.835Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6122026-08-25T03:40:06.835Ztest engine::firewall::tests::port_predicate_simplification ... ok
6132026-08-25T03:40:06.835Z
6142026-08-25T03:40:06.835Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6152026-08-25T03:40:06.835Z
6162026-08-25T03:40:06.835Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763)
6172026-08-25T03:40:06.835Z
6182026-08-25T03:40:06.835Zrunning 4 tests
6192026-08-25T03:40:06.836Ztest firewall_external_inbound ... ok
6202026-08-25T03:40:06.836Ztest firewall_vni_outbound ... ok
6212026-08-25T03:40:06.836Ztest firewall_vni_inbound ... ok
6222026-08-25T03:40:06.836Ztest firewall_replace_rules ... ok
6232026-08-25T03:40:06.836Z
6242026-08-25T03:40:06.836Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6252026-08-25T03:40:06.836Z
6262026-08-25T03:40:06.836Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a)
6272026-08-25T03:40:06.836Z
6282026-08-25T03:40:06.836Zrunning 2 tests
6292026-08-25T03:40:06.836Ztest parse_in_regression ... ok
6302026-08-25T03:40:06.836Ztest parse_out_regression ... ok
6312026-08-25T03:40:06.836Z
6322026-08-25T03:40:06.837Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-08-25T03:40:06.837Z
6342026-08-25T03:40:06.837Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1)
6352026-08-25T03:40:06.837Z
6362026-08-25T03:40:06.837Zrunning 50 tests
6372026-08-25T03:40:06.837Ztest bad_ip_len ... ok
6382026-08-25T03:40:06.837Ztest check_layers ... ok
6392026-08-25T03:40:06.837Ztest add_remove_fw_rule ... ok
6402026-08-25T03:40:06.837Ztest arp_gateway ... ok
6412026-08-25T03:40:06.837Ztest anti_spoof ... ok
6422026-08-25T03:40:06.837Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6432026-08-25T03:40:06.837Ztest external_attached_subnets_cannot_reach_internal ... ok
6442026-08-25T03:40:06.837Ztest external_attached_subnets_dont_apply_nat ... ok
6452026-08-25T03:40:06.837Ztest gateway_icmpv6_ping ... ok
6462026-08-25T03:40:06.837Ztest gateway_icmp4_ping ... ok
6472026-08-25T03:40:06.837Ztest flow_expiration ... ok
6482026-08-25T03:40:06.837Ztest external_ip_epoch_affinity_preserved ... ok
6492026-08-25T03:40:06.837Ztest early_tcp_invalidation ... ok
6502026-08-25T03:40:06.838Ztest external_ip_reconfigurable ... ok
6512026-08-25T03:40:06.838Ztest gateway_router_advert_reply ... ok
6522026-08-25T03:40:06.838Ztest guest_to_guest_diff_vpc_no_peer ... ok
6532026-08-25T03:40:06.838Ztest guest_to_guest ... ok
6542026-08-25T03:40:06.838Ztest guest_to_internet_ipv6 ... ok
6552026-08-25T03:40:06.838Ztest guest_to_internet_ipv4 ... ok
6562026-08-25T03:40:06.838Ztest guest_to_guest_no_route ... ok
6572026-08-25T03:40:06.838Ztest icmp_inner_has_nat_applied ... ok
6582026-08-25T03:40:06.838Ztest icmpv6_inner_has_nat_applied ... ok
6592026-08-25T03:40:06.838Ztest inbound_ndp_dropped_at_gateway ... ok
6602026-08-25T03:40:06.838Ztest intra_subnet_routes_with_custom ... ok
6612026-08-25T03:40:06.838Ztest outbound_ndp_dropped ... ok
6622026-08-25T03:40:06.838Ztest packet_body_pullup ... ok
6632026-08-25T03:40:06.838Ztest offload_info_preserved ... ok
6642026-08-25T03:40:06.838Ztest external_ip_balanced_over_floating_ips ... ok
6652026-08-25T03:40:06.839Ztest external_ip_receive_and_reply_on_all ... ok
6662026-08-25T03:40:06.839Ztest no_panic_on_flow_table_full ... ok
6672026-08-25T03:40:06.839Ztest internal_attached_subnets ... ok
6682026-08-25T03:40:06.839Ztest port_transition_reset ... ok
6692026-08-25T03:40:06.839Ztest port_transition_running ... ok
6702026-08-25T03:40:06.839Ztest packet_too_big_generation ... ok
6712026-08-25T03:40:06.839Ztest port_transition_pause ... ok
6722026-08-25T03:40:06.839Ztest select_eip_conditioned_on_igw ... ok
6732026-08-25T03:40:06.839Ztest port_as_router_target ... ok
6742026-08-25T03:40:06.839Ztest test_drop_on_unknown_critical_option ... ok
6752026-08-25T03:40:06.840Ztest snat_icmp4_echo_rewrite ... ok
6762026-08-25T03:40:06.840Ztest snat_icmp6_echo_rewrite ... ok
6772026-08-25T03:40:06.840Ztest tcp_invalidation_does_not_block_connection ... ok
6782026-08-25T03:40:06.840Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6792026-08-25T03:40:06.840Ztest test_ipv6_multicast_encapsulation ... ok
6802026-08-25T03:40:06.840Ztest tcp_outbound ... ok
6812026-08-25T03:40:06.840Ztest test_tcp_multicast_denied ... ok
6822026-08-25T03:40:06.840Ztest test_gateway_neighbor_advert_reply ... ok
6832026-08-25T03:40:06.840Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6842026-08-25T03:40:06.841Ztest tcp_inbound ... ok
6852026-08-25T03:40:06.841Ztest uft_lft_invalidation_in ... ok
6862026-08-25T03:40:06.841Ztest uft_lft_invalidation_out ... ok
6872026-08-25T03:40:06.841Z
6882026-08-25T03:40:06.841Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6892026-08-25T03:40:06.841Z
6902026-08-25T03:40:06.841Z Doc-tests oxide_vpc
6912026-08-25T03:40:07.079Z
6922026-08-25T03:40:07.079Zrunning 0 tests
6932026-08-25T03:40:07.079Z
6942026-08-25T03:40:07.079Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6952026-08-25T03:40:07.079Z
6962026-08-25T03:40:07.128Z
6972026-08-25T03:40:07.129Zreal 1:03.847498038
6982026-08-25T03:40:07.129Zuser 3:29.751166900
6992026-08-25T03:40:07.129Zsys 12.005190162
7002026-08-25T03:40:07.129Ztrap 0.092299461
7012026-08-25T03:40:07.129Ztflt 0.157938591
7022026-08-25T03:40:07.129Zdflt 0.417677002
7032026-08-25T03:40:07.129Zkflt 0.000032570
7042026-08-25T03:40:07.129Zlock 15:27.802615248
7052026-08-25T03:40:07.129Zslp 7:07.004580510
7062026-08-25T03:40:07.129Zlat 8.095668773
7072026-08-25T03:40:07.129Zstop 6.627268584
7082026-08-25T03:40:07.130Zprocess exited: duration 130071 ms, exit code 0
 
7092026-08-25T03:40:07.235Zfound 0 output files