01KN4JEPXC4BR9BA29E3J1NF5A: oxide-vpc

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

Buildomat Job: 01KN4JF723PFYRFFQG68HVZNCV

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:08:09.662Zjob assigned to worker 01KN4JFHVBTYPAZVHK634P8SX1 [factory aws, i-0a4e4f0a40ad79402] (queued for 1 m 3 s)
 
22026-04-01T13:08:16.243Zstarting task 0: "setup"
32026-04-01T13:08:16.247Z++ uname -s
42026-04-01T13:08:16.250Z+ kern=SunOS
52026-04-01T13:08:16.250Z+ build_user=build
62026-04-01T13:08:16.250Z+ build_uid=12345
72026-04-01T13:08:16.250Z+ work_dir=/work
82026-04-01T13:08:16.250Z+ input_dir=/input
92026-04-01T13:08:16.250Z+ [[ 0 == 12345 ]]
102026-04-01T13:08:16.250Z+ case "$kern" in
112026-04-01T13:08:16.250Z+ groupadd -g 12345 build
122026-04-01T13:08:16.253Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:18.257Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:18.356Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:18.359Z+ home_fs=zfs
162026-04-01T13:08:18.359Z+ [[ zfs == autofs ]]
172026-04-01T13:08:18.359Z+ mkdir -p /home/build
182026-04-01T13:08:18.359Z+ chown build:build /home/build /work
192026-04-01T13:08:20.361Z+ chmod 0700 /home/build /work
202026-04-01T13:08:20.364Zprocess exited: duration 4121 ms, exit code 0
 
212026-04-01T13:08:20.370Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:20.375Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:20.375Z * rust toolchain channel = "1.93.1"
242026-04-01T13:08:20.375Z * rust toolchain profile = "default"
252026-04-01T13:08:20.375Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-01T13:08:20.375Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T13:08:20.375Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-01T13:08:20.379Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:20.379Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:20.497Zinfo: downloading installer
312026-04-01T13:08:21.860Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:21.860Zwarn: /opt/ooce/bin
332026-04-01T13:08:21.860Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:21.860Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:21.860Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:21.860Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:21.860Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:21.860Zerror: cannot install while Rust is installed
392026-04-01T13:08:21.861Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:21.861Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:21.861Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:21.861Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:21.861Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:21.873Zinfo: profile set to default
452026-04-01T13:08:21.874Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:21.876Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:21.999Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:22.002Zinfo: downloading 6 components
492026-04-01T13:08:36.582Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-04-01T13:08:36.582Z
512026-04-01T13:08:36.619Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:36.619Z
532026-04-01T13:08:36.619Z
542026-04-01T13:08:36.619ZRust is installed now. Great!
552026-04-01T13:08:36.619Z
562026-04-01T13:08:36.619ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:36.619Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:36.619Z
592026-04-01T13:08:36.619ZTo configure your current shell, you need to source
602026-04-01T13:08:36.619Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:36.619Z
622026-04-01T13:08:36.619ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:36.622Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:36.622Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:36.622Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:36.622Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:36.622Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:36.622Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:36.622Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:36.622Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:36.717Z+ rustup --version
722026-04-01T13:08:36.726Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:36.729Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:36.747Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:36.750Z+ cargo --version
762026-04-01T13:08:36.763Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:36.766Z+ rustc --version
782026-04-01T13:08:36.785Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:36.787Zprocess exited: duration 16413 ms, exit code 0
 
802026-04-01T13:08:36.793Zstarting task 2: "authentication"
812026-04-01T13:08:36.809Zprocess exited: duration 15 ms, exit code 0
 
822026-04-01T13:08:36.814Zstarting task 3: "clone repository"
832026-04-01T13:08:36.817Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:36.820Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:36.849ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:37.712Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:37.712Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:37.994ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:37.994Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:38.001Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:38.004Z++ git branch --show-current
922026-04-01T13:08:38.004Z+ current=master
932026-04-01T13:08:38.004Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:38.004Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:38.007Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:38.023ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:38.026Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:38.028ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:38.028Zprocess exited: duration 1212 ms, exit code 0
 
