01KXSPDNJAJ2VYFJTFE8NKR1Y5: oxide-vpc

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

Buildomat Job: 01KXSPE4Q9VCS1D77M2AWRP18C

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-18T04:07:04.248Zjob assigned to worker 01KXSPEEHKG5D4S8H2800JE4MX [factory aws, i-04aa7d4f7d36b0a04] (queued for 1 m 1 s)
 
22026-07-18T04:07:10.330Zstarting task 0: "setup"
32026-07-18T04:07:10.333Z++ uname -s
42026-07-18T04:07:10.337Z+ kern=SunOS
52026-07-18T04:07:10.337Z+ build_user=build
62026-07-18T04:07:10.337Z+ build_uid=12345
72026-07-18T04:07:10.337Z+ work_dir=/work
82026-07-18T04:07:10.337Z+ input_dir=/input
92026-07-18T04:07:10.337Z+ [[ 0 == 12345 ]]
102026-07-18T04:07:10.337Z+ case "$kern" in
112026-07-18T04:07:10.337Z+ groupadd -g 12345 build
122026-07-18T04:07:10.337Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-18T04:07:12.343Z+ zfs create -o mountpoint=/work rpool/work
142026-07-18T04:07:12.407Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-18T04:07:12.410Z+ home_fs=zfs
162026-07-18T04:07:12.410Z+ [[ zfs == autofs ]]
172026-07-18T04:07:12.410Z+ mkdir -p /home/build
182026-07-18T04:07:12.411Z+ chown build:build /home/build /work
192026-07-18T04:07:14.411Z+ chmod 0700 /home/build /work
202026-07-18T04:07:14.416Zprocess exited: duration 4084 ms, exit code 0
 
212026-07-18T04:07:14.422Zstarting task 1: "rust-toolchain"
222026-07-18T04:07:14.426Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-18T04:07:14.426Z * rust toolchain channel = "1.97.1"
242026-07-18T04:07:14.426Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-18T04:07:14.426Z * rust toolchain profile = "default"
262026-07-18T04:07:14.426Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-18T04:07:14.427Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-18T04:07:14.430Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-18T04:07:14.430Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-18T04:07:14.508Zinfo: downloading installer
312026-07-18T04:07:15.782Zwarn: It looks like you have an existing rustup settings file at:
322026-07-18T04:07:15.782Zwarn: /home/build/.rustup/settings.toml
332026-07-18T04:07:15.782Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-18T04:07:15.782Zwarn: instead of the one inferred from the default host triple.
352026-07-18T04:07:15.794Zinfo: profile set to default
362026-07-18T04:07:15.794Zinfo: default host triple is x86_64-unknown-illumos
372026-07-18T04:07:15.798Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-18T04:07:15.943Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-18T04:07:15.964Zinfo: downloading 6 components
402026-07-18T04:07:30.778Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-18T04:07:30.778Z
422026-07-18T04:07:30.809Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-18T04:07:30.809Z
442026-07-18T04:07:30.815Z
452026-07-18T04:07:30.815ZRust is installed now. Great!
462026-07-18T04:07:30.815Z
472026-07-18T04:07:30.815ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-18T04:07:30.815Zenvironment variable. This has not been done automatically.
492026-07-18T04:07:30.815Z
502026-07-18T04:07:30.815ZTo configure your current shell, you need to source
512026-07-18T04:07:30.815Zthe corresponding env file under $HOME/.cargo.
522026-07-18T04:07:30.815Z
532026-07-18T04:07:30.815ZThis is usually done by running one of the following (note the leading DOT):
542026-07-18T04:07:30.815Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-18T04:07:30.815Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-18T04:07:30.815Zsource "~/.cargo/env.nu" # For nushell
572026-07-18T04:07:30.815Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-18T04:07:30.815Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-18T04:07:30.815Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-18T04:07:30.815Zwarn: no default linker (`cc`) was found in your PATH
612026-07-18T04:07:30.815Zwarn: many Rust crates require a system C toolchain to build
622026-07-18T04:07:30.910Z+ rustup --version
632026-07-18T04:07:30.919Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-18T04:07:30.924Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-18T04:07:30.939Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-18T04:07:30.945Z+ cargo --version
672026-07-18T04:07:30.960Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-18T04:07:30.968Z+ rustc --version
692026-07-18T04:07:30.978Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-18T04:07:30.983Zprocess exited: duration 16557 ms, exit code 0
 
712026-07-18T04:07:30.991Zstarting task 2: "authentication"
722026-07-18T04:07:31.009Zprocess exited: duration 16 ms, exit code 0
 
732026-07-18T04:07:31.017Zstarting task 3: "clone repository"
742026-07-18T04:07:31.021Z+ mkdir -p /work/oxidecomputer/opte
752026-07-18T04:07:31.026Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-18T04:07:31.051ZCloning into '/work/oxidecomputer/opte'...
772026-07-18T04:07:31.905Z+ cd /work/oxidecomputer/opte
782026-07-18T04:07:31.905Z+ git fetch origin 9e9447048a8bf577d01319d7cedcadae72f58f9f
792026-07-18T04:07:32.136ZFrom https://github.com/oxidecomputer/opte
802026-07-18T04:07:32.136Z * branch 9e9447048a8bf577d01319d7cedcadae72f58f9f -> FETCH_HEAD
812026-07-18T04:07:32.145Z+ [[ -n renovate/rust-1.x ]]
822026-07-18T04:07:32.145Z++ git branch --show-current
832026-07-18T04:07:32.145Z+ current=master
842026-07-18T04:07:32.145Z+ [[ master != renovate/rust-1.x ]]
852026-07-18T04:07:32.145Z+ git branch -f renovate/rust-1.x 9e9447048a8bf577d01319d7cedcadae72f58f9f
862026-07-18T04:07:32.151Z+ git checkout -f renovate/rust-1.x
872026-07-18T04:07:32.161ZSwitched to branch 'renovate/rust-1.x'
882026-07-18T04:07:32.168Z+ git reset --hard 9e9447048a8bf577d01319d7cedcadae72f58f9f
892026-07-18T04:07:32.180ZHEAD is now at 9e94470 Update dependency rust
902026-07-18T04:07:32.186Zprocess exited: duration 1161 ms, exit code 0
 
