01KWH4QC8BW7EMR8ED18GK4VXV: oxide-vpc

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

Buildomat Job: 01KWH4QVVD5VPPGSQ74JFCD7FJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T10:08:05.925Zjob assigned to worker 01KWH4QZVMTFEWNRYQQG00VZHJ [factory aws, i-058bfd3ccc9d65a8e] (queued for 56 s)
 
22026-07-02T10:08:12.486Zstarting task 0: "setup"
32026-07-02T10:08:12.490Z++ uname -s
42026-07-02T10:08:12.493Z+ kern=SunOS
52026-07-02T10:08:12.493Z+ build_user=build
62026-07-02T10:08:12.493Z+ build_uid=12345
72026-07-02T10:08:12.493Z+ work_dir=/work
82026-07-02T10:08:12.493Z+ input_dir=/input
92026-07-02T10:08:12.493Z+ [[ 0 == 12345 ]]
102026-07-02T10:08:12.493Z+ case "$kern" in
112026-07-02T10:08:12.493Z+ groupadd -g 12345 build
122026-07-02T10:08:12.493Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T10:08:14.498Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T10:08:14.568Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T10:08:14.571Z+ home_fs=zfs
162026-07-02T10:08:14.571Z+ [[ zfs == autofs ]]
172026-07-02T10:08:14.571Z+ mkdir -p /home/build
182026-07-02T10:08:14.571Z+ chown build:build /home/build /work
192026-07-02T10:08:16.572Z+ chmod 0700 /home/build /work
202026-07-02T10:08:16.575Zprocess exited: duration 4088 ms, exit code 0
 
212026-07-02T10:08:16.581Zstarting task 1: "rust-toolchain"
222026-07-02T10:08:16.585Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T10:08:16.585Z * rust toolchain channel = "1.96.1"
242026-07-02T10:08:16.585Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-02T10:08:16.585Z * rust toolchain profile = "default"
262026-07-02T10:08:16.585Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T10:08:16.590Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T10:08:16.590Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T10:08:16.590Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T10:08:16.693Zinfo: downloading installer
312026-07-02T10:08:18.110Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T10:08:18.110Zwarn: /home/build/.rustup/settings.toml
332026-07-02T10:08:18.110Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T10:08:18.110Zwarn: instead of the one inferred from the default host triple.
352026-07-02T10:08:18.122Zinfo: profile set to default
362026-07-02T10:08:18.122Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T10:08:18.125Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T10:08:18.278Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T10:08:18.281Zinfo: downloading 6 components
402026-07-02T10:08:33.561Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T10:08:33.561Z
422026-07-02T10:08:33.588Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T10:08:33.588Z
442026-07-02T10:08:33.593Z
452026-07-02T10:08:33.593ZRust is installed now. Great!
462026-07-02T10:08:33.593Z
472026-07-02T10:08:33.593ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T10:08:33.593Zenvironment variable. This has not been done automatically.
492026-07-02T10:08:33.593Z
502026-07-02T10:08:33.593ZTo configure your current shell, you need to source
512026-07-02T10:08:33.593Zthe corresponding env file under $HOME/.cargo.
522026-07-02T10:08:33.593Z
532026-07-02T10:08:33.593ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T10:08:33.593Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T10:08:33.593Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T10:08:33.593Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T10:08:33.593Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T10:08:33.593Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T10:08:33.593Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T10:08:33.593Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T10:08:33.593Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T10:08:33.701Z+ rustup --version
632026-07-02T10:08:33.709Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T10:08:33.712Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T10:08:33.730Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T10:08:33.733Z+ cargo --version
672026-07-02T10:08:33.747Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T10:08:33.750Z+ rustc --version
692026-07-02T10:08:33.776Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T10:08:33.780Zprocess exited: duration 17189 ms, exit code 0
 
712026-07-02T10:08:33.789Zstarting task 2: "authentication"
722026-07-02T10:08:33.806Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T10:08:33.814Zstarting task 3: "clone repository"
742026-07-02T10:08:33.817Z+ mkdir -p /work/oxidecomputer/opte
752026-07-02T10:08:33.821Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-02T10:08:33.849ZCloning into '/work/oxidecomputer/opte'...
772026-07-02T10:08:34.729Z+ cd /work/oxidecomputer/opte
782026-07-02T10:08:34.729Z+ git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b
792026-07-02T10:08:34.957ZFrom https://github.com/oxidecomputer/opte
802026-07-02T10:08:34.957Z * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD
812026-07-02T10:08:34.963Z+ [[ -n renovate/rand ]]
822026-07-02T10:08:34.966Z++ git branch --show-current
832026-07-02T10:08:34.967Z+ current=master
842026-07-02T10:08:34.967Z+ [[ master != renovate/rand ]]
852026-07-02T10:08:34.967Z+ git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b
862026-07-02T10:08:34.970Z+ git checkout -f renovate/rand
872026-07-02T10:08:34.985ZSwitched to branch 'renovate/rand'
882026-07-02T10:08:34.989Z+ git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b
892026-07-02T10:08:35.002ZHEAD is now at e923888 Update Rust crate rand to 0.10.2
902026-07-02T10:08:35.005Zprocess exited: duration 1187 ms, exit code 0
 
