01KEWB4RNX0J413PX6HHM9AKJ9: oxide-vpc

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

Buildomat Job: 01KEWB5S2TFQJTCDMRTCG7C17P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-13T18:52:47.394Zjob assigned to worker 01KEWB602GX3QY22M9X8R2EDH3 [factory aws, i-09032250c7f8ba6a7] (queued for 1 m 17 s)
 
22026-01-13T18:52:56.060Zstarting task 0: "setup"
32026-01-13T18:52:56.065Z++ uname -s
42026-01-13T18:52:56.068Z+ kern=SunOS
52026-01-13T18:52:56.068Z+ build_user=build
62026-01-13T18:52:56.068Z+ build_uid=12345
72026-01-13T18:52:56.068Z+ work_dir=/work
82026-01-13T18:52:56.068Z+ input_dir=/input
92026-01-13T18:52:56.068Z+ [[ 0 == 12345 ]]
102026-01-13T18:52:56.069Z+ case "$kern" in
112026-01-13T18:52:56.069Z+ groupadd -g 12345 build
122026-01-13T18:52:56.072Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-13T18:52:58.079Z+ zfs create -o mountpoint=/work rpool/work
142026-01-13T18:52:58.207Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-13T18:52:58.210Z+ home_fs=zfs
162026-01-13T18:52:58.210Z+ [[ zfs == autofs ]]
172026-01-13T18:52:58.210Z+ mkdir -p /home/build
182026-01-13T18:52:58.213Z+ chown build:build /home/build /work
192026-01-13T18:53:00.214Z+ chmod 0700 /home/build /work
202026-01-13T18:53:00.217Zprocess exited: duration 4158 ms, exit code 0
 
212026-01-13T18:53:00.224Zstarting task 1: "rust-toolchain"
222026-01-13T18:53:00.229Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-01-13T18:53:00.229Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-13T18:53:00.229Z * rust toolchain channel = "1.90.0"
252026-01-13T18:53:00.229Z * rust toolchain profile = "default"
262026-01-13T18:53:00.229Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-13T18:53:00.229Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-13T18:53:00.232Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-13T18:53:00.232Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-01-13T18:53:00.618Zinfo: downloading installer
312026-01-13T18:53:02.333Zwarn: It looks like you have an existing installation of Rust at:
322026-01-13T18:53:02.333Zwarn: /opt/ooce/bin
332026-01-13T18:53:02.333Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-13T18:53:02.333Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-13T18:53:02.333Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-13T18:53:02.333Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-13T18:53:02.333Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-13T18:53:02.333Zerror: cannot install while Rust is installed
392026-01-13T18:53:02.333Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-13T18:53:02.361Zinfo: profile set to 'default'
412026-01-13T18:53:02.361Zinfo: default host triple is x86_64-unknown-illumos
422026-01-13T18:53:02.364Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-01-13T18:53:02.528Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-01-13T18:53:02.529Zinfo: downloading component 'cargo'
452026-01-13T18:53:03.342Zinfo: downloading component 'clippy'
462026-01-13T18:53:03.681Zinfo: downloading component 'rust-docs'
472026-01-13T18:53:04.935Zinfo: downloading component 'rust-std'
482026-01-13T18:53:06.962Zinfo: downloading component 'rustc'
492026-01-13T18:53:15.945Zinfo: downloading component 'rustfmt'
502026-01-13T18:53:16.267Zinfo: installing component 'cargo'
512026-01-13T18:53:17.175Zinfo: installing component 'clippy'
522026-01-13T18:53:17.585Zinfo: installing component 'rust-docs'
532026-01-13T18:53:19.411Zinfo: installing component 'rust-std'
542026-01-13T18:53:21.385Zinfo: installing component 'rustc'
552026-01-13T18:53:27.930Zinfo: installing component 'rustfmt'
562026-01-13T18:53:28.273Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-01-13T18:53:28.273Z
582026-01-13T18:53:28.701Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-01-13T18:53:28.701Z
602026-01-13T18:53:28.704Z
612026-01-13T18:53:28.704ZRust is installed now. Great!
622026-01-13T18:53:28.704Z
632026-01-13T18:53:28.704ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-13T18:53:28.704Zenvironment variable. This has not been done automatically.
652026-01-13T18:53:28.705Z
662026-01-13T18:53:28.705ZTo configure your current shell, you need to source
672026-01-13T18:53:28.705Zthe corresponding env file under $HOME/.cargo.
682026-01-13T18:53:28.705Z
692026-01-13T18:53:28.705ZThis is usually done by running one of the following (note the leading DOT):
702026-01-13T18:53:28.705Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-13T18:53:28.705Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-13T18:53:28.705Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-13T18:53:28.789Z+ rustup --version
742026-01-13T18:53:28.801Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-13T18:53:28.803Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-13T18:53:28.883Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-01-13T18:53:28.886Z+ cargo --version
782026-01-13T18:53:28.949Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-01-13T18:53:28.953Z+ rustc --version
802026-01-13T18:53:29.021Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-01-13T18:53:29.024Zprocess exited: duration 28798 ms, exit code 0
 
822026-01-13T18:53:29.030Zstarting task 2: "authentication"
832026-01-13T18:53:29.052Zprocess exited: duration 21 ms, exit code 0
 
