01KSPARZN5C749NJ8XHTZXNXVY: oxide-vpc

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

Buildomat Job: 01KSPASNAYR34F6EC1S74NBNRY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T03:43:10.787Zjob assigned to worker 01KSPAT0B95K8G5M943T7FFW4J [factory aws, i-01c80f8d68f3a06c6] (queued for 1 m 4 s)
 
22026-05-28T03:43:17.129Zstarting task 0: "setup"
32026-05-28T03:43:17.133Z++ uname -s
42026-05-28T03:43:17.136Z+ kern=SunOS
52026-05-28T03:43:17.136Z+ build_user=build
62026-05-28T03:43:17.136Z+ build_uid=12345
72026-05-28T03:43:17.136Z+ work_dir=/work
82026-05-28T03:43:17.136Z+ input_dir=/input
92026-05-28T03:43:17.137Z+ [[ 0 == 12345 ]]
102026-05-28T03:43:17.137Z+ case "$kern" in
112026-05-28T03:43:17.137Z+ groupadd -g 12345 build
122026-05-28T03:43:17.140Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T03:43:19.143Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T03:43:19.268Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T03:43:19.271Z+ home_fs=zfs
162026-05-28T03:43:19.271Z+ [[ zfs == autofs ]]
172026-05-28T03:43:19.271Z+ mkdir -p /home/build
182026-05-28T03:43:19.271Z+ chown build:build /home/build /work
192026-05-28T03:43:21.273Z+ chmod 0700 /home/build /work
202026-05-28T03:43:21.276Zprocess exited: duration 4148 ms, exit code 0
 
212026-05-28T03:43:21.283Zstarting task 1: "rust-toolchain"
222026-05-28T03:43:21.287Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T03:43:21.287Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-28T03:43:21.287Z * rust toolchain channel = "1.95.0"
252026-05-28T03:43:21.287Z * rust toolchain profile = "default"
262026-05-28T03:43:21.290Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T03:43:21.290Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T03:43:21.292Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T03:43:21.292Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T03:43:21.370Zinfo: downloading installer
312026-05-28T03:43:22.654Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T03:43:22.654Zwarn: /home/build/.rustup/settings.toml
332026-05-28T03:43:22.654Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T03:43:22.654Zwarn: instead of the one inferred from the default host triple.
352026-05-28T03:43:22.666Zinfo: profile set to default
362026-05-28T03:43:22.667Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T03:43:22.670Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T03:43:22.797Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T03:43:22.801Zinfo: downloading 6 components
402026-05-28T03:43:36.794Z
412026-05-28T03:43:36.794Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-28T03:43:36.830Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T03:43:36.830Z
442026-05-28T03:43:36.830Z
452026-05-28T03:43:36.830ZRust is installed now. Great!
462026-05-28T03:43:36.830Z
472026-05-28T03:43:36.830ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T03:43:36.830Zenvironment variable. This has not been done automatically.
492026-05-28T03:43:36.830Z
502026-05-28T03:43:36.830ZTo configure your current shell, you need to source
512026-05-28T03:43:36.830Zthe corresponding env file under $HOME/.cargo.
522026-05-28T03:43:36.830Z
532026-05-28T03:43:36.834ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T03:43:36.834Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T03:43:36.834Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T03:43:36.835Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T03:43:36.835Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T03:43:36.835Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T03:43:36.835Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T03:43:36.835Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T03:43:36.835Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T03:43:36.941Z+ rustup --version
632026-05-28T03:43:36.947Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T03:43:36.950Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T03:43:36.969Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T03:43:36.972Z+ cargo --version
672026-05-28T03:43:36.985Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T03:43:36.989Z+ rustc --version
692026-05-28T03:43:37.007Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T03:43:37.010Zprocess exited: duration 15725 ms, exit code 0
 
712026-05-28T03:43:37.018Zstarting task 2: "authentication"
722026-05-28T03:43:37.034Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T03:43:37.042Zstarting task 3: "clone repository"
742026-05-28T03:43:37.046Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T03:43:37.050Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T03:43:37.083ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T03:43:37.932Z+ cd /work/oxidecomputer/opte
782026-05-28T03:43:37.932Z+ git fetch origin 2936d258388c093780b55889e57e8a8a79ce3ea6
792026-05-28T03:43:38.153ZFrom https://github.com/oxidecomputer/opte
802026-05-28T03:43:38.153Z * branch 2936d258388c093780b55889e57e8a8a79ce3ea6 -> FETCH_HEAD
812026-05-28T03:43:38.160Z+ [[ -n renovate/rust-1.x ]]
822026-05-28T03:43:38.163Z++ git branch --show-current
832026-05-28T03:43:38.163Z+ current=master
842026-05-28T03:43:38.163Z+ [[ master != renovate/rust-1.x ]]
852026-05-28T03:43:38.163Z+ git branch -f renovate/rust-1.x 2936d258388c093780b55889e57e8a8a79ce3ea6
862026-05-28T03:43:38.166Z+ git checkout -f renovate/rust-1.x
872026-05-28T03:43:38.178ZSwitched to branch 'renovate/rust-1.x'
882026-05-28T03:43:38.181Z+ git reset --hard 2936d258388c093780b55889e57e8a8a79ce3ea6
892026-05-28T03:43:38.191ZHEAD is now at 2936d25 Update Rust to nightly-2026-05-27
902026-05-28T03:43:38.194Zprocess exited: duration 1150 ms, exit code 0
 
