01KXP6B430T8VGQGKT8A2F7V2W: oxide-vpc

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

Buildomat Job: 01KXP6BRHB341T6MQKZ8CRZJFZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T19:28:27.540Zjob assigned to worker 01KXP6C3BKZ3SZVR184AG1QYBA [factory aws, i-0332fb05e38a146b1] (queued for 1 m 3 s)
 
22026-07-16T19:28:33.795Zstarting task 0: "setup"
32026-07-16T19:28:33.801Z++ uname -s
42026-07-16T19:28:33.801Z+ kern=SunOS
52026-07-16T19:28:33.801Z+ build_user=build
62026-07-16T19:28:33.801Z+ build_uid=12345
72026-07-16T19:28:33.801Z+ work_dir=/work
82026-07-16T19:28:33.802Z+ input_dir=/input
92026-07-16T19:28:33.802Z+ [[ 0 == 12345 ]]
102026-07-16T19:28:33.802Z+ case "$kern" in
112026-07-16T19:28:33.802Z+ groupadd -g 12345 build
122026-07-16T19:28:33.818Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T19:28:35.809Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T19:28:35.905Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T19:28:35.910Z+ home_fs=zfs
162026-07-16T19:28:35.910Z+ [[ zfs == autofs ]]
172026-07-16T19:28:35.910Z+ mkdir -p /home/build
182026-07-16T19:28:35.910Z+ chown build:build /home/build /work
192026-07-16T19:28:37.909Z+ chmod 0700 /home/build /work
202026-07-16T19:28:37.913Zprocess exited: duration 4121 ms, exit code 0
 
212026-07-16T19:28:37.920Zstarting task 1: "rust-toolchain"
222026-07-16T19:28:37.925Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T19:28:37.925Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-16T19:28:37.925Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-16T19:28:37.925Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-16T19:28:37.925Z * rust toolchain channel = "1.96.1"
272026-07-16T19:28:37.929Z * rust toolchain profile = "default"
282026-07-16T19:28:37.929Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T19:28:37.929Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T19:28:37.983Zinfo: downloading installer
312026-07-16T19:28:39.266Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T19:28:39.266Zwarn: /home/build/.rustup/settings.toml
332026-07-16T19:28:39.266Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T19:28:39.266Zwarn: instead of the one inferred from the default host triple.
352026-07-16T19:28:39.278Zinfo: profile set to default
362026-07-16T19:28:39.279Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T19:28:39.282Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T19:28:39.431Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T19:28:39.434Zinfo: downloading 6 components
402026-07-16T19:28:54.060Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-16T19:28:54.060Z
422026-07-16T19:28:54.095Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T19:28:54.095Z
442026-07-16T19:28:54.095Z
452026-07-16T19:28:54.099ZRust is installed now. Great!
462026-07-16T19:28:54.099Z
472026-07-16T19:28:54.099ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T19:28:54.099Zenvironment variable. This has not been done automatically.
492026-07-16T19:28:54.099Z
502026-07-16T19:28:54.099ZTo configure your current shell, you need to source
512026-07-16T19:28:54.099Zthe corresponding env file under $HOME/.cargo.
522026-07-16T19:28:54.099Z
532026-07-16T19:28:54.099ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T19:28:54.099Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T19:28:54.099Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T19:28:54.099Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T19:28:54.099Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T19:28:54.099Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T19:28:54.099Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T19:28:54.099Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T19:28:54.099Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T19:28:54.203Z+ rustup --version
632026-07-16T19:28:54.212Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T19:28:54.215Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T19:28:54.233Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T19:28:54.236Z+ cargo --version
672026-07-16T19:28:54.250Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T19:28:54.253Z+ rustc --version
692026-07-16T19:28:54.272Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T19:28:54.276Zprocess exited: duration 16355 ms, exit code 0
 
712026-07-16T19:28:54.282Zstarting task 2: "authentication"
722026-07-16T19:28:54.299Zprocess exited: duration 17 ms, exit code 0
 
732026-07-16T19:28:54.306Zstarting task 3: "clone repository"
742026-07-16T19:28:54.310Z+ mkdir -p /work/oxidecomputer/opte
752026-07-16T19:28:54.313Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-16T19:28:54.342ZCloning into '/work/oxidecomputer/opte'...
772026-07-16T19:28:55.324Z+ cd /work/oxidecomputer/opte
782026-07-16T19:28:55.327Z+ git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157
792026-07-16T19:28:55.598ZFrom https://github.com/oxidecomputer/opte
802026-07-16T19:28:55.598Z * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD
812026-07-16T19:28:55.605Z+ [[ -n icmp-ptb ]]
822026-07-16T19:28:55.608Z++ git branch --show-current
832026-07-16T19:28:55.608Z+ current=master
842026-07-16T19:28:55.608Z+ [[ master != icmp-ptb ]]
852026-07-16T19:28:55.608Z+ git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157
862026-07-16T19:28:55.611Z+ git checkout -f icmp-ptb
872026-07-16T19:28:55.626ZSwitched to branch 'icmp-ptb'
882026-07-16T19:28:55.631Z+ git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157
892026-07-16T19:28:55.642ZHEAD is now at 4229977 Safety catch
902026-07-16T19:28:55.645Zprocess exited: duration 1337 ms, exit code 0
 
