01KS31TKBKPYA08PXTAM5WSV41: oxide-vpc

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

Buildomat Job: 01KS31VJXKESFS5TFWR1TFNETR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:01:36.527Zjob assigned to worker 01KS31W9AXJJ9H6TN9JNXDTSQN [factory aws, i-0eb39868d16fa812d] (queued for 1 m 18 s)
 
22026-05-20T16:01:42.895Zstarting task 0: "setup"
32026-05-20T16:01:42.899Z++ uname -s
42026-05-20T16:01:42.902Z+ kern=SunOS
52026-05-20T16:01:42.902Z+ build_user=build
62026-05-20T16:01:42.902Z+ build_uid=12345
72026-05-20T16:01:42.902Z+ work_dir=/work
82026-05-20T16:01:42.902Z+ input_dir=/input
92026-05-20T16:01:42.902Z+ [[ 0 == 12345 ]]
102026-05-20T16:01:42.902Z+ case "$kern" in
112026-05-20T16:01:42.902Z+ groupadd -g 12345 build
122026-05-20T16:01:42.914Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:01:44.923Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:01:45.017Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:01:45.021Z+ home_fs=zfs
162026-05-20T16:01:45.021Z+ [[ zfs == autofs ]]
172026-05-20T16:01:45.021Z+ mkdir -p /home/build
182026-05-20T16:01:45.021Z+ chown build:build /home/build /work
192026-05-20T16:01:47.022Z+ chmod 0700 /home/build /work
202026-05-20T16:01:47.027Zprocess exited: duration 4131 ms, exit code 0
 
212026-05-20T16:01:47.035Zstarting task 1: "rust-toolchain"
222026-05-20T16:01:47.039Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-20T16:01:47.039Z * rust toolchain channel = "1.95.0"
242026-05-20T16:01:47.039Z * rust toolchain profile = "default"
252026-05-20T16:01:47.039Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-20T16:01:47.039Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T16:01:47.039Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-20T16:01:47.042Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:01:47.042Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-20T16:01:47.145Zinfo: downloading installer
312026-05-20T16:01:48.545Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:01:48.545Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:01:48.545Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:01:48.545Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:01:48.558Zinfo: profile set to default
362026-05-20T16:01:48.558Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:01:48.562Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-20T16:01:48.700Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-20T16:01:48.703Zinfo: downloading 6 components
402026-05-20T16:02:03.638Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-20T16:02:03.638Z
422026-05-20T16:02:03.684Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-20T16:02:03.684Z
442026-05-20T16:02:03.684Z
452026-05-20T16:02:03.684ZRust is installed now. Great!
462026-05-20T16:02:03.684Z
472026-05-20T16:02:03.684ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:02:03.684Zenvironment variable. This has not been done automatically.
492026-05-20T16:02:03.684Z
502026-05-20T16:02:03.684ZTo configure your current shell, you need to source
512026-05-20T16:02:03.684Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:02:03.684Z
532026-05-20T16:02:03.684ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:02:03.684Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:02:03.688Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:02:03.688Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:02:03.688Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:02:03.688Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:02:03.688Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:02:03.688Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:02:03.688Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:02:03.788Z+ rustup --version
632026-05-20T16:02:03.792Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:02:03.792Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:02:03.801Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-20T16:02:03.803Z+ cargo --version
672026-05-20T16:02:03.817Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-20T16:02:03.820Z+ rustc --version
692026-05-20T16:02:03.838Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-20T16:02:03.842Zprocess exited: duration 16806 ms, exit code 0
 
712026-05-20T16:02:03.848Zstarting task 2: "authentication"
722026-05-20T16:02:03.883Zprocess exited: duration 33 ms, exit code 0
 
732026-05-20T16:02:03.890Zstarting task 3: "clone repository"
742026-05-20T16:02:03.893Z+ mkdir -p /work/oxidecomputer/opte
752026-05-20T16:02:03.896Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-20T16:02:03.928ZCloning into '/work/oxidecomputer/opte'...
772026-05-20T16:02:04.851Z+ cd /work/oxidecomputer/opte
782026-05-20T16:02:04.851Z+ git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
792026-05-20T16:02:05.069ZFrom https://github.com/oxidecomputer/opte
802026-05-20T16:02:05.069Z * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD
812026-05-20T16:02:05.075Z+ [[ -n eviction-policy ]]
822026-05-20T16:02:05.078Z++ git branch --show-current
832026-05-20T16:02:05.078Z+ current=master
842026-05-20T16:02:05.078Z+ [[ master != eviction-policy ]]
852026-05-20T16:02:05.078Z+ git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
862026-05-20T16:02:05.082Z+ git checkout -f eviction-policy
872026-05-20T16:02:05.106ZSwitched to branch 'eviction-policy'
882026-05-20T16:02:05.109Z+ git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
892026-05-20T16:02:05.109ZHEAD is now at 1df13fe Comment.
902026-05-20T16:02:05.109Zprocess exited: duration 1211 ms, exit code 0
 
