01KWZGEVD33CSQH1TY67F3QMQJ: oxide-vpc

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

Buildomat Job: 01KWZGFCCQMH0TH2F5YF5R0TR0

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T00:02:43.325Zjob assigned to worker 01KWZGFPH89XYDZNDMDJH7RVZP [factory aws, i-06cfd2a1b6dbced40] (queued for 1 m 6 s)
 
22026-07-08T00:02:49.452Zstarting task 0: "setup"
32026-07-08T00:02:49.456Z++ uname -s
42026-07-08T00:02:49.460Z+ kern=SunOS
52026-07-08T00:02:49.460Z+ build_user=build
62026-07-08T00:02:49.460Z+ build_uid=12345
72026-07-08T00:02:49.460Z+ work_dir=/work
82026-07-08T00:02:49.460Z+ input_dir=/input
92026-07-08T00:02:49.460Z+ [[ 0 == 12345 ]]
102026-07-08T00:02:49.460Z+ case "$kern" in
112026-07-08T00:02:49.460Z+ groupadd -g 12345 build
122026-07-08T00:02:49.461Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T00:02:51.465Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T00:02:51.533Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T00:02:51.537Z+ home_fs=zfs
162026-07-08T00:02:51.537Z+ [[ zfs == autofs ]]
172026-07-08T00:02:51.537Z+ mkdir -p /home/build
182026-07-08T00:02:51.537Z+ chown build:build /home/build /work
192026-07-08T00:02:53.537Z+ chmod 0700 /home/build /work
202026-07-08T00:02:53.541Zprocess exited: duration 4088 ms, exit code 0
 
212026-07-08T00:02:53.548Zstarting task 1: "rust-toolchain"
222026-07-08T00:02:53.552Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-07-08T00:02:53.552Z * rust toolchain channel = "1.96.0"
242026-07-08T00:02:53.552Z * rust toolchain profile = "default"
252026-07-08T00:02:53.552Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T00:02:53.552Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T00:02:53.552Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T00:02:53.555Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T00:02:53.556Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-07-08T00:02:53.653Zinfo: downloading installer
312026-07-08T00:02:55.300Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T00:02:55.300Zwarn: /home/build/.rustup/settings.toml
332026-07-08T00:02:55.300Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T00:02:55.300Zwarn: instead of the one inferred from the default host triple.
352026-07-08T00:02:55.313Zinfo: profile set to default
362026-07-08T00:02:55.313Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T00:02:55.316Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-07-08T00:02:55.487Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-07-08T00:02:55.490Zinfo: downloading 6 components
402026-07-08T00:03:12.285Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-07-08T00:03:12.285Z
422026-07-08T00:03:12.310Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-07-08T00:03:12.310Z
442026-07-08T00:03:12.310Z
452026-07-08T00:03:12.310ZRust is installed now. Great!
462026-07-08T00:03:12.311Z
472026-07-08T00:03:12.314ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T00:03:12.314Zenvironment variable. This has not been done automatically.
492026-07-08T00:03:12.315Z
502026-07-08T00:03:12.315ZTo configure your current shell, you need to source
512026-07-08T00:03:12.315Zthe corresponding env file under $HOME/.cargo.
522026-07-08T00:03:12.315Z
532026-07-08T00:03:12.315ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T00:03:12.315Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T00:03:12.315Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T00:03:12.315Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T00:03:12.315Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T00:03:12.315Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T00:03:12.315Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T00:03:12.315Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T00:03:12.315Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T00:03:12.400Z+ rustup --version
632026-07-08T00:03:12.408Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T00:03:12.412Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T00:03:12.428Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-07-08T00:03:12.432Z+ cargo --version
672026-07-08T00:03:12.444Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-07-08T00:03:12.447Z+ rustc --version
692026-07-08T00:03:12.466Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-07-08T00:03:12.469Zprocess exited: duration 18920 ms, exit code 0
 
712026-07-08T00:03:12.475Zstarting task 2: "authentication"
722026-07-08T00:03:12.488ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-08T00:03:16.499Zprocess exited: duration 4024 ms, exit code 0
 
742026-07-08T00:03:16.505Zstarting task 3: "clone repository"
752026-07-08T00:03:16.508Z+ mkdir -p /work/oxidecomputer/opte
762026-07-08T00:03:16.511Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-08T00:03:16.538ZCloning into '/work/oxidecomputer/opte'...
782026-07-08T00:03:17.479Z+ cd /work/oxidecomputer/opte
792026-07-08T00:03:17.479Z+ git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d
802026-07-08T00:03:17.693ZFrom https://github.com/oxidecomputer/opte
812026-07-08T00:03:17.693Z * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD
822026-07-08T00:03:17.698Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
832026-07-08T00:03:17.701Z++ git branch --show-current
842026-07-08T00:03:17.701Z+ current=master
852026-07-08T00:03:17.701Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
862026-07-08T00:03:17.701Z+ git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d
872026-07-08T00:03:17.705Z+ git checkout -f zl/mcast-tx-ecmp-select-one
882026-07-08T00:03:17.719ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
892026-07-08T00:03:17.722Z+ git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d
902026-07-08T00:03:17.737ZHEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting
912026-07-08T00:03:17.740Zprocess exited: duration 1232 ms, exit code 0
 
