01KY9R0CAHYP6FN6A6A2DNJ050: oxide-vpc

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

Buildomat Job: 01KY9R0YYS0ARY47C6MKEDSHZY

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-24T09:42:36.315Zjob assigned to worker 01KY9R132FBJV2QMAEY3MEEFW5 [factory aws, i-0dafec7c8417ed45c] (queued for 57 s)
 
22026-07-24T09:42:43.179Zstarting task 0: "setup"
32026-07-24T09:42:43.184Z++ uname -s
42026-07-24T09:42:43.188Z+ kern=SunOS
52026-07-24T09:42:43.188Z+ build_user=build
62026-07-24T09:42:43.188Z+ build_uid=12345
72026-07-24T09:42:43.188Z+ work_dir=/work
82026-07-24T09:42:43.188Z+ input_dir=/input
92026-07-24T09:42:43.188Z+ [[ 0 == 12345 ]]
102026-07-24T09:42:43.188Z+ case "$kern" in
112026-07-24T09:42:43.188Z+ groupadd -g 12345 build
122026-07-24T09:42:43.189Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-24T09:42:45.194Z+ zfs create -o mountpoint=/work rpool/work
142026-07-24T09:42:45.335Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-24T09:42:45.339Z+ home_fs=zfs
162026-07-24T09:42:45.339Z+ [[ zfs == autofs ]]
172026-07-24T09:42:45.339Z+ mkdir -p /home/build
182026-07-24T09:42:45.339Z+ chown build:build /home/build /work
192026-07-24T09:42:47.339Z+ chmod 0700 /home/build /work
202026-07-24T09:42:47.343Zprocess exited: duration 4161 ms, exit code 0
 
212026-07-24T09:42:47.349Zstarting task 1: "rust-toolchain"
222026-07-24T09:42:47.353Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-24T09:42:47.353Z * rust toolchain channel = "1.97.1"
242026-07-24T09:42:47.353Z * rust toolchain profile = "default"
252026-07-24T09:42:47.354Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-24T09:42:47.354Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-24T09:42:47.354Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-24T09:42:47.359Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-24T09:42:47.359Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-24T09:42:47.455Zinfo: downloading installer
312026-07-24T09:42:48.852Zwarn: It looks like you have an existing rustup settings file at:
322026-07-24T09:42:48.852Zwarn: /home/build/.rustup/settings.toml
332026-07-24T09:42:48.852Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-24T09:42:48.852Zwarn: instead of the one inferred from the default host triple.
352026-07-24T09:42:48.865Zinfo: profile set to default
362026-07-24T09:42:48.865Zinfo: default host triple is x86_64-unknown-illumos
372026-07-24T09:42:48.871Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-24T09:42:49.012Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-24T09:42:49.015Zinfo: downloading 6 components
402026-07-24T09:43:04.100Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-24T09:43:04.100Z
422026-07-24T09:43:04.131Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-24T09:43:04.131Z
442026-07-24T09:43:04.132Z
452026-07-24T09:43:04.132ZRust is installed now. Great!
462026-07-24T09:43:04.132Z
472026-07-24T09:43:04.135ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-24T09:43:04.135Zenvironment variable. This has not been done automatically.
492026-07-24T09:43:04.135Z
502026-07-24T09:43:04.135ZTo configure your current shell, you need to source
512026-07-24T09:43:04.135Zthe corresponding env file under $HOME/.cargo.
522026-07-24T09:43:04.135Z
532026-07-24T09:43:04.135ZThis is usually done by running one of the following (note the leading DOT):
542026-07-24T09:43:04.135Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-24T09:43:04.135Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-24T09:43:04.135Zsource "~/.cargo/env.nu" # For nushell
572026-07-24T09:43:04.135Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-24T09:43:04.135Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-24T09:43:04.135Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-24T09:43:04.135Zwarn: no default linker (`cc`) was found in your PATH
612026-07-24T09:43:04.135Zwarn: many Rust crates require a system C toolchain to build
622026-07-24T09:43:04.245Z+ rustup --version
632026-07-24T09:43:04.253Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-24T09:43:04.256Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-24T09:43:04.276Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-24T09:43:04.279Z+ cargo --version
672026-07-24T09:43:04.293Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-24T09:43:04.296Z+ rustc --version
692026-07-24T09:43:04.315Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-24T09:43:04.318Zprocess exited: duration 16967 ms, exit code 0
 
712026-07-24T09:43:04.324Zstarting task 2: "authentication"
722026-07-24T09:43:04.343Zprocess exited: duration 19 ms, exit code 0
 
732026-07-24T09:43:04.349Zstarting task 3: "clone repository"
742026-07-24T09:43:04.352Z+ mkdir -p /work/oxidecomputer/opte
752026-07-24T09:43:04.355Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-24T09:43:04.386ZCloning into '/work/oxidecomputer/opte'...
772026-07-24T09:43:05.315Z+ cd /work/oxidecomputer/opte
782026-07-24T09:43:05.315Z+ git fetch origin f21e37561c7910c412a04e37e79e2ce13b7130c8
792026-07-24T09:43:05.550ZFrom https://github.com/oxidecomputer/opte
802026-07-24T09:43:05.550Z * branch f21e37561c7910c412a04e37e79e2ce13b7130c8 -> FETCH_HEAD
812026-07-24T09:43:05.556Z+ [[ -n '' ]]
822026-07-24T09:43:05.556Z+ git reset --hard f21e37561c7910c412a04e37e79e2ce13b7130c8
832026-07-24T09:43:05.573ZHEAD is now at f21e375 Review feedback.
842026-07-24T09:43:05.576Zprocess exited: duration 1224 ms, exit code 0
 
