01KNY388F11Z0F7EBR3PKC7NW3: oxide-vpc

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

Buildomat Job: 01KNY38P641CEFA9NPQM21AW9Z

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:37.724Zjob assigned to worker 01KNY38X2BBW6DFTTND4HY52HH [factory aws, i-0b81e24c9e70298ef] (queued for 59 s)
 
22026-04-11T11:02:44.258Zstarting task 0: "setup"
32026-04-11T11:02:44.262Z++ uname -s
42026-04-11T11:02:44.266Z+ kern=SunOS
52026-04-11T11:02:44.266Z+ build_user=build
62026-04-11T11:02:44.266Z+ build_uid=12345
72026-04-11T11:02:44.266Z+ work_dir=/work
82026-04-11T11:02:44.266Z+ input_dir=/input
92026-04-11T11:02:44.266Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:44.266Z+ case "$kern" in
112026-04-11T11:02:44.266Z+ groupadd -g 12345 build
122026-04-11T11:02:44.270Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:46.272Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:46.369Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:46.372Z+ home_fs=zfs
162026-04-11T11:02:46.372Z+ [[ zfs == autofs ]]
172026-04-11T11:02:46.372Z+ mkdir -p /home/build
182026-04-11T11:02:46.372Z+ chown build:build /home/build /work
192026-04-11T11:02:48.374Z+ chmod 0700 /home/build /work
202026-04-11T11:02:48.377Zprocess exited: duration 4120 ms, exit code 0
 
212026-04-11T11:02:48.383Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:48.387Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:48.387Z * rust toolchain channel = "1.94.1"
242026-04-11T11:02:48.388Z * rust toolchain profile = "default"
252026-04-11T11:02:48.388Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-11T11:02:48.388Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-11T11:02:48.388Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-11T11:02:48.390Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:48.391Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:48.509Zinfo: downloading installer
312026-04-11T11:02:49.843Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:49.843Zwarn: /opt/ooce/bin
332026-04-11T11:02:49.844Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:49.844Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:49.844Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:49.844Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:49.844Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:49.844Zerror: cannot install while Rust is installed
392026-04-11T11:02:49.844Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:49.844Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:49.844Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:49.844Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:49.844Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:49.853Zinfo: profile set to default
452026-04-11T11:02:49.853Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:49.856Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:49.985Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:49.988Zinfo: downloading 6 components
492026-04-11T11:03:03.700Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:03:03.701Z
512026-04-11T11:03:03.737Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:03:03.737Z
532026-04-11T11:03:03.737Z
542026-04-11T11:03:03.737ZRust is installed now. Great!
552026-04-11T11:03:03.737Z
562026-04-11T11:03:03.737ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:03:03.738Zenvironment variable. This has not been done automatically.
582026-04-11T11:03:03.738Z
592026-04-11T11:03:03.742ZTo configure your current shell, you need to source
602026-04-11T11:03:03.742Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:03:03.742Z
622026-04-11T11:03:03.742ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:03:03.742Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:03:03.742Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:03:03.742Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:03:03.742Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:03:03.742Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:03:03.742Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:03:03.742Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:03:03.742Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:03:03.830Z+ rustup --version
722026-04-11T11:03:03.839Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:03:03.842Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:03:03.860Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:03:03.863Z+ cargo --version
762026-04-11T11:03:03.876Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:03:03.879Z+ rustc --version
782026-04-11T11:03:03.899Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:03:03.901Zprocess exited: duration 15515 ms, exit code 0
 
802026-04-11T11:03:03.907Zstarting task 2: "authentication"
812026-04-11T11:03:03.923Zprocess exited: duration 15 ms, exit code 0
 
822026-04-11T11:03:03.929Zstarting task 3: "clone repository"
832026-04-11T11:03:03.932Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:03:03.935Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:03:03.965ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:03:04.765Z+ cd /work/oxidecomputer/opte
872026-04-11T11:03:04.765Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:03:05.004ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:03:05.004Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:03:05.011Z+ [[ -n renovate/rand ]]
912026-04-11T11:03:05.014Z++ git branch --show-current
922026-04-11T11:03:05.014Z+ current=master
932026-04-11T11:03:05.014Z+ [[ master != renovate/rand ]]
942026-04-11T11:03:05.014Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:03:05.017Z+ git checkout -f renovate/rand
962026-04-11T11:03:05.033ZSwitched to branch 'renovate/rand'
972026-04-11T11:03:05.036Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:03:05.050ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:03:05.053Zprocess exited: duration 1120 ms, exit code 0
 