1002026-04-01T13:08:38.034Zstarting task 4: "build"
1012026-04-01T13:08:38.037Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:38.040Z++ rustup show active-toolchain
1032026-04-01T13:08:38.043Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:38.046Z++ pushd xde
1052026-04-01T13:08:38.046Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-01T13:08:38.046Z++ rustup show active-toolchain
1072026-04-01T13:08:38.049Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:38.212Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:38.214Zinfo: downloading 6 components
1102026-04-01T13:08:53.136Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:53.228Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:53.231Z+++ head -n 1
1132026-04-01T13:08:53.231Z+++ cut '-d ' -f1
1142026-04-01T13:08:53.280Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:53.280Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:53.283Z++ popd
1172026-04-01T13:08:53.283Z/work/oxidecomputer/opte
1182026-04-01T13:08:53.283Z+ cargo --version
1192026-04-01T13:08:53.290Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-04-01T13:08:53.293Z+ rustc --version
1212026-04-01T13:08:53.312Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-04-01T13:08:53.315Z+ cd lib/oxide-vpc
1232026-04-01T13:08:53.315Z+ header 'check style'
1242026-04-01T13:08:53.315Z+ echo '# ==== check style ==== #'
1252026-04-01T13:08:53.315Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1262026-04-01T13:08:53.315Z# ==== check style ==== #
1272026-04-01T13:08:53.443Z
1282026-04-01T13:08:53.443Zreal 0.125806791
1292026-04-01T13:08:53.443Zuser 0.089924566
1302026-04-01T13:08:53.443Zsys 0.032417702
1312026-04-01T13:08:53.443Ztrap 0.000003428
1322026-04-01T13:08:53.443Ztflt 0.000020525
1332026-04-01T13:08:53.443Zdflt 0.000068755
1342026-04-01T13:08:53.443Zkflt 0.000000000
1352026-04-01T13:08:53.443Zlock 0.045442060
1362026-04-01T13:08:53.443Zslp 0.108904637
1372026-04-01T13:08:53.443Zlat 0.001223083
1382026-04-01T13:08:53.443Zstop 0.000103058
1392026-04-01T13:08:53.446Z+ header 'check docs'
1402026-04-01T13:08:53.446Z+ echo '# ==== check docs ==== #'
1412026-04-01T13:08:53.446Z+ RUSTDOCFLAGS='-D warnings'
1422026-04-01T13:08:53.446Z# ==== check docs ==== #
1432026-04-01T13:08:53.446Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-04-01T13:08:53.512Z Updating crates.io index
1452026-04-01T13:08:53.547Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-01T13:08:54.552Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-01T13:08:54.798Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-01T13:08:55.173Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-01T13:08:55.455Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-01T13:08:55.924Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-01T13:08:56.216Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-01T13:08:59.001Z Downloading crates ...
1532026-04-01T13:08:59.048Z Downloaded crypto-common v0.1.7
1542026-04-01T13:08:59.053Z Downloaded cobs v0.3.0
1552026-04-01T13:08:59.059Z Downloaded bitflags v1.3.2
1562026-04-01T13:08:59.062Z Downloaded bitflags v2.11.0
1572026-04-01T13:08:59.064Z Downloaded strsim v0.11.1
1582026-04-01T13:08:59.067Z Downloaded itoa v1.0.18
1592026-04-01T13:08:59.067Z Downloaded embedded-io v0.4.0
1602026-04-01T13:08:59.070Z Downloaded defmt-parser v1.0.0
1612026-04-01T13:08:59.072Z Downloaded cpufeatures v0.2.17
1622026-04-01T13:08:59.075Z Downloaded defmt-macros v1.0.1
1632026-04-01T13:08:59.075Z Downloaded cfg-if v1.0.4
1642026-04-01T13:08:59.079Z Downloaded darling v0.23.0
1652026-04-01T13:08:59.082Z Downloaded ref-cast-impl v1.0.25
1662026-04-01T13:08:59.084Z Downloaded ident_case v1.0.1
1672026-04-01T13:08:59.084Z Downloaded defmt v1.0.1
1682026-04-01T13:08:59.087Z Downloaded crc32fast v1.5.0
1692026-04-01T13:08:59.087Z Downloaded pretty-hex v0.4.2
1702026-04-01T13:08:59.090Z Downloaded darling v0.21.3
1712026-04-01T13:08:59.093Z Downloaded usdt-macro v0.6.0
1722026-04-01T13:08:59.093Z Downloaded block-buffer v0.10.4
1732026-04-01T13:08:59.093Z Downloaded darling_macro v0.21.3
1742026-04-01T13:08:59.096Z Downloaded dyn-clone v1.0.20
1752026-04-01T13:08:59.096Z Downloaded defmt v0.3.100
1762026-04-01T13:08:59.101Z Downloaded tabwriter v1.4.1
1772026-04-01T13:08:59.104Z Downloaded dtrace-parser v0.3.0
1782026-04-01T13:08:59.107Z Downloaded managed v0.8.0
1792026-04-01T13:08:59.111Z Downloaded digest v0.10.7
1802026-04-01T13:08:59.118Z Downloaded ref-cast v1.0.25
1812026-04-01T13:08:59.120Z Downloaded thread-id v5.1.0
1822026-04-01T13:08:59.124Z Downloaded version_check v0.9.5
1832026-04-01T13:08:59.127Z Downloaded usdt-attr-macro v0.6.0
1842026-04-01T13:08:59.127Z Downloaded stable_deref_trait v1.2.1
1852026-04-01T13:08:59.127Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-04-01T13:08:59.127Z Downloaded embedded-io v0.6.1
1872026-04-01T13:08:59.129Z Downloaded dof v0.4.0
1882026-04-01T13:08:59.132Z Downloaded macaddr v1.0.1
1892026-04-01T13:08:59.138Z Downloaded fnv v1.0.7
1902026-04-01T13:08:59.141Z Downloaded darling_macro v0.23.0
1912026-04-01T13:08:59.141Z Downloaded thiserror v2.0.18
1922026-04-01T13:08:59.145Z Downloaded scroll v0.13.0
1932026-04-01T13:08:59.147Z Downloaded zmij v1.0.21
1942026-04-01T13:08:59.150Z Downloaded quote v1.0.45
1952026-04-01T13:08:59.150Z Downloaded either v1.15.0
1962026-04-01T13:08:59.159Z Downloaded plain v0.2.3
1972026-04-01T13:08:59.161Z Downloaded hash32 v0.3.1
1982026-04-01T13:08:59.161Z Downloaded usdt v0.6.0
1992026-04-01T13:08:59.168Z Downloaded serde_tokenstream v0.2.3
2002026-04-01T13:08:59.170Z Downloaded sha2 v0.10.9
2012026-04-01T13:08:59.171Z Downloaded darling_core v0.21.3
2022026-04-01T13:09:00.176Z Downloaded thiserror-impl v2.0.18
2032026-04-01T13:09:00.180Z Downloaded usdt-impl v0.6.0
2042026-04-01T13:09:00.180Z Downloaded scroll_derive v0.13.1
2052026-04-01T13:09:00.180Z Downloaded proc-macro-error2 v2.0.1
2062026-04-01T13:09:00.180Z Downloaded ipnetwork v0.21.1
2072026-04-01T13:09:00.180Z Downloaded pest_derive v2.8.6
2082026-04-01T13:09:00.180Z Downloaded memmap2 v0.9.10
2092026-04-01T13:09:00.180Z Downloaded generic-array v0.14.7
2102026-04-01T13:09:00.180Z Downloaded ingot-macros v0.1.1
2112026-04-01T13:09:00.180Z Downloaded ingot-types v0.1.2
2122026-04-01T13:09:00.180Z Downloaded memchr v2.8.0
2132026-04-01T13:09:00.180Z Downloaded darling_core v0.23.0
2142026-04-01T13:09:00.180Z Downloaded ingot v0.1.1
2152026-04-01T13:09:00.180Z Downloaded postcard v1.1.3
2162026-04-01T13:09:00.180Z Downloaded ucd-trie v0.1.7
2172026-04-01T13:09:00.180Z Downloaded byteorder v1.5.0
2182026-04-01T13:09:00.180Z Downloaded serde_core v1.0.228
2192026-04-01T13:09:00.181Z Downloaded proc-macro2 v1.0.106
2202026-04-01T13:09:00.181Z Downloaded unicode-ident v1.0.24
2212026-04-01T13:09:00.181Z Downloaded serde_derive v1.0.228
2222026-04-01T13:09:00.181Z Downloaded pest_generator v2.8.6
2232026-04-01T13:09:00.181Z Downloaded log v0.4.29
2242026-04-01T13:09:00.181Z Downloaded uuid v1.22.0
2252026-04-01T13:09:00.181Z Downloaded typenum v1.19.0
2262026-04-01T13:09:00.181Z Downloaded pest_meta v2.8.6
2272026-04-01T13:09:00.181Z Downloaded heapless v0.8.0
2282026-04-01T13:09:00.181Z Downloaded zerocopy-derive v0.8.47
2292026-04-01T13:09:00.181Z Downloaded serde v1.0.228
2302026-04-01T13:09:00.181Z Downloaded serde_json v1.0.149
2312026-04-01T13:09:00.181Z Downloaded aho-corasick v1.1.4
2322026-04-01T13:09:00.181Z Downloaded pest v2.8.6
2332026-04-01T13:09:00.181Z Downloaded regex v1.12.3
2342026-04-01T13:09:00.181Z Downloaded itertools v0.14.0
2352026-04-01T13:09:00.181Z Downloaded goblin v0.10.5
2362026-04-01T13:09:00.181Z Downloaded unicode-width v0.2.2
2372026-04-01T13:09:00.181Z Downloaded zerocopy v0.8.47
2382026-04-01T13:09:00.181Z Downloaded syn v2.0.117
2392026-04-01T13:09:00.181Z Downloaded smoltcp v0.11.0
2402026-04-01T13:09:00.181Z Downloaded regex-syntax v0.8.10
2412026-04-01T13:09:00.181Z Downloaded regex-automata v0.4.14
2422026-04-01T13:09:00.181Z Downloaded libc v0.2.183
2432026-04-01T13:09:00.181Z Compiling proc-macro2 v1.0.106
2442026-04-01T13:09:00.181Z Compiling quote v1.0.45
2452026-04-01T13:09:00.181Z Compiling unicode-ident v1.0.24
2462026-04-01T13:09:00.181Z Compiling strsim v0.11.1
2472026-04-01T13:09:00.181Z Documenting unicode-ident v1.0.24
2482026-04-01T13:09:00.181Z Compiling ident_case v1.0.1
2492026-04-01T13:09:00.181Z Compiling serde_core v1.0.228
2502026-04-01T13:09:00.181Z Compiling fnv v1.0.7
2512026-04-01T13:09:00.181Z Compiling memchr v2.8.0
2522026-04-01T13:09:00.181Z Compiling regex-syntax v0.8.10
2532026-04-01T13:09:00.181Z Compiling zerocopy v0.8.47
2542026-04-01T13:09:00.181Z Compiling thiserror v2.0.18
2552026-04-01T13:09:00.181Z Compiling serde v1.0.228
2562026-04-01T13:09:00.246Z Documenting proc-macro2 v1.0.106
2572026-04-01T13:09:00.249Z Compiling aho-corasick v1.1.4
2582026-04-01T13:09:00.512Z Compiling either v1.15.0
2592026-04-01T13:09:00.599Z Checking byteorder v1.5.0
2602026-04-01T13:09:00.622Z Checking syn v2.0.117
2612026-04-01T13:09:00.710Z Compiling itertools v0.14.0
2622026-04-01T13:09:00.819Z Documenting quote v1.0.45
2632026-04-01T13:09:01.306Z Documenting syn v2.0.117
2642026-04-01T13:09:01.408Z Compiling regex-automata v0.4.14
2652026-04-01T13:09:01.653Z Compiling heapless v0.8.0
2662026-04-01T13:09:01.753Z Checking bitflags v2.11.0
2672026-04-01T13:09:01.903Z Checking hash32 v0.3.1
2682026-04-01T13:09:01.943Z Documenting serde_core v1.0.228
2692026-04-01T13:09:02.007Z Checking cfg-if v1.0.4
2702026-04-01T13:09:02.063Z Checking stable_deref_trait v1.2.1
2712026-04-01T13:09:02.108Z Documenting memchr v2.8.0
2722026-04-01T13:09:02.126Z Checking macaddr v1.0.1
2732026-04-01T13:09:02.262Z Documenting regex-syntax v0.8.10
2742026-04-01T13:09:02.679Z Compiling smoltcp v0.11.0
2752026-04-01T13:09:02.717Z Documenting aho-corasick v1.1.4
2762026-04-01T13:09:03.019Z Compiling regex v1.12.3
2772026-04-01T13:09:03.263Z Compiling darling_core v0.21.3
2782026-04-01T13:09:03.289Z Compiling darling_core v0.23.0
2792026-04-01T13:09:03.607Z Documenting regex-automata v0.4.14
2802026-04-01T13:09:03.919Z Checking managed v0.8.0
2812026-04-01T13:09:03.938Z Checking bitflags v1.3.2
2822026-04-01T13:09:04.095Z Documenting thiserror-impl v2.0.18
2832026-04-01T13:09:04.296Z Documenting serde_derive v1.0.228
2842026-04-01T13:09:04.312Z Documenting zerocopy-derive v0.8.47
2852026-04-01T13:09:04.329Z Compiling thiserror-impl v2.0.18
2862026-04-01T13:09:04.928Z Compiling zerocopy-derive v0.8.47
2872026-04-01T13:09:04.985Z Compiling serde_derive v1.0.228
2882026-04-01T13:09:05.131Z Documenting regex v1.12.3
2892026-04-01T13:09:05.239Z Compiling crc32fast v1.5.0
2902026-04-01T13:09:05.373Z Compiling darling_macro v0.21.3
2912026-04-01T13:09:05.389Z Compiling darling_macro v0.23.0
2922026-04-01T13:09:05.444Z Documenting byteorder v1.5.0
2932026-04-01T13:09:05.538Z Compiling ref-cast v1.0.25
2942026-04-01T13:09:05.692Z Checking cobs v0.3.0
2952026-04-01T13:09:05.824Z Documenting thiserror v2.0.18
2962026-04-01T13:09:05.938Z Compiling ref-cast-impl v1.0.25
2972026-04-01T13:09:05.950Z Compiling darling v0.21.3
2982026-04-01T13:09:06.058Z Compiling ingot-macros v0.1.1
2992026-04-01T13:09:06.084Z Documenting ingot-macros v0.1.1
3002026-04-01T13:09:06.130Z Documenting hash32 v0.3.1
3012026-04-01T13:09:06.381Z Documenting bitflags v2.11.0
3022026-04-01T13:09:06.568Z Documenting zerocopy v0.8.47
3032026-04-01T13:09:06.643Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-04-01T13:09:06.887Z Documenting cfg-if v1.0.4
3052026-04-01T13:09:07.000Z Compiling version_check v0.9.5
3062026-04-01T13:09:07.207Z Documenting stable_deref_trait v1.2.1
3072026-04-01T13:09:07.276Z Documenting macaddr v1.0.1
3082026-04-01T13:09:07.283Z Checking unicode-width v0.2.2
3092026-04-01T13:09:07.389Z Checking ipnetwork v0.21.1
3102026-04-01T13:09:07.574Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3112026-04-01T13:09:07.686Z Documenting cobs v0.3.0
3122026-04-01T13:09:07.697Z Documenting heapless v0.8.0
3132026-04-01T13:09:07.833Z Documenting serde v1.0.228
3142026-04-01T13:09:07.871Z Compiling darling v0.23.0
3152026-04-01T13:09:08.086Z Checking postcard v1.1.3
3162026-04-01T13:09:08.209Z Documenting managed v0.8.0
3172026-04-01T13:09:08.367Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3182026-04-01T13:09:08.739Z Checking tabwriter v1.4.1
3192026-04-01T13:09:08.850Z Documenting smoltcp v0.11.0
3202026-04-01T13:09:08.877Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-04-01T13:09:09.096Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3222026-04-01T13:09:09.126Z Documenting ref-cast-impl v1.0.25
3232026-04-01T13:09:09.183Z Checking ingot-types v0.1.2
3242026-04-01T13:09:09.246Z Documenting postcard v1.1.3
3252026-04-01T13:09:09.259Z Documenting either v1.15.0
3262026-04-01T13:09:09.524Z Checking ingot v0.1.1
3272026-04-01T13:09:09.586Z Documenting ingot-types v0.1.2
3282026-04-01T13:09:09.634Z Documenting unicode-width v0.2.2
3292026-04-01T13:09:09.658Z Documenting ipnetwork v0.21.1
3302026-04-01T13:09:09.863Z Checking dyn-clone v1.0.20
3312026-04-01T13:09:09.959Z Documenting itertools v0.14.0
3322026-04-01T13:09:10.237Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3332026-04-01T13:09:10.441Z Documenting ref-cast v1.0.25
3342026-04-01T13:09:10.753Z Documenting crc32fast v1.5.0
3352026-04-01T13:09:11.005Z Documenting tabwriter v1.4.1
3362026-04-01T13:09:11.096Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3372026-04-01T13:09:11.346Z Documenting ingot v0.1.1
3382026-04-01T13:09:11.599Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-04-01T13:09:11.920Z Documenting dyn-clone v1.0.20
3402026-04-01T13:09:12.218Z Documenting uuid v1.22.0
3412026-04-01T13:09:12.491Z Checking uuid v1.22.0
3422026-04-01T13:09:12.726Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-04-01T13:09:12.790Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-04-01T13:09:14.177Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-04-01T13:09:15.362Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-04-01T13:09:17.540Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-04-01T13:09:19.084Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.62s
3482026-04-01T13:09:19.174Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-04-01T13:09:19.194Z
3502026-04-01T13:09:19.197Zreal 25.726134655
3512026-04-01T13:09:19.197Zuser 1:21.459806323
3522026-04-01T13:09:19.198Zsys 16.726185117
3532026-04-01T13:09:19.198Ztrap 0.044794718
3542026-04-01T13:09:19.198Ztflt 0.052446426
3552026-04-01T13:09:19.198Zdflt 0.047382255
3562026-04-01T13:09:19.198Zkflt 0.004811156
3572026-04-01T13:09:19.198Zlock 7:52.266251065
3582026-04-01T13:09:19.198Zslp 4:39.917740163
3592026-04-01T13:09:19.198Zlat 8.847491860
3602026-04-01T13:09:19.198Zstop 9.896210385
3612026-04-01T13:09:19.198Z+ header 'analyze std + api + usdt'
3622026-04-01T13:09:19.198Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-04-01T13:09:19.198Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3642026-04-01T13:09:19.198Z# ==== analyze std + api + usdt ==== #
3652026-04-01T13:09:19.381Z Downloading crates ...
3662026-04-01T13:09:19.437Z Downloaded anyhow v1.0.102
3672026-04-01T13:09:19.442Z Downloaded futures v0.3.32
3682026-04-01T13:09:19.445Z Downloaded futures-io v0.3.32
3692026-04-01T13:09:19.447Z Downloaded ctor v0.8.0
3702026-04-01T13:09:19.450Z Downloaded futures-task v0.3.32
3712026-04-01T13:09:19.450Z Downloaded slab v0.4.12
3722026-04-01T13:09:19.450Z Downloaded futures-sink v0.3.32
3732026-04-01T13:09:19.453Z Downloaded futures-macro v0.3.32
3742026-04-01T13:09:19.453Z Downloaded dtor-proc-macro v0.0.6
3752026-04-01T13:09:19.453Z Downloaded circular v0.3.0
3762026-04-01T13:09:19.453Z Downloaded ctor-proc-macro v0.0.7
3772026-04-01T13:09:19.456Z Downloaded rusticata-macros v5.0.0
3782026-04-01T13:09:19.456Z Downloaded typeid v1.0.3
3792026-04-01T13:09:19.459Z Downloaded dtor v0.3.0
3802026-04-01T13:09:19.459Z Downloaded futures-executor v0.3.32
3812026-04-01T13:09:19.462Z Downloaded once_cell v1.21.4
3822026-04-01T13:09:19.465Z Downloaded futures-core v0.3.32
3832026-04-01T13:09:19.465Z Downloaded futures-channel v0.3.32
3842026-04-01T13:09:19.471Z Downloaded cookie-factory v0.3.3
3852026-04-01T13:09:19.474Z Downloaded pin-project-lite v0.2.17
3862026-04-01T13:09:19.487Z Downloaded pcap-parser v0.17.0
3872026-04-01T13:09:19.501Z Downloaded ron v0.12.0
3882026-04-01T13:09:19.505Z Downloaded nom v8.0.0
3892026-04-01T13:09:19.508Z Downloaded futures-util v0.3.32
3902026-04-01T13:09:19.561Z Compiling proc-macro2 v1.0.106
3912026-04-01T13:09:19.561Z Compiling quote v1.0.45
3922026-04-01T13:09:19.561Z Compiling unicode-ident v1.0.24
3932026-04-01T13:09:19.564Z Compiling memchr v2.8.0
3942026-04-01T13:09:19.564Z Compiling thiserror v2.0.18
3952026-04-01T13:09:19.564Z Compiling serde_core v1.0.228
3962026-04-01T13:09:19.564Z Compiling zerocopy v0.8.47
3972026-04-01T13:09:19.742Z Compiling zmij v1.0.21
3982026-04-01T13:09:19.960Z Compiling libc v0.2.183
3992026-04-01T13:09:19.964Z Compiling strsim v0.11.1
4002026-04-01T13:09:19.972Z Compiling ucd-trie v0.1.7
4012026-04-01T13:09:20.001Z Compiling serde_json v1.0.149
4022026-04-01T13:09:20.037Z Compiling ident_case v1.0.1
4032026-04-01T13:09:20.166Z Compiling pest v2.8.6
4042026-04-01T13:09:20.205Z Compiling serde v1.0.228
4052026-04-01T13:09:20.443Z Compiling fnv v1.0.7
4062026-04-01T13:09:20.590Z Compiling aho-corasick v1.1.4
4072026-04-01T13:09:20.618Z Compiling itoa v1.0.18
4082026-04-01T13:09:20.621Z Compiling regex-syntax v0.8.10
4092026-04-01T13:09:20.790Z Checking byteorder v1.5.0
4102026-04-01T13:09:20.944Z Compiling syn v2.0.117
4112026-04-01T13:09:21.312Z Compiling pest_meta v2.8.6
4122026-04-01T13:09:21.377Z Compiling usdt-impl v0.6.0
4132026-04-01T13:09:21.398Z Compiling either v1.15.0
4142026-04-01T13:09:21.533Z Checking bitflags v2.11.0
4152026-04-01T13:09:21.589Z Compiling itertools v0.14.0
4162026-04-01T13:09:21.687Z Compiling thread-id v5.1.0
4172026-04-01T13:09:22.007Z Checking futures-core v0.3.32
4182026-04-01T13:09:22.122Z Compiling regex-automata v0.4.14
4192026-04-01T13:09:22.138Z Checking futures-sink v0.3.32
4202026-04-01T13:09:22.236Z Checking log v0.4.29
4212026-04-01T13:09:22.376Z Compiling heapless v0.8.0
4222026-04-01T13:09:22.613Z Checking plain v0.2.3
4232026-04-01T13:09:22.669Z Checking futures-channel v0.3.32
4242026-04-01T13:09:22.819Z Checking hash32 v0.3.1
4252026-04-01T13:09:22.856Z Compiling smoltcp v0.11.0
4262026-04-01T13:09:22.934Z Checking stable_deref_trait v1.2.1
4272026-04-01T13:09:22.957Z Checking pretty-hex v0.4.2
4282026-04-01T13:09:22.998Z Checking pin-project-lite v0.2.17
4292026-04-01T13:09:23.067Z Checking macaddr v1.0.1
4302026-04-01T13:09:23.134Z Checking futures-io v0.3.32
4312026-04-01T13:09:23.194Z Checking futures-task v0.3.32
4322026-04-01T13:09:23.202Z Checking slab v0.4.12
4332026-04-01T13:09:23.242Z Checking cfg-if v1.0.4
4342026-04-01T13:09:23.328Z Compiling ref-cast v1.0.25
4352026-04-01T13:09:23.345Z Compiling crc32fast v1.5.0
4362026-04-01T13:09:23.381Z Compiling pest_generator v2.8.6
4372026-04-01T13:09:23.627Z Compiling darling_core v0.21.3
4382026-04-01T13:09:23.653Z Compiling darling_core v0.23.0
4392026-04-01T13:09:23.664Z Checking bitflags v1.3.2
4402026-04-01T13:09:23.702Z Compiling version_check v0.9.5
4412026-04-01T13:09:23.720Z Checking managed v0.8.0
4422026-04-01T13:09:23.895Z Compiling regex v1.12.3
4432026-04-01T13:09:23.971Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4442026-04-01T13:09:24.282Z Checking memmap2 v0.9.10
4452026-04-01T13:09:24.297Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-04-01T13:09:24.438Z Checking ipnetwork v0.21.1
4472026-04-01T13:09:24.580Z Checking unicode-width v0.2.2
4482026-04-01T13:09:24.603Z Compiling serde_derive v1.0.228
4492026-04-01T13:09:24.607Z Compiling thiserror-impl v2.0.18
4502026-04-01T13:09:24.715Z Compiling zerocopy-derive v0.8.47
4512026-04-01T13:09:24.817Z Compiling pest_derive v2.8.6
4522026-04-01T13:09:25.197Z Compiling scroll_derive v0.13.1
4532026-04-01T13:09:25.325Z Compiling futures-macro v0.3.32
4542026-04-01T13:09:25.335Z Compiling ref-cast-impl v1.0.25
4552026-04-01T13:09:25.785Z Compiling darling_macro v0.21.3
4562026-04-01T13:09:25.799Z Compiling darling_macro v0.23.0
4572026-04-01T13:09:25.936Z Checking dtrace-parser v0.3.0
4582026-04-01T13:09:26.013Z Checking scroll v0.13.0
4592026-04-01T13:09:26.172Z Checking futures-util v0.3.32
4602026-04-01T13:09:26.241Z Checking goblin v0.10.5
4612026-04-01T13:09:26.324Z Compiling darling v0.21.3
4622026-04-01T13:09:26.349Z Checking cobs v0.3.0
4632026-04-01T13:09:26.392Z Compiling ingot-macros v0.1.1
4642026-04-01T13:09:26.484Z Compiling darling v0.23.0
4652026-04-01T13:09:26.621Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-04-01T13:09:27.437Z Checking tabwriter v1.4.1
4672026-04-01T13:09:27.569Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4682026-04-01T13:09:27.734Z Checking postcard v1.1.3
4692026-04-01T13:09:27.896Z Compiling serde_tokenstream v0.2.3
4702026-04-01T13:09:28.029Z Checking futures-executor v0.3.32
4712026-04-01T13:09:28.137Z Checking nom v8.0.0
4722026-04-01T13:09:28.159Z Checking dyn-clone v1.0.20
4732026-04-01T13:09:28.165Z Checking futures v0.3.32
4742026-04-01T13:09:28.169Z Compiling typeid v1.0.3
4752026-04-01T13:09:28.225Z Compiling anyhow v1.0.102
4762026-04-01T13:09:28.249Z Checking cookie-factory v0.3.3
4772026-04-01T13:09:28.483Z Checking uuid v1.22.0
4782026-04-01T13:09:28.492Z Checking circular v0.3.0
4792026-04-01T13:09:28.599Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4802026-04-01T13:09:28.712Z Compiling dtor-proc-macro v0.0.6
4812026-04-01T13:09:28.738Z Compiling ctor-proc-macro v0.0.7
4822026-04-01T13:09:28.810Z Checking once_cell v1.21.4
4832026-04-01T13:09:28.857Z Checking dof v0.4.0
4842026-04-01T13:09:28.934Z Checking ron v0.12.0
4852026-04-01T13:09:29.017Z Checking ingot-types v0.1.2
4862026-04-01T13:09:29.051Z Checking dtor v0.3.0
4872026-04-01T13:09:29.109Z Checking ctor v0.8.0
4882026-04-01T13:09:29.323Z Checking ingot v0.1.1
4892026-04-01T13:09:29.816Z Compiling usdt-macro v0.6.0
4902026-04-01T13:09:29.816Z Compiling usdt-attr-macro v0.6.0
4912026-04-01T13:09:29.972Z Checking rusticata-macros v5.0.0
4922026-04-01T13:09:30.085Z Checking pcap-parser v0.17.0
4932026-04-01T13:09:30.459Z Checking usdt v0.6.0
4942026-04-01T13:09:30.775Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4952026-04-01T13:09:35.034Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4962026-04-01T13:09:36.602Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4972026-04-01T13:09:38.804Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.55s
4982026-04-01T13:09:38.839Z
4992026-04-01T13:09:38.839Zreal 19.634137687
5002026-04-01T13:09:38.839Zuser 1:12.845242076
5012026-04-01T13:09:38.839Zsys 15.164220053
5022026-04-01T13:09:38.839Ztrap 0.038311796
5032026-04-01T13:09:38.839Ztflt 0.105237173
5042026-04-01T13:09:38.839Zdflt 0.146089926
5052026-04-01T13:09:38.839Zkflt 0.000017865
5062026-04-01T13:09:38.842Zlock 4:04.020798163
5072026-04-01T13:09:38.842Zslp 3:53.211549207
5082026-04-01T13:09:38.842Zlat 3.557223224
5092026-04-01T13:09:38.842Zstop 8.148532545
5102026-04-01T13:09:38.842Z+ header 'analyze no_std + engine + kernel'
5112026-04-01T13:09:38.842Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5122026-04-01T13:09:38.842Z# ==== analyze no_std + engine + kernel ==== #
5132026-04-01T13:09:38.842Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5142026-04-01T13:09:39.020Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152026-04-01T13:09:39.020Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5162026-04-01T13:09:39.039Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5172026-04-01T13:09:39.042Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5182026-04-01T13:09:39.283Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5192026-04-01T13:09:43.441Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5202026-04-01T13:09:44.913Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.03s
5212026-04-01T13:09:44.938Z
5222026-04-01T13:09:44.939Zreal 6.093216275
5232026-04-01T13:09:44.939Zuser 6.346062212
5242026-04-01T13:09:44.939Zsys 1.000072674
5252026-04-01T13:09:44.939Ztrap 0.000758148
5262026-04-01T13:09:44.939Ztflt 0.003007079
5272026-04-01T13:09:44.939Zdflt 0.004499549
5282026-04-01T13:09:44.939Zkflt 0.000001219
5292026-04-01T13:09:44.939Zlock 22.700091877
5302026-04-01T13:09:44.939Zslp 22.239352183
5312026-04-01T13:09:44.939Zlat 0.021123430
5322026-04-01T13:09:44.939Zstop 0.224697322
5332026-04-01T13:09:44.942Z+ header test
5342026-04-01T13:09:44.942Z+ echo '# ==== test ==== #'
5352026-04-01T13:09:44.942Z# ==== test ==== #
5362026-04-01T13:09:44.942Z+ ptime -m cargo test
5372026-04-01T13:09:45.101Z Compiling memchr v2.8.0
5382026-04-01T13:09:45.101Z Compiling serde_core v1.0.228
5392026-04-01T13:09:45.126Z Compiling thiserror v2.0.18
5402026-04-01T13:09:45.131Z Compiling zerocopy v0.8.47
5412026-04-01T13:09:45.131Z Compiling unicode-ident v1.0.24
5422026-04-01T13:09:45.131Z Compiling byteorder v1.5.0
5432026-04-01T13:09:45.136Z Compiling zmij v1.0.21
5442026-04-01T13:09:45.136Z Compiling libc v0.2.183
5452026-04-01T13:09:45.207Z Compiling proc-macro2 v1.0.106
5462026-04-01T13:09:45.254Z Compiling scroll v0.13.0
5472026-04-01T13:09:45.341Z Compiling log v0.4.29
5482026-04-01T13:09:45.487Z Compiling futures-core v0.3.32
5492026-04-01T13:09:45.504Z Compiling plain v0.2.3
5502026-04-01T13:09:45.528Z Compiling futures-sink v0.3.32
5512026-04-01T13:09:45.559Z Compiling ucd-trie v0.1.7
5522026-04-01T13:09:45.600Z Compiling itoa v1.0.18
5532026-04-01T13:09:45.619Z Compiling futures-channel v0.3.32
5542026-04-01T13:09:45.642Z Compiling goblin v0.10.5
5552026-04-01T13:09:45.846Z Compiling pest v2.8.6
5562026-04-01T13:09:45.855Z Compiling quote v1.0.45
5572026-04-01T13:09:46.276Z Compiling hash32 v0.3.1
5582026-04-01T13:09:46.440Z Compiling slab v0.4.12
5592026-04-01T13:09:46.513Z Compiling futures-task v0.3.32
5602026-04-01T13:09:46.616Z Compiling cfg-if v1.0.4
5612026-04-01T13:09:46.680Z Compiling pin-project-lite v0.2.17
5622026-04-01T13:09:46.694Z Compiling pretty-hex v0.4.2
5632026-04-01T13:09:46.698Z Compiling futures-io v0.3.32
5642026-04-01T13:09:46.770Z Compiling stable_deref_trait v1.2.1
5652026-04-01T13:09:46.823Z Compiling macaddr v1.0.1
5662026-04-01T13:09:46.836Z Compiling heapless v0.8.0
5672026-04-01T13:09:46.869Z Compiling serde v1.0.228
5682026-04-01T13:09:47.070Z Compiling bitflags v2.11.0
5692026-04-01T13:09:47.089Z Compiling serde_json v1.0.149
5702026-04-01T13:09:47.267Z Compiling dtrace-parser v0.3.0
5712026-04-01T13:09:47.465Z Compiling futures-util v0.3.32
5722026-04-01T13:09:47.509Z Compiling syn v2.0.117
5732026-04-01T13:09:47.578Z Compiling thread-id v5.1.0
5742026-04-01T13:09:47.652Z Compiling cobs v0.3.0
5752026-04-01T13:09:47.930Z Compiling ingot-types v0.1.2
5762026-04-01T13:09:48.026Z Compiling bitflags v1.3.2
5772026-04-01T13:09:48.091Z Compiling managed v0.8.0
5782026-04-01T13:09:48.131Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5792026-04-01T13:09:48.307Z Compiling ingot v0.1.1
5802026-04-01T13:09:48.319Z Compiling smoltcp v0.11.0
5812026-04-01T13:09:48.372Z Compiling postcard v1.1.3
5822026-04-01T13:09:48.724Z Compiling dof v0.4.0
5832026-04-01T13:09:50.148Z Compiling usdt-impl v0.6.0
5842026-04-01T13:09:50.313Z Compiling futures-executor v0.3.32
5852026-04-01T13:09:50.584Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5862026-04-01T13:09:50.799Z Compiling memmap2 v0.9.10
5872026-04-01T13:09:50.949Z Compiling unicode-width v0.2.2
5882026-04-01T13:09:51.089Z Compiling either v1.15.0
5892026-04-01T13:09:51.178Z Compiling ipnetwork v0.21.1
5902026-04-01T13:09:51.255Z Compiling itertools v0.14.0
5912026-04-01T13:09:51.267Z Compiling tabwriter v1.4.1
5922026-04-01T13:09:51.679Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5932026-04-01T13:09:51.694Z Compiling ref-cast v1.0.25
5942026-04-01T13:09:51.788Z Compiling usdt v0.6.0
5952026-04-01T13:09:52.204Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-04-01T13:09:52.385Z Compiling futures v0.3.32
5972026-04-01T13:09:52.495Z Compiling crc32fast v1.5.0
5982026-04-01T13:09:52.667Z Compiling nom v8.0.0
5992026-04-01T13:09:52.735Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6002026-04-01T13:09:52.765Z Compiling dyn-clone v1.0.20
6012026-04-01T13:09:52.895Z Compiling cookie-factory v0.3.3
6022026-04-01T13:09:52.927Z Compiling uuid v1.22.0
6032026-04-01T13:09:53.207Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6042026-04-01T13:09:53.456Z Compiling circular v0.3.0
6052026-04-01T13:09:53.523Z Compiling dtor v0.3.0
6062026-04-01T13:09:53.595Z Compiling typeid v1.0.3
6072026-04-01T13:09:53.701Z Compiling anyhow v1.0.102
6082026-04-01T13:09:53.720Z Compiling once_cell v1.21.4
6092026-04-01T13:09:53.754Z Compiling ctor v0.8.0
6102026-04-01T13:09:53.860Z Compiling ron v0.12.0
6112026-04-01T13:09:54.947Z Compiling rusticata-macros v5.0.0
6122026-04-01T13:09:55.230Z Compiling pcap-parser v0.17.0
6132026-04-01T13:09:57.757Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6142026-04-01T13:09:59.978Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6152026-04-01T13:10:38.837Z Finished `test` profile [optimized + debuginfo] target(s) in 53.87s
6162026-04-01T13:10:38.854Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-b2abe267bba9ad25)
6172026-04-01T13:10:38.857Z
6182026-04-01T13:10:38.857Zrunning 15 tests
6192026-04-01T13:10:38.860Ztest api::tests::parse_good_proto_filter ... ok
6202026-04-01T13:10:38.860Ztest api::tests::ports_from_str_good ... ok
6212026-04-01T13:10:38.860Ztest api::tests::parse_bad_proto_filter ... ok
6222026-04-01T13:10:38.860Ztest api::tests::parse_bad_address ... ok
6232026-04-01T13:10:38.860Ztest cfg::tests::test_required_nat_space ... ok
6242026-04-01T13:10:38.860Ztest api::tests::ports_from_str_bad ... ok
6252026-04-01T13:10:38.860Ztest api::tests::parse_good_address ... ok
6262026-04-01T13:10:38.861Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6272026-04-01T13:10:38.861Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6282026-04-01T13:10:38.861Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6292026-04-01T13:10:38.861Ztest engine::geneve::test::parse_multi_opt ... ok
6302026-04-01T13:10:38.861Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6312026-04-01T13:10:38.861Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6322026-04-01T13:10:38.861Ztest engine::geneve::test::parse_single_opt ... ok
6332026-04-01T13:10:38.861Ztest engine::firewall::tests::port_predicate_simplification ... ok
6342026-04-01T13:10:38.861Z
6352026-04-01T13:10:38.861Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6362026-04-01T13:10:38.861Z
6372026-04-01T13:10:38.861Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-50927012ea55e26b)
6382026-04-01T13:10:38.865Z
6392026-04-01T13:10:38.865Zrunning 4 tests
6402026-04-01T13:10:38.865Ztest firewall_external_inbound ... ok
6412026-04-01T13:10:38.865Ztest firewall_vni_outbound ... ok
6422026-04-01T13:10:38.865Ztest firewall_vni_inbound ... ok
6432026-04-01T13:10:38.865Ztest firewall_replace_rules ... ok
6442026-04-01T13:10:38.865Z
6452026-04-01T13:10:38.865Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6462026-04-01T13:10:38.865Z
6472026-04-01T13:10:38.865Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-7369cd6d52d8232c)
6482026-04-01T13:10:38.868Z
6492026-04-01T13:10:38.868Zrunning 2 tests
6502026-04-01T13:10:38.868Ztest parse_out_regression ... ok
6512026-04-01T13:10:38.868Ztest parse_in_regression ... ok
6522026-04-01T13:10:38.868Z
6532026-04-01T13:10:38.868Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6542026-04-01T13:10:38.868Z
6552026-04-01T13:10:38.868Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-b5aa350ad168f210)
6562026-04-01T13:10:38.871Z
6572026-04-01T13:10:38.871Zrunning 47 tests
6582026-04-01T13:10:38.871Ztest bad_ip_len ... ok
6592026-04-01T13:10:38.871Ztest check_layers ... ok
6602026-04-01T13:10:38.871Ztest add_remove_fw_rule ... ok
6612026-04-01T13:10:38.871Ztest arp_gateway ... ok
6622026-04-01T13:10:38.871Ztest external_attached_subnets_cannot_reach_internal ... ok
6632026-04-01T13:10:38.871Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6642026-04-01T13:10:38.871Ztest external_attached_subnets_dont_apply_nat ... ok
6652026-04-01T13:10:38.871Ztest anti_spoof ... ok
6662026-04-01T13:10:38.871Ztest flow_expiration ... ok
6672026-04-01T13:10:38.871Ztest gateway_icmp4_ping ... ok
6682026-04-01T13:10:38.871Ztest external_ip_epoch_affinity_preserved ... ok
6692026-04-01T13:10:38.871Ztest gateway_icmpv6_ping ... ok
6702026-04-01T13:10:38.871Ztest early_tcp_invalidation ... ok
6712026-04-01T13:10:38.871Ztest external_ip_reconfigurable ... ok
6722026-04-01T13:10:38.871Ztest gateway_router_advert_reply ... ok
6732026-04-01T13:10:38.871Ztest guest_to_guest_diff_vpc_no_peer ... ok
6742026-04-01T13:10:38.871Ztest guest_to_internet_ipv4 ... ok
6752026-04-01T13:10:38.871Ztest guest_to_guest_no_route ... ok
6762026-04-01T13:10:38.874Ztest guest_to_guest ... ok
6772026-04-01T13:10:38.874Ztest guest_to_internet_ipv6 ... ok
6782026-04-01T13:10:38.874Ztest icmp_inner_has_nat_applied ... ok
6792026-04-01T13:10:38.874Ztest icmpv6_inner_has_nat_applied ... ok
6802026-04-01T13:10:38.874Ztest inbound_ndp_dropped_at_gateway ... ok
6812026-04-01T13:10:38.874Ztest outbound_ndp_dropped ... ok
6822026-04-01T13:10:38.874Ztest internal_attached_subnets ... ok
6832026-04-01T13:10:38.874Ztest no_panic_on_flow_table_full ... ok
6842026-04-01T13:10:38.874Ztest external_ip_receive_and_reply_on_all ... ok
6852026-04-01T13:10:38.874Ztest packet_body_pullup ... ok
6862026-04-01T13:10:38.874Ztest intra_subnet_routes_with_custom ... ok
6872026-04-01T13:10:38.874Ztest external_ip_balanced_over_floating_ips ... ok
6882026-04-01T13:10:38.874Ztest port_transition_reset ... ok
6892026-04-01T13:10:38.874Ztest port_transition_running ... ok
6902026-04-01T13:10:38.875Ztest port_as_router_target ... ok
6912026-04-01T13:10:38.875Ztest test_drop_on_unknown_critical_option ... ok
6922026-04-01T13:10:38.875Ztest port_transition_pause ... ok
6932026-04-01T13:10:38.875Ztest select_eip_conditioned_on_igw ... ok
6942026-04-01T13:10:38.875Ztest snat_icmp6_echo_rewrite ... ok
6952026-04-01T13:10:38.875Ztest snat_icmp4_echo_rewrite ... ok
6962026-04-01T13:10:38.875Ztest test_ipv6_multicast_encapsulation ... ok
6972026-04-01T13:10:38.875Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6982026-04-01T13:10:38.875Ztest tcp_outbound ... ok
6992026-04-01T13:10:38.875Ztest test_gateway_neighbor_advert_reply ... ok
7002026-04-01T13:10:38.875Ztest tcp_inbound ... ok
7012026-04-01T13:10:38.875Ztest test_tcp_multicast_denied ... ok
7022026-04-01T13:10:38.875Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7032026-04-01T13:10:38.875Ztest uft_lft_invalidation_out ... ok
7042026-04-01T13:10:38.875Ztest uft_lft_invalidation_in ... ok
7052026-04-01T13:10:38.875Z
7062026-04-01T13:10:38.875Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7072026-04-01T13:10:38.875Z
7082026-04-01T13:10:38.875Z Doc-tests oxide_vpc
7092026-04-01T13:10:39.159Z
7102026-04-01T13:10:39.159Zrunning 0 tests
7112026-04-01T13:10:39.159Z
7122026-04-01T13:10:39.159Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7132026-04-01T13:10:39.159Z
7142026-04-01T13:10:39.185Z
7152026-04-01T13:10:39.188Zreal 54.225322277
7162026-04-01T13:10:39.188Zuser 3:17.564069754
7172026-04-01T13:10:39.189Zsys 11.534138424
7182026-04-01T13:10:39.189Ztrap 0.087937796
7192026-04-01T13:10:39.189Ztflt 0.169142534
7202026-04-01T13:10:39.189Zdflt 0.161339581
7212026-04-01T13:10:39.189Zkflt 0.000014705
7222026-04-01T13:10:39.189Zlock 13:04.472025709
7232026-04-01T13:10:39.189Zslp 6:50.879565278
7242026-04-01T13:10:39.189Zlat 9.231225555
7252026-04-01T13:10:39.189Zstop 6.066390884
7262026-04-01T13:10:39.189Zprocess exited: duration 121129 ms, exit code 0
 
7272026-04-01T13:10:39.195Zfound 0 output files