01M11DVT86Z7Q3YFP1YZST0FQE: oxide-vpc

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

Buildomat Job: 01M11DW8FP1WS2D93G5R5HMPXR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T10:58:25.534Zjob assigned to worker 01M11DWCC4P2JJWHGV65E0HJ2S [factory aws, i-0dd0148d24a0a2ded] (queued for 56 s)
 
22026-08-27T10:58:32.073Zstarting task 0: "setup"
32026-08-27T10:58:32.083Z++ uname -s
42026-08-27T10:58:32.083Z+ kern=SunOS
52026-08-27T10:58:32.083Z+ build_user=build
62026-08-27T10:58:32.085Z+ build_uid=12345
72026-08-27T10:58:32.085Z+ work_dir=/work
82026-08-27T10:58:32.085Z+ input_dir=/input
92026-08-27T10:58:32.085Z+ [[ 0 == 12345 ]]
102026-08-27T10:58:32.085Z+ case "$kern" in
112026-08-27T10:58:32.085Z+ groupadd -g 12345 build
122026-08-27T10:58:32.095Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T10:58:34.086Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T10:58:34.183Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T10:58:34.188Z+ home_fs=zfs
162026-08-27T10:58:34.188Z+ [[ zfs == autofs ]]
172026-08-27T10:58:34.188Z+ mkdir -p /home/build
182026-08-27T10:58:34.188Z+ chown build:build /home/build /work
192026-08-27T10:58:36.188Z+ chmod 0700 /home/build /work
202026-08-27T10:58:36.191Zprocess exited: duration 4117 ms, exit code 0
 
212026-08-27T10:58:36.198Zstarting task 1: "rust-toolchain"
222026-08-27T10:58:36.201Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T10:58:36.201Z * rust toolchain channel = "1.97.1"
242026-08-27T10:58:36.201Z * rust toolchain profile = "default"
252026-08-27T10:58:36.201Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T10:58:36.201Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T10:58:36.201Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T10:58:36.204Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T10:58:36.205Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T10:58:36.313Zinfo: downloading installer
312026-08-27T10:58:37.646Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T10:58:37.646Zwarn: /home/build/.rustup/settings.toml
332026-08-27T10:58:37.646Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T10:58:37.646Zwarn: instead of the one inferred from the default host triple.
352026-08-27T10:58:37.659Zinfo: profile set to default
362026-08-27T10:58:37.659Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T10:58:37.663Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T10:58:37.788Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T10:58:37.791Zinfo: downloading 6 components
402026-08-27T10:58:51.053Z
412026-08-27T10:58:51.053Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-27T10:58:51.084Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T10:58:51.084Z
442026-08-27T10:58:51.084Z
452026-08-27T10:58:51.084ZRust is installed now. Great!
462026-08-27T10:58:51.084Z
472026-08-27T10:58:51.084ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T10:58:51.084Zenvironment variable. This has not been done automatically.
492026-08-27T10:58:51.084Z
502026-08-27T10:58:51.084ZTo configure your current shell, you need to source
512026-08-27T10:58:51.084Zthe corresponding env file under $HOME/.cargo.
522026-08-27T10:58:51.084Z
532026-08-27T10:58:51.084ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T10:58:51.088Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T10:58:51.088Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T10:58:51.088Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T10:58:51.088Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T10:58:51.088Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T10:58:51.088Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T10:58:51.088Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T10:58:51.088Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T10:58:51.183Z+ rustup --version
632026-08-27T10:58:51.192Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T10:58:51.195Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T10:58:51.213Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T10:58:51.216Z+ cargo --version
672026-08-27T10:58:51.230Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T10:58:51.234Z+ rustc --version
692026-08-27T10:58:51.252Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T10:58:51.255Zprocess exited: duration 15056 ms, exit code 0
 
712026-08-27T10:58:51.262Zstarting task 2: "authentication"
722026-08-27T10:58:51.279Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T10:58:51.286Zstarting task 3: "clone repository"
742026-08-27T10:58:51.289Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T10:58:51.292Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T10:58:51.320ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T10:58:52.344Z+ cd /work/oxidecomputer/opte
782026-08-27T10:58:52.344Z+ git fetch origin 8510c9873305aaa3558334b5ffa6819220541249
792026-08-27T10:58:52.648ZFrom https://github.com/oxidecomputer/opte
802026-08-27T10:58:52.648Z * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD
812026-08-27T10:58:52.655Z+ [[ -n bound-my-list ]]
822026-08-27T10:58:52.660Z++ git branch --show-current
832026-08-27T10:58:52.660Z+ current=master
842026-08-27T10:58:52.660Z+ [[ master != bound-my-list ]]
852026-08-27T10:58:52.660Z+ git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249
862026-08-27T10:58:52.664Z+ git checkout -f bound-my-list
872026-08-27T10:58:52.678ZSwitched to branch 'bound-my-list'
882026-08-27T10:58:52.682Z+ git reset --hard 8510c9873305aaa3558334b5ffa6819220541249
892026-08-27T10:58:52.696ZHEAD is now at 8510c98 Nit
902026-08-27T10:58:52.699Zprocess exited: duration 1410 ms, exit code 0
 
