01KVYF72XWBQCVCN1BAM8AAHTB: oxide-vpc

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

Buildomat Job: 01KVYF7RQ57NRCK7VN2NGFX2XT

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:06:00.775Zjob assigned to worker 01KVYF7YFRXVDAW8EMHY9SWCZK [factory aws, i-05518aa879653c837] (queued for 58 s)
 
22026-06-25T04:06:07.422Zstarting task 0: "setup"
32026-06-25T04:06:07.426Z++ uname -s
42026-06-25T04:06:07.430Z+ kern=SunOS
52026-06-25T04:06:07.430Z+ build_user=build
62026-06-25T04:06:07.430Z+ build_uid=12345
72026-06-25T04:06:07.430Z+ work_dir=/work
82026-06-25T04:06:07.430Z+ input_dir=/input
92026-06-25T04:06:07.430Z+ [[ 0 == 12345 ]]
102026-06-25T04:06:07.430Z+ case "$kern" in
112026-06-25T04:06:07.430Z+ groupadd -g 12345 build
122026-06-25T04:06:07.430Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:06:09.439Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:06:09.540Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:06:09.546Z+ home_fs=zfs
162026-06-25T04:06:09.546Z+ [[ zfs == autofs ]]
172026-06-25T04:06:09.546Z+ mkdir -p /home/build
182026-06-25T04:06:09.546Z+ chown build:build /home/build /work
192026-06-25T04:06:12.175Z+ chmod 0700 /home/build /work
202026-06-25T04:06:12.186Zprocess exited: duration 4126 ms, exit code 0
 
212026-06-25T04:06:12.199Zstarting task 1: "rust-toolchain"
222026-06-25T04:06:12.205Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:06:12.205Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T04:06:12.205Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T04:06:12.205Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T04:06:12.205Z * rust toolchain channel = "1.96.0"
272026-06-25T04:06:12.205Z * rust toolchain profile = "default"
282026-06-25T04:06:12.208Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:06:12.208Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:06:12.285Zinfo: downloading installer
312026-06-25T04:06:13.712Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:06:13.712Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:06:13.712Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:06:13.712Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:06:13.725Zinfo: profile set to default
362026-06-25T04:06:13.725Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:06:13.728Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:06:13.870Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:06:13.873Zinfo: downloading 6 components
402026-06-25T04:06:28.492Z
412026-06-25T04:06:28.492Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-25T04:06:28.520Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:28.520Z
442026-06-25T04:06:28.523Z
452026-06-25T04:06:28.523ZRust is installed now. Great!
462026-06-25T04:06:28.523Z
472026-06-25T04:06:28.523ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:28.523Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:28.523Z
502026-06-25T04:06:28.523ZTo configure your current shell, you need to source
512026-06-25T04:06:28.523Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:28.523Z
532026-06-25T04:06:28.523ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:28.523Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:28.523Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:28.523Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:28.523Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:28.523Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:28.523Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:28.523Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:28.523Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:28.623Z+ rustup --version
632026-06-25T04:06:28.632Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:28.635Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:28.653Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:28.655Z+ cargo --version
672026-06-25T04:06:28.669Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:28.672Z+ rustc --version
692026-06-25T04:06:28.691Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:28.694Zprocess exited: duration 16494 ms, exit code 0
 
712026-06-25T04:06:28.699Zstarting task 2: "authentication"
722026-06-25T04:06:28.713ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-06-25T04:06:40.742Zprocess exited: duration 12042 ms, exit code 0
 
742026-06-25T04:06:40.762Zstarting task 3: "clone repository"
752026-06-25T04:06:40.767Z+ mkdir -p /work/oxidecomputer/opte
762026-06-25T04:06:40.771Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-06-25T04:06:40.800ZCloning into '/work/oxidecomputer/opte'...
782026-06-25T04:06:41.740Z+ cd /work/oxidecomputer/opte
792026-06-25T04:06:41.740Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
802026-06-25T04:06:41.976ZFrom https://github.com/oxidecomputer/opte
812026-06-25T04:06:41.976Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
822026-06-25T04:06:41.981Z+ [[ -n '' ]]
832026-06-25T04:06:41.981Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
842026-06-25T04:06:41.998ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
852026-06-25T04:06:42.001Zprocess exited: duration 1237 ms, exit code 0
 