912026-05-20T16:02:05.116Zstarting task 4: "build"
922026-05-20T16:02:05.120Z+ source .github/buildomat/common.sh
932026-05-20T16:02:05.123Z++ rustup show active-toolchain
942026-05-20T16:02:05.126Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-20T16:02:05.126Z++ pushd xde
962026-05-20T16:02:05.126Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-20T16:02:05.126Z++ rustup show active-toolchain
982026-05-20T16:02:05.131Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-20T16:02:05.292Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-20T16:02:05.295Zinfo: downloading 6 components
1012026-05-20T16:02:18.978Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-20T16:02:19.055Z+++ rustup show active-toolchain -v
1032026-05-20T16:02:19.060Z+++ head -n 1
1042026-05-20T16:02:19.060Z+++ cut '-d ' -f1
1052026-05-20T16:02:19.108Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-20T16:02:19.108Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-20T16:02:19.108Z++ popd
1082026-05-20T16:02:19.108Z/work/oxidecomputer/opte
1092026-05-20T16:02:19.112Z+ cargo --version
1102026-05-20T16:02:19.117Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-20T16:02:19.121Z+ rustc --version
1122026-05-20T16:02:19.139Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-20T16:02:19.142Z+ cd lib/oxide-vpc
1142026-05-20T16:02:19.142Z+ header 'check style'
1152026-05-20T16:02:19.142Z+ echo '# ==== check style ==== #'
1162026-05-20T16:02:19.143Z# ==== check style ==== #
1172026-05-20T16:02:19.143Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-20T16:02:19.265Z
1192026-05-20T16:02:19.265Zreal 0.120867941
1202026-05-20T16:02:19.265Zuser 0.085773653
1212026-05-20T16:02:19.265Zsys 0.031357652
1222026-05-20T16:02:19.265Ztrap 0.000007550
1232026-05-20T16:02:19.265Ztflt 0.000002670
1242026-05-20T16:02:19.265Zdflt 0.000010740
1252026-05-20T16:02:19.265Zkflt 0.000000000
1262026-05-20T16:02:19.265Zlock 0.030815904
1272026-05-20T16:02:19.265Zslp 0.100036813
1282026-05-20T16:02:19.265Zlat 0.000883890
1292026-05-20T16:02:19.265Zstop 0.000096400
1302026-05-20T16:02:19.269Z+ header 'check docs'
1312026-05-20T16:02:19.269Z+ echo '# ==== check docs ==== #'
1322026-05-20T16:02:19.269Z+ RUSTDOCFLAGS='-D warnings'
1332026-05-20T16:02:19.269Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1342026-05-20T16:02:19.269Z# ==== check docs ==== #
1352026-05-20T16:02:19.334Z Updating crates.io index
1362026-05-20T16:02:19.338Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-20T16:02:20.623Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-20T16:02:21.283Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-20T16:02:21.742Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-20T16:02:22.069Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-20T16:02:22.588Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-20T16:02:22.924Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-20T16:02:26.120Z Downloading crates ...
1442026-05-20T16:02:26.146Z Downloaded cobs v0.3.0
1452026-05-20T16:02:26.146Z Downloaded darling_macro v0.21.3
1462026-05-20T16:02:26.146Z Downloaded crypto-common v0.1.7
1472026-05-20T16:02:26.146Z Downloaded macaddr v1.0.1
1482026-05-20T16:02:26.146Z Downloaded hash32 v0.3.1
1492026-05-20T16:02:26.146Z Downloaded fnv v1.0.7
1502026-05-20T16:02:26.146Z Downloaded dtrace-parser v0.3.0
1512026-05-20T16:02:26.146Z Downloaded pretty-hex v0.4.2
1522026-05-20T16:02:26.146Z Downloaded strsim v0.11.1
1532026-05-20T16:02:26.146Z Downloaded block-buffer v0.10.4
1542026-05-20T16:02:26.146Z Downloaded byteorder v1.5.0
1552026-05-20T16:02:26.146Z Downloaded bitflags v1.3.2
1562026-05-20T16:02:26.146Z Downloaded dof v0.4.0
1572026-05-20T16:02:26.146Z Downloaded dyn-clone v1.0.20
1582026-05-20T16:02:26.146Z Downloaded cpufeatures v0.2.17
1592026-05-20T16:02:26.146Z Downloaded generic-array v0.14.7
1602026-05-20T16:02:26.146Z Downloaded embedded-io v0.6.1
1612026-05-20T16:02:26.147Z Downloaded plain v0.2.3
1622026-05-20T16:02:26.147Z Downloaded either v1.15.0
1632026-05-20T16:02:26.147Z Downloaded digest v0.10.7
1642026-05-20T16:02:26.147Z Downloaded ipnetwork v0.21.1
1652026-05-20T16:02:26.147Z Downloaded defmt v1.0.1
1662026-05-20T16:02:26.147Z Downloaded ingot v0.1.1
1672026-05-20T16:02:26.147Z Downloaded managed v0.8.0
1682026-05-20T16:02:26.147Z Downloaded scroll_derive v0.13.1
1692026-05-20T16:02:26.147Z Downloaded cfg-if v1.0.4
1702026-05-20T16:02:26.147Z Downloaded defmt-parser v1.0.0
1712026-05-20T16:02:26.147Z Downloaded defmt v0.3.100
1722026-05-20T16:02:26.147Z Downloaded thread-id v5.1.0
1732026-05-20T16:02:26.147Z Downloaded darling v0.23.0
1742026-05-20T16:02:26.147Z Downloaded darling v0.21.3
1752026-05-20T16:02:26.147Z Downloaded crc32fast v1.5.0
1762026-05-20T16:02:26.147Z Downloaded ref-cast-impl v1.0.25
1772026-05-20T16:02:26.147Z Downloaded darling_macro v0.23.0
1782026-05-20T16:02:26.147Z Downloaded itoa v1.0.18
1792026-05-20T16:02:26.147Z Downloaded embedded-io v0.4.0
1802026-05-20T16:02:26.147Z Downloaded defmt-macros v1.0.1
1812026-05-20T16:02:26.147Z Downloaded usdt-attr-macro v0.6.0
1822026-05-20T16:02:26.147Z Downloaded ingot-types v0.1.2
1832026-05-20T16:02:26.147Z Downloaded usdt-macro v0.6.0
1842026-05-20T16:02:26.147Z Downloaded stable_deref_trait v1.2.1
1852026-05-20T16:02:26.147Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-05-20T16:02:26.148Z Downloaded usdt v0.6.0
1872026-05-20T16:02:26.148Z Downloaded tabwriter v1.4.1
1882026-05-20T16:02:26.148Z Downloaded version_check v0.9.5
1892026-05-20T16:02:26.148Z Downloaded ref-cast v1.0.25
1902026-05-20T16:02:26.148Z Downloaded ident_case v1.0.1
1912026-05-20T16:02:26.148Z Downloaded pest_derive v2.8.6
1922026-05-20T16:02:26.148Z Downloaded thiserror v2.0.18
1932026-05-20T16:02:26.148Z Downloaded serde_tokenstream v0.2.3
1942026-05-20T16:02:26.148Z Downloaded proc-macro-error2 v2.0.1
1952026-05-20T16:02:26.148Z Downloaded pest_generator v2.8.6
1962026-05-20T16:02:26.148Z Downloaded ingot-macros v0.1.1
1972026-05-20T16:02:26.148Z Downloaded thiserror-impl v2.0.18
1982026-05-20T16:02:26.148Z Downloaded sha2 v0.10.9
1992026-05-20T16:02:26.148Z Downloaded quote v1.0.45
2002026-05-20T16:02:26.148Z Downloaded bitflags v2.11.1
2012026-05-20T16:02:26.148Z Downloaded proc-macro2 v1.0.106
2022026-05-20T16:02:26.148Z Downloaded zmij v1.0.21
2032026-05-20T16:02:26.148Z Downloaded log v0.4.29
2042026-05-20T16:02:26.148Z Downloaded ucd-trie v0.1.7
2052026-05-20T16:02:26.148Z Downloaded scroll v0.13.0
2062026-05-20T16:02:26.148Z Downloaded usdt-impl v0.6.0
2072026-05-20T16:02:26.148Z Downloaded serde_derive v1.0.228
2082026-05-20T16:02:26.148Z Downloaded memmap2 v0.9.10
2092026-05-20T16:02:26.148Z Downloaded postcard v1.1.3
2102026-05-20T16:02:26.148Z Downloaded unicode-ident v1.0.24
2112026-05-20T16:02:26.148Z Downloaded darling_core v0.23.0
2122026-05-20T16:02:26.149Z Downloaded heapless v0.8.0
2132026-05-20T16:02:26.149Z Downloaded darling_core v0.21.3
2142026-05-20T16:02:26.149Z Downloaded uuid v1.23.1
2152026-05-20T16:02:26.149Z Downloaded memchr v2.8.0
2162026-05-20T16:02:26.149Z Downloaded serde v1.0.228
2172026-05-20T16:02:26.149Z Downloaded serde_core v1.0.228
2182026-05-20T16:02:26.149Z Downloaded pest_meta v2.8.6
2192026-05-20T16:02:26.149Z Downloaded zerocopy-derive v0.8.48
2202026-05-20T16:02:26.149Z Downloaded typenum v1.20.0
2212026-05-20T16:02:26.149Z Downloaded pest v2.8.6
2222026-05-20T16:02:26.149Z Downloaded regex v1.12.3
2232026-05-20T16:02:26.149Z Downloaded serde_json v1.0.149
2242026-05-20T16:02:26.149Z Downloaded itertools v0.14.0
2252026-05-20T16:02:26.149Z Downloaded aho-corasick v1.1.4
2262026-05-20T16:02:26.149Z Downloaded goblin v0.10.5
2272026-05-20T16:02:26.149Z Downloaded smoltcp v0.11.0
2282026-05-20T16:02:26.149Z Downloaded unicode-width v0.2.2
2292026-05-20T16:02:26.149Z Downloaded zerocopy v0.8.48
2302026-05-20T16:02:26.149Z Downloaded syn v2.0.117
2312026-05-20T16:02:26.149Z Downloaded regex-syntax v0.8.10
2322026-05-20T16:02:26.149Z Downloaded regex-automata v0.4.14
2332026-05-20T16:02:26.149Z Downloaded libc v0.2.186
2342026-05-20T16:02:26.149Z Compiling proc-macro2 v1.0.106
2352026-05-20T16:02:26.149Z Compiling quote v1.0.45
2362026-05-20T16:02:26.149Z Compiling unicode-ident v1.0.24
2372026-05-20T16:02:26.149Z Compiling strsim v0.11.1
2382026-05-20T16:02:26.150Z Documenting unicode-ident v1.0.24
2392026-05-20T16:02:26.150Z Compiling ident_case v1.0.1
2402026-05-20T16:02:26.150Z Compiling serde_core v1.0.228
2412026-05-20T16:02:26.150Z Compiling fnv v1.0.7
2422026-05-20T16:02:26.150Z Compiling memchr v2.8.0
2432026-05-20T16:02:26.150Z Compiling thiserror v2.0.18
2442026-05-20T16:02:26.216Z Compiling regex-syntax v0.8.10
2452026-05-20T16:02:26.216Z Compiling serde v1.0.228
2462026-05-20T16:02:26.216Z Compiling zerocopy v0.8.48
2472026-05-20T16:02:26.243Z Documenting proc-macro2 v1.0.106
2482026-05-20T16:02:26.313Z Compiling aho-corasick v1.1.4
2492026-05-20T16:02:26.639Z Checking syn v2.0.117
2502026-05-20T16:02:26.725Z Checking byteorder v1.5.0
2512026-05-20T16:02:26.764Z Compiling either v1.15.0
2522026-05-20T16:02:26.775Z Documenting quote v1.0.45
2532026-05-20T16:02:26.974Z Compiling itertools v0.14.0
2542026-05-20T16:02:27.296Z Documenting syn v2.0.117
2552026-05-20T16:02:27.506Z Compiling regex-automata v0.4.14
2562026-05-20T16:02:27.563Z Compiling heapless v0.8.0
2572026-05-20T16:02:27.999Z Checking bitflags v2.11.1
2582026-05-20T16:02:28.021Z Checking hash32 v0.3.1
2592026-05-20T16:02:28.128Z Documenting serde_core v1.0.228
2602026-05-20T16:02:28.143Z Documenting memchr v2.8.0
2612026-05-20T16:02:28.182Z Checking cfg-if v1.0.4
2622026-05-20T16:02:28.229Z Checking stable_deref_trait v1.2.1
2632026-05-20T16:02:28.297Z Checking macaddr v1.0.1
2642026-05-20T16:02:28.433Z Documenting regex-syntax v0.8.10
2652026-05-20T16:02:28.584Z Compiling smoltcp v0.11.0
2662026-05-20T16:02:28.745Z Documenting aho-corasick v1.1.4
2672026-05-20T16:02:29.007Z Checking darling_core v0.21.3
2682026-05-20T16:02:29.423Z Compiling regex v1.12.3
2692026-05-20T16:02:29.588Z Compiling darling_core v0.23.0
2702026-05-20T16:02:29.810Z Documenting regex-automata v0.4.14
2712026-05-20T16:02:29.917Z Checking bitflags v1.3.2
2722026-05-20T16:02:29.977Z Checking managed v0.8.0
2732026-05-20T16:02:30.155Z Documenting zerocopy-derive v0.8.48
2742026-05-20T16:02:30.201Z Documenting serde_derive v1.0.228
2752026-05-20T16:02:30.221Z Compiling serde_derive v1.0.228
2762026-05-20T16:02:30.373Z Compiling thiserror-impl v2.0.18
2772026-05-20T16:02:30.930Z Compiling zerocopy-derive v0.8.48
2782026-05-20T16:02:31.967Z Documenting regex v1.12.3
2792026-05-20T16:02:31.985Z Compiling darling_macro v0.21.3
2802026-05-20T16:02:31.985Z Documenting thiserror-impl v2.0.18
2812026-05-20T16:02:31.985Z Compiling ref-cast v1.0.25
2822026-05-20T16:02:31.985Z Compiling darling_macro v0.23.0
2832026-05-20T16:02:31.985Z Checking cobs v0.3.0
2842026-05-20T16:02:31.985Z Documenting byteorder v1.5.0
2852026-05-20T16:02:31.985Z Compiling darling v0.21.3
2862026-05-20T16:02:31.985Z Compiling ingot-macros v0.1.1
2872026-05-20T16:02:31.985Z Compiling crc32fast v1.5.0
2882026-05-20T16:02:32.136Z Documenting ingot-macros v0.1.1
2892026-05-20T16:02:32.222Z Documenting thiserror v2.0.18
2902026-05-20T16:02:32.270Z Compiling ref-cast-impl v1.0.25
2912026-05-20T16:02:32.351Z Documenting hash32 v0.3.1
2922026-05-20T16:02:32.721Z Documenting zerocopy v0.8.48
2932026-05-20T16:02:32.886Z Documenting bitflags v2.11.1
2942026-05-20T16:02:32.903Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-20T16:02:33.147Z Documenting serde v1.0.228
2962026-05-20T16:02:33.275Z Checking ipnetwork v0.21.1
2972026-05-20T16:02:33.306Z Checking postcard v1.1.3
2982026-05-20T16:02:33.449Z Documenting stable_deref_trait v1.2.1
2992026-05-20T16:02:33.497Z Checking unicode-width v0.2.2
3002026-05-20T16:02:33.507Z Documenting macaddr v1.0.1
3012026-05-20T16:02:33.571Z Documenting cfg-if v1.0.4
3022026-05-20T16:02:33.889Z Compiling version_check v0.9.5
3032026-05-20T16:02:33.934Z Documenting heapless v0.8.0
3042026-05-20T16:02:34.104Z Documenting cobs v0.3.0
3052026-05-20T16:02:34.153Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3062026-05-20T16:02:34.260Z Compiling darling v0.23.0
3072026-05-20T16:02:34.406Z Documenting managed v0.8.0
3082026-05-20T16:02:34.646Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-20T16:02:34.741Z Checking tabwriter v1.4.1
3102026-05-20T16:02:34.880Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3112026-05-20T16:02:34.897Z Documenting postcard v1.1.3
3122026-05-20T16:02:35.107Z Checking ingot-types v0.1.2
3132026-05-20T16:02:35.118Z Documenting smoltcp v0.11.0
3142026-05-20T16:02:35.376Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-05-20T16:02:35.394Z Documenting ref-cast-impl v1.0.25
3162026-05-20T16:02:35.437Z Checking ingot v0.1.1
3172026-05-20T16:02:35.466Z Documenting either v1.15.0
3182026-05-20T16:02:35.631Z Documenting ingot-types v0.1.2
3192026-05-20T16:02:35.661Z Documenting unicode-width v0.2.2
3202026-05-20T16:02:35.889Z Documenting ipnetwork v0.21.1
3212026-05-20T16:02:35.971Z Checking dyn-clone v1.0.20
3222026-05-20T16:02:36.068Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-20T16:02:36.131Z Documenting itertools v0.14.0
3242026-05-20T16:02:37.804Z Documenting crc32fast v1.5.0
3252026-05-20T16:02:37.821Z Documenting ref-cast v1.0.25
3262026-05-20T16:02:37.821Z Documenting tabwriter v1.4.1
3272026-05-20T16:02:37.821Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-05-20T16:02:37.821Z Documenting ingot v0.1.1
3292026-05-20T16:02:37.821Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-05-20T16:02:37.833Z Documenting dyn-clone v1.0.20
3312026-05-20T16:02:38.275Z Documenting uuid v1.23.1
3322026-05-20T16:02:38.413Z Checking uuid v1.23.1
3332026-05-20T16:02:38.650Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-20T16:02:38.705Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-20T16:02:40.059Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-20T16:02:41.218Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-20T16:02:45.479Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-20T16:02:45.503Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.68s
3392026-05-20T16:02:45.503Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-20T16:02:45.503Z
3412026-05-20T16:02:45.503Zreal 25.777853366
3422026-05-20T16:02:45.503Zuser 1:20.549993460
3432026-05-20T16:02:45.503Zsys 16.614177981
3442026-05-20T16:02:45.503Ztrap 0.046307524
3452026-05-20T16:02:45.503Ztflt 0.051201156
3462026-05-20T16:02:45.503Zdflt 0.078931798
3472026-05-20T16:02:45.503Zkflt 0.004522353
3482026-05-20T16:02:45.503Zlock 7:40.699916781
3492026-05-20T16:02:45.503Zslp 4:34.188345837
3502026-05-20T16:02:45.503Zlat 7.620276345
3512026-05-20T16:02:45.503Zstop 10.280258745
3522026-05-20T16:02:45.503Z+ header 'analyze std + api + usdt'
3532026-05-20T16:02:45.503Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-20T16:02:45.503Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3552026-05-20T16:02:45.503Z# ==== analyze std + api + usdt ==== #
3562026-05-20T16:02:45.503Z Downloading crates ...
3572026-05-20T16:02:45.503Z Downloaded anyhow v1.0.102
3582026-05-20T16:02:45.503Z Downloaded slab v0.4.12
3592026-05-20T16:02:45.503Z Downloaded futures-io v0.3.32
3602026-05-20T16:02:45.503Z Downloaded ctor v0.10.1
3612026-05-20T16:02:45.503Z Downloaded dtor-proc-macro v0.0.13
3622026-05-20T16:02:45.503Z Downloaded futures-task v0.3.32
3632026-05-20T16:02:45.503Z Downloaded ctor-proc-macro v0.0.13
3642026-05-20T16:02:45.504Z Downloaded futures-sink v0.3.32
3652026-05-20T16:02:45.504Z Downloaded typeid v1.0.3
3662026-05-20T16:02:45.504Z Downloaded dtor v0.8.1
3672026-05-20T16:02:45.504Z Downloaded futures-macro v0.3.32
3682026-05-20T16:02:45.504Z Downloaded futures-core v0.3.32
3692026-05-20T16:02:45.504Z Downloaded circular v0.3.0
3702026-05-20T16:02:45.504Z Downloaded link-section v0.2.1
3712026-05-20T16:02:45.504Z Downloaded rusticata-macros v5.0.0
3722026-05-20T16:02:45.504Z Downloaded futures-executor v0.3.32
3732026-05-20T16:02:45.504Z Downloaded pin-project-lite v0.2.17
3742026-05-20T16:02:45.504Z Downloaded futures-channel v0.3.32
3752026-05-20T16:02:45.504Z Downloaded once_cell v1.21.4
3762026-05-20T16:02:45.504Z Downloaded cookie-factory v0.3.3
3772026-05-20T16:02:45.504Z Downloaded futures v0.3.32
3782026-05-20T16:02:45.504Z Downloaded nom v8.0.0
3792026-05-20T16:02:45.504Z Downloaded ron v0.12.1
3802026-05-20T16:02:45.504Z Downloaded futures-util v0.3.32
3812026-05-20T16:02:45.504Z Downloaded pcap-parser v0.17.0
3822026-05-20T16:02:45.504Z Compiling proc-macro2 v1.0.106
3832026-05-20T16:02:45.504Z Compiling quote v1.0.45
3842026-05-20T16:02:45.504Z Compiling unicode-ident v1.0.24
3852026-05-20T16:02:45.504Z Compiling memchr v2.8.0
3862026-05-20T16:02:45.504Z Compiling thiserror v2.0.18
3872026-05-20T16:02:45.504Z Compiling zerocopy v0.8.48
3882026-05-20T16:02:45.504Z Compiling serde_core v1.0.228
3892026-05-20T16:02:45.504Z Compiling zmij v1.0.21
3902026-05-20T16:02:45.786Z Compiling libc v0.2.186
3912026-05-20T16:02:45.812Z Compiling serde_json v1.0.149
3922026-05-20T16:02:45.817Z Compiling ucd-trie v0.1.7
3932026-05-20T16:02:45.853Z Compiling ident_case v1.0.1
3942026-05-20T16:02:45.966Z Compiling strsim v0.11.1
3952026-05-20T16:02:45.970Z Compiling pest v2.8.6
3962026-05-20T16:02:46.030Z Compiling serde v1.0.228
3972026-05-20T16:02:46.283Z Compiling fnv v1.0.7
3982026-05-20T16:02:46.430Z Compiling aho-corasick v1.1.4
3992026-05-20T16:02:46.500Z Compiling regex-syntax v0.8.10
4002026-05-20T16:02:46.667Z Compiling syn v2.0.117
4012026-05-20T16:02:46.718Z Checking byteorder v1.5.0
4022026-05-20T16:02:46.777Z Compiling itoa v1.0.18
4032026-05-20T16:02:47.208Z Compiling pest_meta v2.8.6
4042026-05-20T16:02:47.233Z Compiling either v1.15.0
4052026-05-20T16:02:47.331Z Compiling usdt-impl v0.6.0
4062026-05-20T16:02:47.424Z Compiling itertools v0.14.0
4072026-05-20T16:02:47.584Z Checking bitflags v2.11.1
4082026-05-20T16:02:47.637Z Compiling thread-id v5.1.0
4092026-05-20T16:02:47.905Z Checking plain v0.2.3
4102026-05-20T16:02:47.996Z Compiling regex-automata v0.4.14
4112026-05-20T16:02:48.062Z Checking log v0.4.29
4122026-05-20T16:02:48.204Z Compiling heapless v0.8.0
4132026-05-20T16:02:48.468Z Checking futures-core v0.3.32
4142026-05-20T16:02:48.491Z Checking futures-sink v0.3.32
4152026-05-20T16:02:48.575Z Checking futures-channel v0.3.32
4162026-05-20T16:02:48.647Z Checking hash32 v0.3.1
4172026-05-20T16:02:48.759Z Compiling smoltcp v0.11.0
4182026-05-20T16:02:48.792Z Checking cfg-if v1.0.4
4192026-05-20T16:02:48.847Z Checking pin-project-lite v0.2.17
4202026-05-20T16:02:48.920Z Checking macaddr v1.0.1
4212026-05-20T16:02:48.927Z Checking slab v0.4.12
4222026-05-20T16:02:48.998Z Checking stable_deref_trait v1.2.1
4232026-05-20T16:02:49.053Z Compiling pest_generator v2.8.6
4242026-05-20T16:02:49.059Z Compiling darling_core v0.21.3
4252026-05-20T16:02:49.070Z Compiling darling_core v0.23.0
4262026-05-20T16:02:49.085Z Checking pretty-hex v0.4.2
4272026-05-20T16:02:49.179Z Checking futures-io v0.3.32
4282026-05-20T16:02:49.191Z Checking futures-task v0.3.32
4292026-05-20T16:02:49.640Z Compiling regex v1.12.3
4302026-05-20T16:02:49.644Z Checking bitflags v1.3.2
4312026-05-20T16:02:49.660Z Compiling version_check v0.9.5
4322026-05-20T16:02:49.695Z Compiling ref-cast v1.0.25
4332026-05-20T16:02:49.923Z Checking managed v0.8.0
4342026-05-20T16:02:50.008Z Compiling crc32fast v1.5.0
4352026-05-20T16:02:50.053Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-20T16:02:50.220Z Compiling thiserror-impl v2.0.18
4372026-05-20T16:02:50.294Z Compiling serde_derive v1.0.228
4382026-05-20T16:02:50.304Z Compiling zerocopy-derive v0.8.48
4392026-05-20T16:02:50.493Z Compiling pest_derive v2.8.6
4402026-05-20T16:02:51.005Z Compiling scroll_derive v0.13.1
4412026-05-20T16:02:51.097Z Compiling darling_macro v0.21.3
4422026-05-20T16:02:51.111Z Compiling futures-macro v0.3.32
4432026-05-20T16:02:51.262Z Compiling darling_macro v0.23.0
4442026-05-20T16:02:51.321Z Compiling ref-cast-impl v1.0.25
4452026-05-20T16:02:51.601Z Compiling dtrace-parser v0.3.0
4462026-05-20T16:02:51.837Z Checking scroll v0.13.0
4472026-05-20T16:02:51.847Z Compiling darling v0.21.3
4482026-05-20T16:02:51.917Z Compiling ingot-macros v0.1.1
4492026-05-20T16:02:51.933Z Checking cobs v0.3.0
4502026-05-20T16:02:51.964Z Checking futures-util v0.3.32
4512026-05-20T16:02:52.061Z Checking goblin v0.10.5
4522026-05-20T16:02:52.210Z Compiling darling v0.23.0
4532026-05-20T16:02:52.264Z Checking memmap2 v0.9.10
4542026-05-20T16:02:52.301Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-20T16:02:52.420Z Checking unicode-width v0.2.2
4562026-05-20T16:02:52.662Z Checking ipnetwork v0.21.1
4572026-05-20T16:02:52.829Z Checking tabwriter v1.4.1
4582026-05-20T16:02:52.965Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-20T16:02:53.466Z Checking postcard v1.1.3
4602026-05-20T16:02:53.777Z Compiling serde_tokenstream v0.2.3
4612026-05-20T16:02:53.832Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-05-20T16:02:53.843Z Checking futures-executor v0.3.32
4632026-05-20T16:02:53.855Z Checking nom v8.0.0
4642026-05-20T16:02:53.978Z Checking futures v0.3.32
4652026-05-20T16:02:54.041Z Compiling anyhow v1.0.102
4662026-05-20T16:02:54.045Z Checking dyn-clone v1.0.20
4672026-05-20T16:02:54.134Z Compiling typeid v1.0.3
4682026-05-20T16:02:54.403Z Compiling dof v0.4.0
4692026-05-20T16:02:54.408Z Checking cookie-factory v0.3.3
4702026-05-20T16:02:54.466Z Checking uuid v1.23.1
4712026-05-20T16:02:54.537Z Checking ingot-types v0.1.2
4722026-05-20T16:02:54.558Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4732026-05-20T16:02:54.582Z Compiling dtor-proc-macro v0.0.13
4742026-05-20T16:02:54.649Z Checking circular v0.3.0
4752026-05-20T16:02:54.750Z Checking once_cell v1.21.4
4762026-05-20T16:02:54.794Z Checking link-section v0.2.1
4772026-05-20T16:02:54.859Z Checking ingot v0.1.1
4782026-05-20T16:02:54.865Z Compiling ctor-proc-macro v0.0.13
4792026-05-20T16:02:54.871Z Checking ron v0.12.1
4802026-05-20T16:02:54.922Z Checking dtor v0.8.1
4812026-05-20T16:02:55.198Z Checking ctor v0.10.1
4822026-05-20T16:02:55.349Z Compiling usdt-attr-macro v0.6.0
4832026-05-20T16:02:55.352Z Compiling usdt-macro v0.6.0
4842026-05-20T16:02:55.732Z Checking rusticata-macros v5.0.0
4852026-05-20T16:02:55.853Z Checking pcap-parser v0.17.0
4862026-05-20T16:02:55.961Z Checking usdt v0.6.0
4872026-05-20T16:02:56.304Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-20T16:03:00.706Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-20T16:03:02.359Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-20T16:03:04.646Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.53s
4912026-05-20T16:03:04.680Z
4922026-05-20T16:03:04.684Zreal 19.611163364
4932026-05-20T16:03:04.684Zuser 1:12.346220589
4942026-05-20T16:03:04.684Zsys 15.274714451
4952026-05-20T16:03:04.684Ztrap 0.038205515
4962026-05-20T16:03:04.684Ztflt 0.074946630
4972026-05-20T16:03:04.684Zdflt 0.162017430
4982026-05-20T16:03:04.684Zkflt 0.000018630
4992026-05-20T16:03:04.684Zlock 4:01.810485989
5002026-05-20T16:03:04.684Zslp 3:52.280731574
5012026-05-20T16:03:04.684Zlat 3.744391185
5022026-05-20T16:03:04.684Zstop 8.048062326
5032026-05-20T16:03:04.684Z+ header 'analyze no_std + engine + kernel'
5042026-05-20T16:03:04.684Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-20T16:03:04.684Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5062026-05-20T16:03:04.684Z# ==== analyze no_std + engine + kernel ==== #
5072026-05-20T16:03:04.860Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-20T16:03:04.860Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-20T16:03:04.881Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-20T16:03:04.884Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-20T16:03:05.125Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-20T16:03:09.316Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-20T16:03:10.868Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.14s
5142026-05-20T16:03:10.919Z
5152026-05-20T16:03:10.923Zreal 6.209120748
5162026-05-20T16:03:10.923Zuser 6.444538014
5172026-05-20T16:03:10.923Zsys 0.982675527
5182026-05-20T16:03:10.923Ztrap 0.000968270
5192026-05-20T16:03:10.923Ztflt 0.009797914
5202026-05-20T16:03:10.923Zdflt 0.003582210
5212026-05-20T16:03:10.923Zkflt 0.000002410
5222026-05-20T16:03:10.924Zlock 21.651841661
5232026-05-20T16:03:10.924Zslp 22.498684365
5242026-05-20T16:03:10.924Zlat 0.016083911
5252026-05-20T16:03:10.924Zstop 0.214843135
5262026-05-20T16:03:10.924Z+ header test
5272026-05-20T16:03:10.924Z+ echo '# ==== test ==== #'
5282026-05-20T16:03:10.924Z# ==== test ==== #
5292026-05-20T16:03:10.924Z+ ptime -m cargo test
5302026-05-20T16:03:11.053Z Compiling memchr v2.8.0
5312026-05-20T16:03:11.078Z Compiling serde_core v1.0.228
5322026-05-20T16:03:11.081Z Compiling thiserror v2.0.18
5332026-05-20T16:03:11.082Z Compiling zerocopy v0.8.48
5342026-05-20T16:03:11.085Z Compiling unicode-ident v1.0.24
5352026-05-20T16:03:11.085Z Compiling byteorder v1.5.0
5362026-05-20T16:03:11.089Z Compiling libc v0.2.186
5372026-05-20T16:03:11.089Z Compiling zmij v1.0.21
5382026-05-20T16:03:11.160Z Compiling proc-macro2 v1.0.106
5392026-05-20T16:03:11.207Z Compiling scroll v0.13.0
5402026-05-20T16:03:11.289Z Compiling futures-sink v0.3.32
5412026-05-20T16:03:11.380Z Compiling log v0.4.29
5422026-05-20T16:03:11.417Z Compiling ucd-trie v0.1.7
5432026-05-20T16:03:11.448Z Compiling futures-core v0.3.32
5442026-05-20T16:03:11.465Z Compiling plain v0.2.3
5452026-05-20T16:03:11.566Z Compiling itoa v1.0.18
5462026-05-20T16:03:11.603Z Compiling pest v2.8.6
5472026-05-20T16:03:11.609Z Compiling futures-channel v0.3.32
5482026-05-20T16:03:11.816Z Compiling goblin v0.10.5
5492026-05-20T16:03:11.840Z Compiling quote v1.0.45
5502026-05-20T16:03:12.142Z Compiling hash32 v0.3.1
5512026-05-20T16:03:12.303Z Compiling pin-project-lite v0.2.17
5522026-05-20T16:03:12.393Z Compiling futures-io v0.3.32
5532026-05-20T16:03:12.488Z Compiling cfg-if v1.0.4
5542026-05-20T16:03:12.549Z Compiling macaddr v1.0.1
5552026-05-20T16:03:12.576Z Compiling pretty-hex v0.4.2
5562026-05-20T16:03:12.612Z Compiling futures-task v0.3.32
5572026-05-20T16:03:12.700Z Compiling slab v0.4.12
5582026-05-20T16:03:12.803Z Compiling stable_deref_trait v1.2.1
5592026-05-20T16:03:12.806Z Compiling dtrace-parser v0.3.0
5602026-05-20T16:03:12.909Z Compiling serde v1.0.228
5612026-05-20T16:03:12.914Z Compiling bitflags v2.11.1
5622026-05-20T16:03:13.050Z Compiling serde_json v1.0.149
5632026-05-20T16:03:13.289Z Compiling heapless v0.8.0
5642026-05-20T16:03:13.306Z Compiling futures-util v0.3.32
5652026-05-20T16:03:13.485Z Compiling syn v2.0.117
5662026-05-20T16:03:13.721Z Compiling thread-id v5.1.0
5672026-05-20T16:03:13.796Z Compiling cobs v0.3.0
5682026-05-20T16:03:13.943Z Compiling ingot-types v0.1.2
5692026-05-20T16:03:14.069Z Compiling bitflags v1.3.2
5702026-05-20T16:03:14.074Z Compiling managed v0.8.0
5712026-05-20T16:03:14.132Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-20T16:03:14.297Z Compiling ingot v0.1.1
5732026-05-20T16:03:14.335Z Compiling smoltcp v0.11.0
5742026-05-20T16:03:14.371Z Compiling postcard v1.1.3
5752026-05-20T16:03:14.714Z Compiling dof v0.4.0
5762026-05-20T16:03:15.997Z Compiling usdt-impl v0.6.0
5772026-05-20T16:03:16.121Z Compiling futures-executor v0.3.32
5782026-05-20T16:03:16.295Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-20T16:03:16.458Z Compiling memmap2 v0.9.10
5802026-05-20T16:03:16.738Z Compiling either v1.15.0
5812026-05-20T16:03:16.763Z Compiling ipnetwork v0.21.1
5822026-05-20T16:03:16.912Z Compiling unicode-width v0.2.2
5832026-05-20T16:03:16.944Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5842026-05-20T16:03:17.224Z Compiling tabwriter v1.4.1
5852026-05-20T16:03:17.283Z Compiling itertools v0.14.0
5862026-05-20T16:03:17.643Z Compiling ref-cast v1.0.25
5872026-05-20T16:03:17.736Z Compiling usdt v0.6.0
5882026-05-20T16:03:18.225Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-20T16:03:18.329Z Compiling futures v0.3.32
5902026-05-20T16:03:18.439Z Compiling crc32fast v1.5.0
5912026-05-20T16:03:18.532Z Compiling nom v8.0.0
5922026-05-20T16:03:18.536Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-20T16:03:18.702Z Compiling dyn-clone v1.0.20
5942026-05-20T16:03:18.866Z Compiling cookie-factory v0.3.3
5952026-05-20T16:03:18.928Z Compiling uuid v1.23.1
5962026-05-20T16:03:19.178Z Compiling circular v0.3.0
5972026-05-20T16:03:19.316Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-05-20T16:03:19.426Z Compiling dtor v0.8.1
5992026-05-20T16:03:19.508Z Compiling anyhow v1.0.102
6002026-05-20T16:03:19.512Z Compiling typeid v1.0.3
6012026-05-20T16:03:19.543Z Compiling link-section v0.2.1
6022026-05-20T16:03:19.547Z Compiling once_cell v1.21.4
6032026-05-20T16:03:19.662Z Compiling ron v0.12.1
6042026-05-20T16:03:19.681Z Compiling ctor v0.10.1
6052026-05-20T16:03:21.061Z Compiling rusticata-macros v5.0.0
6062026-05-20T16:03:21.376Z Compiling pcap-parser v0.17.0
6072026-05-20T16:03:24.814Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-20T16:03:27.232Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-20T16:04:04.264Z Finished `test` profile [optimized + debuginfo] target(s) in 53.35s
6102026-05-20T16:04:04.281Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214)
6112026-05-20T16:04:04.284Z
6122026-05-20T16:04:04.284Zrunning 15 tests
6132026-05-20T16:04:04.284Ztest api::tests::parse_bad_address ... ok
6142026-05-20T16:04:04.284Ztest api::tests::parse_bad_proto_filter ... ok
6152026-05-20T16:04:04.284Ztest api::tests::parse_good_address ... ok
6162026-05-20T16:04:04.284Ztest api::tests::ports_from_str_good ... ok
6172026-05-20T16:04:04.285Ztest api::tests::parse_good_proto_filter ... ok
6182026-05-20T16:04:04.285Ztest api::tests::ports_from_str_bad ... ok
6192026-05-20T16:04:04.285Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6202026-05-20T16:04:04.285Ztest cfg::tests::test_required_nat_space ... ok
6212026-05-20T16:04:04.285Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-20T16:04:04.288Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-20T16:04:04.288Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6242026-05-20T16:04:04.288Ztest engine::geneve::test::parse_single_opt ... ok
6252026-05-20T16:04:04.288Ztest engine::geneve::test::parse_multi_opt ... ok
6262026-05-20T16:04:04.288Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-20T16:04:04.288Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-20T16:04:04.288Z
6292026-05-20T16:04:04.288Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-20T16:04:04.289Z
6312026-05-20T16:04:04.289Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3)
6322026-05-20T16:04:04.289Z
6332026-05-20T16:04:04.289Zrunning 4 tests
6342026-05-20T16:04:04.293Ztest firewall_external_inbound ... ok
6352026-05-20T16:04:04.293Ztest firewall_vni_outbound ... ok
6362026-05-20T16:04:04.293Ztest firewall_vni_inbound ... ok
6372026-05-20T16:04:04.293Ztest firewall_replace_rules ... ok
6382026-05-20T16:04:04.293Z
6392026-05-20T16:04:04.293Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-20T16:04:04.293Z
6412026-05-20T16:04:04.293Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0)
6422026-05-20T16:04:04.293Z
6432026-05-20T16:04:04.293Zrunning 2 tests
6442026-05-20T16:04:04.293Ztest parse_in_regression ... ok
6452026-05-20T16:04:04.294Ztest parse_out_regression ... ok
6462026-05-20T16:04:04.294Z
6472026-05-20T16:04:04.294Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-20T16:04:04.294Z
6492026-05-20T16:04:04.294Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675)
6502026-05-20T16:04:04.297Z
6512026-05-20T16:04:04.297Zrunning 48 tests
6522026-05-20T16:04:04.298Ztest bad_ip_len ... ok
6532026-05-20T16:04:04.298Ztest check_layers ... ok
6542026-05-20T16:04:04.298Ztest add_remove_fw_rule ... ok
6552026-05-20T16:04:04.298Ztest arp_gateway ... ok
6562026-05-20T16:04:04.298Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-05-20T16:04:04.298Ztest anti_spoof ... ok
6582026-05-20T16:04:04.298Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-20T16:04:04.298Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-20T16:04:04.298Ztest flow_expiration ... ok
6612026-05-20T16:04:04.298Ztest gateway_icmp4_ping ... ok
6622026-05-20T16:04:04.298Ztest early_tcp_invalidation ... ok
6632026-05-20T16:04:04.298Ztest gateway_icmpv6_ping ... ok
6642026-05-20T16:04:04.298Ztest gateway_router_advert_reply ... ok
6652026-05-20T16:04:04.298Ztest external_ip_epoch_affinity_preserved ... ok
6662026-05-20T16:04:04.298Ztest external_ip_reconfigurable ... ok
6672026-05-20T16:04:04.298Ztest guest_to_guest_no_route ... ok
6682026-05-20T16:04:04.298Ztest guest_to_guest_diff_vpc_no_peer ... ok
6692026-05-20T16:04:04.298Ztest guest_to_internet_ipv4 ... ok
6702026-05-20T16:04:04.298Ztest guest_to_internet_ipv6 ... ok
6712026-05-20T16:04:04.298Ztest guest_to_guest ... ok
6722026-05-20T16:04:04.298Ztest icmp_inner_has_nat_applied ... ok
6732026-05-20T16:04:04.298Ztest icmpv6_inner_has_nat_applied ... ok
6742026-05-20T16:04:04.298Ztest inbound_ndp_dropped_at_gateway ... ok
6752026-05-20T16:04:04.298Ztest outbound_ndp_dropped ... ok
6762026-05-20T16:04:04.298Ztest external_ip_balanced_over_floating_ips ... ok
6772026-05-20T16:04:04.298Ztest packet_body_pullup ... ok
6782026-05-20T16:04:04.299Ztest no_panic_on_flow_table_full ... ok
6792026-05-20T16:04:04.299Ztest intra_subnet_routes_with_custom ... ok
6802026-05-20T16:04:04.299Ztest external_ip_receive_and_reply_on_all ... ok
6812026-05-20T16:04:04.299Ztest port_transition_running ... ok
6822026-05-20T16:04:04.299Ztest port_transition_reset ... ok
6832026-05-20T16:04:04.299Ztest internal_attached_subnets ... ok
6842026-05-20T16:04:04.299Ztest port_as_router_target ... ok
6852026-05-20T16:04:04.299Ztest port_transition_pause ... ok
6862026-05-20T16:04:04.299Ztest test_drop_on_unknown_critical_option ... ok
6872026-05-20T16:04:04.299Ztest tcp_invalidation_does_not_block_connection ... ok
6882026-05-20T16:04:04.299Ztest snat_icmp6_echo_rewrite ... ok
6892026-05-20T16:04:04.299Ztest snat_icmp4_echo_rewrite ... ok
6902026-05-20T16:04:04.299Ztest select_eip_conditioned_on_igw ... ok
6912026-05-20T16:04:04.299Ztest tcp_inbound ... ok
6922026-05-20T16:04:04.299Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6932026-05-20T16:04:04.299Ztest tcp_outbound ... ok
6942026-05-20T16:04:04.299Ztest test_ipv6_multicast_encapsulation ... ok
6952026-05-20T16:04:04.299Ztest test_tcp_multicast_denied ... ok
6962026-05-20T16:04:04.299Ztest test_gateway_neighbor_advert_reply ... ok
6972026-05-20T16:04:04.299Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-05-20T16:04:04.299Ztest uft_lft_invalidation_out ... ok
6992026-05-20T16:04:04.299Ztest uft_lft_invalidation_in ... ok
7002026-05-20T16:04:04.299Z
7012026-05-20T16:04:04.299Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-05-20T16:04:04.299Z
7032026-05-20T16:04:04.304Z Doc-tests oxide_vpc
7042026-05-20T16:04:04.586Z
7052026-05-20T16:04:04.586Zrunning 0 tests
7062026-05-20T16:04:04.586Z
7072026-05-20T16:04:04.590Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-20T16:04:04.590Z
7092026-05-20T16:04:04.613Z
7102026-05-20T16:04:04.617Zreal 53.705661821
7112026-05-20T16:04:04.617Zuser 3:13.301006573
7122026-05-20T16:04:04.617Zsys 11.517583575
7132026-05-20T16:04:04.617Ztrap 0.085798688
7142026-05-20T16:04:04.617Ztflt 0.096383863
7152026-05-20T16:04:04.617Zdflt 0.463700432
7162026-05-20T16:04:04.617Zkflt 0.000009400
7172026-05-20T16:04:04.617Zlock 12:23.131519478
7182026-05-20T16:04:04.617Zslp 6:26.143859099
7192026-05-20T16:04:04.617Zlat 8.859474001
7202026-05-20T16:04:04.617Zstop 5.024957916
7212026-05-20T16:04:04.617Zprocess exited: duration 119498 ms, exit code 0
 
7222026-05-20T16:04:04.624Zfound 0 output files