01KX2JSKF9J1Y4QYSHFVE0ASXE: oxide-vpc

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

Buildomat Job: 01KX2JT1PVC6G670NHHT55KWWJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T04:41:29.155Zjob assigned to worker 01KX2JV9PY725JWPMKNTX5N4NS [factory aws, i-071b1abcf9b531213] (queued for 1 m 22 s)
 
22026-07-09T04:41:35.280Zstarting task 0: "setup"
32026-07-09T04:41:35.284Z++ uname -s
42026-07-09T04:41:35.287Z+ kern=SunOS
52026-07-09T04:41:35.287Z+ build_user=build
62026-07-09T04:41:35.287Z+ build_uid=12345
72026-07-09T04:41:35.287Z+ work_dir=/work
82026-07-09T04:41:35.287Z+ input_dir=/input
92026-07-09T04:41:35.287Z+ [[ 0 == 12345 ]]
102026-07-09T04:41:35.287Z+ case "$kern" in
112026-07-09T04:41:35.287Z+ groupadd -g 12345 build
122026-07-09T04:41:35.287Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T04:41:37.292Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T04:41:37.348Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T04:41:37.351Z+ home_fs=zfs
162026-07-09T04:41:37.351Z+ [[ zfs == autofs ]]
172026-07-09T04:41:37.351Z+ mkdir -p /home/build
182026-07-09T04:41:37.351Z+ chown build:build /home/build /work
192026-07-09T04:41:39.352Z+ chmod 0700 /home/build /work
202026-07-09T04:41:39.355Zprocess exited: duration 4075 ms, exit code 0
 
212026-07-09T04:41:39.361Zstarting task 1: "rust-toolchain"
222026-07-09T04:41:39.365Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-09T04:41:39.365Z * rust toolchain channel = "1.96.1"
242026-07-09T04:41:39.365Z * rust toolchain profile = "default"
252026-07-09T04:41:39.365Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-09T04:41:39.365Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-09T04:41:39.365Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T04:41:39.368Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T04:41:39.368Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-09T04:41:39.446Zinfo: downloading installer
312026-07-09T04:41:40.745Zwarn: It looks like you have an existing rustup settings file at:
322026-07-09T04:41:40.745Zwarn: /home/build/.rustup/settings.toml
332026-07-09T04:41:40.745Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-09T04:41:40.745Zwarn: instead of the one inferred from the default host triple.
352026-07-09T04:41:40.757Zinfo: profile set to default
362026-07-09T04:41:40.757Zinfo: default host triple is x86_64-unknown-illumos
372026-07-09T04:41:40.761Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-09T04:41:40.914Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-09T04:41:40.918Zinfo: downloading 6 components
402026-07-09T04:41:55.460Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-09T04:41:55.461Z
422026-07-09T04:41:55.491Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-09T04:41:55.491Z
442026-07-09T04:41:55.491Z
452026-07-09T04:41:55.491ZRust is installed now. Great!
462026-07-09T04:41:55.491Z
472026-07-09T04:41:55.494ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-09T04:41:55.494Zenvironment variable. This has not been done automatically.
492026-07-09T04:41:55.494Z
502026-07-09T04:41:55.494ZTo configure your current shell, you need to source
512026-07-09T04:41:55.494Zthe corresponding env file under $HOME/.cargo.
522026-07-09T04:41:55.494Z
532026-07-09T04:41:55.494ZThis is usually done by running one of the following (note the leading DOT):
542026-07-09T04:41:55.494Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-09T04:41:55.494Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-09T04:41:55.494Zsource "~/.cargo/env.nu" # For nushell
572026-07-09T04:41:55.495Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-09T04:41:55.495Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-09T04:41:55.495Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-09T04:41:55.495Zwarn: no default linker (`cc`) was found in your PATH
612026-07-09T04:41:55.495Zwarn: many Rust crates require a system C toolchain to build
622026-07-09T04:41:55.580Z+ rustup --version
632026-07-09T04:41:55.589Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-09T04:41:55.592Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-09T04:41:55.610Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-09T04:41:55.613Z+ cargo --version
672026-07-09T04:41:55.628Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-09T04:41:55.631Z+ rustc --version
692026-07-09T04:41:55.650Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-09T04:41:55.653Zprocess exited: duration 16290 ms, exit code 0
 
712026-07-09T04:41:55.659Zstarting task 2: "authentication"
722026-07-09T04:41:55.675Zprocess exited: duration 16 ms, exit code 0
 
732026-07-09T04:41:55.682Zstarting task 3: "clone repository"
742026-07-09T04:41:55.688Z+ mkdir -p /work/oxidecomputer/opte
752026-07-09T04:41:55.694Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-09T04:41:55.718ZCloning into '/work/oxidecomputer/opte'...
772026-07-09T04:41:56.627Z+ cd /work/oxidecomputer/opte
782026-07-09T04:41:56.627Z+ git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8
792026-07-09T04:41:56.854ZFrom https://github.com/oxidecomputer/opte
802026-07-09T04:41:56.854Z * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD
812026-07-09T04:41:56.860Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-07-09T04:41:56.863Z++ git branch --show-current
832026-07-09T04:41:56.863Z+ current=master
842026-07-09T04:41:56.863Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-07-09T04:41:56.863Z+ git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8
862026-07-09T04:41:56.866Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-07-09T04:41:56.882ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-07-09T04:41:56.886Z+ git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8
892026-07-09T04:41:56.889ZHEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54
902026-07-09T04:41:56.889Zprocess exited: duration 1204 ms, exit code 0
 
