01KNTS7X1QR86FJVG2Q5RWMGQK: oxide-vpc

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

Buildomat Job: 01KNTS9AQ24H5FEXDSW6HPPF52

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T04:10:53.184Zjob assigned to worker 01KNTSA5N9B8544AFHSGQDXSX2 [factory aws, i-06264ea87b799038d] (queued for 1 m 22 s)
 
22026-04-10T04:11:00.034Zstarting task 0: "setup"
32026-04-10T04:11:00.063Z++ uname -s
42026-04-10T04:11:00.063Z+ kern=SunOS
52026-04-10T04:11:00.063Z+ build_user=build
62026-04-10T04:11:00.063Z+ build_uid=12345
72026-04-10T04:11:00.063Z+ work_dir=/work
82026-04-10T04:11:00.063Z+ input_dir=/input
92026-04-10T04:11:00.063Z+ [[ 0 == 12345 ]]
102026-04-10T04:11:00.063Z+ case "$kern" in
112026-04-10T04:11:00.063Z+ groupadd -g 12345 build
122026-04-10T04:11:00.063Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T04:11:02.020Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T04:11:02.118Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T04:11:02.127Z+ home_fs=zfs
162026-04-10T04:11:02.127Z+ [[ zfs == autofs ]]
172026-04-10T04:11:02.127Z+ mkdir -p /home/build
182026-04-10T04:11:02.127Z+ chown build:build /home/build /work
192026-04-10T04:11:04.173Z+ chmod 0700 /home/build /work
202026-04-10T04:11:04.233Zprocess exited: duration 4127 ms, exit code 0
 
212026-04-10T04:11:04.369Zstarting task 1: "rust-toolchain"
222026-04-10T04:11:04.394Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-10T04:11:04.395Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-10T04:11:04.395Z * rust toolchain channel = "1.94.1"
252026-04-10T04:11:04.395Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-10T04:11:04.395Z * rust toolchain profile = "default"
272026-04-10T04:11:04.395Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T04:11:04.395Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T04:11:04.395Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-10T04:11:04.424Zinfo: downloading installer
312026-04-10T04:11:05.970Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T04:11:05.970Zwarn: /opt/ooce/bin
332026-04-10T04:11:05.970Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T04:11:05.970Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T04:11:05.970Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T04:11:05.970Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T04:11:05.970Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T04:11:05.970Zerror: cannot install while Rust is installed
392026-04-10T04:11:05.970Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T04:11:05.971Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T04:11:05.971Zwarn: /home/build/.rustup/settings.toml
422026-04-10T04:11:05.971Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T04:11:05.971Zwarn: instead of the one inferred from the default host triple.
442026-04-10T04:11:05.996Zinfo: profile set to default
452026-04-10T04:11:05.996Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T04:11:06.010Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-10T04:11:06.167Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T04:11:06.197Zinfo: downloading 6 components
492026-04-10T04:11:21.631Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-10T04:11:21.631Z
512026-04-10T04:11:21.635Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T04:11:21.635Z
532026-04-10T04:11:21.635Z
542026-04-10T04:11:21.635ZRust is installed now. Great!
552026-04-10T04:11:21.635Z
562026-04-10T04:11:21.635ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T04:11:21.635Zenvironment variable. This has not been done automatically.
582026-04-10T04:11:21.635Z
592026-04-10T04:11:21.636ZTo configure your current shell, you need to source
602026-04-10T04:11:21.636Zthe corresponding env file under $HOME/.cargo.
612026-04-10T04:11:21.636Z
622026-04-10T04:11:21.636ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T04:11:21.636Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T04:11:21.636Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T04:11:21.636Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T04:11:21.636Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T04:11:21.636Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T04:11:21.636Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T04:11:21.636Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T04:11:21.636Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T04:11:21.636Z+ rustup --version
722026-04-10T04:11:21.636Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T04:11:21.636Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T04:11:21.636Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T04:11:21.636Z+ cargo --version
762026-04-10T04:11:21.636Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T04:11:21.636Z+ rustc --version
782026-04-10T04:11:21.636Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T04:11:21.636Zprocess exited: duration 17134 ms, exit code 0
 
802026-04-10T04:11:21.643Zstarting task 2: "authentication"
812026-04-10T04:11:21.662Zprocess exited: duration 18 ms, exit code 0
 
822026-04-10T04:11:21.671Zstarting task 3: "clone repository"
832026-04-10T04:11:21.675Z+ mkdir -p /work/oxidecomputer/opte
842026-04-10T04:11:21.680Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-10T04:11:21.760ZCloning into '/work/oxidecomputer/opte'...
862026-04-10T04:11:22.648Z+ cd /work/oxidecomputer/opte
872026-04-10T04:11:22.648Z+ git fetch origin 981f42c81c852f4e1db75990df54381d710a38cd
882026-04-10T04:11:22.931ZFrom https://github.com/oxidecomputer/opte
892026-04-10T04:11:22.931Z * branch 981f42c81c852f4e1db75990df54381d710a38cd -> FETCH_HEAD
902026-04-10T04:11:22.957Z+ [[ -n renovate/ctor-0.x ]]
912026-04-10T04:11:22.957Z++ git branch --show-current
922026-04-10T04:11:22.957Z+ current=master
932026-04-10T04:11:22.957Z+ [[ master != renovate/ctor-0.x ]]
942026-04-10T04:11:22.957Z+ git branch -f renovate/ctor-0.x 981f42c81c852f4e1db75990df54381d710a38cd
952026-04-10T04:11:22.957Z+ git checkout -f renovate/ctor-0.x
962026-04-10T04:11:22.957ZSwitched to branch 'renovate/ctor-0.x'
972026-04-10T04:11:22.957Z+ git reset --hard 981f42c81c852f4e1db75990df54381d710a38cd
982026-04-10T04:11:22.957ZHEAD is now at 981f42c Update Rust crate ctor to 0.9
992026-04-10T04:11:22.957Zprocess exited: duration 1263 ms, exit code 0
 