912026-07-16T19:28:55.653Zstarting task 4: "build"
922026-07-16T19:28:55.656Z+ source .github/buildomat/common.sh
932026-07-16T19:28:55.656Z++ rustup show active-toolchain
942026-07-16T19:28:55.661Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-16T19:28:55.664Z++ pushd xde
962026-07-16T19:28:55.664Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-16T19:28:55.664Z++ rustup show active-toolchain
982026-07-16T19:28:55.669Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-16T19:28:55.830Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-16T19:28:55.834Zinfo: downloading 6 components
1012026-07-16T19:29:08.905Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-16T19:29:08.988Z+++ rustup show active-toolchain -v
1032026-07-16T19:29:08.991Z+++ head -n 1
1042026-07-16T19:29:08.991Z+++ cut '-d ' -f1
1052026-07-16T19:29:09.043Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-16T19:29:09.043Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-16T19:29:09.043Z++ popd
1082026-07-16T19:29:09.046Z/work/oxidecomputer/opte
1092026-07-16T19:29:09.046Z+ cargo --version
1102026-07-16T19:29:09.052Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-16T19:29:09.056Z+ rustc --version
1122026-07-16T19:29:09.074Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-16T19:29:09.079Z+ cd lib/oxide-vpc
1142026-07-16T19:29:09.079Z+ header 'check style'
1152026-07-16T19:29:09.079Z+ echo '# ==== check style ==== #'
1162026-07-16T19:29:09.079Z# ==== check style ==== #
1172026-07-16T19:29:09.079Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-16T19:29:09.219Z
1192026-07-16T19:29:09.220Zreal 0.140581921
1202026-07-16T19:29:09.220Zuser 0.094337995
1212026-07-16T19:29:09.220Zsys 0.041481405
1222026-07-16T19:29:09.220Ztrap 0.000035420
1232026-07-16T19:29:09.220Ztflt 0.000027200
1242026-07-16T19:29:09.223Zdflt 0.000001260
1252026-07-16T19:29:09.223Zkflt 0.000000000
1262026-07-16T19:29:09.223Zlock 0.031951538
1272026-07-16T19:29:09.223Zslp 0.113871428
1282026-07-16T19:29:09.223Zlat 0.000702040
1292026-07-16T19:29:09.223Zstop 0.000099560
1302026-07-16T19:29:09.223Z+ header 'check docs'
1312026-07-16T19:29:09.223Z+ echo '# ==== check docs ==== #'
1322026-07-16T19:29:09.223Z# ==== check docs ==== #
1332026-07-16T19:29:09.223Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-16T19:29:09.223Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-16T19:29:09.290Z Updating crates.io index
1362026-07-16T19:29:09.294Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-16T19:29:10.001Z Updating git repository `https://github.com/oxidecomputer/ingot`
1382026-07-16T19:29:10.331Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-16T19:29:10.588Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-16T19:29:10.908Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-16T19:29:11.154Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-16T19:29:11.394Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-16T19:29:11.674Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-16T19:29:13.529Z Downloading crates ...
1452026-07-16T19:29:13.571Z Downloaded cfg-if v1.0.4
1462026-07-16T19:29:13.588Z Downloaded fnv v1.0.7
1472026-07-16T19:29:13.595Z Downloaded aho-corasick v1.1.4
1482026-07-16T19:29:13.598Z Downloaded defmt-macros v1.1.1
1492026-07-16T19:29:13.602Z Downloaded embedded-io v0.4.0
1502026-07-16T19:29:13.602Z Downloaded embedded-io v0.6.1
1512026-07-16T19:29:13.602Z Downloaded dyn-clone v1.0.20
1522026-07-16T19:29:13.605Z Downloaded ident_case v1.0.1
1532026-07-16T19:29:13.605Z Downloaded ref-cast v1.0.25
1542026-07-16T19:29:13.605Z Downloaded defmt-parser v1.0.0
1552026-07-16T19:29:13.605Z Downloaded dtrace-parser v0.3.0
1562026-07-16T19:29:13.605Z Downloaded cobs v0.3.0
1572026-07-16T19:29:13.605Z Downloaded byteorder v1.5.0
1582026-07-16T19:29:13.612Z Downloaded darling_macro v0.23.0
1592026-07-16T19:29:13.616Z Downloaded darling v0.21.3
1602026-07-16T19:29:13.619Z Downloaded macaddr v1.0.1
1612026-07-16T19:29:13.631Z Downloaded darling v0.23.0
1622026-07-16T19:29:13.641Z Downloaded memmap2 v0.9.11
1632026-07-16T19:29:13.645Z Downloaded plain v0.2.3
1642026-07-16T19:29:13.648Z Downloaded dof v0.4.0
1652026-07-16T19:29:13.648Z Downloaded defmt v0.3.100
1662026-07-16T19:29:13.648Z Downloaded tabwriter v1.4.1
1672026-07-16T19:29:13.648Z Downloaded strsim v0.11.1
1682026-07-16T19:29:13.653Z Downloaded itoa v1.0.18
1692026-07-16T19:29:13.659Z Downloaded pest_derive v2.8.7
1702026-07-16T19:29:13.662Z Downloaded ref-cast-impl v1.0.25
1712026-07-16T19:29:13.665Z Downloaded usdt v0.6.0
1722026-07-16T19:29:13.668Z Downloaded version_check v0.9.5
1732026-07-16T19:29:13.668Z Downloaded darling_macro v0.21.3
1742026-07-16T19:29:13.672Z Downloaded thread-id v5.1.0
1752026-07-16T19:29:13.675Z Downloaded managed v0.8.0
1762026-07-16T19:29:13.675Z Downloaded stable_deref_trait v1.2.1
1772026-07-16T19:29:13.675Z Downloaded pretty-hex v0.4.2
1782026-07-16T19:29:13.678Z Downloaded defmt v1.1.1
1792026-07-16T19:29:13.683Z Downloaded either v1.16.0
1802026-07-16T19:29:13.690Z Downloaded darling_core v0.23.0
1812026-07-16T19:29:13.694Z Downloaded usdt-attr-macro v0.6.0
1822026-07-16T19:29:13.694Z Downloaded usdt-macro v0.6.0
1832026-07-16T19:29:13.694Z Downloaded quote v1.0.46
1842026-07-16T19:29:13.699Z Downloaded pest_generator v2.8.7
1852026-07-16T19:29:13.703Z Downloaded scroll_derive v0.13.1
1862026-07-16T19:29:13.703Z Downloaded hash32 v0.3.1
1872026-07-16T19:29:13.703Z Downloaded crc32fast v1.5.0
1882026-07-16T19:29:13.713Z Downloaded proc-macro2 v1.0.106
1892026-07-16T19:29:13.716Z Downloaded usdt-impl v0.6.0
1902026-07-16T19:29:13.716Z Downloaded bitflags v1.3.2
1912026-07-16T19:29:13.719Z Downloaded ipnetwork v0.21.1
1922026-07-16T19:29:13.719Z Downloaded zmij v1.0.21
1932026-07-16T19:29:13.725Z Downloaded scroll v0.13.0
1942026-07-16T19:29:13.733Z Downloaded serde_tokenstream v0.2.3
1952026-07-16T19:29:13.736Z Downloaded thiserror v2.0.18
1962026-07-16T19:29:13.774Z Downloaded bitflags v2.13.0
1972026-07-16T19:29:13.780Z Downloaded pest_meta v2.8.7
1982026-07-16T19:29:13.780Z Downloaded thiserror-impl v2.0.18
1992026-07-16T19:29:13.780Z Downloaded darling_core v0.21.3
2002026-07-16T19:29:13.780Z Downloaded postcard v1.1.3
2012026-07-16T19:29:13.780Z Downloaded ucd-trie v0.1.7
2022026-07-16T19:29:13.780Z Downloaded unicode-ident v1.0.24
2032026-07-16T19:29:13.784Z Downloaded serde_derive v1.0.228
2042026-07-16T19:29:13.784Z Downloaded uuid v1.23.4
2052026-07-16T19:29:13.787Z Downloaded serde_core v1.0.228
2062026-07-16T19:29:13.797Z Downloaded memchr v2.8.2
2072026-07-16T19:29:13.806Z Downloaded log v0.4.33
2082026-07-16T19:29:13.811Z Downloaded serde v1.0.228
2092026-07-16T19:29:13.814Z Downloaded heapless v0.8.0
2102026-07-16T19:29:13.818Z Downloaded pest v2.8.7
2112026-07-16T19:29:13.835Z Downloaded zerocopy-derive v0.8.52
2122026-07-16T19:29:13.844Z Downloaded itertools v0.14.0
2132026-07-16T19:29:13.848Z Downloaded itertools v0.15.0
2142026-07-16T19:29:13.866Z Downloaded regex v1.12.4
2152026-07-16T19:29:13.870Z Downloaded serde_json v1.0.150
2162026-07-16T19:29:13.917Z Downloaded zerocopy v0.8.52
2172026-07-16T19:29:13.927Z Downloaded goblin v0.10.7
2182026-07-16T19:29:13.947Z Downloaded unicode-width v0.2.2
2192026-07-16T19:29:13.950Z Downloaded syn v2.0.118
2202026-07-16T19:29:13.962Z Downloaded smoltcp v0.11.0
2212026-07-16T19:29:13.969Z Downloaded regex-syntax v0.8.11
2222026-07-16T19:29:13.984Z Downloaded regex-automata v0.4.14
2232026-07-16T19:29:14.003Z Downloaded libc v0.2.186
2242026-07-16T19:29:14.065Z Compiling proc-macro2 v1.0.106
2252026-07-16T19:29:14.068Z Compiling quote v1.0.46
2262026-07-16T19:29:14.068Z Compiling unicode-ident v1.0.24
2272026-07-16T19:29:14.068Z Compiling strsim v0.11.1
2282026-07-16T19:29:14.068Z Compiling ident_case v1.0.1
2292026-07-16T19:29:14.068Z Documenting unicode-ident v1.0.24
2302026-07-16T19:29:14.068Z Compiling serde_core v1.0.228
2312026-07-16T19:29:14.216Z Compiling fnv v1.0.7
2322026-07-16T19:29:14.234Z Compiling memchr v2.8.2
2332026-07-16T19:29:14.237Z Compiling thiserror v2.0.18
2342026-07-16T19:29:14.298Z Compiling zerocopy v0.8.52
2352026-07-16T19:29:14.462Z Compiling regex-syntax v0.8.11
2362026-07-16T19:29:14.505Z Compiling serde v1.0.228
2372026-07-16T19:29:14.690Z Documenting proc-macro2 v1.0.106
2382026-07-16T19:29:14.800Z Compiling aho-corasick v1.1.4
2392026-07-16T19:29:14.858Z Compiling either v1.16.0
2402026-07-16T19:29:15.050Z Checking syn v2.0.118
2412026-07-16T19:29:15.175Z Checking byteorder v1.5.0
2422026-07-16T19:29:15.261Z Documenting quote v1.0.46
2432026-07-16T19:29:15.311Z Compiling itertools v0.14.0
2442026-07-16T19:29:15.767Z Documenting syn v2.0.118
2452026-07-16T19:29:15.960Z Compiling regex-automata v0.4.14
2462026-07-16T19:29:15.983Z Compiling heapless v0.8.0
2472026-07-16T19:29:16.444Z Checking bitflags v2.13.0
2482026-07-16T19:29:16.478Z Checking hash32 v0.3.1
2492026-07-16T19:29:16.514Z Documenting serde_core v1.0.228
2502026-07-16T19:29:16.584Z Checking cfg-if v1.0.4
2512026-07-16T19:29:16.594Z Checking macaddr v1.0.1
2522026-07-16T19:29:16.639Z Checking stable_deref_trait v1.2.1
2532026-07-16T19:29:16.703Z Documenting memchr v2.8.2
2542026-07-16T19:29:16.727Z Compiling smoltcp v0.11.0
2552026-07-16T19:29:17.028Z Documenting regex-syntax v0.8.11
2562026-07-16T19:29:17.181Z Checking darling_core v0.21.3
2572026-07-16T19:29:17.325Z Documenting aho-corasick v1.1.4
2582026-07-16T19:29:18.151Z Compiling regex v1.12.4
2592026-07-16T19:29:18.191Z Compiling darling_core v0.23.0
2602026-07-16T19:29:18.357Z Documenting regex-automata v0.4.14
2612026-07-16T19:29:18.563Z Checking bitflags v1.3.2
2622026-07-16T19:29:18.620Z Checking managed v0.8.0
2632026-07-16T19:29:18.627Z Documenting zerocopy-derive v0.8.52
2642026-07-16T19:29:18.757Z Compiling serde_derive v1.0.228
2652026-07-16T19:29:18.797Z Compiling zerocopy-derive v0.8.52
2662026-07-16T19:29:18.934Z Compiling thiserror-impl v2.0.18
2672026-07-16T19:29:19.699Z Documenting serde_derive v1.0.228
2682026-07-16T19:29:19.705Z Documenting regex v1.12.4
2692026-07-16T19:29:19.777Z Documenting thiserror-impl v2.0.18
2702026-07-16T19:29:19.924Z Compiling darling_macro v0.21.3
2712026-07-16T19:29:20.246Z Checking cobs v0.3.0
2722026-07-16T19:29:20.309Z Compiling darling_macro v0.23.0
2732026-07-16T19:29:20.373Z Documenting byteorder v1.5.0
2742026-07-16T19:29:20.494Z Compiling darling v0.21.3
2752026-07-16T19:29:20.568Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2762026-07-16T19:29:20.615Z Compiling ref-cast v1.0.25
2772026-07-16T19:29:20.662Z Compiling crc32fast v1.5.0
2782026-07-16T19:29:20.833Z Documenting thiserror v2.0.18
2792026-07-16T19:29:20.873Z Documenting ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
2802026-07-16T19:29:20.971Z Documenting hash32 v0.3.1
2812026-07-16T19:29:20.979Z Documenting zerocopy v0.8.52
2822026-07-16T19:29:21.358Z Compiling ref-cast-impl v1.0.25
2832026-07-16T19:29:21.523Z Documenting serde v1.0.228
2842026-07-16T19:29:21.822Z Checking postcard v1.1.3
2852026-07-16T19:29:21.959Z Documenting bitflags v2.13.0
2862026-07-16T19:29:22.049Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-16T19:29:22.098Z Documenting cfg-if v1.0.4
2882026-07-16T19:29:22.181Z Compiling version_check v0.9.5
2892026-07-16T19:29:22.315Z Documenting macaddr v1.0.1
2902026-07-16T19:29:22.486Z Checking unicode-width v0.2.2
2912026-07-16T19:29:22.606Z Checking ipnetwork v0.21.1
2922026-07-16T19:29:22.738Z Documenting stable_deref_trait v1.2.1
2932026-07-16T19:29:22.777Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-07-16T19:29:22.917Z Documenting cobs v0.3.0
2952026-07-16T19:29:22.989Z Compiling darling v0.23.0
2962026-07-16T19:29:23.067Z Documenting managed v0.8.0
2972026-07-16T19:29:23.163Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2982026-07-16T19:29:23.245Z Checking itertools v0.15.0
2992026-07-16T19:29:23.263Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3002026-07-16T19:29:23.389Z Documenting heapless v0.8.0
3012026-07-16T19:29:23.592Z Documenting postcard v1.1.3
3022026-07-16T19:29:23.610Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3032026-07-16T19:29:23.813Z Checking tabwriter v1.4.1
3042026-07-16T19:29:23.870Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3052026-07-16T19:29:24.022Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3062026-07-16T19:29:24.039Z Documenting ref-cast-impl v1.0.25
3072026-07-16T19:29:24.136Z Checking dyn-clone v1.0.20
3082026-07-16T19:29:24.234Z Documenting either v1.16.0
3092026-07-16T19:29:24.293Z Documenting ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3102026-07-16T19:29:24.342Z Documenting smoltcp v0.11.0
3112026-07-16T19:29:24.545Z Documenting unicode-width v0.2.2
3122026-07-16T19:29:24.609Z Documenting ipnetwork v0.21.1
3132026-07-16T19:29:24.804Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-07-16T19:29:25.032Z Documenting ref-cast v1.0.25
3152026-07-16T19:29:25.188Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3162026-07-16T19:29:25.246Z Documenting itertools v0.15.0
3172026-07-16T19:29:25.536Z Documenting ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3182026-07-16T19:29:25.724Z Documenting tabwriter v1.4.1
3192026-07-16T19:29:25.990Z Documenting crc32fast v1.5.0
3202026-07-16T19:29:26.006Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-16T19:29:26.349Z Documenting dyn-clone v1.0.20
3222026-07-16T19:29:26.807Z Documenting uuid v1.23.4
3232026-07-16T19:29:27.279Z Checking uuid v1.23.4
3242026-07-16T19:29:27.439Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3252026-07-16T19:29:27.561Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3262026-07-16T19:29:28.784Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-16T19:29:29.954Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3282026-07-16T19:29:32.213Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3292026-07-16T19:29:33.831Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.60s
3302026-07-16T19:29:33.904Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3312026-07-16T19:29:33.928Z
3322026-07-16T19:29:33.931Zreal 24.688285359
3332026-07-16T19:29:33.931Zuser 1:21.964169376
3342026-07-16T19:29:33.931Zsys 17.156443675
3352026-07-16T19:29:33.931Ztrap 0.048783418
3362026-07-16T19:29:33.931Ztflt 0.064298044
3372026-07-16T19:29:33.931Zdflt 0.057628318
3382026-07-16T19:29:33.932Zkflt 0.002997362
3392026-07-16T19:29:33.932Zlock 8:49.251217230
3402026-07-16T19:29:33.932Zslp 4:41.200829141
3412026-07-16T19:29:33.932Zlat 7.820274253
3422026-07-16T19:29:33.932Zstop 12.361592513
3432026-07-16T19:29:33.932Z+ header 'analyze std + api + usdt'
3442026-07-16T19:29:33.932Z+ echo '# ==== analyze std + api + usdt ==== #'
3452026-07-16T19:29:33.932Z# ==== analyze std + api + usdt ==== #
3462026-07-16T19:29:33.933Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3472026-07-16T19:29:34.115Z Downloading crates ...
3482026-07-16T19:29:34.173Z Downloaded futures-executor v0.3.32
3492026-07-16T19:29:34.189Z Downloaded futures-io v0.3.32
3502026-07-16T19:29:34.193Z Downloaded ron v0.12.2
3512026-07-16T19:29:34.197Z Downloaded futures-sink v0.3.32
3522026-07-16T19:29:34.200Z Downloaded futures-channel v0.3.32
3532026-07-16T19:29:34.200Z Downloaded futures-task v0.3.32
3542026-07-16T19:29:34.200Z Downloaded futures-macro v0.3.32
3552026-07-16T19:29:34.200Z Downloaded circular v0.3.0
3562026-07-16T19:29:34.204Z Downloaded dtor-proc-macro v0.0.13
3572026-07-16T19:29:34.204Z Downloaded dtor v0.8.1
3582026-07-16T19:29:34.209Z Downloaded typeid v1.0.3
3592026-07-16T19:29:34.212Z Downloaded futures-core v0.3.32
3602026-07-16T19:29:34.212Z Downloaded rusticata-macros v5.0.0
3612026-07-16T19:29:34.212Z Downloaded pin-project-lite v0.2.17
3622026-07-16T19:29:34.216Z Downloaded link-section v0.2.1
3632026-07-16T19:29:34.216Z Downloaded ctor-proc-macro v0.0.13
3642026-07-16T19:29:34.221Z Downloaded slab v0.4.12
3652026-07-16T19:29:34.221Z Downloaded ctor v0.10.1
3662026-07-16T19:29:34.221Z Downloaded cookie-factory v0.3.3
3672026-07-16T19:29:34.221Z Downloaded once_cell v1.21.4
3682026-07-16T19:29:34.225Z Downloaded anyhow v1.0.103
3692026-07-16T19:29:34.235Z Downloaded futures v0.3.32
3702026-07-16T19:29:34.253Z Downloaded nom v8.0.0
3712026-07-16T19:29:34.260Z Downloaded pcap-parser v0.17.0
3722026-07-16T19:29:34.264Z Downloaded futures-util v0.3.32
3732026-07-16T19:29:34.316Z Compiling proc-macro2 v1.0.106
3742026-07-16T19:29:34.316Z Compiling quote v1.0.46
3752026-07-16T19:29:34.320Z Compiling unicode-ident v1.0.24
3762026-07-16T19:29:34.320Z Compiling memchr v2.8.2
3772026-07-16T19:29:34.320Z Compiling thiserror v2.0.18
3782026-07-16T19:29:34.320Z Compiling serde_core v1.0.228
3792026-07-16T19:29:34.320Z Compiling zerocopy v0.8.52
3802026-07-16T19:29:34.320Z Compiling zmij v1.0.21
3812026-07-16T19:29:34.681Z Compiling libc v0.2.186
3822026-07-16T19:29:34.704Z Compiling strsim v0.11.1
3832026-07-16T19:29:34.714Z Compiling serde_json v1.0.150
3842026-07-16T19:29:34.758Z Compiling ident_case v1.0.1
3852026-07-16T19:29:34.874Z Compiling ucd-trie v0.1.7
3862026-07-16T19:29:34.890Z Compiling serde v1.0.228
3872026-07-16T19:29:34.991Z Compiling pest v2.8.7
3882026-07-16T19:29:35.196Z Compiling fnv v1.0.7
3892026-07-16T19:29:35.335Z Compiling aho-corasick v1.1.4
3902026-07-16T19:29:35.353Z Compiling regex-syntax v0.8.11
3912026-07-16T19:29:35.599Z Compiling syn v2.0.118
3922026-07-16T19:29:35.662Z Compiling itoa v1.0.18
3932026-07-16T19:29:35.665Z Checking byteorder v1.5.0
3942026-07-16T19:29:36.137Z Compiling pest_meta v2.8.7
3952026-07-16T19:29:36.204Z Compiling either v1.16.0
3962026-07-16T19:29:36.238Z Compiling usdt-impl v0.6.0
3972026-07-16T19:29:36.245Z Checking bitflags v2.13.0
3982026-07-16T19:29:36.400Z Compiling itertools v0.14.0
3992026-07-16T19:29:36.600Z Compiling thread-id v5.1.0
4002026-07-16T19:29:36.769Z Compiling regex-automata v0.4.14
4012026-07-16T19:29:36.959Z Checking plain v0.2.3
4022026-07-16T19:29:37.051Z Checking log v0.4.33
4032026-07-16T19:29:37.066Z Compiling heapless v0.8.0
4042026-07-16T19:29:37.321Z Checking futures-sink v0.3.32
4052026-07-16T19:29:37.366Z Checking futures-core v0.3.32
4062026-07-16T19:29:37.498Z Checking futures-channel v0.3.32
4072026-07-16T19:29:37.651Z Checking hash32 v0.3.1
4082026-07-16T19:29:37.684Z Checking stable_deref_trait v1.2.1
4092026-07-16T19:29:37.769Z Checking futures-task v0.3.32
4102026-07-16T19:29:37.773Z Checking futures-io v0.3.32
4112026-07-16T19:29:37.878Z Checking slab v0.4.12
4122026-07-16T19:29:37.900Z Compiling smoltcp v0.11.0
4132026-07-16T19:29:37.903Z Checking pin-project-lite v0.2.17
4142026-07-16T19:29:37.982Z Checking cfg-if v1.0.4
4152026-07-16T19:29:38.002Z Checking pretty-hex v0.4.2
4162026-07-16T19:29:38.030Z Compiling pest_generator v2.8.7
4172026-07-16T19:29:38.038Z Compiling darling_core v0.21.3
4182026-07-16T19:29:38.113Z Compiling darling_core v0.23.0
4192026-07-16T19:29:38.194Z Checking macaddr v1.0.1
4202026-07-16T19:29:38.531Z Compiling regex v1.12.4
4212026-07-16T19:29:38.712Z Compiling crc32fast v1.5.0
4222026-07-16T19:29:38.722Z Compiling version_check v0.9.5
4232026-07-16T19:29:38.908Z Checking managed v0.8.0
4242026-07-16T19:29:38.980Z Compiling ref-cast v1.0.25
4252026-07-16T19:29:39.003Z Checking bitflags v1.3.2
4262026-07-16T19:29:39.096Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4272026-07-16T19:29:39.228Z Compiling thiserror-impl v2.0.18
4282026-07-16T19:29:39.293Z Compiling serde_derive v1.0.228
4292026-07-16T19:29:39.357Z Compiling zerocopy-derive v0.8.52
4302026-07-16T19:29:39.362Z Compiling pest_derive v2.8.7
4312026-07-16T19:29:39.878Z Compiling scroll_derive v0.13.1
4322026-07-16T19:29:40.107Z Compiling darling_macro v0.21.3
4332026-07-16T19:29:40.209Z Compiling futures-macro v0.3.32
4342026-07-16T19:29:40.244Z Compiling darling_macro v0.23.0
4352026-07-16T19:29:40.291Z Compiling ref-cast-impl v1.0.25
4362026-07-16T19:29:40.624Z Compiling dtrace-parser v0.3.0
4372026-07-16T19:29:40.654Z Compiling darling v0.21.3
4382026-07-16T19:29:40.691Z Checking scroll v0.13.0
4392026-07-16T19:29:40.802Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4402026-07-16T19:29:40.876Z Checking cobs v0.3.0
4412026-07-16T19:29:40.907Z Checking goblin v0.10.7
4422026-07-16T19:29:41.018Z Checking futures-util v0.3.32
4432026-07-16T19:29:41.216Z Compiling darling v0.23.0
4442026-07-16T19:29:41.241Z Checking memmap2 v0.9.11
4452026-07-16T19:29:41.287Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-07-16T19:29:41.399Z Checking ipnetwork v0.21.1
4472026-07-16T19:29:41.569Z Checking unicode-width v0.2.2
4482026-07-16T19:29:41.744Z Checking itertools v0.15.0
4492026-07-16T19:29:41.812Z Checking tabwriter v1.4.1
4502026-07-16T19:29:42.305Z Checking postcard v1.1.3
4512026-07-16T19:29:42.471Z Compiling serde_tokenstream v0.2.3
4522026-07-16T19:29:42.556Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4532026-07-16T19:29:42.751Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4542026-07-16T19:29:42.890Z Checking nom v8.0.0
4552026-07-16T19:29:42.952Z Checking futures-executor v0.3.32
4562026-07-16T19:29:43.100Z Checking futures v0.3.32
4572026-07-16T19:29:43.175Z Checking dyn-clone v1.0.20
4582026-07-16T19:29:43.271Z Compiling anyhow v1.0.103
4592026-07-16T19:29:43.274Z Compiling typeid v1.0.3
4602026-07-16T19:29:43.344Z Checking cookie-factory v0.3.3
4612026-07-16T19:29:43.424Z Checking uuid v1.23.4
4622026-07-16T19:29:43.453Z Compiling dof v0.4.0
4632026-07-16T19:29:43.568Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4642026-07-16T19:29:43.617Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4652026-07-16T19:29:43.623Z Checking circular v0.3.0
4662026-07-16T19:29:43.695Z Compiling dtor-proc-macro v0.0.13
4672026-07-16T19:29:43.744Z Compiling ctor-proc-macro v0.0.13
4682026-07-16T19:29:43.815Z Checking once_cell v1.21.4
4692026-07-16T19:29:43.904Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4702026-07-16T19:29:43.943Z Checking link-section v0.2.1
4712026-07-16T19:29:43.973Z Checking ron v0.12.2
4722026-07-16T19:29:44.045Z Checking dtor v0.8.1
4732026-07-16T19:29:44.115Z Checking ctor v0.10.1
4742026-07-16T19:29:44.418Z Compiling usdt-macro v0.6.0
4752026-07-16T19:29:44.421Z Compiling usdt-attr-macro v0.6.0
4762026-07-16T19:29:44.822Z Checking rusticata-macros v5.0.0
4772026-07-16T19:29:44.945Z Checking pcap-parser v0.17.0
4782026-07-16T19:29:45.039Z Checking usdt v0.6.0
4792026-07-16T19:29:45.388Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4802026-07-16T19:29:49.883Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4812026-07-16T19:29:51.583Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4822026-07-16T19:29:53.976Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.99s
4832026-07-16T19:29:54.011Z
4842026-07-16T19:29:54.011Zreal 20.076047877
4852026-07-16T19:29:54.011Zuser 1:13.205989069
4862026-07-16T19:29:54.011Zsys 15.806921136
4872026-07-16T19:29:54.011Ztrap 0.039565403
4882026-07-16T19:29:54.011Ztflt 0.092476347
4892026-07-16T19:29:54.011Zdflt 0.150942745
4902026-07-16T19:29:54.011Zkflt 0.000081560
4912026-07-16T19:29:54.011Zlock 4:05.722280935
4922026-07-16T19:29:54.011Zslp 3:55.312341016
4932026-07-16T19:29:54.012Zlat 4.392531004
4942026-07-16T19:29:54.012Zstop 8.981475359
4952026-07-16T19:29:54.015Z+ header 'analyze no_std + engine + kernel'
4962026-07-16T19:29:54.015Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4972026-07-16T19:29:54.015Z# ==== analyze no_std + engine + kernel ==== #
4982026-07-16T19:29:54.015Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4992026-07-16T19:29:54.189Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5002026-07-16T19:29:54.189Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-07-16T19:29:54.192Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5022026-07-16T19:29:54.193Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5032026-07-16T19:29:54.454Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5042026-07-16T19:29:58.173Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5052026-07-16T19:29:59.564Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.51s
5062026-07-16T19:29:59.591Z
5072026-07-16T19:29:59.591Zreal 5.574655691
5082026-07-16T19:29:59.591Zuser 5.774319056
5092026-07-16T19:29:59.591Zsys 1.030394605
5102026-07-16T19:29:59.592Ztrap 0.000870940
5112026-07-16T19:29:59.592Ztflt 0.002383630
5122026-07-16T19:29:59.592Zdflt 0.005190642
5132026-07-16T19:29:59.592Zkflt 0.000000000
5142026-07-16T19:29:59.592Zlock 24.647970376
5152026-07-16T19:29:59.592Zslp 20.710870679
5162026-07-16T19:29:59.592Zlat 0.016057663
5172026-07-16T19:29:59.592Zstop 0.284217417
5182026-07-16T19:29:59.596Z+ header test
5192026-07-16T19:29:59.596Z+ echo '# ==== test ==== #'
5202026-07-16T19:29:59.596Z+ ptime -m cargo test
5212026-07-16T19:29:59.596Z# ==== test ==== #
5222026-07-16T19:29:59.747Z Compiling memchr v2.8.2
5232026-07-16T19:29:59.747Z Compiling serde_core v1.0.228
5242026-07-16T19:29:59.771Z Compiling thiserror v2.0.18
5252026-07-16T19:29:59.775Z Compiling zerocopy v0.8.52
5262026-07-16T19:29:59.778Z Compiling unicode-ident v1.0.24
5272026-07-16T19:29:59.778Z Compiling byteorder v1.5.0
5282026-07-16T19:29:59.782Z Compiling libc v0.2.186
5292026-07-16T19:29:59.782Z Compiling zmij v1.0.21
5302026-07-16T19:29:59.852Z Compiling proc-macro2 v1.0.106
5312026-07-16T19:29:59.905Z Compiling scroll v0.13.0
5322026-07-16T19:29:59.988Z Compiling plain v0.2.3
5332026-07-16T19:30:00.083Z Compiling futures-sink v0.3.32
5342026-07-16T19:30:00.114Z Compiling itoa v1.0.18
5352026-07-16T19:30:00.141Z Compiling ucd-trie v0.1.7
5362026-07-16T19:30:00.168Z Compiling futures-core v0.3.32
5372026-07-16T19:30:00.177Z Compiling log v0.4.33
5382026-07-16T19:30:00.328Z Compiling goblin v0.10.7
5392026-07-16T19:30:00.363Z Compiling pest v2.8.7
5402026-07-16T19:30:00.399Z Compiling futures-channel v0.3.32
5412026-07-16T19:30:00.637Z Compiling quote v1.0.46
5422026-07-16T19:30:00.848Z Compiling hash32 v0.3.1
5432026-07-16T19:30:01.010Z Compiling pin-project-lite v0.2.17
5442026-07-16T19:30:01.100Z Compiling futures-task v0.3.32
5452026-07-16T19:30:01.282Z Compiling futures-io v0.3.32
5462026-07-16T19:30:01.289Z Compiling stable_deref_trait v1.2.1
5472026-07-16T19:30:01.309Z Compiling slab v0.4.12
5482026-07-16T19:30:01.356Z Compiling cfg-if v1.0.4
5492026-07-16T19:30:01.419Z Compiling macaddr v1.0.1
5502026-07-16T19:30:01.465Z Compiling pretty-hex v0.4.2
5512026-07-16T19:30:01.487Z Compiling serde v1.0.228
5522026-07-16T19:30:01.589Z Compiling bitflags v2.13.0
5532026-07-16T19:30:01.663Z Compiling serde_json v1.0.150
5542026-07-16T19:30:01.733Z Compiling futures-util v0.3.32
5552026-07-16T19:30:02.002Z Compiling dtrace-parser v0.3.0
5562026-07-16T19:30:02.088Z Compiling heapless v0.8.0
5572026-07-16T19:30:02.111Z Compiling syn v2.0.118
5582026-07-16T19:30:02.534Z Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
5592026-07-16T19:30:02.644Z Compiling thread-id v5.1.0
5602026-07-16T19:30:02.716Z Compiling cobs v0.3.0
5612026-07-16T19:30:02.721Z Compiling bitflags v1.3.2
5622026-07-16T19:30:02.783Z Compiling managed v0.8.0
5632026-07-16T19:30:02.939Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5642026-07-16T19:30:02.996Z Compiling smoltcp v0.11.0
5652026-07-16T19:30:03.004Z Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
5662026-07-16T19:30:03.186Z Compiling postcard v1.1.3
5672026-07-16T19:30:03.541Z Compiling dof v0.4.0
5682026-07-16T19:30:04.464Z Compiling usdt-impl v0.6.0
5692026-07-16T19:30:04.813Z Compiling futures-executor v0.3.32
5702026-07-16T19:30:05.224Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5712026-07-16T19:30:05.407Z Compiling memmap2 v0.9.11
5722026-07-16T19:30:05.549Z Compiling ipnetwork v0.21.1
5732026-07-16T19:30:05.710Z Compiling either v1.16.0
5742026-07-16T19:30:05.872Z Compiling unicode-width v0.2.2
5752026-07-16T19:30:05.895Z Compiling itertools v0.15.0
5762026-07-16T19:30:06.069Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5772026-07-16T19:30:06.173Z Compiling tabwriter v1.4.1
5782026-07-16T19:30:06.594Z Compiling usdt v0.6.0
5792026-07-16T19:30:06.856Z Compiling ref-cast v1.0.25
5802026-07-16T19:30:06.955Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5812026-07-16T19:30:07.175Z Compiling crc32fast v1.5.0
5822026-07-16T19:30:07.192Z Compiling futures v0.3.32
5832026-07-16T19:30:07.300Z Compiling nom v8.0.0
5842026-07-16T19:30:07.357Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5852026-07-16T19:30:07.569Z Compiling dyn-clone v1.0.20
5862026-07-16T19:30:07.614Z Compiling cookie-factory v0.3.3
5872026-07-16T19:30:07.681Z Compiling uuid v1.23.4
5882026-07-16T19:30:07.939Z Compiling circular v0.3.0
5892026-07-16T19:30:07.955Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5902026-07-16T19:30:08.186Z Compiling dtor v0.8.1
5912026-07-16T19:30:08.186Z Compiling typeid v1.0.3
5922026-07-16T19:30:08.268Z Compiling anyhow v1.0.103
5932026-07-16T19:30:08.290Z Compiling once_cell v1.21.4
5942026-07-16T19:30:08.308Z Compiling link-section v0.2.1
5952026-07-16T19:30:08.449Z Compiling ctor v0.10.1
5962026-07-16T19:30:08.449Z Compiling ron v0.12.2
5972026-07-16T19:30:09.898Z Compiling rusticata-macros v5.0.0
5982026-07-16T19:30:10.219Z Compiling pcap-parser v0.17.0
5992026-07-16T19:30:13.726Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6002026-07-16T19:30:16.100Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6012026-07-16T19:31:03.178Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
6022026-07-16T19:31:03.183Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-634b5c59e03e002d)
6032026-07-16T19:31:03.183Z
6042026-07-16T19:31:03.183Zrunning 15 tests
6052026-07-16T19:31:03.183Ztest api::tests::parse_bad_address ... ok
6062026-07-16T19:31:03.183Ztest api::tests::parse_bad_proto_filter ... ok
6072026-07-16T19:31:03.183Ztest api::tests::parse_good_proto_filter ... ok
6082026-07-16T19:31:03.183Ztest api::tests::ports_from_str_good ... ok
6092026-07-16T19:31:03.183Ztest api::tests::parse_good_address ... ok
6102026-07-16T19:31:03.183Ztest api::tests::ports_from_str_bad ... ok
6112026-07-16T19:31:03.183Ztest cfg::tests::test_required_nat_space ... ok
6122026-07-16T19:31:03.183Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6132026-07-16T19:31:03.188Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6142026-07-16T19:31:03.188Ztest engine::geneve::test::parse_multi_opt ... ok
6152026-07-16T19:31:03.189Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6162026-07-16T19:31:03.190Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6172026-07-16T19:31:03.190Ztest engine::geneve::test::parse_single_opt ... ok
6182026-07-16T19:31:03.190Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6192026-07-16T19:31:03.190Ztest engine::firewall::tests::port_predicate_simplification ... ok
6202026-07-16T19:31:03.190Z
6212026-07-16T19:31:03.190Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6222026-07-16T19:31:03.190Z
6232026-07-16T19:31:03.190Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-80d185abbfdbf3db)
6242026-07-16T19:31:03.190Z
6252026-07-16T19:31:03.190Zrunning 4 tests
6262026-07-16T19:31:03.194Ztest firewall_external_inbound ... ok
6272026-07-16T19:31:03.194Ztest firewall_vni_outbound ... ok
6282026-07-16T19:31:03.194Ztest firewall_vni_inbound ... ok
6292026-07-16T19:31:03.194Ztest firewall_replace_rules ... ok
6302026-07-16T19:31:03.194Z
6312026-07-16T19:31:03.194Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-07-16T19:31:03.194Z
6332026-07-16T19:31:03.194Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-9d032ba8ef015303)
6342026-07-16T19:31:03.194Z
6352026-07-16T19:31:03.194Zrunning 2 tests
6362026-07-16T19:31:03.194Ztest parse_in_regression ... ok
6372026-07-16T19:31:03.195Ztest parse_out_regression ... ok
6382026-07-16T19:31:03.195Z
6392026-07-16T19:31:03.195Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-07-16T19:31:03.195Z
6412026-07-16T19:31:03.224Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-526fcd0edb1053cb)
6422026-07-16T19:31:03.228Z
6432026-07-16T19:31:03.228Zrunning 50 tests
6442026-07-16T19:31:03.228Ztest bad_ip_len ... ok
6452026-07-16T19:31:03.235Ztest add_remove_fw_rule ... ok
6462026-07-16T19:31:03.235Ztest check_layers ... ok
6472026-07-16T19:31:03.235Ztest external_attached_subnets_cannot_reach_internal ... ok
6482026-07-16T19:31:03.235Ztest arp_gateway ... ok
6492026-07-16T19:31:03.235Ztest anti_spoof ... ok
6502026-07-16T19:31:03.235Ztest external_attached_subnets_dont_apply_nat ... ok
6512026-07-16T19:31:03.235Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6522026-07-16T19:31:03.235Ztest early_tcp_invalidation ... ok
6532026-07-16T19:31:03.235Ztest flow_expiration ... ok
6542026-07-16T19:31:03.235Ztest external_ip_epoch_affinity_preserved ... ok
6552026-07-16T19:31:03.235Ztest gateway_icmp4_ping ... ok
6562026-07-16T19:31:03.235Ztest external_ip_reconfigurable ... ok
6572026-07-16T19:31:03.235Ztest gateway_icmpv6_ping ... ok
6582026-07-16T19:31:03.235Ztest gateway_router_advert_reply ... ok
6592026-07-16T19:31:03.235Ztest guest_to_guest_no_route ... ok
6602026-07-16T19:31:03.235Ztest guest_to_guest_diff_vpc_no_peer ... ok
6612026-07-16T19:31:03.235Ztest guest_to_internet_ipv4 ... ok
6622026-07-16T19:31:03.235Ztest icmp_inner_has_nat_applied ... ok
6632026-07-16T19:31:03.235Ztest guest_to_internet_ipv6 ... ok
6642026-07-16T19:31:03.235Ztest inbound_ndp_dropped_at_gateway ... ok
6652026-07-16T19:31:03.236Ztest guest_to_guest ... ok
6662026-07-16T19:31:03.236Ztest icmpv6_inner_has_nat_applied ... ok
6672026-07-16T19:31:03.236Ztest outbound_ndp_dropped ... ok
6682026-07-16T19:31:03.244Ztest external_ip_receive_and_reply_on_all ... ok
6692026-07-16T19:31:03.244Ztest intra_subnet_routes_with_custom ... ok
6702026-07-16T19:31:03.244Ztest external_ip_balanced_over_floating_ips ... ok
6712026-07-16T19:31:03.244Ztest no_panic_on_flow_table_full ... ok
6722026-07-16T19:31:03.244Ztest offload_info_preserved ... ok
6732026-07-16T19:31:03.244Ztest internal_attached_subnets ... ok
6742026-07-16T19:31:03.244Ztest packet_body_pullup ... ok
6752026-07-16T19:31:03.245Ztest port_transition_reset ... ok
6762026-07-16T19:31:03.245Ztest port_transition_running ... ok
6772026-07-16T19:31:03.245Ztest packet_too_big_generation ... ok
6782026-07-16T19:31:03.245Ztest port_as_router_target ... ok
6792026-07-16T19:31:03.245Ztest snat_icmp4_echo_rewrite ... ok
6802026-07-16T19:31:03.245Ztest test_drop_on_unknown_critical_option ... ok
6812026-07-16T19:31:03.245Ztest select_eip_conditioned_on_igw ... ok
6822026-07-16T19:31:03.245Ztest snat_icmp6_echo_rewrite ... ok
6832026-07-16T19:31:03.245Ztest tcp_invalidation_does_not_block_connection ... ok
6842026-07-16T19:31:03.245Ztest port_transition_pause ... ok
6852026-07-16T19:31:03.245Ztest tcp_outbound ... ok
6862026-07-16T19:31:03.245Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6872026-07-16T19:31:03.245Ztest tcp_inbound ... ok
6882026-07-16T19:31:03.245Ztest test_ipv6_multicast_encapsulation ... ok
6892026-07-16T19:31:03.245Ztest test_tcp_multicast_denied ... ok
6902026-07-16T19:31:03.245Ztest test_gateway_neighbor_advert_reply ... ok
6912026-07-16T19:31:03.245Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-16T19:31:03.245Ztest uft_lft_invalidation_out ... ok
6932026-07-16T19:31:03.245Ztest uft_lft_invalidation_in ... ok
6942026-07-16T19:31:03.245Z
6952026-07-16T19:31:03.245Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-16T19:31:03.245Z
6972026-07-16T19:31:03.245Z Doc-tests oxide_vpc
6982026-07-16T19:31:03.496Z
6992026-07-16T19:31:03.496Zrunning 0 tests
7002026-07-16T19:31:03.496Z
7012026-07-16T19:31:03.496Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-16T19:31:03.496Z
7032026-07-16T19:31:03.527Z
7042026-07-16T19:31:03.527Zreal 1:03.922703736
7052026-07-16T19:31:03.534Zuser 3:26.109362324
7062026-07-16T19:31:03.534Zsys 12.104967473
7072026-07-16T19:31:03.535Ztrap 0.096018553
7082026-07-16T19:31:03.535Ztflt 0.186926114
7092026-07-16T19:31:03.535Zdflt 0.396321305
7102026-07-16T19:31:03.535Zkflt 0.000052810
7112026-07-16T19:31:03.535Zlock 14:00.829604852
7122026-07-16T19:31:03.535Zslp 6:49.090230109
7132026-07-16T19:31:03.535Zlat 7.951864576
7142026-07-16T19:31:03.544Zstop 6.003599522
7152026-07-16T19:31:03.544Zprocess exited: duration 127874 ms, exit code 0
 
7162026-07-16T19:31:03.570Zfound 0 output files