862026-06-25T04:06:42.008Zstarting task 4: "build"
872026-06-25T04:06:42.011Z+ source .github/buildomat/common.sh
882026-06-25T04:06:42.015Z++ rustup show active-toolchain
892026-06-25T04:06:42.018Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
902026-06-25T04:06:42.018Z++ pushd xde
912026-06-25T04:06:42.018Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
922026-06-25T04:06:42.018Z++ rustup show active-toolchain
932026-06-25T04:06:42.022Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
942026-06-25T04:06:42.185Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
952026-06-25T04:06:42.189Zinfo: downloading 6 components
962026-06-25T04:06:55.902Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
972026-06-25T04:06:56.002Z+++ rustup show active-toolchain -v
982026-06-25T04:06:56.005Z+++ head -n 1
992026-06-25T04:06:56.005Z+++ cut '-d ' -f1
1002026-06-25T04:06:56.061Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:56.061Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1022026-06-25T04:06:56.061Z++ popd
1032026-06-25T04:06:56.064Z/work/oxidecomputer/opte
1042026-06-25T04:06:56.064Z+ cargo --version
1052026-06-25T04:06:56.070Zcargo 1.96.0 (30a34c682 2026-05-25)
1062026-06-25T04:06:56.073Z+ rustc --version
1072026-06-25T04:06:56.094Zrustc 1.96.0 (ac68faa20 2026-05-25)
1082026-06-25T04:06:56.098Z+ cd lib/oxide-vpc
1092026-06-25T04:06:56.098Z+ header 'check style'
1102026-06-25T04:06:56.098Z+ echo '# ==== check style ==== #'
1112026-06-25T04:06:56.098Z# ==== check style ==== #
1122026-06-25T04:06:56.098Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check
1132026-06-25T04:06:56.218Z
1142026-06-25T04:06:56.218Zreal 0.120939414
1152026-06-25T04:06:56.218Zuser 0.086379420
1162026-06-25T04:06:56.218Zsys 0.030563279
1172026-06-25T04:06:56.219Ztrap 0.000014600
1182026-06-25T04:06:56.219Ztflt 0.000007610
1192026-06-25T04:06:56.219Zdflt 0.000004240
1202026-06-25T04:06:56.222Zkflt 0.000000000
1212026-06-25T04:06:56.222Zlock 0.031082180
1222026-06-25T04:06:56.222Zslp 0.100919025
1232026-06-25T04:06:56.222Zlat 0.000755250
1242026-06-25T04:06:56.222Zstop 0.000136520
1252026-06-25T04:06:56.222Z+ header 'check docs'
1262026-06-25T04:06:56.222Z+ echo '# ==== check docs ==== #'
1272026-06-25T04:06:56.222Z# ==== check docs ==== #
1282026-06-25T04:06:56.222Z+ RUSTDOCFLAGS='-D warnings'
1292026-06-25T04:06:56.222Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1302026-06-25T04:06:56.290Z Updating crates.io index
1312026-06-25T04:06:56.294Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-06-25T04:06:57.268Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-06-25T04:06:57.503Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-06-25T04:06:57.848Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-06-25T04:06:58.107Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-06-25T04:06:58.382Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-06-25T04:06:58.663Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-06-25T04:07:00.901Z Downloading crates ...
1392026-06-25T04:07:00.957Z Downloaded cobs v0.3.0
1402026-06-25T04:07:00.963Z Downloaded defmt v0.3.100
1412026-06-25T04:07:00.975Z Downloaded pest_derive v2.8.6
1422026-06-25T04:07:00.980Z Downloaded embedded-io v0.4.0
1432026-06-25T04:07:00.983Z Downloaded ref-cast-impl v1.0.25
1442026-06-25T04:07:00.983Z Downloaded defmt-parser v1.0.0
1452026-06-25T04:07:00.983Z Downloaded proc-macro-error-attr2 v2.0.0
1462026-06-25T04:07:00.986Z Downloaded dyn-clone v1.0.20
1472026-06-25T04:07:00.987Z Downloaded proc-macro2 v1.0.106
1482026-06-25T04:07:00.993Z Downloaded itoa v1.0.18
1492026-06-25T04:07:00.996Z Downloaded macaddr v1.0.1
1502026-06-25T04:07:00.996Z Downloaded thiserror v2.0.18
1512026-06-25T04:07:01.003Z Downloaded ingot-macros v0.1.1
1522026-06-25T04:07:01.007Z Downloaded cpufeatures v0.2.17
1532026-06-25T04:07:01.007Z Downloaded usdt v0.6.0
1542026-06-25T04:07:01.007Z Downloaded usdt-attr-macro v0.6.0
1552026-06-25T04:07:01.007Z Downloaded darling_macro v0.23.0
1562026-06-25T04:07:01.007Z Downloaded managed v0.8.0
1572026-06-25T04:07:01.017Z Downloaded crypto-common v0.1.7
1582026-06-25T04:07:01.021Z Downloaded hash32 v0.3.1
1592026-06-25T04:07:01.021Z Downloaded ingot-types v0.1.2
1602026-06-25T04:07:01.021Z Downloaded memmap2 v0.9.10
1612026-06-25T04:07:01.024Z Downloaded plain v0.2.3
1622026-06-25T04:07:01.027Z Downloaded darling_macro v0.21.3
1632026-06-25T04:07:01.027Z Downloaded pretty-hex v0.4.2
1642026-06-25T04:07:01.031Z Downloaded dtrace-parser v0.3.0
1652026-06-25T04:07:01.035Z Downloaded stable_deref_trait v1.2.1
1662026-06-25T04:07:01.035Z Downloaded embedded-io v0.6.1
1672026-06-25T04:07:01.039Z Downloaded ipnetwork v0.21.1
1682026-06-25T04:07:01.043Z Downloaded log v0.4.33
1692026-06-25T04:07:01.043Z Downloaded heapless v0.8.0
1702026-06-25T04:07:01.047Z Downloaded ident_case v1.0.1
1712026-06-25T04:07:01.050Z Downloaded dof v0.4.0
1722026-06-25T04:07:01.050Z Downloaded fnv v1.0.7
1732026-06-25T04:07:01.053Z Downloaded scroll_derive v0.13.1
1742026-06-25T04:07:01.056Z Downloaded ref-cast v1.0.25
1752026-06-25T04:07:01.062Z Downloaded strsim v0.11.1
1762026-06-25T04:07:01.065Z Downloaded tabwriter v1.4.1
1772026-06-25T04:07:01.065Z Downloaded generic-array v0.14.7
1782026-06-25T04:07:01.070Z Downloaded thread-id v5.1.0
1792026-06-25T04:07:01.077Z Downloaded usdt-macro v0.6.0
1802026-06-25T04:07:01.080Z Downloaded quote v1.0.46
1812026-06-25T04:07:01.080Z Downloaded usdt-impl v0.6.0
1822026-06-25T04:07:01.083Z Downloaded ingot v0.1.1
1832026-06-25T04:07:01.083Z Downloaded thiserror-impl v2.0.18
1842026-06-25T04:07:01.086Z Downloaded version_check v0.9.5
1852026-06-25T04:07:01.086Z Downloaded either v1.16.0
1862026-06-25T04:07:01.086Z Downloaded zmij v1.0.21
1872026-06-25T04:07:01.089Z Downloaded scroll v0.13.0
1882026-06-25T04:07:01.093Z Downloaded darling v0.21.3
1892026-06-25T04:07:01.096Z Downloaded byteorder v1.5.0
1902026-06-25T04:07:01.099Z Downloaded block-buffer v0.10.4
1912026-06-25T04:07:01.099Z Downloaded cfg-if v1.0.4
1922026-06-25T04:07:01.102Z Downloaded sha2 v0.10.9
1932026-06-25T04:07:01.115Z Downloaded darling v0.23.0
1942026-06-25T04:07:01.119Z Downloaded digest v0.10.7
1952026-06-25T04:07:01.122Z Downloaded proc-macro-error2 v2.0.1
1962026-06-25T04:07:01.122Z Downloaded serde_tokenstream v0.2.3
1972026-06-25T04:07:01.122Z Downloaded crc32fast v1.5.0
1982026-06-25T04:07:01.122Z Downloaded defmt-macros v1.1.0
1992026-06-25T04:07:01.125Z Downloaded postcard v1.1.3
2002026-06-25T04:07:01.143Z Downloaded bitflags v1.3.2
2012026-06-25T04:07:01.149Z Downloaded defmt v1.1.0
2022026-06-25T04:07:01.152Z Downloaded bitflags v2.13.0
2032026-06-25T04:07:01.155Z Downloaded pest_generator v2.8.6
2042026-06-25T04:07:01.155Z Downloaded serde v1.0.228
2052026-06-25T04:07:01.158Z Downloaded unicode-ident v1.0.24
2062026-06-25T04:07:01.166Z Downloaded ucd-trie v0.1.7
2072026-06-25T04:07:01.170Z Downloaded serde_derive v1.0.228
2082026-06-25T04:07:01.174Z Downloaded darling_core v0.21.3
2092026-06-25T04:07:01.178Z Downloaded uuid v1.23.3
2102026-06-25T04:07:01.181Z Downloaded darling_core v0.23.0
2112026-06-25T04:07:01.185Z Downloaded pest_meta v2.8.6
2122026-06-25T04:07:01.188Z Downloaded serde_core v1.0.228
2132026-06-25T04:07:01.213Z Downloaded zerocopy-derive v0.8.52
2142026-06-25T04:07:01.218Z Downloaded itertools v0.15.0
2152026-06-25T04:07:01.221Z Downloaded memchr v2.8.2
2162026-06-25T04:07:01.225Z Downloaded typenum v1.20.1
2172026-06-25T04:07:01.251Z Downloaded serde_json v1.0.150
2182026-06-25T04:07:01.259Z Downloaded itertools v0.14.0
2192026-06-25T04:07:01.264Z Downloaded regex v1.12.4
2202026-06-25T04:07:01.273Z Downloaded aho-corasick v1.1.4
2212026-06-25T04:07:01.277Z Downloaded pest v2.8.6
2222026-06-25T04:07:01.309Z Downloaded syn v2.0.118
2232026-06-25T04:07:01.319Z Downloaded goblin v0.10.7
2242026-06-25T04:07:01.330Z Downloaded smoltcp v0.11.0
2252026-06-25T04:07:01.337Z Downloaded unicode-width v0.2.2
2262026-06-25T04:07:01.341Z Downloaded zerocopy v0.8.52
2272026-06-25T04:07:01.352Z Downloaded regex-syntax v0.8.11
2282026-06-25T04:07:01.387Z Downloaded regex-automata v0.4.14
2292026-06-25T04:07:01.404Z Downloaded libc v0.2.186
2302026-06-25T04:07:01.464Z Compiling proc-macro2 v1.0.106
2312026-06-25T04:07:01.464Z Compiling quote v1.0.46
2322026-06-25T04:07:01.464Z Compiling unicode-ident v1.0.24
2332026-06-25T04:07:01.468Z Compiling strsim v0.11.1
2342026-06-25T04:07:01.468Z Documenting unicode-ident v1.0.24
2352026-06-25T04:07:01.468Z Compiling ident_case v1.0.1
2362026-06-25T04:07:01.468Z Compiling serde_core v1.0.228
2372026-06-25T04:07:01.619Z Compiling fnv v1.0.7
2382026-06-25T04:07:01.640Z Compiling memchr v2.8.2
2392026-06-25T04:07:01.644Z Compiling regex-syntax v0.8.11
2402026-06-25T04:07:01.701Z Compiling serde v1.0.228
2412026-06-25T04:07:01.807Z Compiling thiserror v2.0.18
2422026-06-25T04:07:01.862Z Compiling zerocopy v0.8.52
2432026-06-25T04:07:02.154Z Documenting proc-macro2 v1.0.106
2442026-06-25T04:07:02.200Z Compiling aho-corasick v1.1.4
2452026-06-25T04:07:02.373Z Compiling either v1.16.0
2462026-06-25T04:07:02.476Z Compiling syn v2.0.118
2472026-06-25T04:07:02.547Z Checking byteorder v1.5.0
2482026-06-25T04:07:02.695Z Compiling itertools v0.14.0
2492026-06-25T04:07:02.726Z Documenting quote v1.0.46
2502026-06-25T04:07:03.243Z Documenting syn v2.0.118
2512026-06-25T04:07:03.310Z Compiling regex-automata v0.4.14
2522026-06-25T04:07:03.581Z Compiling heapless v0.8.0
2532026-06-25T04:07:03.669Z Checking bitflags v2.13.0
2542026-06-25T04:07:03.823Z Checking hash32 v0.3.1
2552026-06-25T04:07:03.912Z Documenting serde_core v1.0.228
2562026-06-25T04:07:03.925Z Documenting memchr v2.8.2
2572026-06-25T04:07:04.034Z Checking macaddr v1.0.1
2582026-06-25T04:07:04.172Z Checking stable_deref_trait v1.2.1
2592026-06-25T04:07:04.236Z Checking cfg-if v1.0.4
2602026-06-25T04:07:04.299Z Documenting regex-syntax v0.8.11
2612026-06-25T04:07:04.505Z Compiling smoltcp v0.11.0
2622026-06-25T04:07:04.566Z Documenting aho-corasick v1.1.4
2632026-06-25T04:07:04.841Z Compiling darling_core v0.21.3
2642026-06-25T04:07:05.225Z Compiling regex v1.12.4
2652026-06-25T04:07:05.307Z Compiling darling_core v0.23.0
2662026-06-25T04:07:05.580Z Documenting regex-automata v0.4.14
2672026-06-25T04:07:05.886Z Checking managed v0.8.0
2682026-06-25T04:07:06.059Z Checking bitflags v1.3.2
2692026-06-25T04:07:06.062Z Compiling serde_derive v1.0.228
2702026-06-25T04:07:06.070Z Compiling thiserror-impl v2.0.18
2712026-06-25T04:07:06.123Z Compiling zerocopy-derive v0.8.52
2722026-06-25T04:07:06.936Z Documenting thiserror-impl v2.0.18
2732026-06-25T04:07:06.999Z Documenting regex v1.12.4
2742026-06-25T04:07:07.011Z Compiling darling_macro v0.21.3
2752026-06-25T04:07:07.435Z Checking cobs v0.3.0
2762026-06-25T04:07:07.530Z Documenting zerocopy-derive v0.8.52
2772026-06-25T04:07:07.570Z Compiling darling_macro v0.23.0
2782026-06-25T04:07:07.576Z Documenting serde_derive v1.0.228
2792026-06-25T04:07:07.617Z Compiling darling v0.21.3
2802026-06-25T04:07:07.695Z Compiling ingot-macros v0.1.1
2812026-06-25T04:07:07.873Z Documenting byteorder v1.5.0
2822026-06-25T04:07:08.016Z Compiling ref-cast v1.0.25
2832026-06-25T04:07:08.131Z Compiling crc32fast v1.5.0
2842026-06-25T04:07:08.377Z Documenting zerocopy v0.8.52
2852026-06-25T04:07:08.382Z Documenting ingot-macros v0.1.1
2862026-06-25T04:07:08.469Z Documenting thiserror v2.0.18
2872026-06-25T04:07:08.533Z Documenting hash32 v0.3.1
2882026-06-25T04:07:08.991Z Documenting serde v1.0.228
2892026-06-25T04:07:09.167Z Compiling ref-cast-impl v1.0.25
2902026-06-25T04:07:09.228Z Checking postcard v1.1.3
2912026-06-25T04:07:09.501Z Documenting bitflags v2.13.0
2922026-06-25T04:07:09.567Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-06-25T04:07:09.767Z Compiling version_check v0.9.5
2942026-06-25T04:07:09.825Z Documenting cfg-if v1.0.4
2952026-06-25T04:07:10.032Z Documenting stable_deref_trait v1.2.1
2962026-06-25T04:07:10.063Z Checking ipnetwork v0.21.1
2972026-06-25T04:07:10.136Z Checking unicode-width v0.2.2
2982026-06-25T04:07:10.236Z Documenting macaddr v1.0.1
2992026-06-25T04:07:10.399Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3002026-06-25T04:07:10.403Z Documenting cobs v0.3.0
3012026-06-25T04:07:10.422Z Checking ingot-types v0.1.2
3022026-06-25T04:07:10.505Z Compiling darling v0.23.0
3032026-06-25T04:07:10.580Z Documenting managed v0.8.0
3042026-06-25T04:07:10.676Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3052026-06-25T04:07:10.714Z Documenting heapless v0.8.0
3062026-06-25T04:07:10.766Z Checking ingot v0.1.1
3072026-06-25T04:07:10.970Z Checking tabwriter v1.4.1
3082026-06-25T04:07:11.109Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3092026-06-25T04:07:11.167Z Documenting postcard v1.1.3
3102026-06-25T04:07:11.391Z Checking itertools v0.15.0
3112026-06-25T04:07:11.663Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3122026-06-25T04:07:11.671Z Documenting ingot-types v0.1.2
3132026-06-25T04:07:11.748Z Documenting ref-cast-impl v1.0.25
3142026-06-25T04:07:11.925Z Documenting smoltcp v0.11.0
3152026-06-25T04:07:12.212Z Documenting ipnetwork v0.21.1
3162026-06-25T04:07:12.225Z Documenting either v1.16.0
3172026-06-25T04:07:12.270Z Documenting unicode-width v0.2.2
3182026-06-25T04:07:12.409Z Checking dyn-clone v1.0.20
3192026-06-25T04:07:12.428Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-06-25T04:07:12.504Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3212026-06-25T04:07:12.715Z Documenting ingot v0.1.1
3222026-06-25T04:07:12.917Z Documenting ref-cast v1.0.25
3232026-06-25T04:07:13.145Z Documenting itertools v0.15.0
3242026-06-25T04:07:13.260Z Documenting crc32fast v1.5.0
3252026-06-25T04:07:13.413Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3262026-06-25T04:07:13.623Z Documenting tabwriter v1.4.1
3272026-06-25T04:07:13.997Z Documenting dyn-clone v1.0.20
3282026-06-25T04:07:14.451Z Documenting uuid v1.23.3
3292026-06-25T04:07:14.728Z Checking uuid v1.23.3
3302026-06-25T04:07:14.971Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3312026-06-25T04:07:15.104Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3322026-06-25T04:07:15.816Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-06-25T04:07:17.472Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3342026-06-25T04:07:19.698Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3352026-06-25T04:07:21.269Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.04s
3362026-06-25T04:07:21.346Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3372026-06-25T04:07:21.375Z
3382026-06-25T04:07:21.378Zreal 25.132224259
3392026-06-25T04:07:21.378Zuser 1:22.500507063
3402026-06-25T04:07:21.378Zsys 17.093395301
3412026-06-25T04:07:21.378Ztrap 0.047544490
3422026-06-25T04:07:21.378Ztflt 0.070720443
3432026-06-25T04:07:21.378Zdflt 0.096906534
3442026-06-25T04:07:21.379Zkflt 0.005225760
3452026-06-25T04:07:21.379Zlock 9:07.837168748
3462026-06-25T04:07:21.379Zslp 4:48.316735420
3472026-06-25T04:07:21.379Zlat 8.301320632
3482026-06-25T04:07:21.379Zstop 12.645750798
3492026-06-25T04:07:21.379Z+ header 'analyze std + api + usdt'
3502026-06-25T04:07:21.379Z+ echo '# ==== analyze std + api + usdt ==== #'
3512026-06-25T04:07:21.379Z# ==== analyze std + api + usdt ==== #
3522026-06-25T04:07:21.379Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3532026-06-25T04:07:21.555Z Downloading crates ...
3542026-06-25T04:07:21.610Z Downloaded futures-io v0.3.32
3552026-06-25T04:07:21.618Z Downloaded anyhow v1.0.102
3562026-06-25T04:07:21.621Z Downloaded futures-task v0.3.32
3572026-06-25T04:07:21.632Z Downloaded nom v8.0.0
3582026-06-25T04:07:21.634Z Downloaded typeid v1.0.3
3592026-06-25T04:07:21.637Z Downloaded link-section v0.2.1
3602026-06-25T04:07:21.637Z Downloaded futures-executor v0.3.32
3612026-06-25T04:07:21.641Z Downloaded ctor-proc-macro v0.0.13
3622026-06-25T04:07:21.644Z Downloaded rusticata-macros v5.0.0
3632026-06-25T04:07:21.644Z Downloaded futures-sink v0.3.32
3642026-06-25T04:07:21.646Z Downloaded futures-macro v0.3.32
3652026-06-25T04:07:21.650Z Downloaded pin-project-lite v0.2.17
3662026-06-25T04:07:21.655Z Downloaded futures-core v0.3.32
3672026-06-25T04:07:21.658Z Downloaded circular v0.3.0
3682026-06-25T04:07:21.658Z Downloaded dtor-proc-macro v0.0.13
3692026-06-25T04:07:21.658Z Downloaded once_cell v1.21.4
3702026-06-25T04:07:21.660Z Downloaded futures-channel v0.3.32
3712026-06-25T04:07:21.660Z Downloaded ctor v0.10.1
3722026-06-25T04:07:21.661Z Downloaded cookie-factory v0.3.3
3732026-06-25T04:07:21.663Z Downloaded dtor v0.8.1
3742026-06-25T04:07:21.666Z Downloaded futures v0.3.32
3752026-06-25T04:07:21.669Z Downloaded slab v0.4.12
3762026-06-25T04:07:21.679Z Downloaded ron v0.12.1
3772026-06-25T04:07:21.683Z Downloaded pcap-parser v0.17.0
3782026-06-25T04:07:21.687Z Downloaded futures-util v0.3.32
3792026-06-25T04:07:21.740Z Compiling proc-macro2 v1.0.106
3802026-06-25T04:07:21.740Z Compiling quote v1.0.46
3812026-06-25T04:07:21.740Z Compiling unicode-ident v1.0.24
3822026-06-25T04:07:21.743Z Compiling memchr v2.8.2
3832026-06-25T04:07:21.743Z Compiling thiserror v2.0.18
3842026-06-25T04:07:21.743Z Compiling zerocopy v0.8.52
3852026-06-25T04:07:21.743Z Compiling serde_core v1.0.228
3862026-06-25T04:07:21.743Z Compiling zmij v1.0.21
3872026-06-25T04:07:22.081Z Compiling libc v0.2.186
3882026-06-25T04:07:22.110Z Compiling serde_json v1.0.150
3892026-06-25T04:07:22.114Z Compiling ident_case v1.0.1
3902026-06-25T04:07:22.166Z Compiling ucd-trie v0.1.7
3912026-06-25T04:07:22.219Z Compiling strsim v0.11.1
3922026-06-25T04:07:22.311Z Compiling pest v2.8.6
3932026-06-25T04:07:22.329Z Compiling serde v1.0.228
3942026-06-25T04:07:22.605Z Compiling fnv v1.0.7
3952026-06-25T04:07:22.731Z Compiling aho-corasick v1.1.4
3962026-06-25T04:07:22.809Z Compiling regex-syntax v0.8.11
3972026-06-25T04:07:22.919Z Compiling syn v2.0.118
3982026-06-25T04:07:22.945Z Compiling itoa v1.0.18
3992026-06-25T04:07:23.093Z Checking byteorder v1.5.0
4002026-06-25T04:07:23.322Z Compiling pest_meta v2.8.6
4012026-06-25T04:07:23.542Z Compiling either v1.16.0
4022026-06-25T04:07:23.613Z Compiling usdt-impl v0.6.0
4032026-06-25T04:07:23.738Z Compiling itertools v0.14.0
4042026-06-25T04:07:23.851Z Checking bitflags v2.13.0
4052026-06-25T04:07:24.060Z Compiling thread-id v5.1.0
4062026-06-25T04:07:24.185Z Checking log v0.4.33
4072026-06-25T04:07:24.216Z Compiling regex-automata v0.4.14
4082026-06-25T04:07:24.560Z Checking futures-sink v0.3.32
4092026-06-25T04:07:24.611Z Compiling heapless v0.8.0
4102026-06-25T04:07:24.647Z Checking plain v0.2.3
4112026-06-25T04:07:24.737Z Checking futures-core v0.3.32
4122026-06-25T04:07:24.854Z Checking futures-channel v0.3.32
4132026-06-25T04:07:25.037Z Checking hash32 v0.3.1
4142026-06-25T04:07:25.138Z Compiling smoltcp v0.11.0
4152026-06-25T04:07:25.150Z Checking pretty-hex v0.4.2
4162026-06-25T04:07:25.245Z Checking futures-task v0.3.32
4172026-06-25T04:07:25.258Z Checking futures-io v0.3.32
4182026-06-25T04:07:25.273Z Checking macaddr v1.0.1
4192026-06-25T04:07:25.364Z Compiling pest_generator v2.8.6
4202026-06-25T04:07:25.373Z Compiling darling_core v0.21.3
4212026-06-25T04:07:25.410Z Compiling darling_core v0.23.0
4222026-06-25T04:07:25.459Z Checking slab v0.4.12
4232026-06-25T04:07:25.463Z Checking pin-project-lite v0.2.17
4242026-06-25T04:07:25.543Z Checking stable_deref_trait v1.2.1
4252026-06-25T04:07:25.605Z Checking cfg-if v1.0.4
4262026-06-25T04:07:25.909Z Compiling version_check v0.9.5
4272026-06-25T04:07:26.014Z Compiling regex v1.12.4
4282026-06-25T04:07:26.029Z Checking bitflags v1.3.2
4292026-06-25T04:07:26.090Z Compiling ref-cast v1.0.25
4302026-06-25T04:07:26.185Z Compiling crc32fast v1.5.0
4312026-06-25T04:07:26.398Z Checking managed v0.8.0
4322026-06-25T04:07:26.448Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4332026-06-25T04:07:26.506Z Checking memmap2 v0.9.10
4342026-06-25T04:07:26.544Z Compiling thiserror-impl v2.0.18
4352026-06-25T04:07:26.574Z Compiling serde_derive v1.0.228
4362026-06-25T04:07:26.666Z Compiling zerocopy-derive v0.8.52
4372026-06-25T04:07:26.688Z Compiling pest_derive v2.8.6
4382026-06-25T04:07:26.818Z Compiling scroll_derive v0.13.1
4392026-06-25T04:07:27.207Z Compiling futures-macro v0.3.32
4402026-06-25T04:07:27.496Z Compiling darling_macro v0.21.3
4412026-06-25T04:07:27.549Z Compiling darling_macro v0.23.0
4422026-06-25T04:07:27.632Z Checking scroll v0.13.0
4432026-06-25T04:07:27.850Z Checking goblin v0.10.7
4442026-06-25T04:07:27.937Z Compiling dtrace-parser v0.3.0
4452026-06-25T04:07:28.011Z Checking futures-util v0.3.32
4462026-06-25T04:07:28.032Z Compiling darling v0.21.3
4472026-06-25T04:07:28.099Z Compiling ingot-macros v0.1.1
4482026-06-25T04:07:28.530Z Checking cobs v0.3.0
4492026-06-25T04:07:28.901Z Compiling darling v0.23.0
4502026-06-25T04:07:28.926Z Compiling ref-cast-impl v1.0.25
4512026-06-25T04:07:28.972Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4522026-06-25T04:07:29.496Z Checking ipnetwork v0.21.1
4532026-06-25T04:07:29.637Z Checking postcard v1.1.3
4542026-06-25T04:07:29.668Z Checking unicode-width v0.2.2
4552026-06-25T04:07:29.747Z Compiling serde_tokenstream v0.2.3
4562026-06-25T04:07:29.916Z Checking tabwriter v1.4.1
4572026-06-25T04:07:29.931Z Checking futures-executor v0.3.32
4582026-06-25T04:07:30.046Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4592026-06-25T04:07:30.061Z Checking itertools v0.15.0
4602026-06-25T04:07:30.066Z Checking futures v0.3.32
4612026-06-25T04:07:30.127Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-06-25T04:07:30.270Z Checking nom v8.0.0
4632026-06-25T04:07:30.374Z Compiling typeid v1.0.3
4642026-06-25T04:07:30.656Z Compiling anyhow v1.0.102
4652026-06-25T04:07:30.696Z Checking dyn-clone v1.0.20
4662026-06-25T04:07:30.745Z Checking cookie-factory v0.3.3
4672026-06-25T04:07:30.755Z Checking ingot-types v0.1.2
4682026-06-25T04:07:30.760Z Checking dof v0.4.0
4692026-06-25T04:07:30.797Z Checking uuid v1.23.3
4702026-06-25T04:07:30.898Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-06-25T04:07:31.030Z Compiling dtor-proc-macro v0.0.13
4722026-06-25T04:07:31.062Z Checking circular v0.3.0
4732026-06-25T04:07:31.089Z Checking ingot v0.1.1
4742026-06-25T04:07:31.169Z Checking once_cell v1.21.4
4752026-06-25T04:07:31.189Z Compiling ctor-proc-macro v0.0.13
4762026-06-25T04:07:31.300Z Checking link-section v0.2.1
4772026-06-25T04:07:31.355Z Checking dtor v0.8.1
4782026-06-25T04:07:31.404Z Checking ron v0.12.1
4792026-06-25T04:07:31.515Z Checking ctor v0.10.1
4802026-06-25T04:07:31.963Z Compiling usdt-macro v0.6.0
4812026-06-25T04:07:31.963Z Compiling usdt-attr-macro v0.6.0
4822026-06-25T04:07:32.286Z Checking rusticata-macros v5.0.0
4832026-06-25T04:07:32.406Z Checking pcap-parser v0.17.0
4842026-06-25T04:07:32.575Z Checking usdt v0.6.0
4852026-06-25T04:07:32.611Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4862026-06-25T04:07:37.072Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4872026-06-25T04:07:38.717Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4882026-06-25T04:07:41.033Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.61s
4892026-06-25T04:07:41.068Z
4902026-06-25T04:07:41.068Zreal 19.692434377
4912026-06-25T04:07:41.068Zuser 1:13.297036918
4922026-06-25T04:07:41.068Zsys 15.166100281
4932026-06-25T04:07:41.068Ztrap 0.040933570
4942026-06-25T04:07:41.068Ztflt 0.136841297
4952026-06-25T04:07:41.071Zdflt 0.219897166
4962026-06-25T04:07:41.071Zkflt 0.000031570
4972026-06-25T04:07:41.071Zlock 4:05.594410412
4982026-06-25T04:07:41.071Zslp 3:53.254140152
4992026-06-25T04:07:41.071Zlat 4.068705668
5002026-06-25T04:07:41.071Zstop 7.953976019
5012026-06-25T04:07:41.071Z+ header 'analyze no_std + engine + kernel'
5022026-06-25T04:07:41.071Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5032026-06-25T04:07:41.071Z# ==== analyze no_std + engine + kernel ==== #
5042026-06-25T04:07:41.071Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5052026-06-25T04:07:41.247Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5062026-06-25T04:07:41.247Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-06-25T04:07:41.249Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5082026-06-25T04:07:41.249Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5092026-06-25T04:07:41.506Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5102026-06-25T04:07:45.189Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5112026-06-25T04:07:46.568Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.45s
5122026-06-25T04:07:46.593Z
5132026-06-25T04:07:46.597Zreal 5.519542571
5142026-06-25T04:07:46.597Zuser 5.747820540
5152026-06-25T04:07:46.597Zsys 1.011747278
5162026-06-25T04:07:46.597Ztrap 0.000799390
5172026-06-25T04:07:46.597Ztflt 0.011047492
5182026-06-25T04:07:46.597Zdflt 0.004524010
5192026-06-25T04:07:46.597Zkflt 0.000000000
5202026-06-25T04:07:46.597Zlock 28.654085286
5212026-06-25T04:07:46.597Zslp 20.545318256
5222026-06-25T04:07:46.597Zlat 0.021781712
5232026-06-25T04:07:46.597Zstop 0.275995523
5242026-06-25T04:07:46.597Z+ header test
5252026-06-25T04:07:46.597Z+ echo '# ==== test ==== #'
5262026-06-25T04:07:46.597Z# ==== test ==== #
5272026-06-25T04:07:46.597Z+ ptime -m cargo test
5282026-06-25T04:07:46.747Z Compiling memchr v2.8.2
5292026-06-25T04:07:46.747Z Compiling serde_core v1.0.228
5302026-06-25T04:07:46.772Z Compiling thiserror v2.0.18
5312026-06-25T04:07:46.775Z Compiling zerocopy v0.8.52
5322026-06-25T04:07:46.777Z Compiling byteorder v1.5.0
5332026-06-25T04:07:46.777Z Compiling unicode-ident v1.0.24
5342026-06-25T04:07:46.781Z Compiling zmij v1.0.21
5352026-06-25T04:07:46.781Z Compiling libc v0.2.186
5362026-06-25T04:07:46.854Z Compiling scroll v0.13.0
5372026-06-25T04:07:46.900Z Compiling proc-macro2 v1.0.106
5382026-06-25T04:07:46.984Z Compiling log v0.4.33
5392026-06-25T04:07:47.118Z Compiling plain v0.2.3
5402026-06-25T04:07:47.118Z Compiling futures-core v0.3.32
5412026-06-25T04:07:47.142Z Compiling ucd-trie v0.1.7
5422026-06-25T04:07:47.212Z Compiling itoa v1.0.18
5432026-06-25T04:07:47.212Z Compiling futures-sink v0.3.32
5442026-06-25T04:07:47.274Z Compiling pest v2.8.6
5452026-06-25T04:07:47.304Z Compiling futures-channel v0.3.32
5462026-06-25T04:07:47.463Z Compiling quote v1.0.46
5472026-06-25T04:07:47.539Z Compiling goblin v0.10.7
5482026-06-25T04:07:47.844Z Compiling hash32 v0.3.1
5492026-06-25T04:07:48.006Z Compiling pin-project-lite v0.2.17
5502026-06-25T04:07:48.095Z Compiling futures-io v0.3.32
5512026-06-25T04:07:48.102Z Compiling pretty-hex v0.4.2
5522026-06-25T04:07:48.226Z Compiling macaddr v1.0.1
5532026-06-25T04:07:48.277Z Compiling cfg-if v1.0.4
5542026-06-25T04:07:48.326Z Compiling futures-task v0.3.32
5552026-06-25T04:07:48.337Z Compiling slab v0.4.12
5562026-06-25T04:07:48.472Z Compiling stable_deref_trait v1.2.1
5572026-06-25T04:07:48.510Z Compiling serde v1.0.228
5582026-06-25T04:07:48.510Z Compiling bitflags v2.13.0
5592026-06-25T04:07:48.537Z Compiling serde_json v1.0.150
5602026-06-25T04:07:48.739Z Compiling heapless v0.8.0
5612026-06-25T04:07:48.921Z Compiling futures-util v0.3.32
5622026-06-25T04:07:48.981Z Compiling dtrace-parser v0.3.0
5632026-06-25T04:07:49.128Z Compiling syn v2.0.118
5642026-06-25T04:07:49.180Z Compiling thread-id v5.1.0
5652026-06-25T04:07:49.253Z Compiling cobs v0.3.0
5662026-06-25T04:07:49.536Z Compiling ingot-types v0.1.2
5672026-06-25T04:07:49.664Z Compiling managed v0.8.0
5682026-06-25T04:07:49.729Z Compiling bitflags v1.3.2
5692026-06-25T04:07:49.795Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5702026-06-25T04:07:49.881Z Compiling ingot v0.1.1
5712026-06-25T04:07:49.927Z Compiling smoltcp v0.11.0
5722026-06-25T04:07:50.017Z Compiling postcard v1.1.3
5732026-06-25T04:07:50.367Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5742026-06-25T04:07:51.001Z Compiling dof v0.4.0
5752026-06-25T04:07:51.660Z Compiling futures-executor v0.3.32
5762026-06-25T04:07:51.688Z Compiling memmap2 v0.9.10
5772026-06-25T04:07:51.982Z Compiling usdt-impl v0.6.0
5782026-06-25T04:07:52.118Z Compiling ipnetwork v0.21.1
5792026-06-25T04:07:52.245Z Compiling unicode-width v0.2.2
5802026-06-25T04:07:52.566Z Compiling either v1.16.0
5812026-06-25T04:07:52.566Z Compiling tabwriter v1.4.1
5822026-06-25T04:07:52.646Z Compiling usdt v0.6.0
5832026-06-25T04:07:52.740Z Compiling itertools v0.15.0
5842026-06-25T04:07:52.979Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5852026-06-25T04:07:53.280Z Compiling ref-cast v1.0.25
5862026-06-25T04:07:53.377Z Compiling futures v0.3.32
5872026-06-25T04:07:53.450Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5882026-06-25T04:07:53.722Z Compiling crc32fast v1.5.0
5892026-06-25T04:07:53.999Z Compiling nom v8.0.0
5902026-06-25T04:07:54.145Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5912026-06-25T04:07:54.177Z Compiling dyn-clone v1.0.20
5922026-06-25T04:07:54.342Z Compiling cookie-factory v0.3.3
5932026-06-25T04:07:54.660Z Compiling uuid v1.23.3
5942026-06-25T04:07:54.859Z Compiling circular v0.3.0
5952026-06-25T04:07:55.109Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5962026-06-25T04:07:55.284Z Compiling dtor v0.8.1
5972026-06-25T04:07:55.344Z Compiling anyhow v1.0.102
5982026-06-25T04:07:55.364Z Compiling typeid v1.0.3
5992026-06-25T04:07:55.367Z Compiling link-section v0.2.1
6002026-06-25T04:07:55.470Z Compiling once_cell v1.21.4
6012026-06-25T04:07:55.501Z Compiling ctor v0.10.1
6022026-06-25T04:07:55.623Z Compiling ron v0.12.1
6032026-06-25T04:07:56.527Z Compiling rusticata-macros v5.0.0
6042026-06-25T04:07:56.859Z Compiling pcap-parser v0.17.0
6052026-06-25T04:08:00.358Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6062026-06-25T04:08:03.141Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6072026-06-25T04:08:40.300Z Finished `test` profile [optimized + debuginfo] target(s) in 53.69s
6082026-06-25T04:08:40.316Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-24cea1feacb3a91f)
6092026-06-25T04:08:40.319Z
6102026-06-25T04:08:40.319Zrunning 15 tests
6112026-06-25T04:08:40.321Ztest api::tests::ports_from_str_bad ... ok
6122026-06-25T04:08:40.322Ztest api::tests::parse_bad_address ... ok
6132026-06-25T04:08:40.322Ztest api::tests::parse_good_proto_filter ... ok
6142026-06-25T04:08:40.322Ztest api::tests::parse_good_address ... ok
6152026-06-25T04:08:40.322Ztest api::tests::ports_from_str_good ... ok
6162026-06-25T04:08:40.322Ztest api::tests::parse_bad_proto_filter ... ok
6172026-06-25T04:08:40.322Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6182026-06-25T04:08:40.322Ztest cfg::tests::test_required_nat_space ... ok
6192026-06-25T04:08:40.322Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6202026-06-25T04:08:40.322Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6212026-06-25T04:08:40.322Ztest engine::geneve::test::parse_multi_opt ... ok
6222026-06-25T04:08:40.322Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6232026-06-25T04:08:40.322Ztest engine::geneve::test::parse_single_opt ... ok
6242026-06-25T04:08:40.322Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6252026-06-25T04:08:40.322Ztest engine::firewall::tests::port_predicate_simplification ... ok
6262026-06-25T04:08:40.322Z
6272026-06-25T04:08:40.322Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6282026-06-25T04:08:40.322Z
6292026-06-25T04:08:40.322Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-fa3a6388b420215f)
6302026-06-25T04:08:40.325Z
6312026-06-25T04:08:40.325Zrunning 4 tests
6322026-06-25T04:08:40.325Ztest firewall_external_inbound ... ok
6332026-06-25T04:08:40.325Ztest firewall_vni_outbound ... ok
6342026-06-25T04:08:40.325Ztest firewall_vni_inbound ... ok
6352026-06-25T04:08:40.325Ztest firewall_replace_rules ... ok
6362026-06-25T04:08:40.325Z
6372026-06-25T04:08:40.325Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6382026-06-25T04:08:40.325Z
6392026-06-25T04:08:40.325Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8b007db1de2c7291)
6402026-06-25T04:08:40.328Z
6412026-06-25T04:08:40.328Zrunning 2 tests
6422026-06-25T04:08:40.328Ztest parse_in_regression ... ok
6432026-06-25T04:08:40.328Ztest parse_out_regression ... ok
6442026-06-25T04:08:40.328Z
6452026-06-25T04:08:40.328Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-06-25T04:08:40.328Z
6472026-06-25T04:08:40.328Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-48a3b02f74a5544a)
6482026-06-25T04:08:40.331Z
6492026-06-25T04:08:40.331Zrunning 48 tests
6502026-06-25T04:08:40.331Ztest bad_ip_len ... ok
6512026-06-25T04:08:40.331Ztest check_layers ... ok
6522026-06-25T04:08:40.331Ztest add_remove_fw_rule ... ok
6532026-06-25T04:08:40.331Ztest arp_gateway ... ok
6542026-06-25T04:08:40.331Ztest external_attached_subnets_cannot_reach_internal ... ok
6552026-06-25T04:08:40.331Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6562026-06-25T04:08:40.331Ztest external_attached_subnets_dont_apply_nat ... ok
6572026-06-25T04:08:40.331Ztest anti_spoof ... ok
6582026-06-25T04:08:40.331Ztest gateway_icmpv6_ping ... ok
6592026-06-25T04:08:40.331Ztest external_ip_epoch_affinity_preserved ... ok
6602026-06-25T04:08:40.331Ztest flow_expiration ... ok
6612026-06-25T04:08:40.331Ztest early_tcp_invalidation ... ok
6622026-06-25T04:08:40.331Ztest gateway_icmp4_ping ... ok
6632026-06-25T04:08:40.331Ztest external_ip_reconfigurable ... ok
6642026-06-25T04:08:40.331Ztest gateway_router_advert_reply ... ok
6652026-06-25T04:08:40.331Ztest guest_to_internet_ipv4 ... ok
6662026-06-25T04:08:40.331Ztest guest_to_guest_no_route ... ok
6672026-06-25T04:08:40.331Ztest guest_to_guest_diff_vpc_no_peer ... ok
6682026-06-25T04:08:40.332Ztest guest_to_internet_ipv6 ... ok
6692026-06-25T04:08:40.332Ztest icmp_inner_has_nat_applied ... ok
6702026-06-25T04:08:40.332Ztest inbound_ndp_dropped_at_gateway ... ok
6712026-06-25T04:08:40.332Ztest guest_to_guest ... ok
6722026-06-25T04:08:40.332Ztest icmpv6_inner_has_nat_applied ... ok
6732026-06-25T04:08:40.332Ztest external_ip_receive_and_reply_on_all ... ok
6742026-06-25T04:08:40.332Ztest external_ip_balanced_over_floating_ips ... ok
6752026-06-25T04:08:40.332Ztest intra_subnet_routes_with_custom ... ok
6762026-06-25T04:08:40.332Ztest internal_attached_subnets ... ok
6772026-06-25T04:08:40.332Ztest no_panic_on_flow_table_full ... ok
6782026-06-25T04:08:40.332Ztest outbound_ndp_dropped ... ok
6792026-06-25T04:08:40.332Ztest packet_body_pullup ... ok
6802026-06-25T04:08:40.335Ztest port_transition_reset ... ok
6812026-06-25T04:08:40.335Ztest port_transition_running ... ok
6822026-06-25T04:08:40.335Ztest port_as_router_target ... ok
6832026-06-25T04:08:40.335Ztest port_transition_pause ... ok
6842026-06-25T04:08:40.335Ztest test_drop_on_unknown_critical_option ... ok
6852026-06-25T04:08:40.335Ztest select_eip_conditioned_on_igw ... ok
6862026-06-25T04:08:40.335Ztest tcp_inbound ... ok
6872026-06-25T04:08:40.335Ztest snat_icmp4_echo_rewrite ... ok
6882026-06-25T04:08:40.335Ztest test_ipv6_multicast_encapsulation ... ok
6892026-06-25T04:08:40.335Ztest tcp_invalidation_does_not_block_connection ... ok
6902026-06-25T04:08:40.335Ztest test_gateway_neighbor_advert_reply ... ok
6912026-06-25T04:08:40.335Ztest snat_icmp6_echo_rewrite ... ok
6922026-06-25T04:08:40.335Ztest tcp_outbound ... ok
6932026-06-25T04:08:40.335Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6942026-06-25T04:08:40.335Ztest test_tcp_multicast_denied ... ok
6952026-06-25T04:08:40.335Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6962026-06-25T04:08:40.335Ztest uft_lft_invalidation_out ... ok
6972026-06-25T04:08:40.335Ztest uft_lft_invalidation_in ... ok
6982026-06-25T04:08:40.335Z
6992026-06-25T04:08:40.335Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7002026-06-25T04:08:40.335Z
7012026-06-25T04:08:40.335Z Doc-tests oxide_vpc
7022026-06-25T04:08:40.629Z
7032026-06-25T04:08:40.629Zrunning 0 tests
7042026-06-25T04:08:40.629Z
7052026-06-25T04:08:40.629Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7062026-06-25T04:08:40.629Z
7072026-06-25T04:08:40.659Z
7082026-06-25T04:08:40.659Zreal 54.054445114
7092026-06-25T04:08:40.659Zuser 3:15.316928317
7102026-06-25T04:08:40.659Zsys 11.711264747
7112026-06-25T04:08:40.659Ztrap 0.087756071
7122026-06-25T04:08:40.659Ztflt 0.296590319
7132026-06-25T04:08:40.659Zdflt 0.309320484
7142026-06-25T04:08:40.659Zkflt 0.001730450
7152026-06-25T04:08:40.659Zlock 12:29.921121678
7162026-06-25T04:08:40.659Zslp 6:28.240247627
7172026-06-25T04:08:40.659Zlat 8.183472470
7182026-06-25T04:08:40.659Zstop 5.340013090
7192026-06-25T04:08:40.662Zprocess exited: duration 118651 ms, exit code 0
 
7202026-06-25T04:08:40.669Zfound 0 output files