01KXZH3CCDWC4C0DSMPPQB2PZ4: oxide-vpc

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

Buildomat Job: 01KXZH43MBZH0BSJHTBPP78CZ5

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-20T10:29:49.761Zjob assigned to worker 01KXZH52A6G7KK96KHK3ZGD2RD [factory aws, i-015a57ef88b91096b] (queued for 1 m 12 s)
 
22026-07-20T10:29:56.513Zstarting task 0: "setup"
32026-07-20T10:29:56.518Z++ uname -s
42026-07-20T10:29:56.521Z+ kern=SunOS
52026-07-20T10:29:56.521Z+ build_user=build
62026-07-20T10:29:56.521Z+ build_uid=12345
72026-07-20T10:29:56.521Z+ work_dir=/work
82026-07-20T10:29:56.521Z+ input_dir=/input
92026-07-20T10:29:56.521Z+ [[ 0 == 12345 ]]
102026-07-20T10:29:56.521Z+ case "$kern" in
112026-07-20T10:29:56.521Z+ groupadd -g 12345 build
122026-07-20T10:29:56.524Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-20T10:29:58.528Z+ zfs create -o mountpoint=/work rpool/work
142026-07-20T10:29:58.612Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-20T10:29:58.616Z+ home_fs=zfs
162026-07-20T10:29:58.616Z+ [[ zfs == autofs ]]
172026-07-20T10:29:58.616Z+ mkdir -p /home/build
182026-07-20T10:29:58.617Z+ chown build:build /home/build /work
192026-07-20T10:30:00.616Z+ chmod 0700 /home/build /work
202026-07-20T10:30:00.619Zprocess exited: duration 4105 ms, exit code 0
 
212026-07-20T10:30:00.625Zstarting task 1: "rust-toolchain"
222026-07-20T10:30:00.629Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-20T10:30:00.629Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-20T10:30:00.629Z * rust toolchain channel = "1.96.1"
252026-07-20T10:30:00.629Z * rust toolchain profile = "default"
262026-07-20T10:30:00.629Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-20T10:30:00.629Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-20T10:30:00.631Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-20T10:30:00.632Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-20T10:30:00.709Zinfo: downloading installer
312026-07-20T10:30:02.213Zwarn: It looks like you have an existing rustup settings file at:
322026-07-20T10:30:02.213Zwarn: /home/build/.rustup/settings.toml
332026-07-20T10:30:02.213Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-20T10:30:02.213Zwarn: instead of the one inferred from the default host triple.
352026-07-20T10:30:02.226Zinfo: profile set to default
362026-07-20T10:30:02.226Zinfo: default host triple is x86_64-unknown-illumos
372026-07-20T10:30:02.228Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-20T10:30:02.358Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-20T10:30:02.360Zinfo: downloading 6 components
402026-07-20T10:30:16.402Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-20T10:30:16.402Z
422026-07-20T10:30:16.438Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-20T10:30:16.438Z
442026-07-20T10:30:16.438Z
452026-07-20T10:30:16.438ZRust is installed now. Great!
462026-07-20T10:30:16.438Z
472026-07-20T10:30:16.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-20T10:30:16.438Zenvironment variable. This has not been done automatically.
492026-07-20T10:30:16.438Z
502026-07-20T10:30:16.438ZTo configure your current shell, you need to source
512026-07-20T10:30:16.438Zthe corresponding env file under $HOME/.cargo.
522026-07-20T10:30:16.438Z
532026-07-20T10:30:16.438ZThis is usually done by running one of the following (note the leading DOT):
542026-07-20T10:30:16.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-20T10:30:16.438Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-20T10:30:16.438Zsource "~/.cargo/env.nu" # For nushell
572026-07-20T10:30:16.438Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-20T10:30:16.438Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-20T10:30:16.438Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-20T10:30:16.442Zwarn: no default linker (`cc`) was found in your PATH
612026-07-20T10:30:16.442Zwarn: many Rust crates require a system C toolchain to build
622026-07-20T10:30:16.526Z+ rustup --version
632026-07-20T10:30:16.535Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-20T10:30:16.538Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-20T10:30:16.556Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-20T10:30:16.560Z+ cargo --version
672026-07-20T10:30:16.574Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-20T10:30:16.577Z+ rustc --version
692026-07-20T10:30:16.595Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-20T10:30:16.598Zprocess exited: duration 15972 ms, exit code 0
 
712026-07-20T10:30:16.604Zstarting task 2: "authentication"
722026-07-20T10:30:16.620Zprocess exited: duration 16 ms, exit code 0
 
732026-07-20T10:30:16.627Zstarting task 3: "clone repository"
742026-07-20T10:30:16.631Z+ mkdir -p /work/oxidecomputer/opte
752026-07-20T10:30:16.635Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-20T10:30:16.664ZCloning into '/work/oxidecomputer/opte'...
772026-07-20T10:30:17.567Z+ cd /work/oxidecomputer/opte
782026-07-20T10:30:17.567Z+ git fetch origin d3f36470356b9c31a84696419ba42162edd29294
792026-07-20T10:30:17.785ZFrom https://github.com/oxidecomputer/opte
802026-07-20T10:30:17.785Z * branch d3f36470356b9c31a84696419ba42162edd29294 -> FETCH_HEAD
812026-07-20T10:30:17.792Z+ [[ -n renovate/bitflags-2.x-lockfile ]]
822026-07-20T10:30:17.795Z++ git branch --show-current
832026-07-20T10:30:17.795Z+ current=master
842026-07-20T10:30:17.795Z+ [[ master != renovate/bitflags-2.x-lockfile ]]
852026-07-20T10:30:17.795Z+ git branch -f renovate/bitflags-2.x-lockfile d3f36470356b9c31a84696419ba42162edd29294
862026-07-20T10:30:17.798Z+ git checkout -f renovate/bitflags-2.x-lockfile
872026-07-20T10:30:17.814ZSwitched to branch 'renovate/bitflags-2.x-lockfile'
882026-07-20T10:30:17.817Z+ git reset --hard d3f36470356b9c31a84696419ba42162edd29294
892026-07-20T10:30:17.831ZHEAD is now at d3f3647 Update Rust crate bitflags to v2.13.1
902026-07-20T10:30:17.833Zprocess exited: duration 1205 ms, exit code 0
 