912026-07-09T04:41:56.896Zstarting task 4: "build"
922026-07-09T04:41:56.899Z+ source .github/buildomat/common.sh
932026-07-09T04:41:56.899Z++ rustup show active-toolchain
942026-07-09T04:41:56.904Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-09T04:41:56.907Z++ pushd xde
962026-07-09T04:41:56.907Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-09T04:41:56.907Z++ rustup show active-toolchain
982026-07-09T04:41:56.912Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-09T04:41:57.058Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-09T04:41:57.061Zinfo: downloading 6 components
1012026-07-09T04:42:11.600Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-09T04:42:11.701Z+++ rustup show active-toolchain -v
1032026-07-09T04:42:11.704Z+++ head -n 1
1042026-07-09T04:42:11.704Z+++ cut '-d ' -f1
1052026-07-09T04:42:11.757Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-09T04:42:11.757Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-09T04:42:11.757Z++ popd
1082026-07-09T04:42:11.760Z/work/oxidecomputer/opte
1092026-07-09T04:42:11.760Z+ cargo --version
1102026-07-09T04:42:11.765Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-09T04:42:11.768Z+ rustc --version
1122026-07-09T04:42:11.787Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-09T04:42:11.790Z+ cd lib/oxide-vpc
1142026-07-09T04:42:11.791Z+ header 'check style'
1152026-07-09T04:42:11.791Z+ echo '# ==== check style ==== #'
1162026-07-09T04:42:11.791Z# ==== check style ==== #
1172026-07-09T04:42:11.791Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-09T04:42:11.915Z
1192026-07-09T04:42:11.915Zreal 0.122564045
1202026-07-09T04:42:11.915Zuser 0.087310015
1212026-07-09T04:42:11.915Zsys 0.031115777
1222026-07-09T04:42:11.915Ztrap 0.000007860
1232026-07-09T04:42:11.915Ztflt 0.000035080
1242026-07-09T04:42:11.919Zdflt 0.000017070
1252026-07-09T04:42:11.919Zkflt 0.000000000
1262026-07-09T04:42:11.919Zlock 0.031434496
1272026-07-09T04:42:11.919Zslp 0.102215264
1282026-07-09T04:42:11.919Zlat 0.000778020
1292026-07-09T04:42:11.919Zstop 0.000100490
1302026-07-09T04:42:11.919Z+ header 'check docs'
1312026-07-09T04:42:11.919Z+ echo '# ==== check docs ==== #'
1322026-07-09T04:42:11.919Z# ==== check docs ==== #
1332026-07-09T04:42:11.919Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-09T04:42:11.919Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-09T04:42:11.983Z Updating crates.io index
1362026-07-09T04:42:11.986Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-09T04:42:12.662Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-09T04:42:12.951Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-09T04:42:13.276Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-09T04:42:13.530Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-09T04:42:13.776Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-09T04:42:14.042Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-09T04:42:16.137Z Downloading crates ...
1442026-07-09T04:42:16.185Z Downloaded cobs v0.3.0
1452026-07-09T04:42:16.188Z Downloaded bitflags v1.3.2
1462026-07-09T04:42:16.191Z Downloaded defmt v0.3.100
1472026-07-09T04:42:16.201Z Downloaded embedded-io v0.6.1
1482026-07-09T04:42:16.204Z Downloaded darling_macro v0.23.0
1492026-07-09T04:42:16.209Z Downloaded hash32 v0.3.1
1502026-07-09T04:42:16.212Z Downloaded darling_macro v0.21.3
1512026-07-09T04:42:16.212Z Downloaded dyn-clone v1.0.20
1522026-07-09T04:42:16.215Z Downloaded defmt-parser v1.0.0
1532026-07-09T04:42:16.218Z Downloaded embedded-io v0.4.0
1542026-07-09T04:42:16.218Z Downloaded pretty-hex v0.4.2
1552026-07-09T04:42:16.229Z Downloaded ref-cast v1.0.25
1562026-07-09T04:42:16.232Z Downloaded aho-corasick v1.1.4
1572026-07-09T04:42:16.235Z Downloaded fnv v1.0.7
1582026-07-09T04:42:16.235Z Downloaded itoa v1.0.18
1592026-07-09T04:42:16.235Z Downloaded dof v0.4.0
1602026-07-09T04:42:16.243Z Downloaded macaddr v1.0.1
1612026-07-09T04:42:16.247Z Downloaded ident_case v1.0.1
1622026-07-09T04:42:16.250Z Downloaded usdt-macro v0.6.0
1632026-07-09T04:42:16.250Z Downloaded strsim v0.11.1
1642026-07-09T04:42:16.253Z Downloaded stable_deref_trait v1.2.1
1652026-07-09T04:42:16.253Z Downloaded thread-id v5.1.0
1662026-07-09T04:42:16.257Z Downloaded ref-cast-impl v1.0.25
1672026-07-09T04:42:16.260Z Downloaded plain v0.2.3
1682026-07-09T04:42:16.263Z Downloaded byteorder v1.5.0
1692026-07-09T04:42:16.263Z Downloaded ingot-types v0.1.2
1702026-07-09T04:42:16.266Z Downloaded defmt-macros v1.1.1
1712026-07-09T04:42:16.269Z Downloaded cfg-if v1.0.4
1722026-07-09T04:42:16.269Z Downloaded either v1.16.0
1732026-07-09T04:42:16.272Z Downloaded usdt-attr-macro v0.6.0
1742026-07-09T04:42:16.275Z Downloaded managed v0.8.0
1752026-07-09T04:42:16.278Z Downloaded scroll_derive v0.13.1
1762026-07-09T04:42:16.278Z Downloaded tabwriter v1.4.1
1772026-07-09T04:42:16.283Z Downloaded dtrace-parser v0.3.0
1782026-07-09T04:42:16.289Z Downloaded ipnetwork v0.21.1
1792026-07-09T04:42:16.297Z Downloaded pest_generator v2.8.7
1802026-07-09T04:42:16.301Z Downloaded usdt-impl v0.6.0
1812026-07-09T04:42:16.301Z Downloaded zmij v1.0.21
1822026-07-09T04:42:16.305Z Downloaded usdt v0.6.0
1832026-07-09T04:42:16.308Z Downloaded version_check v0.9.5
1842026-07-09T04:42:16.308Z Downloaded crc32fast v1.5.0
1852026-07-09T04:42:16.308Z Downloaded darling v0.21.3
1862026-07-09T04:42:16.311Z Downloaded ingot v0.1.1
1872026-07-09T04:42:16.311Z Downloaded pest_derive v2.8.7
1882026-07-09T04:42:16.315Z Downloaded darling v0.23.0
1892026-07-09T04:42:16.319Z Downloaded thiserror-impl v2.0.18
1902026-07-09T04:42:16.326Z Downloaded quote v1.0.46
1912026-07-09T04:42:16.332Z Downloaded memmap2 v0.9.11
1922026-07-09T04:42:16.335Z Downloaded ingot-macros v0.1.1
1932026-07-09T04:42:16.335Z Downloaded scroll v0.13.0
1942026-07-09T04:42:16.335Z Downloaded ucd-trie v0.1.7
1952026-07-09T04:42:16.340Z Downloaded thiserror v2.0.18
1962026-07-09T04:42:16.346Z Downloaded defmt v1.1.1
1972026-07-09T04:42:16.349Z Downloaded pest_meta v2.8.7
1982026-07-09T04:42:16.352Z Downloaded postcard v1.1.3
1992026-07-09T04:42:16.352Z Downloaded serde_tokenstream v0.2.3
2002026-07-09T04:42:16.362Z Downloaded uuid v1.23.4
2012026-07-09T04:42:16.366Z Downloaded serde_core v1.0.228
2022026-07-09T04:42:16.369Z Downloaded proc-macro2 v1.0.106
2032026-07-09T04:42:16.372Z Downloaded darling_core v0.21.3
2042026-07-09T04:42:16.375Z Downloaded darling_core v0.23.0
2052026-07-09T04:42:16.378Z Downloaded log v0.4.33
2062026-07-09T04:42:16.378Z Downloaded serde_derive v1.0.228
2072026-07-09T04:42:16.378Z Downloaded unicode-ident v1.0.24
2082026-07-09T04:42:16.381Z Downloaded heapless v0.8.0
2092026-07-09T04:42:16.384Z Downloaded bitflags v2.13.0
2102026-07-09T04:42:16.406Z Downloaded serde v1.0.228
2112026-07-09T04:42:16.412Z Downloaded zerocopy-derive v0.8.54
2122026-07-09T04:42:16.416Z Downloaded memchr v2.8.2
2132026-07-09T04:42:16.444Z Downloaded itertools v0.14.0
2142026-07-09T04:42:16.447Z Downloaded pest v2.8.7
2152026-07-09T04:42:16.452Z Downloaded itertools v0.15.0
2162026-07-09T04:42:16.472Z Downloaded regex v1.12.4
2172026-07-09T04:42:16.475Z Downloaded serde_json v1.0.150
2182026-07-09T04:42:16.505Z Downloaded goblin v0.10.7
2192026-07-09T04:42:16.522Z Downloaded zerocopy v0.8.54
2202026-07-09T04:42:16.532Z Downloaded unicode-width v0.2.2
2212026-07-09T04:42:16.535Z Downloaded syn v2.0.118
2222026-07-09T04:42:16.541Z Downloaded smoltcp v0.11.0
2232026-07-09T04:42:16.547Z Downloaded regex-syntax v0.8.11
2242026-07-09T04:42:16.578Z Downloaded regex-automata v0.4.14
2252026-07-09T04:42:16.590Z Downloaded libc v0.2.186
2262026-07-09T04:42:16.650Z Compiling proc-macro2 v1.0.106
2272026-07-09T04:42:16.650Z Compiling quote v1.0.46
2282026-07-09T04:42:16.650Z Compiling unicode-ident v1.0.24
2292026-07-09T04:42:16.653Z Documenting unicode-ident v1.0.24
2302026-07-09T04:42:16.653Z Compiling ident_case v1.0.1
2312026-07-09T04:42:16.653Z Compiling strsim v0.11.1
2322026-07-09T04:42:16.710Z Compiling serde_core v1.0.228
2332026-07-09T04:42:16.802Z Compiling fnv v1.0.7
2342026-07-09T04:42:16.820Z Compiling memchr v2.8.2
2352026-07-09T04:42:16.823Z Compiling thiserror v2.0.18
2362026-07-09T04:42:16.998Z Compiling serde v1.0.228
2372026-07-09T04:42:17.051Z Compiling regex-syntax v0.8.11
2382026-07-09T04:42:17.101Z Compiling zerocopy v0.8.54
2392026-07-09T04:42:17.287Z Documenting proc-macro2 v1.0.106
2402026-07-09T04:42:17.325Z Compiling aho-corasick v1.1.4
2412026-07-09T04:42:17.525Z Checking byteorder v1.5.0
2422026-07-09T04:42:17.633Z Checking syn v2.0.118
2432026-07-09T04:42:17.789Z Compiling either v1.16.0
2442026-07-09T04:42:17.862Z Documenting quote v1.0.46
2452026-07-09T04:42:17.987Z Compiling itertools v0.14.0
2462026-07-09T04:42:18.369Z Documenting syn v2.0.118
2472026-07-09T04:42:18.516Z Compiling regex-automata v0.4.14
2482026-07-09T04:42:18.739Z Compiling heapless v0.8.0
2492026-07-09T04:42:19.104Z Checking bitflags v2.13.0
2502026-07-09T04:42:19.226Z Checking hash32 v0.3.1
2512026-07-09T04:42:19.240Z Documenting serde_core v1.0.228
2522026-07-09T04:42:19.266Z Documenting memchr v2.8.2
2532026-07-09T04:42:19.332Z Checking macaddr v1.0.1
2542026-07-09T04:42:19.474Z Checking cfg-if v1.0.4
2552026-07-09T04:42:19.533Z Checking stable_deref_trait v1.2.1
2562026-07-09T04:42:19.601Z Compiling smoltcp v0.11.0
2572026-07-09T04:42:19.755Z Documenting regex-syntax v0.8.11
2582026-07-09T04:42:19.926Z Documenting aho-corasick v1.1.4
2592026-07-09T04:42:19.951Z Checking darling_core v0.21.3
2602026-07-09T04:42:20.746Z Compiling regex v1.12.4
2612026-07-09T04:42:20.866Z Compiling darling_core v0.23.0
2622026-07-09T04:42:20.873Z Documenting regex-automata v0.4.14
2632026-07-09T04:42:21.144Z Checking managed v0.8.0
2642026-07-09T04:42:21.308Z Checking bitflags v1.3.2
2652026-07-09T04:42:21.359Z Compiling serde_derive v1.0.228
2662026-07-09T04:42:21.366Z Compiling thiserror-impl v2.0.18
2672026-07-09T04:42:21.480Z Compiling zerocopy-derive v0.8.54
2682026-07-09T04:42:21.601Z Documenting thiserror-impl v2.0.18
2692026-07-09T04:42:22.233Z Documenting regex v1.12.4
2702026-07-09T04:42:22.371Z Documenting zerocopy-derive v0.8.54
2712026-07-09T04:42:22.434Z Documenting serde_derive v1.0.228
2722026-07-09T04:42:22.591Z Compiling darling_macro v0.21.3
2732026-07-09T04:42:22.710Z Checking cobs v0.3.0
2742026-07-09T04:42:22.842Z Documenting byteorder v1.5.0
2752026-07-09T04:42:22.976Z Compiling darling_macro v0.23.0
2762026-07-09T04:42:23.083Z Compiling ref-cast v1.0.25
2772026-07-09T04:42:23.162Z Compiling darling v0.21.3
2782026-07-09T04:42:23.238Z Compiling ingot-macros v0.1.1
2792026-07-09T04:42:23.317Z Compiling crc32fast v1.5.0
2802026-07-09T04:42:23.414Z Documenting hash32 v0.3.1
2812026-07-09T04:42:23.460Z Documenting ingot-macros v0.1.1
2822026-07-09T04:42:23.574Z Documenting zerocopy v0.8.54
2832026-07-09T04:42:23.615Z Documenting thiserror v2.0.18
2842026-07-09T04:42:23.981Z Compiling ref-cast-impl v1.0.25
2852026-07-09T04:42:24.207Z Documenting serde v1.0.228
2862026-07-09T04:42:24.493Z Checking postcard v1.1.3
2872026-07-09T04:42:24.591Z Documenting bitflags v2.13.0
2882026-07-09T04:42:24.725Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2892026-07-09T04:42:24.775Z Checking ipnetwork v0.21.1
2902026-07-09T04:42:24.901Z Compiling version_check v0.9.5
2912026-07-09T04:42:24.962Z Documenting macaddr v1.0.1
2922026-07-09T04:42:25.005Z Checking unicode-width v0.2.2
2932026-07-09T04:42:25.253Z Documenting cfg-if v1.0.4
2942026-07-09T04:42:25.260Z Documenting stable_deref_trait v1.2.1
2952026-07-09T04:42:25.333Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-09T04:42:25.577Z Documenting cobs v0.3.0
2972026-07-09T04:42:25.686Z Compiling darling v0.23.0
2982026-07-09T04:42:25.760Z Documenting managed v0.8.0
2992026-07-09T04:42:25.798Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3002026-07-09T04:42:25.927Z Checking itertools v0.15.0
3012026-07-09T04:42:26.085Z Documenting heapless v0.8.0
3022026-07-09T04:42:26.092Z Checking ingot-types v0.1.2
3032026-07-09T04:42:26.284Z Documenting postcard v1.1.3
3042026-07-09T04:42:26.446Z Checking ingot v0.1.1
3052026-07-09T04:42:26.534Z Checking tabwriter v1.4.1
3062026-07-09T04:42:26.674Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3072026-07-09T04:42:26.778Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3082026-07-09T04:42:26.802Z Documenting ref-cast-impl v1.0.25
3092026-07-09T04:42:26.808Z Documenting ingot-types v0.1.2
3102026-07-09T04:42:26.831Z Checking dyn-clone v1.0.20
3112026-07-09T04:42:26.930Z Documenting unicode-width v0.2.2
3122026-07-09T04:42:27.067Z Documenting smoltcp v0.11.0
3132026-07-09T04:42:27.279Z Documenting ipnetwork v0.21.1
3142026-07-09T04:42:27.342Z Documenting either v1.16.0
3152026-07-09T04:42:27.517Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-09T04:42:27.749Z Documenting ref-cast v1.0.25
3172026-07-09T04:42:28.008Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3182026-07-09T04:42:28.034Z Documenting ingot v0.1.1
3192026-07-09T04:42:28.202Z Documenting tabwriter v1.4.1
3202026-07-09T04:42:28.466Z Documenting itertools v0.15.0
3212026-07-09T04:42:28.725Z Documenting crc32fast v1.5.0
3222026-07-09T04:42:28.838Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-07-09T04:42:29.117Z Documenting dyn-clone v1.0.20
3242026-07-09T04:42:29.581Z Documenting uuid v1.23.4
3252026-07-09T04:42:29.882Z Checking uuid v1.23.4
3262026-07-09T04:42:30.125Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-09T04:42:30.343Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-09T04:42:30.947Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-09T04:42:32.576Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-09T04:42:34.870Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-09T04:42:36.454Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.53s
3322026-07-09T04:42:36.528Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-09T04:42:36.552Z
3342026-07-09T04:42:36.555Zreal 24.616964746
3352026-07-09T04:42:36.555Zuser 1:22.773802263
3362026-07-09T04:42:36.555Zsys 17.260177444
3372026-07-09T04:42:36.555Ztrap 0.046762144
3382026-07-09T04:42:36.556Ztflt 0.064757819
3392026-07-09T04:42:36.556Zdflt 0.116909027
3402026-07-09T04:42:36.556Zkflt 0.006773992
3412026-07-09T04:42:36.556Zlock 9:01.903673277
3422026-07-09T04:42:36.556Zslp 4:45.817335917
3432026-07-09T04:42:36.556Zlat 7.945625870
3442026-07-09T04:42:36.556Zstop 12.674017587
3452026-07-09T04:42:36.556Z+ header 'analyze std + api + usdt'
3462026-07-09T04:42:36.556Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-09T04:42:36.556Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3482026-07-09T04:42:36.556Z# ==== analyze std + api + usdt ==== #
3492026-07-09T04:42:36.735Z Downloading crates ...
3502026-07-09T04:42:36.789Z Downloaded futures-core v0.3.32
3512026-07-09T04:42:36.793Z Downloaded slab v0.4.12
3522026-07-09T04:42:36.796Z Downloaded ctor v0.10.1
3532026-07-09T04:42:36.796Z Downloaded dtor-proc-macro v0.0.13
3542026-07-09T04:42:36.796Z Downloaded rusticata-macros v5.0.0
3552026-07-09T04:42:36.800Z Downloaded circular v0.3.0
3562026-07-09T04:42:36.803Z Downloaded anyhow v1.0.103
3572026-07-09T04:42:36.807Z Downloaded futures-io v0.3.32
3582026-07-09T04:42:36.807Z Downloaded futures v0.3.32
3592026-07-09T04:42:36.810Z Downloaded pin-project-lite v0.2.17
3602026-07-09T04:42:36.813Z Downloaded futures-sink v0.3.32
3612026-07-09T04:42:36.813Z Downloaded dtor v0.8.1
3622026-07-09T04:42:36.817Z Downloaded futures-task v0.3.32
3632026-07-09T04:42:36.817Z Downloaded futures-macro v0.3.32
3642026-07-09T04:42:36.817Z Downloaded typeid v1.0.3
3652026-07-09T04:42:36.817Z Downloaded futures-executor v0.3.32
3662026-07-09T04:42:36.817Z Downloaded cookie-factory v0.3.3
3672026-07-09T04:42:36.821Z Downloaded ctor-proc-macro v0.0.13
3682026-07-09T04:42:36.826Z Downloaded once_cell v1.21.4
3692026-07-09T04:42:36.829Z Downloaded link-section v0.2.1
3702026-07-09T04:42:36.835Z Downloaded futures-channel v0.3.32
3712026-07-09T04:42:36.843Z Downloaded ron v0.12.2
3722026-07-09T04:42:36.853Z Downloaded nom v8.0.0
3732026-07-09T04:42:36.857Z Downloaded pcap-parser v0.17.0
3742026-07-09T04:42:36.862Z Downloaded futures-util v0.3.32
3752026-07-09T04:42:36.913Z Compiling proc-macro2 v1.0.106
3762026-07-09T04:42:36.913Z Compiling quote v1.0.46
3772026-07-09T04:42:36.913Z Compiling unicode-ident v1.0.24
3782026-07-09T04:42:36.917Z Compiling memchr v2.8.2
3792026-07-09T04:42:36.917Z Compiling thiserror v2.0.18
3802026-07-09T04:42:36.917Z Compiling serde_core v1.0.228
3812026-07-09T04:42:36.917Z Compiling zerocopy v0.8.54
3822026-07-09T04:42:36.917Z Compiling zmij v1.0.21
3832026-07-09T04:42:37.277Z Compiling libc v0.2.186
3842026-07-09T04:42:37.300Z Compiling strsim v0.11.1
3852026-07-09T04:42:37.309Z Compiling ucd-trie v0.1.7
3862026-07-09T04:42:37.354Z Compiling ident_case v1.0.1
3872026-07-09T04:42:37.469Z Compiling serde_json v1.0.150
3882026-07-09T04:42:37.469Z Compiling pest v2.8.7
3892026-07-09T04:42:37.522Z Compiling serde v1.0.228
3902026-07-09T04:42:37.808Z Compiling fnv v1.0.7
3912026-07-09T04:42:37.934Z Compiling aho-corasick v1.1.4
3922026-07-09T04:42:38.006Z Compiling itoa v1.0.18
3932026-07-09T04:42:38.171Z Compiling syn v2.0.118
3942026-07-09T04:42:38.175Z Checking byteorder v1.5.0
3952026-07-09T04:42:38.191Z Compiling regex-syntax v0.8.11
3962026-07-09T04:42:38.639Z Compiling pest_meta v2.8.7
3972026-07-09T04:42:38.689Z Compiling either v1.16.0
3982026-07-09T04:42:38.695Z Compiling usdt-impl v0.6.0
3992026-07-09T04:42:38.822Z Checking bitflags v2.13.0
4002026-07-09T04:42:38.924Z Compiling itertools v0.14.0
4012026-07-09T04:42:39.192Z Compiling thread-id v5.1.0
4022026-07-09T04:42:39.351Z Compiling heapless v0.8.0
4032026-07-09T04:42:39.528Z Checking futures-sink v0.3.32
4042026-07-09T04:42:39.564Z Checking plain v0.2.3
4052026-07-09T04:42:39.657Z Checking log v0.4.33
4062026-07-09T04:42:39.713Z Compiling regex-automata v0.4.14
4072026-07-09T04:42:39.888Z Checking futures-core v0.3.32
4082026-07-09T04:42:40.004Z Checking futures-channel v0.3.32
4092026-07-09T04:42:40.188Z Checking hash32 v0.3.1
4102026-07-09T04:42:40.310Z Compiling smoltcp v0.11.0
4112026-07-09T04:42:40.342Z Checking pin-project-lite v0.2.17
4122026-07-09T04:42:40.355Z Checking slab v0.4.12
4132026-07-09T04:42:40.424Z Checking futures-task v0.3.32
4142026-07-09T04:42:40.533Z Checking stable_deref_trait v1.2.1
4152026-07-09T04:42:40.553Z Compiling pest_generator v2.8.7
4162026-07-09T04:42:40.594Z Compiling darling_core v0.21.3
4172026-07-09T04:42:40.646Z Compiling darling_core v0.23.0
4182026-07-09T04:42:40.751Z Checking cfg-if v1.0.4
4192026-07-09T04:42:40.754Z Checking pretty-hex v0.4.2
4202026-07-09T04:42:40.807Z Checking futures-io v0.3.32
4212026-07-09T04:42:40.860Z Checking macaddr v1.0.1
4222026-07-09T04:42:41.062Z Compiling crc32fast v1.5.0
4232026-07-09T04:42:41.155Z Compiling version_check v0.9.5
4242026-07-09T04:42:41.299Z Checking bitflags v1.3.2
4252026-07-09T04:42:41.352Z Compiling regex v1.12.4
4262026-07-09T04:42:41.357Z Compiling ref-cast v1.0.25
4272026-07-09T04:42:41.427Z Checking managed v0.8.0
4282026-07-09T04:42:41.706Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4292026-07-09T04:42:41.756Z Compiling thiserror-impl v2.0.18
4302026-07-09T04:42:41.771Z Compiling serde_derive v1.0.228
4312026-07-09T04:42:41.960Z Compiling zerocopy-derive v0.8.54
4322026-07-09T04:42:42.241Z Compiling pest_derive v2.8.7
4332026-07-09T04:42:42.664Z Compiling darling_macro v0.21.3
4342026-07-09T04:42:42.721Z Compiling scroll_derive v0.13.1
4352026-07-09T04:42:42.760Z Compiling futures-macro v0.3.32
4362026-07-09T04:42:42.794Z Compiling darling_macro v0.23.0
4372026-07-09T04:42:42.949Z Compiling ref-cast-impl v1.0.25
4382026-07-09T04:42:43.163Z Compiling dtrace-parser v0.3.0
4392026-07-09T04:42:43.218Z Compiling darling v0.21.3
4402026-07-09T04:42:43.291Z Compiling ingot-macros v0.1.1
4412026-07-09T04:42:43.542Z Checking scroll v0.13.0
4422026-07-09T04:42:43.564Z Checking futures-util v0.3.32
4432026-07-09T04:42:43.582Z Checking cobs v0.3.0
4442026-07-09T04:42:43.717Z Compiling darling v0.23.0
4452026-07-09T04:42:43.752Z Checking memmap2 v0.9.11
4462026-07-09T04:42:43.756Z Checking goblin v0.10.7
4472026-07-09T04:42:43.785Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-09T04:42:44.091Z Checking ipnetwork v0.21.1
4492026-07-09T04:42:44.167Z Checking unicode-width v0.2.2
4502026-07-09T04:42:44.267Z Checking itertools v0.15.0
4512026-07-09T04:42:44.418Z Checking tabwriter v1.4.1
4522026-07-09T04:42:44.834Z Checking postcard v1.1.3
4532026-07-09T04:42:45.048Z Compiling serde_tokenstream v0.2.3
4542026-07-09T04:42:45.052Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4552026-07-09T04:42:45.329Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4562026-07-09T04:42:45.367Z Checking nom v8.0.0
4572026-07-09T04:42:45.572Z Checking futures-executor v0.3.32
4582026-07-09T04:42:45.717Z Checking futures v0.3.32
4592026-07-09T04:42:45.762Z Checking dyn-clone v1.0.20
4602026-07-09T04:42:45.781Z Compiling typeid v1.0.3
4612026-07-09T04:42:45.857Z Compiling anyhow v1.0.103
4622026-07-09T04:42:45.906Z Checking cookie-factory v0.3.3
4632026-07-09T04:42:45.997Z Checking uuid v1.23.4
4642026-07-09T04:42:46.093Z Checking ingot-types v0.1.2
4652026-07-09T04:42:46.111Z Compiling dtor-proc-macro v0.0.13
4662026-07-09T04:42:46.150Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4672026-07-09T04:42:46.260Z Checking circular v0.3.0
4682026-07-09T04:42:46.320Z Checking dof v0.4.0
4692026-07-09T04:42:46.367Z Compiling ctor-proc-macro v0.0.13
4702026-07-09T04:42:46.429Z Checking ingot v0.1.1
4712026-07-09T04:42:46.461Z Checking dtor v0.8.1
4722026-07-09T04:42:46.525Z Checking once_cell v1.21.4
4732026-07-09T04:42:46.534Z Checking link-section v0.2.1
4742026-07-09T04:42:46.652Z Checking ron v0.12.2
4752026-07-09T04:42:46.704Z Checking ctor v0.10.1
4762026-07-09T04:42:47.261Z Compiling usdt-macro v0.6.0
4772026-07-09T04:42:47.265Z Compiling usdt-attr-macro v0.6.0
4782026-07-09T04:42:47.291Z Checking rusticata-macros v5.0.0
4792026-07-09T04:42:47.410Z Checking pcap-parser v0.17.0
4802026-07-09T04:42:47.872Z Checking usdt v0.6.0
4812026-07-09T04:42:47.934Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-09T04:42:52.434Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-09T04:42:54.109Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-09T04:42:56.468Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.86s
4852026-07-09T04:42:56.501Z
4862026-07-09T04:42:56.501Zreal 19.943608992
4872026-07-09T04:42:56.501Zuser 1:13.659274458
4882026-07-09T04:42:56.501Zsys 15.606216894
4892026-07-09T04:42:56.501Ztrap 0.041012808
4902026-07-09T04:42:56.504Ztflt 0.137822847
4912026-07-09T04:42:56.504Zdflt 0.199046770
4922026-07-09T04:42:56.504Zkflt 0.000020140
4932026-07-09T04:42:56.504Zlock 4:07.289483384
4942026-07-09T04:42:56.505Zslp 3:55.951520115
4952026-07-09T04:42:56.505Zlat 4.447300466
4962026-07-09T04:42:56.505Zstop 8.406712534
4972026-07-09T04:42:56.505Z+ header 'analyze no_std + engine + kernel'
4982026-07-09T04:42:56.505Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-09T04:42:56.505Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-09T04:42:56.505Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-09T04:42:56.677Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-07-09T04:42:56.677Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5032026-07-09T04:42:56.703Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-09T04:42:56.706Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-09T04:42:56.935Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-09T04:43:00.628Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-09T04:43:01.961Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.41s
5082026-07-09T04:43:01.985Z
5092026-07-09T04:43:01.989Zreal 5.478793917
5102026-07-09T04:43:01.989Zuser 5.689837074
5112026-07-09T04:43:01.989Zsys 1.020305093
5122026-07-09T04:43:01.989Ztrap 0.000744560
5132026-07-09T04:43:01.989Ztflt 0.002308610
5142026-07-09T04:43:01.989Zdflt 0.005505075
5152026-07-09T04:43:01.989Zkflt 0.000001660
5162026-07-09T04:43:01.989Zlock 28.449131750
5172026-07-09T04:43:01.989Zslp 20.441644372
5182026-07-09T04:43:01.989Zlat 0.021591983
5192026-07-09T04:43:01.989Zstop 0.250612821
5202026-07-09T04:43:01.989Z+ header test
5212026-07-09T04:43:01.989Z+ echo '# ==== test ==== #'
5222026-07-09T04:43:01.989Z+ ptime -m cargo test
5232026-07-09T04:43:01.989Z# ==== test ==== #
5242026-07-09T04:43:02.138Z Compiling memchr v2.8.2
5252026-07-09T04:43:02.141Z Compiling serde_core v1.0.228
5262026-07-09T04:43:02.162Z Compiling thiserror v2.0.18
5272026-07-09T04:43:02.165Z Compiling zerocopy v0.8.54
5282026-07-09T04:43:02.168Z Compiling byteorder v1.5.0
5292026-07-09T04:43:02.168Z Compiling unicode-ident v1.0.24
5302026-07-09T04:43:02.171Z Compiling zmij v1.0.21
5312026-07-09T04:43:02.171Z Compiling libc v0.2.186
5322026-07-09T04:43:02.242Z Compiling proc-macro2 v1.0.106
5332026-07-09T04:43:02.290Z Compiling scroll v0.13.0
5342026-07-09T04:43:02.372Z Compiling log v0.4.33
5352026-07-09T04:43:02.509Z Compiling plain v0.2.3
5362026-07-09T04:43:02.547Z Compiling ucd-trie v0.1.7
5372026-07-09T04:43:02.551Z Compiling futures-core v0.3.32
5382026-07-09T04:43:02.601Z Compiling itoa v1.0.18
5392026-07-09T04:43:02.606Z Compiling futures-sink v0.3.32
5402026-07-09T04:43:02.695Z Compiling pest v2.8.7
5412026-07-09T04:43:02.702Z Compiling futures-channel v0.3.32
5422026-07-09T04:43:02.850Z Compiling quote v1.0.46
5432026-07-09T04:43:02.933Z Compiling goblin v0.10.7
5442026-07-09T04:43:03.254Z Compiling hash32 v0.3.1
5452026-07-09T04:43:03.417Z Compiling pin-project-lite v0.2.17
5462026-07-09T04:43:03.493Z Compiling futures-io v0.3.32
5472026-07-09T04:43:03.505Z Compiling futures-task v0.3.32
5482026-07-09T04:43:03.679Z Compiling stable_deref_trait v1.2.1
5492026-07-09T04:43:03.698Z Compiling pretty-hex v0.4.2
5502026-07-09T04:43:03.722Z Compiling slab v0.4.12
5512026-07-09T04:43:03.744Z Compiling macaddr v1.0.1
5522026-07-09T04:43:03.821Z Compiling cfg-if v1.0.4
5532026-07-09T04:43:03.894Z Compiling futures-util v0.3.32
5542026-07-09T04:43:03.916Z Compiling serde v1.0.228
5552026-07-09T04:43:04.018Z Compiling bitflags v2.13.0
5562026-07-09T04:43:04.144Z Compiling serde_json v1.0.150
5572026-07-09T04:43:04.434Z Compiling heapless v0.8.0
5582026-07-09T04:43:04.437Z Compiling dtrace-parser v0.3.0
5592026-07-09T04:43:04.559Z Compiling syn v2.0.118
5602026-07-09T04:43:04.876Z Compiling thread-id v5.1.0
5612026-07-09T04:43:04.951Z Compiling cobs v0.3.0
5622026-07-09T04:43:05.033Z Compiling ingot-types v0.1.2
5632026-07-09T04:43:05.140Z Compiling managed v0.8.0
5642026-07-09T04:43:05.223Z Compiling bitflags v1.3.2
5652026-07-09T04:43:05.290Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-09T04:43:05.359Z Compiling smoltcp v0.11.0
5672026-07-09T04:43:05.434Z Compiling ingot v0.1.1
5682026-07-09T04:43:05.531Z Compiling postcard v1.1.3
5692026-07-09T04:43:05.879Z Compiling dof v0.4.0
5702026-07-09T04:43:06.665Z Compiling futures-executor v0.3.32
5712026-07-09T04:43:07.262Z Compiling usdt-impl v0.6.0
5722026-07-09T04:43:07.286Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-09T04:43:07.690Z Compiling memmap2 v0.9.11
5742026-07-09T04:43:07.900Z Compiling ipnetwork v0.21.1
5752026-07-09T04:43:08.000Z Compiling unicode-width v0.2.2
5762026-07-09T04:43:08.000Z Compiling either v1.16.0
5772026-07-09T04:43:08.179Z Compiling itertools v0.15.0
5782026-07-09T04:43:08.307Z Compiling tabwriter v1.4.1
5792026-07-09T04:43:08.435Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5802026-07-09T04:43:08.728Z Compiling ref-cast v1.0.25
5812026-07-09T04:43:08.822Z Compiling usdt v0.6.0
5822026-07-09T04:43:09.185Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-09T04:43:09.443Z Compiling futures v0.3.32
5842026-07-09T04:43:09.516Z Compiling crc32fast v1.5.0
5852026-07-09T04:43:09.674Z Compiling nom v8.0.0
5862026-07-09T04:43:09.695Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-09T04:43:09.758Z Compiling dyn-clone v1.0.20
5882026-07-09T04:43:09.906Z Compiling cookie-factory v0.3.3
5892026-07-09T04:43:09.923Z Compiling uuid v1.23.4
5902026-07-09T04:43:10.221Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-09T04:43:10.452Z Compiling circular v0.3.0
5922026-07-09T04:43:10.552Z Compiling dtor v0.8.1
5932026-07-09T04:43:10.637Z Compiling typeid v1.0.3
5942026-07-09T04:43:10.699Z Compiling anyhow v1.0.103
5952026-07-09T04:43:10.742Z Compiling link-section v0.2.1
5962026-07-09T04:43:10.807Z Compiling once_cell v1.21.4
5972026-07-09T04:43:10.855Z Compiling ctor v0.10.1
5982026-07-09T04:43:10.928Z Compiling ron v0.12.2
5992026-07-09T04:43:12.279Z Compiling rusticata-macros v5.0.0
6002026-07-09T04:43:12.607Z Compiling pcap-parser v0.17.0
6012026-07-09T04:43:15.348Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-09T04:43:17.805Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-09T04:43:55.997Z Finished `test` profile [optimized + debuginfo] target(s) in 54.00s
6042026-07-09T04:43:56.012Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f16c23e0542a22ff)
6052026-07-09T04:43:56.015Z
6062026-07-09T04:43:56.015Zrunning 15 tests
6072026-07-09T04:43:56.015Ztest api::tests::parse_bad_proto_filter ... ok
6082026-07-09T04:43:56.015Ztest api::tests::parse_good_proto_filter ... ok
6092026-07-09T04:43:56.015Ztest api::tests::parse_bad_address ... ok
6102026-07-09T04:43:56.015Ztest api::tests::ports_from_str_bad ... ok
6112026-07-09T04:43:56.015Ztest api::tests::parse_good_address ... ok
6122026-07-09T04:43:56.015Ztest api::tests::ports_from_str_good ... ok
6132026-07-09T04:43:56.015Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-09T04:43:56.015Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-09T04:43:56.015Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-09T04:43:56.015Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-09T04:43:56.015Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-09T04:43:56.015Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6192026-07-09T04:43:56.015Ztest engine::geneve::test::parse_single_opt ... ok
6202026-07-09T04:43:56.015Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6212026-07-09T04:43:56.019Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-09T04:43:56.019Z
6232026-07-09T04:43:56.019Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-09T04:43:56.019Z
6252026-07-09T04:43:56.019Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-c5e815b154014591)
6262026-07-09T04:43:56.019Z
6272026-07-09T04:43:56.019Zrunning 4 tests
6282026-07-09T04:43:56.019Ztest firewall_external_inbound ... ok
6292026-07-09T04:43:56.019Ztest firewall_vni_outbound ... ok
6302026-07-09T04:43:56.019Ztest firewall_vni_inbound ... ok
6312026-07-09T04:43:56.023Ztest firewall_replace_rules ... ok
6322026-07-09T04:43:56.023Z
6332026-07-09T04:43:56.023Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-09T04:43:56.023Z
6352026-07-09T04:43:56.023Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-ed0df47a9c33a459)
6362026-07-09T04:43:56.023Z
6372026-07-09T04:43:56.023Zrunning 2 tests
6382026-07-09T04:43:56.023Ztest parse_in_regression ... ok
6392026-07-09T04:43:56.023Ztest parse_out_regression ... ok
6402026-07-09T04:43:56.023Z
6412026-07-09T04:43:56.023Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-09T04:43:56.023Z
6432026-07-09T04:43:56.023Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-3dac76401d872d7c)
6442026-07-09T04:43:56.026Z
6452026-07-09T04:43:56.026Zrunning 48 tests
6462026-07-09T04:43:56.026Ztest bad_ip_len ... ok
6472026-07-09T04:43:56.026Ztest check_layers ... ok
6482026-07-09T04:43:56.026Ztest add_remove_fw_rule ... ok
6492026-07-09T04:43:56.026Ztest arp_gateway ... ok
6502026-07-09T04:43:56.026Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-09T04:43:56.027Ztest anti_spoof ... ok
6522026-07-09T04:43:56.027Ztest external_attached_subnets_dont_apply_nat ... ok
6532026-07-09T04:43:56.027Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6542026-07-09T04:43:56.027Ztest flow_expiration ... ok
6552026-07-09T04:43:56.027Ztest gateway_icmp4_ping ... ok
6562026-07-09T04:43:56.027Ztest gateway_icmpv6_ping ... ok
6572026-07-09T04:43:56.027Ztest early_tcp_invalidation ... ok
6582026-07-09T04:43:56.027Ztest external_ip_reconfigurable ... ok
6592026-07-09T04:43:56.027Ztest gateway_router_advert_reply ... ok
6602026-07-09T04:43:56.027Ztest external_ip_epoch_affinity_preserved ... ok
6612026-07-09T04:43:56.027Ztest guest_to_guest_no_route ... ok
6622026-07-09T04:43:56.027Ztest guest_to_internet_ipv4 ... ok
6632026-07-09T04:43:56.027Ztest guest_to_guest_diff_vpc_no_peer ... ok
6642026-07-09T04:43:56.027Ztest guest_to_internet_ipv6 ... ok
6652026-07-09T04:43:56.030Ztest inbound_ndp_dropped_at_gateway ... ok
6662026-07-09T04:43:56.030Ztest guest_to_guest ... ok
6672026-07-09T04:43:56.030Ztest icmpv6_inner_has_nat_applied ... ok
6682026-07-09T04:43:56.030Ztest icmp_inner_has_nat_applied ... ok
6692026-07-09T04:43:56.030Ztest packet_body_pullup ... ok
6702026-07-09T04:43:56.030Ztest intra_subnet_routes_with_custom ... ok
6712026-07-09T04:43:56.030Ztest no_panic_on_flow_table_full ... ok
6722026-07-09T04:43:56.030Ztest outbound_ndp_dropped ... ok
6732026-07-09T04:43:56.030Ztest internal_attached_subnets ... ok
6742026-07-09T04:43:56.030Ztest external_ip_receive_and_reply_on_all ... ok
6752026-07-09T04:43:56.030Ztest external_ip_balanced_over_floating_ips ... ok
6762026-07-09T04:43:56.030Ztest port_transition_reset ... ok
6772026-07-09T04:43:56.030Ztest port_as_router_target ... ok
6782026-07-09T04:43:56.030Ztest port_transition_running ... ok
6792026-07-09T04:43:56.031Ztest test_drop_on_unknown_critical_option ... ok
6802026-07-09T04:43:56.031Ztest port_transition_pause ... ok
6812026-07-09T04:43:56.031Ztest select_eip_conditioned_on_igw ... ok
6822026-07-09T04:43:56.031Ztest tcp_invalidation_does_not_block_connection ... ok
6832026-07-09T04:43:56.031Ztest tcp_inbound ... ok
6842026-07-09T04:43:56.031Ztest snat_icmp4_echo_rewrite ... ok
6852026-07-09T04:43:56.031Ztest test_gateway_neighbor_advert_reply ... ok
6862026-07-09T04:43:56.031Ztest snat_icmp6_echo_rewrite ... ok
6872026-07-09T04:43:56.031Ztest test_ipv6_multicast_encapsulation ... ok
6882026-07-09T04:43:56.031Ztest tcp_outbound ... ok
6892026-07-09T04:43:56.031Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6902026-07-09T04:43:56.031Ztest test_tcp_multicast_denied ... ok
6912026-07-09T04:43:56.031Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-09T04:43:56.031Ztest uft_lft_invalidation_out ... ok
6932026-07-09T04:43:56.031Ztest uft_lft_invalidation_in ... ok
6942026-07-09T04:43:56.031Z
6952026-07-09T04:43:56.031Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-09T04:43:56.031Z
6972026-07-09T04:43:56.031Z Doc-tests oxide_vpc
6982026-07-09T04:43:56.319Z
6992026-07-09T04:43:56.319Zrunning 0 tests
7002026-07-09T04:43:56.319Z
7012026-07-09T04:43:56.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-09T04:43:56.319Z
7032026-07-09T04:43:56.346Z
7042026-07-09T04:43:56.349Zreal 54.349951215
7052026-07-09T04:43:56.349Zuser 3:16.408737136
7062026-07-09T04:43:56.349Zsys 11.986096744
7072026-07-09T04:43:56.350Ztrap 0.090820409
7082026-07-09T04:43:56.350Ztflt 0.267025989
7092026-07-09T04:43:56.350Zdflt 0.485408317
7102026-07-09T04:43:56.350Zkflt 0.014302517
7112026-07-09T04:43:56.350Zlock 12:38.045834972
7122026-07-09T04:43:56.350Zslp 6:36.775249739
7132026-07-09T04:43:56.350Zlat 8.793696129
7142026-07-09T04:43:56.350Zstop 5.696302308
7152026-07-09T04:43:56.350Zprocess exited: duration 119450 ms, exit code 0
 
7162026-07-09T04:43:56.356Zfound 0 output files