912026-07-18T04:07:32.211Zstarting task 4: "build"
922026-07-18T04:07:32.222Z+ source .github/buildomat/common.sh
932026-07-18T04:07:32.222Z++ rustup show active-toolchain
942026-07-18T04:07:32.222Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-18T04:07:32.222Z++ pushd xde
962026-07-18T04:07:32.222Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-18T04:07:32.222Z++ rustup show active-toolchain
982026-07-18T04:07:32.222Zinfo: syncing channel updates for nightly-2026-07-18-x86_64-unknown-illumos
992026-07-18T04:07:32.397Zinfo: latest update on 2026-07-18 for version 1.99.0-nightly (b6839f4d0 2026-07-17)
1002026-07-18T04:07:32.408Zinfo: downloading 6 components
1012026-07-18T04:07:48.121Znightly-2026-07-18-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-18T04:07:48.204Z+++ rustup show active-toolchain -v
1032026-07-18T04:07:48.207Z+++ head -n 1
1042026-07-18T04:07:48.207Z+++ cut '-d ' -f1
1052026-07-18T04:07:48.257Z++ export NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1062026-07-18T04:07:48.257Z++ NIGHTLY=nightly-2026-07-18-x86_64-unknown-illumos
1072026-07-18T04:07:48.257Z++ popd
1082026-07-18T04:07:48.260Z/work/oxidecomputer/opte
1092026-07-18T04:07:48.260Z+ cargo --version
1102026-07-18T04:07:48.267Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-07-18T04:07:48.270Z+ rustc --version
1122026-07-18T04:07:48.288Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-07-18T04:07:48.292Z+ cd lib/oxide-vpc
1142026-07-18T04:07:48.292Z+ header 'check style'
1152026-07-18T04:07:48.292Z+ echo '# ==== check style ==== #'
1162026-07-18T04:07:48.292Z# ==== check style ==== #
1172026-07-18T04:07:48.292Z+ ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos fmt -- --check
1182026-07-18T04:07:48.420Z
1192026-07-18T04:07:48.420Zreal 0.126638282
1202026-07-18T04:07:48.420Zuser 0.086893785
1212026-07-18T04:07:48.420Zsys 0.036267157
1222026-07-18T04:07:48.420Ztrap 0.000003590
1232026-07-18T04:07:48.420Ztflt 0.000012870
1242026-07-18T04:07:48.420Zdflt 0.000009220
1252026-07-18T04:07:48.420Zkflt 0.000000000
1262026-07-18T04:07:48.420Zlock 0.031270096
1272026-07-18T04:07:48.420Zslp 0.102251115
1282026-07-18T04:07:48.420Zlat 0.000834700
1292026-07-18T04:07:48.420Zstop 0.000089450
1302026-07-18T04:07:48.424Z+ header 'check docs'
1312026-07-18T04:07:48.424Z+ echo '# ==== check docs ==== #'
1322026-07-18T04:07:48.425Z# ==== check docs ==== #
1332026-07-18T04:07:48.425Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-18T04:07:48.425Z+ ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-18T04:07:48.487Z Updating crates.io index
1362026-07-18T04:07:48.490Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-18T04:07:49.167Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-18T04:07:49.391Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-18T04:07:49.714Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-18T04:07:49.923Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-18T04:07:50.139Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-18T04:07:50.377Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-18T04:07:52.505Z Downloading crates ...
1442026-07-18T04:07:52.550Z Downloaded darling_macro v0.21.3
1452026-07-18T04:07:52.553Z Downloaded defmt v0.3.100
1462026-07-18T04:07:52.556Z Downloaded ref-cast v1.0.25
1472026-07-18T04:07:52.559Z Downloaded darling v0.23.0
1482026-07-18T04:07:52.563Z Downloaded embedded-io v0.4.0
1492026-07-18T04:07:52.565Z Downloaded ident_case v1.0.1
1502026-07-18T04:07:52.571Z Downloaded scroll_derive v0.13.1
1512026-07-18T04:07:52.582Z Downloaded aho-corasick v1.1.4
1522026-07-18T04:07:52.585Z Downloaded postcard v1.1.3
1532026-07-18T04:07:52.588Z Downloaded ingot-macros v0.1.1
1542026-07-18T04:07:52.609Z Downloaded macaddr v1.0.1
1552026-07-18T04:07:52.618Z Downloaded cfg-if v1.0.4
1562026-07-18T04:07:52.618Z Downloaded embedded-io v0.6.1
1572026-07-18T04:07:52.618Z Downloaded cobs v0.3.0
1582026-07-18T04:07:52.618Z Downloaded plain v0.2.3
1592026-07-18T04:07:52.618Z Downloaded pest_derive v2.8.7
1602026-07-18T04:07:52.618Z Downloaded quote v1.0.46
1612026-07-18T04:07:52.618Z Downloaded ingot-types v0.1.2
1622026-07-18T04:07:52.619Z Downloaded crc32fast v1.5.0
1632026-07-18T04:07:52.622Z Downloaded darling v0.21.3
1642026-07-18T04:07:52.622Z Downloaded usdt-attr-macro v0.6.0
1652026-07-18T04:07:52.622Z Downloaded darling_macro v0.23.0
1662026-07-18T04:07:52.622Z Downloaded dyn-clone v1.0.20
1672026-07-18T04:07:52.622Z Downloaded ref-cast-impl v1.0.25
1682026-07-18T04:07:52.627Z Downloaded defmt-parser v1.0.0
1692026-07-18T04:07:52.630Z Downloaded ipnetwork v0.21.1
1702026-07-18T04:07:52.636Z Downloaded itoa v1.0.18
1712026-07-18T04:07:52.639Z Downloaded usdt-macro v0.6.0
1722026-07-18T04:07:52.641Z Downloaded thread-id v5.1.0
1732026-07-18T04:07:52.644Z Downloaded strsim v0.11.1
1742026-07-18T04:07:52.644Z Downloaded pretty-hex v0.4.2
1752026-07-18T04:07:52.644Z Downloaded dof v0.4.0
1762026-07-18T04:07:52.648Z Downloaded dtrace-parser v0.3.0
1772026-07-18T04:07:52.651Z Downloaded usdt v0.6.0
1782026-07-18T04:07:52.651Z Downloaded managed v0.8.0
1792026-07-18T04:07:52.654Z Downloaded tabwriter v1.4.1
1802026-07-18T04:07:52.655Z Downloaded version_check v0.9.5
1812026-07-18T04:07:52.657Z Downloaded stable_deref_trait v1.2.1
1822026-07-18T04:07:52.657Z Downloaded hash32 v0.3.1
1832026-07-18T04:07:52.662Z Downloaded fnv v1.0.7
1842026-07-18T04:07:52.668Z Downloaded pest_generator v2.8.7
1852026-07-18T04:07:52.671Z Downloaded byteorder v1.5.0
1862026-07-18T04:07:52.675Z Downloaded either v1.16.0
1872026-07-18T04:07:52.682Z Downloaded zmij v1.0.21
1882026-07-18T04:07:52.685Z Downloaded usdt-impl v0.6.0
1892026-07-18T04:07:52.685Z Downloaded bitflags v1.3.2
1902026-07-18T04:07:52.688Z Downloaded thiserror v2.0.18
1912026-07-18T04:07:52.691Z Downloaded defmt-macros v1.1.1
1922026-07-18T04:07:52.691Z Downloaded ingot v0.1.1
1932026-07-18T04:07:52.694Z Downloaded scroll v0.13.0
1942026-07-18T04:07:52.696Z Downloaded memmap2 v0.9.11
1952026-07-18T04:07:52.699Z Downloaded pest_meta v2.8.7
1962026-07-18T04:07:52.702Z Downloaded darling_core v0.23.0
1972026-07-18T04:07:52.713Z Downloaded serde_tokenstream v0.2.3
1982026-07-18T04:07:52.717Z Downloaded ucd-trie v0.1.7
1992026-07-18T04:07:52.725Z Downloaded bitflags v2.13.0
2002026-07-18T04:07:52.728Z Downloaded defmt v1.1.1
2012026-07-18T04:07:52.731Z Downloaded thiserror-impl v2.0.18
2022026-07-18T04:07:52.731Z Downloaded proc-macro2 v1.0.106
2032026-07-18T04:07:52.733Z Downloaded serde_core v1.0.228
2042026-07-18T04:07:52.734Z Downloaded log v0.4.33
2052026-07-18T04:07:52.737Z Downloaded unicode-ident v1.0.24
2062026-07-18T04:07:52.750Z Downloaded itertools v0.15.0
2072026-07-18T04:07:52.754Z Downloaded darling_core v0.21.3
2082026-07-18T04:07:52.757Z Downloaded serde_derive v1.0.228
2092026-07-18T04:07:52.760Z Downloaded uuid v1.23.4
2102026-07-18T04:07:52.760Z Downloaded memchr v2.8.2
2112026-07-18T04:07:52.767Z Downloaded heapless v0.8.0
2122026-07-18T04:07:52.770Z Downloaded serde v1.0.228
2132026-07-18T04:07:52.782Z Downloaded zerocopy-derive v0.8.52
2142026-07-18T04:07:52.786Z Downloaded pest v2.8.7
2152026-07-18T04:07:52.814Z Downloaded itertools v0.14.0
2162026-07-18T04:07:52.818Z Downloaded regex v1.12.4
2172026-07-18T04:07:52.825Z Downloaded serde_json v1.0.150
2182026-07-18T04:07:52.840Z Downloaded zerocopy v0.8.52
2192026-07-18T04:07:52.857Z Downloaded regex-syntax v0.8.11
2202026-07-18T04:07:52.861Z Downloaded unicode-width v0.2.2
2212026-07-18T04:07:52.871Z Downloaded syn v2.0.118
2222026-07-18T04:07:52.876Z Downloaded goblin v0.10.7
2232026-07-18T04:07:52.880Z Downloaded smoltcp v0.11.0
2242026-07-18T04:07:52.924Z Downloaded regex-automata v0.4.14
2252026-07-18T04:07:52.931Z Downloaded libc v0.2.186
2262026-07-18T04:07:52.988Z Compiling proc-macro2 v1.0.106
2272026-07-18T04:07:52.988Z Compiling quote v1.0.46
2282026-07-18T04:07:52.988Z Compiling unicode-ident v1.0.24
2292026-07-18T04:07:52.991Z Documenting unicode-ident v1.0.24
2302026-07-18T04:07:52.991Z Compiling strsim v0.11.1
2312026-07-18T04:07:52.991Z Compiling ident_case v1.0.1
2322026-07-18T04:07:52.991Z Compiling serde_core v1.0.228
2332026-07-18T04:07:53.150Z Compiling fnv v1.0.7
2342026-07-18T04:07:53.166Z Compiling memchr v2.8.2
2352026-07-18T04:07:53.169Z Compiling regex-syntax v0.8.11
2362026-07-18T04:07:53.350Z Compiling serde v1.0.228
2372026-07-18T04:07:53.395Z Compiling thiserror v2.0.18
2382026-07-18T04:07:53.445Z Compiling zerocopy v0.8.52
2392026-07-18T04:07:53.669Z Documenting proc-macro2 v1.0.106
2402026-07-18T04:07:53.716Z Compiling aho-corasick v1.1.4
2412026-07-18T04:07:54.040Z Compiling syn v2.0.118
2422026-07-18T04:07:54.139Z Compiling either v1.16.0
2432026-07-18T04:07:54.142Z Checking byteorder v1.5.0
2442026-07-18T04:07:54.260Z Documenting quote v1.0.46
2452026-07-18T04:07:54.347Z Compiling itertools v0.14.0
2462026-07-18T04:07:54.771Z Documenting syn v2.0.118
2472026-07-18T04:07:54.907Z Compiling regex-automata v0.4.14
2482026-07-18T04:07:55.169Z Compiling heapless v0.8.0
2492026-07-18T04:07:55.242Z Checking bitflags v2.13.0
2502026-07-18T04:07:55.397Z Checking hash32 v0.3.1
2512026-07-18T04:07:55.505Z Documenting serde_core v1.0.228
2522026-07-18T04:07:55.581Z Documenting memchr v2.8.2
2532026-07-18T04:07:55.637Z Checking cfg-if v1.0.4
2542026-07-18T04:07:55.694Z Checking macaddr v1.0.1
2552026-07-18T04:07:55.830Z Checking stable_deref_trait v1.2.1
2562026-07-18T04:07:55.895Z Documenting regex-syntax v0.8.11
2572026-07-18T04:07:56.065Z Compiling smoltcp v0.11.0
2582026-07-18T04:07:56.218Z Documenting aho-corasick v1.1.4
2592026-07-18T04:07:56.415Z Compiling darling_core v0.21.3
2602026-07-18T04:07:56.750Z Compiling regex v1.12.4
2612026-07-18T04:07:56.907Z Compiling darling_core v0.23.0
2622026-07-18T04:07:57.166Z Documenting regex-automata v0.4.14
2632026-07-18T04:07:57.457Z Checking managed v0.8.0
2642026-07-18T04:07:57.530Z Checking bitflags v1.3.2
2652026-07-18T04:07:57.610Z Compiling zerocopy-derive v0.8.52
2662026-07-18T04:07:57.613Z Compiling serde_derive v1.0.228
2672026-07-18T04:07:57.637Z Compiling thiserror-impl v2.0.18
2682026-07-18T04:07:58.442Z Documenting thiserror-impl v2.0.18
2692026-07-18T04:07:58.506Z Compiling darling_macro v0.21.3
2702026-07-18T04:07:58.523Z Documenting regex v1.12.4
2712026-07-18T04:07:58.815Z Documenting zerocopy-derive v0.8.52
2722026-07-18T04:07:58.945Z Checking cobs v0.3.0
2732026-07-18T04:07:59.010Z Compiling darling_macro v0.23.0
2742026-07-18T04:07:59.093Z Compiling darling v0.21.3
2752026-07-18T04:07:59.171Z Compiling ingot-macros v0.1.1
2762026-07-18T04:07:59.191Z Documenting serde_derive v1.0.228
2772026-07-18T04:07:59.291Z Compiling crc32fast v1.5.0
2782026-07-18T04:07:59.510Z Documenting byteorder v1.5.0
2792026-07-18T04:07:59.600Z Compiling ref-cast v1.0.25
2802026-07-18T04:07:59.642Z Documenting ingot-macros v0.1.1
2812026-07-18T04:07:59.717Z Documenting zerocopy v0.8.52
2822026-07-18T04:07:59.969Z Documenting thiserror v2.0.18
2832026-07-18T04:08:00.074Z Documenting hash32 v0.3.1
2842026-07-18T04:08:00.350Z Documenting serde v1.0.228
2852026-07-18T04:08:00.677Z Compiling ref-cast-impl v1.0.25
2862026-07-18T04:08:00.734Z Checking postcard v1.1.3
2872026-07-18T04:08:00.882Z Documenting bitflags v2.13.0
2882026-07-18T04:08:01.006Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-18T04:08:01.263Z Compiling version_check v0.9.5
2902026-07-18T04:08:01.429Z Checking ipnetwork v0.21.1
2912026-07-18T04:08:01.507Z Documenting stable_deref_trait v1.2.1
2922026-07-18T04:08:01.531Z Documenting cfg-if v1.0.4
2932026-07-18T04:08:01.605Z Checking unicode-width v0.2.2
2942026-07-18T04:08:01.664Z Documenting macaddr v1.0.1
2952026-07-18T04:08:01.771Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-18T04:08:01.857Z Documenting cobs v0.3.0
2972026-07-18T04:08:01.883Z Checking ingot-types v0.1.2
2982026-07-18T04:08:01.894Z Compiling darling v0.23.0
2992026-07-18T04:08:02.014Z Documenting managed v0.8.0
3002026-07-18T04:08:02.047Z Documenting heapless v0.8.0
3012026-07-18T04:08:02.217Z Checking ingot v0.1.1
3022026-07-18T04:08:02.270Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3032026-07-18T04:08:02.436Z Checking tabwriter v1.4.1
3042026-07-18T04:08:02.574Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3052026-07-18T04:08:02.901Z Documenting postcard v1.1.3
3062026-07-18T04:08:02.908Z Checking itertools v0.15.0
3072026-07-18T04:08:02.926Z Documenting ingot-types v0.1.2
3082026-07-18T04:08:03.132Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-07-18T04:08:03.180Z Documenting ref-cast-impl v1.0.25
3102026-07-18T04:08:03.388Z Documenting smoltcp v0.11.0
3112026-07-18T04:08:03.642Z Documenting ipnetwork v0.21.1
3122026-07-18T04:08:03.686Z Documenting unicode-width v0.2.2
3132026-07-18T04:08:03.725Z Checking dyn-clone v1.0.20
3142026-07-18T04:08:03.772Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3152026-07-18T04:08:03.820Z Documenting either v1.16.0
3162026-07-18T04:08:03.878Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3172026-07-18T04:08:04.172Z Documenting ingot v0.1.1
3182026-07-18T04:08:04.407Z Documenting ref-cast v1.0.25
3192026-07-18T04:08:04.640Z Documenting crc32fast v1.5.0
3202026-07-18T04:08:04.683Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-18T04:08:04.889Z Documenting tabwriter v1.4.1
3222026-07-18T04:08:05.151Z Documenting itertools v0.15.0
3232026-07-18T04:08:05.527Z Documenting dyn-clone v1.0.20
3242026-07-18T04:08:05.986Z Documenting uuid v1.23.4
3252026-07-18T04:08:06.263Z Checking uuid v1.23.4
3262026-07-18T04:08:06.505Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-18T04:08:06.555Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-18T04:08:07.270Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-18T04:08:08.929Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-18T04:08:11.213Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-18T04:08:12.789Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.36s
3322026-07-18T04:08:12.876Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-18T04:08:12.901Z
3342026-07-18T04:08:12.904Zreal 24.460019956
3352026-07-18T04:08:12.904Zuser 1:21.732317706
3362026-07-18T04:08:12.904Zsys 17.321249330
3372026-07-18T04:08:12.904Ztrap 0.051394248
3382026-07-18T04:08:12.904Ztflt 0.013758311
3392026-07-18T04:08:12.904Zdflt 0.058647500
3402026-07-18T04:08:12.904Zkflt 0.004817319
3412026-07-18T04:08:12.904Zlock 9:08.331136328
3422026-07-18T04:08:12.904Zslp 4:45.846322408
3432026-07-18T04:08:12.904Zlat 7.140203599
3442026-07-18T04:08:12.904Zstop 13.867391962
3452026-07-18T04:08:12.904Z+ header 'analyze std + api + usdt'
3462026-07-18T04:08:12.904Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-18T04:08:12.904Z# ==== analyze std + api + usdt ==== #
3482026-07-18T04:08:12.904Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-18T04:08:13.080Z Downloading crates ...
3502026-07-18T04:08:13.131Z Downloaded futures-sink v0.3.32
3512026-07-18T04:08:13.135Z Downloaded futures-channel v0.3.32
3522026-07-18T04:08:13.139Z Downloaded cookie-factory v0.3.3
3532026-07-18T04:08:13.142Z Downloaded slab v0.4.12
3542026-07-18T04:08:13.142Z Downloaded futures-macro v0.3.32
3552026-07-18T04:08:13.142Z Downloaded rusticata-macros v5.0.0
3562026-07-18T04:08:13.145Z Downloaded ctor-proc-macro v0.0.13
3572026-07-18T04:08:13.148Z Downloaded dtor-proc-macro v0.0.13
3582026-07-18T04:08:13.148Z Downloaded futures-io v0.3.32
3592026-07-18T04:08:13.148Z Downloaded futures-task v0.3.32
3602026-07-18T04:08:13.151Z Downloaded typeid v1.0.3
3612026-07-18T04:08:13.154Z Downloaded circular v0.3.0
3622026-07-18T04:08:13.154Z Downloaded futures-core v0.3.32
3632026-07-18T04:08:13.154Z Downloaded link-section v0.2.1
3642026-07-18T04:08:13.154Z Downloaded ctor v0.10.1
3652026-07-18T04:08:13.158Z Downloaded dtor v0.8.1
3662026-07-18T04:08:13.161Z Downloaded futures-executor v0.3.32
3672026-07-18T04:08:13.165Z Downloaded pin-project-lite v0.2.17
3682026-07-18T04:08:13.168Z Downloaded once_cell v1.21.4
3692026-07-18T04:08:13.171Z Downloaded anyhow v1.0.103
3702026-07-18T04:08:13.176Z Downloaded futures v0.3.32
3712026-07-18T04:08:13.197Z Downloaded ron v0.12.2
3722026-07-18T04:08:13.201Z Downloaded nom v8.0.0
3732026-07-18T04:08:13.204Z Downloaded futures-util v0.3.32
3742026-07-18T04:08:13.210Z Downloaded pcap-parser v0.17.0
3752026-07-18T04:08:13.260Z Compiling proc-macro2 v1.0.106
3762026-07-18T04:08:13.260Z Compiling quote v1.0.46
3772026-07-18T04:08:13.264Z Compiling unicode-ident v1.0.24
3782026-07-18T04:08:13.264Z Compiling memchr v2.8.2
3792026-07-18T04:08:13.264Z Compiling thiserror v2.0.18
3802026-07-18T04:08:13.264Z Compiling zerocopy v0.8.52
3812026-07-18T04:08:13.264Z Compiling serde_core v1.0.228
3822026-07-18T04:08:13.437Z Compiling zmij v1.0.21
3832026-07-18T04:08:13.632Z Compiling libc v0.2.186
3842026-07-18T04:08:13.636Z Compiling ident_case v1.0.1
3852026-07-18T04:08:13.663Z Compiling strsim v0.11.1
3862026-07-18T04:08:13.671Z Compiling serde_json v1.0.150
3872026-07-18T04:08:13.723Z Compiling ucd-trie v0.1.7
3882026-07-18T04:08:13.850Z Compiling pest v2.8.7
3892026-07-18T04:08:13.886Z Compiling serde v1.0.228
3902026-07-18T04:08:14.120Z Compiling fnv v1.0.7
3912026-07-18T04:08:14.284Z Compiling aho-corasick v1.1.4
3922026-07-18T04:08:14.308Z Compiling regex-syntax v0.8.11
3932026-07-18T04:08:14.462Z Compiling syn v2.0.118
3942026-07-18T04:08:14.541Z Compiling itoa v1.0.18
3952026-07-18T04:08:14.597Z Checking byteorder v1.5.0
3962026-07-18T04:08:15.031Z Compiling pest_meta v2.8.7
3972026-07-18T04:08:15.092Z Compiling usdt-impl v0.6.0
3982026-07-18T04:08:15.177Z Compiling either v1.16.0
3992026-07-18T04:08:15.184Z Checking bitflags v2.13.0
4002026-07-18T04:08:15.345Z Compiling itertools v0.14.0
4012026-07-18T04:08:15.373Z Compiling thread-id v5.1.0
4022026-07-18T04:08:15.687Z Compiling regex-automata v0.4.14
4032026-07-18T04:08:15.907Z Checking futures-core v0.3.32
4042026-07-18T04:08:15.927Z Checking plain v0.2.3
4052026-07-18T04:08:16.021Z Compiling heapless v0.8.0
4062026-07-18T04:08:16.301Z Checking log v0.4.33
4072026-07-18T04:08:16.305Z Checking futures-sink v0.3.32
4082026-07-18T04:08:16.386Z Checking futures-channel v0.3.32
4092026-07-18T04:08:16.560Z Checking hash32 v0.3.1
4102026-07-18T04:08:16.569Z Checking macaddr v1.0.1
4112026-07-18T04:08:16.642Z Checking pin-project-lite v0.2.17
4122026-07-18T04:08:16.673Z Checking stable_deref_trait v1.2.1
4132026-07-18T04:08:16.701Z Checking futures-io v0.3.32
4142026-07-18T04:08:16.719Z Checking cfg-if v1.0.4
4152026-07-18T04:08:16.731Z Checking slab v0.4.12
4162026-07-18T04:08:16.771Z Checking futures-task v0.3.32
4172026-07-18T04:08:16.803Z Compiling smoltcp v0.11.0
4182026-07-18T04:08:16.875Z Compiling pest_generator v2.8.7
4192026-07-18T04:08:16.900Z Compiling darling_core v0.21.3
4202026-07-18T04:08:16.946Z Compiling darling_core v0.23.0
4212026-07-18T04:08:17.040Z Checking pretty-hex v0.4.2
4222026-07-18T04:08:17.400Z Compiling regex v1.12.4
4232026-07-18T04:08:17.497Z Checking bitflags v1.3.2
4242026-07-18T04:08:17.533Z Compiling version_check v0.9.5
4252026-07-18T04:08:17.555Z Compiling crc32fast v1.5.0
4262026-07-18T04:08:17.785Z Compiling ref-cast v1.0.25
4272026-07-18T04:08:17.792Z Checking managed v0.8.0
4282026-07-18T04:08:17.862Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-18T04:08:18.020Z Compiling serde_derive v1.0.228
4302026-07-18T04:08:18.079Z Compiling thiserror-impl v2.0.18
4312026-07-18T04:08:18.105Z Compiling zerocopy-derive v0.8.52
4322026-07-18T04:08:18.181Z Compiling pest_derive v2.8.7
4332026-07-18T04:08:18.696Z Compiling scroll_derive v0.13.1
4342026-07-18T04:08:18.959Z Compiling darling_macro v0.21.3
4352026-07-18T04:08:19.007Z Compiling futures-macro v0.3.32
4362026-07-18T04:08:19.174Z Compiling darling_macro v0.23.0
4372026-07-18T04:08:19.228Z Compiling ref-cast-impl v1.0.25
4382026-07-18T04:08:19.467Z Compiling dtrace-parser v0.3.0
4392026-07-18T04:08:19.560Z Compiling darling v0.21.3
4402026-07-18T04:08:19.632Z Checking scroll v0.13.0
4412026-07-18T04:08:19.737Z Compiling ingot-macros v0.1.1
4422026-07-18T04:08:19.806Z Checking cobs v0.3.0
4432026-07-18T04:08:19.816Z Checking futures-util v0.3.32
4442026-07-18T04:08:19.852Z Checking goblin v0.10.7
4452026-07-18T04:08:20.065Z Compiling darling v0.23.0
4462026-07-18T04:08:20.137Z Checking memmap2 v0.9.11
4472026-07-18T04:08:20.185Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-18T04:08:20.449Z Checking ipnetwork v0.21.1
4492026-07-18T04:08:20.486Z Checking unicode-width v0.2.2
4502026-07-18T04:08:20.612Z Checking itertools v0.15.0
4512026-07-18T04:08:21.031Z Checking postcard v1.1.3
4522026-07-18T04:08:21.201Z Compiling serde_tokenstream v0.2.3
4532026-07-18T04:08:21.306Z Checking tabwriter v1.4.1
4542026-07-18T04:08:21.375Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-18T04:08:21.510Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-18T04:08:21.652Z Checking nom v8.0.0
4572026-07-18T04:08:21.701Z Checking futures-executor v0.3.32
4582026-07-18T04:08:21.849Z Checking futures v0.3.32
4592026-07-18T04:08:21.914Z Compiling typeid v1.0.3
4602026-07-18T04:08:22.085Z Checking dyn-clone v1.0.20
4612026-07-18T04:08:22.090Z Compiling anyhow v1.0.103
4622026-07-18T04:08:22.180Z Checking cookie-factory v0.3.3
4632026-07-18T04:08:22.221Z Checking uuid v1.23.4
4642026-07-18T04:08:22.225Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4652026-07-18T04:08:22.352Z Compiling dof v0.4.0
4662026-07-18T04:08:22.371Z Checking ingot-types v0.1.2
4672026-07-18T04:08:22.423Z Compiling dtor-proc-macro v0.0.13
4682026-07-18T04:08:22.438Z Checking circular v0.3.0
4692026-07-18T04:08:22.543Z Checking link-section v0.2.1
4702026-07-18T04:08:22.564Z Compiling ctor-proc-macro v0.0.13
4712026-07-18T04:08:22.642Z Checking once_cell v1.21.4
4722026-07-18T04:08:22.697Z Checking ingot v0.1.1
4732026-07-18T04:08:22.753Z Checking dtor v0.8.1
4742026-07-18T04:08:22.768Z Checking ron v0.12.2
4752026-07-18T04:08:22.889Z Checking ctor v0.10.1
4762026-07-18T04:08:23.278Z Compiling usdt-attr-macro v0.6.0
4772026-07-18T04:08:23.278Z Compiling usdt-macro v0.6.0
4782026-07-18T04:08:23.549Z Checking rusticata-macros v5.0.0
4792026-07-18T04:08:23.668Z Checking pcap-parser v0.17.0
4802026-07-18T04:08:23.898Z Checking usdt v0.6.0
4812026-07-18T04:08:24.164Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-18T04:08:28.544Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-18T04:08:30.203Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-18T04:08:32.504Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s
4852026-07-18T04:08:32.536Z
4862026-07-18T04:08:32.539Zreal 19.630048691
4872026-07-18T04:08:32.539Zuser 1:12.647003423
4882026-07-18T04:08:32.539Zsys 15.038912930
4892026-07-18T04:08:32.539Ztrap 0.038775510
4902026-07-18T04:08:32.540Ztflt 0.101178284
4912026-07-18T04:08:32.540Zdflt 0.126207410
4922026-07-18T04:08:32.540Zkflt 0.000019670
4932026-07-18T04:08:32.540Zlock 4:42.494854881
4942026-07-18T04:08:32.540Zslp 3:51.269523001
4952026-07-18T04:08:32.540Zlat 3.778013206
4962026-07-18T04:08:32.540Zstop 9.761192907
4972026-07-18T04:08:32.540Z+ header 'analyze no_std + engine + kernel'
4982026-07-18T04:08:32.540Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-18T04:08:32.540Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-18T04:08:32.540Z+ ptime -m cargo +nightly-2026-07-18-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-18T04:08:32.705Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-18T04:08:32.706Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-18T04:08:32.709Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-18T04:08:32.709Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-18T04:08:32.958Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-18T04:08:36.535Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-18T04:08:37.854Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.27s
5082026-07-18T04:08:37.878Z
5092026-07-18T04:08:37.878Zreal 5.336125804
5102026-07-18T04:08:37.878Zuser 5.565010675
5112026-07-18T04:08:37.878Zsys 1.007494099
5122026-07-18T04:08:37.881Ztrap 0.000724090
5132026-07-18T04:08:37.881Ztflt 0.008958822
5142026-07-18T04:08:37.881Zdflt 0.002660040
5152026-07-18T04:08:37.881Zkflt 0.000000000
5162026-07-18T04:08:37.881Zlock 27.713730081
5172026-07-18T04:08:37.881Zslp 20.046116066
5182026-07-18T04:08:37.881Zlat 0.021835922
5192026-07-18T04:08:37.881Zstop 0.275990509
5202026-07-18T04:08:37.881Z+ header test
5212026-07-18T04:08:37.881Z+ echo '# ==== test ==== #'
5222026-07-18T04:08:37.881Z+ ptime -m cargo test
5232026-07-18T04:08:37.881Z# ==== test ==== #
5242026-07-18T04:08:38.029Z Compiling memchr v2.8.2
5252026-07-18T04:08:38.033Z Compiling serde_core v1.0.228
5262026-07-18T04:08:38.053Z Compiling thiserror v2.0.18
5272026-07-18T04:08:38.056Z Compiling zerocopy v0.8.52
5282026-07-18T04:08:38.059Z Compiling unicode-ident v1.0.24
5292026-07-18T04:08:38.059Z Compiling byteorder v1.5.0
5302026-07-18T04:08:38.062Z Compiling libc v0.2.186
5312026-07-18T04:08:38.065Z Compiling zmij v1.0.21
5322026-07-18T04:08:38.135Z Compiling proc-macro2 v1.0.106
5332026-07-18T04:08:38.181Z Compiling scroll v0.13.0
5342026-07-18T04:08:38.270Z Compiling futures-core v0.3.32
5352026-07-18T04:08:38.395Z Compiling log v0.4.33
5362026-07-18T04:08:38.421Z Compiling ucd-trie v0.1.7
5372026-07-18T04:08:38.429Z Compiling plain v0.2.3
5382026-07-18T04:08:38.443Z Compiling itoa v1.0.18
5392026-07-18T04:08:38.521Z Compiling futures-sink v0.3.32
5402026-07-18T04:08:38.617Z Compiling futures-channel v0.3.32
5412026-07-18T04:08:38.620Z Compiling pest v2.8.7
5422026-07-18T04:08:38.694Z Compiling goblin v0.10.7
5432026-07-18T04:08:38.853Z Compiling quote v1.0.46
5442026-07-18T04:08:39.121Z Compiling hash32 v0.3.1
5452026-07-18T04:08:39.286Z Compiling stable_deref_trait v1.2.1
5462026-07-18T04:08:39.354Z Compiling cfg-if v1.0.4
5472026-07-18T04:08:39.417Z Compiling macaddr v1.0.1
5482026-07-18T04:08:39.484Z Compiling slab v0.4.12
5492026-07-18T04:08:39.618Z Compiling pin-project-lite v0.2.17
5502026-07-18T04:08:39.661Z Compiling futures-io v0.3.32
5512026-07-18T04:08:39.661Z Compiling pretty-hex v0.4.2
5522026-07-18T04:08:39.704Z Compiling futures-task v0.3.32
5532026-07-18T04:08:39.787Z Compiling dtrace-parser v0.3.0
5542026-07-18T04:08:39.880Z Compiling serde v1.0.228
5552026-07-18T04:08:39.888Z Compiling bitflags v2.13.0
5562026-07-18T04:08:40.034Z Compiling serde_json v1.0.150
5572026-07-18T04:08:40.297Z Compiling futures-util v0.3.32
5582026-07-18T04:08:40.325Z Compiling heapless v0.8.0
5592026-07-18T04:08:40.480Z Compiling syn v2.0.118
5602026-07-18T04:08:40.765Z Compiling thread-id v5.1.0
5612026-07-18T04:08:40.838Z Compiling ingot-types v0.1.2
5622026-07-18T04:08:40.842Z Compiling cobs v0.3.0
5632026-07-18T04:08:41.030Z Compiling bitflags v1.3.2
5642026-07-18T04:08:41.096Z Compiling managed v0.8.0
5652026-07-18T04:08:41.110Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-18T04:08:41.226Z Compiling ingot v0.1.1
5672026-07-18T04:08:41.317Z Compiling smoltcp v0.11.0
5682026-07-18T04:08:41.331Z Compiling postcard v1.1.3
5692026-07-18T04:08:41.676Z Compiling dof v0.4.0
5702026-07-18T04:08:42.978Z Compiling usdt-impl v0.6.0
5712026-07-18T04:08:43.120Z Compiling futures-executor v0.3.32
5722026-07-18T04:08:43.277Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-18T04:08:43.404Z Compiling memmap2 v0.9.11
5742026-07-18T04:08:43.689Z Compiling either v1.16.0
5752026-07-18T04:08:43.716Z Compiling ipnetwork v0.21.1
5762026-07-18T04:08:43.869Z Compiling unicode-width v0.2.2
5772026-07-18T04:08:43.893Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5782026-07-18T04:08:44.192Z Compiling tabwriter v1.4.1
5792026-07-18T04:08:44.238Z Compiling itertools v0.15.0
5802026-07-18T04:08:44.627Z Compiling ref-cast v1.0.25
5812026-07-18T04:08:44.724Z Compiling usdt v0.6.0
5822026-07-18T04:08:45.219Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-18T04:08:45.333Z Compiling futures v0.3.32
5842026-07-18T04:08:45.439Z Compiling crc32fast v1.5.0
5852026-07-18T04:08:45.477Z Compiling nom v8.0.0
5862026-07-18T04:08:45.497Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-18T04:08:45.682Z Compiling dyn-clone v1.0.20
5882026-07-18T04:08:45.852Z Compiling cookie-factory v0.3.3
5892026-07-18T04:08:45.921Z Compiling uuid v1.23.4
5902026-07-18T04:08:46.164Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-18T04:08:46.312Z Compiling circular v0.3.0
5922026-07-18T04:08:46.395Z Compiling dtor v0.8.1
5932026-07-18T04:08:46.446Z Compiling anyhow v1.0.103
5942026-07-18T04:08:46.476Z Compiling typeid v1.0.3
5952026-07-18T04:08:46.539Z Compiling link-section v0.2.1
5962026-07-18T04:08:46.554Z Compiling once_cell v1.21.4
5972026-07-18T04:08:46.677Z Compiling ron v0.12.2
5982026-07-18T04:08:46.711Z Compiling ctor v0.10.1
5992026-07-18T04:08:48.094Z Compiling rusticata-macros v5.0.0
6002026-07-18T04:08:48.411Z Compiling pcap-parser v0.17.0
6012026-07-18T04:08:50.793Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-18T04:08:53.209Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-18T04:09:31.609Z Finished `test` profile [optimized + debuginfo] target(s) in 53.72s
6042026-07-18T04:09:31.625Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6473ed6cfdcd49b2)
6052026-07-18T04:09:31.629Z
6062026-07-18T04:09:31.629Zrunning 15 tests
6072026-07-18T04:09:31.629Ztest api::tests::parse_bad_proto_filter ... ok
6082026-07-18T04:09:31.629Ztest api::tests::parse_good_proto_filter ... ok
6092026-07-18T04:09:31.629Ztest api::tests::parse_bad_address ... ok
6102026-07-18T04:09:31.629Ztest api::tests::parse_good_address ... ok
6112026-07-18T04:09:31.629Ztest api::tests::ports_from_str_bad ... ok
6122026-07-18T04:09:31.629Ztest api::tests::ports_from_str_good ... ok
6132026-07-18T04:09:31.629Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-18T04:09:31.629Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-18T04:09:31.629Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-18T04:09:31.629Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-18T04:09:31.630Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-18T04:09:31.630Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6192026-07-18T04:09:31.630Ztest engine::geneve::test::parse_single_opt ... ok
6202026-07-18T04:09:31.630Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-18T04:09:31.630Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-18T04:09:31.630Z
6232026-07-18T04:09:31.630Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-18T04:09:31.630Z
6252026-07-18T04:09:31.633Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-991820f5753ce603)
6262026-07-18T04:09:31.634Z
6272026-07-18T04:09:31.634Zrunning 4 tests
6282026-07-18T04:09:31.634Ztest firewall_external_inbound ... ok
6292026-07-18T04:09:31.634Ztest firewall_vni_outbound ... ok
6302026-07-18T04:09:31.634Ztest firewall_vni_inbound ... ok
6312026-07-18T04:09:31.634Ztest firewall_replace_rules ... ok
6322026-07-18T04:09:31.634Z
6332026-07-18T04:09:31.635Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-18T04:09:31.635Z
6352026-07-18T04:09:31.635Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-71fa3c84d431769c)
6362026-07-18T04:09:31.635Z
6372026-07-18T04:09:31.635Zrunning 2 tests
6382026-07-18T04:09:31.638Ztest parse_in_regression ... ok
6392026-07-18T04:09:31.638Ztest parse_out_regression ... ok
6402026-07-18T04:09:31.638Z
6412026-07-18T04:09:31.638Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-18T04:09:31.638Z
6432026-07-18T04:09:31.638Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-363484a814622a16)
6442026-07-18T04:09:31.638Z
6452026-07-18T04:09:31.638Zrunning 48 tests
6462026-07-18T04:09:31.638Ztest bad_ip_len ... ok
6472026-07-18T04:09:31.638Ztest add_remove_fw_rule ... ok
6482026-07-18T04:09:31.639Ztest check_layers ... ok
6492026-07-18T04:09:31.639Ztest arp_gateway ... ok
6502026-07-18T04:09:31.639Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-18T04:09:31.639Ztest anti_spoof ... ok
6522026-07-18T04:09:31.639Ztest external_attached_subnets_dont_apply_nat ... ok
6532026-07-18T04:09:31.639Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6542026-07-18T04:09:31.639Ztest gateway_icmp4_ping ... ok
6552026-07-18T04:09:31.642Ztest flow_expiration ... ok
6562026-07-18T04:09:31.642Ztest early_tcp_invalidation ... ok
6572026-07-18T04:09:31.642Ztest gateway_icmpv6_ping ... ok
6582026-07-18T04:09:31.642Ztest gateway_router_advert_reply ... ok
6592026-07-18T04:09:31.643Ztest external_ip_epoch_affinity_preserved ... ok
6602026-07-18T04:09:31.644Ztest external_ip_reconfigurable ... ok
6612026-07-18T04:09:31.644Ztest guest_to_guest_no_route ... ok
6622026-07-18T04:09:31.644Ztest guest_to_guest_diff_vpc_no_peer ... ok
6632026-07-18T04:09:31.644Ztest guest_to_internet_ipv6 ... ok
6642026-07-18T04:09:31.644Ztest guest_to_internet_ipv4 ... ok
6652026-07-18T04:09:31.644Ztest guest_to_guest ... ok
6662026-07-18T04:09:31.644Ztest icmp_inner_has_nat_applied ... ok
6672026-07-18T04:09:31.644Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-18T04:09:31.644Ztest icmpv6_inner_has_nat_applied ... ok
6692026-07-18T04:09:31.644Ztest intra_subnet_routes_with_custom ... ok
6702026-07-18T04:09:31.644Ztest packet_body_pullup ... ok
6712026-07-18T04:09:31.644Ztest outbound_ndp_dropped ... ok
6722026-07-18T04:09:31.644Ztest external_ip_receive_and_reply_on_all ... ok
6732026-07-18T04:09:31.644Ztest internal_attached_subnets ... ok
6742026-07-18T04:09:31.644Ztest external_ip_balanced_over_floating_ips ... ok
6752026-07-18T04:09:31.644Ztest no_panic_on_flow_table_full ... ok
6762026-07-18T04:09:31.644Ztest port_transition_running ... ok
6772026-07-18T04:09:31.644Ztest port_transition_reset ... ok
6782026-07-18T04:09:31.644Ztest port_as_router_target ... ok
6792026-07-18T04:09:31.644Ztest port_transition_pause ... ok
6802026-07-18T04:09:31.644Ztest select_eip_conditioned_on_igw ... ok
6812026-07-18T04:09:31.644Ztest tcp_invalidation_does_not_block_connection ... ok
6822026-07-18T04:09:31.644Ztest test_drop_on_unknown_critical_option ... ok
6832026-07-18T04:09:31.644Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-18T04:09:31.644Ztest snat_icmp6_echo_rewrite ... ok
6852026-07-18T04:09:31.645Ztest tcp_inbound ... ok
6862026-07-18T04:09:31.645Ztest tcp_outbound ... ok
6872026-07-18T04:09:31.645Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6882026-07-18T04:09:31.645Ztest test_ipv6_multicast_encapsulation ... ok
6892026-07-18T04:09:31.645Ztest test_tcp_multicast_denied ... ok
6902026-07-18T04:09:31.645Ztest test_gateway_neighbor_advert_reply ... ok
6912026-07-18T04:09:31.645Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-18T04:09:31.645Ztest uft_lft_invalidation_out ... ok
6932026-07-18T04:09:31.645Ztest uft_lft_invalidation_in ... ok
6942026-07-18T04:09:31.645Z
6952026-07-18T04:09:31.645Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-18T04:09:31.645Z
6972026-07-18T04:09:31.645Z Doc-tests oxide_vpc
6982026-07-18T04:09:31.937Z
6992026-07-18T04:09:31.937Zrunning 0 tests
7002026-07-18T04:09:31.937Z
7012026-07-18T04:09:31.937Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-18T04:09:31.937Z
7032026-07-18T04:09:31.966Z
7042026-07-18T04:09:31.966Zreal 54.076695651
7052026-07-18T04:09:31.966Zuser 3:17.673951995
7062026-07-18T04:09:31.966Zsys 11.887162104
7072026-07-18T04:09:31.970Ztrap 0.091446968
7082026-07-18T04:09:31.970Ztflt 0.126804264
7092026-07-18T04:09:31.970Zdflt 0.599792752
7102026-07-18T04:09:31.970Zkflt 0.000006690
7112026-07-18T04:09:31.970Zlock 13:43.063080292
7122026-07-18T04:09:31.970Zslp 6:39.980472980
7132026-07-18T04:09:31.970Zlat 7.364873558
7142026-07-18T04:09:31.970Zstop 5.745489514
7152026-07-18T04:09:31.970Zprocess exited: duration 119763 ms, exit code 0
 
7162026-07-18T04:09:31.977Zfound 0 output files