1002026-04-10T04:11:22.984Zstarting task 4: "build"
1012026-04-10T04:11:23.009Z+ source .github/buildomat/common.sh
1022026-04-10T04:11:23.009Z++ rustup show active-toolchain
1032026-04-10T04:11:23.009Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-10T04:11:23.010Z++ pushd xde
1052026-04-10T04:11:23.010Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-10T04:11:23.010Z++ rustup show active-toolchain
1072026-04-10T04:11:23.119Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-10T04:11:23.150Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-10T04:11:23.162Zinfo: downloading 6 components
1102026-04-10T04:11:37.099Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-10T04:11:37.201Z+++ rustup show active-toolchain -v
1122026-04-10T04:11:37.220Z+++ head -n 1
1132026-04-10T04:11:37.221Z+++ cut '-d ' -f1
1142026-04-10T04:11:37.239Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-10T04:11:37.239Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-10T04:11:37.246Z++ popd
1172026-04-10T04:11:37.246Z/work/oxidecomputer/opte
1182026-04-10T04:11:37.246Z+ cargo --version
1192026-04-10T04:11:37.258Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-10T04:11:37.258Z+ rustc --version
1212026-04-10T04:11:37.303Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-10T04:11:37.303Z+ cd lib/oxide-vpc
1232026-04-10T04:11:37.303Z+ header 'check style'
1242026-04-10T04:11:37.303Z+ echo '# ==== check style ==== #'
1252026-04-10T04:11:37.303Z# ==== check style ==== #
1262026-04-10T04:11:37.303Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-10T04:11:37.839Z
1282026-04-10T04:11:37.839Zreal 0.119768432
1292026-04-10T04:11:37.839Zuser 0.085980116
1302026-04-10T04:11:37.839Zsys 0.030511449
1312026-04-10T04:11:37.839Ztrap 0.000004180
1322026-04-10T04:11:37.839Ztflt 0.000015660
1332026-04-10T04:11:37.839Zdflt 0.000004470
1342026-04-10T04:11:37.839Zkflt 0.000000470
1352026-04-10T04:11:37.839Zlock 0.031443241
1362026-04-10T04:11:37.839Zslp 0.099828406
1372026-04-10T04:11:37.839Zlat 0.000855902
1382026-04-10T04:11:37.839Zstop 0.000101941
1392026-04-10T04:11:37.852Z+ header 'check docs'
1402026-04-10T04:11:37.852Z+ echo '# ==== check docs ==== #'
1412026-04-10T04:11:37.852Z# ==== check docs ==== #
1422026-04-10T04:11:37.852Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-10T04:11:37.852Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-10T04:11:37.852Z Updating crates.io index
1452026-04-10T04:11:37.852Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-10T04:11:38.222Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-10T04:11:38.740Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-10T04:11:39.122Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-10T04:11:39.821Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-10T04:11:39.862Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-10T04:11:40.106Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-10T04:11:42.026Z Downloading crates ...
1532026-04-10T04:11:42.075Z Downloaded crc32fast v1.5.0
1542026-04-10T04:11:42.103Z Downloaded macaddr v1.0.1
1552026-04-10T04:11:42.103Z Downloaded dof v0.4.0
1562026-04-10T04:11:42.103Z Downloaded defmt-parser v1.0.0
1572026-04-10T04:11:42.103Z Downloaded bitflags v2.11.0
1582026-04-10T04:11:42.103Z Downloaded ident_case v1.0.1
1592026-04-10T04:11:42.103Z Downloaded dyn-clone v1.0.20
1602026-04-10T04:11:42.103Z Downloaded generic-array v0.14.7
1612026-04-10T04:11:42.104Z Downloaded darling_macro v0.23.0
1622026-04-10T04:11:42.104Z Downloaded block-buffer v0.10.4
1632026-04-10T04:11:42.104Z Downloaded embedded-io v0.4.0
1642026-04-10T04:11:42.104Z Downloaded managed v0.8.0
1652026-04-10T04:11:42.105Z Downloaded embedded-io v0.6.1
1662026-04-10T04:11:42.105Z Downloaded plain v0.2.3
1672026-04-10T04:11:42.105Z Downloaded hash32 v0.3.1
1682026-04-10T04:11:42.105Z Downloaded fnv v1.0.7
1692026-04-10T04:11:42.105Z Downloaded dtrace-parser v0.3.0
1702026-04-10T04:11:42.105Z Downloaded cobs v0.3.0
1712026-04-10T04:11:42.138Z Downloaded aho-corasick v1.1.4
1722026-04-10T04:11:42.138Z Downloaded stable_deref_trait v1.2.1
1732026-04-10T04:11:42.138Z Downloaded sha2 v0.10.9
1742026-04-10T04:11:42.138Z Downloaded thread-id v5.1.0
1752026-04-10T04:11:42.138Z Downloaded cfg-if v1.0.4
1762026-04-10T04:11:42.139Z Downloaded defmt v0.3.100
1772026-04-10T04:11:42.139Z Downloaded pretty-hex v0.4.2
1782026-04-10T04:11:42.139Z Downloaded proc-macro-error-attr2 v2.0.0
1792026-04-10T04:11:42.139Z Downloaded ref-cast v1.0.25
1802026-04-10T04:11:42.139Z Downloaded ref-cast-impl v1.0.25
1812026-04-10T04:11:42.139Z Downloaded cpufeatures v0.2.17
1822026-04-10T04:11:42.139Z Downloaded itoa v1.0.18
1832026-04-10T04:11:42.139Z Downloaded version_check v0.9.5
1842026-04-10T04:11:42.139Z Downloaded tabwriter v1.4.1
1852026-04-10T04:11:42.168Z Downloaded usdt-macro v0.6.0
1862026-04-10T04:11:42.168Z Downloaded darling_macro v0.21.3
1872026-04-10T04:11:42.168Z Downloaded crypto-common v0.1.7
1882026-04-10T04:11:42.168Z Downloaded strsim v0.11.1
1892026-04-10T04:11:42.168Z Downloaded usdt v0.6.0
1902026-04-10T04:11:42.168Z Downloaded ipnetwork v0.21.1
1912026-04-10T04:11:42.169Z Downloaded either v1.15.0
1922026-04-10T04:11:42.169Z Downloaded digest v0.10.7
1932026-04-10T04:11:42.169Z Downloaded ingot v0.1.1
1942026-04-10T04:11:42.187Z Downloaded usdt-attr-macro v0.6.0
1952026-04-10T04:11:42.187Z Downloaded defmt v1.0.1
1962026-04-10T04:11:42.187Z Downloaded byteorder v1.5.0
1972026-04-10T04:11:42.187Z Downloaded ingot-types v0.1.2
1982026-04-10T04:11:42.187Z Downloaded zmij v1.0.21
1992026-04-10T04:11:42.187Z Downloaded bitflags v1.3.2
2002026-04-10T04:11:42.187Z Downloaded thiserror v2.0.18
2012026-04-10T04:11:42.187Z Downloaded scroll_derive v0.13.1
2022026-04-10T04:11:42.187Z Downloaded quote v1.0.45
2032026-04-10T04:11:42.188Z Downloaded proc-macro-error2 v2.0.1
2042026-04-10T04:11:42.188Z Downloaded serde_tokenstream v0.2.3
2052026-04-10T04:11:42.188Z Downloaded scroll v0.13.0
2062026-04-10T04:11:42.199Z Downloaded pest_derive v2.8.6
2072026-04-10T04:11:42.206Z Downloaded thiserror-impl v2.0.18
2082026-04-10T04:11:42.206Z Downloaded ingot-macros v0.1.1
2092026-04-10T04:11:42.206Z Downloaded memmap2 v0.9.10
2102026-04-10T04:11:42.225Z Downloaded pest_generator v2.8.6
2112026-04-10T04:11:42.241Z Downloaded ucd-trie v0.1.7
2122026-04-10T04:11:42.241Z Downloaded defmt-macros v1.0.1
2132026-04-10T04:11:42.241Z Downloaded darling v0.23.0
2142026-04-10T04:11:42.241Z Downloaded postcard v1.1.3
2152026-04-10T04:11:42.241Z Downloaded darling v0.21.3
2162026-04-10T04:11:42.241Z Downloaded log v0.4.29
2172026-04-10T04:11:42.250Z Downloaded serde_core v1.0.228
2182026-04-10T04:11:42.250Z Downloaded usdt-impl v0.6.0
2192026-04-10T04:11:42.250Z Downloaded proc-macro2 v1.0.106
2202026-04-10T04:11:42.259Z Downloaded zerocopy-derive v0.8.48
2212026-04-10T04:11:42.259Z Downloaded uuid v1.23.0
2222026-04-10T04:11:42.260Z Downloaded darling_core v0.21.3
2232026-04-10T04:11:42.270Z Downloaded unicode-ident v1.0.24
2242026-04-10T04:11:42.270Z Downloaded darling_core v0.23.0
2252026-04-10T04:11:42.270Z Downloaded typenum v1.19.0
2262026-04-10T04:11:42.270Z Downloaded memchr v2.8.0
2272026-04-10T04:11:42.277Z Downloaded serde_derive v1.0.228
2282026-04-10T04:11:42.277Z Downloaded pest_meta v2.8.6
2292026-04-10T04:11:42.277Z Downloaded heapless v0.8.0
2302026-04-10T04:11:42.282Z Downloaded serde v1.0.228
2312026-04-10T04:11:42.300Z Downloaded pest v2.8.6
2322026-04-10T04:11:42.320Z Downloaded serde_json v1.0.149
2332026-04-10T04:11:42.324Z Downloaded itertools v0.14.0
2342026-04-10T04:11:42.337Z Downloaded regex v1.12.3
2352026-04-10T04:11:42.378Z Downloaded goblin v0.10.5
2362026-04-10T04:11:42.392Z Downloaded zerocopy v0.8.48
2372026-04-10T04:11:42.406Z Downloaded unicode-width v0.2.2
2382026-04-10T04:11:42.411Z Downloaded smoltcp v0.11.0
2392026-04-10T04:11:42.419Z Downloaded syn v2.0.117
2402026-04-10T04:11:42.430Z Downloaded regex-syntax v0.8.10
2412026-04-10T04:11:42.471Z Downloaded regex-automata v0.4.14
2422026-04-10T04:11:42.481Z Downloaded libc v0.2.184
2432026-04-10T04:11:42.531Z Compiling proc-macro2 v1.0.106
2442026-04-10T04:11:42.531Z Compiling quote v1.0.45
2452026-04-10T04:11:42.531Z Compiling unicode-ident v1.0.24
2462026-04-10T04:11:42.539Z Documenting unicode-ident v1.0.24
2472026-04-10T04:11:42.539Z Compiling strsim v0.11.1
2482026-04-10T04:11:42.539Z Compiling ident_case v1.0.1
2492026-04-10T04:11:42.539Z Compiling serde_core v1.0.228
2502026-04-10T04:11:42.688Z Compiling fnv v1.0.7
2512026-04-10T04:11:42.706Z Compiling memchr v2.8.0
2522026-04-10T04:11:42.710Z Compiling regex-syntax v0.8.10
2532026-04-10T04:11:42.773Z Compiling zerocopy v0.8.48
2542026-04-10T04:11:42.892Z Compiling serde v1.0.228
2552026-04-10T04:11:42.935Z Compiling thiserror v2.0.18
2562026-04-10T04:11:43.201Z Documenting proc-macro2 v1.0.106
2572026-04-10T04:11:43.265Z Compiling aho-corasick v1.1.4
2582026-04-10T04:11:43.540Z Checking byteorder v1.5.0
2592026-04-10T04:11:43.611Z Compiling syn v2.0.117
2602026-04-10T04:11:43.694Z Compiling either v1.15.0
2612026-04-10T04:11:43.758Z Documenting quote v1.0.45
2622026-04-10T04:11:43.986Z Compiling itertools v0.14.0
2632026-04-10T04:11:44.279Z Documenting syn v2.0.117
2642026-04-10T04:11:44.451Z Compiling regex-automata v0.4.14
2652026-04-10T04:11:44.456Z Compiling heapless v0.8.0
2662026-04-10T04:11:44.819Z Checking bitflags v2.11.0
2672026-04-10T04:11:44.937Z Checking hash32 v0.3.1
2682026-04-10T04:11:44.966Z Documenting serde_core v1.0.228
2692026-04-10T04:11:45.036Z Checking macaddr v1.0.1
2702026-04-10T04:11:45.147Z Documenting memchr v2.8.0
2712026-04-10T04:11:45.173Z Checking stable_deref_trait v1.2.1
2722026-04-10T04:11:45.239Z Checking cfg-if v1.0.4
2732026-04-10T04:11:45.304Z Documenting regex-syntax v0.8.10
2742026-04-10T04:11:45.643Z Compiling smoltcp v0.11.0
2752026-04-10T04:11:45.769Z Documenting aho-corasick v1.1.4
2762026-04-10T04:11:45.990Z Compiling darling_core v0.21.3
2772026-04-10T04:11:46.247Z Compiling regex v1.12.3
2782026-04-10T04:11:46.310Z Compiling darling_core v0.23.0
2792026-04-10T04:11:46.637Z Documenting regex-automata v0.4.14
2802026-04-10T04:11:46.998Z Checking managed v0.8.0
2812026-04-10T04:11:47.182Z Checking bitflags v1.3.2
2822026-04-10T04:11:47.206Z Compiling serde_derive v1.0.228
2832026-04-10T04:11:47.245Z Compiling zerocopy-derive v0.8.48
2842026-04-10T04:11:47.436Z Compiling thiserror-impl v2.0.18
2852026-04-10T04:11:48.180Z Documenting serde_derive v1.0.228
2862026-04-10T04:11:48.187Z Documenting regex v1.12.3
2872026-04-10T04:11:48.187Z Compiling darling_macro v0.21.3
2882026-04-10T04:11:48.220Z Documenting zerocopy-derive v0.8.48
2892026-04-10T04:11:48.447Z Compiling darling_macro v0.23.0
2902026-04-10T04:11:48.636Z Compiling darling v0.21.3
2912026-04-10T04:11:48.710Z Compiling ingot-macros v0.1.1
2922026-04-10T04:11:48.733Z Checking cobs v0.3.0
2932026-04-10T04:11:48.887Z Documenting thiserror-impl v2.0.18
2942026-04-10T04:11:48.891Z Compiling ref-cast v1.0.25
2952026-04-10T04:11:48.914Z Compiling crc32fast v1.5.0
2962026-04-10T04:11:49.024Z Documenting byteorder v1.5.0
2972026-04-10T04:11:49.137Z Documenting zerocopy v0.8.48
2982026-04-10T04:11:49.287Z Documenting ingot-macros v0.1.1
2992026-04-10T04:11:49.555Z Documenting hash32 v0.3.1
3002026-04-10T04:11:49.751Z Documenting thiserror v2.0.18
3012026-04-10T04:11:50.091Z Documenting serde v1.0.228
3022026-04-10T04:11:50.283Z Checking postcard v1.1.3
3032026-04-10T04:11:50.722Z Compiling ref-cast-impl v1.0.25
3042026-04-10T04:11:50.736Z Documenting bitflags v2.11.0
3052026-04-10T04:11:50.736Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3062026-04-10T04:11:50.736Z Documenting cfg-if v1.0.4
3072026-04-10T04:11:50.761Z Documenting stable_deref_trait v1.2.1
3082026-04-10T04:11:50.914Z Compiling version_check v0.9.5
3092026-04-10T04:11:51.174Z Checking ipnetwork v0.21.1
3102026-04-10T04:11:51.210Z Documenting macaddr v1.0.1
3112026-04-10T04:11:51.221Z Checking unicode-width v0.2.2
3122026-04-10T04:11:51.360Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-04-10T04:11:51.458Z Documenting cobs v0.3.0
3142026-04-10T04:11:51.475Z Compiling darling v0.23.0
3152026-04-10T04:11:51.475Z Checking ingot-types v0.1.2
3162026-04-10T04:11:51.606Z Documenting managed v0.8.0
3172026-04-10T04:11:51.642Z Documenting heapless v0.8.0
3182026-04-10T04:11:51.654Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-04-10T04:11:51.807Z Checking ingot v0.1.1
3202026-04-10T04:11:51.819Z Checking tabwriter v1.4.1
3212026-04-10T04:11:52.303Z Documenting postcard v1.1.3
3222026-04-10T04:11:52.340Z Documenting ingot-types v0.1.2
3232026-04-10T04:11:52.355Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3242026-04-10T04:11:52.598Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-04-10T04:11:52.635Z Documenting ref-cast-impl v1.0.25
3262026-04-10T04:11:52.701Z Checking dyn-clone v1.0.20
3272026-04-10T04:11:52.787Z Documenting smoltcp v0.11.0
3282026-04-10T04:11:52.815Z Documenting unicode-width v0.2.2
3292026-04-10T04:11:53.079Z Documenting either v1.15.0
3302026-04-10T04:11:53.179Z Documenting ipnetwork v0.21.1
3312026-04-10T04:11:53.303Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-04-10T04:11:53.740Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3332026-04-10T04:11:53.745Z Documenting ingot v0.1.1
3342026-04-10T04:11:53.770Z Documenting ref-cast v1.0.25
3352026-04-10T04:11:53.999Z Documenting tabwriter v1.4.1
3362026-04-10T04:11:54.195Z Documenting crc32fast v1.5.0
3372026-04-10T04:11:54.304Z Documenting itertools v0.14.0
3382026-04-10T04:11:54.644Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-04-10T04:11:54.893Z Documenting dyn-clone v1.0.20
3402026-04-10T04:11:55.820Z Documenting uuid v1.23.0
3412026-04-10T04:11:55.823Z Checking uuid v1.23.0
3422026-04-10T04:11:55.950Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-04-10T04:11:55.974Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-04-10T04:11:56.460Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-04-10T04:11:58.438Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-04-10T04:12:00.654Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-04-10T04:12:02.198Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.79s
3482026-04-10T04:12:02.285Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-04-10T04:12:02.305Z
3502026-04-10T04:12:02.310Zreal 24.889435214
3512026-04-10T04:12:02.310Zuser 1:21.459364289
3522026-04-10T04:12:02.310Zsys 16.748808459
3532026-04-10T04:12:02.310Ztrap 0.048633728
3542026-04-10T04:12:02.310Ztflt 0.067926511
3552026-04-10T04:12:02.310Zdflt 0.121844596
3562026-04-10T04:12:02.310Zkflt 0.006456761
3572026-04-10T04:12:02.310Zlock 8:16.258918181
3582026-04-10T04:12:02.310Zslp 4:48.166118433
3592026-04-10T04:12:02.310Zlat 8.218374366
3602026-04-10T04:12:02.310Zstop 9.493518451
3612026-04-10T04:12:02.310Z+ header 'analyze std + api + usdt'
3622026-04-10T04:12:02.310Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-04-10T04:12:02.310Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3642026-04-10T04:12:02.310Z# ==== analyze std + api + usdt ==== #
3652026-04-10T04:12:02.493Z Downloading crates ...
3662026-04-10T04:12:02.585Z Downloaded futures-macro v0.3.32
3672026-04-10T04:12:02.600Z Downloaded futures-util v0.3.32
3682026-04-10T04:12:02.605Z Downloaded anyhow v1.0.102
3692026-04-10T04:12:02.621Z Downloaded typeid v1.0.3
3702026-04-10T04:12:02.626Z Downloaded ctor v0.9.1
3712026-04-10T04:12:02.626Z Downloaded futures-executor v0.3.32
3722026-04-10T04:12:02.626Z Downloaded slab v0.4.12
3732026-04-10T04:12:02.626Z Downloaded dtor v0.6.0
3742026-04-10T04:12:02.636Z Downloaded dtor-proc-macro v0.0.12
3752026-04-10T04:12:02.640Z Downloaded nom v8.0.0
3762026-04-10T04:12:02.842Z Downloaded link-section v0.0.12
3772026-04-10T04:12:02.848Z Downloaded futures-io v0.3.32
3782026-04-10T04:12:02.857Z Downloaded futures-channel v0.3.32
3792026-04-10T04:12:02.861Z Downloaded futures v0.3.32
3802026-04-10T04:12:02.861Z Downloaded cookie-factory v0.3.3
3812026-04-10T04:12:02.864Z Downloaded pcap-parser v0.17.0
3822026-04-10T04:12:02.867Z Downloaded futures-task v0.3.32
3832026-04-10T04:12:02.880Z Downloaded ron v0.12.1
3842026-04-10T04:12:03.267Z Downloaded futures-sink v0.3.32
3852026-04-10T04:12:03.284Z Downloaded once_cell v1.21.4
3862026-04-10T04:12:03.290Z Downloaded circular v0.3.0
3872026-04-10T04:12:03.293Z Downloaded rusticata-macros v5.0.0
3882026-04-10T04:12:03.293Z Downloaded futures-core v0.3.32
3892026-04-10T04:12:03.322Z Downloaded ctor-proc-macro v0.0.12
3902026-04-10T04:12:03.326Z Downloaded pin-project-lite v0.2.17
3912026-04-10T04:12:03.377Z Compiling proc-macro2 v1.0.106
3922026-04-10T04:12:03.377Z Compiling quote v1.0.45
3932026-04-10T04:12:03.377Z Compiling unicode-ident v1.0.24
3942026-04-10T04:12:03.380Z Compiling memchr v2.8.0
3952026-04-10T04:12:03.381Z Compiling thiserror v2.0.18
3962026-04-10T04:12:03.381Z Compiling serde_core v1.0.228
3972026-04-10T04:12:03.402Z Compiling zerocopy v0.8.48
3982026-04-10T04:12:03.556Z Compiling zmij v1.0.21
3992026-04-10T04:12:03.776Z Compiling libc v0.2.184
4002026-04-10T04:12:03.777Z Compiling ident_case v1.0.1
4012026-04-10T04:12:03.794Z Compiling ucd-trie v0.1.7
4022026-04-10T04:12:03.800Z Compiling strsim v0.11.1
4032026-04-10T04:12:03.841Z Compiling serde_json v1.0.149
4042026-04-10T04:12:04.002Z Compiling pest v2.8.6
4052026-04-10T04:12:04.026Z Compiling serde v1.0.228
4062026-04-10T04:12:04.255Z Compiling fnv v1.0.7
4072026-04-10T04:12:04.403Z Compiling aho-corasick v1.1.4
4082026-04-10T04:12:04.528Z Compiling regex-syntax v0.8.10
4092026-04-10T04:12:04.598Z Compiling itoa v1.0.18
4102026-04-10T04:12:04.651Z Compiling syn v2.0.117
4112026-04-10T04:12:04.698Z Checking byteorder v1.5.0
4122026-04-10T04:12:05.090Z Compiling pest_meta v2.8.6
4132026-04-10T04:12:05.215Z Compiling either v1.15.0
4142026-04-10T04:12:05.277Z Compiling usdt-impl v0.6.0
4152026-04-10T04:12:05.419Z Compiling itertools v0.14.0
4162026-04-10T04:12:05.515Z Checking bitflags v2.11.0
4172026-04-10T04:12:05.615Z Compiling thread-id v5.1.0
4182026-04-10T04:12:05.841Z Checking log v0.4.29
4192026-04-10T04:12:05.981Z Compiling regex-automata v0.4.14
4202026-04-10T04:12:05.985Z Checking futures-sink v0.3.32
4212026-04-10T04:12:06.072Z Compiling heapless v0.8.0
4222026-04-10T04:12:06.251Z Checking futures-core v0.3.32
4232026-04-10T04:12:06.357Z Checking plain v0.2.3
4242026-04-10T04:12:06.386Z Checking futures-channel v0.3.32
4252026-04-10T04:12:06.607Z Checking hash32 v0.3.1
4262026-04-10T04:12:06.629Z Checking stable_deref_trait v1.2.1
4272026-04-10T04:12:06.691Z Checking pin-project-lite v0.2.17
4282026-04-10T04:12:06.721Z Checking macaddr v1.0.1
4292026-04-10T04:12:06.743Z Checking futures-io v0.3.32
4302026-04-10T04:12:06.772Z Checking slab v0.4.12
4312026-04-10T04:12:06.797Z Checking cfg-if v1.0.4
4322026-04-10T04:12:06.842Z Compiling smoltcp v0.11.0
4332026-04-10T04:12:06.850Z Checking futures-task v0.3.32
4342026-04-10T04:12:06.855Z Checking pretty-hex v0.4.2
4352026-04-10T04:12:07.151Z Compiling pest_generator v2.8.6
4362026-04-10T04:12:07.157Z Compiling darling_core v0.21.3
4372026-04-10T04:12:07.175Z Compiling darling_core v0.23.0
4382026-04-10T04:12:07.432Z Compiling version_check v0.9.5
4392026-04-10T04:12:07.626Z Compiling regex v1.12.3
4402026-04-10T04:12:07.715Z Compiling ref-cast v1.0.25
4412026-04-10T04:12:07.780Z Compiling crc32fast v1.5.0
4422026-04-10T04:12:08.008Z Checking managed v0.8.0
4432026-04-10T04:12:08.019Z Checking bitflags v1.3.2
4442026-04-10T04:12:08.076Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4452026-04-10T04:12:08.116Z Checking memmap2 v0.9.10
4462026-04-10T04:12:08.271Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-04-10T04:12:08.303Z Compiling serde_derive v1.0.228
4482026-04-10T04:12:08.321Z Compiling thiserror-impl v2.0.18
4492026-04-10T04:12:08.517Z Compiling zerocopy-derive v0.8.48
4502026-04-10T04:12:08.559Z Compiling pest_derive v2.8.6
4512026-04-10T04:12:08.971Z Compiling scroll_derive v0.13.1
4522026-04-10T04:12:09.080Z Compiling futures-macro v0.3.32
4532026-04-10T04:12:09.300Z Compiling darling_macro v0.21.3
4542026-04-10T04:12:09.305Z Compiling darling_macro v0.23.0
4552026-04-10T04:12:09.408Z Compiling ref-cast-impl v1.0.25
4562026-04-10T04:12:09.780Z Checking scroll v0.13.0
4572026-04-10T04:12:09.784Z Compiling dtrace-parser v0.3.0
4582026-04-10T04:12:09.819Z Compiling darling v0.21.3
4592026-04-10T04:12:09.884Z Checking futures-util v0.3.32
4602026-04-10T04:12:09.888Z Compiling ingot-macros v0.1.1
4612026-04-10T04:12:10.006Z Checking goblin v0.10.5
4622026-04-10T04:12:10.054Z Checking cobs v0.3.0
4632026-04-10T04:12:10.190Z Compiling darling v0.23.0
4642026-04-10T04:12:10.263Z Checking ipnetwork v0.21.1
4652026-04-10T04:12:10.437Z Checking unicode-width v0.2.2
4662026-04-10T04:12:10.700Z Checking tabwriter v1.4.1
4672026-04-10T04:12:10.828Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4682026-04-10T04:12:11.359Z Checking postcard v1.1.3
4692026-04-10T04:12:11.632Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4702026-04-10T04:12:11.754Z Compiling serde_tokenstream v0.2.3
4712026-04-10T04:12:11.767Z Checking futures-executor v0.3.32
4722026-04-10T04:12:11.770Z Checking nom v8.0.0
4732026-04-10T04:12:11.906Z Checking futures v0.3.32
4742026-04-10T04:12:11.971Z Compiling typeid v1.0.3
4752026-04-10T04:12:12.026Z Checking dyn-clone v1.0.20
4762026-04-10T04:12:12.125Z Compiling anyhow v1.0.102
4772026-04-10T04:12:12.202Z Checking cookie-factory v0.3.3
4782026-04-10T04:12:12.277Z Checking uuid v1.23.0
4792026-04-10T04:12:12.444Z Compiling dtor-proc-macro v0.0.12
4802026-04-10T04:12:12.448Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4812026-04-10T04:12:12.517Z Checking circular v0.3.0
4822026-04-10T04:12:12.573Z Checking link-section v0.0.12
4832026-04-10T04:12:13.030Z Checking once_cell v1.21.4
4842026-04-10T04:12:13.033Z Compiling ctor-proc-macro v0.0.12
4852026-04-10T04:12:13.033Z Checking ingot-types v0.1.2
4862026-04-10T04:12:13.033Z Checking dof v0.4.0
4872026-04-10T04:12:13.033Z Checking dtor v0.6.0
4882026-04-10T04:12:13.034Z Checking ron v0.12.1
4892026-04-10T04:12:13.034Z Checking ctor v0.9.1
4902026-04-10T04:12:13.035Z Checking ingot v0.1.1
4912026-04-10T04:12:13.633Z Compiling usdt-attr-macro v0.6.0
4922026-04-10T04:12:13.648Z Compiling usdt-macro v0.6.0
4932026-04-10T04:12:13.648Z Checking rusticata-macros v5.0.0
4942026-04-10T04:12:13.756Z Checking pcap-parser v0.17.0
4952026-04-10T04:12:14.292Z Checking usdt v0.6.0
4962026-04-10T04:12:14.471Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-04-10T04:12:18.709Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4982026-04-10T04:12:20.373Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4992026-04-10T04:12:22.630Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.25s
5002026-04-10T04:12:22.652Z
5012026-04-10T04:12:22.664Zreal 20.334551910
5022026-04-10T04:12:22.664Zuser 1:12.917397488
5032026-04-10T04:12:22.664Zsys 14.912843220
5042026-04-10T04:12:22.664Ztrap 0.036817321
5052026-04-10T04:12:22.664Ztflt 0.126974017
5062026-04-10T04:12:22.664Zdflt 0.172114270
5072026-04-10T04:12:22.664Zkflt 0.000027350
5082026-04-10T04:12:22.664Zlock 3:53.494015503
5092026-04-10T04:12:22.664Zslp 3:52.563953880
5102026-04-10T04:12:22.664Zlat 3.860329087
5112026-04-10T04:12:22.664Zstop 7.511554043
5122026-04-10T04:12:22.664Z+ header 'analyze no_std + engine + kernel'
5132026-04-10T04:12:22.664Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5142026-04-10T04:12:22.664Z# ==== analyze no_std + engine + kernel ==== #
5152026-04-10T04:12:22.664Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5162026-04-10T04:12:22.853Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5172026-04-10T04:12:22.854Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5182026-04-10T04:12:22.888Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5192026-04-10T04:12:22.889Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-04-10T04:12:23.105Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-04-10T04:12:27.247Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5222026-04-10T04:12:28.824Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.11s
5232026-04-10T04:12:28.875Z
5242026-04-10T04:12:28.893Zreal 6.179853965
5252026-04-10T04:12:28.893Zuser 6.426127753
5262026-04-10T04:12:28.893Zsys 0.991739019
5272026-04-10T04:12:28.893Ztrap 0.000787198
5282026-04-10T04:12:28.893Ztflt 0.010781910
5292026-04-10T04:12:28.893Zdflt 0.002823881
5302026-04-10T04:12:28.893Zkflt 0.000000000
5312026-04-10T04:12:28.893Zlock 21.520890313
5322026-04-10T04:12:28.893Zslp 22.439371942
5332026-04-10T04:12:28.893Zlat 0.022454310
5342026-04-10T04:12:28.893Zstop 0.259593204
5352026-04-10T04:12:28.893Z+ header test
5362026-04-10T04:12:28.893Z+ echo '# ==== test ==== #'
5372026-04-10T04:12:28.893Z# ==== test ==== #
5382026-04-10T04:12:28.893Z+ ptime -m cargo test
5392026-04-10T04:12:29.028Z Compiling memchr v2.8.0
5402026-04-10T04:12:29.072Z Compiling serde_core v1.0.228
5412026-04-10T04:12:29.073Z Compiling thiserror v2.0.18
5422026-04-10T04:12:29.073Z Compiling zerocopy v0.8.48
5432026-04-10T04:12:29.073Z Compiling unicode-ident v1.0.24
5442026-04-10T04:12:29.073Z Compiling byteorder v1.5.0
5452026-04-10T04:12:29.073Z Compiling zmij v1.0.21
5462026-04-10T04:12:29.073Z Compiling libc v0.2.184
5472026-04-10T04:12:29.123Z Compiling proc-macro2 v1.0.106
5482026-04-10T04:12:29.160Z Compiling scroll v0.13.0
5492026-04-10T04:12:29.275Z Compiling ucd-trie v0.1.7
5502026-04-10T04:12:29.374Z Compiling plain v0.2.3
5512026-04-10T04:12:29.421Z Compiling log v0.4.29
5522026-04-10T04:12:29.455Z Compiling futures-core v0.3.32
5532026-04-10T04:12:29.502Z Compiling itoa v1.0.18
5542026-04-10T04:12:29.616Z Compiling futures-sink v0.3.32
5552026-04-10T04:12:29.647Z Compiling goblin v0.10.5
5562026-04-10T04:12:29.677Z Compiling futures-channel v0.3.32
5572026-04-10T04:12:29.743Z Compiling quote v1.0.45
5582026-04-10T04:12:29.920Z Compiling pest v2.8.6
5592026-04-10T04:12:29.954Z Compiling hash32 v0.3.1
5602026-04-10T04:12:30.586Z Compiling macaddr v1.0.1
5612026-04-10T04:12:30.613Z Compiling futures-io v0.3.32
5622026-04-10T04:12:30.613Z Compiling pretty-hex v0.4.2
5632026-04-10T04:12:30.613Z Compiling cfg-if v1.0.4
5642026-04-10T04:12:30.613Z Compiling pin-project-lite v0.2.17
5652026-04-10T04:12:30.643Z Compiling slab v0.4.12
5662026-04-10T04:12:30.643Z Compiling futures-task v0.3.32
5672026-04-10T04:12:30.668Z Compiling stable_deref_trait v1.2.1
5682026-04-10T04:12:30.724Z Compiling heapless v0.8.0
5692026-04-10T04:12:30.807Z Compiling serde v1.0.228
5702026-04-10T04:12:30.815Z Compiling bitflags v2.11.0
5712026-04-10T04:12:31.221Z Compiling serde_json v1.0.149
5722026-04-10T04:12:31.357Z Compiling dtrace-parser v0.3.0
5732026-04-10T04:12:31.357Z Compiling futures-util v0.3.32
5742026-04-10T04:12:31.450Z Compiling syn v2.0.117
5752026-04-10T04:12:31.706Z Compiling thread-id v5.1.0
5762026-04-10T04:12:31.752Z Compiling cobs v0.3.0
5772026-04-10T04:12:31.929Z Compiling ingot-types v0.1.2
5782026-04-10T04:12:32.015Z Compiling bitflags v1.3.2
5792026-04-10T04:12:32.078Z Compiling managed v0.8.0
5802026-04-10T04:12:32.110Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5812026-04-10T04:12:32.252Z Compiling ingot v0.1.1
5822026-04-10T04:12:32.377Z Compiling smoltcp v0.11.0
5832026-04-10T04:12:32.418Z Compiling postcard v1.1.3
5842026-04-10T04:12:32.652Z Compiling dof v0.4.0
5852026-04-10T04:12:33.958Z Compiling usdt-impl v0.6.0
5862026-04-10T04:12:34.142Z Compiling futures-executor v0.3.32
5872026-04-10T04:12:34.561Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5882026-04-10T04:12:34.789Z Compiling memmap2 v0.9.10
5892026-04-10T04:12:34.858Z Compiling ipnetwork v0.21.1
5902026-04-10T04:12:35.097Z Compiling unicode-width v0.2.2
5912026-04-10T04:12:35.125Z Compiling either v1.15.0
5922026-04-10T04:12:35.292Z Compiling itertools v0.14.0
5932026-04-10T04:12:35.781Z Compiling tabwriter v1.4.1
5942026-04-10T04:12:35.798Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5952026-04-10T04:12:35.798Z Compiling usdt v0.6.0
5962026-04-10T04:12:36.212Z Compiling ref-cast v1.0.25
5972026-04-10T04:12:36.308Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5982026-04-10T04:12:36.427Z Compiling futures v0.3.32
5992026-04-10T04:12:36.536Z Compiling crc32fast v1.5.0
6002026-04-10T04:12:36.546Z Compiling nom v8.0.0
6012026-04-10T04:12:36.597Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6022026-04-10T04:12:36.774Z Compiling dyn-clone v1.0.20
6032026-04-10T04:12:36.943Z Compiling cookie-factory v0.3.3
6042026-04-10T04:12:37.045Z Compiling uuid v1.23.0
6052026-04-10T04:12:37.274Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6062026-04-10T04:12:37.911Z Compiling circular v0.3.0
6072026-04-10T04:12:38.337Z Compiling dtor v0.6.0
6082026-04-10T04:12:38.337Z Compiling anyhow v1.0.102
6092026-04-10T04:12:38.337Z Compiling typeid v1.0.3
6102026-04-10T04:12:38.337Z Compiling once_cell v1.21.4
6112026-04-10T04:12:38.337Z Compiling link-section v0.0.12
6122026-04-10T04:12:38.337Z Compiling ron v0.12.1
6132026-04-10T04:12:38.346Z Compiling ctor v0.9.1
6142026-04-10T04:12:39.165Z Compiling rusticata-macros v5.0.0
6152026-04-10T04:12:39.467Z Compiling pcap-parser v0.17.0
6162026-04-10T04:12:42.887Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6172026-04-10T04:12:44.227Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6182026-04-10T04:13:22.833Z Finished `test` profile [optimized + debuginfo] target(s) in 53.92s
6192026-04-10T04:13:22.850Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-067a0cbacbf168fb)
6202026-04-10T04:13:22.850Z
6212026-04-10T04:13:22.850Zrunning 15 tests
6222026-04-10T04:13:22.850Ztest api::tests::parse_bad_proto_filter ... ok
6232026-04-10T04:13:22.851Ztest api::tests::parse_good_proto_filter ... ok
6242026-04-10T04:13:22.851Ztest api::tests::parse_good_address ... ok
6252026-04-10T04:13:22.851Ztest api::tests::ports_from_str_good ... ok
6262026-04-10T04:13:22.851Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6272026-04-10T04:13:22.851Ztest api::tests::ports_from_str_bad ... ok
6282026-04-10T04:13:22.851Ztest cfg::tests::test_required_nat_space ... ok
6292026-04-10T04:13:22.851Ztest api::tests::parse_bad_address ... ok
6302026-04-10T04:13:22.851Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6312026-04-10T04:13:22.851Ztest engine::geneve::test::parse_multi_opt ... ok
6322026-04-10T04:13:22.851Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6332026-04-10T04:13:22.851Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6342026-04-10T04:13:22.851Ztest engine::geneve::test::parse_single_opt ... ok
6352026-04-10T04:13:22.851Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6362026-04-10T04:13:22.851Ztest engine::firewall::tests::port_predicate_simplification ... ok
6372026-04-10T04:13:22.851Z
6382026-04-10T04:13:22.851Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6392026-04-10T04:13:22.851Z
6402026-04-10T04:13:22.851Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-2e55077715bfd318)
6412026-04-10T04:13:22.851Z
6422026-04-10T04:13:22.851Zrunning 4 tests
6432026-04-10T04:13:22.851Ztest firewall_vni_outbound ... ok
6442026-04-10T04:13:22.852Ztest firewall_external_inbound ... ok
6452026-04-10T04:13:22.852Ztest firewall_vni_inbound ... ok
6462026-04-10T04:13:22.852Ztest firewall_replace_rules ... ok
6472026-04-10T04:13:22.852Z
6482026-04-10T04:13:22.852Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-04-10T04:13:22.852Z
6502026-04-10T04:13:22.852Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-1499e7f92e20da1c)
6512026-04-10T04:13:22.852Z
6522026-04-10T04:13:22.852Zrunning 2 tests
6532026-04-10T04:13:22.852Ztest parse_out_regression ... ok
6542026-04-10T04:13:22.852Ztest parse_in_regression ... ok
6552026-04-10T04:13:22.852Z
6562026-04-10T04:13:22.852Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572026-04-10T04:13:22.852Z
6582026-04-10T04:13:22.852Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-2e3f9c7f35a435e4)
6592026-04-10T04:13:22.852Z
6602026-04-10T04:13:22.852Zrunning 47 tests
6612026-04-10T04:13:22.852Ztest bad_ip_len ... ok
6622026-04-10T04:13:22.852Ztest add_remove_fw_rule ... ok
6632026-04-10T04:13:22.852Ztest check_layers ... ok
6642026-04-10T04:13:22.852Ztest arp_gateway ... ok
6652026-04-10T04:13:22.852Ztest external_attached_subnets_cannot_reach_internal ... ok
6662026-04-10T04:13:22.852Ztest anti_spoof ... ok
6672026-04-10T04:13:22.852Ztest external_attached_subnets_dont_apply_nat ... ok
6682026-04-10T04:13:22.852Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6692026-04-10T04:13:22.852Ztest flow_expiration ... ok
6702026-04-10T04:13:22.852Ztest gateway_icmp4_ping ... ok
6712026-04-10T04:13:22.853Ztest early_tcp_invalidation ... ok
6722026-04-10T04:13:22.853Ztest gateway_icmpv6_ping ... ok
6732026-04-10T04:13:22.853Ztest gateway_router_advert_reply ... ok
6742026-04-10T04:13:22.853Ztest external_ip_epoch_affinity_preserved ... ok
6752026-04-10T04:13:22.853Ztest external_ip_reconfigurable ... ok
6762026-04-10T04:13:22.853Ztest guest_to_internet_ipv4 ... ok
6772026-04-10T04:13:22.853Ztest guest_to_guest_diff_vpc_no_peer ... ok
6782026-04-10T04:13:22.853Ztest guest_to_guest_no_route ... ok
6792026-04-10T04:13:22.853Ztest icmp_inner_has_nat_applied ... ok
6802026-04-10T04:13:22.853Ztest guest_to_guest ... ok
6812026-04-10T04:13:22.853Ztest guest_to_internet_ipv6 ... ok
6822026-04-10T04:13:22.853Ztest inbound_ndp_dropped_at_gateway ... ok
6832026-04-10T04:13:22.853Ztest icmpv6_inner_has_nat_applied ... ok
6842026-04-10T04:13:22.853Ztest intra_subnet_routes_with_custom ... ok
6852026-04-10T04:13:22.853Ztest outbound_ndp_dropped ... ok
6862026-04-10T04:13:22.853Ztest packet_body_pullup ... ok
6872026-04-10T04:13:22.853Ztest no_panic_on_flow_table_full ... ok
6882026-04-10T04:13:22.853Ztest external_ip_receive_and_reply_on_all ... ok
6892026-04-10T04:13:22.853Ztest external_ip_balanced_over_floating_ips ... ok
6902026-04-10T04:13:22.853Ztest internal_attached_subnets ... ok
6912026-04-10T04:13:22.853Ztest port_transition_reset ... ok
6922026-04-10T04:13:22.853Ztest port_transition_running ... ok
6932026-04-10T04:13:22.853Ztest port_as_router_target ... ok
6942026-04-10T04:13:22.853Ztest test_drop_on_unknown_critical_option ... ok
6952026-04-10T04:13:22.853Ztest select_eip_conditioned_on_igw ... ok
6962026-04-10T04:13:22.853Ztest port_transition_pause ... ok
6972026-04-10T04:13:22.853Ztest tcp_outbound ... ok
6982026-04-10T04:13:22.853Ztest snat_icmp4_echo_rewrite ... ok
6992026-04-10T04:13:22.853Ztest snat_icmp6_echo_rewrite ... ok
7002026-04-10T04:13:22.853Ztest tcp_inbound ... ok
7012026-04-10T04:13:22.853Ztest test_ipv6_multicast_encapsulation ... ok
7022026-04-10T04:13:22.853Ztest test_tcp_multicast_denied ... ok
7032026-04-10T04:13:22.853Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7042026-04-10T04:13:22.854Ztest test_gateway_neighbor_advert_reply ... ok
7052026-04-10T04:13:22.854Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7062026-04-10T04:13:22.854Ztest uft_lft_invalidation_out ... ok
7072026-04-10T04:13:22.854Ztest uft_lft_invalidation_in ... ok
7082026-04-10T04:13:22.854Z
7092026-04-10T04:13:22.854Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-04-10T04:13:22.854Z
7112026-04-10T04:13:22.854Z Doc-tests oxide_vpc
7122026-04-10T04:13:23.123Z
7132026-04-10T04:13:23.124Zrunning 0 tests
7142026-04-10T04:13:23.124Z
7152026-04-10T04:13:23.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7162026-04-10T04:13:23.124Z
7172026-04-10T04:13:23.161Z
7182026-04-10T04:13:23.209Zreal 54.293632568
7192026-04-10T04:13:23.209Zuser 3:16.289671693
7202026-04-10T04:13:23.209Zsys 11.794233517
7212026-04-10T04:13:23.209Ztrap 0.090503374
7222026-04-10T04:13:23.209Ztflt 0.227671773
7232026-04-10T04:13:23.209Zdflt 0.501708605
7242026-04-10T04:13:23.209Zkflt 0.000027360
7252026-04-10T04:13:23.209Zlock 12:50.027523420
7262026-04-10T04:13:23.209Zslp 6:41.669636567
7272026-04-10T04:13:23.209Zlat 9.599235636
7282026-04-10T04:13:23.209Zstop 5.963853959
7292026-04-10T04:13:23.209Zprocess exited: duration 120160 ms, exit code 0
 
7302026-04-10T04:13:23.327Zfound 0 output files