01KSQRBWSGKMJBFYGGPQJHRCHN: oxide-vpc

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

Buildomat Job: 01KSQRCCWJJEPYPHTG9485ZWSK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:45.422Zjob assigned to worker 01KSQRCKC2E620CSDKZDTEC86S [factory aws, i-0eb6cb7812969cb98] (queued for 58 s)
 
22026-05-28T16:59:51.703Zstarting task 0: "setup"
32026-05-28T16:59:51.707Z++ uname -s
42026-05-28T16:59:51.710Z+ kern=SunOS
52026-05-28T16:59:51.711Z+ build_user=build
62026-05-28T16:59:51.711Z+ build_uid=12345
72026-05-28T16:59:51.711Z+ work_dir=/work
82026-05-28T16:59:51.711Z+ input_dir=/input
92026-05-28T16:59:51.711Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:51.711Z+ case "$kern" in
112026-05-28T16:59:51.711Z+ groupadd -g 12345 build
122026-05-28T16:59:51.711Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:53.717Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:53.817Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:53.820Z+ home_fs=zfs
162026-05-28T16:59:53.820Z+ [[ zfs == autofs ]]
172026-05-28T16:59:53.820Z+ mkdir -p /home/build
182026-05-28T16:59:53.820Z+ chown build:build /home/build /work
192026-05-28T16:59:55.825Z+ chmod 0700 /home/build /work
202026-05-28T16:59:55.828Zprocess exited: duration 4123 ms, exit code 0
 
212026-05-28T16:59:55.834Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:55.839Z * rust toolchain channel = "1.95.0"
232026-05-28T16:59:55.839Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-05-28T16:59:55.839Z * rust toolchain profile = "default"
252026-05-28T16:59:55.839Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-28T16:59:55.839Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:59:55.839Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:59:55.842Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:55.842Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:55.964Zinfo: downloading installer
312026-05-28T16:59:57.298Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:57.298Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:57.298Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:57.298Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:57.310Zinfo: profile set to default
362026-05-28T16:59:57.310Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:57.313Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:57.440Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:57.444Zinfo: downloading 6 components
402026-05-28T17:00:13.020Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-28T17:00:13.020Z
422026-05-28T17:00:13.054Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:13.054Z
442026-05-28T17:00:13.054Z
452026-05-28T17:00:13.054ZRust is installed now. Great!
462026-05-28T17:00:13.054Z
472026-05-28T17:00:13.054ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:13.054Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:13.054Z
502026-05-28T17:00:13.054ZTo configure your current shell, you need to source
512026-05-28T17:00:13.054Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:13.054Z
532026-05-28T17:00:13.054ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:13.054Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:13.054Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:13.054Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:13.054Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:13.054Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:13.054Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:13.057Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:13.057Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:13.156Z+ rustup --version
632026-05-28T17:00:13.165Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:13.168Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:13.187Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:13.189Z+ cargo --version
672026-05-28T17:00:13.203Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:13.206Z+ rustc --version
692026-05-28T17:00:13.224Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:13.227Zprocess exited: duration 17392 ms, exit code 0
 
712026-05-28T17:00:13.233Zstarting task 2: "authentication"
722026-05-28T17:00:13.249Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:13.256Zstarting task 3: "clone repository"
742026-05-28T17:00:13.259Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:13.262Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:13.296ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:14.261Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:14.267Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:14.528ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:14.528Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:14.533Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:14.536Z++ git branch --show-current
832026-05-28T17:00:14.539Z+ current=master
842026-05-28T17:00:14.539Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:14.539Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:14.541Z+ git checkout -f eviction-policy
872026-05-28T17:00:14.555ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:14.558Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:14.572ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:14.576Zprocess exited: duration 1316 ms, exit code 0
 