842026-01-13T18:53:29.058Zstarting task 3: "clone repository"
852026-01-13T18:53:29.063Z+ mkdir -p /work/oxidecomputer/opte
862026-01-13T18:53:29.066Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-01-13T18:53:29.100ZCloning into '/work/oxidecomputer/opte'...
882026-01-13T18:53:30.029Z+ cd /work/oxidecomputer/opte
892026-01-13T18:53:30.032Z+ git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701
902026-01-13T18:53:30.299ZFrom https://github.com/oxidecomputer/opte
912026-01-13T18:53:30.299Z * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD
922026-01-13T18:53:30.306Z+ [[ -n overlay-capab ]]
932026-01-13T18:53:30.309Z++ git branch --show-current
942026-01-13T18:53:30.312Z+ current=master
952026-01-13T18:53:30.313Z+ [[ master != overlay-capab ]]
962026-01-13T18:53:30.313Z+ git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701
972026-01-13T18:53:30.315Z+ git checkout -f overlay-capab
982026-01-13T18:53:30.339ZSwitched to branch 'overlay-capab'
992026-01-13T18:53:30.342Z+ git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701
1002026-01-13T18:53:30.345ZHEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY`
1012026-01-13T18:53:30.348Zprocess exited: duration 1287 ms, exit code 0
 
1022026-01-13T18:53:30.354Zstarting task 4: "build"
1032026-01-13T18:53:30.359Z+ source .github/buildomat/common.sh
1042026-01-13T18:53:30.362Z++ rustup show active-toolchain
1052026-01-13T18:53:30.407Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-01-13T18:53:30.410Z++ pushd xde
1072026-01-13T18:53:30.410Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-01-13T18:53:30.410Z++ rustup show active-toolchain
1092026-01-13T18:53:30.418Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-01-13T18:53:30.611Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-01-13T18:53:30.614Zinfo: downloading component 'cargo'
1122026-01-13T18:53:31.429Zinfo: downloading component 'clippy'
1132026-01-13T18:53:31.816Zinfo: downloading component 'rust-src'
1142026-01-13T18:53:32.096Zinfo: downloading component 'rust-std'
1152026-01-13T18:53:33.625Zinfo: downloading component 'rustc'
1162026-01-13T18:53:42.794Zinfo: downloading component 'rustfmt'
1172026-01-13T18:53:43.026Zinfo: installing component 'cargo'
1182026-01-13T18:53:43.931Zinfo: installing component 'clippy'
1192026-01-13T18:53:44.327Zinfo: installing component 'rust-src'
1202026-01-13T18:53:44.697Zinfo: installing component 'rust-std'
1212026-01-13T18:53:46.424Zinfo: installing component 'rustc'
1222026-01-13T18:53:53.001Zinfo: installing component 'rustfmt'
1232026-01-13T18:53:53.342Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-01-13T18:53:53.426Z+++ rustup show active-toolchain -v
1252026-01-13T18:53:53.429Z+++ head -n 1
1262026-01-13T18:53:53.429Z+++ cut '-d ' -f1
1272026-01-13T18:53:53.535Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-01-13T18:53:53.535Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-01-13T18:53:53.535Z++ popd
1302026-01-13T18:53:53.535Z/work/oxidecomputer/opte
1312026-01-13T18:53:53.539Z+ cargo --version
1322026-01-13T18:53:53.595Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-01-13T18:53:53.598Z+ rustc --version
1342026-01-13T18:53:53.670Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-01-13T18:53:53.674Z+ cd lib/oxide-vpc
1362026-01-13T18:53:53.674Z+ header 'check style'
1372026-01-13T18:53:53.674Z+ echo '# ==== check style ==== #'
1382026-01-13T18:53:53.674Z# ==== check style ==== #
1392026-01-13T18:53:53.674Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1402026-01-13T18:53:53.966Z
1412026-01-13T18:53:53.966Zreal 0.289310068
1422026-01-13T18:53:53.966Zuser 0.213975224
1432026-01-13T18:53:53.966Zsys 0.069631067
1442026-01-13T18:53:53.969Ztrap 0.000079965
1452026-01-13T18:53:53.969Ztflt 0.000010598
1462026-01-13T18:53:53.969Zdflt 0.000007398
1472026-01-13T18:53:53.969Zkflt 0.000000000
1482026-01-13T18:53:53.969Zlock 0.724058901
1492026-01-13T18:53:53.969Zslp 0.304298851
1502026-01-13T18:53:53.969Zlat 0.001347520
1512026-01-13T18:53:53.969Zstop 0.000168385
1522026-01-13T18:53:53.970Z+ header 'check docs'
1532026-01-13T18:53:53.970Z+ echo '# ==== check docs ==== #'
1542026-01-13T18:53:53.970Z# ==== check docs ==== #
1552026-01-13T18:53:53.970Z+ RUSTDOCFLAGS='-D warnings'
1562026-01-13T18:53:53.970Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1572026-01-13T18:53:54.062Z Updating crates.io index
1582026-01-13T18:53:54.127Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-01-13T18:53:55.099Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-01-13T18:53:55.407Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-01-13T18:53:55.781Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-01-13T18:53:56.110Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-01-13T18:53:56.448Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-01-13T18:53:56.740Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-01-13T18:53:58.212Z Downloading crates ...
1662026-01-13T18:53:58.292Z Downloaded crc32fast v1.5.0
1672026-01-13T18:53:58.303Z Downloaded crypto-common v0.1.7
1682026-01-13T18:53:58.306Z Downloaded darling_core v0.21.3
1692026-01-13T18:53:58.309Z Downloaded cfg-if v1.0.4
1702026-01-13T18:53:58.313Z Downloaded aho-corasick v1.1.4
1712026-01-13T18:53:58.317Z Downloaded darling v0.21.3
1722026-01-13T18:53:58.339Z Downloaded defmt-macros v1.0.1
1732026-01-13T18:53:58.341Z Downloaded dyn-clone v1.0.20
1742026-01-13T18:53:58.344Z Downloaded either v1.15.0
1752026-01-13T18:53:58.344Z Downloaded dtrace-parser v0.3.0
1762026-01-13T18:53:58.348Z Downloaded digest v0.10.7
1772026-01-13T18:53:58.348Z Downloaded dof v0.4.0
1782026-01-13T18:53:58.348Z Downloaded defmt-parser v1.0.0
1792026-01-13T18:53:58.351Z Downloaded defmt v0.3.100
1802026-01-13T18:53:58.351Z Downloaded darling_macro v0.21.3
1812026-01-13T18:53:58.351Z Downloaded embedded-io v0.6.1
1822026-01-13T18:53:58.353Z Downloaded hash32 v0.3.1
1832026-01-13T18:53:58.353Z Downloaded defmt v1.0.1
1842026-01-13T18:53:58.356Z Downloaded generic-array v0.14.7
1852026-01-13T18:53:58.359Z Downloaded fnv v1.0.7
1862026-01-13T18:53:58.359Z Downloaded ingot-macros v0.1.1
1872026-01-13T18:53:58.408Z Downloaded embedded-io v0.4.0
1882026-01-13T18:53:58.408Z Downloaded itoa v1.0.17
1892026-01-13T18:53:58.408Z Downloaded ident_case v1.0.1
1902026-01-13T18:53:58.408Z Downloaded macaddr v1.0.1
1912026-01-13T18:53:58.408Z Downloaded proc-macro-error-attr2 v2.0.0
1922026-01-13T18:53:58.408Z Downloaded scroll_derive v0.13.1
1932026-01-13T18:53:58.408Z Downloaded ipnetwork v0.21.1
1942026-01-13T18:53:58.408Z Downloaded ingot-types v0.1.2
1952026-01-13T18:53:58.408Z Downloaded managed v0.8.0
1962026-01-13T18:53:58.408Z Downloaded plain v0.2.3
1972026-01-13T18:53:58.408Z Downloaded usdt v0.6.0
1982026-01-13T18:53:58.408Z Downloaded ref-cast-impl v1.0.25
1992026-01-13T18:53:58.408Z Downloaded pretty-hex v0.4.1
2002026-01-13T18:53:58.408Z Downloaded ref-cast v1.0.25
2012026-01-13T18:53:58.411Z Downloaded block-buffer v0.10.4
2022026-01-13T18:53:58.411Z Downloaded stable_deref_trait v1.2.1
2032026-01-13T18:53:58.411Z Downloaded tabwriter v1.4.1
2042026-01-13T18:53:58.411Z Downloaded thread-id v5.0.0
2052026-01-13T18:53:58.411Z Downloaded strsim v0.11.1
2062026-01-13T18:53:58.415Z Downloaded usdt-attr-macro v0.6.0
2072026-01-13T18:53:58.417Z Downloaded version_check v0.9.5
2082026-01-13T18:53:58.417Z Downloaded cpufeatures v0.2.17
2092026-01-13T18:53:58.417Z Downloaded cobs v0.3.0
2102026-01-13T18:53:58.421Z Downloaded usdt-macro v0.6.0
2112026-01-13T18:53:58.424Z Downloaded proc-macro-error2 v2.0.1
2122026-01-13T18:53:58.427Z Downloaded ingot v0.1.1
2132026-01-13T18:53:58.436Z Downloaded heapless v0.8.0
2142026-01-13T18:53:58.439Z Downloaded usdt-impl v0.6.0
2152026-01-13T18:53:58.443Z Downloaded thiserror-impl v2.0.17
2162026-01-13T18:53:58.443Z Downloaded thiserror v2.0.17
2172026-01-13T18:53:58.447Z Downloaded serde_tokenstream v0.2.2
2182026-01-13T18:53:58.450Z Downloaded quote v1.0.42
2192026-01-13T18:53:58.452Z Downloaded sha2 v0.10.9
2202026-01-13T18:53:58.452Z Downloaded zmij v1.0.10
2212026-01-13T18:53:58.455Z Downloaded memmap2 v0.9.9
2222026-01-13T18:53:58.455Z Downloaded bitflags v1.3.2
2232026-01-13T18:53:58.458Z Downloaded scroll v0.13.0
2242026-01-13T18:53:58.461Z Downloaded pest_generator v2.8.5
2252026-01-13T18:53:58.461Z Downloaded pest_meta v2.8.5
2262026-01-13T18:53:58.464Z Downloaded byteorder v1.5.0
2272026-01-13T18:53:58.474Z Downloaded bitflags v2.10.0
2282026-01-13T18:53:58.478Z Downloaded log v0.4.29
2292026-01-13T18:53:58.481Z Downloaded ucd-trie v0.1.7
2302026-01-13T18:53:58.487Z Downloaded proc-macro2 v1.0.104
2312026-01-13T18:53:58.490Z Downloaded serde_derive v1.0.228
2322026-01-13T18:53:58.493Z Downloaded pest_derive v2.8.5
2332026-01-13T18:53:58.496Z Downloaded unicode-ident v1.0.22
2342026-01-13T18:53:58.499Z Downloaded uuid v1.19.0
2352026-01-13T18:53:58.502Z Downloaded typenum v1.19.0
2362026-01-13T18:53:58.505Z Downloaded serde_core v1.0.228
2372026-01-13T18:53:58.505Z Downloaded pest v2.8.5
2382026-01-13T18:53:58.508Z Downloaded memchr v2.7.6
2392026-01-13T18:53:58.513Z Downloaded postcard v1.1.3
2402026-01-13T18:53:58.526Z Downloaded serde v1.0.228
2412026-01-13T18:53:58.529Z Downloaded itertools v0.14.0
2422026-01-13T18:53:58.539Z Downloaded zerocopy-derive v0.8.31
2432026-01-13T18:53:58.553Z Downloaded serde_json v1.0.148
2442026-01-13T18:53:58.561Z Downloaded regex v1.12.2
2452026-01-13T18:53:58.576Z Downloaded goblin v0.10.4
2462026-01-13T18:53:58.612Z Downloaded zerocopy v0.8.31
2472026-01-13T18:53:58.631Z Downloaded unicode-width v0.2.2
2482026-01-13T18:53:58.635Z Downloaded smoltcp v0.11.0
2492026-01-13T18:53:58.645Z Downloaded syn v2.0.113
2502026-01-13T18:53:58.668Z Downloaded regex-syntax v0.8.8
2512026-01-13T18:53:58.690Z Downloaded regex-automata v0.4.13
2522026-01-13T18:53:58.703Z Downloaded libc v0.2.179
2532026-01-13T18:53:58.787Z Compiling proc-macro2 v1.0.104
2542026-01-13T18:53:58.787Z Compiling quote v1.0.42
2552026-01-13T18:53:58.790Z Compiling unicode-ident v1.0.22
2562026-01-13T18:53:58.790Z Documenting unicode-ident v1.0.22
2572026-01-13T18:53:58.790Z Compiling serde_core v1.0.228
2582026-01-13T18:53:58.790Z Compiling ident_case v1.0.1
2592026-01-13T18:53:58.790Z Compiling strsim v0.11.1
2602026-01-13T18:53:59.030Z Compiling fnv v1.0.7
2612026-01-13T18:53:59.062Z Compiling memchr v2.7.6
2622026-01-13T18:53:59.166Z Compiling regex-syntax v0.8.8
2632026-01-13T18:53:59.433Z Compiling zerocopy v0.8.31
2642026-01-13T18:53:59.580Z Compiling serde v1.0.228
2652026-01-13T18:53:59.640Z Compiling thiserror v2.0.17
2662026-01-13T18:54:00.126Z Documenting proc-macro2 v1.0.104
2672026-01-13T18:54:00.135Z Compiling aho-corasick v1.1.4
2682026-01-13T18:54:00.458Z Compiling either v1.15.0
2692026-01-13T18:54:00.506Z Checking byteorder v1.5.0
2702026-01-13T18:54:00.838Z Compiling itertools v0.14.0
2712026-01-13T18:54:01.149Z Checking syn v2.0.113
2722026-01-13T18:54:01.371Z Documenting quote v1.0.42
2732026-01-13T18:54:02.429Z Documenting syn v2.0.113
2742026-01-13T18:54:02.619Z Compiling regex-automata v0.4.13
2752026-01-13T18:54:03.501Z Documenting ident_case v1.0.1
2762026-01-13T18:54:03.749Z Documenting fnv v1.0.7
2772026-01-13T18:54:04.216Z Documenting strsim v0.11.1
2782026-01-13T18:54:04.392Z Compiling heapless v0.8.0
2792026-01-13T18:54:04.609Z Checking bitflags v2.10.0
2802026-01-13T18:54:04.902Z Checking hash32 v0.3.1
2812026-01-13T18:54:05.071Z Documenting serde_core v1.0.228
2822026-01-13T18:54:05.167Z Checking cfg-if v1.0.4
2832026-01-13T18:54:05.257Z Checking stable_deref_trait v1.2.1
2842026-01-13T18:54:05.266Z Checking macaddr v1.0.1
2852026-01-13T18:54:05.355Z Documenting memchr v2.7.6
2862026-01-13T18:54:05.529Z Compiling smoltcp v0.11.0
2872026-01-13T18:54:06.149Z Documenting regex-syntax v0.8.8
2882026-01-13T18:54:06.293Z Checking darling_core v0.21.3
2892026-01-13T18:54:06.712Z Compiling regex v1.12.2
2902026-01-13T18:54:07.785Z Documenting darling_core v0.21.3
2912026-01-13T18:54:08.372Z Documenting aho-corasick v1.1.4
2922026-01-13T18:54:08.931Z Checking bitflags v1.3.2
2932026-01-13T18:54:09.029Z Checking managed v0.8.0
2942026-01-13T18:54:09.323Z Documenting serde_derive v1.0.228
2952026-01-13T18:54:09.398Z Documenting thiserror-impl v2.0.17
2962026-01-13T18:54:10.256Z Documenting regex-automata v0.4.13
2972026-01-13T18:54:10.542Z Documenting darling_macro v0.21.3
2982026-01-13T18:54:10.682Z Documenting zerocopy-derive v0.8.31
2992026-01-13T18:54:10.855Z Compiling crc32fast v1.5.0
3002026-01-13T18:54:11.360Z Compiling zerocopy-derive v0.8.31
3012026-01-13T18:54:11.435Z Compiling serde_derive v1.0.228
3022026-01-13T18:54:11.639Z Compiling thiserror-impl v2.0.17
3032026-01-13T18:54:11.824Z Compiling ref-cast v1.0.25
3042026-01-13T18:54:11.894Z Documenting byteorder v1.5.0
3052026-01-13T18:54:12.366Z Compiling ref-cast-impl v1.0.25
3062026-01-13T18:54:13.133Z Compiling darling_macro v0.21.3
3072026-01-13T18:54:13.359Z Documenting regex v1.12.2
3082026-01-13T18:54:13.400Z Documenting hash32 v0.3.1
3092026-01-13T18:54:13.626Z Documenting bitflags v2.10.0
3102026-01-13T18:54:14.130Z Compiling darling v0.21.3
3112026-01-13T18:54:14.243Z Compiling ingot-macros v0.1.1
3122026-01-13T18:54:14.489Z Checking cobs v0.3.0
3132026-01-13T18:54:14.538Z Documenting darling v0.21.3
3142026-01-13T18:54:14.699Z Documenting thiserror v2.0.17
3152026-01-13T18:54:14.803Z Documenting zerocopy v0.8.31
3162026-01-13T18:54:15.274Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-01-13T18:54:15.380Z Checking ipnetwork v0.21.1
3182026-01-13T18:54:15.692Z Documenting cfg-if v1.0.4
3192026-01-13T18:54:15.793Z Documenting macaddr v1.0.1
3202026-01-13T18:54:16.002Z Compiling version_check v0.9.5
3212026-01-13T18:54:16.249Z Documenting ingot-macros v0.1.1
3222026-01-13T18:54:16.624Z Documenting stable_deref_trait v1.2.1
3232026-01-13T18:54:16.689Z Checking unicode-width v0.2.2
3242026-01-13T18:54:17.078Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3252026-01-13T18:54:17.178Z Documenting cobs v0.3.0
3262026-01-13T18:54:17.459Z Documenting managed v0.8.0
3272026-01-13T18:54:17.526Z Checking tabwriter v1.4.1
3282026-01-13T18:54:17.658Z Documenting heapless v0.8.0
3292026-01-13T18:54:18.228Z Documenting serde v1.0.228
3302026-01-13T18:54:18.667Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3312026-01-13T18:54:18.807Z Checking postcard v1.1.3
3322026-01-13T18:54:18.955Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-01-13T18:54:19.376Z Documenting smoltcp v0.11.0
3342026-01-13T18:54:19.468Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3352026-01-13T18:54:19.665Z Documenting ref-cast-impl v1.0.25
3362026-01-13T18:54:20.093Z Checking dyn-clone v1.0.20
3372026-01-13T18:54:20.175Z Documenting unicode-width v0.2.2
3382026-01-13T18:54:20.226Z Documenting either v1.15.0
3392026-01-13T18:54:20.248Z Documenting ipnetwork v0.21.1
3402026-01-13T18:54:20.363Z Checking ingot-types v0.1.2
3412026-01-13T18:54:20.498Z Documenting ingot-types v0.1.2
3422026-01-13T18:54:21.038Z Checking ingot v0.1.1
3432026-01-13T18:54:21.208Z Documenting postcard v1.1.3
3442026-01-13T18:54:21.262Z Documenting ref-cast v1.0.25
3452026-01-13T18:54:21.633Z Documenting itertools v0.14.0
3462026-01-13T18:54:22.150Z Documenting crc32fast v1.5.0
3472026-01-13T18:54:22.368Z Documenting tabwriter v1.4.1
3482026-01-13T18:54:22.739Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3492026-01-13T18:54:23.195Z Documenting ingot v0.1.1
3502026-01-13T18:54:23.339Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3512026-01-13T18:54:23.434Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3522026-01-13T18:54:23.878Z Documenting dyn-clone v1.0.20
3532026-01-13T18:54:24.586Z Documenting uuid v1.19.0
3542026-01-13T18:54:24.704Z Checking uuid v1.19.0
3552026-01-13T18:54:25.069Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9)
3562026-01-13T18:54:25.131Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9)
3572026-01-13T18:54:27.044Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3582026-01-13T18:54:28.619Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3592026-01-13T18:54:31.798Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3602026-01-13T18:54:33.857Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.87s
3612026-01-13T18:54:33.950Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3622026-01-13T18:54:33.970Z
3632026-01-13T18:54:33.973Zreal 39.980525209
3642026-01-13T18:54:33.973Zuser 2:53.406998523
3652026-01-13T18:54:33.973Zsys 26.619571546
3662026-01-13T18:54:33.973Ztrap 0.111766093
3672026-01-13T18:54:33.973Ztflt 0.142258533
3682026-01-13T18:54:33.973Zdflt 0.175026569
3692026-01-13T18:54:33.973Zkflt 0.004721555
3702026-01-13T18:54:33.973Zlock 12:43.080749296
3712026-01-13T18:54:33.973Zslp 10:44.568641831
3722026-01-13T18:54:33.973Zlat 15.769193797
3732026-01-13T18:54:33.973Zstop 14.548908930
3742026-01-13T18:54:33.973Z+ header 'analyze std + api + usdt'
3752026-01-13T18:54:33.973Z+ echo '# ==== analyze std + api + usdt ==== #'
3762026-01-13T18:54:33.973Z# ==== analyze std + api + usdt ==== #
3772026-01-13T18:54:33.973Z+ ptime -m cargo clippy --features usdt --all-targets
3782026-01-13T18:54:34.307Z Downloading crates ...
3792026-01-13T18:54:34.404Z Downloaded anyhow v1.0.100
3802026-01-13T18:54:34.408Z Downloaded cookie-factory v0.3.3
3812026-01-13T18:54:34.411Z Downloaded ctor-proc-macro v0.0.7
3822026-01-13T18:54:34.411Z Downloaded futures-sink v0.3.31
3832026-01-13T18:54:34.414Z Downloaded typeid v1.0.3
3842026-01-13T18:54:34.414Z Downloaded futures-io v0.3.31
3852026-01-13T18:54:34.414Z Downloaded futures-executor v0.3.31
3862026-01-13T18:54:34.417Z Downloaded slab v0.4.11
3872026-01-13T18:54:34.422Z Downloaded futures v0.3.31
3882026-01-13T18:54:34.426Z Downloaded pin-project-lite v0.2.16
3892026-01-13T18:54:34.430Z Downloaded circular v0.3.0
3902026-01-13T18:54:34.433Z Downloaded dtor v0.1.1
3912026-01-13T18:54:34.437Z Downloaded pcap-parser v0.17.0
3922026-01-13T18:54:34.440Z Downloaded pin-utils v0.1.0
3932026-01-13T18:54:34.440Z Downloaded futures-channel v0.3.31
3942026-01-13T18:54:34.442Z Downloaded futures-core v0.3.31
3952026-01-13T18:54:34.445Z Downloaded futures-macro v0.3.31
3962026-01-13T18:54:34.445Z Downloaded dtor-proc-macro v0.0.6
3972026-01-13T18:54:34.448Z Downloaded rusticata-macros v5.0.0
3982026-01-13T18:54:34.451Z Downloaded once_cell v1.21.3
3992026-01-13T18:54:34.454Z Downloaded ctor v0.6.3
4002026-01-13T18:54:34.457Z Downloaded futures-task v0.3.31
4012026-01-13T18:54:34.462Z Downloaded futures-util v0.3.31
4022026-01-13T18:54:34.468Z Downloaded nom v8.0.0
4032026-01-13T18:54:34.472Z Downloaded ron v0.12.0
4042026-01-13T18:54:34.538Z Compiling proc-macro2 v1.0.104
4052026-01-13T18:54:34.538Z Compiling quote v1.0.42
4062026-01-13T18:54:34.541Z Compiling unicode-ident v1.0.22
4072026-01-13T18:54:34.541Z Compiling memchr v2.7.6
4082026-01-13T18:54:34.541Z Compiling thiserror v2.0.17
4092026-01-13T18:54:34.541Z Compiling zerocopy v0.8.31
4102026-01-13T18:54:34.541Z Compiling serde_core v1.0.228
4112026-01-13T18:54:34.566Z Compiling zmij v1.0.10
4122026-01-13T18:54:35.121Z Compiling libc v0.2.179
4132026-01-13T18:54:35.167Z Compiling ucd-trie v0.1.7
4142026-01-13T18:54:35.211Z Compiling serde_json v1.0.148
4152026-01-13T18:54:35.564Z Compiling pest v2.8.5
4162026-01-13T18:54:35.570Z Compiling serde v1.0.228
4172026-01-13T18:54:35.841Z Compiling fnv v1.0.7
4182026-01-13T18:54:35.967Z Compiling ident_case v1.0.1
4192026-01-13T18:54:35.974Z Compiling strsim v0.11.1
4202026-01-13T18:54:36.471Z Compiling aho-corasick v1.1.4
4212026-01-13T18:54:36.589Z Compiling itoa v1.0.17
4222026-01-13T18:54:36.796Z Checking byteorder v1.5.0
4232026-01-13T18:54:36.917Z Compiling regex-syntax v0.8.8
4242026-01-13T18:54:37.101Z Compiling syn v2.0.113
4252026-01-13T18:54:37.931Z Compiling either v1.15.0
4262026-01-13T18:54:38.020Z Compiling usdt-impl v0.6.0
4272026-01-13T18:54:38.316Z Compiling pest_meta v2.8.5
4282026-01-13T18:54:38.394Z Compiling itertools v0.14.0
4292026-01-13T18:54:38.436Z Compiling thread-id v5.0.0
4302026-01-13T18:54:39.150Z Checking bitflags v2.10.0
4312026-01-13T18:54:39.781Z Checking plain v0.2.3
4322026-01-13T18:54:40.103Z Checking futures-sink v0.3.31
4332026-01-13T18:54:40.175Z Compiling heapless v0.8.0
4342026-01-13T18:54:40.247Z Checking log v0.4.29
4352026-01-13T18:54:40.281Z Compiling regex-automata v0.4.13
4362026-01-13T18:54:40.700Z Checking futures-core v0.3.31
4372026-01-13T18:54:40.890Z Checking futures-channel v0.3.31
4382026-01-13T18:54:41.793Z Checking hash32 v0.3.1
4392026-01-13T18:54:41.989Z Compiling smoltcp v0.11.0
4402026-01-13T18:54:42.002Z Checking futures-task v0.3.31
4412026-01-13T18:54:42.026Z Checking slab v0.4.11
4422026-01-13T18:54:42.233Z Checking pretty-hex v0.4.1
4432026-01-13T18:54:42.303Z Checking stable_deref_trait v1.2.1
4442026-01-13T18:54:42.403Z Checking macaddr v1.0.1
4452026-01-13T18:54:42.409Z Checking pin-project-lite v0.2.16
4462026-01-13T18:54:42.527Z Checking cfg-if v1.0.4
4472026-01-13T18:54:42.616Z Checking pin-utils v0.1.0
4482026-01-13T18:54:42.661Z Checking futures-io v0.3.31
4492026-01-13T18:54:42.800Z Compiling crc32fast v1.5.0
4502026-01-13T18:54:42.844Z Compiling version_check v0.9.5
4512026-01-13T18:54:42.976Z Checking bitflags v1.3.2
4522026-01-13T18:54:43.070Z Compiling ref-cast v1.0.25
4532026-01-13T18:54:43.280Z Checking managed v0.8.0
4542026-01-13T18:54:43.414Z Compiling pest_generator v2.8.5
4552026-01-13T18:54:43.468Z Compiling darling_core v0.21.3
4562026-01-13T18:54:43.669Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4572026-01-13T18:54:43.835Z Checking memmap2 v0.9.9
4582026-01-13T18:54:44.069Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4592026-01-13T18:54:44.421Z Compiling regex v1.12.2
4602026-01-13T18:54:44.709Z Checking unicode-width v0.2.2
4612026-01-13T18:54:44.920Z Checking ipnetwork v0.21.1
4622026-01-13T18:54:45.204Z Checking tabwriter v1.4.1
4632026-01-13T18:54:45.436Z Checking nom v8.0.0
4642026-01-13T18:54:45.567Z Compiling anyhow v1.0.100
4652026-01-13T18:54:46.153Z Compiling typeid v1.0.3
4662026-01-13T18:54:46.596Z Checking dyn-clone v1.0.20
4672026-01-13T18:54:46.751Z Checking uuid v1.19.0
4682026-01-13T18:54:46.758Z Compiling dtor-proc-macro v0.0.6
4692026-01-13T18:54:46.977Z Compiling thiserror-impl v2.0.17
4702026-01-13T18:54:47.105Z Compiling serde_derive v1.0.228
4712026-01-13T18:54:47.130Z Compiling zerocopy-derive v0.8.31
4722026-01-13T18:54:47.289Z Compiling pest_derive v2.8.5
4732026-01-13T18:54:47.327Z Compiling scroll_derive v0.13.1
4742026-01-13T18:54:48.039Z Compiling futures-macro v0.3.31
4752026-01-13T18:54:48.137Z Compiling ref-cast-impl v1.0.25
4762026-01-13T18:54:49.018Z Compiling darling_macro v0.21.3
4772026-01-13T18:54:49.099Z Checking scroll v0.13.0
4782026-01-13T18:54:49.391Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4792026-01-13T18:54:49.534Z Checking goblin v0.10.4
4802026-01-13T18:54:49.825Z Checking dtrace-parser v0.3.0
4812026-01-13T18:54:49.947Z Compiling darling v0.21.3
4822026-01-13T18:54:50.276Z Compiling ingot-macros v0.1.1
4832026-01-13T18:54:50.319Z Checking cobs v0.3.0
4842026-01-13T18:54:50.388Z Checking futures-util v0.3.31
4852026-01-13T18:54:50.552Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4862026-01-13T18:54:51.446Z Checking rusticata-macros v5.0.0
4872026-01-13T18:54:51.680Z Checking circular v0.3.0
4882026-01-13T18:54:51.873Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9)
4892026-01-13T18:54:51.913Z Checking dtor v0.1.1
4902026-01-13T18:54:52.239Z Compiling ctor-proc-macro v0.0.7
4912026-01-13T18:54:52.404Z Checking once_cell v1.21.3
4922026-01-13T18:54:52.882Z Checking ctor v0.6.3
4932026-01-13T18:54:54.405Z Checking postcard v1.1.3
4942026-01-13T18:54:54.405Z Checking ron v0.12.0
4952026-01-13T18:54:54.530Z Checking futures-executor v0.3.31
4962026-01-13T18:54:54.642Z Compiling dof v0.4.0
4972026-01-13T18:54:54.642Z Compiling serde_tokenstream v0.2.2
4982026-01-13T18:54:54.764Z Checking futures v0.3.31
4992026-01-13T18:54:54.859Z Checking cookie-factory v0.3.3
5002026-01-13T18:54:55.073Z Checking ingot-types v0.1.2
5012026-01-13T18:54:55.256Z Checking pcap-parser v0.17.0
5022026-01-13T18:54:55.807Z Checking ingot v0.1.1
5032026-01-13T18:54:55.881Z Compiling usdt-macro v0.6.0
5042026-01-13T18:54:55.881Z Compiling usdt-attr-macro v0.6.0
5052026-01-13T18:54:56.874Z Checking usdt v0.6.0
5062026-01-13T18:54:58.030Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-01-13T18:55:05.305Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-01-13T18:55:07.813Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5092026-01-13T18:55:10.804Zwarning: useless use of `vec!`
5102026-01-13T18:55:10.804Z --> lib/oxide-vpc/src/engine/geneve.rs:535:19
5112026-01-13T18:55:10.804Z |
5122026-01-13T18:55:10.804Z535 | let buf = vec![
5132026-01-13T18:55:10.804Z | ___________________^
5142026-01-13T18:55:10.804Z536 | | // UDP source
5152026-01-13T18:55:10.804Z537 | | 0x1E, 0x61,
5162026-01-13T18:55:10.804Z... |
5172026-01-13T18:55:10.804Z560 | | 0x00, 0x00, 0x00, 0x00,
5182026-01-13T18:55:10.804Z561 | | ];
5192026-01-13T18:55:10.804Z | |_________^
5202026-01-13T18:55:10.804Z |
5212026-01-13T18:55:10.804Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#useless_vec
5222026-01-13T18:55:10.804Z = note: `#[warn(clippy::useless_vec)]` on by default
5232026-01-13T18:55:10.804Zhelp: you can use an array directly
5242026-01-13T18:55:10.804Z |
5252026-01-13T18:55:10.805Z535 ~ let buf = [0x1E, 0x61,
5262026-01-13T18:55:10.805Z536 + // UDP dest
5272026-01-13T18:55:10.805Z537 + 0x17, 0xC1,
5282026-01-13T18:55:10.805Z538 + // UDP length (8 UDP hdr + 8 Geneve hdr + 8 bytes options = 24 = 0x18)
5292026-01-13T18:55:10.805Z539 + 0x00, 0x18,
5302026-01-13T18:55:10.805Z540 + // UDP csum
5312026-01-13T18:55:10.805Z541 + 0x00, 0x00,
5322026-01-13T18:55:10.805Z542 + // Geneve: ver(2b)=0 + opt_len(6b)=2 words = 8 bytes
5332026-01-13T18:55:10.805Z543 + 0x02,
5342026-01-13T18:55:10.805Z544 + // Geneve flags
5352026-01-13T18:55:10.805Z545 + 0x00,
5362026-01-13T18:55:10.805Z546 + // Geneve proto (Ethernet)
5372026-01-13T18:55:10.805Z547 + 0x65, 0x58,
5382026-01-13T18:55:10.809Z548 + // Geneve vni + reserved
5392026-01-13T18:55:10.809Z549 + 0x00, 0x00, 0x00, 0x00,
5402026-01-13T18:55:10.809Z550 + // Geneve option: class 0x0129 (Oxide)
5412026-01-13T18:55:10.809Z551 + 0x01, 0x29,
5422026-01-13T18:55:10.809Z552 + // Geneve option: flags+type (Multicast = 0x01, non-critical)
5432026-01-13T18:55:10.809Z553 + 0x01,
5442026-01-13T18:55:10.809Z554 + // Geneve option: rsvd + len (1 word = 4 bytes body)
5452026-01-13T18:55:10.809Z555 + 0x01,
5462026-01-13T18:55:10.809Z556 + // Geneve option body: 4-byte body with replication in top 2 bits
5472026-01-13T18:55:10.809Z557 + // Replication::External = 0b00 in top 2 bits
5482026-01-13T18:55:10.809Z558 ~ 0x00, 0x00, 0x00, 0x00];
5492026-01-13T18:55:10.809Z |
5502026-01-13T18:55:10.809Z
5512026-01-13T18:55:10.942Zwarning: `oxide-vpc` (lib test) generated 1 warning
5522026-01-13T18:55:11.303Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.16s
5532026-01-13T18:55:11.340Z
5542026-01-13T18:55:11.343Zreal 37.360166801
5552026-01-13T18:55:11.343Zuser 2:36.148251246
5562026-01-13T18:55:11.343Zsys 23.467628079
5572026-01-13T18:55:11.343Ztrap 0.101755640
5582026-01-13T18:55:11.343Ztflt 0.210455594
5592026-01-13T18:55:11.343Zdflt 0.282612631
5602026-01-13T18:55:11.343Zkflt 0.000019138
5612026-01-13T18:55:11.343Zlock 6:34.617187247
5622026-01-13T18:55:11.343Zslp 10:14.300252527
5632026-01-13T18:55:11.343Zlat 6.834574067
5642026-01-13T18:55:11.343Zstop 12.084054291
5652026-01-13T18:55:11.343Z+ header 'analyze no_std + engine + kernel'
5662026-01-13T18:55:11.343Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5672026-01-13T18:55:11.343Z# ==== analyze no_std + engine + kernel ==== #
5682026-01-13T18:55:11.343Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5692026-01-13T18:55:11.634Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5702026-01-13T18:55:11.634Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5712026-01-13T18:55:11.637Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5722026-01-13T18:55:11.638Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5732026-01-13T18:55:12.104Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5742026-01-13T18:55:19.038Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5752026-01-13T18:55:21.382Z Finished `dev` profile [optimized + debuginfo] target(s) in 9.92s
5762026-01-13T18:55:21.411Z
5772026-01-13T18:55:21.415Zreal 10.059627878
5782026-01-13T18:55:21.415Zuser 10.603120252
5792026-01-13T18:55:21.415Zsys 1.311643154
5802026-01-13T18:55:21.416Ztrap 0.001647661
5812026-01-13T18:55:21.416Ztflt 0.007193729
5822026-01-13T18:55:21.416Zdflt 0.002821784
5832026-01-13T18:55:21.416Zkflt 0.000000000
5842026-01-13T18:55:21.416Zlock 39.438812988
5852026-01-13T18:55:21.416Zslp 35.240812259
5862026-01-13T18:55:21.416Zlat 0.056959173
5872026-01-13T18:55:21.416Zstop 0.350407181
5882026-01-13T18:55:21.416Z+ header test
5892026-01-13T18:55:21.416Z+ echo '# ==== test ==== #'
5902026-01-13T18:55:21.416Z# ==== test ==== #
5912026-01-13T18:55:21.416Z+ ptime -m cargo test
5922026-01-13T18:55:21.683Z Compiling memchr v2.7.6
5932026-01-13T18:55:21.705Z Compiling serde_core v1.0.228
5942026-01-13T18:55:21.733Z Compiling thiserror v2.0.17
5952026-01-13T18:55:21.733Z Compiling zerocopy v0.8.31
5962026-01-13T18:55:21.734Z Compiling unicode-ident v1.0.22
5972026-01-13T18:55:21.734Z Compiling byteorder v1.5.0
5982026-01-13T18:55:21.747Z Compiling libc v0.2.179
5992026-01-13T18:55:21.748Z Compiling scroll v0.13.0
6002026-01-13T18:55:21.832Z Compiling zmij v1.0.10
6012026-01-13T18:55:21.931Z Compiling proc-macro2 v1.0.104
6022026-01-13T18:55:22.161Z Compiling futures-core v0.3.31
6032026-01-13T18:55:22.261Z Compiling ucd-trie v0.1.7
6042026-01-13T18:55:22.430Z Compiling itoa v1.0.17
6052026-01-13T18:55:22.472Z Compiling plain v0.2.3
6062026-01-13T18:55:22.639Z Compiling futures-sink v0.3.31
6072026-01-13T18:55:22.667Z Compiling log v0.4.29
6082026-01-13T18:55:22.797Z Compiling futures-channel v0.3.31
6092026-01-13T18:55:22.942Z Compiling goblin v0.10.4
6102026-01-13T18:55:23.088Z Compiling quote v1.0.42
6112026-01-13T18:55:23.234Z Compiling pest v2.8.5
6122026-01-13T18:55:23.659Z Compiling hash32 v0.3.1
6132026-01-13T18:55:23.938Z Compiling macaddr v1.0.1
6142026-01-13T18:55:24.440Z Compiling futures-io v0.3.31
6152026-01-13T18:55:24.499Z Compiling slab v0.4.11
6162026-01-13T18:55:24.766Z Compiling pin-project-lite v0.2.16
6172026-01-13T18:55:24.827Z Compiling pin-utils v0.1.0
6182026-01-13T18:55:24.899Z Compiling futures-task v0.3.31
6192026-01-13T18:55:24.909Z Compiling pretty-hex v0.4.1
6202026-01-13T18:55:25.127Z Compiling stable_deref_trait v1.2.1
6212026-01-13T18:55:25.229Z Compiling cfg-if v1.0.4
6222026-01-13T18:55:25.236Z Compiling heapless v0.8.0
6232026-01-13T18:55:25.328Z Compiling ingot-types v0.1.2
6242026-01-13T18:55:25.369Z Compiling futures-util v0.3.31
6252026-01-13T18:55:25.407Z Compiling syn v2.0.113
6262026-01-13T18:55:26.180Z Compiling dtrace-parser v0.3.0
6272026-01-13T18:55:26.228Z Compiling serde v1.0.228
6282026-01-13T18:55:26.650Z Compiling bitflags v2.10.0
6292026-01-13T18:55:27.160Z Compiling serde_json v1.0.148
6302026-01-13T18:55:27.511Z Compiling thread-id v5.0.0
6312026-01-13T18:55:27.624Z Compiling cobs v0.3.0
6322026-01-13T18:55:27.734Z Compiling managed v0.8.0
6332026-01-13T18:55:27.808Z Compiling bitflags v1.3.2
6342026-01-13T18:55:27.919Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6352026-01-13T18:55:28.163Z Compiling smoltcp v0.11.0
6362026-01-13T18:55:28.199Z Compiling postcard v1.1.3
6372026-01-13T18:55:28.311Z Compiling ingot v0.1.1
6382026-01-13T18:55:28.894Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6392026-01-13T18:55:30.192Z Compiling dof v0.4.0
6402026-01-13T18:55:31.699Z Compiling usdt-impl v0.6.0
6412026-01-13T18:55:32.976Z Compiling futures-executor v0.3.31
6422026-01-13T18:55:34.198Z Compiling memmap2 v0.9.9
6432026-01-13T18:55:34.324Z Compiling unicode-width v0.2.2
6442026-01-13T18:55:34.440Z Compiling either v1.15.0
6452026-01-13T18:55:34.774Z Compiling ipnetwork v0.21.1
6462026-01-13T18:55:34.799Z Compiling tabwriter v1.4.1
6472026-01-13T18:55:34.925Z Compiling itertools v0.14.0
6482026-01-13T18:55:35.650Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6492026-01-13T18:55:35.885Z Compiling usdt v0.6.0
6502026-01-13T18:55:37.142Z Compiling ref-cast v1.0.25
6512026-01-13T18:55:37.151Z Compiling futures v0.3.31
6522026-01-13T18:55:37.276Z Compiling crc32fast v1.5.0
6532026-01-13T18:55:37.310Z Compiling nom v8.0.0
6542026-01-13T18:55:37.757Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6552026-01-13T18:55:38.547Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6562026-01-13T18:55:38.956Z Compiling dyn-clone v1.0.20
6572026-01-13T18:55:39.013Z Compiling cookie-factory v0.3.3
6582026-01-13T18:55:39.239Z Compiling uuid v1.19.0
6592026-01-13T18:55:39.671Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#0fcdc8e9)
6602026-01-13T18:55:40.021Z Compiling circular v0.3.0
6612026-01-13T18:55:40.111Z Compiling dtor v0.1.1
6622026-01-13T18:55:40.216Z Compiling typeid v1.0.3
6632026-01-13T18:55:40.399Z Compiling anyhow v1.0.100
6642026-01-13T18:55:40.404Z Compiling once_cell v1.21.3
6652026-01-13T18:55:40.532Z Compiling ctor v0.6.3
6662026-01-13T18:55:40.645Z Compiling ron v0.12.0
6672026-01-13T18:55:43.114Z Compiling rusticata-macros v5.0.0
6682026-01-13T18:55:43.497Z Compiling pcap-parser v0.17.0
6692026-01-13T18:55:49.876Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6702026-01-13T18:55:54.885Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6712026-01-13T18:56:56.049Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 34s
6722026-01-13T18:56:56.070Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-471e209a14b6f47e)
6732026-01-13T18:56:56.074Z
6742026-01-13T18:56:56.075Zrunning 15 tests
6752026-01-13T18:56:56.075Ztest api::tests::parse_bad_address ... ok
6762026-01-13T18:56:56.075Ztest api::tests::parse_good_proto_filter ... ok
6772026-01-13T18:56:56.075Ztest api::tests::parse_bad_proto_filter ... ok
6782026-01-13T18:56:56.075Ztest api::tests::parse_good_address ... ok
6792026-01-13T18:56:56.075Ztest api::tests::ports_from_str_bad ... ok
6802026-01-13T18:56:56.075Ztest api::tests::ports_from_str_good ... ok
6812026-01-13T18:56:56.075Ztest cfg::tests::test_required_nat_space ... ok
6822026-01-13T18:56:56.075Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6832026-01-13T18:56:56.075Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6842026-01-13T18:56:56.075Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6852026-01-13T18:56:56.075Ztest engine::geneve::test::parse_multi_opt ... ok
6862026-01-13T18:56:56.075Ztest engine::geneve::test::parse_single_opt ... ok
6872026-01-13T18:56:56.075Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6882026-01-13T18:56:56.075Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6892026-01-13T18:56:56.081Ztest engine::firewall::tests::port_predicate_simplification ... ok
6902026-01-13T18:56:56.081Z
6912026-01-13T18:56:56.081Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6922026-01-13T18:56:56.081Z
6932026-01-13T18:56:56.081Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-69ab1a0c04856b88)
6942026-01-13T18:56:56.081Z
6952026-01-13T18:56:56.081Zrunning 4 tests
6962026-01-13T18:56:56.085Ztest firewall_vni_outbound ... ok
6972026-01-13T18:56:56.085Ztest firewall_external_inbound ... ok
6982026-01-13T18:56:56.085Ztest firewall_vni_inbound ... ok
6992026-01-13T18:56:56.085Ztest firewall_replace_rules ... ok
7002026-01-13T18:56:56.085Z
7012026-01-13T18:56:56.085Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-01-13T18:56:56.085Z
7032026-01-13T18:56:56.085Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-4872f4ca2173ca7b)
7042026-01-13T18:56:56.085Z
7052026-01-13T18:56:56.085Zrunning 2 tests
7062026-01-13T18:56:56.085Ztest parse_in_regression ... ok
7072026-01-13T18:56:56.085Ztest parse_out_regression ... ok
7082026-01-13T18:56:56.085Z
7092026-01-13T18:56:56.085Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-01-13T18:56:56.085Z
7112026-01-13T18:56:56.085Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-bf16201c2c62fa44)
7122026-01-13T18:56:56.090Z
7132026-01-13T18:56:56.090Zrunning 44 tests
7142026-01-13T18:56:56.090Ztest bad_ip_len ... ok
7152026-01-13T18:56:56.090Ztest check_layers ... ok
7162026-01-13T18:56:56.090Ztest arp_gateway ... ok
7172026-01-13T18:56:56.090Ztest add_remove_fw_rule ... ok
7182026-01-13T18:56:56.090Ztest anti_spoof ... ok
7192026-01-13T18:56:56.090Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
7202026-01-13T18:56:56.091Ztest external_ip_epoch_affinity_preserved ... ok
7212026-01-13T18:56:56.091Ztest flow_expiration ... ok
7222026-01-13T18:56:56.091Ztest gateway_icmp4_ping ... ok
7232026-01-13T18:56:56.091Ztest early_tcp_invalidation ... ok
7242026-01-13T18:56:56.091Ztest gateway_icmpv6_ping ... ok
7252026-01-13T18:56:56.096Ztest external_ip_reconfigurable ... ok
7262026-01-13T18:56:56.096Ztest gateway_router_advert_reply ... ok
7272026-01-13T18:56:56.096Ztest guest_to_internet_ipv4 ... ok
7282026-01-13T18:56:56.096Ztest guest_to_guest_no_route ... ok
7292026-01-13T18:56:56.096Ztest icmp_inner_has_nat_applied ... ok
7302026-01-13T18:56:56.096Ztest guest_to_guest_diff_vpc_no_peer ... ok
7312026-01-13T18:56:56.096Ztest guest_to_guest ... ok
7322026-01-13T18:56:56.096Ztest guest_to_internet_ipv6 ... ok
7332026-01-13T18:56:56.096Ztest inbound_ndp_dropped_at_gateway ... ok
7342026-01-13T18:56:56.096Ztest icmpv6_inner_has_nat_applied ... ok
7352026-01-13T18:56:56.096Ztest external_ip_receive_and_reply_on_all ... ok
7362026-01-13T18:56:56.097Ztest no_panic_on_flow_table_full ... ok
7372026-01-13T18:56:56.097Ztest intra_subnet_routes_with_custom ... ok
7382026-01-13T18:56:56.097Ztest packet_body_pullup ... ok
7392026-01-13T18:56:56.097Ztest outbound_ndp_dropped ... ok
7402026-01-13T18:56:56.097Ztest external_ip_balanced_over_floating_ips ... ok
7412026-01-13T18:56:56.097Ztest port_transition_reset ... ok
7422026-01-13T18:56:56.097Ztest port_transition_running ... ok
7432026-01-13T18:56:56.097Ztest port_as_router_target ... ok
7442026-01-13T18:56:56.097Ztest test_drop_on_unknown_critical_option ... ok
7452026-01-13T18:56:56.097Ztest port_transition_pause ... ok
7462026-01-13T18:56:56.097Ztest snat_icmp6_echo_rewrite ... ok
7472026-01-13T18:56:56.097Ztest snat_icmp4_echo_rewrite ... ok
7482026-01-13T18:56:56.097Ztest test_ipv6_multicast_encapsulation ... ok
7492026-01-13T18:56:56.097Ztest select_eip_conditioned_on_igw ... ok
7502026-01-13T18:56:56.097Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7512026-01-13T18:56:56.097Ztest tcp_outbound ... ok
7522026-01-13T18:56:56.097Ztest test_tcp_multicast_denied ... ok
7532026-01-13T18:56:56.097Ztest test_gateway_neighbor_advert_reply ... ok
7542026-01-13T18:56:56.097Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7552026-01-13T18:56:56.097Ztest tcp_inbound ... ok
7562026-01-13T18:56:56.097Ztest uft_lft_invalidation_out ... ok
7572026-01-13T18:56:56.097Ztest uft_lft_invalidation_in ... ok
7582026-01-13T18:56:56.097Z
7592026-01-13T18:56:56.097Ztest result: ok. 44 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
7602026-01-13T18:56:56.097Z
7612026-01-13T18:56:56.097Z Doc-tests oxide_vpc
7622026-01-13T18:56:56.511Z
7632026-01-13T18:56:56.511Zrunning 0 tests
7642026-01-13T18:56:56.511Z
7652026-01-13T18:56:56.514Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7662026-01-13T18:56:56.514Z
7672026-01-13T18:56:56.539Z
7682026-01-13T18:56:56.542Zreal 1:35.112502924
7692026-01-13T18:56:56.543Zuser 6:47.951133023
7702026-01-13T18:56:56.543Zsys 17.769587510
7712026-01-13T18:56:56.543Ztrap 0.210823521
7722026-01-13T18:56:56.543Ztflt 0.295455428
7732026-01-13T18:56:56.543Zdflt 0.396211933
7742026-01-13T18:56:56.543Zkflt 0.000043306
7752026-01-13T18:56:56.543Zlock 20:35.098858129
7762026-01-13T18:56:56.543Zslp 18:54.775311760
7772026-01-13T18:56:56.543Zlat 14.106078445
7782026-01-13T18:56:56.543Zstop 8.069708662
7792026-01-13T18:56:56.543Zprocess exited: duration 206169 ms, exit code 0
 
7802026-01-13T18:56:56.549Zfound 0 output files