912026-08-27T10:58:52.705Zstarting task 4: "build"
922026-08-27T10:58:52.709Z+ source .github/buildomat/common.sh
932026-08-27T10:58:52.709Z++ rustup show active-toolchain
942026-08-27T10:58:52.714Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T10:58:52.717Z++ pushd xde
962026-08-27T10:58:52.717Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T10:58:52.717Z++ rustup show active-toolchain
982026-08-27T10:58:52.721Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T10:58:52.877Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T10:58:52.880Zinfo: downloading 6 components
1012026-08-27T10:59:07.150Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T10:59:07.241Z+++ rustup show active-toolchain -v
1032026-08-27T10:59:07.244Z+++ head -n 1
1042026-08-27T10:59:07.244Z+++ cut '-d ' -f1
1052026-08-27T10:59:07.298Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T10:59:07.298Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T10:59:07.298Z++ popd
1082026-08-27T10:59:07.301Z/work/oxidecomputer/opte
1092026-08-27T10:59:07.301Z+ cargo --version
1102026-08-27T10:59:07.308Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T10:59:07.311Z+ rustc --version
1122026-08-27T10:59:07.330Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T10:59:07.333Z+ cd lib/oxide-vpc
1142026-08-27T10:59:07.333Z+ header 'check style'
1152026-08-27T10:59:07.333Z+ echo '# ==== check style ==== #'
1162026-08-27T10:59:07.333Z# ==== check style ==== #
1172026-08-27T10:59:07.333Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-27T10:59:07.465Z
1192026-08-27T10:59:07.465Zreal 0.130007908
1202026-08-27T10:59:07.465Zuser 0.094156856
1212026-08-27T10:59:07.465Zsys 0.031165353
1222026-08-27T10:59:07.465Ztrap 0.000009480
1232026-08-27T10:59:07.465Ztflt 0.000005690
1242026-08-27T10:59:07.465Zdflt 0.000002330
1252026-08-27T10:59:07.465Zkflt 0.000000000
1262026-08-27T10:59:07.465Zlock 0.030968388
1272026-08-27T10:59:07.465Zslp 0.110518784
1282026-08-27T10:59:07.465Zlat 0.000529730
1292026-08-27T10:59:07.465Zstop 0.000098090
1302026-08-27T10:59:07.468Z+ header 'check docs'
1312026-08-27T10:59:07.468Z+ echo '# ==== check docs ==== #'
1322026-08-27T10:59:07.468Z# ==== check docs ==== #
1332026-08-27T10:59:07.468Z+ RUSTDOCFLAGS='-D warnings'
1342026-08-27T10:59:07.468Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-08-27T10:59:07.535Z Updating crates.io index
1362026-08-27T10:59:07.538Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-27T10:59:08.611Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-27T10:59:08.973Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-27T10:59:09.263Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-27T10:59:09.724Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-27T10:59:10.008Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-27T10:59:10.312Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-27T10:59:12.130Z Downloading crates ...
1442026-08-27T10:59:12.186Z Downloaded usdt-attr-macro v0.6.0
1452026-08-27T10:59:12.190Z Downloaded cobs v0.3.0
1462026-08-27T10:59:12.190Z Downloaded pest_generator v2.8.7
1472026-08-27T10:59:12.193Z Downloaded memmap2 v0.9.11
1482026-08-27T10:59:12.193Z Downloaded aho-corasick v1.1.4
1492026-08-27T10:59:12.196Z Downloaded macaddr v1.0.1
1502026-08-27T10:59:12.196Z Downloaded managed v0.8.0
1512026-08-27T10:59:12.196Z Downloaded pretty-hex v0.4.2
1522026-08-27T10:59:12.200Z Downloaded dyn-clone v1.0.20
1532026-08-27T10:59:12.200Z Downloaded embedded-io v0.4.0
1542026-08-27T10:59:12.203Z Downloaded darling_macro v0.23.0
1552026-08-27T10:59:12.203Z Downloaded dtrace-parser v0.3.0
1562026-08-27T10:59:12.203Z Downloaded ident_case v1.0.1
1572026-08-27T10:59:12.203Z Downloaded dof v0.4.0
1582026-08-27T10:59:12.203Z Downloaded ref-cast v1.0.25
1592026-08-27T10:59:12.211Z Downloaded defmt v0.3.100
1602026-08-27T10:59:12.215Z Downloaded usdt v0.6.0
1612026-08-27T10:59:12.219Z Downloaded defmt-parser v1.0.0
1622026-08-27T10:59:12.219Z Downloaded plain v0.2.3
1632026-08-27T10:59:12.219Z Downloaded tabwriter v1.4.1
1642026-08-27T10:59:12.223Z Downloaded itoa v1.0.18
1652026-08-27T10:59:12.226Z Downloaded strsim v0.11.1
1662026-08-27T10:59:12.226Z Downloaded version_check v0.9.5
1672026-08-27T10:59:12.230Z Downloaded crc32fast v1.5.0
1682026-08-27T10:59:12.234Z Downloaded embedded-io v0.6.1
1692026-08-27T10:59:12.237Z Downloaded ref-cast-impl v1.0.25
1702026-08-27T10:59:12.242Z Downloaded stable_deref_trait v1.2.1
1712026-08-27T10:59:12.248Z Downloaded hash32 v0.3.1
1722026-08-27T10:59:12.252Z Downloaded usdt-macro v0.6.0
1732026-08-27T10:59:12.252Z Downloaded thread-id v5.1.0
1742026-08-27T10:59:12.252Z Downloaded scroll_derive v0.13.1
1752026-08-27T10:59:12.257Z Downloaded cfg-if v1.0.4
1762026-08-27T10:59:12.260Z Downloaded either v1.16.0
1772026-08-27T10:59:12.260Z Downloaded scroll v0.13.0
1782026-08-27T10:59:12.260Z Downloaded ipnetwork v0.21.1
1792026-08-27T10:59:12.263Z Downloaded bitflags v1.3.2
1802026-08-27T10:59:12.267Z Downloaded ingot-types v0.2.0
1812026-08-27T10:59:12.267Z Downloaded serde_tokenstream v0.2.3
1822026-08-27T10:59:12.267Z Downloaded defmt-macros v1.1.1
1832026-08-27T10:59:12.270Z Downloaded usdt-impl v0.6.0
1842026-08-27T10:59:12.273Z Downloaded pest_derive v2.8.7
1852026-08-27T10:59:12.273Z Downloaded byteorder v1.5.0
1862026-08-27T10:59:12.278Z Downloaded zmij v1.0.22
1872026-08-27T10:59:12.286Z Downloaded ingot v0.2.0
1882026-08-27T10:59:12.293Z Downloaded darling v0.23.0
1892026-08-27T10:59:12.297Z Downloaded quote v1.0.46
1902026-08-27T10:59:12.303Z Downloaded pest_meta v2.8.7
1912026-08-27T10:59:12.307Z Downloaded thiserror v2.0.18
1922026-08-27T10:59:12.310Z Downloaded ucd-trie v0.1.7
1932026-08-27T10:59:12.311Z Downloaded ingot-macros v0.2.0
1942026-08-27T10:59:12.311Z Downloaded defmt v1.1.1
1952026-08-27T10:59:12.314Z Downloaded thiserror-impl v2.0.18
1962026-08-27T10:59:12.317Z Downloaded bitflags v2.13.0
1972026-08-27T10:59:12.324Z Downloaded log v0.4.33
1982026-08-27T10:59:12.327Z Downloaded postcard v1.1.3
1992026-08-27T10:59:12.327Z Downloaded unicode-ident v1.0.24
2002026-08-27T10:59:12.333Z Downloaded serde_core v1.0.228
2012026-08-27T10:59:12.336Z Downloaded proc-macro2 v1.0.106
2022026-08-27T10:59:12.336Z Downloaded serde_derive v1.0.228
2032026-08-27T10:59:12.339Z Downloaded darling_core v0.23.0
2042026-08-27T10:59:12.340Z Downloaded heapless v0.8.0
2052026-08-27T10:59:12.352Z Downloaded memchr v2.8.3
2062026-08-27T10:59:12.356Z Downloaded serde v1.0.228
2072026-08-27T10:59:12.362Z Downloaded uuid v1.23.5
2082026-08-27T10:59:12.380Z Downloaded zerocopy-derive v0.8.54
2092026-08-27T10:59:12.393Z Downloaded pest v2.8.7
2102026-08-27T10:59:12.401Z Downloaded regex v1.13.0
2112026-08-27T10:59:12.404Z Downloaded itertools v0.15.0
2122026-08-27T10:59:12.411Z Downloaded serde_json v1.0.150
2132026-08-27T10:59:12.465Z Downloaded zerocopy v0.8.54
2142026-08-27T10:59:12.473Z Downloaded unicode-width v0.2.2
2152026-08-27T10:59:12.476Z Downloaded syn v2.0.118
2162026-08-27T10:59:12.481Z Downloaded smoltcp v0.11.0
2172026-08-27T10:59:12.487Z Downloaded goblin v0.10.7
2182026-08-27T10:59:12.491Z Downloaded regex-syntax v0.8.11
2192026-08-27T10:59:12.512Z Downloaded regex-automata v0.4.15
2202026-08-27T10:59:12.520Z Downloaded libc v0.2.186
2212026-08-27T10:59:12.574Z Compiling proc-macro2 v1.0.106
2222026-08-27T10:59:12.574Z Compiling quote v1.0.46
2232026-08-27T10:59:12.574Z Compiling unicode-ident v1.0.24
2242026-08-27T10:59:12.575Z Documenting unicode-ident v1.0.24
2252026-08-27T10:59:12.575Z Compiling serde_core v1.0.228
2262026-08-27T10:59:12.578Z Compiling strsim v0.11.1
2272026-08-27T10:59:12.578Z Compiling ident_case v1.0.1
2282026-08-27T10:59:12.732Z Compiling memchr v2.8.3
2292026-08-27T10:59:12.752Z Compiling thiserror v2.0.18
2302026-08-27T10:59:12.932Z Compiling zerocopy v0.8.54
2312026-08-27T10:59:13.019Z Compiling serde v1.0.228
2322026-08-27T10:59:13.126Z Documenting proc-macro2 v1.0.106
2332026-08-27T10:59:13.148Z Compiling aho-corasick v1.1.4
2342026-08-27T10:59:13.305Z Compiling regex-syntax v0.8.11
2352026-08-27T10:59:13.417Z Checking byteorder v1.5.0
2362026-08-27T10:59:13.566Z Checking syn v2.0.118
2372026-08-27T10:59:13.571Z Compiling either v1.16.0
2382026-08-27T10:59:13.740Z Documenting quote v1.0.46
2392026-08-27T10:59:13.765Z Compiling itertools v0.15.0
2402026-08-27T10:59:14.245Z Documenting syn v2.0.118
2412026-08-27T10:59:14.431Z Documenting strsim v0.11.1
2422026-08-27T10:59:14.563Z Documenting ident_case v1.0.1
2432026-08-27T10:59:14.915Z Compiling regex-automata v0.4.15
2442026-08-27T10:59:15.036Z Compiling heapless v0.8.0
2452026-08-27T10:59:15.043Z Checking bitflags v2.13.0
2462026-08-27T10:59:15.199Z Checking hash32 v0.3.1
2472026-08-27T10:59:15.307Z Documenting serde_core v1.0.228
2482026-08-27T10:59:15.314Z Checking stable_deref_trait v1.2.1
2492026-08-27T10:59:15.374Z Checking macaddr v1.0.1
2502026-08-27T10:59:15.506Z Checking darling_core v0.23.0
2512026-08-27T10:59:15.529Z Documenting memchr v2.8.3
2522026-08-27T10:59:15.550Z Checking cfg-if v1.0.4
2532026-08-27T10:59:15.610Z Compiling smoltcp v0.11.0
2542026-08-27T10:59:15.970Z Documenting regex-syntax v0.8.11
2552026-08-27T10:59:16.292Z Documenting darling_core v0.23.0
2562026-08-27T10:59:16.460Z Documenting aho-corasick v1.1.4
2572026-08-27T10:59:16.968Z Compiling regex v1.13.0
2582026-08-27T10:59:17.025Z Checking managed v0.8.0
2592026-08-27T10:59:17.237Z Checking bitflags v1.3.2
2602026-08-27T10:59:17.326Z Compiling zerocopy-derive v0.8.54
2612026-08-27T10:59:17.355Z Compiling serde_derive v1.0.228
2622026-08-27T10:59:17.387Z Compiling thiserror-impl v2.0.18
2632026-08-27T10:59:17.390Z Documenting regex-automata v0.4.15
2642026-08-27T10:59:17.505Z Documenting darling_macro v0.23.0
2652026-08-27T10:59:17.830Z Documenting thiserror-impl v2.0.18
2662026-08-27T10:59:18.173Z Documenting zerocopy-derive v0.8.54
2672026-08-27T10:59:18.377Z Compiling darling_macro v0.23.0
2682026-08-27T10:59:18.559Z Documenting serde_derive v1.0.228
2692026-08-27T10:59:18.679Z Checking cobs v0.3.0
2702026-08-27T10:59:18.734Z Documenting regex v1.13.0
2712026-08-27T10:59:18.788Z Compiling ref-cast v1.0.25
2722026-08-27T10:59:18.806Z Compiling crc32fast v1.5.0
2732026-08-27T10:59:18.949Z Compiling darling v0.23.0
2742026-08-27T10:59:19.024Z Compiling ingot-macros v0.2.0
2752026-08-27T10:59:19.099Z Documenting darling v0.23.0
2762026-08-27T10:59:19.106Z Documenting byteorder v1.5.0
2772026-08-27T10:59:19.186Z Documenting zerocopy v0.8.54
2782026-08-27T10:59:19.617Z Documenting thiserror v2.0.18
2792026-08-27T10:59:19.716Z Documenting hash32 v0.3.1
2802026-08-27T10:59:20.169Z Documenting ingot-macros v0.2.0
2812026-08-27T10:59:20.282Z Documenting serde v1.0.228
2822026-08-27T10:59:20.396Z Checking postcard v1.1.3
2832026-08-27T10:59:20.471Z Compiling ref-cast-impl v1.0.25
2842026-08-27T10:59:20.718Z Documenting bitflags v2.13.0
2852026-08-27T10:59:21.089Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2862026-08-27T10:59:21.126Z Documenting macaddr v1.0.1
2872026-08-27T10:59:21.390Z Documenting cfg-if v1.0.4
2882026-08-27T10:59:21.480Z Checking unicode-width v0.2.2
2892026-08-27T10:59:21.512Z Compiling version_check v0.9.5
2902026-08-27T10:59:21.590Z Documenting stable_deref_trait v1.2.1
2912026-08-27T10:59:21.733Z Checking ipnetwork v0.21.1
2922026-08-27T10:59:21.744Z Checking ingot-types v0.2.0
2932026-08-27T10:59:21.795Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-08-27T10:59:21.901Z Documenting cobs v0.3.0
2952026-08-27T10:59:21.975Z Documenting managed v0.8.0
2962026-08-27T10:59:22.025Z Checking tabwriter v1.4.1
2972026-08-27T10:59:22.073Z Checking ingot v0.2.0
2982026-08-27T10:59:22.162Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-08-27T10:59:22.535Z Documenting ingot-types v0.2.0
3002026-08-27T10:59:22.722Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-08-27T10:59:22.733Z Documenting heapless v0.8.0
3022026-08-27T10:59:22.808Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-08-27T10:59:22.963Z Documenting postcard v1.1.3
3042026-08-27T10:59:23.207Z Documenting ref-cast-impl v1.0.25
3052026-08-27T10:59:23.315Z Documenting unicode-width v0.2.2
3062026-08-27T10:59:23.338Z Checking dyn-clone v1.0.20
3072026-08-27T10:59:23.434Z Documenting either v1.16.0
3082026-08-27T10:59:23.492Z Documenting ipnetwork v0.21.1
3092026-08-27T10:59:23.629Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-27T10:59:23.786Z Documenting ingot v0.2.0
3112026-08-27T10:59:24.041Z Documenting smoltcp v0.11.0
3122026-08-27T10:59:24.280Z Documenting crc32fast v1.5.0
3132026-08-27T10:59:24.347Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3142026-08-27T10:59:24.536Z Documenting ref-cast v1.0.25
3152026-08-27T10:59:24.763Z Documenting tabwriter v1.4.1
3162026-08-27T10:59:25.023Z Documenting itertools v0.15.0
3172026-08-27T10:59:25.300Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-08-27T10:59:25.556Z Documenting dyn-clone v1.0.20
3192026-08-27T10:59:26.162Z Documenting uuid v1.23.5
3202026-08-27T10:59:26.462Z Checking uuid v1.23.5
3212026-08-27T10:59:26.703Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-08-27T10:59:26.835Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3232026-08-27T10:59:26.947Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3242026-08-27T10:59:29.336Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-08-27T10:59:31.686Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3262026-08-27T10:59:33.300Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.82s
3272026-08-27T10:59:33.386Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3282026-08-27T10:59:33.412Z
3292026-08-27T10:59:33.415Zreal 25.925390471
3302026-08-27T10:59:33.415Zuser 1:21.619625679
3312026-08-27T10:59:33.416Zsys 17.440248787
3322026-08-27T10:59:33.416Ztrap 0.041795393
3332026-08-27T10:59:33.416Ztflt 0.049761705
3342026-08-27T10:59:33.416Zdflt 0.070745350
3352026-08-27T10:59:33.416Zkflt 0.005084865
3362026-08-27T10:59:33.416Zlock 8:20.764682890
3372026-08-27T10:59:33.416Zslp 5:05.841733369
3382026-08-27T10:59:33.416Zlat 6.684062574
3392026-08-27T10:59:33.416Zstop 12.316342818
3402026-08-27T10:59:33.416Z+ header 'analyze std + api + usdt'
3412026-08-27T10:59:33.416Z+ echo '# ==== analyze std + api + usdt ==== #'
3422026-08-27T10:59:33.416Z# ==== analyze std + api + usdt ==== #
3432026-08-27T10:59:33.416Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3442026-08-27T10:59:33.592Z Downloading crates ...
3452026-08-27T10:59:33.633Z Downloaded ctor v0.10.1
3462026-08-27T10:59:33.636Z Downloaded futures-task v0.3.32
3472026-08-27T10:59:33.640Z Downloaded futures-core v0.3.32
3482026-08-27T10:59:33.640Z Downloaded futures-sink v0.3.32
3492026-08-27T10:59:33.643Z Downloaded circular v0.3.0
3502026-08-27T10:59:33.646Z Downloaded once_cell v1.21.4
3512026-08-27T10:59:33.649Z Downloaded typeid v1.0.3
3522026-08-27T10:59:33.654Z Downloaded futures v0.3.32
3532026-08-27T10:59:33.657Z Downloaded futures-io v0.3.32
3542026-08-27T10:59:33.657Z Downloaded dtor v0.8.1
3552026-08-27T10:59:33.660Z Downloaded futures-macro v0.3.32
3562026-08-27T10:59:33.663Z Downloaded link-section v0.2.1
3572026-08-27T10:59:33.663Z Downloaded dtor-proc-macro v0.0.13
3582026-08-27T10:59:33.663Z Downloaded ctor-proc-macro v0.0.13
3592026-08-27T10:59:33.663Z Downloaded rusticata-macros v5.0.0
3602026-08-27T10:59:33.666Z Downloaded pin-project-lite v0.2.17
3612026-08-27T10:59:33.670Z Downloaded cookie-factory v0.3.3
3622026-08-27T10:59:33.673Z Downloaded slab v0.4.12
3632026-08-27T10:59:33.673Z Downloaded futures-executor v0.3.32
3642026-08-27T10:59:33.676Z Downloaded futures-channel v0.3.32
3652026-08-27T10:59:33.676Z Downloaded anyhow v1.0.103
3662026-08-27T10:59:33.698Z Downloaded ron v0.12.2
3672026-08-27T10:59:33.705Z Downloaded nom v8.0.0
3682026-08-27T10:59:33.708Z Downloaded futures-util v0.3.32
3692026-08-27T10:59:33.714Z Downloaded pcap-parser v0.17.0
3702026-08-27T10:59:33.763Z Compiling proc-macro2 v1.0.106
3712026-08-27T10:59:33.763Z Compiling quote v1.0.46
3722026-08-27T10:59:33.767Z Compiling unicode-ident v1.0.24
3732026-08-27T10:59:33.767Z Compiling memchr v2.8.3
3742026-08-27T10:59:33.767Z Compiling thiserror v2.0.18
3752026-08-27T10:59:33.767Z Compiling zerocopy v0.8.54
3762026-08-27T10:59:33.767Z Compiling serde_core v1.0.228
3772026-08-27T10:59:33.786Z Compiling zmij v1.0.22
3782026-08-27T10:59:34.102Z Compiling libc v0.2.186
3792026-08-27T10:59:34.131Z Compiling ucd-trie v0.1.7
3802026-08-27T10:59:34.135Z Compiling serde_json v1.0.150
3812026-08-27T10:59:34.328Z Compiling pest v2.8.7
3822026-08-27T10:59:34.341Z Compiling serde v1.0.228
3832026-08-27T10:59:34.348Z Compiling strsim v0.11.1
3842026-08-27T10:59:34.522Z Compiling ident_case v1.0.1
3852026-08-27T10:59:34.733Z Compiling aho-corasick v1.1.4
3862026-08-27T10:59:34.812Z Compiling itoa v1.0.18
3872026-08-27T10:59:34.960Z Compiling syn v2.0.118
3882026-08-27T10:59:34.977Z Compiling regex-syntax v0.8.11
3892026-08-27T10:59:35.015Z Checking byteorder v1.5.0
3902026-08-27T10:59:35.387Z Compiling pest_meta v2.8.7
3912026-08-27T10:59:35.592Z Compiling usdt-impl v0.6.0
3922026-08-27T10:59:35.601Z Compiling either v1.16.0
3932026-08-27T10:59:35.689Z Checking bitflags v2.13.0
3942026-08-27T10:59:35.811Z Compiling itertools v0.15.0
3952026-08-27T10:59:36.076Z Compiling thread-id v5.1.0
3962026-08-27T10:59:36.217Z Checking futures-sink v0.3.32
3972026-08-27T10:59:36.410Z Checking plain v0.2.3
3982026-08-27T10:59:36.450Z Compiling regex-automata v0.4.15
3992026-08-27T10:59:36.499Z Checking futures-core v0.3.32
4002026-08-27T10:59:36.619Z Compiling heapless v0.8.0
4012026-08-27T10:59:36.660Z Checking log v0.4.33
4022026-08-27T10:59:36.801Z Checking futures-channel v0.3.32
4032026-08-27T10:59:37.072Z Checking hash32 v0.3.1
4042026-08-27T10:59:37.185Z Checking pretty-hex v0.4.2
4052026-08-27T10:59:37.225Z Checking macaddr v1.0.1
4062026-08-27T10:59:37.238Z Checking futures-task v0.3.32
4072026-08-27T10:59:37.292Z Checking pin-project-lite v0.2.17
4082026-08-27T10:59:37.353Z Checking cfg-if v1.0.4
4092026-08-27T10:59:37.359Z Checking slab v0.4.12
4102026-08-27T10:59:37.363Z Checking stable_deref_trait v1.2.1
4112026-08-27T10:59:37.370Z Checking futures-io v0.3.32
4122026-08-27T10:59:37.376Z Compiling smoltcp v0.11.0
4132026-08-27T10:59:37.470Z Compiling pest_generator v2.8.7
4142026-08-27T10:59:37.502Z Compiling darling_core v0.23.0
4152026-08-27T10:59:37.770Z Compiling crc32fast v1.5.0
4162026-08-27T10:59:37.784Z Compiling version_check v0.9.5
4172026-08-27T10:59:38.042Z Compiling ref-cast v1.0.25
4182026-08-27T10:59:38.046Z Checking bitflags v1.3.2
4192026-08-27T10:59:38.056Z Checking managed v0.8.0
4202026-08-27T10:59:38.069Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4212026-08-27T10:59:38.103Z Compiling regex v1.13.0
4222026-08-27T10:59:38.346Z Checking memmap2 v0.9.11
4232026-08-27T10:59:38.375Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4242026-08-27T10:59:38.504Z Checking ipnetwork v0.21.1
4252026-08-27T10:59:38.633Z Compiling thiserror-impl v2.0.18
4262026-08-27T10:59:38.644Z Compiling serde_derive v1.0.228
4272026-08-27T10:59:38.672Z Compiling zerocopy-derive v0.8.54
4282026-08-27T10:59:38.676Z Compiling pest_derive v2.8.7
4292026-08-27T10:59:38.994Z Compiling scroll_derive v0.13.1
4302026-08-27T10:59:39.192Z Compiling futures-macro v0.3.32
4312026-08-27T10:59:39.403Z Compiling ref-cast-impl v1.0.25
4322026-08-27T10:59:39.407Z Checking unicode-width v0.2.2
4332026-08-27T10:59:39.598Z Compiling darling_macro v0.23.0
4342026-08-27T10:59:39.649Z Checking tabwriter v1.4.1
4352026-08-27T10:59:39.789Z Checking scroll v0.13.0
4362026-08-27T10:59:39.980Z Checking cobs v0.3.0
4372026-08-27T10:59:39.989Z Compiling dtrace-parser v0.3.0
4382026-08-27T10:59:40.011Z Checking goblin v0.10.7
4392026-08-27T10:59:40.014Z Checking futures-util v0.3.32
4402026-08-27T10:59:40.149Z Compiling darling v0.23.0
4412026-08-27T10:59:40.221Z Compiling ingot-macros v0.2.0
4422026-08-27T10:59:40.623Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4432026-08-27T10:59:40.919Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4442026-08-27T10:59:41.673Z Checking nom v8.0.0
4452026-08-27T10:59:41.737Z Checking postcard v1.1.3
4462026-08-27T10:59:41.842Z Compiling serde_tokenstream v0.2.3
4472026-08-27T10:59:42.021Z Compiling typeid v1.0.3
4482026-08-27T10:59:42.024Z Checking futures-executor v0.3.32
4492026-08-27T10:59:42.127Z Compiling anyhow v1.0.103
4502026-08-27T10:59:42.160Z Checking futures v0.3.32
4512026-08-27T10:59:42.227Z Checking dyn-clone v1.0.20
4522026-08-27T10:59:42.319Z Checking cookie-factory v0.3.3
4532026-08-27T10:59:42.324Z Checking uuid v1.23.5
4542026-08-27T10:59:42.572Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4552026-08-27T10:59:42.585Z Checking circular v0.3.0
4562026-08-27T10:59:42.629Z Compiling dtor-proc-macro v0.0.13
4572026-08-27T10:59:42.697Z Compiling ctor-proc-macro v0.0.13
4582026-08-27T10:59:42.780Z Checking once_cell v1.21.4
4592026-08-27T10:59:42.809Z Checking dof v0.4.0
4602026-08-27T10:59:42.822Z Checking link-section v0.2.1
4612026-08-27T10:59:42.906Z Checking ingot-types v0.2.0
4622026-08-27T10:59:42.923Z Checking ron v0.12.2
4632026-08-27T10:59:42.966Z Checking dtor v0.8.1
4642026-08-27T10:59:43.039Z Checking ctor v0.10.1
4652026-08-27T10:59:43.224Z Checking ingot v0.2.0
4662026-08-27T10:59:43.616Z Checking rusticata-macros v5.0.0
4672026-08-27T10:59:43.734Z Checking pcap-parser v0.17.0
4682026-08-27T10:59:43.799Z Compiling usdt-attr-macro v0.6.0
4692026-08-27T10:59:43.799Z Compiling usdt-macro v0.6.0
4702026-08-27T10:59:44.413Z Checking usdt v0.6.0
4712026-08-27T10:59:44.679Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4722026-08-27T10:59:49.188Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4732026-08-27T10:59:50.878Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4742026-08-27T10:59:53.272Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.81s
4752026-08-27T10:59:53.303Z
4762026-08-27T10:59:53.304Zreal 19.885549610
4772026-08-27T10:59:53.304Zuser 1:11.432996993
4782026-08-27T10:59:53.304Zsys 14.745476713
4792026-08-27T10:59:53.304Ztrap 0.040544678
4802026-08-27T10:59:53.309Ztflt 0.115174400
4812026-08-27T10:59:53.309Zdflt 0.209412063
4822026-08-27T10:59:53.309Zkflt 0.000029360
4832026-08-27T10:59:53.310Zlock 4:42.023213797
4842026-08-27T10:59:53.310Zslp 3:47.436205572
4852026-08-27T10:59:53.310Zlat 3.564408442
4862026-08-27T10:59:53.310Zstop 8.861990303
4872026-08-27T10:59:53.310Z+ header 'analyze no_std + engine + kernel'
4882026-08-27T10:59:53.310Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4892026-08-27T10:59:53.310Z# ==== analyze no_std + engine + kernel ==== #
4902026-08-27T10:59:53.310Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4912026-08-27T10:59:53.471Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4922026-08-27T10:59:53.471Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4932026-08-27T10:59:53.471Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4942026-08-27T10:59:53.474Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4952026-08-27T10:59:53.684Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4962026-08-27T10:59:56.762Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4972026-08-27T10:59:57.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s
4982026-08-27T10:59:57.937Z
4992026-08-27T10:59:57.940Zreal 4.628330381
5002026-08-27T10:59:57.940Zuser 4.772194571
5012026-08-27T10:59:57.940Zsys 0.922158408
5022026-08-27T10:59:57.940Ztrap 0.000586870
5032026-08-27T10:59:57.940Ztflt 0.019544928
5042026-08-27T10:59:57.940Zdflt 0.005362134
5052026-08-27T10:59:57.940Zkflt 0.000000000
5062026-08-27T10:59:57.940Zlock 15.018255355
5072026-08-27T10:59:57.941Zslp 17.886807040
5082026-08-27T10:59:57.941Zlat 0.005208660
5092026-08-27T10:59:57.941Zstop 0.190666611
5102026-08-27T10:59:57.941Z+ header test
5112026-08-27T10:59:57.941Z+ echo '# ==== test ==== #'
5122026-08-27T10:59:57.941Z+ ptime -m cargo test
5132026-08-27T10:59:57.941Z# ==== test ==== #
5142026-08-27T10:59:58.089Z Compiling memchr v2.8.3
5152026-08-27T10:59:58.089Z Compiling serde_core v1.0.228
5162026-08-27T10:59:58.113Z Compiling thiserror v2.0.18
5172026-08-27T10:59:58.116Z Compiling zerocopy v0.8.54
5182026-08-27T10:59:58.119Z Compiling byteorder v1.5.0
5192026-08-27T10:59:58.123Z Compiling unicode-ident v1.0.24
5202026-08-27T10:59:58.126Z Compiling zmij v1.0.22
5212026-08-27T10:59:58.126Z Compiling libc v0.2.186
5222026-08-27T10:59:58.196Z Compiling proc-macro2 v1.0.106
5232026-08-27T10:59:58.242Z Compiling scroll v0.13.0
5242026-08-27T10:59:58.329Z Compiling futures-core v0.3.32
5252026-08-27T10:59:58.459Z Compiling itoa v1.0.18
5262026-08-27T10:59:58.485Z Compiling ucd-trie v0.1.7
5272026-08-27T10:59:58.502Z Compiling log v0.4.33
5282026-08-27T10:59:58.511Z Compiling plain v0.2.3
5292026-08-27T10:59:58.605Z Compiling futures-sink v0.3.32
5302026-08-27T10:59:58.703Z Compiling futures-channel v0.3.32
5312026-08-27T10:59:58.713Z Compiling goblin v0.10.7
5322026-08-27T10:59:58.735Z Compiling pest v2.8.7
5332026-08-27T10:59:58.941Z Compiling quote v1.0.46
5342026-08-27T10:59:59.170Z Compiling hash32 v0.3.1
5352026-08-27T10:59:59.333Z Compiling macaddr v1.0.1
5362026-08-27T10:59:59.570Z Compiling pretty-hex v0.4.2
5372026-08-27T10:59:59.579Z Compiling futures-task v0.3.32
5382026-08-27T10:59:59.645Z Compiling futures-io v0.3.32
5392026-08-27T10:59:59.697Z Compiling pin-project-lite v0.2.17
5402026-08-27T10:59:59.765Z Compiling cfg-if v1.0.4
5412026-08-27T10:59:59.783Z Compiling stable_deref_trait v1.2.1
5422026-08-27T10:59:59.829Z Compiling slab v0.4.12
5432026-08-27T10:59:59.829Z Compiling heapless v0.8.0
5442026-08-27T10:59:59.850Z Compiling serde v1.0.228
5452026-08-27T11:00:00.006Z Compiling bitflags v2.13.0
5462026-08-27T11:00:00.083Z Compiling serde_json v1.0.150
5472026-08-27T11:00:00.278Z Compiling futures-util v0.3.32
5482026-08-27T11:00:00.411Z Compiling dtrace-parser v0.3.0
5492026-08-27T11:00:00.421Z Compiling syn v2.0.118
5502026-08-27T11:00:00.500Z Compiling thread-id v5.1.0
5512026-08-27T11:00:00.574Z Compiling cobs v0.3.0
5522026-08-27T11:00:00.854Z Compiling bitflags v1.3.2
5532026-08-27T11:00:00.919Z Compiling managed v0.8.0
5542026-08-27T11:00:00.924Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5552026-08-27T11:00:01.114Z Compiling ingot-types v0.2.0
5562026-08-27T11:00:01.138Z Compiling smoltcp v0.11.0
5572026-08-27T11:00:01.143Z Compiling postcard v1.1.3
5582026-08-27T11:00:01.490Z Compiling ingot v0.2.0
5592026-08-27T11:00:01.512Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5602026-08-27T11:00:02.124Z Compiling dof v0.4.0
5612026-08-27T11:00:02.993Z Compiling usdt-impl v0.6.0
5622026-08-27T11:00:03.239Z Compiling futures-executor v0.3.32
5632026-08-27T11:00:03.739Z Compiling memmap2 v0.9.11
5642026-08-27T11:00:03.833Z Compiling either v1.16.0
5652026-08-27T11:00:03.921Z Compiling ipnetwork v0.21.1
5662026-08-27T11:00:04.014Z Compiling unicode-width v0.2.2
5672026-08-27T11:00:04.040Z Compiling itertools v0.15.0
5682026-08-27T11:00:04.315Z Compiling tabwriter v1.4.1
5692026-08-27T11:00:04.433Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-08-27T11:00:04.741Z Compiling usdt v0.6.0
5712026-08-27T11:00:05.018Z Compiling ref-cast v1.0.25
5722026-08-27T11:00:05.114Z Compiling futures v0.3.32
5732026-08-27T11:00:05.226Z Compiling crc32fast v1.5.0
5742026-08-27T11:00:05.268Z Compiling nom v8.0.0
5752026-08-27T11:00:05.356Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5762026-08-27T11:00:05.465Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5772026-08-27T11:00:05.924Z Compiling dyn-clone v1.0.20
5782026-08-27T11:00:06.040Z Compiling cookie-factory v0.3.3
5792026-08-27T11:00:06.091Z Compiling uuid v1.23.5
5802026-08-27T11:00:06.358Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5812026-08-27T11:00:06.459Z Compiling circular v0.3.0
5822026-08-27T11:00:06.591Z Compiling dtor v0.8.1
5832026-08-27T11:00:06.682Z Compiling typeid v1.0.3
5842026-08-27T11:00:06.707Z Compiling anyhow v1.0.103
5852026-08-27T11:00:06.735Z Compiling once_cell v1.21.4
5862026-08-27T11:00:06.784Z Compiling link-section v0.2.1
5872026-08-27T11:00:06.851Z Compiling ron v0.12.2
5882026-08-27T11:00:06.891Z Compiling ctor v0.10.1
5892026-08-27T11:00:07.925Z Compiling rusticata-macros v5.0.0
5902026-08-27T11:00:08.245Z Compiling pcap-parser v0.17.0
5912026-08-27T11:00:11.582Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5922026-08-27T11:00:14.747Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5932026-08-27T11:01:01.452Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s
5942026-08-27T11:01:01.467Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a8390f6047b12707)
5952026-08-27T11:01:01.470Z
5962026-08-27T11:01:01.470Zrunning 15 tests
5972026-08-27T11:01:01.471Ztest api::tests::parse_good_proto_filter ... ok
5982026-08-27T11:01:01.471Ztest api::tests::parse_bad_proto_filter ... ok
5992026-08-27T11:01:01.471Ztest api::tests::parse_bad_address ... ok
6002026-08-27T11:01:01.471Ztest api::tests::parse_good_address ... ok
6012026-08-27T11:01:01.471Ztest api::tests::ports_from_str_bad ... ok
6022026-08-27T11:01:01.471Ztest api::tests::ports_from_str_good ... ok
6032026-08-27T11:01:01.471Ztest cfg::tests::test_required_nat_space ... ok
6042026-08-27T11:01:01.471Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6052026-08-27T11:01:01.471Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6062026-08-27T11:01:01.471Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6072026-08-27T11:01:01.471Ztest engine::geneve::test::parse_multi_opt ... ok
6082026-08-27T11:01:01.471Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6092026-08-27T11:01:01.471Ztest engine::geneve::test::parse_single_opt ... ok
6102026-08-27T11:01:01.471Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6112026-08-27T11:01:01.475Ztest engine::firewall::tests::port_predicate_simplification ... ok
6122026-08-27T11:01:01.475Z
6132026-08-27T11:01:01.475Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6142026-08-27T11:01:01.475Z
6152026-08-27T11:01:01.475Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7995a7b8cc933763)
6162026-08-27T11:01:01.475Z
6172026-08-27T11:01:01.475Zrunning 4 tests
6182026-08-27T11:01:01.475Ztest firewall_external_inbound ... ok
6192026-08-27T11:01:01.475Ztest firewall_vni_outbound ... ok
6202026-08-27T11:01:01.475Ztest firewall_vni_inbound ... ok
6212026-08-27T11:01:01.475Ztest firewall_replace_rules ... ok
6222026-08-27T11:01:01.475Z
6232026-08-27T11:01:01.475Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-08-27T11:01:01.475Z
6252026-08-27T11:01:01.476Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-722fbee518f7bf2a)
6262026-08-27T11:01:01.479Z
6272026-08-27T11:01:01.479Zrunning 2 tests
6282026-08-27T11:01:01.479Ztest parse_out_regression ... ok
6292026-08-27T11:01:01.479Ztest parse_in_regression ... ok
6302026-08-27T11:01:01.479Z
6312026-08-27T11:01:01.479Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6322026-08-27T11:01:01.479Z
6332026-08-27T11:01:01.479Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b941732d989f67f1)
6342026-08-27T11:01:01.479Z
6352026-08-27T11:01:01.479Zrunning 50 tests
6362026-08-27T11:01:01.483Ztest bad_ip_len ... ok
6372026-08-27T11:01:01.484Ztest add_remove_fw_rule ... ok
6382026-08-27T11:01:01.484Ztest check_layers ... ok
6392026-08-27T11:01:01.484Ztest arp_gateway ... ok
6402026-08-27T11:01:01.484Ztest anti_spoof ... ok
6412026-08-27T11:01:01.484Ztest external_attached_subnets_cannot_reach_internal ... ok
6422026-08-27T11:01:01.484Ztest external_attached_subnets_dont_apply_nat ... ok
6432026-08-27T11:01:01.484Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6442026-08-27T11:01:01.484Ztest gateway_icmpv6_ping ... ok
6452026-08-27T11:01:01.484Ztest external_ip_epoch_affinity_preserved ... ok
6462026-08-27T11:01:01.484Ztest flow_expiration ... ok
6472026-08-27T11:01:01.484Ztest gateway_icmp4_ping ... ok
6482026-08-27T11:01:01.484Ztest early_tcp_invalidation ... ok
6492026-08-27T11:01:01.484Ztest external_ip_reconfigurable ... ok
6502026-08-27T11:01:01.484Ztest gateway_router_advert_reply ... ok
6512026-08-27T11:01:01.484Ztest guest_to_guest_no_route ... ok
6522026-08-27T11:01:01.484Ztest guest_to_internet_ipv6 ... ok
6532026-08-27T11:01:01.484Ztest guest_to_guest_diff_vpc_no_peer ... ok
6542026-08-27T11:01:01.484Ztest guest_to_internet_ipv4 ... ok
6552026-08-27T11:01:01.484Ztest icmp_inner_has_nat_applied ... ok
6562026-08-27T11:01:01.484Ztest guest_to_guest ... ok
6572026-08-27T11:01:01.484Ztest inbound_ndp_dropped_at_gateway ... ok
6582026-08-27T11:01:01.484Ztest external_ip_balanced_over_floating_ips ... ok
6592026-08-27T11:01:01.484Ztest icmpv6_inner_has_nat_applied ... ok
6602026-08-27T11:01:01.484Ztest external_ip_receive_and_reply_on_all ... ok
6612026-08-27T11:01:01.484Ztest outbound_ndp_dropped ... ok
6622026-08-27T11:01:01.484Ztest internal_attached_subnets ... ok
6632026-08-27T11:01:01.484Ztest intra_subnet_routes_with_custom ... ok
6642026-08-27T11:01:01.484Ztest packet_body_pullup ... ok
6652026-08-27T11:01:01.485Ztest no_panic_on_flow_table_full ... ok
6662026-08-27T11:01:01.485Ztest offload_info_preserved ... ok
6672026-08-27T11:01:01.485Ztest port_transition_running ... ok
6682026-08-27T11:01:01.485Ztest port_transition_reset ... ok
6692026-08-27T11:01:01.485Ztest port_as_router_target ... ok
6702026-08-27T11:01:01.485Ztest packet_too_big_generation ... ok
6712026-08-27T11:01:01.485Ztest port_transition_pause ... ok
6722026-08-27T11:01:01.485Ztest tcp_invalidation_does_not_block_connection ... ok
6732026-08-27T11:01:01.485Ztest test_drop_on_unknown_critical_option ... ok
6742026-08-27T11:01:01.485Ztest snat_icmp4_echo_rewrite ... ok
6752026-08-27T11:01:01.485Ztest snat_icmp6_echo_rewrite ... ok
6762026-08-27T11:01:01.485Ztest tcp_inbound ... ok
6772026-08-27T11:01:01.485Ztest select_eip_conditioned_on_igw ... ok
6782026-08-27T11:01:01.485Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6792026-08-27T11:01:01.485Ztest test_ipv6_multicast_encapsulation ... ok
6802026-08-27T11:01:01.485Ztest test_gateway_neighbor_advert_reply ... ok
6812026-08-27T11:01:01.485Ztest tcp_outbound ... ok
6822026-08-27T11:01:01.485Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6832026-08-27T11:01:01.485Ztest test_tcp_multicast_denied ... ok
6842026-08-27T11:01:01.485Ztest uft_lft_invalidation_out ... ok
6852026-08-27T11:01:01.485Ztest uft_lft_invalidation_in ... ok
6862026-08-27T11:01:01.485Z
6872026-08-27T11:01:01.485Ztest result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6882026-08-27T11:01:01.485Z
6892026-08-27T11:01:01.485Z Doc-tests oxide_vpc
6902026-08-27T11:01:01.782Z
6912026-08-27T11:01:01.782Zrunning 0 tests
6922026-08-27T11:01:01.782Z
6932026-08-27T11:01:01.782Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6942026-08-27T11:01:01.782Z
6952026-08-27T11:01:01.810Z
6962026-08-27T11:01:01.810Zreal 1:03.861805566
6972026-08-27T11:01:01.810Zuser 3:28.687563334
6982026-08-27T11:01:01.810Zsys 12.093114814
6992026-08-27T11:01:01.810Ztrap 0.091215158
7002026-08-27T11:01:01.813Ztflt 0.204192217
7012026-08-27T11:01:01.813Zdflt 0.385635152
7022026-08-27T11:01:01.813Zkflt 0.000013490
7032026-08-27T11:01:01.813Zlock 15:16.147875084
7042026-08-27T11:01:01.813Zslp 6:56.534588182
7052026-08-27T11:01:01.813Zlat 8.555392063
7062026-08-27T11:01:01.813Zstop 6.326028362
7072026-08-27T11:01:01.814Zprocess exited: duration 129104 ms, exit code 0
 
7082026-08-27T11:01:01.820Zfound 0 output files