912026-07-02T10:08:35.012Zstarting task 4: "build"
922026-07-02T10:08:35.015Z+ source .github/buildomat/common.sh
932026-07-02T10:08:35.015Z++ rustup show active-toolchain
942026-07-02T10:08:35.021Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-02T10:08:35.024Z++ pushd xde
962026-07-02T10:08:35.024Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-02T10:08:35.024Z++ rustup show active-toolchain
982026-07-02T10:08:35.027Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-02T10:08:35.192Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-02T10:08:35.195Zinfo: downloading 6 components
1012026-07-02T10:08:49.349Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-02T10:08:49.433Z+++ rustup show active-toolchain -v
1032026-07-02T10:08:49.436Z+++ head -n 1
1042026-07-02T10:08:49.437Z+++ cut '-d ' -f1
1052026-07-02T10:08:49.489Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-02T10:08:49.489Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-02T10:08:49.490Z++ popd
1082026-07-02T10:08:49.493Z/work/oxidecomputer/opte
1092026-07-02T10:08:49.494Z+ cargo --version
1102026-07-02T10:08:49.499Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-02T10:08:49.502Z+ rustc --version
1122026-07-02T10:08:49.521Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-02T10:08:49.524Z+ cd lib/oxide-vpc
1142026-07-02T10:08:49.524Z+ header 'check style'
1152026-07-02T10:08:49.524Z+ echo '# ==== check style ==== #'
1162026-07-02T10:08:49.524Z# ==== check style ==== #
1172026-07-02T10:08:49.524Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-02T10:08:49.646Z
1192026-07-02T10:08:49.646Zreal 0.120540018
1202026-07-02T10:08:49.647Zuser 0.085951186
1212026-07-02T10:08:49.647Zsys 0.031150394
1222026-07-02T10:08:49.647Ztrap 0.000007370
1232026-07-02T10:08:49.647Ztflt 0.000020940
1242026-07-02T10:08:49.647Zdflt 0.000000960
1252026-07-02T10:08:49.647Zkflt 0.000002540
1262026-07-02T10:08:49.647Zlock 0.030718538
1272026-07-02T10:08:49.647Zslp 0.100453143
1282026-07-02T10:08:49.647Zlat 0.000662820
1292026-07-02T10:08:49.647Zstop 0.000101490
1302026-07-02T10:08:49.650Z+ header 'check docs'
1312026-07-02T10:08:49.650Z+ echo '# ==== check docs ==== #'
1322026-07-02T10:08:49.650Z# ==== check docs ==== #
1332026-07-02T10:08:49.650Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-02T10:08:49.650Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-02T10:08:49.715Z Updating crates.io index
1362026-07-02T10:08:49.718Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-02T10:08:50.446Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-02T10:08:50.666Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-02T10:08:50.995Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-02T10:08:51.250Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-02T10:08:51.483Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-02T10:08:51.760Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-02T10:08:53.901Z Downloading crates ...
1442026-07-02T10:08:53.959Z Downloaded bitflags v2.13.0
1452026-07-02T10:08:53.962Z Downloaded block-buffer v0.10.4
1462026-07-02T10:08:53.965Z Downloaded generic-array v0.14.7
1472026-07-02T10:08:53.968Z Downloaded itoa v1.0.18
1482026-07-02T10:08:53.968Z Downloaded cfg-if v1.0.4
1492026-07-02T10:08:53.971Z Downloaded crypto-common v0.1.7
1502026-07-02T10:08:53.971Z Downloaded darling v0.21.3
1512026-07-02T10:08:53.974Z Downloaded dof v0.4.0
1522026-07-02T10:08:53.974Z Downloaded byteorder v1.5.0
1532026-07-02T10:08:53.977Z Downloaded cpufeatures v0.2.17
1542026-07-02T10:08:53.981Z Downloaded hash32 v0.3.1
1552026-07-02T10:08:53.988Z Downloaded fnv v1.0.7
1562026-07-02T10:08:53.992Z Downloaded defmt v0.3.100
1572026-07-02T10:08:53.993Z Downloaded plain v0.2.3
1582026-07-02T10:08:53.993Z Downloaded darling_macro v0.23.0
1592026-07-02T10:08:53.999Z Downloaded defmt-parser v1.0.0
1602026-07-02T10:08:54.002Z Downloaded dtrace-parser v0.3.0
1612026-07-02T10:08:54.012Z Downloaded bitflags v1.3.2
1622026-07-02T10:08:54.015Z Downloaded cobs v0.3.0
1632026-07-02T10:08:54.018Z Downloaded ident_case v1.0.1
1642026-07-02T10:08:54.023Z Downloaded ref-cast v1.0.25
1652026-07-02T10:08:54.026Z Downloaded version_check v0.9.5
1662026-07-02T10:08:54.031Z Downloaded usdt-macro v0.6.0
1672026-07-02T10:08:54.031Z Downloaded darling_macro v0.21.3
1682026-07-02T10:08:54.031Z Downloaded managed v0.8.0
1692026-07-02T10:08:54.035Z Downloaded dyn-clone v1.0.20
1702026-07-02T10:08:54.039Z Downloaded strsim v0.11.1
1712026-07-02T10:08:54.039Z Downloaded embedded-io v0.4.0
1722026-07-02T10:08:54.042Z Downloaded pretty-hex v0.4.2
1732026-07-02T10:08:54.042Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-07-02T10:08:54.049Z Downloaded digest v0.10.7
1752026-07-02T10:08:54.053Z Downloaded usdt v0.6.0
1762026-07-02T10:08:54.058Z Downloaded crc32fast v1.5.0
1772026-07-02T10:08:54.062Z Downloaded defmt v1.1.0
1782026-07-02T10:08:54.070Z Downloaded embedded-io v0.6.1
1792026-07-02T10:08:54.075Z Downloaded scroll_derive v0.13.1
1802026-07-02T10:08:54.079Z Downloaded ref-cast-impl v1.0.25
1812026-07-02T10:08:54.082Z Downloaded usdt-attr-macro v0.6.0
1822026-07-02T10:08:54.082Z Downloaded stable_deref_trait v1.2.1
1832026-07-02T10:08:54.085Z Downloaded darling v0.23.0
1842026-07-02T10:08:54.092Z Downloaded thread-id v5.1.0
1852026-07-02T10:08:54.096Z Downloaded tabwriter v1.4.1
1862026-07-02T10:08:54.100Z Downloaded defmt-macros v1.1.0
1872026-07-02T10:08:54.104Z Downloaded ingot v0.1.1
1882026-07-02T10:08:54.104Z Downloaded ipnetwork v0.21.1
1892026-07-02T10:08:54.104Z Downloaded macaddr v1.0.1
1902026-07-02T10:08:54.109Z Downloaded thiserror-impl v2.0.18
1912026-07-02T10:08:54.113Z Downloaded pest_generator v2.8.6
1922026-07-02T10:08:54.116Z Downloaded usdt-impl v0.6.0
1932026-07-02T10:08:54.122Z Downloaded postcard v1.1.3
1942026-07-02T10:08:54.127Z Downloaded ingot-macros v0.1.1
1952026-07-02T10:08:54.130Z Downloaded either v1.16.0
1962026-07-02T10:08:54.130Z Downloaded ingot-types v0.1.2
1972026-07-02T10:08:54.136Z Downloaded quote v1.0.46
1982026-07-02T10:08:54.139Z Downloaded proc-macro-error2 v2.0.1
1992026-07-02T10:08:54.143Z Downloaded zmij v1.0.21
2002026-07-02T10:08:54.146Z Downloaded sha2 v0.10.9
2012026-07-02T10:08:54.149Z Downloaded serde_tokenstream v0.2.3
2022026-07-02T10:08:54.152Z Downloaded pest_derive v2.8.6
2032026-07-02T10:08:54.159Z Downloaded scroll v0.13.0
2042026-07-02T10:08:54.168Z Downloaded memmap2 v0.9.11
2052026-07-02T10:08:54.171Z Downloaded darling_core v0.21.3
2062026-07-02T10:08:54.174Z Downloaded darling_core v0.23.0
2072026-07-02T10:08:54.185Z Downloaded thiserror v2.0.18
2082026-07-02T10:08:54.188Z Downloaded ucd-trie v0.1.7
2092026-07-02T10:08:54.196Z Downloaded log v0.4.33
2102026-07-02T10:08:54.209Z Downloaded serde_derive v1.0.228
2112026-07-02T10:08:54.212Z Downloaded unicode-ident v1.0.24
2122026-07-02T10:08:54.215Z Downloaded uuid v1.23.4
2132026-07-02T10:08:54.222Z Downloaded heapless v0.8.0
2142026-07-02T10:08:54.225Z Downloaded pest_meta v2.8.6
2152026-07-02T10:08:54.235Z Downloaded proc-macro2 v1.0.106
2162026-07-02T10:08:54.239Z Downloaded serde_core v1.0.228
2172026-07-02T10:08:54.246Z Downloaded zerocopy-derive v0.8.52
2182026-07-02T10:08:54.251Z Downloaded serde v1.0.228
2192026-07-02T10:08:54.265Z Downloaded memchr v2.8.2
2202026-07-02T10:08:54.287Z Downloaded pest v2.8.6
2212026-07-02T10:08:54.291Z Downloaded typenum v1.20.1
2222026-07-02T10:08:54.321Z Downloaded itertools v0.15.0
2232026-07-02T10:08:54.325Z Downloaded aho-corasick v1.1.4
2242026-07-02T10:08:54.336Z Downloaded itertools v0.14.0
2252026-07-02T10:08:54.339Z Downloaded serde_json v1.0.150
2262026-07-02T10:08:54.349Z Downloaded regex v1.12.4
2272026-07-02T10:08:54.425Z Downloaded unicode-width v0.2.2
2282026-07-02T10:08:54.429Z Downloaded zerocopy v0.8.52
2292026-07-02T10:08:54.438Z Downloaded goblin v0.10.7
2302026-07-02T10:08:54.442Z Downloaded syn v2.0.118
2312026-07-02T10:08:54.449Z Downloaded smoltcp v0.11.0
2322026-07-02T10:08:54.475Z Downloaded regex-syntax v0.8.11
2332026-07-02T10:08:54.505Z Downloaded regex-automata v0.4.14
2342026-07-02T10:08:54.513Z Downloaded libc v0.2.186
2352026-07-02T10:08:54.573Z Compiling proc-macro2 v1.0.106
2362026-07-02T10:08:54.577Z Compiling quote v1.0.46
2372026-07-02T10:08:54.577Z Compiling unicode-ident v1.0.24
2382026-07-02T10:08:54.577Z Compiling strsim v0.11.1
2392026-07-02T10:08:54.577Z Documenting unicode-ident v1.0.24
2402026-07-02T10:08:54.577Z Compiling ident_case v1.0.1
2412026-07-02T10:08:54.577Z Compiling serde_core v1.0.228
2422026-07-02T10:08:54.728Z Compiling fnv v1.0.7
2432026-07-02T10:08:54.747Z Compiling memchr v2.8.2
2442026-07-02T10:08:54.751Z Compiling regex-syntax v0.8.11
2452026-07-02T10:08:54.812Z Compiling thiserror v2.0.18
2462026-07-02T10:08:54.924Z Compiling serde v1.0.228
2472026-07-02T10:08:54.982Z Compiling zerocopy v0.8.52
2482026-07-02T10:08:55.252Z Documenting proc-macro2 v1.0.106
2492026-07-02T10:08:55.316Z Compiling aho-corasick v1.1.4
2502026-07-02T10:08:55.438Z Compiling either v1.16.0
2512026-07-02T10:08:55.640Z Compiling syn v2.0.118
2522026-07-02T10:08:55.753Z Checking byteorder v1.5.0
2532026-07-02T10:08:55.824Z Documenting quote v1.0.46
2542026-07-02T10:08:55.862Z Compiling itertools v0.14.0
2552026-07-02T10:08:56.348Z Documenting syn v2.0.118
2562026-07-02T10:08:56.512Z Compiling regex-automata v0.4.14
2572026-07-02T10:08:56.605Z Compiling heapless v0.8.0
2582026-07-02T10:08:56.877Z Checking bitflags v2.13.0
2592026-07-02T10:08:57.036Z Checking hash32 v0.3.1
2602026-07-02T10:08:57.088Z Documenting serde_core v1.0.228
2612026-07-02T10:08:57.144Z Documenting memchr v2.8.2
2622026-07-02T10:08:57.164Z Checking cfg-if v1.0.4
2632026-07-02T10:08:57.221Z Checking stable_deref_trait v1.2.1
2642026-07-02T10:08:57.287Z Checking macaddr v1.0.1
2652026-07-02T10:08:57.517Z Compiling smoltcp v0.11.0
2662026-07-02T10:08:57.722Z Documenting regex-syntax v0.8.11
2672026-07-02T10:08:57.775Z Documenting aho-corasick v1.1.4
2682026-07-02T10:08:57.885Z Checking darling_core v0.21.3
2692026-07-02T10:08:58.738Z Compiling regex v1.12.4
2702026-07-02T10:08:58.750Z Compiling darling_core v0.23.0
2712026-07-02T10:08:58.895Z Documenting regex-automata v0.4.14
2722026-07-02T10:08:59.085Z Checking bitflags v1.3.2
2732026-07-02T10:08:59.146Z Checking managed v0.8.0
2742026-07-02T10:08:59.182Z Documenting zerocopy-derive v0.8.52
2752026-07-02T10:08:59.316Z Compiling serde_derive v1.0.228
2762026-07-02T10:08:59.326Z Compiling zerocopy-derive v0.8.52
2772026-07-02T10:08:59.472Z Compiling thiserror-impl v2.0.18
2782026-07-02T10:09:00.273Z Documenting serde_derive v1.0.228
2792026-07-02T10:09:00.281Z Documenting regex v1.12.4
2802026-07-02T10:09:00.336Z Documenting thiserror-impl v2.0.18
2812026-07-02T10:09:00.535Z Compiling darling_macro v0.21.3
2822026-07-02T10:09:00.794Z Checking cobs v0.3.0
2832026-07-02T10:09:00.840Z Compiling darling_macro v0.23.0
2842026-07-02T10:09:00.942Z Documenting byteorder v1.5.0
2852026-07-02T10:09:01.148Z Compiling ref-cast v1.0.25
2862026-07-02T10:09:01.161Z Compiling darling v0.21.3
2872026-07-02T10:09:01.235Z Compiling ingot-macros v0.1.1
2882026-07-02T10:09:01.386Z Compiling crc32fast v1.5.0
2892026-07-02T10:09:01.477Z Documenting ingot-macros v0.1.1
2902026-07-02T10:09:01.496Z Documenting thiserror v2.0.18
2912026-07-02T10:09:01.520Z Documenting zerocopy v0.8.52
2922026-07-02T10:09:01.636Z Documenting hash32 v0.3.1
2932026-07-02T10:09:02.032Z Compiling ref-cast-impl v1.0.25
2942026-07-02T10:09:02.206Z Documenting serde v1.0.228
2952026-07-02T10:09:02.462Z Checking postcard v1.1.3
2962026-07-02T10:09:02.644Z Documenting bitflags v2.13.0
2972026-07-02T10:09:02.689Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2982026-07-02T10:09:02.739Z Documenting macaddr v1.0.1
2992026-07-02T10:09:02.943Z Documenting cfg-if v1.0.4
3002026-07-02T10:09:02.955Z Checking ipnetwork v0.21.1
3012026-07-02T10:09:03.279Z Checking unicode-width v0.2.2
3022026-07-02T10:09:03.292Z Documenting stable_deref_trait v1.2.1
3032026-07-02T10:09:03.430Z Compiling version_check v0.9.5
3042026-07-02T10:09:03.531Z Documenting cobs v0.3.0
3052026-07-02T10:09:03.620Z Compiling darling v0.23.0
3062026-07-02T10:09:03.694Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3072026-07-02T10:09:03.823Z Documenting managed v0.8.0
3082026-07-02T10:09:03.840Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3092026-07-02T10:09:04.003Z Checking tabwriter v1.4.1
3102026-07-02T10:09:04.032Z Documenting heapless v0.8.0
3112026-07-02T10:09:04.039Z Checking ingot-types v0.1.2
3122026-07-02T10:09:04.144Z Checking itertools v0.15.0
3132026-07-02T10:09:04.244Z Documenting postcard v1.1.3
3142026-07-02T10:09:04.378Z Checking ingot v0.1.1
3152026-07-02T10:09:04.564Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-07-02T10:09:04.750Z Documenting ingot-types v0.1.2
3172026-07-02T10:09:04.788Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-07-02T10:09:04.866Z Documenting ref-cast-impl v1.0.25
3192026-07-02T10:09:04.933Z Checking dyn-clone v1.0.20
3202026-07-02T10:09:05.012Z Documenting smoltcp v0.11.0
3212026-07-02T10:09:05.032Z Documenting ipnetwork v0.21.1
3222026-07-02T10:09:05.224Z Documenting either v1.16.0
3232026-07-02T10:09:05.358Z Documenting unicode-width v0.2.2
3242026-07-02T10:09:05.470Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3252026-07-02T10:09:05.760Z Documenting ingot v0.1.1
3262026-07-02T10:09:05.964Z Documenting ref-cast v1.0.25
3272026-07-02T10:09:05.967Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3282026-07-02T10:09:06.248Z Documenting crc32fast v1.5.0
3292026-07-02T10:09:06.438Z Documenting itertools v0.15.0
3302026-07-02T10:09:06.831Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-07-02T10:09:06.885Z Documenting dyn-clone v1.0.20
3322026-07-02T10:09:07.048Z Documenting tabwriter v1.4.1
3332026-07-02T10:09:07.608Z Documenting uuid v1.23.4
3342026-07-02T10:09:07.889Z Checking uuid v1.23.4
3352026-07-02T10:09:08.137Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-07-02T10:09:08.372Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3372026-07-02T10:09:08.701Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3382026-07-02T10:09:10.688Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3392026-07-02T10:09:13.017Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3402026-07-02T10:09:14.602Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.94s
3412026-07-02T10:09:14.676Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3422026-07-02T10:09:14.700Z
3432026-07-02T10:09:14.703Zreal 25.034318794
3442026-07-02T10:09:14.703Zuser 1:23.315814255
3452026-07-02T10:09:14.704Zsys 17.406937287
3462026-07-02T10:09:14.704Ztrap 0.050042430
3472026-07-02T10:09:14.704Ztflt 0.052101118
3482026-07-02T10:09:14.704Zdflt 0.098037739
3492026-07-02T10:09:14.704Zkflt 0.005184693
3502026-07-02T10:09:14.704Zlock 9:15.792122089
3512026-07-02T10:09:14.704Zslp 4:51.333140667
3522026-07-02T10:09:14.704Zlat 7.221830835
3532026-07-02T10:09:14.704Zstop 12.670412035
3542026-07-02T10:09:14.704Z+ header 'analyze std + api + usdt'
3552026-07-02T10:09:14.704Z+ echo '# ==== analyze std + api + usdt ==== #'
3562026-07-02T10:09:14.704Z# ==== analyze std + api + usdt ==== #
3572026-07-02T10:09:14.704Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3582026-07-02T10:09:14.885Z Downloading crates ...
3592026-07-02T10:09:14.939Z Downloaded pin-project-lite v0.2.17
3602026-07-02T10:09:14.945Z Downloaded anyhow v1.0.103
3612026-07-02T10:09:14.950Z Downloaded typeid v1.0.3
3622026-07-02T10:09:14.954Z Downloaded futures-macro v0.3.32
3632026-07-02T10:09:14.954Z Downloaded futures-io v0.3.32
3642026-07-02T10:09:14.954Z Downloaded once_cell v1.21.4
3652026-07-02T10:09:14.954Z Downloaded futures-core v0.3.32
3662026-07-02T10:09:14.958Z Downloaded futures-channel v0.3.32
3672026-07-02T10:09:14.963Z Downloaded link-section v0.2.1
3682026-07-02T10:09:14.966Z Downloaded futures-task v0.3.32
3692026-07-02T10:09:14.966Z Downloaded dtor v0.8.1
3702026-07-02T10:09:14.969Z Downloaded rusticata-macros v5.0.0
3712026-07-02T10:09:14.969Z Downloaded futures-sink v0.3.32
3722026-07-02T10:09:14.969Z Downloaded ctor-proc-macro v0.0.13
3732026-07-02T10:09:14.969Z Downloaded circular v0.3.0
3742026-07-02T10:09:14.973Z Downloaded dtor-proc-macro v0.0.13
3752026-07-02T10:09:14.976Z Downloaded slab v0.4.12
3762026-07-02T10:09:14.976Z Downloaded futures-executor v0.3.32
3772026-07-02T10:09:14.976Z Downloaded cookie-factory v0.3.3
3782026-07-02T10:09:14.982Z Downloaded ctor v0.10.1
3792026-07-02T10:09:14.985Z Downloaded futures v0.3.32
3802026-07-02T10:09:14.989Z Downloaded nom v8.0.0
3812026-07-02T10:09:15.003Z Downloaded ron v0.12.2
3822026-07-02T10:09:15.007Z Downloaded pcap-parser v0.17.0
3832026-07-02T10:09:15.010Z Downloaded futures-util v0.3.32
3842026-07-02T10:09:15.063Z Compiling proc-macro2 v1.0.106
3852026-07-02T10:09:15.064Z Compiling quote v1.0.46
3862026-07-02T10:09:15.064Z Compiling unicode-ident v1.0.24
3872026-07-02T10:09:15.064Z Compiling memchr v2.8.2
3882026-07-02T10:09:15.068Z Compiling thiserror v2.0.18
3892026-07-02T10:09:15.068Z Compiling zerocopy v0.8.52
3902026-07-02T10:09:15.068Z Compiling serde_core v1.0.228
3912026-07-02T10:09:15.244Z Compiling zmij v1.0.21
3922026-07-02T10:09:15.453Z Compiling libc v0.2.186
3932026-07-02T10:09:15.467Z Compiling ucd-trie v0.1.7
3942026-07-02T10:09:15.475Z Compiling strsim v0.11.1
3952026-07-02T10:09:15.513Z Compiling ident_case v1.0.1
3962026-07-02T10:09:15.548Z Compiling serde_json v1.0.150
3972026-07-02T10:09:15.629Z Compiling pest v2.8.6
3982026-07-02T10:09:15.690Z Compiling serde v1.0.228
3992026-07-02T10:09:15.947Z Compiling fnv v1.0.7
4002026-07-02T10:09:16.084Z Compiling aho-corasick v1.1.4
4012026-07-02T10:09:16.181Z Checking byteorder v1.5.0
4022026-07-02T10:09:16.308Z Compiling itoa v1.0.18
4032026-07-02T10:09:16.347Z Compiling syn v2.0.118
4042026-07-02T10:09:16.390Z Compiling regex-syntax v0.8.11
4052026-07-02T10:09:16.813Z Compiling pest_meta v2.8.6
4062026-07-02T10:09:16.872Z Compiling usdt-impl v0.6.0
4072026-07-02T10:09:16.887Z Compiling either v1.16.0
4082026-07-02T10:09:17.015Z Checking bitflags v2.13.0
4092026-07-02T10:09:17.087Z Compiling itertools v0.14.0
4102026-07-02T10:09:17.180Z Compiling thread-id v5.1.0
4112026-07-02T10:09:17.555Z Checking plain v0.2.3
4122026-07-02T10:09:17.718Z Compiling heapless v0.8.0
4132026-07-02T10:09:17.864Z Compiling regex-automata v0.4.14
4142026-07-02T10:09:17.916Z Checking futures-sink v0.3.32
4152026-07-02T10:09:18.009Z Checking log v0.4.33
4162026-07-02T10:09:18.027Z Checking futures-core v0.3.32
4172026-07-02T10:09:18.146Z Checking futures-channel v0.3.32
4182026-07-02T10:09:18.337Z Checking hash32 v0.3.1
4192026-07-02T10:09:18.477Z Checking cfg-if v1.0.4
4202026-07-02T10:09:18.498Z Checking futures-io v0.3.32
4212026-07-02T10:09:18.532Z Checking slab v0.4.12
4222026-07-02T10:09:18.608Z Checking stable_deref_trait v1.2.1
4232026-07-02T10:09:18.656Z Checking pretty-hex v0.4.2
4242026-07-02T10:09:18.669Z Checking macaddr v1.0.1
4252026-07-02T10:09:18.681Z Compiling smoltcp v0.11.0
4262026-07-02T10:09:18.716Z Checking futures-task v0.3.32
4272026-07-02T10:09:18.764Z Compiling pest_generator v2.8.6
4282026-07-02T10:09:18.804Z Compiling darling_core v0.21.3
4292026-07-02T10:09:18.834Z Compiling darling_core v0.23.0
4302026-07-02T10:09:18.879Z Checking pin-project-lite v0.2.17
4312026-07-02T10:09:19.279Z Compiling crc32fast v1.5.0
4322026-07-02T10:09:19.351Z Checking bitflags v1.3.2
4332026-07-02T10:09:19.375Z Compiling version_check v0.9.5
4342026-07-02T10:09:19.408Z Compiling ref-cast v1.0.25
4352026-07-02T10:09:19.572Z Compiling regex v1.12.4
4362026-07-02T10:09:19.644Z Checking managed v0.8.0
4372026-07-02T10:09:19.770Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4382026-07-02T10:09:19.980Z Compiling thiserror-impl v2.0.18
4392026-07-02T10:09:20.005Z Compiling serde_derive v1.0.228
4402026-07-02T10:09:20.027Z Compiling zerocopy-derive v0.8.52
4412026-07-02T10:09:20.414Z Compiling pest_derive v2.8.6
4422026-07-02T10:09:20.896Z Compiling darling_macro v0.21.3
4432026-07-02T10:09:20.936Z Compiling scroll_derive v0.13.1
4442026-07-02T10:09:20.944Z Compiling futures-macro v0.3.32
4452026-07-02T10:09:21.018Z Compiling darling_macro v0.23.0
4462026-07-02T10:09:21.042Z Compiling ref-cast-impl v1.0.25
4472026-07-02T10:09:21.401Z Compiling dtrace-parser v0.3.0
4482026-07-02T10:09:21.623Z Compiling darling v0.21.3
4492026-07-02T10:09:21.647Z Checking cobs v0.3.0
4502026-07-02T10:09:21.693Z Compiling ingot-macros v0.1.1
4512026-07-02T10:09:21.784Z Checking futures-util v0.3.32
4522026-07-02T10:09:21.809Z Checking scroll v0.13.0
4532026-07-02T10:09:22.022Z Compiling darling v0.23.0
4542026-07-02T10:09:22.025Z Checking memmap2 v0.9.11
4552026-07-02T10:09:22.035Z Checking goblin v0.10.7
4562026-07-02T10:09:22.094Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-07-02T10:09:22.343Z Checking unicode-width v0.2.2
4582026-07-02T10:09:22.411Z Checking ipnetwork v0.21.1
4592026-07-02T10:09:22.581Z Checking itertools v0.15.0
4602026-07-02T10:09:22.586Z Checking tabwriter v1.4.1
4612026-07-02T10:09:22.724Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4622026-07-02T10:09:23.365Z Checking postcard v1.1.3
4632026-07-02T10:09:23.568Z Compiling serde_tokenstream v0.2.3
4642026-07-02T10:09:23.641Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4652026-07-02T10:09:23.692Z Checking futures-executor v0.3.32
4662026-07-02T10:09:23.742Z Checking nom v8.0.0
4672026-07-02T10:09:23.834Z Checking futures v0.3.32
4682026-07-02T10:09:23.842Z Compiling typeid v1.0.3
4692026-07-02T10:09:23.900Z Compiling anyhow v1.0.103
4702026-07-02T10:09:24.142Z Checking dyn-clone v1.0.20
4712026-07-02T10:09:24.223Z Checking cookie-factory v0.3.3
4722026-07-02T10:09:24.234Z Checking uuid v1.23.4
4732026-07-02T10:09:24.241Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4742026-07-02T10:09:24.356Z Compiling dof v0.4.0
4752026-07-02T10:09:24.368Z Checking ingot-types v0.1.2
4762026-07-02T10:09:24.434Z Checking circular v0.3.0
4772026-07-02T10:09:24.455Z Compiling dtor-proc-macro v0.0.13
4782026-07-02T10:09:24.544Z Checking link-section v0.2.1
4792026-07-02T10:09:24.580Z Checking once_cell v1.21.4
4802026-07-02T10:09:24.646Z Compiling ctor-proc-macro v0.0.13
4812026-07-02T10:09:24.701Z Checking ingot v0.1.1
4822026-07-02T10:09:24.707Z Checking ron v0.12.2
4832026-07-02T10:09:24.809Z Checking dtor v0.8.1
4842026-07-02T10:09:24.976Z Checking ctor v0.10.1
4852026-07-02T10:09:25.314Z Compiling usdt-attr-macro v0.6.0
4862026-07-02T10:09:25.314Z Compiling usdt-macro v0.6.0
4872026-07-02T10:09:25.672Z Checking rusticata-macros v5.0.0
4882026-07-02T10:09:25.796Z Checking pcap-parser v0.17.0
4892026-07-02T10:09:25.943Z Checking usdt v0.6.0
4902026-07-02T10:09:26.217Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4912026-07-02T10:09:30.691Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4922026-07-02T10:09:32.382Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4932026-07-02T10:09:34.707Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.95s
4942026-07-02T10:09:34.742Z
4952026-07-02T10:09:34.745Zreal 20.035403340
4962026-07-02T10:09:34.745Zuser 1:14.109881017
4972026-07-02T10:09:34.745Zsys 15.767484865
4982026-07-02T10:09:34.745Ztrap 0.038777225
4992026-07-02T10:09:34.745Ztflt 0.115761547
5002026-07-02T10:09:34.745Zdflt 0.142665393
5012026-07-02T10:09:34.745Zkflt 0.000046450
5022026-07-02T10:09:34.745Zlock 4:06.457368376
5032026-07-02T10:09:34.745Zslp 3:57.510800118
5042026-07-02T10:09:34.746Zlat 4.012788371
5052026-07-02T10:09:34.746Zstop 8.220156314
5062026-07-02T10:09:34.746Z+ header 'analyze no_std + engine + kernel'
5072026-07-02T10:09:34.746Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5082026-07-02T10:09:34.746Z# ==== analyze no_std + engine + kernel ==== #
5092026-07-02T10:09:34.746Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5102026-07-02T10:09:34.925Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5112026-07-02T10:09:34.925Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5122026-07-02T10:09:34.929Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5132026-07-02T10:09:34.929Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5142026-07-02T10:09:35.182Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-07-02T10:09:38.871Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-07-02T10:09:40.233Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.44s
5172026-07-02T10:09:40.259Z
5182026-07-02T10:09:40.264Zreal 5.509345686
5192026-07-02T10:09:40.264Zuser 5.739531575
5202026-07-02T10:09:40.264Zsys 1.026320695
5212026-07-02T10:09:40.264Ztrap 0.000694580
5222026-07-02T10:09:40.264Ztflt 0.002376660
5232026-07-02T10:09:40.264Zdflt 0.005367823
5242026-07-02T10:09:40.264Zkflt 0.000003760
5252026-07-02T10:09:40.264Zlock 25.702562501
5262026-07-02T10:09:40.264Zslp 20.598303282
5272026-07-02T10:09:40.265Zlat 0.020133420
5282026-07-02T10:09:40.265Zstop 0.291701094
5292026-07-02T10:09:40.265Z+ header test
5302026-07-02T10:09:40.266Z+ echo '# ==== test ==== #'
5312026-07-02T10:09:40.266Z# ==== test ==== #
5322026-07-02T10:09:40.266Z+ ptime -m cargo test
5332026-07-02T10:09:40.416Z Compiling memchr v2.8.2
5342026-07-02T10:09:40.420Z Compiling serde_core v1.0.228
5352026-07-02T10:09:40.443Z Compiling thiserror v2.0.18
5362026-07-02T10:09:40.446Z Compiling zerocopy v0.8.52
5372026-07-02T10:09:40.446Z Compiling unicode-ident v1.0.24
5382026-07-02T10:09:40.446Z Compiling byteorder v1.5.0
5392026-07-02T10:09:40.451Z Compiling zmij v1.0.21
5402026-07-02T10:09:40.451Z Compiling libc v0.2.186
5412026-07-02T10:09:40.527Z Compiling proc-macro2 v1.0.106
5422026-07-02T10:09:40.573Z Compiling scroll v0.13.0
5432026-07-02T10:09:40.660Z Compiling futures-core v0.3.32
5442026-07-02T10:09:40.792Z Compiling itoa v1.0.18
5452026-07-02T10:09:40.818Z Compiling futures-sink v0.3.32
5462026-07-02T10:09:40.818Z Compiling ucd-trie v0.1.7
5472026-07-02T10:09:40.841Z Compiling log v0.4.33
5482026-07-02T10:09:40.908Z Compiling plain v0.2.3
5492026-07-02T10:09:41.007Z Compiling goblin v0.10.7
5502026-07-02T10:09:41.045Z Compiling pest v2.8.6
5512026-07-02T10:09:41.077Z Compiling futures-channel v0.3.32
5522026-07-02T10:09:41.317Z Compiling quote v1.0.46
5532026-07-02T10:09:41.549Z Compiling hash32 v0.3.1
5542026-07-02T10:09:41.718Z Compiling stable_deref_trait v1.2.1
5552026-07-02T10:09:41.793Z Compiling pretty-hex v0.4.2
5562026-07-02T10:09:41.925Z Compiling futures-task v0.3.32
5572026-07-02T10:09:41.962Z Compiling slab v0.4.12
5582026-07-02T10:09:42.013Z Compiling macaddr v1.0.1
5592026-07-02T10:09:42.114Z Compiling cfg-if v1.0.4
5602026-07-02T10:09:42.139Z Compiling futures-io v0.3.32
5612026-07-02T10:09:42.177Z Compiling pin-project-lite v0.2.17
5622026-07-02T10:09:42.261Z Compiling serde v1.0.228
5632026-07-02T10:09:42.267Z Compiling bitflags v2.13.0
5642026-07-02T10:09:42.333Z Compiling serde_json v1.0.150
5652026-07-02T10:09:42.427Z Compiling futures-util v0.3.32
5662026-07-02T10:09:42.684Z Compiling dtrace-parser v0.3.0
5672026-07-02T10:09:42.803Z Compiling heapless v0.8.0
5682026-07-02T10:09:42.894Z Compiling syn v2.0.118
5692026-07-02T10:09:43.264Z Compiling thread-id v5.1.0
5702026-07-02T10:09:43.313Z Compiling ingot-types v0.1.2
5712026-07-02T10:09:43.339Z Compiling cobs v0.3.0
5722026-07-02T10:09:43.463Z Compiling managed v0.8.0
5732026-07-02T10:09:43.619Z Compiling bitflags v1.3.2
5742026-07-02T10:09:43.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-07-02T10:09:43.685Z Compiling smoltcp v0.11.0
5762026-07-02T10:09:43.714Z Compiling ingot v0.1.1
5772026-07-02T10:09:43.929Z Compiling postcard v1.1.3
5782026-07-02T10:09:44.278Z Compiling dof v0.4.0
5792026-07-02T10:09:45.198Z Compiling futures-executor v0.3.32
5802026-07-02T10:09:45.472Z Compiling usdt-impl v0.6.0
5812026-07-02T10:09:45.789Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5822026-07-02T10:09:45.926Z Compiling memmap2 v0.9.11
5832026-07-02T10:09:46.248Z Compiling unicode-width v0.2.2
5842026-07-02T10:09:46.294Z Compiling ipnetwork v0.21.1
5852026-07-02T10:09:46.418Z Compiling either v1.16.0
5862026-07-02T10:09:46.559Z Compiling tabwriter v1.4.1
5872026-07-02T10:09:46.609Z Compiling itertools v0.15.0
5882026-07-02T10:09:46.831Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5892026-07-02T10:09:46.983Z Compiling ref-cast v1.0.25
5902026-07-02T10:09:47.081Z Compiling usdt v0.6.0
5912026-07-02T10:09:47.595Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5922026-07-02T10:09:47.701Z Compiling futures v0.3.32
5932026-07-02T10:09:47.777Z Compiling crc32fast v1.5.0
5942026-07-02T10:09:47.995Z Compiling nom v8.0.0
5952026-07-02T10:09:48.018Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962026-07-02T10:09:48.158Z Compiling dyn-clone v1.0.20
5972026-07-02T10:09:48.297Z Compiling cookie-factory v0.3.3
5982026-07-02T10:09:48.324Z Compiling uuid v1.23.4
5992026-07-02T10:09:48.614Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6002026-07-02T10:09:48.850Z Compiling circular v0.3.0
6012026-07-02T10:09:48.953Z Compiling dtor v0.8.1
6022026-07-02T10:09:49.038Z Compiling typeid v1.0.3
6032026-07-02T10:09:49.043Z Compiling anyhow v1.0.103
6042026-07-02T10:09:49.105Z Compiling link-section v0.2.1
6052026-07-02T10:09:49.146Z Compiling once_cell v1.21.4
6062026-07-02T10:09:49.238Z Compiling ctor v0.10.1
6072026-07-02T10:09:49.259Z Compiling ron v0.12.2
6082026-07-02T10:09:50.557Z Compiling rusticata-macros v5.0.0
6092026-07-02T10:09:50.883Z Compiling pcap-parser v0.17.0
6102026-07-02T10:09:53.421Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-07-02T10:09:55.797Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-07-02T10:10:34.271Z Finished `test` profile [optimized + debuginfo] target(s) in 54.00s
6132026-07-02T10:10:34.288Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-ae2c67b9fa04d183)
6142026-07-02T10:10:34.292Z
6152026-07-02T10:10:34.292Zrunning 15 tests
6162026-07-02T10:10:34.292Ztest api::tests::parse_bad_proto_filter ... ok
6172026-07-02T10:10:34.292Ztest api::tests::ports_from_str_good ... ok
6182026-07-02T10:10:34.292Ztest api::tests::parse_bad_address ... ok
6192026-07-02T10:10:34.292Ztest api::tests::parse_good_address ... ok
6202026-07-02T10:10:34.292Ztest api::tests::parse_good_proto_filter ... ok
6212026-07-02T10:10:34.292Ztest api::tests::ports_from_str_bad ... ok
6222026-07-02T10:10:34.292Ztest cfg::tests::test_required_nat_space ... ok
6232026-07-02T10:10:34.292Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-07-02T10:10:34.292Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-07-02T10:10:34.292Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-07-02T10:10:34.292Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-07-02T10:10:34.292Ztest engine::geneve::test::parse_single_opt ... ok
6282026-07-02T10:10:34.292Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6292026-07-02T10:10:34.292Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6302026-07-02T10:10:34.296Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-07-02T10:10:34.296Z
6322026-07-02T10:10:34.296Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-07-02T10:10:34.296Z
6342026-07-02T10:10:34.296Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-13e9745c7fc979b4)
6352026-07-02T10:10:34.296Z
6362026-07-02T10:10:34.296Zrunning 4 tests
6372026-07-02T10:10:34.296Ztest firewall_external_inbound ... ok
6382026-07-02T10:10:34.296Ztest firewall_vni_outbound ... ok
6392026-07-02T10:10:34.296Ztest firewall_vni_inbound ... ok
6402026-07-02T10:10:34.296Ztest firewall_replace_rules ... ok
6412026-07-02T10:10:34.296Z
6422026-07-02T10:10:34.296Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-07-02T10:10:34.296Z
6442026-07-02T10:10:34.299Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8d1dd7e5ce0e1885)
6452026-07-02T10:10:34.299Z
6462026-07-02T10:10:34.299Zrunning 2 tests
6472026-07-02T10:10:34.299Ztest parse_in_regression ... ok
6482026-07-02T10:10:34.299Ztest parse_out_regression ... ok
6492026-07-02T10:10:34.299Z
6502026-07-02T10:10:34.300Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-07-02T10:10:34.300Z
6522026-07-02T10:10:34.300Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b79b419276a22db5)
6532026-07-02T10:10:34.303Z
6542026-07-02T10:10:34.303Zrunning 48 tests
6552026-07-02T10:10:34.303Ztest bad_ip_len ... ok
6562026-07-02T10:10:34.303Ztest check_layers ... ok
6572026-07-02T10:10:34.303Ztest add_remove_fw_rule ... ok
6582026-07-02T10:10:34.303Ztest arp_gateway ... ok
6592026-07-02T10:10:34.303Ztest anti_spoof ... ok
6602026-07-02T10:10:34.303Ztest external_attached_subnets_cannot_reach_internal ... ok
6612026-07-02T10:10:34.303Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-07-02T10:10:34.303Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-07-02T10:10:34.303Ztest gateway_icmp4_ping ... ok
6642026-07-02T10:10:34.303Ztest gateway_icmpv6_ping ... ok
6652026-07-02T10:10:34.303Ztest flow_expiration ... ok
6662026-07-02T10:10:34.303Ztest early_tcp_invalidation ... ok
6672026-07-02T10:10:34.303Ztest external_ip_epoch_affinity_preserved ... ok
6682026-07-02T10:10:34.303Ztest external_ip_reconfigurable ... ok
6692026-07-02T10:10:34.303Ztest gateway_router_advert_reply ... ok
6702026-07-02T10:10:34.304Ztest guest_to_guest_diff_vpc_no_peer ... ok
6712026-07-02T10:10:34.304Ztest guest_to_guest_no_route ... ok
6722026-07-02T10:10:34.304Ztest guest_to_internet_ipv4 ... ok
6732026-07-02T10:10:34.304Ztest guest_to_internet_ipv6 ... ok
6742026-07-02T10:10:34.304Ztest icmp_inner_has_nat_applied ... ok
6752026-07-02T10:10:34.304Ztest icmpv6_inner_has_nat_applied ... ok
6762026-07-02T10:10:34.304Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-07-02T10:10:34.304Ztest external_ip_receive_and_reply_on_all ... ok
6782026-07-02T10:10:34.304Ztest guest_to_guest ... ok
6792026-07-02T10:10:34.304Ztest intra_subnet_routes_with_custom ... ok
6802026-07-02T10:10:34.304Ztest outbound_ndp_dropped ... ok
6812026-07-02T10:10:34.307Ztest external_ip_balanced_over_floating_ips ... ok
6822026-07-02T10:10:34.307Ztest no_panic_on_flow_table_full ... ok
6832026-07-02T10:10:34.307Ztest packet_body_pullup ... ok
6842026-07-02T10:10:34.307Ztest internal_attached_subnets ... ok
6852026-07-02T10:10:34.307Ztest port_transition_running ... ok
6862026-07-02T10:10:34.307Ztest port_transition_reset ... ok
6872026-07-02T10:10:34.307Ztest port_as_router_target ... ok
6882026-07-02T10:10:34.307Ztest test_drop_on_unknown_critical_option ... ok
6892026-07-02T10:10:34.307Ztest port_transition_pause ... ok
6902026-07-02T10:10:34.307Ztest snat_icmp4_echo_rewrite ... ok
6912026-07-02T10:10:34.307Ztest snat_icmp6_echo_rewrite ... ok
6922026-07-02T10:10:34.307Ztest tcp_invalidation_does_not_block_connection ... ok
6932026-07-02T10:10:34.307Ztest select_eip_conditioned_on_igw ... ok
6942026-07-02T10:10:34.307Ztest tcp_inbound ... ok
6952026-07-02T10:10:34.307Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6962026-07-02T10:10:34.307Ztest test_gateway_neighbor_advert_reply ... ok
6972026-07-02T10:10:34.308Ztest test_tcp_multicast_denied ... ok
6982026-07-02T10:10:34.308Ztest test_ipv6_multicast_encapsulation ... ok
6992026-07-02T10:10:34.308Ztest tcp_outbound ... ok
7002026-07-02T10:10:34.308Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7012026-07-02T10:10:34.308Ztest uft_lft_invalidation_out ... ok
7022026-07-02T10:10:34.308Ztest uft_lft_invalidation_in ... ok
7032026-07-02T10:10:34.308Z
7042026-07-02T10:10:34.308Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7052026-07-02T10:10:34.308Z
7062026-07-02T10:10:34.308Z Doc-tests oxide_vpc
7072026-07-02T10:10:34.601Z
7082026-07-02T10:10:34.601Zrunning 0 tests
7092026-07-02T10:10:34.601Z
7102026-07-02T10:10:34.601Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7112026-07-02T10:10:34.601Z
7122026-07-02T10:10:34.630Z
7132026-07-02T10:10:34.631Zreal 54.362529617
7142026-07-02T10:10:34.631Zuser 3:17.065975224
7152026-07-02T10:10:34.631Zsys 12.002891258
7162026-07-02T10:10:34.631Ztrap 0.087943560
7172026-07-02T10:10:34.631Ztflt 0.222560220
7182026-07-02T10:10:34.634Zdflt 0.457765375
7192026-07-02T10:10:34.634Zkflt 0.000282200
7202026-07-02T10:10:34.634Zlock 12:50.093702891
7212026-07-02T10:10:34.634Zslp 6:41.436236782
7222026-07-02T10:10:34.634Zlat 8.878733037
7232026-07-02T10:10:34.634Zstop 5.308198701
7242026-07-02T10:10:34.634Zprocess exited: duration 119619 ms, exit code 0
 
7252026-07-02T10:10:34.641Zfound 0 output files