912026-05-28T17:00:14.581Zstarting task 4: "build"
922026-05-28T17:00:14.585Z+ source .github/buildomat/common.sh
932026-05-28T17:00:14.588Z++ rustup show active-toolchain
942026-05-28T17:00:14.590Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:14.593Z++ pushd xde
962026-05-28T17:00:14.593Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:14.593Z++ rustup show active-toolchain
982026-05-28T17:00:14.596Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:14.742Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:14.746Zinfo: downloading 6 components
1012026-05-28T17:00:27.928Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:28.029Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:28.032Z+++ head -n 1
1042026-05-28T17:00:28.032Z+++ cut '-d ' -f1
1052026-05-28T17:00:28.082Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:28.082Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:28.082Z++ popd
1082026-05-28T17:00:28.086Z/work/oxidecomputer/opte
1092026-05-28T17:00:28.086Z+ cargo --version
1102026-05-28T17:00:28.092Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-28T17:00:28.095Z+ rustc --version
1122026-05-28T17:00:28.114Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-28T17:00:28.117Z+ cd lib/oxide-vpc
1142026-05-28T17:00:28.117Z+ header 'check style'
1152026-05-28T17:00:28.117Z+ echo '# ==== check style ==== #'
1162026-05-28T17:00:28.117Z# ==== check style ==== #
1172026-05-28T17:00:28.117Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1182026-05-28T17:00:28.239Z
1192026-05-28T17:00:28.239Zreal 0.119630720
1202026-05-28T17:00:28.239Zuser 0.086436654
1212026-05-28T17:00:28.239Zsys 0.030179181
1222026-05-28T17:00:28.239Ztrap 0.000004370
1232026-05-28T17:00:28.239Ztflt 0.000014080
1242026-05-28T17:00:28.239Zdflt 0.000004290
1252026-05-28T17:00:28.240Zkflt 0.000000000
1262026-05-28T17:00:28.240Zlock 0.031015274
1272026-05-28T17:00:28.240Zslp 0.099219813
1282026-05-28T17:00:28.240Zlat 0.000788010
1292026-05-28T17:00:28.240Zstop 0.000096900
1302026-05-28T17:00:28.243Z+ header 'check docs'
1312026-05-28T17:00:28.243Z+ echo '# ==== check docs ==== #'
1322026-05-28T17:00:28.243Z# ==== check docs ==== #
1332026-05-28T17:00:28.243Z+ RUSTDOCFLAGS='-D warnings'
1342026-05-28T17:00:28.243Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-05-28T17:00:28.307Z Updating crates.io index
1362026-05-28T17:00:28.339Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-28T17:00:29.298Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-28T17:00:29.692Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-28T17:00:30.099Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-28T17:00:30.504Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-28T17:00:30.748Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-28T17:00:31.046Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-28T17:00:33.085Z Downloading crates ...
1442026-05-28T17:00:33.142Z Downloaded hash32 v0.3.1
1452026-05-28T17:00:33.145Z Downloaded embedded-io v0.4.0
1462026-05-28T17:00:33.145Z Downloaded cpufeatures v0.2.17
1472026-05-28T17:00:33.150Z Downloaded generic-array v0.14.7
1482026-05-28T17:00:33.153Z Downloaded aho-corasick v1.1.4
1492026-05-28T17:00:33.158Z Downloaded scroll_derive v0.13.1
1502026-05-28T17:00:33.161Z Downloaded darling_macro v0.23.0
1512026-05-28T17:00:33.161Z Downloaded embedded-io v0.6.1
1522026-05-28T17:00:33.163Z Downloaded defmt v0.3.100
1532026-05-28T17:00:33.163Z Downloaded ident_case v1.0.1
1542026-05-28T17:00:33.166Z Downloaded dof v0.4.0
1552026-05-28T17:00:33.169Z Downloaded proc-macro-error-attr2 v2.0.0
1562026-05-28T17:00:33.171Z Downloaded crypto-common v0.1.7
1572026-05-28T17:00:33.171Z Downloaded fnv v1.0.7
1582026-05-28T17:00:33.171Z Downloaded byteorder v1.5.0
1592026-05-28T17:00:33.175Z Downloaded bitflags v1.3.2
1602026-05-28T17:00:33.177Z Downloaded pretty-hex v0.4.2
1612026-05-28T17:00:33.180Z Downloaded plain v0.2.3
1622026-05-28T17:00:33.180Z Downloaded block-buffer v0.10.4
1632026-05-28T17:00:33.183Z Downloaded cfg-if v1.0.4
1642026-05-28T17:00:33.185Z Downloaded dyn-clone v1.0.20
1652026-05-28T17:00:33.185Z Downloaded defmt-parser v1.0.0
1662026-05-28T17:00:33.189Z Downloaded managed v0.8.0
1672026-05-28T17:00:33.191Z Downloaded dtrace-parser v0.3.0
1682026-05-28T17:00:33.192Z Downloaded ingot v0.1.1
1692026-05-28T17:00:33.195Z Downloaded defmt v1.0.1
1702026-05-28T17:00:33.197Z Downloaded memmap2 v0.9.10
1712026-05-28T17:00:33.200Z Downloaded ingot-macros v0.1.1
1722026-05-28T17:00:33.200Z Downloaded crc32fast v1.5.0
1732026-05-28T17:00:33.203Z Downloaded itoa v1.0.18
1742026-05-28T17:00:33.203Z Downloaded log v0.4.29
1752026-05-28T17:00:33.206Z Downloaded tabwriter v1.4.1
1762026-05-28T17:00:33.212Z Downloaded version_check v0.9.5
1772026-05-28T17:00:33.214Z Downloaded strsim v0.11.1
1782026-05-28T17:00:33.214Z Downloaded usdt v0.6.0
1792026-05-28T17:00:33.214Z Downloaded ref-cast-impl v1.0.25
1802026-05-28T17:00:33.217Z Downloaded stable_deref_trait v1.2.1
1812026-05-28T17:00:33.217Z Downloaded ref-cast v1.0.25
1822026-05-28T17:00:33.220Z Downloaded quote v1.0.45
1832026-05-28T17:00:33.222Z Downloaded ingot-types v0.1.2
1842026-05-28T17:00:33.222Z Downloaded darling_macro v0.21.3
1852026-05-28T17:00:33.222Z Downloaded either v1.15.0
1862026-05-28T17:00:33.222Z Downloaded digest v0.10.7
1872026-05-28T17:00:33.236Z Downloaded usdt-macro v0.6.0
1882026-05-28T17:00:33.238Z Downloaded ipnetwork v0.21.1
1892026-05-28T17:00:33.238Z Downloaded cobs v0.3.0
1902026-05-28T17:00:33.238Z Downloaded bitflags v2.11.1
1912026-05-28T17:00:33.241Z Downloaded sha2 v0.10.9
1922026-05-28T17:00:33.249Z Downloaded macaddr v1.0.1
1932026-05-28T17:00:33.251Z Downloaded thread-id v5.1.0
1942026-05-28T17:00:33.258Z Downloaded usdt-attr-macro v0.6.0
1952026-05-28T17:00:33.261Z Downloaded serde_tokenstream v0.2.3
1962026-05-28T17:00:33.261Z Downloaded scroll v0.13.0
1972026-05-28T17:00:33.261Z Downloaded thiserror-impl v2.0.18
1982026-05-28T17:00:33.264Z Downloaded defmt-macros v1.0.1
1992026-05-28T17:00:33.268Z Downloaded zmij v1.0.21
2002026-05-28T17:00:33.270Z Downloaded proc-macro-error2 v2.0.1
2012026-05-28T17:00:33.273Z Downloaded thiserror v2.0.18
2022026-05-28T17:00:33.281Z Downloaded darling_core v0.21.3
2032026-05-28T17:00:33.285Z Downloaded darling v0.23.0
2042026-05-28T17:00:33.290Z Downloaded darling v0.21.3
2052026-05-28T17:00:33.297Z Downloaded pest_derive v2.8.6
2062026-05-28T17:00:33.299Z Downloaded pest_generator v2.8.6
2072026-05-28T17:00:33.303Z Downloaded proc-macro2 v1.0.106
2082026-05-28T17:00:33.306Z Downloaded ucd-trie v0.1.7
2092026-05-28T17:00:33.318Z Downloaded serde_core v1.0.228
2102026-05-28T17:00:33.324Z Downloaded unicode-ident v1.0.24
2112026-05-28T17:00:33.331Z Downloaded postcard v1.1.3
2122026-05-28T17:00:33.336Z Downloaded heapless v0.8.0
2132026-05-28T17:00:33.339Z Downloaded pest_meta v2.8.6
2142026-05-28T17:00:33.343Z Downloaded usdt-impl v0.6.0
2152026-05-28T17:00:33.346Z Downloaded darling_core v0.23.0
2162026-05-28T17:00:33.353Z Downloaded uuid v1.23.1
2172026-05-28T17:00:33.355Z Downloaded serde_derive v1.0.228
2182026-05-28T17:00:33.366Z Downloaded zerocopy-derive v0.8.48
2192026-05-28T17:00:33.371Z Downloaded memchr v2.8.0
2202026-05-28T17:00:33.374Z Downloaded serde v1.0.228
2212026-05-28T17:00:33.377Z Downloaded typenum v1.20.0
2222026-05-28T17:00:33.380Z Downloaded pest v2.8.6
2232026-05-28T17:00:33.407Z Downloaded serde_json v1.0.149
2242026-05-28T17:00:33.412Z Downloaded itertools v0.14.0
2252026-05-28T17:00:33.415Z Downloaded goblin v0.10.5
2262026-05-28T17:00:33.419Z Downloaded regex v1.12.3
2272026-05-28T17:00:33.461Z Downloaded unicode-width v0.2.2
2282026-05-28T17:00:33.467Z Downloaded zerocopy v0.8.48
2292026-05-28T17:00:33.483Z Downloaded syn v2.0.117
2302026-05-28T17:00:33.489Z Downloaded smoltcp v0.11.0
2312026-05-28T17:00:33.495Z Downloaded regex-syntax v0.8.10
2322026-05-28T17:00:33.522Z Downloaded regex-automata v0.4.14
2332026-05-28T17:00:33.536Z Downloaded libc v0.2.186
2342026-05-28T17:00:33.598Z Compiling proc-macro2 v1.0.106
2352026-05-28T17:00:33.598Z Compiling quote v1.0.45
2362026-05-28T17:00:33.598Z Compiling unicode-ident v1.0.24
2372026-05-28T17:00:33.602Z Documenting unicode-ident v1.0.24
2382026-05-28T17:00:33.602Z Compiling ident_case v1.0.1
2392026-05-28T17:00:33.602Z Compiling strsim v0.11.1
2402026-05-28T17:00:33.602Z Compiling serde_core v1.0.228
2412026-05-28T17:00:33.753Z Compiling fnv v1.0.7
2422026-05-28T17:00:33.770Z Compiling memchr v2.8.0
2432026-05-28T17:00:33.770Z Compiling serde v1.0.228
2442026-05-28T17:00:33.838Z Compiling regex-syntax v0.8.10
2452026-05-28T17:00:33.981Z Compiling thiserror v2.0.18
2462026-05-28T17:00:34.045Z Compiling zerocopy v0.8.48
2472026-05-28T17:00:34.321Z Documenting proc-macro2 v1.0.106
2482026-05-28T17:00:34.322Z Compiling aho-corasick v1.1.4
2492026-05-28T17:00:34.438Z Compiling either v1.15.0
2502026-05-28T17:00:34.627Z Compiling syn v2.0.117
2512026-05-28T17:00:34.660Z Checking byteorder v1.5.0
2522026-05-28T17:00:34.830Z Compiling itertools v0.14.0
2532026-05-28T17:00:34.889Z Documenting quote v1.0.45
2542026-05-28T17:00:35.407Z Documenting syn v2.0.117
2552026-05-28T17:00:35.483Z Compiling regex-automata v0.4.14
2562026-05-28T17:00:35.763Z Compiling heapless v0.8.0
2572026-05-28T17:00:35.942Z Checking bitflags v2.11.1
2582026-05-28T17:00:36.091Z Checking hash32 v0.3.1
2592026-05-28T17:00:36.102Z Documenting serde_core v1.0.228
2602026-05-28T17:00:36.195Z Checking stable_deref_trait v1.2.1
2612026-05-28T17:00:36.227Z Documenting memchr v2.8.0
2622026-05-28T17:00:36.259Z Checking macaddr v1.0.1
2632026-05-28T17:00:36.398Z Checking cfg-if v1.0.4
2642026-05-28T17:00:36.542Z Compiling smoltcp v0.11.0
2652026-05-28T17:00:36.667Z Documenting regex-syntax v0.8.10
2662026-05-28T17:00:36.839Z Documenting aho-corasick v1.1.4
2672026-05-28T17:00:36.889Z Checking darling_core v0.21.3
2682026-05-28T17:00:37.722Z Compiling regex v1.12.3
2692026-05-28T17:00:37.732Z Compiling darling_core v0.23.0
2702026-05-28T17:00:37.896Z Documenting regex-automata v0.4.14
2712026-05-28T17:00:38.114Z Checking bitflags v1.3.2
2722026-05-28T17:00:38.171Z Checking managed v0.8.0
2732026-05-28T17:00:38.174Z Documenting zerocopy-derive v0.8.48
2742026-05-28T17:00:38.282Z Compiling thiserror-impl v2.0.18
2752026-05-28T17:00:38.347Z Compiling zerocopy-derive v0.8.48
2762026-05-28T17:00:38.532Z Compiling serde_derive v1.0.228
2772026-05-28T17:00:38.971Z Documenting serde_derive v1.0.228
2782026-05-28T17:00:39.207Z Documenting thiserror-impl v2.0.18
2792026-05-28T17:00:39.257Z Documenting regex v1.12.3
2802026-05-28T17:00:39.461Z Compiling darling_macro v0.21.3
2812026-05-28T17:00:39.588Z Checking cobs v0.3.0
2822026-05-28T17:00:39.717Z Compiling ref-cast v1.0.25
2832026-05-28T17:00:39.820Z Compiling darling_macro v0.23.0
2842026-05-28T17:00:40.017Z Compiling crc32fast v1.5.0
2852026-05-28T17:00:40.025Z Compiling darling v0.21.3
2862026-05-28T17:00:40.102Z Documenting byteorder v1.5.0
2872026-05-28T17:00:40.130Z Compiling ingot-macros v0.1.1
2882026-05-28T17:00:40.276Z Documenting ingot-macros v0.1.1
2892026-05-28T17:00:40.389Z Documenting thiserror v2.0.18
2902026-05-28T17:00:40.417Z Documenting zerocopy v0.8.48
2912026-05-28T17:00:40.667Z Documenting hash32 v0.3.1
2922026-05-28T17:00:40.961Z Compiling ref-cast-impl v1.0.25
2932026-05-28T17:00:41.214Z Documenting bitflags v2.11.1
2942026-05-28T17:00:41.491Z Documenting serde v1.0.228
2952026-05-28T17:00:41.568Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2962026-05-28T17:00:41.629Z Checking postcard v1.1.3
2972026-05-28T17:00:41.637Z Documenting stable_deref_trait v1.2.1
2982026-05-28T17:00:41.808Z Checking unicode-width v0.2.2
2992026-05-28T17:00:41.894Z Documenting macaddr v1.0.1
3002026-05-28T17:00:41.992Z Checking ipnetwork v0.21.1
3012026-05-28T17:00:42.055Z Compiling version_check v0.9.5
3022026-05-28T17:00:42.133Z Documenting cfg-if v1.0.4
3032026-05-28T17:00:42.162Z Documenting heapless v0.8.0
3042026-05-28T17:00:42.325Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3052026-05-28T17:00:42.426Z Documenting cobs v0.3.0
3062026-05-28T17:00:42.523Z Compiling darling v0.23.0
3072026-05-28T17:00:42.596Z Documenting managed v0.8.0
3082026-05-28T17:00:42.623Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-05-28T17:00:42.849Z Checking ingot-types v0.1.2
3102026-05-28T17:00:43.058Z Checking tabwriter v1.4.1
3112026-05-28T17:00:43.177Z Checking ingot v0.1.1
3122026-05-28T17:00:43.196Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3132026-05-28T17:00:43.267Z Documenting postcard v1.1.3
3142026-05-28T17:00:43.527Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3152026-05-28T17:00:43.537Z Documenting ref-cast-impl v1.0.25
3162026-05-28T17:00:43.770Z Documenting ingot-types v0.1.2
3172026-05-28T17:00:43.776Z Documenting smoltcp v0.11.0
3182026-05-28T17:00:43.888Z Checking dyn-clone v1.0.20
3192026-05-28T17:00:43.993Z Documenting either v1.15.0
3202026-05-28T17:00:44.061Z Documenting ipnetwork v0.21.1
3212026-05-28T17:00:44.126Z Documenting unicode-width v0.2.2
3222026-05-28T17:00:44.296Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3232026-05-28T17:00:44.526Z Documenting ref-cast v1.0.25
3242026-05-28T17:00:44.717Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3252026-05-28T17:00:44.817Z Documenting ingot v0.1.1
3262026-05-28T17:00:45.006Z Documenting itertools v0.14.0
3272026-05-28T17:00:45.268Z Documenting crc32fast v1.5.0
3282026-05-28T17:00:45.640Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3292026-05-28T17:00:45.675Z Documenting dyn-clone v1.0.20
3302026-05-28T17:00:45.873Z Documenting tabwriter v1.4.1
3312026-05-28T17:00:46.415Z Documenting uuid v1.23.1
3322026-05-28T17:00:46.698Z Checking uuid v1.23.1
3332026-05-28T17:00:46.939Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-05-28T17:00:47.165Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3352026-05-28T17:00:48.077Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-28T17:00:49.378Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3372026-05-28T17:00:51.618Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3382026-05-28T17:00:53.168Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.91s
3392026-05-28T17:00:53.256Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3402026-05-28T17:00:53.277Z
3412026-05-28T17:00:53.280Zreal 25.016329784
3422026-05-28T17:00:53.280Zuser 1:21.587888385
3432026-05-28T17:00:53.280Zsys 16.916808211
3442026-05-28T17:00:53.280Ztrap 0.052910331
3452026-05-28T17:00:53.280Ztflt 0.035604785
3462026-05-28T17:00:53.280Zdflt 0.115079170
3472026-05-28T17:00:53.280Zkflt 0.005359073
3482026-05-28T17:00:53.280Zlock 8:00.690553029
3492026-05-28T17:00:53.280Zslp 4:43.028621973
3502026-05-28T17:00:53.280Zlat 6.453298805
3512026-05-28T17:00:53.280Zstop 9.972028305
3522026-05-28T17:00:53.280Z+ header 'analyze std + api + usdt'
3532026-05-28T17:00:53.280Z+ echo '# ==== analyze std + api + usdt ==== #'
3542026-05-28T17:00:53.280Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3552026-05-28T17:00:53.280Z# ==== analyze std + api + usdt ==== #
3562026-05-28T17:00:53.467Z Downloading crates ...
3572026-05-28T17:00:53.526Z Downloaded ctor-proc-macro v0.0.13
3582026-05-28T17:00:53.529Z Downloaded futures-io v0.3.32
3592026-05-28T17:00:53.536Z Downloaded futures v0.3.32
3602026-05-28T17:00:53.540Z Downloaded slab v0.4.12
3612026-05-28T17:00:53.543Z Downloaded circular v0.3.0
3622026-05-28T17:00:53.543Z Downloaded pin-project-lite v0.2.17
3632026-05-28T17:00:53.546Z Downloaded typeid v1.0.3
3642026-05-28T17:00:53.546Z Downloaded futures-core v0.3.32
3652026-05-28T17:00:53.549Z Downloaded dtor-proc-macro v0.0.13
3662026-05-28T17:00:53.555Z Downloaded futures-task v0.3.32
3672026-05-28T17:00:53.559Z Downloaded dtor v0.8.1
3682026-05-28T17:00:53.562Z Downloaded futures-sink v0.3.32
3692026-05-28T17:00:53.562Z Downloaded rusticata-macros v5.0.0
3702026-05-28T17:00:53.565Z Downloaded futures-executor v0.3.32
3712026-05-28T17:00:53.565Z Downloaded ctor v0.10.1
3722026-05-28T17:00:53.565Z Downloaded futures-macro v0.3.32
3732026-05-28T17:00:53.570Z Downloaded once_cell v1.21.4
3742026-05-28T17:00:53.573Z Downloaded cookie-factory v0.3.3
3752026-05-28T17:00:53.573Z Downloaded anyhow v1.0.102
3762026-05-28T17:00:53.576Z Downloaded link-section v0.2.1
3772026-05-28T17:00:53.579Z Downloaded futures-channel v0.3.32
3782026-05-28T17:00:53.588Z Downloaded ron v0.12.1
3792026-05-28T17:00:53.605Z Downloaded nom v8.0.0
3802026-05-28T17:00:53.611Z Downloaded pcap-parser v0.17.0
3812026-05-28T17:00:53.614Z Downloaded futures-util v0.3.32
3822026-05-28T17:00:53.668Z Compiling proc-macro2 v1.0.106
3832026-05-28T17:00:53.668Z Compiling quote v1.0.45
3842026-05-28T17:00:53.668Z Compiling unicode-ident v1.0.24
3852026-05-28T17:00:53.668Z Compiling memchr v2.8.0
3862026-05-28T17:00:53.668Z Compiling thiserror v2.0.18
3872026-05-28T17:00:53.668Z Compiling zerocopy v0.8.48
3882026-05-28T17:00:53.672Z Compiling serde_core v1.0.228
3892026-05-28T17:00:53.846Z Compiling zmij v1.0.21
3902026-05-28T17:00:54.052Z Compiling libc v0.2.186
3912026-05-28T17:00:54.069Z Compiling ident_case v1.0.1
3922026-05-28T17:00:54.076Z Compiling strsim v0.11.1
3932026-05-28T17:00:54.105Z Compiling ucd-trie v0.1.7
3942026-05-28T17:00:54.147Z Compiling serde_json v1.0.149
3952026-05-28T17:00:54.262Z Compiling pest v2.8.6
3962026-05-28T17:00:54.327Z Compiling serde v1.0.228
3972026-05-28T17:00:54.533Z Compiling fnv v1.0.7
3982026-05-28T17:00:54.734Z Compiling aho-corasick v1.1.4
3992026-05-28T17:00:54.754Z Checking byteorder v1.5.0
4002026-05-28T17:00:54.900Z Compiling syn v2.0.117
4012026-05-28T17:00:54.944Z Compiling regex-syntax v0.8.10
4022026-05-28T17:00:54.956Z Compiling itoa v1.0.18
4032026-05-28T17:00:55.367Z Compiling pest_meta v2.8.6
4042026-05-28T17:00:55.508Z Compiling either v1.15.0
4052026-05-28T17:00:55.536Z Compiling usdt-impl v0.6.0
4062026-05-28T17:00:55.610Z Checking bitflags v2.11.1
4072026-05-28T17:00:55.709Z Compiling itertools v0.14.0
4082026-05-28T17:00:55.797Z Compiling thread-id v5.1.0
4092026-05-28T17:00:56.192Z Checking plain v0.2.3
4102026-05-28T17:00:56.331Z Compiling heapless v0.8.0
4112026-05-28T17:00:56.398Z Compiling regex-automata v0.4.14
4122026-05-28T17:00:56.622Z Checking futures-sink v0.3.32
4132026-05-28T17:00:56.630Z Checking futures-core v0.3.32
4142026-05-28T17:00:56.662Z Checking log v0.4.29
4152026-05-28T17:00:56.741Z Checking futures-channel v0.3.32
4162026-05-28T17:00:56.931Z Checking hash32 v0.3.1
4172026-05-28T17:00:57.041Z Checking slab v0.4.12
4182026-05-28T17:00:57.086Z Checking futures-io v0.3.32
4192026-05-28T17:00:57.189Z Checking macaddr v1.0.1
4202026-05-28T17:00:57.189Z Compiling smoltcp v0.11.0
4212026-05-28T17:00:57.196Z Checking cfg-if v1.0.4
4222026-05-28T17:00:57.246Z Checking pretty-hex v0.4.2
4232026-05-28T17:00:57.265Z Checking stable_deref_trait v1.2.1
4242026-05-28T17:00:57.322Z Compiling pest_generator v2.8.6
4252026-05-28T17:00:57.328Z Compiling darling_core v0.21.3
4262026-05-28T17:00:57.354Z Compiling darling_core v0.23.0
4272026-05-28T17:00:57.430Z Checking pin-project-lite v0.2.17
4282026-05-28T17:00:57.512Z Checking futures-task v0.3.32
4292026-05-28T17:00:57.913Z Compiling version_check v0.9.5
4302026-05-28T17:00:57.918Z Checking managed v0.8.0
4312026-05-28T17:00:57.974Z Compiling ref-cast v1.0.25
4322026-05-28T17:00:58.088Z Compiling regex v1.12.3
4332026-05-28T17:00:58.182Z Checking bitflags v1.3.2
4342026-05-28T17:00:58.243Z Compiling crc32fast v1.5.0
4352026-05-28T17:00:58.475Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4362026-05-28T17:00:58.505Z Compiling thiserror-impl v2.0.18
4372026-05-28T17:00:58.532Z Compiling serde_derive v1.0.228
4382026-05-28T17:00:58.730Z Compiling zerocopy-derive v0.8.48
4392026-05-28T17:00:58.913Z Compiling pest_derive v2.8.6
4402026-05-28T17:00:59.377Z Compiling darling_macro v0.21.3
4412026-05-28T17:00:59.423Z Compiling scroll_derive v0.13.1
4422026-05-28T17:00:59.428Z Compiling futures-macro v0.3.32
4432026-05-28T17:00:59.508Z Compiling darling_macro v0.23.0
4442026-05-28T17:00:59.652Z Compiling ref-cast-impl v1.0.25
4452026-05-28T17:00:59.891Z Compiling dtrace-parser v0.3.0
4462026-05-28T17:00:59.923Z Compiling darling v0.21.3
4472026-05-28T17:00:59.996Z Compiling ingot-macros v0.1.1
4482026-05-28T17:01:00.055Z Checking cobs v0.3.0
4492026-05-28T17:01:00.273Z Checking scroll v0.13.0
4502026-05-28T17:01:00.277Z Checking futures-util v0.3.32
4512026-05-28T17:01:00.486Z Checking goblin v0.10.5
4522026-05-28T17:01:00.493Z Compiling darling v0.23.0
4532026-05-28T17:01:00.520Z Checking memmap2 v0.9.10
4542026-05-28T17:01:00.561Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-28T17:01:00.825Z Checking unicode-width v0.2.2
4562026-05-28T17:01:00.844Z Checking ipnetwork v0.21.1
4572026-05-28T17:01:01.071Z Checking tabwriter v1.4.1
4582026-05-28T17:01:01.592Z Checking postcard v1.1.3
4592026-05-28T17:01:01.697Z Compiling serde_tokenstream v0.2.3
4602026-05-28T17:01:01.759Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4612026-05-28T17:01:02.006Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4622026-05-28T17:01:02.075Z Checking nom v8.0.0
4632026-05-28T17:01:02.171Z Checking futures-executor v0.3.32
4642026-05-28T17:01:02.312Z Checking futures v0.3.32
4652026-05-28T17:01:02.379Z Compiling anyhow v1.0.102
4662026-05-28T17:01:02.464Z Compiling typeid v1.0.3
4672026-05-28T17:01:02.584Z Checking dyn-clone v1.0.20
4682026-05-28T17:01:02.677Z Checking cookie-factory v0.3.3
4692026-05-28T17:01:02.708Z Checking uuid v1.23.1
4702026-05-28T17:01:02.785Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4712026-05-28T17:01:02.865Z Checking ingot-types v0.1.2
4722026-05-28T17:01:02.891Z Checking circular v0.3.0
4732026-05-28T17:01:02.895Z Checking dof v0.4.0
4742026-05-28T17:01:02.909Z Compiling dtor-proc-macro v0.0.13
4752026-05-28T17:01:03.047Z Compiling ctor-proc-macro v0.0.13
4762026-05-28T17:01:03.099Z Checking link-section v0.2.1
4772026-05-28T17:01:03.170Z Checking once_cell v1.21.4
4782026-05-28T17:01:03.196Z Checking ingot v0.1.1
4792026-05-28T17:01:03.259Z Checking dtor v0.8.1
4802026-05-28T17:01:03.296Z Checking ron v0.12.1
4812026-05-28T17:01:03.388Z Checking ctor v0.10.1
4822026-05-28T17:01:03.902Z Compiling usdt-attr-macro v0.6.0
4832026-05-28T17:01:03.902Z Compiling usdt-macro v0.6.0
4842026-05-28T17:01:03.965Z Checking rusticata-macros v5.0.0
4852026-05-28T17:01:04.084Z Checking pcap-parser v0.17.0
4862026-05-28T17:01:04.514Z Checking usdt v0.6.0
4872026-05-28T17:01:04.671Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4882026-05-28T17:01:09.076Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4892026-05-28T17:01:10.732Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4902026-05-28T17:01:13.044Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s
4912026-05-28T17:01:13.078Z
4922026-05-28T17:01:13.081Zreal 19.794627230
4932026-05-28T17:01:13.081Zuser 1:12.955805498
4942026-05-28T17:01:13.081Zsys 15.396470987
4952026-05-28T17:01:13.081Ztrap 0.040086859
4962026-05-28T17:01:13.081Ztflt 0.084744953
4972026-05-28T17:01:13.081Zdflt 0.188922946
4982026-05-28T17:01:13.081Zkflt 0.000036820
4992026-05-28T17:01:13.081Zlock 4:04.032224858
5002026-05-28T17:01:13.081Zslp 3:54.504247121
5012026-05-28T17:01:13.081Zlat 3.727276577
5022026-05-28T17:01:13.081Zstop 8.075068332
5032026-05-28T17:01:13.081Z+ header 'analyze no_std + engine + kernel'
5042026-05-28T17:01:13.082Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5052026-05-28T17:01:13.082Z# ==== analyze no_std + engine + kernel ==== #
5062026-05-28T17:01:13.082Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5072026-05-28T17:01:13.262Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-28T17:01:13.262Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-05-28T17:01:13.265Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5102026-05-28T17:01:13.265Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5112026-05-28T17:01:13.528Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-05-28T17:01:17.748Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-05-28T17:01:19.339Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.21s
5142026-05-28T17:01:19.368Z
5152026-05-28T17:01:19.371Zreal 6.283690484
5162026-05-28T17:01:19.371Zuser 6.514793228
5172026-05-28T17:01:19.371Zsys 1.007453243
5182026-05-28T17:01:19.371Ztrap 0.000787900
5192026-05-28T17:01:19.371Ztflt 0.009475383
5202026-05-28T17:01:19.371Zdflt 0.004402341
5212026-05-28T17:01:19.371Zkflt 0.000000000
5222026-05-28T17:01:19.371Zlock 21.933227572
5232026-05-28T17:01:19.371Zslp 22.787878770
5242026-05-28T17:01:19.371Zlat 0.021656655
5252026-05-28T17:01:19.371Zstop 0.260869430
5262026-05-28T17:01:19.371Z+ header test
5272026-05-28T17:01:19.371Z+ echo '# ==== test ==== #'
5282026-05-28T17:01:19.371Z+ ptime -m cargo test
5292026-05-28T17:01:19.371Z# ==== test ==== #
5302026-05-28T17:01:19.526Z Compiling memchr v2.8.0
5312026-05-28T17:01:19.526Z Compiling serde_core v1.0.228
5322026-05-28T17:01:19.552Z Compiling thiserror v2.0.18
5332026-05-28T17:01:19.554Z Compiling zerocopy v0.8.48
5342026-05-28T17:01:19.557Z Compiling byteorder v1.5.0
5352026-05-28T17:01:19.557Z Compiling unicode-ident v1.0.24
5362026-05-28T17:01:19.562Z Compiling libc v0.2.186
5372026-05-28T17:01:19.562Z Compiling zmij v1.0.21
5382026-05-28T17:01:19.632Z Compiling scroll v0.13.0
5392026-05-28T17:01:19.682Z Compiling proc-macro2 v1.0.106
5402026-05-28T17:01:19.765Z Compiling log v0.4.29
5412026-05-28T17:01:19.897Z Compiling futures-core v0.3.32
5422026-05-28T17:01:19.897Z Compiling futures-sink v0.3.32
5432026-05-28T17:01:19.920Z Compiling plain v0.2.3
5442026-05-28T17:01:19.984Z Compiling itoa v1.0.18
5452026-05-28T17:01:19.985Z Compiling ucd-trie v0.1.7
5462026-05-28T17:01:20.014Z Compiling goblin v0.10.5
5472026-05-28T17:01:20.046Z Compiling quote v1.0.45
5482026-05-28T17:01:20.238Z Compiling pest v2.8.6
5492026-05-28T17:01:20.703Z Compiling futures-channel v0.3.32
5502026-05-28T17:01:20.724Z Compiling hash32 v0.3.1
5512026-05-28T17:01:20.888Z Compiling slab v0.4.12
5522026-05-28T17:01:20.935Z Compiling futures-io v0.3.32
5532026-05-28T17:01:21.066Z Compiling stable_deref_trait v1.2.1
5542026-05-28T17:01:21.117Z Compiling pin-project-lite v0.2.17
5552026-05-28T17:01:21.125Z Compiling cfg-if v1.0.4
5562026-05-28T17:01:21.132Z Compiling pretty-hex v0.4.2
5572026-05-28T17:01:21.184Z Compiling macaddr v1.0.1
5582026-05-28T17:01:21.202Z Compiling futures-task v0.3.32
5592026-05-28T17:01:21.253Z Compiling heapless v0.8.0
5602026-05-28T17:01:21.388Z Compiling serde v1.0.228
5612026-05-28T17:01:21.434Z Compiling bitflags v2.11.1
5622026-05-28T17:01:21.529Z Compiling serde_json v1.0.149
5632026-05-28T17:01:21.686Z Compiling futures-util v0.3.32
5642026-05-28T17:01:21.837Z Compiling dtrace-parser v0.3.0
5652026-05-28T17:01:21.957Z Compiling syn v2.0.117
5662026-05-28T17:01:22.012Z Compiling thread-id v5.1.0
5672026-05-28T17:01:22.086Z Compiling cobs v0.3.0
5682026-05-28T17:01:22.363Z Compiling managed v0.8.0
5692026-05-28T17:01:22.464Z Compiling ingot-types v0.1.2
5702026-05-28T17:01:22.580Z Compiling bitflags v1.3.2
5712026-05-28T17:01:22.585Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5722026-05-28T17:01:22.645Z Compiling smoltcp v0.11.0
5732026-05-28T17:01:22.820Z Compiling dof v0.4.0
5742026-05-28T17:01:22.862Z Compiling ingot v0.1.1
5752026-05-28T17:01:24.375Z Compiling usdt-impl v0.6.0
5762026-05-28T17:01:24.651Z Compiling futures-executor v0.3.32
5772026-05-28T17:01:25.078Z Compiling postcard v1.1.3
5782026-05-28T17:01:25.267Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5792026-05-28T17:01:25.374Z Compiling memmap2 v0.9.10
5802026-05-28T17:01:25.444Z Compiling either v1.15.0
5812026-05-28T17:01:25.627Z Compiling ipnetwork v0.21.1
5822026-05-28T17:01:25.671Z Compiling unicode-width v0.2.2
5832026-05-28T17:01:25.863Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5842026-05-28T17:01:25.981Z Compiling tabwriter v1.4.1
5852026-05-28T17:01:26.154Z Compiling itertools v0.14.0
5862026-05-28T17:01:26.405Z Compiling usdt v0.6.0
5872026-05-28T17:01:26.638Z Compiling ref-cast v1.0.25
5882026-05-28T17:01:26.737Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5892026-05-28T17:01:26.883Z Compiling futures v0.3.32
5902026-05-28T17:01:26.994Z Compiling crc32fast v1.5.0
5912026-05-28T17:01:27.017Z Compiling nom v8.0.0
5922026-05-28T17:01:27.082Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5932026-05-28T17:01:27.236Z Compiling dyn-clone v1.0.20
5942026-05-28T17:01:27.401Z Compiling cookie-factory v0.3.3
5952026-05-28T17:01:27.433Z Compiling uuid v1.23.1
5962026-05-28T17:01:27.711Z Compiling circular v0.3.0
5972026-05-28T17:01:27.919Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5982026-05-28T17:01:27.964Z Compiling dtor v0.8.1
5992026-05-28T17:01:28.019Z Compiling typeid v1.0.3
6002026-05-28T17:01:28.048Z Compiling anyhow v1.0.102
6012026-05-28T17:01:28.127Z Compiling once_cell v1.21.4
6022026-05-28T17:01:28.153Z Compiling link-section v0.2.1
6032026-05-28T17:01:28.272Z Compiling ron v0.12.1
6042026-05-28T17:01:28.288Z Compiling ctor v0.10.1
6052026-05-28T17:01:29.560Z Compiling rusticata-macros v5.0.0
6062026-05-28T17:01:29.882Z Compiling pcap-parser v0.17.0
6072026-05-28T17:01:33.131Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6082026-05-28T17:01:35.888Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6092026-05-28T17:02:13.013Z Finished `test` profile [optimized + debuginfo] target(s) in 53.63s
6102026-05-28T17:02:13.031Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214)
6112026-05-28T17:02:13.034Z
6122026-05-28T17:02:13.034Zrunning 15 tests
6132026-05-28T17:02:13.037Ztest api::tests::parse_good_proto_filter ... ok
6142026-05-28T17:02:13.037Ztest api::tests::parse_bad_address ... ok
6152026-05-28T17:02:13.037Ztest api::tests::parse_good_address ... ok
6162026-05-28T17:02:13.037Ztest cfg::tests::test_required_nat_space ... ok
6172026-05-28T17:02:13.037Ztest api::tests::parse_bad_proto_filter ... ok
6182026-05-28T17:02:13.037Ztest api::tests::ports_from_str_good ... ok
6192026-05-28T17:02:13.037Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6202026-05-28T17:02:13.037Ztest api::tests::ports_from_str_bad ... ok
6212026-05-28T17:02:13.037Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6222026-05-28T17:02:13.037Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6232026-05-28T17:02:13.037Ztest engine::geneve::test::parse_multi_opt ... ok
6242026-05-28T17:02:13.037Ztest engine::geneve::test::parse_single_opt ... ok
6252026-05-28T17:02:13.037Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6262026-05-28T17:02:13.037Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6272026-05-28T17:02:13.037Ztest engine::firewall::tests::port_predicate_simplification ... ok
6282026-05-28T17:02:13.037Z
6292026-05-28T17:02:13.037Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6302026-05-28T17:02:13.037Z
6312026-05-28T17:02:13.037Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3)
6322026-05-28T17:02:13.040Z
6332026-05-28T17:02:13.040Zrunning 4 tests
6342026-05-28T17:02:13.040Ztest firewall_external_inbound ... ok
6352026-05-28T17:02:13.040Ztest firewall_vni_outbound ... ok
6362026-05-28T17:02:13.040Ztest firewall_vni_inbound ... ok
6372026-05-28T17:02:13.040Ztest firewall_replace_rules ... ok
6382026-05-28T17:02:13.040Z
6392026-05-28T17:02:13.040Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6402026-05-28T17:02:13.041Z
6412026-05-28T17:02:13.041Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0)
6422026-05-28T17:02:13.043Z
6432026-05-28T17:02:13.043Zrunning 2 tests
6442026-05-28T17:02:13.043Ztest parse_in_regression ... ok
6452026-05-28T17:02:13.043Ztest parse_out_regression ... ok
6462026-05-28T17:02:13.043Z
6472026-05-28T17:02:13.044Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6482026-05-28T17:02:13.044Z
6492026-05-28T17:02:13.044Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675)
6502026-05-28T17:02:13.047Z
6512026-05-28T17:02:13.047Zrunning 48 tests
6522026-05-28T17:02:13.047Ztest bad_ip_len ... ok
6532026-05-28T17:02:13.047Ztest check_layers ... ok
6542026-05-28T17:02:13.047Ztest add_remove_fw_rule ... ok
6552026-05-28T17:02:13.047Ztest arp_gateway ... ok
6562026-05-28T17:02:13.047Ztest external_attached_subnets_cannot_reach_internal ... ok
6572026-05-28T17:02:13.047Ztest anti_spoof ... ok
6582026-05-28T17:02:13.047Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6592026-05-28T17:02:13.047Ztest external_attached_subnets_dont_apply_nat ... ok
6602026-05-28T17:02:13.047Ztest flow_expiration ... ok
6612026-05-28T17:02:13.047Ztest gateway_icmpv6_ping ... ok
6622026-05-28T17:02:13.047Ztest external_ip_epoch_affinity_preserved ... ok
6632026-05-28T17:02:13.047Ztest gateway_icmp4_ping ... ok
6642026-05-28T17:02:13.047Ztest external_ip_reconfigurable ... ok
6652026-05-28T17:02:13.047Ztest gateway_router_advert_reply ... ok
6662026-05-28T17:02:13.047Ztest early_tcp_invalidation ... ok
6672026-05-28T17:02:13.047Ztest guest_to_guest_diff_vpc_no_peer ... ok
6682026-05-28T17:02:13.047Ztest guest_to_guest_no_route ... ok
6692026-05-28T17:02:13.047Ztest guest_to_guest ... ok
6702026-05-28T17:02:13.047Ztest guest_to_internet_ipv4 ... ok
6712026-05-28T17:02:13.047Ztest guest_to_internet_ipv6 ... ok
6722026-05-28T17:02:13.047Ztest icmp_inner_has_nat_applied ... ok
6732026-05-28T17:02:13.047Ztest inbound_ndp_dropped_at_gateway ... ok
6742026-05-28T17:02:13.047Ztest icmpv6_inner_has_nat_applied ... ok
6752026-05-28T17:02:13.047Ztest intra_subnet_routes_with_custom ... ok
6762026-05-28T17:02:13.047Ztest external_ip_receive_and_reply_on_all ... ok
6772026-05-28T17:02:13.047Ztest packet_body_pullup ... ok
6782026-05-28T17:02:13.047Ztest external_ip_balanced_over_floating_ips ... ok
6792026-05-28T17:02:13.047Ztest outbound_ndp_dropped ... ok
6802026-05-28T17:02:13.047Ztest internal_attached_subnets ... ok
6812026-05-28T17:02:13.047Ztest no_panic_on_flow_table_full ... ok
6822026-05-28T17:02:13.048Ztest port_transition_running ... ok
6832026-05-28T17:02:13.048Ztest port_transition_reset ... ok
6842026-05-28T17:02:13.048Ztest port_as_router_target ... ok
6852026-05-28T17:02:13.048Ztest test_drop_on_unknown_critical_option ... ok
6862026-05-28T17:02:13.051Ztest tcp_invalidation_does_not_block_connection ... ok
6872026-05-28T17:02:13.051Ztest select_eip_conditioned_on_igw ... ok
6882026-05-28T17:02:13.051Ztest port_transition_pause ... ok
6892026-05-28T17:02:13.051Ztest snat_icmp6_echo_rewrite ... ok
6902026-05-28T17:02:13.051Ztest snat_icmp4_echo_rewrite ... ok
6912026-05-28T17:02:13.051Ztest tcp_outbound ... ok
6922026-05-28T17:02:13.051Ztest test_gateway_neighbor_advert_reply ... ok
6932026-05-28T17:02:13.051Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6942026-05-28T17:02:13.051Ztest test_ipv6_multicast_encapsulation ... ok
6952026-05-28T17:02:13.051Ztest tcp_inbound ... ok
6962026-05-28T17:02:13.051Ztest test_tcp_multicast_denied ... ok
6972026-05-28T17:02:13.051Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6982026-05-28T17:02:13.051Ztest uft_lft_invalidation_out ... ok
6992026-05-28T17:02:13.051Ztest uft_lft_invalidation_in ... ok
7002026-05-28T17:02:13.051Z
7012026-05-28T17:02:13.051Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-05-28T17:02:13.051Z
7032026-05-28T17:02:13.051Z Doc-tests oxide_vpc
7042026-05-28T17:02:13.345Z
7052026-05-28T17:02:13.345Zrunning 0 tests
7062026-05-28T17:02:13.345Z
7072026-05-28T17:02:13.348Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7082026-05-28T17:02:13.348Z
7092026-05-28T17:02:13.375Z
7102026-05-28T17:02:13.379Zreal 53.994422537
7112026-05-28T17:02:13.379Zuser 3:14.815158187
7122026-05-28T17:02:13.379Zsys 11.739303910
7132026-05-28T17:02:13.379Ztrap 0.086280590
7142026-05-28T17:02:13.379Ztflt 0.229924569
7152026-05-28T17:02:13.379Zdflt 0.387566030
7162026-05-28T17:02:13.379Zkflt 0.000009640
7172026-05-28T17:02:13.379Zlock 12:36.026405397
7182026-05-28T17:02:13.379Zslp 6:33.407724870
7192026-05-28T17:02:13.380Zlat 8.424036178
7202026-05-28T17:02:13.380Zstop 5.654891833
7212026-05-28T17:02:13.380Zprocess exited: duration 118793 ms, exit code 0
 
7222026-05-28T17:02:13.386Zfound 0 output files