1002026-04-11T11:03:05.058Zstarting task 4: "build"
1012026-04-11T11:03:05.063Z+ source .github/buildomat/common.sh
1022026-04-11T11:03:05.066Z++ rustup show active-toolchain
1032026-04-11T11:03:05.069Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:03:05.069Z++ pushd xde
1052026-04-11T11:03:05.069Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:03:05.069Z++ rustup show active-toolchain
1072026-04-11T11:03:05.073Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:03:05.210Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:03:05.213Zinfo: downloading 6 components
1102026-04-11T11:03:18.659Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:18.744Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:18.747Z+++ head -n 1
1132026-04-11T11:03:18.747Z+++ cut '-d ' -f1
1142026-04-11T11:03:18.798Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:18.798Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:18.798Z++ popd
1172026-04-11T11:03:18.798Z/work/oxidecomputer/opte
1182026-04-11T11:03:18.801Z+ cargo --version
1192026-04-11T11:03:18.808Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-11T11:03:18.811Z+ rustc --version
1212026-04-11T11:03:18.830Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-11T11:03:18.833Z+ cd lib/oxide-vpc
1232026-04-11T11:03:18.833Z+ header 'check style'
1242026-04-11T11:03:18.833Z+ echo '# ==== check style ==== #'
1252026-04-11T11:03:18.833Z# ==== check style ==== #
1262026-04-11T11:03:18.833Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-04-11T11:03:18.957Z
1282026-04-11T11:03:18.957Zreal 0.121449822
1292026-04-11T11:03:18.957Zuser 0.086931704
1302026-04-11T11:03:18.957Zsys 0.030534368
1312026-04-11T11:03:18.957Ztrap 0.000033183
1322026-04-11T11:03:18.957Ztflt 0.000016825
1332026-04-11T11:03:18.957Zdflt 0.000009256
1342026-04-11T11:03:18.957Zkflt 0.000000000
1352026-04-11T11:03:18.957Zlock 0.032111123
1362026-04-11T11:03:18.957Zslp 0.101714944
1372026-04-11T11:03:18.957Zlat 0.000833774
1382026-04-11T11:03:18.957Zstop 0.000101097
1392026-04-11T11:03:18.960Z+ header 'check docs'
1402026-04-11T11:03:18.960Z+ echo '# ==== check docs ==== #'
1412026-04-11T11:03:18.960Z# ==== check docs ==== #
1422026-04-11T11:03:18.960Z+ RUSTDOCFLAGS='-D warnings'
1432026-04-11T11:03:18.960Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-11T11:03:19.027Z Updating crates.io index
1452026-04-11T11:03:19.030Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-11T11:03:19.711Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-11T11:03:20.375Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-11T11:03:20.733Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-11T11:03:21.027Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-11T11:03:21.454Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-11T11:03:21.721Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-11T11:03:23.721Z Downloading crates ...
1532026-04-11T11:03:23.766Z Downloaded block-buffer v0.10.4
1542026-04-11T11:03:23.774Z Downloaded bitflags v1.3.2
1552026-04-11T11:03:23.777Z Downloaded crypto-common v0.1.7
1562026-04-11T11:03:23.781Z Downloaded fnv v1.0.7
1572026-04-11T11:03:23.784Z Downloaded darling_macro v0.21.3
1582026-04-11T11:03:23.789Z Downloaded bitflags v2.11.0
1592026-04-11T11:03:23.791Z Downloaded defmt-parser v1.0.0
1602026-04-11T11:03:23.794Z Downloaded generic-array v0.14.7
1612026-04-11T11:03:23.794Z Downloaded embedded-io v0.6.1
1622026-04-11T11:03:23.794Z Downloaded darling_macro v0.23.0
1632026-04-11T11:03:23.797Z Downloaded cobs v0.3.0
1642026-04-11T11:03:23.800Z Downloaded cfg-if v1.0.4
1652026-04-11T11:03:23.800Z Downloaded dyn-clone v1.0.20
1662026-04-11T11:03:23.800Z Downloaded managed v0.8.0
1672026-04-11T11:03:23.805Z Downloaded macaddr v1.0.1
1682026-04-11T11:03:23.808Z Downloaded dtrace-parser v0.3.0
1692026-04-11T11:03:23.808Z Downloaded defmt v0.3.100
1702026-04-11T11:03:23.816Z Downloaded tabwriter v1.4.1
1712026-04-11T11:03:23.820Z Downloaded dof v0.4.0
1722026-04-11T11:03:23.824Z Downloaded ref-cast-impl v1.0.25
1732026-04-11T11:03:23.827Z Downloaded plain v0.2.3
1742026-04-11T11:03:23.827Z Downloaded either v1.15.0
1752026-04-11T11:03:23.827Z Downloaded ident_case v1.0.1
1762026-04-11T11:03:23.830Z Downloaded stable_deref_trait v1.2.1
1772026-04-11T11:03:23.833Z Downloaded scroll_derive v0.13.1
1782026-04-11T11:03:23.833Z Downloaded version_check v0.9.5
1792026-04-11T11:03:23.836Z Downloaded embedded-io v0.4.0
1802026-04-11T11:03:23.840Z Downloaded thread-id v5.1.0
1812026-04-11T11:03:23.848Z Downloaded pretty-hex v0.4.2
1822026-04-11T11:03:23.851Z Downloaded usdt-attr-macro v0.6.0
1832026-04-11T11:03:23.851Z Downloaded hash32 v0.3.1
1842026-04-11T11:03:23.851Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-04-11T11:03:23.854Z Downloaded usdt v0.6.0
1862026-04-11T11:03:23.856Z Downloaded ref-cast v1.0.25
1872026-04-11T11:03:23.861Z Downloaded cpufeatures v0.2.17
1882026-04-11T11:03:23.865Z Downloaded defmt-macros v1.0.1
1892026-04-11T11:03:23.868Z Downloaded ingot-types v0.1.2
1902026-04-11T11:03:23.870Z Downloaded byteorder v1.5.0
1912026-04-11T11:03:23.873Z Downloaded itoa v1.0.18
1922026-04-11T11:03:23.873Z Downloaded defmt v1.0.1
1932026-04-11T11:03:23.876Z Downloaded zmij v1.0.21
1942026-04-11T11:03:23.876Z Downloaded usdt-impl v0.6.0
1952026-04-11T11:03:23.880Z Downloaded aho-corasick v1.1.4
1962026-04-11T11:03:23.884Z Downloaded usdt-macro v0.6.0
1972026-04-11T11:03:23.886Z Downloaded proc-macro-error2 v2.0.1
1982026-04-11T11:03:23.886Z Downloaded thiserror-impl v2.0.18
1992026-04-11T11:03:23.886Z Downloaded strsim v0.11.1
2002026-04-11T11:03:23.892Z Downloaded ipnetwork v0.21.1
2012026-04-11T11:03:23.895Z Downloaded sha2 v0.10.9
2022026-04-11T11:03:23.895Z Downloaded serde_tokenstream v0.2.3
2032026-04-11T11:03:23.898Z Downloaded ingot v0.1.1
2042026-04-11T11:03:23.901Z Downloaded thiserror v2.0.18
2052026-04-11T11:03:23.904Z Downloaded scroll v0.13.0
2062026-04-11T11:03:23.906Z Downloaded quote v1.0.45
2072026-04-11T11:03:23.906Z Downloaded memmap2 v0.9.10
2082026-04-11T11:03:23.909Z Downloaded darling v0.23.0
2092026-04-11T11:03:23.912Z Downloaded digest v0.10.7
2102026-04-11T11:03:23.915Z Downloaded darling v0.21.3
2112026-04-11T11:03:23.918Z Downloaded ingot-macros v0.1.1
2122026-04-11T11:03:23.918Z Downloaded crc32fast v1.5.0
2132026-04-11T11:03:23.921Z Downloaded pest_derive v2.8.6
2142026-04-11T11:03:23.925Z Downloaded ucd-trie v0.1.7
2152026-04-11T11:03:23.943Z Downloaded log v0.4.29
2162026-04-11T11:03:23.946Z Downloaded proc-macro2 v1.0.106
2172026-04-11T11:03:23.949Z Downloaded serde_derive v1.0.228
2182026-04-11T11:03:23.949Z Downloaded postcard v1.1.3
2192026-04-11T11:03:23.952Z Downloaded pest_generator v2.8.6
2202026-04-11T11:03:23.955Z Downloaded unicode-ident v1.0.24
2212026-04-11T11:03:23.959Z Downloaded serde_core v1.0.228
2222026-04-11T11:03:23.965Z Downloaded darling_core v0.21.3
2232026-04-11T11:03:23.971Z Downloaded uuid v1.23.0
2242026-04-11T11:03:23.979Z Downloaded darling_core v0.23.0
2252026-04-11T11:03:23.982Z Downloaded pest_meta v2.8.6
2262026-04-11T11:03:23.985Z Downloaded memchr v2.8.0
2272026-04-11T11:03:23.988Z Downloaded serde v1.0.228
2282026-04-11T11:03:23.991Z Downloaded heapless v0.8.0
2292026-04-11T11:03:23.994Z Downloaded typenum v1.19.0
2302026-04-11T11:03:23.994Z Downloaded zerocopy-derive v0.8.48
2312026-04-11T11:03:24.026Z Downloaded pest v2.8.6
2322026-04-11T11:03:24.055Z Downloaded regex v1.12.3
2332026-04-11T11:03:24.058Z Downloaded itertools v0.14.0
2342026-04-11T11:03:24.065Z Downloaded serde_json v1.0.149
2352026-04-11T11:03:24.094Z Downloaded goblin v0.10.5
2362026-04-11T11:03:24.111Z Downloaded syn v2.0.117
2372026-04-11T11:03:24.117Z Downloaded zerocopy v0.8.48
2382026-04-11T11:03:24.128Z Downloaded unicode-width v0.2.2
2392026-04-11T11:03:24.131Z Downloaded smoltcp v0.11.0
2402026-04-11T11:03:24.137Z Downloaded regex-syntax v0.8.10
2412026-04-11T11:03:24.165Z Downloaded regex-automata v0.4.14
2422026-04-11T11:03:24.179Z Downloaded libc v0.2.184
2432026-04-11T11:03:24.240Z Compiling proc-macro2 v1.0.106
2442026-04-11T11:03:24.240Z Compiling quote v1.0.45
2452026-04-11T11:03:24.240Z Compiling unicode-ident v1.0.24
2462026-04-11T11:03:24.240Z Compiling strsim v0.11.1
2472026-04-11T11:03:24.241Z Compiling ident_case v1.0.1
2482026-04-11T11:03:24.244Z Documenting unicode-ident v1.0.24
2492026-04-11T11:03:24.244Z Compiling serde_core v1.0.228
2502026-04-11T11:03:24.396Z Compiling fnv v1.0.7
2512026-04-11T11:03:24.416Z Compiling memchr v2.8.0
2522026-04-11T11:03:24.416Z Compiling serde v1.0.228
2532026-04-11T11:03:24.585Z Compiling thiserror v2.0.18
2542026-04-11T11:03:24.627Z Compiling regex-syntax v0.8.10
2552026-04-11T11:03:24.679Z Compiling zerocopy v0.8.48
2562026-04-11T11:03:24.853Z Documenting proc-macro2 v1.0.106
2572026-04-11T11:03:24.926Z Compiling aho-corasick v1.1.4
2582026-04-11T11:03:25.215Z Checking syn v2.0.117
2592026-04-11T11:03:25.333Z Compiling either v1.15.0
2602026-04-11T11:03:25.336Z Checking byteorder v1.5.0
2612026-04-11T11:03:25.421Z Documenting quote v1.0.45
2622026-04-11T11:03:25.528Z Compiling itertools v0.14.0
2632026-04-11T11:03:25.919Z Documenting syn v2.0.117
2642026-04-11T11:03:26.078Z Compiling regex-automata v0.4.14
2652026-04-11T11:03:26.157Z Compiling heapless v0.8.0
2662026-04-11T11:03:26.623Z Checking bitflags v2.11.0
2672026-04-11T11:03:26.643Z Checking hash32 v0.3.1
2682026-04-11T11:03:26.746Z Documenting serde_core v1.0.228
2692026-04-11T11:03:26.749Z Documenting memchr v2.8.0
2702026-04-11T11:03:26.771Z Checking cfg-if v1.0.4
2712026-04-11T11:03:26.828Z Checking macaddr v1.0.1
2722026-04-11T11:03:26.964Z Checking stable_deref_trait v1.2.1
2732026-04-11T11:03:27.029Z Documenting regex-syntax v0.8.10
2742026-04-11T11:03:27.237Z Compiling smoltcp v0.11.0
2752026-04-11T11:03:27.365Z Documenting aho-corasick v1.1.4
2762026-04-11T11:03:27.631Z Checking darling_core v0.21.3
2772026-04-11T11:03:28.064Z Compiling regex v1.12.3
2782026-04-11T11:03:28.251Z Compiling darling_core v0.23.0
2792026-04-11T11:03:28.464Z Documenting regex-automata v0.4.14
2802026-04-11T11:03:28.579Z Checking bitflags v1.3.2
2812026-04-11T11:03:28.640Z Checking managed v0.8.0
2822026-04-11T11:03:28.832Z Documenting serde_derive v1.0.228
2832026-04-11T11:03:28.872Z Documenting zerocopy-derive v0.8.48
2842026-04-11T11:03:28.894Z Compiling thiserror-impl v2.0.18
2852026-04-11T11:03:29.024Z Compiling serde_derive v1.0.228
2862026-04-11T11:03:29.795Z Compiling zerocopy-derive v0.8.48
2872026-04-11T11:03:29.844Z Documenting regex v1.12.3
2882026-04-11T11:03:29.982Z Compiling darling_macro v0.21.3
2892026-04-11T11:03:30.003Z Documenting thiserror-impl v2.0.18
2902026-04-11T11:03:30.139Z Documenting byteorder v1.5.0
2912026-04-11T11:03:30.191Z Checking cobs v0.3.0
2922026-04-11T11:03:30.321Z Compiling crc32fast v1.5.0
2932026-04-11T11:03:30.358Z Compiling darling_macro v0.23.0
2942026-04-11T11:03:30.545Z Compiling darling v0.21.3
2952026-04-11T11:03:30.620Z Compiling ingot-macros v0.1.1
2962026-04-11T11:03:30.673Z Compiling ref-cast v1.0.25
2972026-04-11T11:03:30.680Z Documenting ingot-macros v0.1.1
2982026-04-11T11:03:30.768Z Documenting hash32 v0.3.1
2992026-04-11T11:03:30.958Z Compiling ref-cast-impl v1.0.25
3002026-04-11T11:03:30.962Z Documenting thiserror v2.0.18
3012026-04-11T11:03:31.279Z Documenting zerocopy v0.8.48
3022026-04-11T11:03:31.471Z Documenting bitflags v2.11.0
3032026-04-11T11:03:31.552Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-04-11T11:03:31.809Z Documenting serde v1.0.228
3052026-04-11T11:03:31.840Z Checking ipnetwork v0.21.1
3062026-04-11T11:03:32.014Z Documenting cfg-if v1.0.4
3072026-04-11T11:03:32.068Z Checking postcard v1.1.3
3082026-04-11T11:03:32.105Z Compiling version_check v0.9.5
3092026-04-11T11:03:32.201Z Checking unicode-width v0.2.2
3102026-04-11T11:03:32.335Z Documenting macaddr v1.0.1
3112026-04-11T11:03:32.443Z Documenting stable_deref_trait v1.2.1
3122026-04-11T11:03:32.508Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-04-11T11:03:32.525Z Documenting cobs v0.3.0
3142026-04-11T11:03:32.775Z Compiling darling v0.23.0
3152026-04-11T11:03:32.909Z Documenting managed v0.8.0
3162026-04-11T11:03:33.068Z Documenting heapless v0.8.0
3172026-04-11T11:03:33.367Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-04-11T11:03:33.529Z Documenting postcard v1.1.3
3192026-04-11T11:03:33.741Z Checking tabwriter v1.4.1
3202026-04-11T11:03:33.869Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-04-11T11:03:33.973Z Checking ingot-types v0.1.2
3222026-04-11T11:03:33.988Z Documenting smoltcp v0.11.0
3232026-04-11T11:03:34.076Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3242026-04-11T11:03:34.084Z Documenting ref-cast-impl v1.0.25
3252026-04-11T11:03:34.264Z Documenting either v1.15.0
3262026-04-11T11:03:34.303Z Checking ingot v0.1.1
3272026-04-11T11:03:34.443Z Documenting ingot-types v0.1.2
3282026-04-11T11:03:34.475Z Documenting ipnetwork v0.21.1
3292026-04-11T11:03:34.645Z Checking dyn-clone v1.0.20
3302026-04-11T11:03:34.714Z Documenting unicode-width v0.2.2
3312026-04-11T11:03:34.739Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-04-11T11:03:34.939Z Documenting ref-cast v1.0.25
3332026-04-11T11:03:35.190Z Documenting itertools v0.14.0
3342026-04-11T11:03:35.546Z Documenting crc32fast v1.5.0
3352026-04-11T11:03:35.764Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3362026-04-11T11:03:35.804Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3372026-04-11T11:03:36.089Z Documenting ingot v0.1.1
3382026-04-11T11:03:36.313Z Documenting tabwriter v1.4.1
3392026-04-11T11:03:36.604Z Documenting dyn-clone v1.0.20
3402026-04-11T11:03:36.858Z Documenting uuid v1.23.0
3412026-04-11T11:03:37.335Z Checking uuid v1.23.0
3422026-04-11T11:03:37.468Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-04-11T11:03:37.575Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-04-11T11:03:39.207Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-04-11T11:03:40.354Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-04-11T11:03:42.542Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-04-11T11:03:44.118Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.14s
3482026-04-11T11:03:44.203Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-04-11T11:03:44.222Z
3502026-04-11T11:03:44.225Zreal 25.241331365
3512026-04-11T11:03:44.225Zuser 1:21.082442252
3522026-04-11T11:03:44.226Zsys 16.754977647
3532026-04-11T11:03:44.226Ztrap 0.047171146
3542026-04-11T11:03:44.226Ztflt 0.043042401
3552026-04-11T11:03:44.226Zdflt 0.136533871
3562026-04-11T11:03:44.226Zkflt 0.004454214
3572026-04-11T11:03:44.226Zlock 7:50.207781220
3582026-04-11T11:03:44.226Zslp 4:38.639705837
3592026-04-11T11:03:44.226Zlat 7.220862381
3602026-04-11T11:03:44.226Zstop 9.325345749
3612026-04-11T11:03:44.226Z+ header 'analyze std + api + usdt'
3622026-04-11T11:03:44.226Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-04-11T11:03:44.226Z# ==== analyze std + api + usdt ==== #
3642026-04-11T11:03:44.226Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-04-11T11:03:44.413Z Downloading crates ...
3662026-04-11T11:03:44.466Z Downloaded rusticata-macros v5.0.0
3672026-04-11T11:03:44.470Z Downloaded ctor-proc-macro v0.0.7
3682026-04-11T11:03:44.473Z Downloaded once_cell v1.21.4
3692026-04-11T11:03:44.475Z Downloaded futures-task v0.3.32
3702026-04-11T11:03:44.475Z Downloaded futures-sink v0.3.32
3712026-04-11T11:03:44.476Z Downloaded dtor-proc-macro v0.0.6
3722026-04-11T11:03:44.478Z Downloaded typeid v1.0.3
3732026-04-11T11:03:44.481Z Downloaded futures-macro v0.3.32
3742026-04-11T11:03:44.481Z Downloaded ctor v0.8.0
3752026-04-11T11:03:44.486Z Downloaded futures-core v0.3.32
3762026-04-11T11:03:44.493Z Downloaded futures-io v0.3.32
3772026-04-11T11:03:44.495Z Downloaded dtor v0.3.0
3782026-04-11T11:03:44.496Z Downloaded futures-executor v0.3.32
3792026-04-11T11:03:44.496Z Downloaded cookie-factory v0.3.3
3802026-04-11T11:03:44.498Z Downloaded circular v0.3.0
3812026-04-11T11:03:44.498Z Downloaded slab v0.4.12
3822026-04-11T11:03:44.503Z Downloaded pin-project-lite v0.2.17
3832026-04-11T11:03:44.506Z Downloaded futures-channel v0.3.32
3842026-04-11T11:03:44.509Z Downloaded futures v0.3.32
3852026-04-11T11:03:44.512Z Downloaded anyhow v1.0.102
3862026-04-11T11:03:44.531Z Downloaded ron v0.12.1
3872026-04-11T11:03:44.535Z Downloaded nom v8.0.0
3882026-04-11T11:03:44.537Z Downloaded pcap-parser v0.17.0
3892026-04-11T11:03:44.541Z Downloaded futures-util v0.3.32
3902026-04-11T11:03:44.595Z Compiling proc-macro2 v1.0.106
3912026-04-11T11:03:44.598Z Compiling quote v1.0.45
3922026-04-11T11:03:44.598Z Compiling unicode-ident v1.0.24
3932026-04-11T11:03:44.598Z Compiling memchr v2.8.0
3942026-04-11T11:03:44.598Z Compiling thiserror v2.0.18
3952026-04-11T11:03:44.598Z Compiling zerocopy v0.8.48
3962026-04-11T11:03:44.598Z Compiling serde_core v1.0.228
3972026-04-11T11:03:44.777Z Compiling zmij v1.0.21
3982026-04-11T11:03:44.966Z Compiling libc v0.2.184
3992026-04-11T11:03:44.974Z Compiling ucd-trie v0.1.7
4002026-04-11T11:03:44.998Z Compiling ident_case v1.0.1
4012026-04-11T11:03:45.014Z Compiling serde_json v1.0.149
4022026-04-11T11:03:45.058Z Compiling strsim v0.11.1
4032026-04-11T11:03:45.110Z Compiling pest v2.8.6
4042026-04-11T11:03:45.189Z Compiling serde v1.0.228
4052026-04-11T11:03:45.421Z Compiling fnv v1.0.7
4062026-04-11T11:03:45.609Z Compiling aho-corasick v1.1.4
4072026-04-11T11:03:45.733Z Compiling regex-syntax v0.8.10
4082026-04-11T11:03:45.814Z Checking byteorder v1.5.0
4092026-04-11T11:03:45.869Z Compiling syn v2.0.117
4102026-04-11T11:03:45.899Z Compiling itoa v1.0.18
4112026-04-11T11:03:46.139Z Compiling pest_meta v2.8.6
4122026-04-11T11:03:46.325Z Compiling either v1.15.0
4132026-04-11T11:03:46.486Z Compiling usdt-impl v0.6.0
4142026-04-11T11:03:46.513Z Checking bitflags v2.11.0
4152026-04-11T11:03:46.664Z Compiling itertools v0.14.0
4162026-04-11T11:03:46.727Z Compiling thread-id v5.1.0
4172026-04-11T11:03:47.167Z Compiling regex-automata v0.4.14
4182026-04-11T11:03:47.252Z Checking futures-sink v0.3.32
4192026-04-11T11:03:47.334Z Checking futures-core v0.3.32
4202026-04-11T11:03:47.440Z Checking log v0.4.29
4212026-04-11T11:03:47.455Z Compiling heapless v0.8.0
4222026-04-11T11:03:47.479Z Checking plain v0.2.3
4232026-04-11T11:03:47.607Z Checking futures-channel v0.3.32
4242026-04-11T11:03:47.923Z Checking hash32 v0.3.1
4252026-04-11T11:03:47.930Z Checking cfg-if v1.0.4
4262026-04-11T11:03:47.964Z Checking macaddr v1.0.1
4272026-04-11T11:03:47.984Z Checking pretty-hex v0.4.2
4282026-04-11T11:03:48.042Z Compiling smoltcp v0.11.0
4292026-04-11T11:03:48.093Z Checking stable_deref_trait v1.2.1
4302026-04-11T11:03:48.157Z Checking slab v0.4.12
4312026-04-11T11:03:48.191Z Checking futures-task v0.3.32
4322026-04-11T11:03:48.220Z Checking pin-project-lite v0.2.17
4332026-04-11T11:03:48.303Z Compiling pest_generator v2.8.6
4342026-04-11T11:03:48.303Z Compiling darling_core v0.21.3
4352026-04-11T11:03:48.321Z Compiling darling_core v0.23.0
4362026-04-11T11:03:48.336Z Checking futures-io v0.3.32
4372026-04-11T11:03:48.828Z Compiling version_check v0.9.5
4382026-04-11T11:03:48.831Z Checking managed v0.8.0
4392026-04-11T11:03:48.911Z Compiling regex v1.12.3
4402026-04-11T11:03:49.002Z Checking bitflags v1.3.2
4412026-04-11T11:03:49.063Z Compiling crc32fast v1.5.0
4422026-04-11T11:03:49.097Z Compiling ref-cast v1.0.25
4432026-04-11T11:03:49.309Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4442026-04-11T11:03:49.430Z Checking memmap2 v0.9.10
4452026-04-11T11:03:49.510Z Compiling serde_derive v1.0.228
4462026-04-11T11:03:49.544Z Compiling thiserror-impl v2.0.18
4472026-04-11T11:03:49.587Z Compiling zerocopy-derive v0.8.48
4482026-04-11T11:03:49.750Z Compiling pest_derive v2.8.6
4492026-04-11T11:03:50.242Z Compiling scroll_derive v0.13.1
4502026-04-11T11:03:50.393Z Compiling darling_macro v0.21.3
4512026-04-11T11:03:50.399Z Compiling futures-macro v0.3.32
4522026-04-11T11:03:50.415Z Compiling darling_macro v0.23.0
4532026-04-11T11:03:50.533Z Compiling ref-cast-impl v1.0.25
4542026-04-11T11:03:50.928Z Compiling darling v0.21.3
4552026-04-11T11:03:50.931Z Compiling dtrace-parser v0.3.0
4562026-04-11T11:03:50.939Z Checking cobs v0.3.0
4572026-04-11T11:03:51.043Z Checking scroll v0.13.0
4582026-04-11T11:03:51.073Z Compiling ingot-macros v0.1.1
4592026-04-11T11:03:51.195Z Checking futures-util v0.3.32
4602026-04-11T11:03:51.261Z Checking goblin v0.10.5
4612026-04-11T11:03:51.327Z Compiling darling v0.23.0
4622026-04-11T11:03:51.401Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4632026-04-11T11:03:51.522Z Checking ipnetwork v0.21.1
4642026-04-11T11:03:51.696Z Checking unicode-width v0.2.2
4652026-04-11T11:03:51.936Z Checking tabwriter v1.4.1
4662026-04-11T11:03:52.075Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4672026-04-11T11:03:52.565Z Checking postcard v1.1.3
4682026-04-11T11:03:52.887Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4692026-04-11T11:03:53.020Z Compiling serde_tokenstream v0.2.3
4702026-04-11T11:03:53.075Z Checking nom v8.0.0
4712026-04-11T11:03:53.126Z Checking futures-executor v0.3.32
4722026-04-11T11:03:53.270Z Checking futures v0.3.32
4732026-04-11T11:03:53.301Z Compiling typeid v1.0.3
4742026-04-11T11:03:53.336Z Checking dyn-clone v1.0.20
4752026-04-11T11:03:53.432Z Compiling anyhow v1.0.102
4762026-04-11T11:03:53.443Z Checking cookie-factory v0.3.3
4772026-04-11T11:03:53.617Z Checking uuid v1.23.0
4782026-04-11T11:03:53.689Z Checking circular v0.3.0
4792026-04-11T11:03:53.714Z Compiling dtor-proc-macro v0.0.6
4802026-04-11T11:03:53.719Z Checking ingot-types v0.1.2
4812026-04-11T11:03:53.736Z Checking dof v0.4.0
4822026-04-11T11:03:53.877Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4832026-04-11T11:03:54.005Z Compiling ctor-proc-macro v0.0.7
4842026-04-11T11:03:54.038Z Checking dtor v0.3.0
4852026-04-11T11:03:54.051Z Checking once_cell v1.21.4
4862026-04-11T11:03:54.055Z Checking ingot v0.1.1
4872026-04-11T11:03:54.175Z Checking ron v0.12.1
4882026-04-11T11:03:54.297Z Checking ctor v0.8.0
4892026-04-11T11:03:54.724Z Compiling usdt-macro v0.6.0
4902026-04-11T11:03:54.728Z Compiling usdt-attr-macro v0.6.0
4912026-04-11T11:03:54.946Z Checking rusticata-macros v5.0.0
4922026-04-11T11:03:55.064Z Checking pcap-parser v0.17.0
4932026-04-11T11:03:55.326Z Checking usdt v0.6.0
4942026-04-11T11:03:55.532Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4952026-04-11T11:03:59.853Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4962026-04-11T11:04:01.491Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4972026-04-11T11:04:03.749Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.47s
4982026-04-11T11:04:04.786Z
4992026-04-11T11:04:04.790Zreal 19.550631131
5002026-04-11T11:04:04.790Zuser 1:12.676918428
5012026-04-11T11:04:04.790Zsys 15.062745708
5022026-04-11T11:04:04.790Ztrap 0.038590187
5032026-04-11T11:04:04.790Ztflt 0.129347154
5042026-04-11T11:04:04.790Zdflt 0.169897700
5052026-04-11T11:04:04.790Zkflt 0.000031143
5062026-04-11T11:04:04.790Zlock 4:01.264527425
5072026-04-11T11:04:04.790Zslp 3:49.392915004
5082026-04-11T11:04:04.790Zlat 4.867859714
5092026-04-11T11:04:04.790Zstop 8.683303166
5102026-04-11T11:04:04.790Z+ header 'analyze no_std + engine + kernel'
5112026-04-11T11:04:04.790Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5122026-04-11T11:04:04.790Z# ==== analyze no_std + engine + kernel ==== #
5132026-04-11T11:04:04.790Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5142026-04-11T11:04:04.790Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5152026-04-11T11:04:04.790Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-04-11T11:04:04.790Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5172026-04-11T11:04:04.790Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5182026-04-11T11:04:04.790Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5192026-04-11T11:04:08.393Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5202026-04-11T11:04:09.943Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.11s
5212026-04-11T11:04:09.968Z
5222026-04-11T11:04:09.968Zreal 6.177555765
5232026-04-11T11:04:09.968Zuser 6.405612318
5242026-04-11T11:04:09.968Zsys 1.003958610
5252026-04-11T11:04:09.968Ztrap 0.000815014
5262026-04-11T11:04:09.968Ztflt 0.009929600
5272026-04-11T11:04:09.968Zdflt 0.002792446
5282026-04-11T11:04:09.968Zkflt 0.000000000
5292026-04-11T11:04:09.968Zlock 26.372060225
5302026-04-11T11:04:09.968Zslp 22.433041557
5312026-04-11T11:04:09.968Zlat 0.023835627
5322026-04-11T11:04:09.968Zstop 0.226216677
5332026-04-11T11:04:09.972Z+ header test
5342026-04-11T11:04:09.972Z+ echo '# ==== test ==== #'
5352026-04-11T11:04:09.972Z# ==== test ==== #
5362026-04-11T11:04:09.972Z+ ptime -m cargo test
5372026-04-11T11:04:10.126Z Compiling memchr v2.8.0
5382026-04-11T11:04:10.126Z Compiling serde_core v1.0.228
5392026-04-11T11:04:10.150Z Compiling thiserror v2.0.18
5402026-04-11T11:04:10.154Z Compiling zerocopy v0.8.48
5412026-04-11T11:04:10.157Z Compiling unicode-ident v1.0.24
5422026-04-11T11:04:10.157Z Compiling byteorder v1.5.0
5432026-04-11T11:04:10.161Z Compiling zmij v1.0.21
5442026-04-11T11:04:10.165Z Compiling libc v0.2.184
5452026-04-11T11:04:10.235Z Compiling proc-macro2 v1.0.106
5462026-04-11T11:04:10.278Z Compiling scroll v0.13.0
5472026-04-11T11:04:10.366Z Compiling ucd-trie v0.1.7
5482026-04-11T11:04:10.501Z Compiling plain v0.2.3
5492026-04-11T11:04:10.522Z Compiling itoa v1.0.18
5502026-04-11T11:04:10.538Z Compiling futures-core v0.3.32
5512026-04-11T11:04:10.597Z Compiling log v0.4.29
5522026-04-11T11:04:10.697Z Compiling futures-sink v0.3.32
5532026-04-11T11:04:10.776Z Compiling futures-channel v0.3.32
5542026-04-11T11:04:10.793Z Compiling goblin v0.10.5
5552026-04-11T11:04:10.812Z Compiling quote v1.0.45
5562026-04-11T11:04:11.010Z Compiling pest v2.8.6
5572026-04-11T11:04:11.073Z Compiling hash32 v0.3.1
5582026-04-11T11:04:11.237Z Compiling futures-task v0.3.32
5592026-04-11T11:04:11.431Z Compiling stable_deref_trait v1.2.1
5602026-04-11T11:04:11.480Z Compiling futures-io v0.3.32
5612026-04-11T11:04:11.502Z Compiling pin-project-lite v0.2.17
5622026-04-11T11:04:11.591Z Compiling pretty-hex v0.4.2
5632026-04-11T11:04:11.668Z Compiling macaddr v1.0.1
5642026-04-11T11:04:11.704Z Compiling slab v0.4.12
5652026-04-11T11:04:11.718Z Compiling cfg-if v1.0.4
5662026-04-11T11:04:11.781Z Compiling heapless v0.8.0
5672026-04-11T11:04:11.881Z Compiling serde v1.0.228
5682026-04-11T11:04:11.913Z Compiling bitflags v2.11.0
5692026-04-11T11:04:12.108Z Compiling serde_json v1.0.149
5702026-04-11T11:04:12.218Z Compiling dtrace-parser v0.3.0
5712026-04-11T11:04:12.323Z Compiling futures-util v0.3.32
5722026-04-11T11:04:12.509Z Compiling syn v2.0.117
5732026-04-11T11:04:12.714Z Compiling thread-id v5.1.0
5742026-04-11T11:04:12.789Z Compiling cobs v0.3.0
5752026-04-11T11:04:13.014Z Compiling ingot-types v0.1.2
5762026-04-11T11:04:13.076Z Compiling managed v0.8.0
5772026-04-11T11:04:13.132Z Compiling bitflags v1.3.2
5782026-04-11T11:04:13.200Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5792026-04-11T11:04:13.297Z Compiling smoltcp v0.11.0
5802026-04-11T11:04:13.415Z Compiling ingot v0.1.1
5812026-04-11T11:04:13.425Z Compiling postcard v1.1.3
5822026-04-11T11:04:13.777Z Compiling dof v0.4.0
5832026-04-11T11:04:15.051Z Compiling usdt-impl v0.6.0
5842026-04-11T11:04:15.246Z Compiling futures-executor v0.3.32
5852026-04-11T11:04:15.625Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5862026-04-11T11:04:15.856Z Compiling memmap2 v0.9.10
5872026-04-11T11:04:15.861Z Compiling unicode-width v0.2.2
5882026-04-11T11:04:16.147Z Compiling ipnetwork v0.21.1
5892026-04-11T11:04:16.161Z Compiling either v1.15.0
5902026-04-11T11:04:16.215Z Compiling tabwriter v1.4.1
5912026-04-11T11:04:16.333Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5922026-04-11T11:04:16.629Z Compiling itertools v0.14.0
5932026-04-11T11:04:16.674Z Compiling usdt v0.6.0
5942026-04-11T11:04:17.303Z Compiling ref-cast v1.0.25
5952026-04-11T11:04:17.400Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-04-11T11:04:17.512Z Compiling futures v0.3.32
5972026-04-11T11:04:17.556Z Compiling crc32fast v1.5.0
5982026-04-11T11:04:17.636Z Compiling nom v8.0.0
5992026-04-11T11:04:17.642Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6002026-04-11T11:04:17.800Z Compiling dyn-clone v1.0.20
6012026-04-11T11:04:17.968Z Compiling cookie-factory v0.3.3
6022026-04-11T11:04:18.131Z Compiling uuid v1.23.0
6032026-04-11T11:04:18.278Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6042026-04-11T11:04:18.515Z Compiling circular v0.3.0
6052026-04-11T11:04:18.614Z Compiling dtor v0.3.0
6062026-04-11T11:04:18.686Z Compiling anyhow v1.0.102
6072026-04-11T11:04:18.718Z Compiling typeid v1.0.3
6082026-04-11T11:04:18.757Z Compiling once_cell v1.21.4
6092026-04-11T11:04:18.766Z Compiling ctor v0.8.0
6102026-04-11T11:04:18.910Z Compiling ron v0.12.1
6112026-04-11T11:04:20.169Z Compiling rusticata-macros v5.0.0
6122026-04-11T11:04:20.500Z Compiling pcap-parser v0.17.0
6132026-04-11T11:04:22.654Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6142026-04-11T11:04:25.026Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6152026-04-11T11:05:03.079Z Finished `test` profile [optimized + debuginfo] target(s) in 53.09s
6162026-04-11T11:05:03.096Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f14a9b55c317be85)
6172026-04-11T11:05:03.099Z
6182026-04-11T11:05:03.099Zrunning 15 tests
6192026-04-11T11:05:03.102Ztest api::tests::parse_good_address ... ok
6202026-04-11T11:05:03.102Ztest api::tests::parse_good_proto_filter ... ok
6212026-04-11T11:05:03.102Ztest api::tests::ports_from_str_bad ... ok
6222026-04-11T11:05:03.102Ztest api::tests::parse_bad_address ... ok
6232026-04-11T11:05:03.102Ztest api::tests::ports_from_str_good ... ok
6242026-04-11T11:05:03.102Ztest api::tests::parse_bad_proto_filter ... ok
6252026-04-11T11:05:03.102Ztest cfg::tests::test_required_nat_space ... ok
6262026-04-11T11:05:03.102Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6272026-04-11T11:05:03.102Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6282026-04-11T11:05:03.102Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6292026-04-11T11:05:03.102Ztest engine::geneve::test::parse_multi_opt ... ok
6302026-04-11T11:05:03.102Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6312026-04-11T11:05:03.102Ztest engine::geneve::test::parse_single_opt ... ok
6322026-04-11T11:05:03.102Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6332026-04-11T11:05:03.102Ztest engine::firewall::tests::port_predicate_simplification ... ok
6342026-04-11T11:05:03.102Z
6352026-04-11T11:05:03.102Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-11T11:05:03.102Z
6372026-04-11T11:05:03.102Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-637ff909c0037896)
6382026-04-11T11:05:03.106Z
6392026-04-11T11:05:03.106Zrunning 4 tests
6402026-04-11T11:05:03.106Ztest firewall_vni_outbound ... ok
6412026-04-11T11:05:03.106Ztest firewall_external_inbound ... ok
6422026-04-11T11:05:03.106Ztest firewall_vni_inbound ... ok
6432026-04-11T11:05:03.106Ztest firewall_replace_rules ... ok
6442026-04-11T11:05:03.106Z
6452026-04-11T11:05:03.106Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-04-11T11:05:03.106Z
6472026-04-11T11:05:03.106Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-65667d50ebf8a1c9)
6482026-04-11T11:05:03.110Z
6492026-04-11T11:05:03.110Zrunning 2 tests
6502026-04-11T11:05:03.110Ztest parse_in_regression ... ok
6512026-04-11T11:05:03.110Ztest parse_out_regression ... ok
6522026-04-11T11:05:03.110Z
6532026-04-11T11:05:03.110Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6542026-04-11T11:05:03.110Z
6552026-04-11T11:05:03.110Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-c869bccf26e17f0c)
6562026-04-11T11:05:03.114Z
6572026-04-11T11:05:03.114Zrunning 47 tests
6582026-04-11T11:05:03.114Ztest bad_ip_len ... ok
6592026-04-11T11:05:03.114Ztest check_layers ... ok
6602026-04-11T11:05:03.114Ztest add_remove_fw_rule ... ok
6612026-04-11T11:05:03.114Ztest arp_gateway ... ok
6622026-04-11T11:05:03.114Ztest external_attached_subnets_cannot_reach_internal ... ok
6632026-04-11T11:05:03.114Ztest anti_spoof ... ok
6642026-04-11T11:05:03.114Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6652026-04-11T11:05:03.114Ztest external_attached_subnets_dont_apply_nat ... ok
6662026-04-11T11:05:03.114Ztest external_ip_epoch_affinity_preserved ... ok
6672026-04-11T11:05:03.114Ztest gateway_icmp4_ping ... ok
6682026-04-11T11:05:03.114Ztest gateway_icmpv6_ping ... ok
6692026-04-11T11:05:03.114Ztest flow_expiration ... ok
6702026-04-11T11:05:03.114Ztest early_tcp_invalidation ... ok
6712026-04-11T11:05:03.114Ztest gateway_router_advert_reply ... ok
6722026-04-11T11:05:03.114Ztest external_ip_reconfigurable ... ok
6732026-04-11T11:05:03.114Ztest guest_to_guest_no_route ... ok
6742026-04-11T11:05:03.114Ztest guest_to_guest_diff_vpc_no_peer ... ok
6752026-04-11T11:05:03.114Ztest guest_to_internet_ipv6 ... ok
6762026-04-11T11:05:03.114Ztest guest_to_guest ... ok
6772026-04-11T11:05:03.114Ztest guest_to_internet_ipv4 ... ok
6782026-04-11T11:05:03.114Ztest icmp_inner_has_nat_applied ... ok
6792026-04-11T11:05:03.114Ztest inbound_ndp_dropped_at_gateway ... ok
6802026-04-11T11:05:03.114Ztest icmpv6_inner_has_nat_applied ... ok
6812026-04-11T11:05:03.114Ztest external_ip_balanced_over_floating_ips ... ok
6822026-04-11T11:05:03.114Ztest packet_body_pullup ... ok
6832026-04-11T11:05:03.114Ztest intra_subnet_routes_with_custom ... ok
6842026-04-11T11:05:03.115Ztest outbound_ndp_dropped ... ok
6852026-04-11T11:05:03.115Ztest no_panic_on_flow_table_full ... ok
6862026-04-11T11:05:03.115Ztest external_ip_receive_and_reply_on_all ... ok
6872026-04-11T11:05:03.115Ztest internal_attached_subnets ... ok
6882026-04-11T11:05:03.115Ztest port_transition_reset ... ok
6892026-04-11T11:05:03.115Ztest port_transition_running ... ok
6902026-04-11T11:05:03.115Ztest test_drop_on_unknown_critical_option ... ok
6912026-04-11T11:05:03.115Ztest port_as_router_target ... ok
6922026-04-11T11:05:03.115Ztest snat_icmp6_echo_rewrite ... ok
6932026-04-11T11:05:03.115Ztest select_eip_conditioned_on_igw ... ok
6942026-04-11T11:05:03.115Ztest snat_icmp4_echo_rewrite ... ok
6952026-04-11T11:05:03.115Ztest port_transition_pause ... ok
6962026-04-11T11:05:03.115Ztest tcp_inbound ... ok
6972026-04-11T11:05:03.115Ztest test_ipv6_multicast_encapsulation ... ok
6982026-04-11T11:05:03.115Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6992026-04-11T11:05:03.115Ztest tcp_outbound ... ok
7002026-04-11T11:05:03.115Ztest test_gateway_neighbor_advert_reply ... ok
7012026-04-11T11:05:03.115Ztest test_tcp_multicast_denied ... ok
7022026-04-11T11:05:03.115Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7032026-04-11T11:05:03.115Ztest uft_lft_invalidation_out ... ok
7042026-04-11T11:05:03.115Ztest uft_lft_invalidation_in ... ok
7052026-04-11T11:05:03.115Z
7062026-04-11T11:05:03.115Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-11T11:05:03.115Z
7082026-04-11T11:05:03.115Z Doc-tests oxide_vpc
7092026-04-11T11:05:03.412Z
7102026-04-11T11:05:03.412Zrunning 0 tests
7112026-04-11T11:05:03.412Z
7122026-04-11T11:05:03.412Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-11T11:05:03.412Z
7142026-04-11T11:05:03.440Z
7152026-04-11T11:05:03.440Zreal 53.451556679
7162026-04-11T11:05:03.440Zuser 3:14.773668678
7172026-04-11T11:05:03.440Zsys 11.611057500
7182026-04-11T11:05:03.440Ztrap 0.095289388
7192026-04-11T11:05:03.440Ztflt 0.148765416
7202026-04-11T11:05:03.440Zdflt 0.283199480
7212026-04-11T11:05:03.440Zkflt 0.000431671
7222026-04-11T11:05:03.445Zlock 12:51.163612519
7232026-04-11T11:05:03.445Zslp 6:45.744156675
7242026-04-11T11:05:03.445Zlat 9.148505380
7252026-04-11T11:05:03.445Zstop 5.561107594
7262026-04-11T11:05:03.445Zprocess exited: duration 118360 ms, exit code 0
 
7272026-04-11T11:05:03.452Zfound 0 output files