912026-07-20T10:30:17.839Zstarting task 4: "build"
922026-07-20T10:30:17.842Z+ source .github/buildomat/common.sh
932026-07-20T10:30:17.842Z++ rustup show active-toolchain
942026-07-20T10:30:17.847Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-20T10:30:17.850Z++ pushd xde
962026-07-20T10:30:17.850Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-20T10:30:17.850Z++ rustup show active-toolchain
982026-07-20T10:30:17.853Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-20T10:30:17.987Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-20T10:30:17.990Zinfo: downloading 6 components
1012026-07-20T10:30:31.140Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-20T10:30:31.236Z+++ rustup show active-toolchain -v
1032026-07-20T10:30:31.239Z+++ head -n 1
1042026-07-20T10:30:31.239Z+++ cut '-d ' -f1
1052026-07-20T10:30:31.295Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-20T10:30:31.295Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-20T10:30:31.295Z++ popd
1082026-07-20T10:30:31.297Z/work/oxidecomputer/opte
1092026-07-20T10:30:31.297Z+ cargo --version
1102026-07-20T10:30:31.305Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-20T10:30:31.307Z+ rustc --version
1122026-07-20T10:30:31.327Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-20T10:30:31.330Z+ cd lib/oxide-vpc
1142026-07-20T10:30:31.330Z+ header 'check style'
1152026-07-20T10:30:31.330Z+ echo '# ==== check style ==== #'
1162026-07-20T10:30:31.330Z# ==== check style ==== #
1172026-07-20T10:30:31.330Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-20T10:30:31.452Z
1192026-07-20T10:30:31.452Zreal 0.121123452
1202026-07-20T10:30:31.453Zuser 0.086009344
1212026-07-20T10:30:31.453Zsys 0.031224017
1222026-07-20T10:30:31.453Ztrap 0.000014300
1232026-07-20T10:30:31.453Ztflt 0.000020150
1242026-07-20T10:30:31.453Zdflt 0.000011750
1252026-07-20T10:30:31.453Zkflt 0.000000000
1262026-07-20T10:30:31.453Zlock 0.030996426
1272026-07-20T10:30:31.453Zslp 0.101122392
1282026-07-20T10:30:31.453Zlat 0.000889490
1292026-07-20T10:30:31.453Zstop 0.000099260
1302026-07-20T10:30:31.456Z+ header 'check docs'
1312026-07-20T10:30:31.456Z+ echo '# ==== check docs ==== #'
1322026-07-20T10:30:31.456Z# ==== check docs ==== #
1332026-07-20T10:30:31.456Z+ RUSTDOCFLAGS='-D warnings'
1342026-07-20T10:30:31.456Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1352026-07-20T10:30:31.528Z Updating crates.io index
1362026-07-20T10:30:31.531Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-20T10:30:32.220Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-20T10:30:32.448Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-20T10:30:32.774Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-20T10:30:33.036Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-20T10:30:33.255Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-20T10:30:33.534Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-20T10:30:35.019Z Downloading crates ...
1442026-07-20T10:30:35.097Z Downloaded bitflags v1.3.2
1452026-07-20T10:30:35.104Z Downloaded ref-cast v1.0.25
1462026-07-20T10:30:35.110Z Downloaded fnv v1.0.7
1472026-07-20T10:30:35.113Z Downloaded cobs v0.3.0
1482026-07-20T10:30:35.113Z Downloaded dyn-clone v1.0.20
1492026-07-20T10:30:35.125Z Downloaded plain v0.2.3
1502026-07-20T10:30:35.129Z Downloaded embedded-io v0.6.1
1512026-07-20T10:30:35.132Z Downloaded defmt v0.3.100
1522026-07-20T10:30:35.132Z Downloaded pretty-hex v0.4.2
1532026-07-20T10:30:35.132Z Downloaded darling_macro v0.23.0
1542026-07-20T10:30:35.132Z Downloaded usdt-attr-macro v0.6.0
1552026-07-20T10:30:35.135Z Downloaded itoa v1.0.18
1562026-07-20T10:30:35.135Z Downloaded scroll_derive v0.13.1
1572026-07-20T10:30:35.138Z Downloaded darling_macro v0.21.3
1582026-07-20T10:30:35.138Z Downloaded ref-cast-impl v1.0.25
1592026-07-20T10:30:35.144Z Downloaded stable_deref_trait v1.2.1
1602026-07-20T10:30:35.150Z Downloaded strsim v0.11.1
1612026-07-20T10:30:35.150Z Downloaded usdt-macro v0.6.0
1622026-07-20T10:30:35.150Z Downloaded hash32 v0.3.1
1632026-07-20T10:30:35.153Z Downloaded ident_case v1.0.1
1642026-07-20T10:30:35.153Z Downloaded dtrace-parser v0.3.0
1652026-07-20T10:30:35.153Z Downloaded embedded-io v0.4.0
1662026-07-20T10:30:35.156Z Downloaded quote v1.0.46
1672026-07-20T10:30:35.156Z Downloaded byteorder v1.5.0
1682026-07-20T10:30:35.160Z Downloaded darling v0.21.3
1692026-07-20T10:30:35.164Z Downloaded darling v0.23.0
1702026-07-20T10:30:35.166Z Downloaded crc32fast v1.5.0
1712026-07-20T10:30:35.169Z Downloaded version_check v0.9.5
1722026-07-20T10:30:35.169Z Downloaded defmt-parser v1.0.0
1732026-07-20T10:30:35.184Z Downloaded cfg-if v1.0.4
1742026-07-20T10:30:35.195Z Downloaded thread-id v5.1.0
1752026-07-20T10:30:35.198Z Downloaded macaddr v1.0.1
1762026-07-20T10:30:35.198Z Downloaded defmt-macros v1.1.1
1772026-07-20T10:30:35.201Z Downloaded pest_generator v2.8.7
1782026-07-20T10:30:35.201Z Downloaded dof v0.4.0
1792026-07-20T10:30:35.201Z Downloaded managed v0.8.0
1802026-07-20T10:30:35.205Z Downloaded ingot v0.1.1
1812026-07-20T10:30:35.207Z Downloaded usdt-impl v0.6.0
1822026-07-20T10:30:35.210Z Downloaded ingot-types v0.1.2
1832026-07-20T10:30:35.210Z Downloaded tabwriter v1.4.1
1842026-07-20T10:30:35.210Z Downloaded serde_tokenstream v0.2.3
1852026-07-20T10:30:35.210Z Downloaded postcard v1.1.3
1862026-07-20T10:30:35.214Z Downloaded usdt v0.6.0
1872026-07-20T10:30:35.217Z Downloaded pest_derive v2.8.7
1882026-07-20T10:30:35.223Z Downloaded ipnetwork v0.21.1
1892026-07-20T10:30:35.227Z Downloaded thiserror v2.0.18
1902026-07-20T10:30:35.235Z Downloaded thiserror-impl v2.0.18
1912026-07-20T10:30:35.243Z Downloaded either v1.16.0
1922026-07-20T10:30:35.246Z Downloaded zmij v1.0.22
1932026-07-20T10:30:35.246Z Downloaded memmap2 v0.9.11
1942026-07-20T10:30:35.246Z Downloaded ingot-macros v0.1.1
1952026-07-20T10:30:35.250Z Downloaded defmt v1.1.1
1962026-07-20T10:30:35.250Z Downloaded pest_meta v2.8.7
1972026-07-20T10:30:35.255Z Downloaded darling_core v0.23.0
1982026-07-20T10:30:35.258Z Downloaded scroll v0.13.0
1992026-07-20T10:30:35.261Z Downloaded ucd-trie v0.1.7
2002026-07-20T10:30:35.279Z Downloaded bitflags v2.13.1
2012026-07-20T10:30:35.283Z Downloaded proc-macro2 v1.0.106
2022026-07-20T10:30:35.287Z Downloaded log v0.4.33
2032026-07-20T10:30:35.287Z Downloaded unicode-ident v1.0.24
2042026-07-20T10:30:35.287Z Downloaded serde_core v1.0.228
2052026-07-20T10:30:35.290Z Downloaded serde_derive v1.0.228
2062026-07-20T10:30:35.295Z Downloaded uuid v1.23.5
2072026-07-20T10:30:35.300Z Downloaded darling_core v0.21.3
2082026-07-20T10:30:35.303Z Downloaded heapless v0.8.0
2092026-07-20T10:30:35.339Z Downloaded serde v1.0.228
2102026-07-20T10:30:35.342Z Downloaded memchr v2.8.3
2112026-07-20T10:30:35.347Z Downloaded zerocopy-derive v0.8.54
2122026-07-20T10:30:35.352Z Downloaded aho-corasick v1.1.4
2132026-07-20T10:30:35.367Z Downloaded pest v2.8.7
2142026-07-20T10:30:35.385Z Downloaded itertools v0.14.0
2152026-07-20T10:30:35.389Z Downloaded serde_json v1.0.150
2162026-07-20T10:30:35.403Z Downloaded itertools v0.15.0
2172026-07-20T10:30:35.409Z Downloaded regex v1.13.0
2182026-07-20T10:30:35.466Z Downloaded zerocopy v0.8.54
2192026-07-20T10:30:35.475Z Downloaded goblin v0.10.7
2202026-07-20T10:30:35.479Z Downloaded unicode-width v0.2.2
2212026-07-20T10:30:35.485Z Downloaded syn v2.0.118
2222026-07-20T10:30:35.490Z Downloaded smoltcp v0.11.0
2232026-07-20T10:30:35.500Z Downloaded regex-syntax v0.8.11
2242026-07-20T10:30:35.532Z Downloaded regex-automata v0.4.15
2252026-07-20T10:30:35.555Z Downloaded libc v0.2.186
2262026-07-20T10:30:35.617Z Compiling proc-macro2 v1.0.106
2272026-07-20T10:30:35.617Z Compiling quote v1.0.46
2282026-07-20T10:30:35.617Z Compiling unicode-ident v1.0.24
2292026-07-20T10:30:35.621Z Documenting unicode-ident v1.0.24
2302026-07-20T10:30:35.621Z Compiling strsim v0.11.1
2312026-07-20T10:30:35.621Z Compiling ident_case v1.0.1
2322026-07-20T10:30:35.676Z Compiling serde_core v1.0.228
2332026-07-20T10:30:35.770Z Compiling fnv v1.0.7
2342026-07-20T10:30:35.796Z Compiling memchr v2.8.3
2352026-07-20T10:30:35.804Z Compiling thiserror v2.0.18
2362026-07-20T10:30:35.855Z Compiling regex-syntax v0.8.11
2372026-07-20T10:30:36.022Z Compiling zerocopy v0.8.54
2382026-07-20T10:30:36.065Z Compiling serde v1.0.228
2392026-07-20T10:30:36.358Z Documenting proc-macro2 v1.0.106
2402026-07-20T10:30:36.369Z Compiling aho-corasick v1.1.4
2412026-07-20T10:30:36.450Z Compiling either v1.16.0
2422026-07-20T10:30:36.632Z Checking syn v2.0.118
2432026-07-20T10:30:36.685Z Checking byteorder v1.5.0
2442026-07-20T10:30:36.836Z Compiling itertools v0.14.0
2452026-07-20T10:30:36.922Z Documenting quote v1.0.46
2462026-07-20T10:30:37.432Z Documenting syn v2.0.118
2472026-07-20T10:30:37.515Z Compiling regex-automata v0.4.15
2482026-07-20T10:30:37.560Z Compiling heapless v0.8.0
2492026-07-20T10:30:37.901Z Checking bitflags v2.13.1
2502026-07-20T10:30:38.024Z Checking hash32 v0.3.1
2512026-07-20T10:30:38.049Z Documenting serde_core v1.0.228
2522026-07-20T10:30:38.055Z Checking cfg-if v1.0.4
2532026-07-20T10:30:38.109Z Checking stable_deref_trait v1.2.1
2542026-07-20T10:30:38.125Z Documenting memchr v2.8.3
2552026-07-20T10:30:38.170Z Checking macaddr v1.0.1
2562026-07-20T10:30:38.308Z Documenting regex-syntax v0.8.11
2572026-07-20T10:30:38.682Z Compiling smoltcp v0.11.0
2582026-07-20T10:30:38.773Z Documenting aho-corasick v1.1.4
2592026-07-20T10:30:39.036Z Checking darling_core v0.21.3
2602026-07-20T10:30:39.438Z Compiling regex v1.13.0
2612026-07-20T10:30:39.698Z Compiling darling_core v0.23.0
2622026-07-20T10:30:39.727Z Documenting regex-automata v0.4.15
2632026-07-20T10:30:40.065Z Checking managed v0.8.0
2642026-07-20T10:30:40.188Z Checking bitflags v1.3.2
2652026-07-20T10:30:40.250Z Documenting serde_derive v1.0.228
2662026-07-20T10:30:40.283Z Documenting thiserror-impl v2.0.18
2672026-07-20T10:30:40.374Z Compiling serde_derive v1.0.228
2682026-07-20T10:30:40.440Z Compiling thiserror-impl v2.0.18
2692026-07-20T10:30:41.138Z Compiling zerocopy-derive v0.8.54
2702026-07-20T10:30:41.196Z Documenting regex v1.13.0
2712026-07-20T10:30:41.403Z Documenting zerocopy-derive v0.8.54
2722026-07-20T10:30:41.589Z Compiling darling_macro v0.21.3
2732026-07-20T10:30:41.636Z Compiling crc32fast v1.5.0
2742026-07-20T10:30:41.788Z Checking cobs v0.3.0
2752026-07-20T10:30:41.911Z Compiling darling_macro v0.23.0
2762026-07-20T10:30:41.919Z Documenting byteorder v1.5.0
2772026-07-20T10:30:41.931Z Compiling ref-cast v1.0.25
2782026-07-20T10:30:42.106Z Documenting thiserror v2.0.18
2792026-07-20T10:30:42.155Z Compiling darling v0.21.3
2802026-07-20T10:30:42.229Z Compiling ingot-macros v0.1.1
2812026-07-20T10:30:42.297Z Compiling ref-cast-impl v1.0.25
2822026-07-20T10:30:42.323Z Documenting ingot-macros v0.1.1
2832026-07-20T10:30:42.461Z Documenting hash32 v0.3.1
2842026-07-20T10:30:42.631Z Documenting zerocopy v0.8.54
2852026-07-20T10:30:42.899Z Documenting bitflags v2.13.1
2862026-07-20T10:30:42.999Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2872026-07-20T10:30:43.277Z Documenting serde v1.0.228
2882026-07-20T10:30:43.509Z Checking postcard v1.1.3
2892026-07-20T10:30:43.516Z Compiling version_check v0.9.5
2902026-07-20T10:30:43.682Z Checking ipnetwork v0.21.1
2912026-07-20T10:30:43.779Z Documenting cfg-if v1.0.4
2922026-07-20T10:30:43.782Z Documenting stable_deref_trait v1.2.1
2932026-07-20T10:30:43.833Z Checking unicode-width v0.2.2
2942026-07-20T10:30:43.856Z Documenting macaddr v1.0.1
2952026-07-20T10:30:44.080Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-07-20T10:30:44.271Z Documenting heapless v0.8.0
2972026-07-20T10:30:44.328Z Documenting cobs v0.3.0
2982026-07-20T10:30:44.433Z Compiling darling v0.23.0
2992026-07-20T10:30:44.612Z Documenting managed v0.8.0
3002026-07-20T10:30:44.885Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3012026-07-20T10:30:45.044Z Checking tabwriter v1.4.1
3022026-07-20T10:30:45.078Z Documenting postcard v1.1.3
3032026-07-20T10:30:45.188Z Checking itertools v0.15.0
3042026-07-20T10:30:45.350Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3052026-07-20T10:30:45.394Z Checking ingot-types v0.1.2
3062026-07-20T10:30:45.527Z Documenting smoltcp v0.11.0
3072026-07-20T10:30:45.650Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3082026-07-20T10:30:45.727Z Documenting ref-cast-impl v1.0.25
3092026-07-20T10:30:45.744Z Checking ingot v0.1.1
3102026-07-20T10:30:45.987Z Documenting either v1.16.0
3112026-07-20T10:30:46.032Z Documenting ingot-types v0.1.2
3122026-07-20T10:30:46.043Z Checking dyn-clone v1.0.20
3132026-07-20T10:30:46.197Z Documenting ipnetwork v0.21.1
3142026-07-20T10:30:46.284Z Documenting unicode-width v0.2.2
3152026-07-20T10:30:46.362Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-20T10:30:46.581Z Documenting ref-cast v1.0.25
3172026-07-20T10:30:46.931Z Documenting crc32fast v1.5.0
3182026-07-20T10:30:47.126Z Documenting itertools v0.15.0
3192026-07-20T10:30:47.371Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3202026-07-20T10:30:47.455Z Documenting ingot v0.1.1
3212026-07-20T10:30:47.712Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3222026-07-20T10:30:47.971Z Documenting tabwriter v1.4.1
3232026-07-20T10:30:48.204Z Documenting dyn-clone v1.0.20
3242026-07-20T10:30:48.518Z Documenting uuid v1.23.5
3252026-07-20T10:30:48.799Z Checking uuid v1.23.5
3262026-07-20T10:30:49.042Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3272026-07-20T10:30:49.174Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3282026-07-20T10:30:50.476Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3292026-07-20T10:30:51.711Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3302026-07-20T10:30:53.958Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-07-20T10:30:55.536Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.07s
3322026-07-20T10:30:55.609Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3332026-07-20T10:30:55.634Z
3342026-07-20T10:30:55.637Zreal 24.160403151
3352026-07-20T10:30:55.637Zuser 1:22.332131216
3362026-07-20T10:30:55.637Zsys 17.361247697
3372026-07-20T10:30:55.637Ztrap 0.051174193
3382026-07-20T10:30:55.637Ztflt 0.057717833
3392026-07-20T10:30:55.637Zdflt 0.126333489
3402026-07-20T10:30:55.637Zkflt 0.006211409
3412026-07-20T10:30:55.637Zlock 8:54.224675119
3422026-07-20T10:30:55.637Zslp 4:42.912523835
3432026-07-20T10:30:55.637Zlat 7.824444621
3442026-07-20T10:30:55.637Zstop 12.319098556
3452026-07-20T10:30:55.637Z+ header 'analyze std + api + usdt'
3462026-07-20T10:30:55.637Z+ echo '# ==== analyze std + api + usdt ==== #'
3472026-07-20T10:30:55.637Z# ==== analyze std + api + usdt ==== #
3482026-07-20T10:30:55.637Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3492026-07-20T10:30:55.820Z Downloading crates ...
3502026-07-20T10:30:55.878Z Downloaded anyhow v1.0.103
3512026-07-20T10:30:55.881Z Downloaded slab v0.4.12
3522026-07-20T10:30:55.884Z Downloaded futures-io v0.3.32
3532026-07-20T10:30:55.884Z Downloaded futures-task v0.3.32
3542026-07-20T10:30:55.884Z Downloaded ctor v0.10.1
3552026-07-20T10:30:55.917Z Downloaded typeid v1.0.3
3562026-07-20T10:30:55.917Z Downloaded dtor v0.8.1
3572026-07-20T10:30:55.917Z Downloaded futures-macro v0.3.32
3582026-07-20T10:30:55.917Z Downloaded ctor-proc-macro v0.0.13
3592026-07-20T10:30:55.917Z Downloaded futures-core v0.3.32
3602026-07-20T10:30:55.917Z Downloaded futures-executor v0.3.32
3612026-07-20T10:30:55.917Z Downloaded rusticata-macros v5.0.0
3622026-07-20T10:30:55.917Z Downloaded futures-sink v0.3.32
3632026-07-20T10:30:55.917Z Downloaded link-section v0.2.1
3642026-07-20T10:30:55.917Z Downloaded dtor-proc-macro v0.0.13
3652026-07-20T10:30:55.917Z Downloaded circular v0.3.0
3662026-07-20T10:30:55.918Z Downloaded cookie-factory v0.3.3
3672026-07-20T10:30:55.918Z Downloaded pin-project-lite v0.2.17
3682026-07-20T10:30:55.918Z Downloaded once_cell v1.21.4
3692026-07-20T10:30:55.918Z Downloaded futures-channel v0.3.32
3702026-07-20T10:30:55.922Z Downloaded futures v0.3.32
3712026-07-20T10:30:55.945Z Downloaded ron v0.12.2
3722026-07-20T10:30:55.951Z Downloaded nom v8.0.0
3732026-07-20T10:30:55.951Z Downloaded futures-util v0.3.32
3742026-07-20T10:30:55.951Z Downloaded pcap-parser v0.17.0
3752026-07-20T10:30:56.013Z Compiling proc-macro2 v1.0.106
3762026-07-20T10:30:56.013Z Compiling quote v1.0.46
3772026-07-20T10:30:56.019Z Compiling unicode-ident v1.0.24
3782026-07-20T10:30:56.019Z Compiling memchr v2.8.3
3792026-07-20T10:30:56.021Z Compiling thiserror v2.0.18
3802026-07-20T10:30:56.021Z Compiling zerocopy v0.8.54
3812026-07-20T10:30:56.021Z Compiling serde_core v1.0.228
3822026-07-20T10:30:56.184Z Compiling zmij v1.0.22
3832026-07-20T10:30:56.551Z Compiling libc v0.2.186
3842026-07-20T10:30:56.567Z Compiling serde_json v1.0.150
3852026-07-20T10:30:56.568Z Compiling strsim v0.11.1
3862026-07-20T10:30:56.568Z Compiling ucd-trie v0.1.7
3872026-07-20T10:30:56.568Z Compiling ident_case v1.0.1
3882026-07-20T10:30:56.583Z Compiling pest v2.8.7
3892026-07-20T10:30:56.630Z Compiling serde v1.0.228
3902026-07-20T10:30:56.852Z Compiling fnv v1.0.7
3912026-07-20T10:30:57.033Z Compiling aho-corasick v1.1.4
3922026-07-20T10:30:57.058Z Compiling regex-syntax v0.8.11
3932026-07-20T10:30:57.209Z Checking byteorder v1.5.0
3942026-07-20T10:30:57.251Z Compiling syn v2.0.118
3952026-07-20T10:30:57.299Z Compiling itoa v1.0.18
3962026-07-20T10:30:57.788Z Compiling pest_meta v2.8.7
3972026-07-20T10:30:57.791Z Compiling usdt-impl v0.6.0
3982026-07-20T10:30:57.882Z Compiling either v1.16.0
3992026-07-20T10:30:58.050Z Compiling itertools v0.14.0
4002026-07-20T10:30:58.081Z Checking bitflags v2.13.1
4012026-07-20T10:30:58.206Z Compiling thread-id v5.1.0
4022026-07-20T10:30:58.469Z Compiling regex-automata v0.4.15
4032026-07-20T10:30:58.474Z Compiling heapless v0.8.0
4042026-07-20T10:30:58.866Z Checking plain v0.2.3
4052026-07-20T10:30:58.909Z Checking futures-core v0.3.32
4062026-07-20T10:30:58.960Z Checking log v0.4.33
4072026-07-20T10:30:59.077Z Checking futures-sink v0.3.32
4082026-07-20T10:30:59.165Z Checking futures-channel v0.3.32
4092026-07-20T10:30:59.358Z Checking hash32 v0.3.1
4102026-07-20T10:30:59.400Z Compiling smoltcp v0.11.0
4112026-07-20T10:30:59.446Z Checking cfg-if v1.0.4
4122026-07-20T10:30:59.474Z Checking pretty-hex v0.4.2
4132026-07-20T10:30:59.501Z Checking pin-project-lite v0.2.17
4142026-07-20T10:30:59.504Z Checking stable_deref_trait v1.2.1
4152026-07-20T10:30:59.566Z Checking slab v0.4.12
4162026-07-20T10:30:59.579Z Checking futures-io v0.3.32
4172026-07-20T10:30:59.580Z Checking futures-task v0.3.32
4182026-07-20T10:30:59.686Z Compiling pest_generator v2.8.7
4192026-07-20T10:30:59.706Z Compiling darling_core v0.21.3
4202026-07-20T10:30:59.710Z Compiling darling_core v0.23.0
4212026-07-20T10:30:59.713Z Checking macaddr v1.0.1
4222026-07-20T10:31:00.221Z Compiling regex v1.13.0
4232026-07-20T10:31:00.224Z Checking managed v0.8.0
4242026-07-20T10:31:00.354Z Compiling crc32fast v1.5.0
4252026-07-20T10:31:00.406Z Compiling ref-cast v1.0.25
4262026-07-20T10:31:00.625Z Compiling version_check v0.9.5
4272026-07-20T10:31:00.650Z Checking bitflags v1.3.2
4282026-07-20T10:31:00.801Z Checking memmap2 v0.9.11
4292026-07-20T10:31:00.904Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4302026-07-20T10:31:00.912Z Compiling thiserror-impl v2.0.18
4312026-07-20T10:31:00.963Z Compiling serde_derive v1.0.228
4322026-07-20T10:31:01.068Z Compiling zerocopy-derive v0.8.54
4332026-07-20T10:31:01.151Z Compiling pest_derive v2.8.7
4342026-07-20T10:31:01.674Z Compiling scroll_derive v0.13.1
4352026-07-20T10:31:01.827Z Compiling darling_macro v0.21.3
4362026-07-20T10:31:01.831Z Compiling futures-macro v0.3.32
4372026-07-20T10:31:01.925Z Compiling darling_macro v0.23.0
4382026-07-20T10:31:02.063Z Compiling ref-cast-impl v1.0.25
4392026-07-20T10:31:02.425Z Compiling dtrace-parser v0.3.0
4402026-07-20T10:31:02.444Z Compiling darling v0.21.3
4412026-07-20T10:31:02.451Z Compiling ingot-macros v0.1.1
4422026-07-20T10:31:02.644Z Checking scroll v0.13.0
4432026-07-20T10:31:02.650Z Checking futures-util v0.3.32
4442026-07-20T10:31:02.683Z Checking cobs v0.3.0
4452026-07-20T10:31:02.825Z Compiling darling v0.23.0
4462026-07-20T10:31:02.892Z Checking goblin v0.10.7
4472026-07-20T10:31:02.896Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-07-20T10:31:02.896Z Checking ipnetwork v0.21.1
4492026-07-20T10:31:03.079Z Checking unicode-width v0.2.2
4502026-07-20T10:31:03.309Z Checking tabwriter v1.4.1
4512026-07-20T10:31:03.354Z Checking itertools v0.15.0
4522026-07-20T10:31:03.469Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4532026-07-20T10:31:04.115Z Checking postcard v1.1.3
4542026-07-20T10:31:04.277Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4552026-07-20T10:31:04.503Z Compiling serde_tokenstream v0.2.3
4562026-07-20T10:31:04.509Z Checking nom v8.0.0
4572026-07-20T10:31:04.530Z Checking futures-executor v0.3.32
4582026-07-20T10:31:04.673Z Checking futures v0.3.32
4592026-07-20T10:31:04.740Z Compiling anyhow v1.0.103
4602026-07-20T10:31:04.797Z Compiling typeid v1.0.3
4612026-07-20T10:31:04.854Z Checking dyn-clone v1.0.20
4622026-07-20T10:31:04.959Z Checking cookie-factory v0.3.3
4632026-07-20T10:31:05.297Z Checking uuid v1.23.5
4642026-07-20T10:31:05.312Z Checking circular v0.3.0
4652026-07-20T10:31:05.312Z Compiling dtor-proc-macro v0.0.13
4662026-07-20T10:31:05.312Z Checking ingot-types v0.1.2
4672026-07-20T10:31:05.312Z Compiling dof v0.4.0
4682026-07-20T10:31:05.326Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4692026-07-20T10:31:05.456Z Checking once_cell v1.21.4
4702026-07-20T10:31:05.541Z Compiling ctor-proc-macro v0.0.13
4712026-07-20T10:31:05.559Z Checking ingot v0.1.1
4722026-07-20T10:31:05.576Z Checking dtor v0.8.1
4732026-07-20T10:31:05.581Z Checking link-section v0.2.1
4742026-07-20T10:31:05.613Z Checking ron v0.12.2
4752026-07-20T10:31:05.873Z Checking ctor v0.10.1
4762026-07-20T10:31:06.236Z Compiling usdt-attr-macro v0.6.0
4772026-07-20T10:31:06.241Z Compiling usdt-macro v0.6.0
4782026-07-20T10:31:06.483Z Checking rusticata-macros v5.0.0
4792026-07-20T10:31:06.605Z Checking pcap-parser v0.17.0
4802026-07-20T10:31:06.853Z Checking usdt v0.6.0
4812026-07-20T10:31:07.058Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4822026-07-20T10:31:11.471Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4832026-07-20T10:31:13.128Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4842026-07-20T10:31:15.454Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.77s
4852026-07-20T10:31:15.488Z
4862026-07-20T10:31:15.491Zreal 19.849105451
4872026-07-20T10:31:15.491Zuser 1:13.441174215
4882026-07-20T10:31:15.491Zsys 15.743950087
4892026-07-20T10:31:15.491Ztrap 0.039374973
4902026-07-20T10:31:15.491Ztflt 0.135805398
4912026-07-20T10:31:15.491Zdflt 0.106733789
4922026-07-20T10:31:15.491Zkflt 0.000021650
4932026-07-20T10:31:15.491Zlock 4:06.308086098
4942026-07-20T10:31:15.491Zslp 3:55.927785926
4952026-07-20T10:31:15.491Zlat 4.515315714
4962026-07-20T10:31:15.491Zstop 8.444395453
4972026-07-20T10:31:15.491Z+ header 'analyze no_std + engine + kernel'
4982026-07-20T10:31:15.492Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
4992026-07-20T10:31:15.492Z# ==== analyze no_std + engine + kernel ==== #
5002026-07-20T10:31:15.492Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5012026-07-20T10:31:15.664Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-07-20T10:31:15.665Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-20T10:31:15.685Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5042026-07-20T10:31:15.685Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5052026-07-20T10:31:15.921Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5062026-07-20T10:31:19.568Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5072026-07-20T10:31:20.938Z Finished `dev` profile [optimized + debuginfo] target(s) in 5.40s
5082026-07-20T10:31:20.965Z
5092026-07-20T10:31:20.968Zreal 5.471392723
5102026-07-20T10:31:20.968Zuser 5.687710801
5112026-07-20T10:31:20.969Zsys 1.025817774
5122026-07-20T10:31:20.969Ztrap 0.000809720
5132026-07-20T10:31:20.969Ztflt 0.002578411
5142026-07-20T10:31:20.969Zdflt 0.005292336
5152026-07-20T10:31:20.970Zkflt 0.000002390
5162026-07-20T10:31:20.970Zlock 24.167860639
5172026-07-20T10:31:20.970Zslp 20.436630103
5182026-07-20T10:31:20.970Zlat 0.017179272
5192026-07-20T10:31:20.970Zstop 0.243330667
5202026-07-20T10:31:20.970Z+ header test
5212026-07-20T10:31:20.970Z+ echo '# ==== test ==== #'
5222026-07-20T10:31:20.970Z# ==== test ==== #
5232026-07-20T10:31:20.970Z+ ptime -m cargo test
5242026-07-20T10:31:21.119Z Compiling memchr v2.8.3
5252026-07-20T10:31:21.123Z Compiling serde_core v1.0.228
5262026-07-20T10:31:21.143Z Compiling thiserror v2.0.18
5272026-07-20T10:31:21.146Z Compiling zerocopy v0.8.54
5282026-07-20T10:31:21.149Z Compiling unicode-ident v1.0.24
5292026-07-20T10:31:21.149Z Compiling byteorder v1.5.0
5302026-07-20T10:31:21.152Z Compiling libc v0.2.186
5312026-07-20T10:31:21.152Z Compiling zmij v1.0.22
5322026-07-20T10:31:21.226Z Compiling proc-macro2 v1.0.106
5332026-07-20T10:31:21.272Z Compiling scroll v0.13.0
5342026-07-20T10:31:21.355Z Compiling futures-core v0.3.32
5352026-07-20T10:31:21.507Z Compiling itoa v1.0.18
5362026-07-20T10:31:21.513Z Compiling ucd-trie v0.1.7
5372026-07-20T10:31:21.564Z Compiling futures-sink v0.3.32
5382026-07-20T10:31:21.564Z Compiling log v0.4.33
5392026-07-20T10:31:21.624Z Compiling plain v0.2.3
5402026-07-20T10:31:21.722Z Compiling goblin v0.10.7
5412026-07-20T10:31:21.741Z Compiling pest v2.8.7
5422026-07-20T10:31:21.759Z Compiling futures-channel v0.3.32
5432026-07-20T10:31:21.992Z Compiling quote v1.0.46
5442026-07-20T10:31:22.208Z Compiling hash32 v0.3.1
5452026-07-20T10:31:22.371Z Compiling futures-task v0.3.32
5462026-07-20T10:31:22.559Z Compiling futures-io v0.3.32
5472026-07-20T10:31:22.636Z Compiling pin-project-lite v0.2.17
5482026-07-20T10:31:22.693Z Compiling macaddr v1.0.1
5492026-07-20T10:31:22.723Z Compiling slab v0.4.12
5502026-07-20T10:31:22.743Z Compiling cfg-if v1.0.4
5512026-07-20T10:31:22.804Z Compiling pretty-hex v0.4.2
5522026-07-20T10:31:22.902Z Compiling serde v1.0.228
5532026-07-20T10:31:22.928Z Compiling bitflags v2.13.1
5542026-07-20T10:31:22.931Z Compiling serde_json v1.0.150
5552026-07-20T10:31:23.135Z Compiling stable_deref_trait v1.2.1
5562026-07-20T10:31:23.204Z Compiling heapless v0.8.0
5572026-07-20T10:31:23.338Z Compiling futures-util v0.3.32
5582026-07-20T10:31:23.468Z Compiling dtrace-parser v0.3.0
5592026-07-20T10:31:23.537Z Compiling syn v2.0.118
5602026-07-20T10:31:23.652Z Compiling thread-id v5.1.0
5612026-07-20T10:31:23.727Z Compiling cobs v0.3.0
5622026-07-20T10:31:24.002Z Compiling ingot-types v0.1.2
5632026-07-20T10:31:24.009Z Compiling bitflags v1.3.2
5642026-07-20T10:31:24.071Z Compiling managed v0.8.0
5652026-07-20T10:31:24.114Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5662026-07-20T10:31:24.293Z Compiling smoltcp v0.11.0
5672026-07-20T10:31:24.356Z Compiling ingot v0.1.1
5682026-07-20T10:31:24.395Z Compiling postcard v1.1.3
5692026-07-20T10:31:24.739Z Compiling dof v0.4.0
5702026-07-20T10:31:26.051Z Compiling usdt-impl v0.6.0
5712026-07-20T10:31:26.054Z Compiling futures-executor v0.3.32
5722026-07-20T10:31:26.614Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-07-20T10:31:26.643Z Compiling memmap2 v0.9.11
5742026-07-20T10:31:26.973Z Compiling either v1.16.0
5752026-07-20T10:31:27.041Z Compiling unicode-width v0.2.2
5762026-07-20T10:31:27.151Z Compiling ipnetwork v0.21.1
5772026-07-20T10:31:27.218Z Compiling itertools v0.15.0
5782026-07-20T10:31:27.348Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5792026-07-20T10:31:27.681Z Compiling tabwriter v1.4.1
5802026-07-20T10:31:28.102Z Compiling ref-cast v1.0.25
5812026-07-20T10:31:28.198Z Compiling usdt v0.6.0
5822026-07-20T10:31:28.202Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5832026-07-20T10:31:28.549Z Compiling futures v0.3.32
5842026-07-20T10:31:28.552Z Compiling crc32fast v1.5.0
5852026-07-20T10:31:28.657Z Compiling nom v8.0.0
5862026-07-20T10:31:28.787Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5872026-07-20T10:31:28.799Z Compiling dyn-clone v1.0.20
5882026-07-20T10:31:28.902Z Compiling cookie-factory v0.3.3
5892026-07-20T10:31:28.963Z Compiling uuid v1.23.5
5902026-07-20T10:31:29.229Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5912026-07-20T10:31:29.461Z Compiling circular v0.3.0
5922026-07-20T10:31:29.531Z Compiling dtor v0.8.1
5932026-07-20T10:31:29.611Z Compiling anyhow v1.0.103
5942026-07-20T10:31:29.615Z Compiling typeid v1.0.3
5952026-07-20T10:31:29.708Z Compiling link-section v0.2.1
5962026-07-20T10:31:29.717Z Compiling once_cell v1.21.4
5972026-07-20T10:31:29.849Z Compiling ron v0.12.2
5982026-07-20T10:31:29.871Z Compiling ctor v0.10.1
5992026-07-20T10:31:31.251Z Compiling rusticata-macros v5.0.0
6002026-07-20T10:31:31.575Z Compiling pcap-parser v0.17.0
6012026-07-20T10:31:33.900Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6022026-07-20T10:31:36.325Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6032026-07-20T10:32:14.693Z Finished `test` profile [optimized + debuginfo] target(s) in 53.71s
6042026-07-20T10:32:14.708Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-3e56785c91381ce2)
6052026-07-20T10:32:14.712Z
6062026-07-20T10:32:14.712Zrunning 15 tests
6072026-07-20T10:32:14.712Ztest api::tests::parse_bad_proto_filter ... ok
6082026-07-20T10:32:14.712Ztest api::tests::parse_good_proto_filter ... ok
6092026-07-20T10:32:14.712Ztest api::tests::parse_bad_address ... ok
6102026-07-20T10:32:14.712Ztest api::tests::parse_good_address ... ok
6112026-07-20T10:32:14.712Ztest api::tests::ports_from_str_bad ... ok
6122026-07-20T10:32:14.712Ztest api::tests::ports_from_str_good ... ok
6132026-07-20T10:32:14.712Ztest cfg::tests::test_required_nat_space ... ok
6142026-07-20T10:32:14.712Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6152026-07-20T10:32:14.712Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6162026-07-20T10:32:14.712Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6172026-07-20T10:32:14.713Ztest engine::geneve::test::parse_multi_opt ... ok
6182026-07-20T10:32:14.713Ztest engine::geneve::test::parse_single_opt ... ok
6192026-07-20T10:32:14.713Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6202026-07-20T10:32:14.713Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6212026-07-20T10:32:14.716Ztest engine::firewall::tests::port_predicate_simplification ... ok
6222026-07-20T10:32:14.716Z
6232026-07-20T10:32:14.716Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6242026-07-20T10:32:14.716Z
6252026-07-20T10:32:14.716Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4c93f18d2b59f13e)
6262026-07-20T10:32:14.716Z
6272026-07-20T10:32:14.716Zrunning 4 tests
6282026-07-20T10:32:14.718Ztest firewall_external_inbound ... ok
6292026-07-20T10:32:14.718Ztest firewall_vni_outbound ... ok
6302026-07-20T10:32:14.718Ztest firewall_vni_inbound ... ok
6312026-07-20T10:32:14.718Ztest firewall_replace_rules ... ok
6322026-07-20T10:32:14.718Z
6332026-07-20T10:32:14.718Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6342026-07-20T10:32:14.718Z
6352026-07-20T10:32:14.718Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-f8e52d2157bb6f43)
6362026-07-20T10:32:14.722Z
6372026-07-20T10:32:14.722Zrunning 2 tests
6382026-07-20T10:32:14.722Ztest parse_in_regression ... ok
6392026-07-20T10:32:14.722Ztest parse_out_regression ... ok
6402026-07-20T10:32:14.722Z
6412026-07-20T10:32:14.722Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6422026-07-20T10:32:14.722Z
6432026-07-20T10:32:14.722Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-96738a6552687f13)
6442026-07-20T10:32:14.722Z
6452026-07-20T10:32:14.722Zrunning 48 tests
6462026-07-20T10:32:14.722Ztest bad_ip_len ... ok
6472026-07-20T10:32:14.722Ztest check_layers ... ok
6482026-07-20T10:32:14.722Ztest add_remove_fw_rule ... ok
6492026-07-20T10:32:14.722Ztest arp_gateway ... ok
6502026-07-20T10:32:14.722Ztest external_attached_subnets_cannot_reach_internal ... ok
6512026-07-20T10:32:14.722Ztest anti_spoof ... ok
6522026-07-20T10:32:14.722Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6532026-07-20T10:32:14.726Ztest external_attached_subnets_dont_apply_nat ... ok
6542026-07-20T10:32:14.726Ztest gateway_icmp4_ping ... ok
6552026-07-20T10:32:14.728Ztest gateway_icmpv6_ping ... ok
6562026-07-20T10:32:14.728Ztest external_ip_epoch_affinity_preserved ... ok
6572026-07-20T10:32:14.728Ztest flow_expiration ... ok
6582026-07-20T10:32:14.728Ztest early_tcp_invalidation ... ok
6592026-07-20T10:32:14.728Ztest gateway_router_advert_reply ... ok
6602026-07-20T10:32:14.728Ztest external_ip_reconfigurable ... ok
6612026-07-20T10:32:14.728Ztest guest_to_guest_diff_vpc_no_peer ... ok
6622026-07-20T10:32:14.728Ztest guest_to_guest_no_route ... ok
6632026-07-20T10:32:14.728Ztest guest_to_internet_ipv4 ... ok
6642026-07-20T10:32:14.728Ztest guest_to_guest ... ok
6652026-07-20T10:32:14.728Ztest guest_to_internet_ipv6 ... ok
6662026-07-20T10:32:14.728Ztest icmp_inner_has_nat_applied ... ok
6672026-07-20T10:32:14.728Ztest inbound_ndp_dropped_at_gateway ... ok
6682026-07-20T10:32:14.728Ztest external_ip_balanced_over_floating_ips ... ok
6692026-07-20T10:32:14.728Ztest icmpv6_inner_has_nat_applied ... ok
6702026-07-20T10:32:14.728Ztest intra_subnet_routes_with_custom ... ok
6712026-07-20T10:32:14.728Ztest outbound_ndp_dropped ... ok
6722026-07-20T10:32:14.728Ztest no_panic_on_flow_table_full ... ok
6732026-07-20T10:32:14.728Ztest external_ip_receive_and_reply_on_all ... ok
6742026-07-20T10:32:14.728Ztest internal_attached_subnets ... ok
6752026-07-20T10:32:14.729Ztest packet_body_pullup ... ok
6762026-07-20T10:32:14.729Ztest port_transition_running ... ok
6772026-07-20T10:32:14.729Ztest port_transition_reset ... ok
6782026-07-20T10:32:14.729Ztest port_as_router_target ... ok
6792026-07-20T10:32:14.729Ztest port_transition_pause ... ok
6802026-07-20T10:32:14.729Ztest tcp_invalidation_does_not_block_connection ... ok
6812026-07-20T10:32:14.729Ztest snat_icmp6_echo_rewrite ... ok
6822026-07-20T10:32:14.729Ztest select_eip_conditioned_on_igw ... ok
6832026-07-20T10:32:14.729Ztest snat_icmp4_echo_rewrite ... ok
6842026-07-20T10:32:14.729Ztest tcp_inbound ... ok
6852026-07-20T10:32:14.729Ztest test_drop_on_unknown_critical_option ... ok
6862026-07-20T10:32:14.729Ztest tcp_outbound ... ok
6872026-07-20T10:32:14.729Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6882026-07-20T10:32:14.729Ztest test_ipv6_multicast_encapsulation ... ok
6892026-07-20T10:32:14.729Ztest test_gateway_neighbor_advert_reply ... ok
6902026-07-20T10:32:14.730Ztest test_tcp_multicast_denied ... ok
6912026-07-20T10:32:14.730Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6922026-07-20T10:32:14.730Ztest uft_lft_invalidation_out ... ok
6932026-07-20T10:32:14.730Ztest uft_lft_invalidation_in ... ok
6942026-07-20T10:32:14.730Z
6952026-07-20T10:32:14.730Ztest result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6962026-07-20T10:32:14.730Z
6972026-07-20T10:32:14.730Z Doc-tests oxide_vpc
6982026-07-20T10:32:15.027Z
6992026-07-20T10:32:15.027Zrunning 0 tests
7002026-07-20T10:32:15.027Z
7012026-07-20T10:32:15.027Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7022026-07-20T10:32:15.027Z
7032026-07-20T10:32:15.055Z
7042026-07-20T10:32:15.055Zreal 54.079899287
7052026-07-20T10:32:15.055Zuser 3:15.825202710
7062026-07-20T10:32:15.055Zsys 11.924557724
7072026-07-20T10:32:15.060Ztrap 0.087441822
7082026-07-20T10:32:15.060Ztflt 0.180386795
7092026-07-20T10:32:15.060Zdflt 0.377339397
7102026-07-20T10:32:15.060Zkflt 0.000060970
7112026-07-20T10:32:15.060Zlock 12:43.020135580
7122026-07-20T10:32:15.060Zslp 6:34.313614991
7132026-07-20T10:32:15.060Zlat 8.790764834
7142026-07-20T10:32:15.060Zstop 5.788992504
7152026-07-20T10:32:15.060Zprocess exited: duration 117217 ms, exit code 0
 
7162026-07-20T10:32:15.067Zfound 0 output files