912026-05-28T03:43:38.201Zstarting task 4: "build"
922026-05-28T03:43:38.205Z+ source .github/buildomat/common.sh
932026-05-28T03:43:38.210Z++ rustup show active-toolchain
942026-05-28T03:43:38.210Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T03:43:38.210Z++ pushd xde
962026-05-28T03:43:38.213Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T03:43:38.213Z++ rustup show active-toolchain
982026-05-28T03:43:38.215Zinfo: syncing channel updates for nightly-2026-05-27-x86_64-unknown-illumos
992026-05-28T03:43:38.361Zinfo: latest update on 2026-05-27 for version 1.98.0-nightly (d1fc603d1 2026-05-26)
1002026-05-28T03:43:38.364Zinfo: downloading 6 components
1012026-05-28T03:43:52.109Znightly-2026-05-27-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T03:43:52.121Z+++ rustup show active-toolchain -v
1032026-05-28T03:43:52.121Z+++ head -n 1
1042026-05-28T03:43:52.121Z+++ cut '-d ' -f1
1052026-05-28T03:43:52.121Z++ export NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1062026-05-28T03:43:52.121Z++ NIGHTLY=nightly-2026-05-27-x86_64-unknown-illumos
1072026-05-28T03:43:52.121Z++ popd
1082026-05-28T03:43:52.121Z/work/oxidecomputer/opte
1092026-05-28T03:43:52.121Z+ cargo --version
1102026-05-28T03:43:52.121Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T03:43:52.121Z+ rustc --version
1122026-05-28T03:43:52.121Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T03:43:52.122Z+ cd lib/oxide-vpc
1142026-05-28T03:43:52.122Z+ header 'check style'
1152026-05-28T03:43:52.122Z+ echo '# ==== check style ==== #'
1162026-05-28T03:43:52.122Z# ==== check style ==== #
1172026-05-28T03:43:52.122Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos fmt -- --check
1182026-05-28T03:43:52.204Z
1192026-05-28T03:43:52.204Zreal 0.126387505
1202026-05-28T03:43:52.204Zuser 0.087726658
1212026-05-28T03:43:52.204Zsys 0.034010996
1222026-05-28T03:43:52.204Ztrap 0.000034440
1232026-05-28T03:43:52.204Ztflt 0.000008000
1242026-05-28T03:43:52.204Zdflt 0.000009030
1252026-05-28T03:43:52.204Zkflt 0.000000000
1262026-05-28T03:43:52.204Zlock 0.031507128
1272026-05-28T03:43:52.204Zslp 0.103139986
1282026-05-28T03:43:52.204Zlat 0.000845520
1292026-05-28T03:43:52.204Zstop 0.000109130
1302026-05-28T03:43:52.204Z+ header 'check docs'
1312026-05-28T03:43:52.204Z+ echo '# ==== check docs ==== #'
1322026-05-28T03:43:52.204Z# ==== check docs ==== #
1332026-05-28T03:43:52.204Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-28T03:43:52.204Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-28T03:43:52.259Z Updating crates.io index
1362026-05-28T03:43:52.261Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T03:43:54.186Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T03:43:54.230Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T03:43:54.231Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T03:43:54.231Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T03:43:54.231Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T03:43:54.341Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T03:43:56.244Z Downloading crates ...
1442026-05-28T03:43:56.306Z Downloaded fnv v1.0.7
1452026-05-28T03:43:56.309Z Downloaded log v0.4.29
1462026-05-28T03:43:56.309Z Downloaded bitflags v1.3.2
1472026-05-28T03:43:56.309Z Downloaded embedded-io v0.4.0
1482026-05-28T03:43:56.310Z Downloaded darling_core v0.23.0
1492026-05-28T03:43:56.310Z Downloaded usdt-impl v0.6.0
1502026-05-28T03:43:56.310Z Downloaded memmap2 v0.9.10
1512026-05-28T03:43:56.310Z Downloaded serde_core v1.0.228
1522026-05-28T03:43:56.310Z Downloaded defmt v0.3.100
1532026-05-28T03:43:56.310Z Downloaded darling_macro v0.21.3
1542026-05-28T03:43:56.317Z Downloaded ingot-types v0.1.2
1552026-05-28T03:43:56.326Z Downloaded itoa v1.0.18
1562026-05-28T03:43:56.329Z Downloaded dyn-clone v1.0.20
1572026-05-28T03:43:56.332Z Downloaded dtrace-parser v0.3.0
1582026-05-28T03:43:56.339Z Downloaded defmt-macros v1.0.1
1592026-05-28T03:43:56.343Z Downloaded either v1.15.0
1602026-05-28T03:43:56.344Z Downloaded digest v0.10.7
1612026-05-28T03:43:56.349Z Downloaded cobs v0.3.0
1622026-05-28T03:43:56.349Z Downloaded embedded-io v0.6.1
1632026-05-28T03:43:56.349Z Downloaded ident_case v1.0.1
1642026-05-28T03:43:56.349Z Downloaded defmt-parser v1.0.0
1652026-05-28T03:43:56.349Z Downloaded generic-array v0.14.7
1662026-05-28T03:43:56.373Z Downloaded macaddr v1.0.1
1672026-05-28T03:43:56.373Z Downloaded darling v0.23.0
1682026-05-28T03:43:56.377Z Downloaded darling v0.21.3
1692026-05-28T03:43:56.378Z Downloaded strsim v0.11.1
1702026-05-28T03:43:56.378Z Downloaded pretty-hex v0.4.2
1712026-05-28T03:43:56.378Z Downloaded thread-id v5.1.0
1722026-05-28T03:43:56.378Z Downloaded usdt-attr-macro v0.6.0
1732026-05-28T03:43:56.378Z Downloaded stable_deref_trait v1.2.1
1742026-05-28T03:43:56.378Z Downloaded hash32 v0.3.1
1752026-05-28T03:43:56.378Z Downloaded ipnetwork v0.21.1
1762026-05-28T03:43:56.378Z Downloaded ingot-macros v0.1.1
1772026-05-28T03:43:56.378Z Downloaded usdt-macro v0.6.0
1782026-05-28T03:43:56.378Z Downloaded darling_macro v0.23.0
1792026-05-28T03:43:56.378Z Downloaded cfg-if v1.0.4
1802026-05-28T03:43:56.378Z Downloaded crypto-common v0.1.7
1812026-05-28T03:43:56.378Z Downloaded block-buffer v0.10.4
1822026-05-28T03:43:56.382Z Downloaded version_check v0.9.5
1832026-05-28T03:43:56.387Z Downloaded managed v0.8.0
1842026-05-28T03:43:56.390Z Downloaded plain v0.2.3
1852026-05-28T03:43:56.390Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-05-28T03:43:56.402Z Downloaded ref-cast v1.0.25
1872026-05-28T03:43:56.406Z Downloaded scroll_derive v0.13.1
1882026-05-28T03:43:56.406Z Downloaded dof v0.4.0
1892026-05-28T03:43:56.408Z Downloaded tabwriter v1.4.1
1902026-05-28T03:43:56.412Z Downloaded byteorder v1.5.0
1912026-05-28T03:43:56.415Z Downloaded ref-cast-impl v1.0.25
1922026-05-28T03:43:56.420Z Downloaded thiserror v2.0.18
1932026-05-28T03:43:56.427Z Downloaded cpufeatures v0.2.17
1942026-05-28T03:43:56.430Z Downloaded scroll v0.13.0
1952026-05-28T03:43:56.439Z Downloaded serde_tokenstream v0.2.3
1962026-05-28T03:43:56.443Z Downloaded usdt v0.6.0
1972026-05-28T03:43:56.443Z Downloaded zmij v1.0.21
1982026-05-28T03:43:56.443Z Downloaded darling_core v0.21.3
1992026-05-28T03:43:56.446Z Downloaded ingot v0.1.1
2002026-05-28T03:43:56.449Z Downloaded syn v2.0.117
2012026-05-28T03:43:56.454Z Downloaded ucd-trie v0.1.7
2022026-05-28T03:43:56.457Z Downloaded quote v1.0.45
2032026-05-28T03:43:56.457Z Downloaded heapless v0.8.0
2042026-05-28T03:43:56.462Z Downloaded bitflags v2.11.1
2052026-05-28T03:43:56.481Z Downloaded crc32fast v1.5.0
2062026-05-28T03:43:56.481Z Downloaded sha2 v0.10.9
2072026-05-28T03:43:56.490Z Downloaded thiserror-impl v2.0.18
2082026-05-28T03:43:56.490Z Downloaded pest_generator v2.8.6
2092026-05-28T03:43:56.490Z Downloaded postcard v1.1.3
2102026-05-28T03:43:56.490Z Downloaded proc-macro-error2 v2.0.1
2112026-05-28T03:43:56.490Z Downloaded pest_derive v2.8.6
2122026-05-28T03:43:56.490Z Downloaded defmt v1.0.1
2132026-05-28T03:43:56.490Z Downloaded proc-macro2 v1.0.106
2142026-05-28T03:43:56.490Z Downloaded unicode-ident v1.0.24
2152026-05-28T03:43:56.490Z Downloaded uuid v1.23.1
2162026-05-28T03:43:56.490Z Downloaded serde_derive v1.0.228
2172026-05-28T03:43:56.510Z Downloaded pest_meta v2.8.6
2182026-05-28T03:43:56.528Z Downloaded serde v1.0.228
2192026-05-28T03:43:56.528Z Downloaded memchr v2.8.0
2202026-05-28T03:43:56.528Z Downloaded zerocopy-derive v0.8.48
2212026-05-28T03:43:56.536Z Downloaded typenum v1.20.0
2222026-05-28T03:43:56.565Z Downloaded itertools v0.14.0
2232026-05-28T03:43:56.570Z Downloaded regex v1.12.3
2242026-05-28T03:43:56.570Z Downloaded pest v2.8.6
2252026-05-28T03:43:56.573Z Downloaded serde_json v1.0.149
2262026-05-28T03:43:56.577Z Downloaded aho-corasick v1.1.4
2272026-05-28T03:43:56.606Z Downloaded goblin v0.10.5
2282026-05-28T03:43:56.643Z Downloaded unicode-width v0.2.2
2292026-05-28T03:43:56.659Z Downloaded zerocopy v0.8.48
2302026-05-28T03:43:56.659Z Downloaded smoltcp v0.11.0
2312026-05-28T03:43:56.672Z Downloaded regex-syntax v0.8.10
2322026-05-28T03:43:56.687Z Downloaded regex-automata v0.4.14
2332026-05-28T03:43:56.691Z Downloaded libc v0.2.186
2342026-05-28T03:43:56.763Z Compiling proc-macro2 v1.0.106
2352026-05-28T03:43:56.763Z Compiling quote v1.0.45
2362026-05-28T03:43:56.763Z Compiling unicode-ident v1.0.24
2372026-05-28T03:43:56.766Z Documenting unicode-ident v1.0.24
2382026-05-28T03:43:56.766Z Compiling ident_case v1.0.1
2392026-05-28T03:43:56.766Z Compiling strsim v0.11.1
2402026-05-28T03:43:56.766Z Compiling serde_core v1.0.228
2412026-05-28T03:43:57.082Z Compiling fnv v1.0.7
2422026-05-28T03:43:57.113Z Compiling memchr v2.8.0
2432026-05-28T03:43:57.113Z Compiling zerocopy v0.8.48
2442026-05-28T03:43:57.172Z Compiling regex-syntax v0.8.10
2452026-05-28T03:43:57.177Z Compiling thiserror v2.0.18
2462026-05-28T03:43:57.189Z Compiling serde v1.0.228
2472026-05-28T03:43:57.374Z Documenting proc-macro2 v1.0.106
2482026-05-28T03:43:57.489Z Compiling aho-corasick v1.1.4
2492026-05-28T03:43:57.578Z Compiling either v1.15.0
2502026-05-28T03:43:57.788Z Compiling syn v2.0.117
2512026-05-28T03:43:57.847Z Checking byteorder v1.5.0
2522026-05-28T03:43:57.905Z Compiling itertools v0.14.0
2532026-05-28T03:43:57.921Z Documenting quote v1.0.45
2542026-05-28T03:43:58.400Z Documenting syn v2.0.117
2552026-05-28T03:43:58.594Z Compiling regex-automata v0.4.14
2562026-05-28T03:43:58.656Z Compiling heapless v0.8.0
2572026-05-28T03:43:59.105Z Checking bitflags v2.11.1
2582026-05-28T03:43:59.111Z Checking hash32 v0.3.1
2592026-05-28T03:43:59.115Z Documenting serde_core v1.0.228
2602026-05-28T03:43:59.206Z Checking stable_deref_trait v1.2.1
2612026-05-28T03:43:59.245Z Checking cfg-if v1.0.4
2622026-05-28T03:43:59.269Z Documenting memchr v2.8.0
2632026-05-28T03:43:59.312Z Checking macaddr v1.0.1
2642026-05-28T03:43:59.444Z Compiling smoltcp v0.11.0
2652026-05-28T03:43:59.770Z Documenting regex-syntax v0.8.10
2662026-05-28T03:43:59.883Z Documenting aho-corasick v1.1.4
2672026-05-28T03:43:59.911Z Checking darling_core v0.21.3
2682026-05-28T03:44:00.850Z Compiling regex v1.12.3
2692026-05-28T03:44:00.875Z Compiling darling_core v0.23.0
2702026-05-28T03:44:00.875Z Checking managed v0.8.0
2712026-05-28T03:44:00.932Z Documenting regex-automata v0.4.14
2722026-05-28T03:44:01.038Z Checking bitflags v1.3.2
2732026-05-28T03:44:01.148Z Documenting zerocopy-derive v0.8.48
2742026-05-28T03:44:01.192Z Documenting serde_derive v1.0.228
2752026-05-28T03:44:01.406Z Compiling thiserror-impl v2.0.18
2762026-05-28T03:44:01.989Z Compiling serde_derive v1.0.228
2772026-05-28T03:44:02.185Z Compiling zerocopy-derive v0.8.48
2782026-05-28T03:44:02.296Z Compiling darling_macro v0.21.3
2792026-05-28T03:44:02.327Z Documenting regex v1.12.3
2802026-05-28T03:44:02.394Z Documenting thiserror-impl v2.0.18
2812026-05-28T03:44:02.651Z Compiling ref-cast v1.0.25
2822026-05-28T03:44:02.723Z Checking cobs v0.3.0
2832026-05-28T03:44:02.841Z Compiling crc32fast v1.5.0
2842026-05-28T03:44:02.870Z Compiling darling v0.21.3
2852026-05-28T03:44:02.921Z Compiling darling_macro v0.23.0
2862026-05-28T03:44:02.946Z Compiling ingot-macros v0.1.1
2872026-05-28T03:44:03.061Z Documenting byteorder v1.5.0
2882026-05-28T03:44:03.158Z Documenting ingot-macros v0.1.1
2892026-05-28T03:44:03.206Z Compiling ref-cast-impl v1.0.25
2902026-05-28T03:44:03.271Z Documenting thiserror v2.0.18
2912026-05-28T03:44:03.576Z Documenting hash32 v0.3.1
2922026-05-28T03:44:03.789Z Documenting zerocopy v0.8.48
2932026-05-28T03:44:03.798Z Documenting bitflags v2.11.1
2942026-05-28T03:44:04.089Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-05-28T03:44:04.329Z Checking unicode-width v0.2.2
2962026-05-28T03:44:04.366Z Checking ipnetwork v0.21.1
2972026-05-28T03:44:04.511Z Documenting macaddr v1.0.1
2982026-05-28T03:44:04.577Z Documenting cfg-if v1.0.4
2992026-05-28T03:44:04.635Z Documenting serde v1.0.228
3002026-05-28T03:44:04.660Z Compiling version_check v0.9.5
3012026-05-28T03:44:04.910Z Documenting stable_deref_trait v1.2.1
3022026-05-28T03:44:04.997Z Checking postcard v1.1.3
3032026-05-28T03:44:05.022Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3042026-05-28T03:44:05.189Z Documenting cobs v0.3.0
3052026-05-28T03:44:05.271Z Compiling darling v0.23.0
3062026-05-28T03:44:05.345Z Documenting managed v0.8.0
3072026-05-28T03:44:05.413Z Documenting heapless v0.8.0
3082026-05-28T03:44:05.598Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-28T03:44:06.215Z Documenting postcard v1.1.3
3102026-05-28T03:44:06.230Z Checking tabwriter v1.4.1
3112026-05-28T03:44:06.327Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3122026-05-28T03:44:06.378Z Checking ingot-types v0.1.2
3132026-05-28T03:44:07.601Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3142026-05-28T03:44:07.631Z Documenting smoltcp v0.11.0
3152026-05-28T03:44:07.631Z Documenting ref-cast-impl v1.0.25
3162026-05-28T03:44:07.631Z Documenting ipnetwork v0.21.1
3172026-05-28T03:44:07.631Z Checking ingot v0.1.1
3182026-05-28T03:44:07.631Z Documenting ingot-types v0.1.2
3192026-05-28T03:44:07.631Z Documenting either v1.15.0
3202026-05-28T03:44:07.631Z Documenting unicode-width v0.2.2
3212026-05-28T03:44:07.667Z Checking dyn-clone v1.0.20
3222026-05-28T03:44:07.668Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-28T03:44:07.668Z Documenting ref-cast v1.0.25
3242026-05-28T03:44:07.709Z Documenting crc32fast v1.5.0
3252026-05-28T03:44:08.011Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3262026-05-28T03:44:08.187Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-28T03:44:08.209Z Documenting itertools v0.14.0
3282026-05-28T03:44:08.470Z Documenting tabwriter v1.4.1
3292026-05-28T03:44:08.803Z Documenting ingot v0.1.1
3302026-05-28T03:44:09.005Z Documenting dyn-clone v1.0.20
3312026-05-28T03:44:09.314Z Documenting uuid v1.23.1
3322026-05-28T03:44:09.574Z Checking uuid v1.23.1
3332026-05-28T03:44:09.811Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-28T03:44:09.867Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-28T03:44:11.559Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-28T03:44:12.688Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-28T03:44:14.865Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-28T03:44:16.418Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.22s
3392026-05-28T03:44:16.495Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-28T03:44:16.520Z
3412026-05-28T03:44:16.523Zreal 24.313130952
3422026-05-28T03:44:16.524Zuser 1:20.731321484
3432026-05-28T03:44:16.524Zsys 16.637492976
3442026-05-28T03:44:16.524Ztrap 0.049038674
3452026-05-28T03:44:16.524Ztflt 0.121162035
3462026-05-28T03:44:16.524Zdflt 0.126020692
3472026-05-28T03:44:16.524Zkflt 0.004695433
3482026-05-28T03:44:16.525Zlock 8:37.643238579
3492026-05-28T03:44:16.525Zslp 4:34.803535570
3502026-05-28T03:44:16.525Zlat 7.921554080
3512026-05-28T03:44:16.525Zstop 12.166366033
3522026-05-28T03:44:16.525Z+ header 'analyze std + api + usdt'
3532026-05-28T03:44:16.525Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-28T03:44:16.525Z# ==== analyze std + api + usdt ==== #
3552026-05-28T03:44:16.525Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3562026-05-28T03:44:16.711Z Downloading crates ...
3572026-05-28T03:44:16.776Z Downloaded cookie-factory v0.3.3
3582026-05-28T03:44:16.781Z Downloaded futures-channel v0.3.32
3592026-05-28T03:44:16.784Z Downloaded link-section v0.2.1
3602026-05-28T03:44:16.784Z Downloaded futures-task v0.3.32
3612026-05-28T03:44:16.787Z Downloaded rusticata-macros v5.0.0
3622026-05-28T03:44:16.787Z Downloaded futures-sink v0.3.32
3632026-05-28T03:44:16.791Z Downloaded anyhow v1.0.102
3642026-05-28T03:44:16.794Z Downloaded futures-core v0.3.32
3652026-05-28T03:44:16.794Z Downloaded futures-io v0.3.32
3662026-05-28T03:44:16.797Z Downloaded futures-macro v0.3.32
3672026-05-28T03:44:16.797Z Downloaded dtor-proc-macro v0.0.13
3682026-05-28T03:44:16.797Z Downloaded pin-project-lite v0.2.17
3692026-05-28T03:44:16.800Z Downloaded once_cell v1.21.4
3702026-05-28T03:44:16.805Z Downloaded ctor-proc-macro v0.0.13
3712026-05-28T03:44:16.808Z Downloaded circular v0.3.0
3722026-05-28T03:44:16.808Z Downloaded dtor v0.8.1
3732026-05-28T03:44:16.812Z Downloaded futures-executor v0.3.32
3742026-05-28T03:44:16.818Z Downloaded ctor v0.10.1
3752026-05-28T03:44:16.825Z Downloaded futures v0.3.32
3762026-05-28T03:44:16.828Z Downloaded slab v0.4.12
3772026-05-28T03:44:16.834Z Downloaded pcap-parser v0.17.0
3782026-05-28T03:44:16.837Z Downloaded typeid v1.0.3
3792026-05-28T03:44:16.840Z Downloaded futures-util v0.3.32
3802026-05-28T03:44:16.845Z Downloaded nom v8.0.0
3812026-05-28T03:44:16.848Z Downloaded ron v0.12.1
3822026-05-28T03:44:16.900Z Compiling proc-macro2 v1.0.106
3832026-05-28T03:44:16.901Z Compiling quote v1.0.45
3842026-05-28T03:44:16.901Z Compiling unicode-ident v1.0.24
3852026-05-28T03:44:16.901Z Compiling memchr v2.8.0
3862026-05-28T03:44:16.904Z Compiling thiserror v2.0.18
3872026-05-28T03:44:16.904Z Compiling zerocopy v0.8.48
3882026-05-28T03:44:16.904Z Compiling serde_core v1.0.228
3892026-05-28T03:44:16.904Z Compiling zmij v1.0.21
3902026-05-28T03:44:17.263Z Compiling libc v0.2.186
3912026-05-28T03:44:17.282Z Compiling ucd-trie v0.1.7
3922026-05-28T03:44:17.295Z Compiling serde_json v1.0.149
3932026-05-28T03:44:17.335Z Compiling ident_case v1.0.1
3942026-05-28T03:44:17.463Z Compiling strsim v0.11.1
3952026-05-28T03:44:17.466Z Compiling pest v2.8.6
3962026-05-28T03:44:17.501Z Compiling serde v1.0.228
3972026-05-28T03:44:17.774Z Compiling fnv v1.0.7
3982026-05-28T03:44:17.929Z Compiling aho-corasick v1.1.4
3992026-05-28T03:44:17.979Z Checking byteorder v1.5.0
4002026-05-28T03:44:18.118Z Compiling syn v2.0.117
4012026-05-28T03:44:18.121Z Compiling regex-syntax v0.8.10
4022026-05-28T03:44:18.179Z Compiling itoa v1.0.18
4032026-05-28T03:44:18.597Z Compiling pest_meta v2.8.6
4042026-05-28T03:44:18.663Z Compiling either v1.15.0
4052026-05-28T03:44:18.689Z Compiling usdt-impl v0.6.0
4062026-05-28T03:44:18.757Z Checking bitflags v2.11.1
4072026-05-28T03:44:18.854Z Compiling itertools v0.14.0
4082026-05-28T03:44:19.141Z Compiling thread-id v5.1.0
4092026-05-28T03:44:19.253Z Checking log v0.4.29
4102026-05-28T03:44:19.322Z Compiling heapless v0.8.0
4112026-05-28T03:44:19.394Z Checking futures-core v0.3.32
4122026-05-28T03:44:19.498Z Compiling regex-automata v0.4.14
4132026-05-28T03:44:19.624Z Checking plain v0.2.3
4142026-05-28T03:44:19.841Z Checking futures-sink v0.3.32
4152026-05-28T03:44:19.927Z Checking futures-channel v0.3.32
4162026-05-28T03:44:20.108Z Checking hash32 v0.3.1
4172026-05-28T03:44:20.209Z Checking pretty-hex v0.4.2
4182026-05-28T03:44:20.222Z Checking stable_deref_trait v1.2.1
4192026-05-28T03:44:20.271Z Compiling smoltcp v0.11.0
4202026-05-28T03:44:20.282Z Checking slab v0.4.12
4212026-05-28T03:44:20.407Z Checking cfg-if v1.0.4
4222026-05-28T03:44:20.429Z Checking pin-project-lite v0.2.17
4232026-05-28T03:44:20.469Z Checking futures-io v0.3.32
4242026-05-28T03:44:20.518Z Compiling pest_generator v2.8.6
4252026-05-28T03:44:20.562Z Compiling darling_core v0.21.3
4262026-05-28T03:44:20.574Z Compiling darling_core v0.23.0
4272026-05-28T03:44:20.593Z Checking futures-task v0.3.32
4282026-05-28T03:44:20.653Z Checking macaddr v1.0.1
4292026-05-28T03:44:21.020Z Checking bitflags v1.3.2
4302026-05-28T03:44:21.080Z Compiling ref-cast v1.0.25
4312026-05-28T03:44:21.113Z Compiling version_check v0.9.5
4322026-05-28T03:44:21.124Z Checking managed v0.8.0
4332026-05-28T03:44:21.302Z Compiling regex v1.12.3
4342026-05-28T03:44:21.384Z Compiling crc32fast v1.5.0
4352026-05-28T03:44:21.432Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-28T03:44:21.688Z Checking memmap2 v0.9.10
4372026-05-28T03:44:21.709Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4382026-05-28T03:44:21.727Z Compiling thiserror-impl v2.0.18
4392026-05-28T03:44:21.839Z Compiling serde_derive v1.0.228
4402026-05-28T03:44:21.991Z Compiling zerocopy-derive v0.8.48
4412026-05-28T03:44:22.050Z Compiling pest_derive v2.8.6
4422026-05-28T03:44:22.559Z Compiling scroll_derive v0.13.1
4432026-05-28T03:44:22.633Z Compiling darling_macro v0.21.3
4442026-05-28T03:44:22.634Z Compiling futures-macro v0.3.32
4452026-05-28T03:44:22.766Z Compiling darling_macro v0.23.0
4462026-05-28T03:44:22.843Z Compiling ref-cast-impl v1.0.25
4472026-05-28T03:44:23.116Z Compiling dtrace-parser v0.3.0
4482026-05-28T03:44:23.176Z Compiling darling v0.21.3
4492026-05-28T03:44:23.249Z Compiling ingot-macros v0.1.1
4502026-05-28T03:44:23.422Z Checking scroll v0.13.0
4512026-05-28T03:44:23.436Z Checking futures-util v0.3.32
4522026-05-28T03:44:23.535Z Checking cobs v0.3.0
4532026-05-28T03:44:23.632Z Checking goblin v0.10.5
4542026-05-28T03:44:23.671Z Compiling darling v0.23.0
4552026-05-28T03:44:23.740Z Checking ipnetwork v0.21.1
4562026-05-28T03:44:23.850Z Checking unicode-width v0.2.2
4572026-05-28T03:44:24.091Z Checking tabwriter v1.4.1
4582026-05-28T03:44:24.228Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-05-28T03:44:24.852Z Checking postcard v1.1.3
4602026-05-28T03:44:25.019Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4612026-05-28T03:44:25.120Z Compiling serde_tokenstream v0.2.3
4622026-05-28T03:44:25.272Z Checking nom v8.0.0
4632026-05-28T03:44:25.292Z Checking futures-executor v0.3.32
4642026-05-28T03:44:25.396Z Checking dyn-clone v1.0.20
4652026-05-28T03:44:25.443Z Checking futures v0.3.32
4662026-05-28T03:44:25.509Z Compiling anyhow v1.0.102
4672026-05-28T03:44:25.546Z Compiling typeid v1.0.3
4682026-05-28T03:44:25.648Z Checking cookie-factory v0.3.3
4692026-05-28T03:44:25.873Z Checking uuid v1.23.1
4702026-05-28T03:44:25.898Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-05-28T03:44:25.923Z Compiling dtor-proc-macro v0.0.13
4722026-05-28T03:44:26.028Z Checking circular v0.3.0
4732026-05-28T03:44:26.084Z Checking ingot-types v0.1.2
4742026-05-28T03:44:26.124Z Checking dof v0.4.0
4752026-05-28T03:44:26.128Z Checking link-section v0.2.1
4762026-05-28T03:44:26.133Z Checking once_cell v1.21.4
4772026-05-28T03:44:26.229Z Compiling ctor-proc-macro v0.0.13
4782026-05-28T03:44:26.255Z Checking ron v0.12.1
4792026-05-28T03:44:26.272Z Checking dtor v0.8.1
4802026-05-28T03:44:26.423Z Checking ingot v0.1.1
4812026-05-28T03:44:26.551Z Checking ctor v0.10.1
4822026-05-28T03:44:27.116Z Compiling usdt-attr-macro v0.6.0
4832026-05-28T03:44:27.117Z Compiling usdt-macro v0.6.0
4842026-05-28T03:44:27.246Z Checking rusticata-macros v5.0.0
4852026-05-28T03:44:27.363Z Checking pcap-parser v0.17.0
4862026-05-28T03:44:27.714Z Checking usdt v0.6.0
4872026-05-28T03:44:27.863Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-28T03:44:32.144Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-28T03:44:33.768Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-28T03:44:36.043Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.46s
4912026-05-28T03:44:36.077Z
4922026-05-28T03:44:36.081Zreal 19.550879308
4932026-05-28T03:44:36.081Zuser 1:12.113919352
4942026-05-28T03:44:36.081Zsys 15.338390012
4952026-05-28T03:44:36.082Ztrap 0.039271832
4962026-05-28T03:44:36.082Ztflt 0.103659403
4972026-05-28T03:44:36.082Zdflt 0.195769817
4982026-05-28T03:44:36.082Zkflt 0.000012710
4992026-05-28T03:44:36.082Zlock 4:01.257836503
5002026-05-28T03:44:36.082Zslp 3:51.154949576
5012026-05-28T03:44:36.082Zlat 4.335870929
5022026-05-28T03:44:36.082Zstop 8.601799679
5032026-05-28T03:44:36.082Z+ header 'analyze no_std + engine + kernel'
5042026-05-28T03:44:36.082Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-28T03:44:36.082Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-28T03:44:36.082Z+ ptime -m cargo +nightly-2026-05-27-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-28T03:44:36.257Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-28T03:44:36.260Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5092026-05-28T03:44:36.279Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-28T03:44:36.279Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-28T03:44:36.320Zwarning: this pattern is unneeded as the `..` pattern can match that element
5122026-05-28T03:44:36.321Z --> crates/kstat-macro/src/lib.rs:57:50
5132026-05-28T03:44:36.321Z |
5142026-05-28T03:44:36.321Z57 | syn::Fields::Unnamed(FieldsUnnamed { unnamed: _, .. }) => {
5152026-05-28T03:44:36.321Z | ^^^^^^^^^^^^ help: remove it
5162026-05-28T03:44:36.321Z |
5172026-05-28T03:44:36.321Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
5182026-05-28T03:44:36.321Z = note: `#[warn(clippy::unneeded_wildcard_pattern)]` on by default
5192026-05-28T03:44:36.321Z
5202026-05-28T03:44:36.523Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-05-28T03:44:36.754Zwarning: `kstat-macro` (lib) generated 1 warning (run `cargo clippy --fix --lib -p kstat-macro -- ` to apply 1 suggestion)
5222026-05-28T03:44:40.689Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5232026-05-28T03:44:40.950Zwarning: this pattern is unneeded as the `..` pattern can match that element
5242026-05-28T03:44:40.950Z --> lib/oxide-vpc/src/cfg.rs:190:49
5252026-05-28T03:44:40.950Z |
5262026-05-28T03:44:40.950Z190 | IpCfg::Ipv4(_) | IpCfg::DualStack { ipv4: _, .. } => {
5272026-05-28T03:44:40.950Z | ^^^^^^^^^ help: remove it
5282026-05-28T03:44:40.950Z |
5292026-05-28T03:44:40.950Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
5302026-05-28T03:44:40.950Z = note: `#[warn(clippy::unneeded_wildcard_pattern)]` on by default
5312026-05-28T03:44:40.950Z
5322026-05-28T03:44:40.950Zwarning: this pattern is unneeded as the `..` pattern can match that element
5332026-05-28T03:44:40.950Z --> lib/oxide-vpc/src/cfg.rs:196:49
5342026-05-28T03:44:40.950Z |
5352026-05-28T03:44:40.950Z196 | IpCfg::Ipv6(_) | IpCfg::DualStack { ipv6: _, .. } => {
5362026-05-28T03:44:40.950Z | ^^^^^^^^^ help: remove it
5372026-05-28T03:44:40.950Z |
5382026-05-28T03:44:40.950Z = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unneeded_wildcard_pattern
5392026-05-28T03:44:40.950Z
5402026-05-28T03:44:42.227Zwarning: `oxide-vpc` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p oxide-vpc -- ` to apply 2 suggestions)
5412026-05-28T03:44:42.227Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.10s
5422026-05-28T03:44:42.255Z
5432026-05-28T03:44:42.255Zreal 6.172443643
5442026-05-28T03:44:42.255Zuser 6.412558349
5452026-05-28T03:44:42.255Zsys 1.005914452
5462026-05-28T03:44:42.256Ztrap 0.000663650
5472026-05-28T03:44:42.256Ztflt 0.011077628
5482026-05-28T03:44:42.258Zdflt 0.002894400
5492026-05-28T03:44:42.258Zkflt 0.000000000
5502026-05-28T03:44:42.258Zlock 27.532409171
5512026-05-28T03:44:42.258Zslp 22.457636635
5522026-05-28T03:44:42.258Zlat 0.022044941
5532026-05-28T03:44:42.258Zstop 0.251512571
5542026-05-28T03:44:42.258Z+ header test
5552026-05-28T03:44:42.258Z+ echo '# ==== test ==== #'
5562026-05-28T03:44:42.259Z# ==== test ==== #
5572026-05-28T03:44:42.259Z+ ptime -m cargo test
5582026-05-28T03:44:42.411Z Compiling memchr v2.8.0
5592026-05-28T03:44:42.411Z Compiling serde_core v1.0.228
5602026-05-28T03:44:42.436Z Compiling thiserror v2.0.18
5612026-05-28T03:44:42.439Z Compiling zerocopy v0.8.48
5622026-05-28T03:44:42.442Z Compiling byteorder v1.5.0
5632026-05-28T03:44:42.442Z Compiling unicode-ident v1.0.24
5642026-05-28T03:44:42.446Z Compiling libc v0.2.186
5652026-05-28T03:44:42.447Z Compiling zmij v1.0.21
5662026-05-28T03:44:42.519Z Compiling proc-macro2 v1.0.106
5672026-05-28T03:44:42.565Z Compiling scroll v0.13.0
5682026-05-28T03:44:42.648Z Compiling log v0.4.29
5692026-05-28T03:44:42.778Z Compiling plain v0.2.3
5702026-05-28T03:44:42.807Z Compiling ucd-trie v0.1.7
5712026-05-28T03:44:42.834Z Compiling itoa v1.0.18
5722026-05-28T03:44:42.865Z Compiling futures-core v0.3.32
5732026-05-28T03:44:42.870Z Compiling futures-sink v0.3.32
5742026-05-28T03:44:42.958Z Compiling futures-channel v0.3.32
5752026-05-28T03:44:43.019Z Compiling pest v2.8.6
5762026-05-28T03:44:43.083Z Compiling quote v1.0.45
5772026-05-28T03:44:43.189Z Compiling goblin v0.10.5
5782026-05-28T03:44:43.508Z Compiling hash32 v0.3.1
5792026-05-28T03:44:43.675Z Compiling futures-task v0.3.32
5802026-05-28T03:44:43.723Z Compiling pretty-hex v0.4.2
5812026-05-28T03:44:43.846Z Compiling cfg-if v1.0.4
5822026-05-28T03:44:43.858Z Compiling pin-project-lite v0.2.17
5832026-05-28T03:44:43.908Z Compiling macaddr v1.0.1
5842026-05-28T03:44:43.942Z Compiling stable_deref_trait v1.2.1
5852026-05-28T03:44:43.968Z Compiling futures-io v0.3.32
5862026-05-28T03:44:44.010Z Compiling slab v0.4.12
5872026-05-28T03:44:44.149Z Compiling serde v1.0.228
5882026-05-28T03:44:44.149Z Compiling bitflags v2.11.1
5892026-05-28T03:44:44.185Z Compiling serde_json v1.0.149
5902026-05-28T03:44:44.345Z Compiling futures-util v0.3.32
5912026-05-28T03:44:44.555Z Compiling dtrace-parser v0.3.0
5922026-05-28T03:44:44.703Z Compiling heapless v0.8.0
5932026-05-28T03:44:44.769Z Compiling syn v2.0.117
5942026-05-28T03:44:45.138Z Compiling thread-id v5.1.0
5952026-05-28T03:44:45.213Z Compiling ingot-types v0.1.2
5962026-05-28T03:44:45.278Z Compiling cobs v0.3.0
5972026-05-28T03:44:45.403Z Compiling bitflags v1.3.2
5982026-05-28T03:44:45.470Z Compiling managed v0.8.0
5992026-05-28T03:44:45.577Z Compiling ingot v0.1.1
6002026-05-28T03:44:45.624Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
6012026-05-28T03:44:45.695Z Compiling smoltcp v0.11.0
6022026-05-28T03:44:45.868Z Compiling postcard v1.1.3
6032026-05-28T03:44:46.210Z Compiling dof v0.4.0
6042026-05-28T03:44:47.051Z Compiling futures-executor v0.3.32
6052026-05-28T03:44:47.316Z Compiling usdt-impl v0.6.0
6062026-05-28T03:44:47.640Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6072026-05-28T03:44:47.748Z Compiling memmap2 v0.9.10
6082026-05-28T03:44:48.044Z Compiling either v1.15.0
6092026-05-28T03:44:48.087Z Compiling ipnetwork v0.21.1
6102026-05-28T03:44:48.229Z Compiling unicode-width v0.2.2
6112026-05-28T03:44:48.232Z Compiling itertools v0.14.0
6122026-05-28T03:44:48.527Z Compiling tabwriter v1.4.1
6132026-05-28T03:44:48.607Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6142026-05-28T03:44:48.960Z Compiling ref-cast v1.0.25
6152026-05-28T03:44:49.034Z Compiling usdt v0.6.0
6162026-05-28T03:44:49.162Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6172026-05-28T03:44:49.639Z Compiling futures v0.3.32
6182026-05-28T03:44:49.747Z Compiling crc32fast v1.5.0
6192026-05-28T03:44:49.858Z Compiling nom v8.0.0
6202026-05-28T03:44:49.892Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6212026-05-28T03:44:49.987Z Compiling dyn-clone v1.0.20
6222026-05-28T03:44:50.011Z Compiling cookie-factory v0.3.3
6232026-05-28T03:44:50.148Z Compiling uuid v1.23.1
6242026-05-28T03:44:50.325Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6252026-05-28T03:44:50.585Z Compiling circular v0.3.0
6262026-05-28T03:44:50.780Z Compiling dtor v0.8.1
6272026-05-28T03:44:50.834Z Compiling anyhow v1.0.102
6282026-05-28T03:44:50.837Z Compiling typeid v1.0.3
6292026-05-28T03:44:50.861Z Compiling link-section v0.2.1
6302026-05-28T03:44:50.941Z Compiling once_cell v1.21.4
6312026-05-28T03:44:51.005Z Compiling ctor v0.10.1
6322026-05-28T03:44:51.077Z Compiling ron v0.12.1
6332026-05-28T03:44:52.390Z Compiling rusticata-macros v5.0.0
6342026-05-28T03:44:52.704Z Compiling pcap-parser v0.17.0
6352026-05-28T03:44:55.120Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6362026-05-28T03:44:57.478Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6372026-05-28T03:45:34.260Z Finished `test` profile [optimized + debuginfo] target(s) in 51.99s
6382026-05-28T03:45:34.276Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214)
6392026-05-28T03:45:34.279Z
6402026-05-28T03:45:34.279Zrunning 15 tests
6412026-05-28T03:45:34.279Ztest api::tests::ports_from_str_bad ... ok
6422026-05-28T03:45:34.279Ztest api::tests::parse_good_proto_filter ... ok
6432026-05-28T03:45:34.279Ztest api::tests::ports_from_str_good ... ok
6442026-05-28T03:45:34.279Ztest cfg::tests::test_required_nat_space ... ok
6452026-05-28T03:45:34.280Ztest api::tests::parse_bad_address ... ok
6462026-05-28T03:45:34.280Ztest api::tests::parse_bad_proto_filter ... ok
6472026-05-28T03:45:34.280Ztest api::tests::parse_good_address ... ok
6482026-05-28T03:45:34.280Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6492026-05-28T03:45:34.280Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6502026-05-28T03:45:34.280Ztest engine::geneve::test::parse_multi_opt ... ok
6512026-05-28T03:45:34.280Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6522026-05-28T03:45:34.280Ztest engine::geneve::test::parse_single_opt ... ok
6532026-05-28T03:45:34.280Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6542026-05-28T03:45:34.280Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6552026-05-28T03:45:34.283Ztest engine::firewall::tests::port_predicate_simplification ... ok
6562026-05-28T03:45:34.283Z
6572026-05-28T03:45:34.283Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6582026-05-28T03:45:34.283Z
6592026-05-28T03:45:34.283Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3)
6602026-05-28T03:45:34.283Z
6612026-05-28T03:45:34.283Zrunning 4 tests
6622026-05-28T03:45:34.287Ztest firewall_external_inbound ... ok
6632026-05-28T03:45:34.287Ztest firewall_vni_outbound ... ok
6642026-05-28T03:45:34.287Ztest firewall_vni_inbound ... ok
6652026-05-28T03:45:34.287Ztest firewall_replace_rules ... ok
6662026-05-28T03:45:34.287Z
6672026-05-28T03:45:34.287Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6682026-05-28T03:45:34.287Z
6692026-05-28T03:45:34.287Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0)
6702026-05-28T03:45:34.287Z
6712026-05-28T03:45:34.287Zrunning 2 tests
6722026-05-28T03:45:34.287Ztest parse_in_regression ... ok
6732026-05-28T03:45:34.287Ztest parse_out_regression ... ok
6742026-05-28T03:45:34.287Z
6752026-05-28T03:45:34.287Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6762026-05-28T03:45:34.287Z
6772026-05-28T03:45:34.287Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675)
6782026-05-28T03:45:34.291Z
6792026-05-28T03:45:34.291Zrunning 48 tests
6802026-05-28T03:45:34.291Ztest bad_ip_len ... ok
6812026-05-28T03:45:34.291Ztest check_layers ... ok
6822026-05-28T03:45:34.291Ztest add_remove_fw_rule ... ok
6832026-05-28T03:45:34.291Ztest external_attached_subnets_cannot_reach_internal ... ok
6842026-05-28T03:45:34.291Ztest arp_gateway ... ok
6852026-05-28T03:45:34.292Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6862026-05-28T03:45:34.292Ztest anti_spoof ... ok
6872026-05-28T03:45:34.292Ztest external_attached_subnets_dont_apply_nat ... ok
6882026-05-28T03:45:34.292Ztest early_tcp_invalidation ... ok
6892026-05-28T03:45:34.292Ztest flow_expiration ... ok
6902026-05-28T03:45:34.292Ztest gateway_icmpv6_ping ... ok
6912026-05-28T03:45:34.292Ztest external_ip_epoch_affinity_preserved ... ok
6922026-05-28T03:45:34.292Ztest external_ip_reconfigurable ... ok
6932026-05-28T03:45:34.292Ztest gateway_icmp4_ping ... ok
6942026-05-28T03:45:34.292Ztest gateway_router_advert_reply ... ok
6952026-05-28T03:45:34.292Ztest guest_to_guest_no_route ... ok
6962026-05-28T03:45:34.292Ztest guest_to_guest_diff_vpc_no_peer ... ok
6972026-05-28T03:45:34.292Ztest guest_to_internet_ipv6 ... ok
6982026-05-28T03:45:34.292Ztest guest_to_guest ... ok
6992026-05-28T03:45:34.292Ztest guest_to_internet_ipv4 ... ok
7002026-05-28T03:45:34.296Ztest icmp_inner_has_nat_applied ... ok
7012026-05-28T03:45:34.296Ztest inbound_ndp_dropped_at_gateway ... ok
7022026-05-28T03:45:34.296Ztest icmpv6_inner_has_nat_applied ... ok
7032026-05-28T03:45:34.296Ztest external_ip_balanced_over_floating_ips ... ok
7042026-05-28T03:45:34.296Ztest no_panic_on_flow_table_full ... ok
7052026-05-28T03:45:34.296Ztest intra_subnet_routes_with_custom ... ok
7062026-05-28T03:45:34.296Ztest outbound_ndp_dropped ... ok
7072026-05-28T03:45:34.296Ztest external_ip_receive_and_reply_on_all ... ok
7082026-05-28T03:45:34.296Ztest packet_body_pullup ... ok
7092026-05-28T03:45:34.296Ztest internal_attached_subnets ... ok
7102026-05-28T03:45:34.296Ztest port_transition_reset ... ok
7112026-05-28T03:45:34.296Ztest port_transition_running ... ok
7122026-05-28T03:45:34.296Ztest port_as_router_target ... ok
7132026-05-28T03:45:34.296Ztest test_drop_on_unknown_critical_option ... ok
7142026-05-28T03:45:34.296Ztest port_transition_pause ... ok
7152026-05-28T03:45:34.296Ztest tcp_invalidation_does_not_block_connection ... ok
7162026-05-28T03:45:34.297Ztest select_eip_conditioned_on_igw ... ok
7172026-05-28T03:45:34.297Ztest snat_icmp6_echo_rewrite ... ok
7182026-05-28T03:45:34.297Ztest snat_icmp4_echo_rewrite ... ok
7192026-05-28T03:45:34.297Ztest tcp_inbound ... ok
7202026-05-28T03:45:34.297Ztest tcp_outbound ... ok
7212026-05-28T03:45:34.297Ztest test_tcp_multicast_denied ... ok
7222026-05-28T03:45:34.297Ztest test_ipv6_multicast_encapsulation ... ok
7232026-05-28T03:45:34.297Ztest test_gateway_neighbor_advert_reply ... ok
7242026-05-28T03:45:34.297Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7252026-05-28T03:45:34.297Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7262026-05-28T03:45:34.297Ztest uft_lft_invalidation_out ... ok
7272026-05-28T03:45:34.297Ztest uft_lft_invalidation_in ... ok
7282026-05-28T03:45:34.297Z
7292026-05-28T03:45:34.297Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7302026-05-28T03:45:34.297Z
7312026-05-28T03:45:34.297Z Doc-tests oxide_vpc
7322026-05-28T03:45:34.580Z
7332026-05-28T03:45:34.580Zrunning 0 tests
7342026-05-28T03:45:34.580Z
7352026-05-28T03:45:34.583Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7362026-05-28T03:45:34.583Z
7372026-05-28T03:45:34.608Z
7382026-05-28T03:45:34.611Zreal 52.341016241
7392026-05-28T03:45:34.611Zuser 3:10.465166048
7402026-05-28T03:45:34.611Zsys 11.475400274
7412026-05-28T03:45:34.611Ztrap 0.088208145
7422026-05-28T03:45:34.611Ztflt 0.239505323
7432026-05-28T03:45:34.611Zdflt 0.388959948
7442026-05-28T03:45:34.611Zkflt 0.000033020
7452026-05-28T03:45:34.611Zlock 12:22.197806243
7462026-05-28T03:45:34.611Zslp 6:29.959012882
7472026-05-28T03:45:34.611Zlat 7.953584824
7482026-05-28T03:45:34.611Zstop 5.478356689
7492026-05-28T03:45:34.611Zprocess exited: duration 116407 ms, exit code 0
 
7502026-05-28T03:45:34.617Zfound 0 output files