852026-07-24T09:43:05.583Zstarting task 4: "build"
862026-07-24T09:43:05.586Z+ source .github/buildomat/common.sh
872026-07-24T09:43:05.586Z++ rustup show active-toolchain
882026-07-24T09:43:05.591Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-07-24T09:43:05.595Z++ pushd xde
902026-07-24T09:43:05.595Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-07-24T09:43:05.595Z++ rustup show active-toolchain
922026-07-24T09:43:05.599Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
932026-07-24T09:43:05.741Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
942026-07-24T09:43:05.744Zinfo: downloading 6 components
952026-07-24T09:43:20.872Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-07-24T09:43:20.970Z+++ rustup show active-toolchain -v
972026-07-24T09:43:20.974Z+++ head -n 1
982026-07-24T09:43:20.974Z+++ cut '-d ' -f1
992026-07-24T09:43:21.025Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-24T09:43:21.025Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1012026-07-24T09:43:21.025Z++ popd
1022026-07-24T09:43:21.028Z/work/oxidecomputer/opte
1032026-07-24T09:43:21.028Z+ cargo --version
1042026-07-24T09:43:21.034Zcargo 1.97.1 (c980f4866 2026-06-30)
1052026-07-24T09:43:21.037Z+ rustc --version
1062026-07-24T09:43:21.056Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1072026-07-24T09:43:21.059Z+ cd lib/oxide-vpc
1082026-07-24T09:43:21.059Z+ header 'check style'
1092026-07-24T09:43:21.059Z+ echo '# ==== check style ==== #'
1102026-07-24T09:43:21.059Z# ==== check style ==== #
1112026-07-24T09:43:21.059Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1122026-07-24T09:43:21.186Z
1132026-07-24T09:43:21.187Zreal 0.124861841
1142026-07-24T09:43:21.187Zuser 0.089251079
1152026-07-24T09:43:21.187Zsys 0.031159140
1162026-07-24T09:43:21.187Ztrap 0.000003768
1172026-07-24T09:43:21.187Ztflt 0.000009956
1182026-07-24T09:43:21.190Zdflt 0.000010178
1192026-07-24T09:43:21.190Zkflt 0.000000000
1202026-07-24T09:43:21.190Zlock 0.031238506
1212026-07-24T09:43:21.190Zslp 0.104814140
1222026-07-24T09:43:21.190Zlat 0.000641011
1232026-07-24T09:43:21.190Zstop 0.000101731
1242026-07-24T09:43:21.190Z+ header 'check docs'
1252026-07-24T09:43:21.190Z+ echo '# ==== check docs ==== #'
1262026-07-24T09:43:21.190Z# ==== check docs ==== #
1272026-07-24T09:43:21.190Z+ RUSTDOCFLAGS='-D warnings'
1282026-07-24T09:43:21.190Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1292026-07-24T09:43:21.256Z Updating crates.io index
1302026-07-24T09:43:21.259Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-07-24T09:43:22.184Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-07-24T09:43:22.423Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-07-24T09:43:22.748Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-07-24T09:43:23.004Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-07-24T09:43:23.209Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-07-24T09:43:23.487Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-07-24T09:43:24.924Z Downloading crates ...
1382026-07-24T09:43:24.962Z Downloaded defmt-parser v1.0.0
1392026-07-24T09:43:24.970Z Downloaded darling v0.23.0
1402026-07-24T09:43:24.973Z Downloaded macaddr v1.0.1
1412026-07-24T09:43:24.976Z Downloaded cobs v0.3.0
1422026-07-24T09:43:24.979Z Downloaded embedded-io v0.4.0
1432026-07-24T09:43:24.979Z Downloaded postcard v1.1.3
1442026-07-24T09:43:24.983Z Downloaded thread-id v5.1.0
1452026-07-24T09:43:24.983Z Downloaded dyn-clone v1.0.20
1462026-07-24T09:43:24.986Z Downloaded pest_generator v2.8.7
1472026-07-24T09:43:24.986Z Downloaded quote v1.0.46
1482026-07-24T09:43:24.989Z Downloaded dtrace-parser v0.3.0
1492026-07-24T09:43:24.989Z Downloaded dof v0.4.0
1502026-07-24T09:43:24.993Z Downloaded defmt-macros v1.1.1
1512026-07-24T09:43:24.999Z Downloaded darling_macro v0.21.3
1522026-07-24T09:43:25.004Z Downloaded plain v0.2.3
1532026-07-24T09:43:25.007Z Downloaded hash32 v0.3.1
1542026-07-24T09:43:25.007Z Downloaded ident_case v1.0.1
1552026-07-24T09:43:25.009Z Downloaded managed v0.8.0
1562026-07-24T09:43:25.012Z Downloaded darling_macro v0.23.0
1572026-07-24T09:43:25.019Z Downloaded ref-cast v1.0.25
1582026-07-24T09:43:25.022Z Downloaded stable_deref_trait v1.2.1
1592026-07-24T09:43:25.022Z Downloaded fnv v1.0.7
1602026-07-24T09:43:25.022Z Downloaded version_check v0.9.5
1612026-07-24T09:43:25.025Z Downloaded defmt v0.3.100
1622026-07-24T09:43:25.028Z Downloaded cfg-if v1.0.4
1632026-07-24T09:43:25.028Z Downloaded byteorder v1.5.0
1642026-07-24T09:43:25.035Z Downloaded tabwriter v1.4.1
1652026-07-24T09:43:25.042Z Downloaded unicode-ident v1.0.24
1662026-07-24T09:43:25.045Z Downloaded bitflags v1.3.2
1672026-07-24T09:43:25.048Z Downloaded embedded-io v0.6.1
1682026-07-24T09:43:25.053Z Downloaded usdt v0.6.0
1692026-07-24T09:43:25.058Z Downloaded strsim v0.11.1
1702026-07-24T09:43:25.063Z Downloaded usdt-impl v0.6.0
1712026-07-24T09:43:25.066Z Downloaded pretty-hex v0.4.2
1722026-07-24T09:43:25.066Z Downloaded usdt-attr-macro v0.6.0
1732026-07-24T09:43:25.066Z Downloaded usdt-macro v0.6.0
1742026-07-24T09:43:25.068Z Downloaded scroll_derive v0.13.1
1752026-07-24T09:43:25.068Z Downloaded ref-cast-impl v1.0.25
1762026-07-24T09:43:25.076Z Downloaded crc32fast v1.5.0
1772026-07-24T09:43:25.082Z Downloaded ingot-types v0.1.2
1782026-07-24T09:43:25.085Z Downloaded memmap2 v0.9.11
1792026-07-24T09:43:25.085Z Downloaded itoa v1.0.18
1802026-07-24T09:43:25.085Z Downloaded pest_derive v2.8.7
1812026-07-24T09:43:25.090Z Downloaded ingot-macros v0.1.1
1822026-07-24T09:43:25.093Z Downloaded serde_tokenstream v0.2.3
1832026-07-24T09:43:25.093Z Downloaded ipnetwork v0.21.1
1842026-07-24T09:43:25.097Z Downloaded ingot v0.1.1
1852026-07-24T09:43:25.100Z Downloaded scroll v0.13.0
1862026-07-24T09:43:25.104Z Downloaded thiserror v2.0.18
1872026-07-24T09:43:25.109Z Downloaded thiserror-impl v2.0.18
1882026-07-24T09:43:25.113Z Downloaded zmij v1.0.22
1892026-07-24T09:43:25.121Z Downloaded log v0.4.33
1902026-07-24T09:43:25.124Z Downloaded zerocopy-derive v0.8.54
1912026-07-24T09:43:25.128Z Downloaded either v1.16.0
1922026-07-24T09:43:25.128Z Downloaded pest_meta v2.8.7
1932026-07-24T09:43:25.128Z Downloaded serde_derive v1.0.228
1942026-07-24T09:43:25.131Z Downloaded bitflags v2.13.0
1952026-07-24T09:43:25.131Z Downloaded ucd-trie v0.1.7
1962026-07-24T09:43:25.134Z Downloaded defmt v1.1.1
1972026-07-24T09:43:25.137Z Downloaded darling v0.21.3
1982026-07-24T09:43:25.140Z Downloaded proc-macro2 v1.0.106
1992026-07-24T09:43:25.142Z Downloaded serde_core v1.0.228
2002026-07-24T09:43:25.155Z Downloaded uuid v1.23.5
2012026-07-24T09:43:25.158Z Downloaded darling_core v0.21.3
2022026-07-24T09:43:25.163Z Downloaded darling_core v0.23.0
2032026-07-24T09:43:25.185Z Downloaded serde v1.0.228
2042026-07-24T09:43:25.192Z Downloaded heapless v0.8.0
2052026-07-24T09:43:25.195Z Downloaded memchr v2.8.3
2062026-07-24T09:43:25.214Z Downloaded aho-corasick v1.1.4
2072026-07-24T09:43:25.221Z Downloaded pest v2.8.7
2082026-07-24T09:43:25.233Z Downloaded itertools v0.14.0
2092026-07-24T09:43:25.236Z Downloaded itertools v0.15.0
2102026-07-24T09:43:25.242Z Downloaded regex v1.13.0
2112026-07-24T09:43:25.257Z Downloaded serde_json v1.0.150
2122026-07-24T09:43:25.300Z Downloaded unicode-width v0.2.2
2132026-07-24T09:43:25.312Z Downloaded goblin v0.10.7
2142026-07-24T09:43:25.316Z Downloaded regex-syntax v0.8.11
2152026-07-24T09:43:25.320Z Downloaded syn v2.0.118
2162026-07-24T09:43:25.325Z Downloaded zerocopy v0.8.54
2172026-07-24T09:43:25.335Z Downloaded smoltcp v0.11.0
2182026-07-24T09:43:25.368Z Downloaded regex-automata v0.4.15
2192026-07-24T09:43:25.382Z Downloaded libc v0.2.186
2202026-07-24T09:43:25.438Z Compiling proc-macro2 v1.0.106
2212026-07-24T09:43:25.438Z Compiling quote v1.0.46
2222026-07-24T09:43:25.438Z Compiling unicode-ident v1.0.24
2232026-07-24T09:43:25.441Z Documenting unicode-ident v1.0.24
2242026-07-24T09:43:25.441Z Compiling strsim v0.11.1
2252026-07-24T09:43:25.441Z Compiling ident_case v1.0.1
2262026-07-24T09:43:25.441Z Compiling serde_core v1.0.228
2272026-07-24T09:43:25.603Z Compiling fnv v1.0.7
2282026-07-24T09:43:25.617Z Compiling memchr v2.8.3
2292026-07-24T09:43:25.624Z Compiling regex-syntax v0.8.11
2302026-07-24T09:43:25.802Z Compiling serde v1.0.228
2312026-07-24T09:43:25.867Z Compiling zerocopy v0.8.54
2322026-07-24T09:43:25.916Z Compiling thiserror v2.0.18
2332026-07-24T09:43:26.121Z Documenting proc-macro2 v1.0.106
2342026-07-24T09:43:26.200Z Compiling aho-corasick v1.1.4
2352026-07-24T09:43:26.540Z Compiling syn v2.0.118
2362026-07-24T09:43:26.586Z Compiling either v1.16.0
2372026-07-24T09:43:26.609Z Checking byteorder v1.5.0
2382026-07-24T09:43:26.702Z Documenting quote v1.0.46
2392026-07-24T09:43:26.764Z Compiling itertools v0.14.0
2402026-07-24T09:43:27.243Z Documenting syn v2.0.118
2412026-07-24T09:43:27.374Z Compiling regex-automata v0.4.15
2422026-07-24T09:43:27.665Z Compiling heapless v0.8.0
2432026-07-24T09:43:27.707Z Checking bitflags v2.13.0
2442026-07-24T09:43:27.874Z Checking hash32 v0.3.1
2452026-07-24T09:43:27.987Z Documenting serde_core v1.0.228
2462026-07-24T09:43:28.065Z Checking cfg-if v1.0.4
2472026-07-24T09:43:28.126Z Checking macaddr v1.0.1
2482026-07-24T09:43:28.148Z Documenting memchr v2.8.3
2492026-07-24T09:43:28.271Z Checking stable_deref_trait v1.2.1
2502026-07-24T09:43:28.339Z Documenting regex-syntax v0.8.11
2512026-07-24T09:43:28.711Z Compiling smoltcp v0.11.0
2522026-07-24T09:43:28.811Z Documenting aho-corasick v1.1.4
2532026-07-24T09:43:29.070Z Compiling darling_core v0.21.3
2542026-07-24T09:43:29.316Z Compiling regex v1.13.0
2552026-07-24T09:43:29.379Z Compiling darling_core v0.23.0
2562026-07-24T09:43:29.712Z Documenting regex-automata v0.4.15
2572026-07-24T09:43:30.082Z Checking bitflags v1.3.2
2582026-07-24T09:43:30.146Z Checking managed v0.8.0
2592026-07-24T09:43:30.224Z Compiling zerocopy-derive v0.8.54
2602026-07-24T09:43:30.341Z Compiling serde_derive v1.0.228
2612026-07-24T09:43:30.467Z Compiling thiserror-impl v2.0.18
2622026-07-24T09:43:30.596Z Documenting thiserror-impl v2.0.18
2632026-07-24T09:43:31.083Z Documenting regex v1.13.0
2642026-07-24T09:43:31.173Z Compiling darling_macro v0.21.3
2652026-07-24T09:43:31.206Z Documenting zerocopy-derive v0.8.54
2662026-07-24T09:43:31.430Z Documenting serde_derive v1.0.228
2672026-07-24T09:43:31.499Z Compiling darling_macro v0.23.0
2682026-07-24T09:43:31.751Z Compiling darling v0.21.3
2692026-07-24T09:43:31.815Z Checking cobs v0.3.0
2702026-07-24T09:43:31.844Z Compiling ingot-macros v0.1.1
2712026-07-24T09:43:31.985Z Compiling ref-cast v1.0.25
2722026-07-24T09:43:32.039Z Compiling crc32fast v1.5.0
2732026-07-24T09:43:32.145Z Documenting byteorder v1.5.0
2742026-07-24T09:43:32.158Z Documenting zerocopy v0.8.54
2752026-07-24T09:43:32.365Z Documenting ingot-macros v0.1.1
2762026-07-24T09:43:32.395Z Documenting thiserror v2.0.18
2772026-07-24T09:43:32.799Z Documenting hash32 v0.3.1
2782026-07-24T09:43:32.963Z Compiling ref-cast-impl v1.0.25
2792026-07-24T09:43:33.367Z Documenting serde v1.0.228
2802026-07-24T09:43:33.522Z Checking postcard v1.1.3
2812026-07-24T09:43:33.586Z Documenting bitflags v2.13.0
2822026-07-24T09:43:33.595Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2832026-07-24T09:43:33.798Z Compiling version_check v0.9.5
2842026-07-24T09:43:33.817Z Documenting macaddr v1.0.1
2852026-07-24T09:43:33.995Z Checking unicode-width v0.2.2
2862026-07-24T09:43:34.064Z Checking ipnetwork v0.21.1
2872026-07-24T09:43:34.233Z Documenting stable_deref_trait v1.2.1
2882026-07-24T09:43:34.240Z Documenting cfg-if v1.0.4
2892026-07-24T09:43:34.244Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2902026-07-24T09:43:34.384Z Documenting cobs v0.3.0
2912026-07-24T09:43:34.497Z Compiling darling v0.23.0
2922026-07-24T09:43:34.579Z Documenting managed v0.8.0
2932026-07-24T09:43:34.650Z Checking ingot-types v0.1.2
2942026-07-24T09:43:34.800Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
2952026-07-24T09:43:34.838Z Documenting heapless v0.8.0
2962026-07-24T09:43:35.021Z Checking ingot v0.1.1
2972026-07-24T09:43:35.086Z Checking tabwriter v1.4.1
2982026-07-24T09:43:35.229Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-07-24T09:43:35.482Z Checking itertools v0.15.0
3002026-07-24T09:43:35.534Z Documenting postcard v1.1.3
3012026-07-24T09:43:35.556Z Documenting ingot-types v0.1.2
3022026-07-24T09:43:35.765Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3032026-07-24T09:43:35.786Z Documenting ref-cast-impl v1.0.25
3042026-07-24T09:43:36.045Z Documenting smoltcp v0.11.0
3052026-07-24T09:43:36.241Z Checking dyn-clone v1.0.20
3062026-07-24T09:43:36.258Z Documenting ipnetwork v0.21.1
3072026-07-24T09:43:36.269Z Documenting unicode-width v0.2.2
3082026-07-24T09:43:36.337Z Documenting either v1.16.0
3092026-07-24T09:43:36.502Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3102026-07-24T09:43:36.602Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3112026-07-24T09:43:36.792Z Documenting ingot v0.1.1
3122026-07-24T09:43:37.012Z Documenting ref-cast v1.0.25
3132026-07-24T09:43:37.259Z Documenting itertools v0.15.0
3142026-07-24T09:43:37.385Z Documenting crc32fast v1.5.0
3152026-07-24T09:43:37.473Z Documenting tabwriter v1.4.1
3162026-07-24T09:43:37.753Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3172026-07-24T09:43:38.150Z Documenting dyn-clone v1.0.20
3182026-07-24T09:43:38.617Z Documenting uuid v1.23.5
3192026-07-24T09:43:38.899Z Checking uuid v1.23.5
3202026-07-24T09:43:39.142Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3212026-07-24T09:43:39.386Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3222026-07-24T09:43:40.007Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-07-24T09:43:41.633Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3242026-07-24T09:43:43.970Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3252026-07-24T09:43:45.576Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.38s
3262026-07-24T09:43:45.666Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3272026-07-24T09:43:45.690Z
3282026-07-24T09:43:45.693Zreal 24.483205836
3292026-07-24T09:43:45.693Zuser 1:22.624006538
3302026-07-24T09:43:45.693Zsys 17.740939499
3312026-07-24T09:43:45.693Ztrap 0.049598732
3322026-07-24T09:43:45.693Ztflt 0.153024317
3332026-07-24T09:43:45.693Zdflt 0.046244468
3342026-07-24T09:43:45.693Zkflt 0.004964015
3352026-07-24T09:43:45.693Zlock 7:21.964411755
3362026-07-24T09:43:45.693Zslp 4:50.590169508
3372026-07-24T09:43:45.693Zlat 7.570444372
3382026-07-24T09:43:45.693Zstop 12.633362511
3392026-07-24T09:43:45.693Z+ header 'analyze std + api + usdt'
3402026-07-24T09:43:45.693Z+ echo '# ==== analyze std + api + usdt ==== #'
3412026-07-24T09:43:45.693Z# ==== analyze std + api + usdt ==== #
3422026-07-24T09:43:45.693Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3432026-07-24T09:43:45.873Z Downloading crates ...
3442026-07-24T09:43:45.918Z Downloaded slab v0.4.12
3452026-07-24T09:43:45.923Z Downloaded once_cell v1.21.4
3462026-07-24T09:43:45.927Z Downloaded anyhow v1.0.103
3472026-07-24T09:43:45.930Z Downloaded typeid v1.0.3
3482026-07-24T09:43:45.933Z Downloaded futures-io v0.3.32
3492026-07-24T09:43:45.936Z Downloaded link-section v0.2.1
3502026-07-24T09:43:45.936Z Downloaded rusticata-macros v5.0.0
3512026-07-24T09:43:45.938Z Downloaded dtor-proc-macro v0.0.13
3522026-07-24T09:43:45.941Z Downloaded dtor v0.8.1
3532026-07-24T09:43:45.944Z Downloaded circular v0.3.0
3542026-07-24T09:43:45.944Z Downloaded futures-core v0.3.32
3552026-07-24T09:43:45.947Z Downloaded futures-macro v0.3.32
3562026-07-24T09:43:45.947Z Downloaded futures-task v0.3.32
3572026-07-24T09:43:45.950Z Downloaded ctor-proc-macro v0.0.13
3582026-07-24T09:43:45.950Z Downloaded futures-executor v0.3.32
3592026-07-24T09:43:45.953Z Downloaded futures-sink v0.3.32
3602026-07-24T09:43:45.953Z Downloaded ctor v0.10.1
3612026-07-24T09:43:45.956Z Downloaded pin-project-lite v0.2.17
3622026-07-24T09:43:45.956Z Downloaded futures-channel v0.3.32
3632026-07-24T09:43:45.959Z Downloaded cookie-factory v0.3.3
3642026-07-24T09:43:45.969Z Downloaded futures v0.3.32
3652026-07-24T09:43:45.986Z Downloaded ron v0.12.2
3662026-07-24T09:43:45.990Z Downloaded nom v8.0.0
3672026-07-24T09:43:45.994Z Downloaded futures-util v0.3.32
3682026-07-24T09:43:45.999Z Downloaded pcap-parser v0.17.0
3692026-07-24T09:43:46.050Z Compiling proc-macro2 v1.0.106
3702026-07-24T09:43:46.053Z Compiling quote v1.0.46
3712026-07-24T09:43:46.053Z Compiling unicode-ident v1.0.24
3722026-07-24T09:43:46.053Z Compiling memchr v2.8.3
3732026-07-24T09:43:46.053Z Compiling thiserror v2.0.18
3742026-07-24T09:43:46.053Z Compiling serde_core v1.0.228
3752026-07-24T09:43:46.053Z Compiling zerocopy v0.8.54
3762026-07-24T09:43:46.053Z Compiling zmij v1.0.22
3772026-07-24T09:43:46.393Z Compiling libc v0.2.186
3782026-07-24T09:43:46.420Z Compiling serde_json v1.0.150
3792026-07-24T09:43:46.425Z Compiling strsim v0.11.1
3802026-07-24T09:43:46.470Z Compiling ucd-trie v0.1.7
3812026-07-24T09:43:46.616Z Compiling ident_case v1.0.1
3822026-07-24T09:43:46.640Z Compiling pest v2.8.7
3832026-07-24T09:43:46.692Z Compiling serde v1.0.228
3842026-07-24T09:43:46.921Z Compiling fnv v1.0.7
3852026-07-24T09:43:47.043Z Compiling aho-corasick v1.1.4
3862026-07-24T09:43:47.076Z Compiling itoa v1.0.18
3872026-07-24T09:43:47.251Z Checking byteorder v1.5.0
3882026-07-24T09:43:47.272Z Compiling regex-syntax v0.8.11
3892026-07-24T09:43:47.410Z Compiling syn v2.0.118
3902026-07-24T09:43:47.645Z Compiling usdt-impl v0.6.0
3912026-07-24T09:43:47.816Z Compiling pest_meta v2.8.7
3922026-07-24T09:43:47.878Z Compiling either v1.16.0
3932026-07-24T09:43:48.002Z Checking bitflags v2.13.0
3942026-07-24T09:43:48.079Z Compiling itertools v0.14.0
3952026-07-24T09:43:48.205Z Compiling thread-id v5.1.0
3962026-07-24T09:43:48.442Z Checking futures-sink v0.3.32
3972026-07-24T09:43:48.459Z Checking plain v0.2.3
3982026-07-24T09:43:48.533Z Checking futures-core v0.3.32
3992026-07-24T09:43:48.552Z Compiling heapless v0.8.0
4002026-07-24T09:43:48.701Z Compiling regex-automata v0.4.15
4012026-07-24T09:43:48.868Z Checking log v0.4.33
4022026-07-24T09:43:49.172Z Checking futures-channel v0.3.32
4032026-07-24T09:43:49.336Z Checking hash32 v0.3.1
4042026-07-24T09:43:49.358Z Checking macaddr v1.0.1
4052026-07-24T09:43:49.451Z Compiling smoltcp v0.11.0
4062026-07-24T09:43:49.494Z Checking futures-io v0.3.32
4072026-07-24T09:43:49.498Z Checking slab v0.4.12
4082026-07-24T09:43:49.597Z Checking cfg-if v1.0.4
4092026-07-24T09:43:49.646Z Checking pin-project-lite v0.2.17
4102026-07-24T09:43:49.651Z Checking stable_deref_trait v1.2.1
4112026-07-24T09:43:49.714Z Checking futures-task v0.3.32
4122026-07-24T09:43:49.728Z Checking pretty-hex v0.4.2
4132026-07-24T09:43:49.830Z Compiling pest_generator v2.8.7
4142026-07-24T09:43:49.836Z Compiling darling_core v0.21.3
4152026-07-24T09:43:49.840Z Compiling darling_core v0.23.0
4162026-07-24T09:43:50.186Z Checking bitflags v1.3.2
4172026-07-24T09:43:50.211Z Compiling crc32fast v1.5.0
4182026-07-24T09:43:50.246Z Compiling version_check v0.9.5
4192026-07-24T09:43:50.432Z Compiling regex v1.13.0
4202026-07-24T09:43:50.488Z Checking managed v0.8.0
4212026-07-24T09:43:50.515Z Compiling ref-cast v1.0.25
4222026-07-24T09:43:50.821Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4232026-07-24T09:43:50.891Z Checking memmap2 v0.9.11
4242026-07-24T09:43:51.025Z Compiling serde_derive v1.0.228
4252026-07-24T09:43:51.049Z Compiling thiserror-impl v2.0.18
4262026-07-24T09:43:51.061Z Compiling zerocopy-derive v0.8.54
4272026-07-24T09:43:51.243Z Compiling pest_derive v2.8.7
4282026-07-24T09:43:51.772Z Compiling scroll_derive v0.13.1
4292026-07-24T09:43:51.790Z Compiling futures-macro v0.3.32
4302026-07-24T09:43:51.869Z Compiling ref-cast-impl v1.0.25
4312026-07-24T09:43:51.935Z Compiling darling_macro v0.21.3
4322026-07-24T09:43:51.939Z Compiling darling_macro v0.23.0
4332026-07-24T09:43:52.467Z Compiling dtrace-parser v0.3.0
4342026-07-24T09:43:52.498Z Compiling darling v0.21.3
4352026-07-24T09:43:52.499Z Checking cobs v0.3.0
4362026-07-24T09:43:52.570Z Compiling ingot-macros v0.1.1
4372026-07-24T09:43:52.629Z Checking futures-util v0.3.32
4382026-07-24T09:43:52.629Z Checking scroll v0.13.0
4392026-07-24T09:43:52.847Z Checking goblin v0.10.7
4402026-07-24T09:43:52.867Z Compiling darling v0.23.0
4412026-07-24T09:43:52.942Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4422026-07-24T09:43:53.223Z Checking ipnetwork v0.21.1
4432026-07-24T09:43:53.246Z Checking unicode-width v0.2.2
4442026-07-24T09:43:53.396Z Checking itertools v0.15.0
4452026-07-24T09:43:53.492Z Checking tabwriter v1.4.1
4462026-07-24T09:43:53.632Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4472026-07-24T09:43:54.169Z Checking postcard v1.1.3
4482026-07-24T09:43:54.439Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4492026-07-24T09:43:54.541Z Checking futures-executor v0.3.32
4502026-07-24T09:43:54.593Z Compiling serde_tokenstream v0.2.3
4512026-07-24T09:43:54.653Z Checking nom v8.0.0
4522026-07-24T09:43:54.682Z Checking futures v0.3.32
4532026-07-24T09:43:54.748Z Compiling anyhow v1.0.103
4542026-07-24T09:43:54.871Z Checking dyn-clone v1.0.20
4552026-07-24T09:43:54.967Z Compiling typeid v1.0.3
4562026-07-24T09:43:55.016Z Checking cookie-factory v0.3.3
4572026-07-24T09:43:55.231Z Checking uuid v1.23.5
4582026-07-24T09:43:55.251Z Compiling dof v0.4.0
4592026-07-24T09:43:55.257Z Checking ingot-types v0.1.2
4602026-07-24T09:43:55.269Z Checking circular v0.3.0
4612026-07-24T09:43:55.297Z Compiling dtor-proc-macro v0.0.13
4622026-07-24T09:43:55.377Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4632026-07-24T09:43:55.503Z Compiling ctor-proc-macro v0.0.13
4642026-07-24T09:43:55.523Z Checking once_cell v1.21.4
4652026-07-24T09:43:55.588Z Checking ingot v0.1.1
4662026-07-24T09:43:55.632Z Checking dtor v0.8.1
4672026-07-24T09:43:55.651Z Checking link-section v0.2.1
4682026-07-24T09:43:55.677Z Checking ron v0.12.2
4692026-07-24T09:43:55.832Z Checking ctor v0.10.1
4702026-07-24T09:43:56.201Z Compiling usdt-attr-macro v0.6.0
4712026-07-24T09:43:56.201Z Compiling usdt-macro v0.6.0
4722026-07-24T09:43:56.566Z Checking rusticata-macros v5.0.0
4732026-07-24T09:43:56.687Z Checking pcap-parser v0.17.0
4742026-07-24T09:43:56.833Z Checking usdt v0.6.0
4752026-07-24T09:43:57.134Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4762026-07-24T09:44:01.663Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4772026-07-24T09:44:03.345Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4782026-07-24T09:44:05.712Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.97s
4792026-07-24T09:44:05.746Z
4802026-07-24T09:44:05.749Zreal 20.049991231
4812026-07-24T09:44:05.749Zuser 1:13.938254725
4822026-07-24T09:44:05.749Zsys 15.304088131
4832026-07-24T09:44:05.749Ztrap 0.039428096
4842026-07-24T09:44:05.749Ztflt 0.121157760
4852026-07-24T09:44:05.749Zdflt 0.155711554
4862026-07-24T09:44:05.749Zkflt 0.000021404
4872026-07-24T09:44:05.749Zlock 4:49.447574302
4882026-07-24T09:44:05.749Zslp 3:55.454989964
4892026-07-24T09:44:05.749Zlat 3.962234527
4902026-07-24T09:44:05.749Zstop 9.250701108
4912026-07-24T09:44:05.749Z+ header 'analyze no_std + engine + kernel'
4922026-07-24T09:44:05.749Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4932026-07-24T09:44:05.749Z# ==== analyze no_std + engine + kernel ==== #
4942026-07-24T09:44:05.749Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
4952026-07-24T09:44:05.919Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4962026-07-24T09:44:05.919Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4972026-07-24T09:44:05.922Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4982026-07-24T09:44:05.922Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4992026-07-24T09:44:06.135Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-07-24T09:44:09.209Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-07-24T09:44:10.352Z Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s
5022026-07-24T09:44:10.374Z
5032026-07-24T09:44:10.378Zreal 4.622582982
5042026-07-24T09:44:10.378Zuser 4.755064408
5052026-07-24T09:44:10.378Zsys 0.939967527
5062026-07-24T09:44:10.378Ztrap 0.000587726
5072026-07-24T09:44:10.378Ztflt 0.019462098
5082026-07-24T09:44:10.378Zdflt 0.006153587
5092026-07-24T09:44:10.378Zkflt 0.000000000
5102026-07-24T09:44:10.378Zlock 14.929276936
5112026-07-24T09:44:10.378Zslp 17.860589785
5122026-07-24T09:44:10.378Zlat 0.005853019
5132026-07-24T09:44:10.378Zstop 0.199147819
5142026-07-24T09:44:10.378Z+ header test
5152026-07-24T09:44:10.378Z+ echo '# ==== test ==== #'
5162026-07-24T09:44:10.378Z+ ptime -m cargo test
5172026-07-24T09:44:10.378Z# ==== test ==== #
5182026-07-24T09:44:10.532Z Compiling memchr v2.8.3
5192026-07-24T09:44:10.535Z Compiling serde_core v1.0.228
5202026-07-24T09:44:10.557Z Compiling thiserror v2.0.18
5212026-07-24T09:44:10.560Z Compiling zerocopy v0.8.54
5222026-07-24T09:44:10.563Z Compiling byteorder v1.5.0
5232026-07-24T09:44:10.563Z Compiling unicode-ident v1.0.24
5242026-07-24T09:44:10.566Z Compiling zmij v1.0.22
5252026-07-24T09:44:10.566Z Compiling libc v0.2.186
5262026-07-24T09:44:10.640Z Compiling scroll v0.13.0
5272026-07-24T09:44:10.689Z Compiling proc-macro2 v1.0.106
5282026-07-24T09:44:10.772Z Compiling ucd-trie v0.1.7
5292026-07-24T09:44:10.905Z Compiling futures-sink v0.3.32
5302026-07-24T09:44:10.918Z Compiling log v0.4.33
5312026-07-24T09:44:10.946Z Compiling futures-core v0.3.32
5322026-07-24T09:44:10.996Z Compiling plain v0.2.3
5332026-07-24T09:44:11.098Z Compiling itoa v1.0.18
5342026-07-24T09:44:11.105Z Compiling goblin v0.10.7
5352026-07-24T09:44:11.150Z Compiling quote v1.0.46
5362026-07-24T09:44:11.359Z Compiling futures-channel v0.3.32
5372026-07-24T09:44:11.478Z Compiling pest v2.8.7
5382026-07-24T09:44:11.593Z Compiling hash32 v0.3.1
5392026-07-24T09:44:11.765Z Compiling pin-project-lite v0.2.17
5402026-07-24T09:44:11.784Z Compiling stable_deref_trait v1.2.1
5412026-07-24T09:44:11.857Z Compiling futures-task v0.3.32
5422026-07-24T09:44:11.857Z Compiling futures-io v0.3.32
5432026-07-24T09:44:12.039Z Compiling cfg-if v1.0.4
5442026-07-24T09:44:12.050Z Compiling pretty-hex v0.4.2
5452026-07-24T09:44:12.107Z Compiling slab v0.4.12
5462026-07-24T09:44:12.155Z Compiling macaddr v1.0.1
5472026-07-24T09:44:12.172Z Compiling heapless v0.8.0
5482026-07-24T09:44:12.288Z Compiling futures-util v0.3.32
5492026-07-24T09:44:12.404Z Compiling serde v1.0.228
5502026-07-24T09:44:12.566Z Compiling bitflags v2.13.0
5512026-07-24T09:44:12.619Z Compiling serde_json v1.0.150
5522026-07-24T09:44:13.012Z Compiling dtrace-parser v0.3.0
5532026-07-24T09:44:13.044Z Compiling syn v2.0.118
5542026-07-24T09:44:13.170Z Compiling thread-id v5.1.0
5552026-07-24T09:44:13.246Z Compiling cobs v0.3.0
5562026-07-24T09:44:13.452Z Compiling ingot-types v0.1.2
5572026-07-24T09:44:13.527Z Compiling managed v0.8.0
5582026-07-24T09:44:13.581Z Compiling bitflags v1.3.2
5592026-07-24T09:44:13.648Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5602026-07-24T09:44:13.746Z Compiling smoltcp v0.11.0
5612026-07-24T09:44:13.853Z Compiling ingot v0.1.1
5622026-07-24T09:44:13.877Z Compiling postcard v1.1.3
5632026-07-24T09:44:14.232Z Compiling dof v0.4.0
5642026-07-24T09:44:15.081Z Compiling futures-executor v0.3.32
5652026-07-24T09:44:15.675Z Compiling usdt-impl v0.6.0
5662026-07-24T09:44:15.739Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5672026-07-24T09:44:16.065Z Compiling memmap2 v0.9.11
5682026-07-24T09:44:16.354Z Compiling either v1.16.0
5692026-07-24T09:44:16.389Z Compiling unicode-width v0.2.2
5702026-07-24T09:44:16.537Z Compiling ipnetwork v0.21.1
5712026-07-24T09:44:16.597Z Compiling itertools v0.15.0
5722026-07-24T09:44:16.699Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5732026-07-24T09:44:17.067Z Compiling tabwriter v1.4.1
5742026-07-24T09:44:17.494Z Compiling ref-cast v1.0.25
5752026-07-24T09:44:17.593Z Compiling usdt v0.6.0
5762026-07-24T09:44:17.614Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5772026-07-24T09:44:17.966Z Compiling futures v0.3.32
5782026-07-24T09:44:18.078Z Compiling crc32fast v1.5.0
5792026-07-24T09:44:18.149Z Compiling nom v8.0.0
5802026-07-24T09:44:18.207Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5812026-07-24T09:44:18.318Z Compiling dyn-clone v1.0.20
5822026-07-24T09:44:18.322Z Compiling cookie-factory v0.3.3
5832026-07-24T09:44:18.485Z Compiling uuid v1.23.5
5842026-07-24T09:44:18.633Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5852026-07-24T09:44:18.870Z Compiling circular v0.3.0
5862026-07-24T09:44:19.119Z Compiling dtor v0.8.1
5872026-07-24T09:44:19.119Z Compiling anyhow v1.0.103
5882026-07-24T09:44:19.178Z Compiling typeid v1.0.3
5892026-07-24T09:44:19.189Z Compiling once_cell v1.21.4
5902026-07-24T09:44:19.197Z Compiling link-section v0.2.1
5912026-07-24T09:44:19.283Z Compiling ctor v0.10.1
5922026-07-24T09:44:19.337Z Compiling ron v0.12.2
5932026-07-24T09:44:20.473Z Compiling rusticata-macros v5.0.0
5942026-07-24T09:44:20.749Z Compiling pcap-parser v0.17.0
5952026-07-24T09:44:23.633Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5962026-07-24T09:44:26.051Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
5972026-07-24T09:45:05.205Z Finished `test` profile [optimized + debuginfo] target(s) in 54.82s
5982026-07-24T09:45:05.221Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-d4d770910397bb99)
5992026-07-24T09:45:05.224Z
6002026-07-24T09:45:05.224Zrunning 15 tests
6012026-07-24T09:45:05.224Ztest api::tests::parse_bad_proto_filter ... ok
6022026-07-24T09:45:05.224Ztest api::tests::parse_good_address ... ok
6032026-07-24T09:45:05.224Ztest api::tests::parse_bad_address ... ok
6042026-07-24T09:45:05.224Ztest api::tests::parse_good_proto_filter ... ok
6052026-07-24T09:45:05.224Ztest api::tests::ports_from_str_bad ... ok
6062026-07-24T09:45:05.224Ztest api::tests::ports_from_str_good ... ok
6072026-07-24T09:45:05.224Ztest cfg::tests::test_required_nat_space ... ok
6082026-07-24T09:45:05.224Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6092026-07-24T09:45:05.224Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6102026-07-24T09:45:05.225Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6112026-07-24T09:45:05.225Ztest engine::geneve::test::parse_single_opt ... ok
6122026-07-24T09:45:05.225Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6132026-07-24T09:45:05.225Ztest engine::geneve::test::parse_multi_opt ... ok
6142026-07-24T09:45:05.225Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6152026-07-24T09:45:05.228Ztest engine::firewall::tests::port_predicate_simplification ... ok
6162026-07-24T09:45:05.228Z
6172026-07-24T09:45:05.228Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6182026-07-24T09:45:05.228Z
6192026-07-24T09:45:05.228Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-9082feac9e81f748)
6202026-07-24T09:45:05.228Z
6212026-07-24T09:45:05.228Zrunning 4 tests
6222026-07-24T09:45:05.231Ztest firewall_external_inbound ... ok
6232026-07-24T09:45:05.231Ztest firewall_vni_outbound ... ok
6242026-07-24T09:45:05.231Ztest firewall_vni_inbound ... ok
6252026-07-24T09:45:05.231Ztest firewall_replace_rules ... ok
6262026-07-24T09:45:05.231Z
6272026-07-24T09:45:05.231Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6282026-07-24T09:45:05.231Z
6292026-07-24T09:45:05.231Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-a2ab14fc1d1c4eb2)
6302026-07-24T09:45:05.231Z
6312026-07-24T09:45:05.231Zrunning 2 tests
6322026-07-24T09:45:05.231Ztest parse_in_regression ... ok
6332026-07-24T09:45:05.231Ztest parse_out_regression ... ok
6342026-07-24T09:45:05.231Z
6352026-07-24T09:45:05.232Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-07-24T09:45:05.232Z
6372026-07-24T09:45:05.232Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-304199e134a9be4e)
6382026-07-24T09:45:05.235Z
6392026-07-24T09:45:05.235Zrunning 48 tests
6402026-07-24T09:45:05.235Ztest bad_ip_len ... ok
6412026-07-24T09:45:05.235Ztest check_layers ... ok
6422026-07-24T09:45:05.235Ztest add_remove_fw_rule ... ok
6432026-07-24T09:45:05.235Ztest arp_gateway ... ok
6442026-07-24T09:45:05.235Ztest external_attached_subnets_cannot_reach_internal ... ok
6452026-07-24T09:45:05.235Ztest anti_spoof ... ok
6462026-07-24T09:45:05.235Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6472026-07-24T09:45:05.235Ztest external_attached_subnets_dont_apply_nat ... ok
6482026-07-24T09:45:05.235Ztest gateway_icmp4_ping ... ok
6492026-07-24T09:45:05.235Ztest gateway_icmpv6_ping ... ok
6502026-07-24T09:45:05.235Ztest early_tcp_invalidation ... ok
6512026-07-24T09:45:05.235Ztest external_ip_epoch_affinity_preserved ... ok
6522026-07-24T09:45:05.238Ztest flow_expiration ... ok
6532026-07-24T09:45:05.238Ztest external_ip_reconfigurable ... ok
6542026-07-24T09:45:05.238Ztest gateway_router_advert_reply ... ok
6552026-07-24T09:45:05.238Ztest guest_to_guest_no_route ... ok
6562026-07-24T09:45:05.238Ztest guest_to_guest_diff_vpc_no_peer ... ok
6572026-07-24T09:45:05.238Ztest guest_to_internet_ipv4 ... ok
6582026-07-24T09:45:05.238Ztest icmpv6_inner_has_nat_applied ... ok
6592026-07-24T09:45:05.238Ztest guest_to_guest ... ok
6602026-07-24T09:45:05.238Ztest guest_to_internet_ipv6 ... ok
6612026-07-24T09:45:05.238Ztest icmp_inner_has_nat_applied ... ok
6622026-07-24T09:45:05.238Ztest inbound_ndp_dropped_at_gateway ... ok
6632026-07-24T09:45:05.239Ztest external_ip_balanced_over_floating_ips ... ok
6642026-07-24T09:45:05.239Ztest outbound_ndp_dropped ... ok
6652026-07-24T09:45:05.239Ztest packet_body_pullup ... ok
6662026-07-24T09:45:05.239Ztest intra_subnet_routes_with_custom ... ok
6672026-07-24T09:45:05.239Ztest no_panic_on_flow_table_full ... ok
6682026-07-24T09:45:05.239Ztest external_ip_receive_and_reply_on_all ... ok
6692026-07-24T09:45:05.239Ztest internal_attached_subnets ... ok
6702026-07-24T09:45:05.239Ztest port_transition_running ... ok
6712026-07-24T09:45:05.239Ztest port_transition_reset ... ok
6722026-07-24T09:45:05.239Ztest port_as_router_target ... ok
6732026-07-24T09:45:05.239Ztest test_drop_on_unknown_critical_option ... ok
6742026-07-24T09:45:05.239Ztest port_transition_pause ... ok
6752026-07-24T09:45:05.239Ztest select_eip_conditioned_on_igw ... ok
6762026-07-24T09:45:05.239Ztest tcp_invalidation_does_not_block_connection ... ok
6772026-07-24T09:45:05.239Ztest tcp_inbound ... ok
6782026-07-24T09:45:05.239Ztest snat_icmp4_echo_rewrite ... ok
6792026-07-24T09:45:05.239Ztest snat_icmp6_echo_rewrite ... ok
6802026-07-24T09:45:05.239Ztest tcp_outbound ... ok
6812026-07-24T09:45:05.239Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6822026-07-24T09:45:05.239Ztest test_ipv6_multicast_encapsulation ... ok
6832026-07-24T09:45:05.239Ztest test_gateway_neighbor_advert_reply ... ok
6842026-07-24T09:45:05.239Ztest test_tcp_multicast_denied ... ok
6852026-07-24T09:45:05.239Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6862026-07-24T09:45:05.239Ztest uft_lft_invalidation_out ... ok
6872026-07-24T09:45:05.239Ztest uft_lft_invalidation_in ... ok
6882026-07-24T09:45:05.239Z
6892026-07-24T09:45:05.239Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6902026-07-24T09:45:05.239Z
6912026-07-24T09:45:05.239Z Doc-tests oxide_vpc
6922026-07-24T09:45:05.538Z
6932026-07-24T09:45:05.538Zrunning 0 tests
6942026-07-24T09:45:05.538Z
6952026-07-24T09:45:05.538Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-24T09:45:05.538Z
6972026-07-24T09:45:05.566Z
6982026-07-24T09:45:05.569Zreal 55.180552815
6992026-07-24T09:45:05.569Zuser 3:20.753627790
7002026-07-24T09:45:05.569Zsys 12.090041986
7012026-07-24T09:45:05.569Ztrap 0.089559597
7022026-07-24T09:45:05.569Ztflt 0.140736366
7032026-07-24T09:45:05.569Zdflt 0.608605809
7042026-07-24T09:45:05.569Zkflt 0.000005947
7052026-07-24T09:45:05.569Zlock 13:50.099322160
7062026-07-24T09:45:05.569Zslp 6:44.233943504
7072026-07-24T09:45:05.569Zlat 7.089740699
7082026-07-24T09:45:05.569Zstop 5.894360448
7092026-07-24T09:45:05.569Zprocess exited: duration 119983 ms, exit code 0
 
7102026-07-24T09:45:05.576Zfound 0 output files