922026-07-08T00:03:17.745Zstarting task 4: "build"
932026-07-08T00:03:17.748Z+ source .github/buildomat/common.sh
942026-07-08T00:03:17.751Z++ rustup show active-toolchain
952026-07-08T00:03:17.754Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-08T00:03:17.757Z++ pushd xde
972026-07-08T00:03:17.757Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-08T00:03:17.757Z++ rustup show active-toolchain
992026-07-08T00:03:17.760Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
1002026-07-08T00:03:17.925Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1012026-07-08T00:03:17.928Zinfo: downloading 6 components
1022026-07-08T00:03:32.780Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-08T00:03:32.874Z+++ rustup show active-toolchain -v
1042026-07-08T00:03:32.877Z+++ head -n 1
1052026-07-08T00:03:32.877Z+++ cut '-d ' -f1
1062026-07-08T00:03:32.926Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-07-08T00:03:32.926Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1082026-07-08T00:03:32.926Z++ popd
1092026-07-08T00:03:32.926Z/work/oxidecomputer/opte
1102026-07-08T00:03:32.929Z+ cargo --version
1112026-07-08T00:03:32.936Zcargo 1.96.0 (30a34c682 2026-05-25)
1122026-07-08T00:03:32.939Z+ rustc --version
1132026-07-08T00:03:32.957Zrustc 1.96.0 (ac68faa20 2026-05-25)
1142026-07-08T00:03:32.960Z+ cd lib/oxide-vpc
1152026-07-08T00:03:32.960Z+ header 'check style'
1162026-07-08T00:03:32.960Z+ echo '# ==== check style ==== #'
1172026-07-08T00:03:32.960Z# ==== check style ==== #
1182026-07-08T00:03:32.960Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-07-08T00:03:33.113Z
1202026-07-08T00:03:33.113Zreal 0.117326993
1212026-07-08T00:03:33.113Zuser 0.084835010
1222026-07-08T00:03:33.113Zsys 0.029592019
1232026-07-08T00:03:33.114Ztrap 0.000008770
1242026-07-08T00:03:33.114Ztflt 0.000006000
1252026-07-08T00:03:33.119Zdflt 0.000010460
1262026-07-08T00:03:33.119Zkflt 0.000000000
1272026-07-08T00:03:33.119Zlock 0.030403040
1282026-07-08T00:03:33.119Zslp 0.097576864
1292026-07-08T00:03:33.119Zlat 0.000835120
1302026-07-08T00:03:33.119Zstop 0.000104510
1312026-07-08T00:03:33.119Z+ header 'check docs'
1322026-07-08T00:03:33.119Z+ echo '# ==== check docs ==== #'
1332026-07-08T00:03:33.119Z# ==== check docs ==== #
1342026-07-08T00:03:33.119Z+ RUSTDOCFLAGS='-D warnings'
1352026-07-08T00:03:33.119Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-07-08T00:03:33.177Z Updating crates.io index
1372026-07-08T00:03:33.180Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-08T00:03:33.838Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-08T00:03:34.073Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-08T00:03:34.313Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-08T00:03:34.639Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-08T00:03:34.883Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-08T00:03:35.180Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-08T00:03:37.672Z Downloading crates ...
1452026-07-08T00:03:37.726Z Downloaded hash32 v0.3.1
1462026-07-08T00:03:37.730Z Downloaded crc32fast v1.5.0
1472026-07-08T00:03:37.733Z Downloaded darling_macro v0.21.3
1482026-07-08T00:03:37.733Z Downloaded dtrace-parser v0.3.0
1492026-07-08T00:03:37.736Z Downloaded byteorder v1.5.0
1502026-07-08T00:03:37.737Z Downloaded defmt v0.3.100
1512026-07-08T00:03:37.739Z Downloaded defmt-parser v1.0.0
1522026-07-08T00:03:37.739Z Downloaded tabwriter v1.4.1
1532026-07-08T00:03:37.739Z Downloaded scroll v0.13.0
1542026-07-08T00:03:37.745Z Downloaded serde_tokenstream v0.2.3
1552026-07-08T00:03:37.748Z Downloaded usdt v0.6.0
1562026-07-08T00:03:37.753Z Downloaded dyn-clone v1.0.20
1572026-07-08T00:03:37.753Z Downloaded embedded-io v0.6.1
1582026-07-08T00:03:37.753Z Downloaded embedded-io v0.4.0
1592026-07-08T00:03:37.756Z Downloaded thiserror-impl v2.0.18
1602026-07-08T00:03:37.759Z Downloaded digest v0.10.7
1612026-07-08T00:03:37.759Z Downloaded ref-cast-impl v1.0.25
1622026-07-08T00:03:37.762Z Downloaded managed v0.8.0
1632026-07-08T00:03:37.765Z Downloaded crypto-common v0.1.7
1642026-07-08T00:03:37.768Z Downloaded cpufeatures v0.2.17
1652026-07-08T00:03:37.771Z Downloaded ingot-types v0.1.2
1662026-07-08T00:03:37.771Z Downloaded dof v0.4.0
1672026-07-08T00:03:37.775Z Downloaded cfg-if v1.0.4
1682026-07-08T00:03:37.778Z Downloaded block-buffer v0.10.4
1692026-07-08T00:03:37.778Z Downloaded cobs v0.3.0
1702026-07-08T00:03:37.778Z Downloaded darling_macro v0.23.0
1712026-07-08T00:03:37.778Z Downloaded generic-array v0.14.7
1722026-07-08T00:03:37.781Z Downloaded ipnetwork v0.21.1
1732026-07-08T00:03:37.785Z Downloaded darling v0.21.3
1742026-07-08T00:03:37.788Z Downloaded itoa v1.0.18
1752026-07-08T00:03:37.792Z Downloaded plain v0.2.3
1762026-07-08T00:03:37.795Z Downloaded usdt-macro v0.6.0
1772026-07-08T00:03:37.795Z Downloaded memmap2 v0.9.10
1782026-07-08T00:03:37.798Z Downloaded defmt v1.1.0
1792026-07-08T00:03:37.803Z Downloaded serde_core v1.0.228
1802026-07-08T00:03:37.803Z Downloaded darling_core v0.21.3
1812026-07-08T00:03:37.811Z Downloaded pretty-hex v0.4.2
1822026-07-08T00:03:37.815Z Downloaded fnv v1.0.7
1832026-07-08T00:03:37.819Z Downloaded ref-cast v1.0.25
1842026-07-08T00:03:37.822Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-07-08T00:03:37.822Z Downloaded macaddr v1.0.1
1862026-07-08T00:03:37.825Z Downloaded scroll_derive v0.13.1
1872026-07-08T00:03:37.837Z Downloaded usdt-attr-macro v0.6.0
1882026-07-08T00:03:37.840Z Downloaded version_check v0.9.5
1892026-07-08T00:03:37.843Z Downloaded stable_deref_trait v1.2.1
1902026-07-08T00:03:37.843Z Downloaded thread-id v5.1.0
1912026-07-08T00:03:37.843Z Downloaded ident_case v1.0.1
1922026-07-08T00:03:37.856Z Downloaded defmt-macros v1.1.0
1932026-07-08T00:03:37.860Z Downloaded strsim v0.11.1
1942026-07-08T00:03:37.863Z Downloaded proc-macro-error2 v2.0.1
1952026-07-08T00:03:37.874Z Downloaded thiserror v2.0.18
1962026-07-08T00:03:37.877Z Downloaded ingot v0.1.1
1972026-07-08T00:03:37.881Z Downloaded either v1.16.0
1982026-07-08T00:03:37.884Z Downloaded quote v1.0.46
1992026-07-08T00:03:37.892Z Downloaded bitflags v1.3.2
2002026-07-08T00:03:37.895Z Downloaded zmij v1.0.21
2012026-07-08T00:03:37.899Z Downloaded ingot-macros v0.1.1
2022026-07-08T00:03:37.909Z Downloaded darling v0.23.0
2032026-07-08T00:03:37.912Z Downloaded log v0.4.33
2042026-07-08T00:03:37.920Z Downloaded postcard v1.1.3
2052026-07-08T00:03:37.923Z Downloaded darling_core v0.23.0
2062026-07-08T00:03:37.926Z Downloaded usdt-impl v0.6.0
2072026-07-08T00:03:37.926Z Downloaded pest_generator v2.8.6
2082026-07-08T00:03:37.929Z Downloaded ucd-trie v0.1.7
2092026-07-08T00:03:37.932Z Downloaded sha2 v0.10.9
2102026-07-08T00:03:37.935Z Downloaded serde_derive v1.0.228
2112026-07-08T00:03:37.946Z Downloaded unicode-ident v1.0.24
2122026-07-08T00:03:37.951Z Downloaded pest_derive v2.8.6
2132026-07-08T00:03:37.951Z Downloaded proc-macro2 v1.0.106
2142026-07-08T00:03:37.951Z Downloaded bitflags v2.13.0
2152026-07-08T00:03:37.955Z Downloaded uuid v1.23.3
2162026-07-08T00:03:37.966Z Downloaded heapless v0.8.0
2172026-07-08T00:03:37.974Z Downloaded memchr v2.8.2
2182026-07-08T00:03:37.997Z Downloaded pest_meta v2.8.6
2192026-07-08T00:03:38.001Z Downloaded zerocopy-derive v0.8.52
2202026-07-08T00:03:38.006Z Downloaded regex v1.12.4
2212026-07-08T00:03:38.016Z Downloaded serde v1.0.228
2222026-07-08T00:03:38.024Z Downloaded typenum v1.20.1
2232026-07-08T00:03:38.027Z Downloaded itertools v0.15.0
2242026-07-08T00:03:38.051Z Downloaded pest v2.8.6
2252026-07-08T00:03:38.054Z Downloaded aho-corasick v1.1.4
2262026-07-08T00:03:38.064Z Downloaded serde_json v1.0.150
2272026-07-08T00:03:38.076Z Downloaded itertools v0.14.0
2282026-07-08T00:03:38.139Z Downloaded unicode-width v0.2.2
2292026-07-08T00:03:38.149Z Downloaded goblin v0.10.7
2302026-07-08T00:03:38.153Z Downloaded syn v2.0.118
2312026-07-08T00:03:38.158Z Downloaded zerocopy v0.8.52
2322026-07-08T00:03:38.169Z Downloaded smoltcp v0.11.0
2332026-07-08T00:03:38.177Z Downloaded regex-syntax v0.8.11
2342026-07-08T00:03:38.212Z Downloaded regex-automata v0.4.14
2352026-07-08T00:03:38.233Z Downloaded libc v0.2.186
2362026-07-08T00:03:38.293Z Compiling proc-macro2 v1.0.106
2372026-07-08T00:03:38.293Z Compiling quote v1.0.46
2382026-07-08T00:03:38.296Z Compiling unicode-ident v1.0.24
2392026-07-08T00:03:38.296Z Documenting unicode-ident v1.0.24
2402026-07-08T00:03:38.296Z Compiling ident_case v1.0.1
2412026-07-08T00:03:38.296Z Compiling strsim v0.11.1
2422026-07-08T00:03:38.296Z Compiling serde_core v1.0.228
2432026-07-08T00:03:38.449Z Compiling fnv v1.0.7
2442026-07-08T00:03:38.469Z Compiling memchr v2.8.2
2452026-07-08T00:03:38.534Z Compiling thiserror v2.0.18
2462026-07-08T00:03:38.664Z Compiling regex-syntax v0.8.11
2472026-07-08T00:03:38.692Z Compiling serde v1.0.228
2482026-07-08T00:03:38.831Z Compiling zerocopy v0.8.52
2492026-07-08T00:03:39.008Z Compiling aho-corasick v1.1.4
2502026-07-08T00:03:39.404Z Compiling either v1.16.0
2512026-07-08T00:03:39.475Z Documenting proc-macro2 v1.0.106
2522026-07-08T00:03:39.541Z Checking byteorder v1.5.0
2532026-07-08T00:03:39.593Z Compiling itertools v0.14.0
2542026-07-08T00:03:39.982Z Checking syn v2.0.118
2552026-07-08T00:03:40.048Z Documenting quote v1.0.46
2562026-07-08T00:03:40.349Z Compiling regex-automata v0.4.14
2572026-07-08T00:03:40.554Z Documenting syn v2.0.118
2582026-07-08T00:03:40.674Z Compiling heapless v0.8.0
2592026-07-08T00:03:40.811Z Checking bitflags v2.13.0
2602026-07-08T00:03:40.814Z Checking hash32 v0.3.1
2612026-07-08T00:03:40.920Z Documenting serde_core v1.0.228
2622026-07-08T00:03:40.959Z Documenting memchr v2.8.2
2632026-07-08T00:03:41.137Z Checking macaddr v1.0.1
2642026-07-08T00:03:41.271Z Checking stable_deref_trait v1.2.1
2652026-07-08T00:03:41.345Z Checking cfg-if v1.0.4
2662026-07-08T00:03:41.400Z Documenting regex-syntax v0.8.11
2672026-07-08T00:03:41.598Z Documenting aho-corasick v1.1.4
2682026-07-08T00:03:42.037Z Compiling regex v1.12.4
2692026-07-08T00:03:42.333Z Compiling smoltcp v0.11.0
2702026-07-08T00:03:42.431Z Checking darling_core v0.21.3
2712026-07-08T00:03:42.665Z Compiling darling_core v0.23.0
2722026-07-08T00:03:42.707Z Documenting regex-automata v0.4.14
2732026-07-08T00:03:43.036Z Checking bitflags v1.3.2
2742026-07-08T00:03:43.049Z Checking managed v0.8.0
2752026-07-08T00:03:43.230Z Documenting zerocopy-derive v0.8.52
2762026-07-08T00:03:43.333Z Documenting serde_derive v1.0.228
2772026-07-08T00:03:43.364Z Documenting thiserror-impl v2.0.18
2782026-07-08T00:03:43.752Z Compiling zerocopy-derive v0.8.52
2792026-07-08T00:03:44.073Z Compiling thiserror-impl v2.0.18
2802026-07-08T00:03:44.127Z Compiling serde_derive v1.0.228
2812026-07-08T00:03:44.172Z Documenting regex v1.12.4
2822026-07-08T00:03:44.287Z Documenting byteorder v1.5.0
2832026-07-08T00:03:44.495Z Compiling ref-cast v1.0.25
2842026-07-08T00:03:44.739Z Compiling darling_macro v0.21.3
2852026-07-08T00:03:44.810Z Compiling darling_macro v0.23.0
2862026-07-08T00:03:44.832Z Compiling crc32fast v1.5.0
2872026-07-08T00:03:44.842Z Documenting hash32 v0.3.1
2882026-07-08T00:03:45.159Z Compiling ref-cast-impl v1.0.25
2892026-07-08T00:03:45.390Z Compiling darling v0.21.3
2902026-07-08T00:03:45.454Z Documenting thiserror v2.0.18
2912026-07-08T00:03:45.461Z Compiling ingot-macros v0.1.1
2922026-07-08T00:03:45.467Z Checking cobs v0.3.0
2932026-07-08T00:03:45.488Z Documenting ingot-macros v0.1.1
2942026-07-08T00:03:45.588Z Documenting zerocopy v0.8.52
2952026-07-08T00:03:45.795Z Documenting bitflags v2.13.0
2962026-07-08T00:03:45.978Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-07-08T00:03:46.251Z Documenting cfg-if v1.0.4
2982026-07-08T00:03:46.434Z Compiling version_check v0.9.5
2992026-07-08T00:03:46.466Z Documenting macaddr v1.0.1
3002026-07-08T00:03:46.702Z Documenting stable_deref_trait v1.2.1
3012026-07-08T00:03:46.828Z Checking ipnetwork v0.21.1
3022026-07-08T00:03:46.862Z Checking unicode-width v0.2.2
3032026-07-08T00:03:47.003Z Documenting serde v1.0.228
3042026-07-08T00:03:47.010Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-07-08T00:03:47.107Z Documenting cobs v0.3.0
3062026-07-08T00:03:47.214Z Documenting heapless v0.8.0
3072026-07-08T00:03:47.261Z Compiling darling v0.23.0
3082026-07-08T00:03:47.279Z Checking postcard v1.1.3
3092026-07-08T00:03:47.547Z Documenting managed v0.8.0
3102026-07-08T00:03:47.653Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3112026-07-08T00:03:47.982Z Checking tabwriter v1.4.1
3122026-07-08T00:03:48.123Z Checking itertools v0.15.0
3132026-07-08T00:03:48.163Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3142026-07-08T00:03:48.170Z Checking ingot-types v0.1.2
3152026-07-08T00:03:48.178Z Documenting smoltcp v0.11.0
3162026-07-08T00:03:48.427Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-07-08T00:03:48.502Z Documenting ref-cast-impl v1.0.25
3182026-07-08T00:03:48.535Z Checking ingot v0.1.1
3192026-07-08T00:03:48.565Z Documenting postcard v1.1.3
3202026-07-08T00:03:48.979Z Documenting ingot-types v0.1.2
3212026-07-08T00:03:48.986Z Documenting either v1.16.0
3222026-07-08T00:03:48.996Z Checking dyn-clone v1.0.20
3232026-07-08T00:03:49.065Z Documenting ipnetwork v0.21.1
3242026-07-08T00:03:49.088Z Documenting unicode-width v0.2.2
3252026-07-08T00:03:49.451Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3262026-07-08T00:03:49.660Z Documenting crc32fast v1.5.0
3272026-07-08T00:03:49.919Z Documenting ref-cast v1.0.25
3282026-07-08T00:03:50.158Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-08T00:03:50.184Z Documenting itertools v0.15.0
3302026-07-08T00:03:50.475Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-07-08T00:03:50.717Z Documenting tabwriter v1.4.1
3322026-07-08T00:03:51.006Z Documenting dyn-clone v1.0.20
3332026-07-08T00:03:51.059Z Documenting ingot v0.1.1
3342026-07-08T00:03:51.544Z Documenting uuid v1.23.3
3352026-07-08T00:03:51.819Z Checking uuid v1.23.3
3362026-07-08T00:03:52.071Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-07-08T00:03:52.206Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3382026-07-08T00:03:53.791Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3392026-07-08T00:03:55.038Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3402026-07-08T00:03:57.308Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3412026-07-08T00:03:58.931Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.81s
3422026-07-08T00:03:59.012Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3432026-07-08T00:03:59.036Z
3442026-07-08T00:03:59.039Zreal 25.906052442
3452026-07-08T00:03:59.039Zuser 1:22.587785570
3462026-07-08T00:03:59.039Zsys 17.328709174
3472026-07-08T00:03:59.039Ztrap 0.042598890
3482026-07-08T00:03:59.039Ztflt 0.447480070
3492026-07-08T00:03:59.039Zdflt 1.335291395
3502026-07-08T00:03:59.039Zkflt 0.008499300
3512026-07-08T00:03:59.039Zlock 9:00.843081974
3522026-07-08T00:03:59.039Zslp 4:56.251978388
3532026-07-08T00:03:59.039Zlat 7.486781844
3542026-07-08T00:03:59.039Zstop 12.588562965
3552026-07-08T00:03:59.039Z+ header 'analyze std + api + usdt'
3562026-07-08T00:03:59.039Z+ echo '# ==== analyze std + api + usdt ==== #'
3572026-07-08T00:03:59.039Z# ==== analyze std + api + usdt ==== #
3582026-07-08T00:03:59.039Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3592026-07-08T00:03:59.218Z Downloading crates ...
3602026-07-08T00:03:59.278Z Downloaded futures-channel v0.3.32
3612026-07-08T00:03:59.285Z Downloaded futures-sink v0.3.32
3622026-07-08T00:03:59.288Z Downloaded anyhow v1.0.102
3632026-07-08T00:03:59.288Z Downloaded futures-macro v0.3.32
3642026-07-08T00:03:59.291Z Downloaded futures-core v0.3.32
3652026-07-08T00:03:59.294Z Downloaded rusticata-macros v5.0.0
3662026-07-08T00:03:59.294Z Downloaded futures-task v0.3.32
3672026-07-08T00:03:59.294Z Downloaded link-section v0.2.1
3682026-07-08T00:03:59.297Z Downloaded ctor-proc-macro v0.0.13
3692026-07-08T00:03:59.300Z Downloaded typeid v1.0.3
3702026-07-08T00:03:59.300Z Downloaded circular v0.3.0
3712026-07-08T00:03:59.304Z Downloaded futures-io v0.3.32
3722026-07-08T00:03:59.306Z Downloaded dtor-proc-macro v0.0.13
3732026-07-08T00:03:59.306Z Downloaded dtor v0.8.1
3742026-07-08T00:03:59.309Z Downloaded ctor v0.10.1
3752026-07-08T00:03:59.309Z Downloaded slab v0.4.12
3762026-07-08T00:03:59.309Z Downloaded pin-project-lite v0.2.17
3772026-07-08T00:03:59.312Z Downloaded cookie-factory v0.3.3
3782026-07-08T00:03:59.315Z Downloaded once_cell v1.21.4
3792026-07-08T00:03:59.321Z Downloaded futures-executor v0.3.32
3802026-07-08T00:03:59.324Z Downloaded futures v0.3.32
3812026-07-08T00:03:59.339Z Downloaded ron v0.12.1
3822026-07-08T00:03:59.344Z Downloaded nom v8.0.0
3832026-07-08T00:03:59.350Z Downloaded pcap-parser v0.17.0
3842026-07-08T00:03:59.353Z Downloaded futures-util v0.3.32
3852026-07-08T00:03:59.406Z Compiling proc-macro2 v1.0.106
3862026-07-08T00:03:59.407Z Compiling quote v1.0.46
3872026-07-08T00:03:59.407Z Compiling unicode-ident v1.0.24
3882026-07-08T00:03:59.409Z Compiling memchr v2.8.2
3892026-07-08T00:03:59.409Z Compiling thiserror v2.0.18
3902026-07-08T00:03:59.410Z Compiling serde_core v1.0.228
3912026-07-08T00:03:59.410Z Compiling zerocopy v0.8.52
3922026-07-08T00:03:59.410Z Compiling zmij v1.0.21
3932026-07-08T00:03:59.750Z Compiling libc v0.2.186
3942026-07-08T00:03:59.778Z Compiling ucd-trie v0.1.7
3952026-07-08T00:03:59.782Z Compiling ident_case v1.0.1
3962026-07-08T00:03:59.840Z Compiling serde_json v1.0.150
3972026-07-08T00:03:59.885Z Compiling strsim v0.11.1
3982026-07-08T00:03:59.963Z Compiling pest v2.8.6
3992026-07-08T00:04:00.001Z Compiling serde v1.0.228
4002026-07-08T00:04:00.281Z Compiling fnv v1.0.7
4012026-07-08T00:04:00.394Z Compiling aho-corasick v1.1.4
4022026-07-08T00:04:00.437Z Compiling itoa v1.0.18
4032026-07-08T00:04:00.673Z Compiling regex-syntax v0.8.11
4042026-07-08T00:04:00.682Z Compiling syn v2.0.118
4052026-07-08T00:04:00.682Z Checking byteorder v1.5.0
4062026-07-08T00:04:01.118Z Compiling pest_meta v2.8.6
4072026-07-08T00:04:01.176Z Compiling either v1.16.0
4082026-07-08T00:04:01.208Z Compiling usdt-impl v0.6.0
4092026-07-08T00:04:01.346Z Checking bitflags v2.13.0
4102026-07-08T00:04:01.374Z Compiling itertools v0.14.0
4112026-07-08T00:04:01.650Z Compiling thread-id v5.1.0
4122026-07-08T00:04:01.821Z Checking log v0.4.33
4132026-07-08T00:04:01.852Z Checking plain v0.2.3
4142026-07-08T00:04:01.943Z Compiling heapless v0.8.0
4152026-07-08T00:04:02.013Z Compiling regex-automata v0.4.14
4162026-07-08T00:04:02.095Z Checking futures-sink v0.3.32
4172026-07-08T00:04:02.372Z Checking futures-core v0.3.32
4182026-07-08T00:04:02.490Z Checking futures-channel v0.3.32
4192026-07-08T00:04:02.672Z Checking hash32 v0.3.1
4202026-07-08T00:04:02.764Z Checking macaddr v1.0.1
4212026-07-08T00:04:02.789Z Checking pin-project-lite v0.2.17
4222026-07-08T00:04:02.804Z Checking slab v0.4.12
4232026-07-08T00:04:02.871Z Checking stable_deref_trait v1.2.1
4242026-07-08T00:04:02.877Z Compiling smoltcp v0.11.0
4252026-07-08T00:04:02.895Z Checking futures-task v0.3.32
4262026-07-08T00:04:02.932Z Checking cfg-if v1.0.4
4272026-07-08T00:04:02.952Z Checking futures-io v0.3.32
4282026-07-08T00:04:02.998Z Compiling pest_generator v2.8.6
4292026-07-08T00:04:03.025Z Compiling darling_core v0.21.3
4302026-07-08T00:04:03.055Z Compiling darling_core v0.23.0
4312026-07-08T00:04:03.196Z Checking pretty-hex v0.4.2
4322026-07-08T00:04:03.643Z Checking bitflags v1.3.2
4332026-07-08T00:04:03.656Z Compiling ref-cast v1.0.25
4342026-07-08T00:04:03.670Z Checking managed v0.8.0
4352026-07-08T00:04:03.703Z Compiling regex v1.12.4
4362026-07-08T00:04:03.849Z Compiling version_check v0.9.5
4372026-07-08T00:04:03.965Z Compiling crc32fast v1.5.0
4382026-07-08T00:04:04.123Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4392026-07-08T00:04:04.238Z Compiling serde_derive v1.0.228
4402026-07-08T00:04:04.250Z Compiling thiserror-impl v2.0.18
4412026-07-08T00:04:04.367Z Compiling zerocopy-derive v0.8.52
4422026-07-08T00:04:04.573Z Compiling pest_derive v2.8.6
4432026-07-08T00:04:05.081Z Compiling scroll_derive v0.13.1
4442026-07-08T00:04:05.116Z Compiling darling_macro v0.21.3
4452026-07-08T00:04:05.208Z Compiling futures-macro v0.3.32
4462026-07-08T00:04:05.337Z Compiling darling_macro v0.23.0
4472026-07-08T00:04:05.409Z Compiling ref-cast-impl v1.0.25
4482026-07-08T00:04:05.630Z Compiling dtrace-parser v0.3.0
4492026-07-08T00:04:05.654Z Compiling darling v0.21.3
4502026-07-08T00:04:05.725Z Compiling ingot-macros v0.1.1
4512026-07-08T00:04:05.883Z Checking scroll v0.13.0
4522026-07-08T00:04:06.007Z Checking futures-util v0.3.32
4532026-07-08T00:04:06.104Z Checking goblin v0.10.7
4542026-07-08T00:04:06.208Z Checking cobs v0.3.0
4552026-07-08T00:04:06.223Z Compiling darling v0.23.0
4562026-07-08T00:04:06.295Z Checking memmap2 v0.9.10
4572026-07-08T00:04:06.345Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4582026-07-08T00:04:06.458Z Checking ipnetwork v0.21.1
4592026-07-08T00:04:06.650Z Checking unicode-width v0.2.2
4602026-07-08T00:04:06.784Z Checking itertools v0.15.0
4612026-07-08T00:04:06.892Z Checking tabwriter v1.4.1
4622026-07-08T00:04:07.293Z Checking postcard v1.1.3
4632026-07-08T00:04:07.514Z Compiling serde_tokenstream v0.2.3
4642026-07-08T00:04:07.551Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4652026-07-08T00:04:07.791Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4662026-07-08T00:04:07.814Z Checking nom v8.0.0
4672026-07-08T00:04:07.891Z Checking futures-executor v0.3.32
4682026-07-08T00:04:08.037Z Checking futures v0.3.32
4692026-07-08T00:04:08.103Z Compiling typeid v1.0.3
4702026-07-08T00:04:08.260Z Compiling anyhow v1.0.102
4712026-07-08T00:04:08.345Z Checking dyn-clone v1.0.20
4722026-07-08T00:04:08.361Z Checking cookie-factory v0.3.3
4732026-07-08T00:04:08.418Z Checking uuid v1.23.3
4742026-07-08T00:04:08.437Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4752026-07-08T00:04:08.466Z Checking ingot-types v0.1.2
4762026-07-08T00:04:08.598Z Checking dof v0.4.0
4772026-07-08T00:04:08.631Z Checking circular v0.3.0
4782026-07-08T00:04:08.635Z Compiling dtor-proc-macro v0.0.13
4792026-07-08T00:04:08.813Z Checking ingot v0.1.1
4802026-07-08T00:04:08.833Z Checking link-section v0.2.1
4812026-07-08T00:04:08.851Z Checking once_cell v1.21.4
4822026-07-08T00:04:08.935Z Compiling ctor-proc-macro v0.0.13
4832026-07-08T00:04:08.966Z Checking dtor v0.8.1
4842026-07-08T00:04:08.980Z Checking ron v0.12.1
4852026-07-08T00:04:09.237Z Checking ctor v0.10.1
4862026-07-08T00:04:09.675Z Compiling usdt-attr-macro v0.6.0
4872026-07-08T00:04:09.675Z Compiling usdt-macro v0.6.0
4882026-07-08T00:04:09.798Z Checking rusticata-macros v5.0.0
4892026-07-08T00:04:09.920Z Checking pcap-parser v0.17.0
4902026-07-08T00:04:10.280Z Checking usdt v0.6.0
4912026-07-08T00:04:10.329Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-07-08T00:04:14.713Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-07-08T00:04:16.356Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-07-08T00:04:18.680Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.59s
4952026-07-08T00:04:18.714Z
4962026-07-08T00:04:18.717Zreal 19.672239770
4972026-07-08T00:04:18.717Zuser 1:13.065599525
4982026-07-08T00:04:18.717Zsys 15.278527641
4992026-07-08T00:04:18.717Ztrap 0.040227800
5002026-07-08T00:04:18.717Ztflt 0.129415568
5012026-07-08T00:04:18.717Zdflt 0.220463079
5022026-07-08T00:04:18.717Zkflt 0.000031980
5032026-07-08T00:04:18.717Zlock 4:04.618324070
5042026-07-08T00:04:18.717Zslp 3:51.875552439
5052026-07-08T00:04:18.717Zlat 4.243952594
5062026-07-08T00:04:18.717Zstop 8.376924267
5072026-07-08T00:04:18.717Z+ header 'analyze no_std + engine + kernel'
5082026-07-08T00:04:18.717Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-07-08T00:04:18.717Z# ==== analyze no_std + engine + kernel ==== #
5102026-07-08T00:04:18.717Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-07-08T00:04:18.893Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-07-08T00:04:18.893Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-07-08T00:04:18.914Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-07-08T00:04:18.917Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-07-08T00:04:19.155Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-07-08T00:04:22.795Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-07-08T00:04:24.167Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.41s
5182026-07-08T00:04:24.195Z
5192026-07-08T00:04:24.198Zreal 5.475623843
5202026-07-08T00:04:24.198Zuser 5.709984264
5212026-07-08T00:04:24.198Zsys 1.020348902
5222026-07-08T00:04:24.198Ztrap 0.001152680
5232026-07-08T00:04:24.198Ztflt 0.007516610
5242026-07-08T00:04:24.198Zdflt 0.005089740
5252026-07-08T00:04:24.198Zkflt 0.000000000
5262026-07-08T00:04:24.198Zlock 24.175057269
5272026-07-08T00:04:24.198Zslp 20.468730004
5282026-07-08T00:04:24.198Zlat 0.019946450
5292026-07-08T00:04:24.198Zstop 0.247415582
5302026-07-08T00:04:24.198Z+ header test
5312026-07-08T00:04:24.198Z+ echo '# ==== test ==== #'
5322026-07-08T00:04:24.199Z# ==== test ==== #
5332026-07-08T00:04:24.199Z+ ptime -m cargo test
5342026-07-08T00:04:24.348Z Compiling memchr v2.8.2
5352026-07-08T00:04:24.351Z Compiling serde_core v1.0.228
5362026-07-08T00:04:24.373Z Compiling thiserror v2.0.18
5372026-07-08T00:04:24.376Z Compiling zerocopy v0.8.52
5382026-07-08T00:04:24.378Z Compiling unicode-ident v1.0.24
5392026-07-08T00:04:24.378Z Compiling byteorder v1.5.0
5402026-07-08T00:04:24.382Z Compiling libc v0.2.186
5412026-07-08T00:04:24.382Z Compiling zmij v1.0.21
5422026-07-08T00:04:24.461Z Compiling proc-macro2 v1.0.106
5432026-07-08T00:04:24.501Z Compiling scroll v0.13.0
5442026-07-08T00:04:24.647Z Compiling ucd-trie v0.1.7
5452026-07-08T00:04:24.721Z Compiling log v0.4.33
5462026-07-08T00:04:24.745Z Compiling itoa v1.0.18
5472026-07-08T00:04:24.765Z Compiling futures-core v0.3.32
5482026-07-08T00:04:24.924Z Compiling plain v0.2.3
5492026-07-08T00:04:24.951Z Compiling futures-sink v0.3.32
5502026-07-08T00:04:24.991Z Compiling quote v1.0.46
5512026-07-08T00:04:25.020Z Compiling futures-channel v0.3.32
5522026-07-08T00:04:25.045Z Compiling goblin v0.10.7
5532026-07-08T00:04:25.259Z Compiling pest v2.8.6
5542026-07-08T00:04:25.280Z Compiling hash32 v0.3.1
5552026-07-08T00:04:25.441Z Compiling pretty-hex v0.4.2
5562026-07-08T00:04:25.571Z Compiling macaddr v1.0.1
5572026-07-08T00:04:25.639Z Compiling slab v0.4.12
5582026-07-08T00:04:25.817Z Compiling futures-task v0.3.32
5592026-07-08T00:04:25.826Z Compiling cfg-if v1.0.4
5602026-07-08T00:04:25.886Z Compiling stable_deref_trait v1.2.1
5612026-07-08T00:04:25.906Z Compiling futures-io v0.3.32
5622026-07-08T00:04:25.952Z Compiling pin-project-lite v0.2.17
5632026-07-08T00:04:26.004Z Compiling heapless v0.8.0
5642026-07-08T00:04:26.038Z Compiling futures-util v0.3.32
5652026-07-08T00:04:26.088Z Compiling syn v2.0.118
5662026-07-08T00:04:26.337Z Compiling serde v1.0.228
5672026-07-08T00:04:26.452Z Compiling bitflags v2.13.0
5682026-07-08T00:04:26.868Z Compiling serde_json v1.0.150
5692026-07-08T00:04:26.967Z Compiling dtrace-parser v0.3.0
5702026-07-08T00:04:26.989Z Compiling thread-id v5.1.0
5712026-07-08T00:04:27.062Z Compiling cobs v0.3.0
5722026-07-08T00:04:27.251Z Compiling ingot-types v0.1.2
5732026-07-08T00:04:27.312Z Compiling bitflags v1.3.2
5742026-07-08T00:04:27.338Z Compiling managed v0.8.0
5752026-07-08T00:04:27.375Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5762026-07-08T00:04:27.558Z Compiling smoltcp v0.11.0
5772026-07-08T00:04:27.600Z Compiling ingot v0.1.1
5782026-07-08T00:04:27.642Z Compiling postcard v1.1.3
5792026-07-08T00:04:27.995Z Compiling dof v0.4.0
5802026-07-08T00:04:28.795Z Compiling usdt-impl v0.6.0
5812026-07-08T00:04:29.853Z Compiling futures-executor v0.3.32
5822026-07-08T00:04:29.978Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-07-08T00:04:30.442Z Compiling memmap2 v0.9.10
5842026-07-08T00:04:30.512Z Compiling ipnetwork v0.21.1
5852026-07-08T00:04:30.590Z Compiling unicode-width v0.2.2
5862026-07-08T00:04:30.738Z Compiling either v1.16.0
5872026-07-08T00:04:30.897Z Compiling itertools v0.15.0
5882026-07-08T00:04:30.915Z Compiling tabwriter v1.4.1
5892026-07-08T00:04:31.033Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5902026-07-08T00:04:31.332Z Compiling usdt v0.6.0
5912026-07-08T00:04:31.787Z Compiling ref-cast v1.0.25
5922026-07-08T00:04:31.850Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5932026-07-08T00:04:31.868Z Compiling futures v0.3.32
5942026-07-08T00:04:31.914Z Compiling crc32fast v1.5.0
5952026-07-08T00:04:31.936Z Compiling nom v8.0.0
5962026-07-08T00:04:31.942Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-07-08T00:04:32.152Z Compiling dyn-clone v1.0.20
5982026-07-08T00:04:32.312Z Compiling cookie-factory v0.3.3
5992026-07-08T00:04:32.312Z Compiling uuid v1.23.3
6002026-07-08T00:04:32.508Z Compiling circular v0.3.0
6012026-07-08T00:04:32.621Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6022026-07-08T00:04:32.767Z Compiling dtor v0.8.1
6032026-07-08T00:04:32.850Z Compiling anyhow v1.0.102
6042026-07-08T00:04:32.850Z Compiling typeid v1.0.3
6052026-07-08T00:04:32.932Z Compiling link-section v0.2.1
6062026-07-08T00:04:32.956Z Compiling once_cell v1.21.4
6072026-07-08T00:04:33.074Z Compiling ron v0.12.1
6082026-07-08T00:04:33.118Z Compiling ctor v0.10.1
6092026-07-08T00:04:34.491Z Compiling rusticata-macros v5.0.0
6102026-07-08T00:04:34.806Z Compiling pcap-parser v0.17.0
6112026-07-08T00:04:38.298Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6122026-07-08T00:04:40.645Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6132026-07-08T00:05:17.979Z Finished `test` profile [optimized + debuginfo] target(s) in 53.77s
6142026-07-08T00:05:17.996Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-24cea1feacb3a91f)
6152026-07-08T00:05:18.000Z
6162026-07-08T00:05:18.000Zrunning 15 tests
6172026-07-08T00:05:18.000Ztest api::tests::parse_bad_proto_filter ... ok
6182026-07-08T00:05:18.000Ztest api::tests::parse_bad_address ... ok
6192026-07-08T00:05:18.000Ztest api::tests::parse_good_address ... ok
6202026-07-08T00:05:18.000Ztest api::tests::ports_from_str_bad ... ok
6212026-07-08T00:05:18.000Ztest api::tests::parse_good_proto_filter ... ok
6222026-07-08T00:05:18.000Ztest api::tests::ports_from_str_good ... ok
6232026-07-08T00:05:18.000Ztest cfg::tests::test_required_nat_space ... ok
6242026-07-08T00:05:18.000Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6252026-07-08T00:05:18.000Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6262026-07-08T00:05:18.000Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6272026-07-08T00:05:18.000Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6282026-07-08T00:05:18.000Ztest engine::geneve::test::parse_multi_opt ... ok
6292026-07-08T00:05:18.000Ztest engine::geneve::test::parse_single_opt ... ok
6302026-07-08T00:05:18.000Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6312026-07-08T00:05:18.004Ztest engine::firewall::tests::port_predicate_simplification ... ok
6322026-07-08T00:05:18.004Z
6332026-07-08T00:05:18.004Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-08T00:05:18.004Z
6352026-07-08T00:05:18.004Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-fa3a6388b420215f)
6362026-07-08T00:05:18.004Z
6372026-07-08T00:05:18.004Zrunning 4 tests
6382026-07-08T00:05:18.004Ztest firewall_vni_outbound ... ok
6392026-07-08T00:05:18.004Ztest firewall_external_inbound ... ok
6402026-07-08T00:05:18.004Ztest firewall_vni_inbound ... ok
6412026-07-08T00:05:18.004Ztest firewall_replace_rules ... ok
6422026-07-08T00:05:18.004Z
6432026-07-08T00:05:18.004Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6442026-07-08T00:05:18.004Z
6452026-07-08T00:05:18.004Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8b007db1de2c7291)
6462026-07-08T00:05:18.008Z
6472026-07-08T00:05:18.008Zrunning 2 tests
6482026-07-08T00:05:18.008Ztest parse_in_regression ... ok
6492026-07-08T00:05:18.008Ztest parse_out_regression ... ok
6502026-07-08T00:05:18.008Z
6512026-07-08T00:05:18.008Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6522026-07-08T00:05:18.008Z
6532026-07-08T00:05:18.008Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-48a3b02f74a5544a)
6542026-07-08T00:05:18.011Z
6552026-07-08T00:05:18.011Zrunning 48 tests
6562026-07-08T00:05:18.011Ztest bad_ip_len ... ok
6572026-07-08T00:05:18.011Ztest check_layers ... ok
6582026-07-08T00:05:18.011Ztest add_remove_fw_rule ... ok
6592026-07-08T00:05:18.011Ztest arp_gateway ... ok
6602026-07-08T00:05:18.011Ztest external_attached_subnets_cannot_reach_internal ... ok
6612026-07-08T00:05:18.011Ztest anti_spoof ... ok
6622026-07-08T00:05:18.011Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-07-08T00:05:18.011Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6642026-07-08T00:05:18.011Ztest flow_expiration ... ok
6652026-07-08T00:05:18.011Ztest external_ip_epoch_affinity_preserved ... ok
6662026-07-08T00:05:18.011Ztest early_tcp_invalidation ... ok
6672026-07-08T00:05:18.011Ztest external_ip_reconfigurable ... ok
6682026-07-08T00:05:18.011Ztest gateway_icmp4_ping ... ok
6692026-07-08T00:05:18.011Ztest gateway_icmpv6_ping ... ok
6702026-07-08T00:05:18.011Ztest gateway_router_advert_reply ... ok
6712026-07-08T00:05:18.011Ztest guest_to_guest_no_route ... ok
6722026-07-08T00:05:18.011Ztest guest_to_guest_diff_vpc_no_peer ... ok
6732026-07-08T00:05:18.011Ztest guest_to_internet_ipv6 ... ok
6742026-07-08T00:05:18.011Ztest guest_to_guest ... ok
6752026-07-08T00:05:18.011Ztest guest_to_internet_ipv4 ... ok
6762026-07-08T00:05:18.011Ztest icmp_inner_has_nat_applied ... ok
6772026-07-08T00:05:18.011Ztest icmpv6_inner_has_nat_applied ... ok
6782026-07-08T00:05:18.015Ztest inbound_ndp_dropped_at_gateway ... ok
6792026-07-08T00:05:18.015Ztest packet_body_pullup ... ok
6802026-07-08T00:05:18.015Ztest external_ip_balanced_over_floating_ips ... ok
6812026-07-08T00:05:18.015Ztest external_ip_receive_and_reply_on_all ... ok
6822026-07-08T00:05:18.015Ztest outbound_ndp_dropped ... ok
6832026-07-08T00:05:18.015Ztest no_panic_on_flow_table_full ... ok
6842026-07-08T00:05:18.015Ztest intra_subnet_routes_with_custom ... ok
6852026-07-08T00:05:18.015Ztest internal_attached_subnets ... ok
6862026-07-08T00:05:18.015Ztest port_transition_reset ... ok
6872026-07-08T00:05:18.015Ztest port_transition_running ... ok
6882026-07-08T00:05:18.015Ztest port_as_router_target ... ok
6892026-07-08T00:05:18.015Ztest port_transition_pause ... ok
6902026-07-08T00:05:18.015Ztest test_drop_on_unknown_critical_option ... ok
6912026-07-08T00:05:18.015Ztest select_eip_conditioned_on_igw ... ok
6922026-07-08T00:05:18.015Ztest tcp_invalidation_does_not_block_connection ... ok
6932026-07-08T00:05:18.015Ztest snat_icmp4_echo_rewrite ... ok
6942026-07-08T00:05:18.015Ztest snat_icmp6_echo_rewrite ... ok
6952026-07-08T00:05:18.015Ztest test_ipv6_multicast_encapsulation ... ok
6962026-07-08T00:05:18.015Ztest tcp_outbound ... ok
6972026-07-08T00:05:18.015Ztest tcp_inbound ... ok
6982026-07-08T00:05:18.015Ztest test_tcp_multicast_denied ... ok
6992026-07-08T00:05:18.015Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7002026-07-08T00:05:18.015Ztest test_gateway_neighbor_advert_reply ... ok
7012026-07-08T00:05:18.015Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7022026-07-08T00:05:18.015Ztest uft_lft_invalidation_in ... ok
7032026-07-08T00:05:18.015Ztest uft_lft_invalidation_out ... ok
7042026-07-08T00:05:18.015Z
7052026-07-08T00:05:18.015Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7062026-07-08T00:05:18.015Z
7072026-07-08T00:05:18.015Z Doc-tests oxide_vpc
7082026-07-08T00:05:18.303Z
7092026-07-08T00:05:18.303Zrunning 0 tests
7102026-07-08T00:05:18.303Z
7112026-07-08T00:05:18.303Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7122026-07-08T00:05:18.303Z
7132026-07-08T00:05:18.332Z
7142026-07-08T00:05:18.335Zreal 54.125713470
7152026-07-08T00:05:18.335Zuser 3:14.425363854
7162026-07-08T00:05:18.335Zsys 11.663569860
7172026-07-08T00:05:18.335Ztrap 0.084398861
7182026-07-08T00:05:18.335Ztflt 0.318256567
7192026-07-08T00:05:18.335Zdflt 0.282005103
7202026-07-08T00:05:18.335Zkflt 0.000027190
7212026-07-08T00:05:18.335Zlock 12:31.819266729
7222026-07-08T00:05:18.335Zslp 6:29.530583211
7232026-07-08T00:05:18.335Zlat 8.945925216
7242026-07-08T00:05:18.335Zstop 6.315912217
7252026-07-08T00:05:18.335Zprocess exited: duration 120586 ms, exit code 0
 
7262026-07-08T00:05:18.341Zfound 0 output files