01KM4NTRQXJN31T7YE291P3CP8: oxide-vpc

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

Buildomat Job: 01KM4NV5474MK0CBDT5HQ5KY37

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:53:07.184Zjob assigned to worker 01KM4NV3MCYFRMQQA3KPGDDZQ3 [factory aws, i-030472b1fc3c7e848] (queued for 2 m 46 s)
 
22026-03-20T03:53:14.579Zstarting task 0: "setup"
32026-03-20T03:53:14.585Z++ uname -s
42026-03-20T03:53:14.588Z+ kern=SunOS
52026-03-20T03:53:14.588Z+ build_user=build
62026-03-20T03:53:14.588Z+ build_uid=12345
72026-03-20T03:53:14.588Z+ work_dir=/work
82026-03-20T03:53:14.588Z+ input_dir=/input
92026-03-20T03:53:14.588Z+ [[ 0 == 12345 ]]
102026-03-20T03:53:14.588Z+ case "$kern" in
112026-03-20T03:53:14.588Z+ groupadd -g 12345 build
122026-03-20T03:53:14.591Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:53:16.596Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:53:16.706Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:53:16.709Z+ home_fs=zfs
162026-03-20T03:53:16.709Z+ [[ zfs == autofs ]]
172026-03-20T03:53:16.709Z+ mkdir -p /home/build
182026-03-20T03:53:16.710Z+ chown build:build /home/build /work
192026-03-20T03:53:18.712Z+ chmod 0700 /home/build /work
202026-03-20T03:53:18.715Zprocess exited: duration 4134 ms, exit code 0
 
212026-03-20T03:53:18.721Zstarting task 1: "rust-toolchain"
222026-03-20T03:53:18.726Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:53:18.726Z * rust toolchain channel = "1.93.1"
242026-03-20T03:53:18.726Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:53:18.726Z * rust toolchain profile = "default"
262026-03-20T03:53:18.726Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:53:18.726Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:53:18.729Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:53:18.729Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:53:18.860Zinfo: downloading installer
312026-03-20T03:53:20.698Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:53:20.698Zwarn: /opt/ooce/bin
332026-03-20T03:53:20.698Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:53:20.698Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:53:20.698Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:53:20.698Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:53:20.698Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:53:20.698Zerror: cannot install while Rust is installed
392026-03-20T03:53:20.698Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:53:20.698Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:53:20.698Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:53:20.698Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:53:20.698Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:53:20.713Zinfo: profile set to default
452026-03-20T03:53:20.713Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:53:20.716Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:53:20.885Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:53:20.889Zinfo: downloading 6 components
492026-03-20T03:53:38.210Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-20T03:53:38.210Z
512026-03-20T03:53:38.244Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:53:38.244Z
532026-03-20T03:53:38.247Z
542026-03-20T03:53:38.247ZRust is installed now. Great!
552026-03-20T03:53:38.247Z
562026-03-20T03:53:38.247ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:53:38.247Zenvironment variable. This has not been done automatically.
582026-03-20T03:53:38.247Z
592026-03-20T03:53:38.247ZTo configure your current shell, you need to source
602026-03-20T03:53:38.247Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:53:38.247Z
622026-03-20T03:53:38.248ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:53:38.248Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:53:38.248Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:53:38.248Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:53:38.248Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:53:38.248Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:53:38.248Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:53:38.248Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:53:38.248Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:53:38.354Z+ rustup --version
722026-03-20T03:53:38.365Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:53:38.368Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:53:38.391Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:53:38.394Z+ cargo --version
762026-03-20T03:53:38.410Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:53:38.413Z+ rustc --version
782026-03-20T03:53:38.437Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:53:38.440Zprocess exited: duration 19713 ms, exit code 0
 
802026-03-20T03:53:38.447Zstarting task 2: "authentication"
812026-03-20T03:53:38.466Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:53:38.472Zstarting task 3: "clone repository"
832026-03-20T03:53:38.476Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:53:38.479Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:53:38.512ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:53:39.333Z+ cd /work/oxidecomputer/opte
872026-03-20T03:53:39.334Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:53:39.599ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:53:39.599Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:53:39.608Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:53:39.611Z++ git branch --show-current
922026-03-20T03:53:39.614Z+ current=master
932026-03-20T03:53:39.614Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:53:39.614Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:53:39.617Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:53:39.639ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:53:39.642Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:53:39.645ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:53:39.648Zprocess exited: duration 1172 ms, exit code 0
 
1002026-03-20T03:53:39.654Zstarting task 4: "build"
1012026-03-20T03:53:39.658Z+ source .github/buildomat/common.sh
1022026-03-20T03:53:39.661Z++ rustup show active-toolchain
1032026-03-20T03:53:39.665Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:53:39.668Z++ pushd xde
1052026-03-20T03:53:39.668Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:53:39.668Z++ rustup show active-toolchain
1072026-03-20T03:53:39.672Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:53:39.895Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:53:39.898Zinfo: downloading 6 components
1102026-03-20T03:53:57.285Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:53:57.390Z+++ rustup show active-toolchain -v
1122026-03-20T03:53:57.393Z+++ head -n 1
1132026-03-20T03:53:57.393Z+++ cut '-d ' -f1
1142026-03-20T03:53:57.457Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:53:57.458Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:53:57.462Z++ popd
1172026-03-20T03:53:57.462Z/work/oxidecomputer/opte
1182026-03-20T03:53:57.462Z+ cargo --version
1192026-03-20T03:53:57.469Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-20T03:53:57.472Z+ rustc --version
1212026-03-20T03:53:57.496Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-20T03:53:57.499Z+ cd lib/oxide-vpc
1232026-03-20T03:53:57.499Z+ header 'check style'
1242026-03-20T03:53:57.499Z+ echo '# ==== check style ==== #'
1252026-03-20T03:53:57.499Z# ==== check style ==== #
1262026-03-20T03:53:57.499Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-20T03:53:57.669Z
1282026-03-20T03:53:57.669Zreal 0.166559877
1292026-03-20T03:53:57.669Zuser 0.119420056
1302026-03-20T03:53:57.669Zsys 0.041663996
1312026-03-20T03:53:57.672Ztrap 0.000015204
1322026-03-20T03:53:57.672Ztflt 0.000028340
1332026-03-20T03:53:57.672Zdflt 0.000013054
1342026-03-20T03:53:57.672Zkflt 0.000000000
1352026-03-20T03:53:57.672Zlock 0.061212726
1362026-03-20T03:53:57.672Zslp 0.143547656
1372026-03-20T03:53:57.672Zlat 0.000263597
1382026-03-20T03:53:57.672Zstop 0.000130297
1392026-03-20T03:53:57.672Z+ header 'check docs'
1402026-03-20T03:53:57.672Z+ echo '# ==== check docs ==== #'
1412026-03-20T03:53:57.672Z# ==== check docs ==== #
1422026-03-20T03:53:57.672Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-20T03:53:57.672Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-20T03:53:57.758Z Updating crates.io index
1452026-03-20T03:53:57.761Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-20T03:53:58.689Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-20T03:53:59.454Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-20T03:53:59.802Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-20T03:54:00.035Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-20T03:54:00.564Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-20T03:54:00.829Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-20T03:54:03.276Z Downloading crates ...
1532026-03-20T03:54:03.349Z Downloaded itoa v1.0.17
1542026-03-20T03:54:03.355Z Downloaded usdt-impl v0.6.0
1552026-03-20T03:54:03.364Z Downloaded pest_meta v2.8.6
1562026-03-20T03:54:03.368Z Downloaded memchr v2.8.0
1572026-03-20T03:54:03.414Z Downloaded regex v1.12.3
1582026-03-20T03:54:03.417Z Downloaded proc-macro-error2 v2.0.1
1592026-03-20T03:54:03.527Z Downloaded cpufeatures v0.2.17
1602026-03-20T03:54:03.532Z Downloaded either v1.15.0
1612026-03-20T03:54:03.543Z Downloaded darling_macro v0.21.3
1622026-03-20T03:54:03.546Z Downloaded fnv v1.0.7
1632026-03-20T03:54:03.546Z Downloaded zmij v1.0.21
1642026-03-20T03:54:03.567Z Downloaded log v0.4.29
1652026-03-20T03:54:03.570Z Downloaded serde_json v1.0.149
1662026-03-20T03:54:03.574Z Downloaded digest v0.10.7
1672026-03-20T03:54:03.580Z Downloaded ingot-types v0.1.2
1682026-03-20T03:54:03.583Z Downloaded crypto-common v0.1.7
1692026-03-20T03:54:03.594Z Downloaded defmt-parser v1.0.0
1702026-03-20T03:54:03.597Z Downloaded embedded-io v0.4.0
1712026-03-20T03:54:03.597Z Downloaded tabwriter v1.4.1
1722026-03-20T03:54:03.600Z Downloaded dtrace-parser v0.3.0
1732026-03-20T03:54:03.604Z Downloaded usdt-attr-macro v0.6.0
1742026-03-20T03:54:03.607Z Downloaded itertools v0.14.0
1752026-03-20T03:54:03.610Z Downloaded serde_tokenstream v0.2.3
1762026-03-20T03:54:03.613Z Downloaded scroll v0.13.0
1772026-03-20T03:54:03.613Z Downloaded dof v0.4.0
1782026-03-20T03:54:03.613Z Downloaded cfg-if v1.0.4
1792026-03-20T03:54:03.616Z Downloaded usdt-macro v0.6.0
1802026-03-20T03:54:03.616Z Downloaded postcard v1.1.3
1812026-03-20T03:54:03.619Z Downloaded unicode-width v0.2.2
1822026-03-20T03:54:03.622Z Downloaded thiserror v2.0.18
1832026-03-20T03:54:03.626Z Downloaded pest v2.8.6
1842026-03-20T03:54:03.630Z Downloaded heapless v0.8.0
1852026-03-20T03:54:03.671Z Downloaded regex-automata v0.4.14
1862026-03-20T03:54:03.689Z Downloaded serde v1.0.228
1872026-03-20T03:54:03.725Z Downloaded block-buffer v0.10.4
1882026-03-20T03:54:03.761Z Downloaded ingot v0.1.1
1892026-03-20T03:54:03.784Z Downloaded ingot-macros v0.1.1
1902026-03-20T03:54:03.787Z Downloaded stable_deref_trait v1.2.1
1912026-03-20T03:54:03.787Z Downloaded cobs v0.3.0
1922026-03-20T03:54:03.804Z Downloaded defmt-macros v1.0.1
1932026-03-20T03:54:03.822Z Downloaded syn v2.0.117
1942026-03-20T03:54:03.836Z Downloaded generic-array v0.14.7
1952026-03-20T03:54:03.839Z Downloaded defmt v0.3.100
1962026-03-20T03:54:03.839Z Downloaded quote v1.0.45
1972026-03-20T03:54:03.842Z Downloaded crc32fast v1.5.0
1982026-03-20T03:54:03.847Z Downloaded proc-macro2 v1.0.106
1992026-03-20T03:54:03.851Z Downloaded scroll_derive v0.13.1
2002026-03-20T03:54:03.854Z Downloaded bitflags v1.3.2
2012026-03-20T03:54:03.857Z Downloaded regex-syntax v0.8.10
2022026-03-20T03:54:03.860Z Downloaded unicode-ident v1.0.24
2032026-03-20T03:54:03.864Z Downloaded hash32 v0.3.1
2042026-03-20T03:54:03.864Z Downloaded embedded-io v0.6.1
2052026-03-20T03:54:03.867Z Downloaded thiserror-impl v2.0.18
2062026-03-20T03:54:03.867Z Downloaded darling v0.21.3
2072026-03-20T03:54:03.873Z Downloaded zerocopy-derive v0.8.47
2082026-03-20T03:54:03.892Z Downloaded serde_derive v1.0.228
2092026-03-20T03:54:03.895Z Downloaded typenum v1.19.0
2102026-03-20T03:54:03.898Z Downloaded dyn-clone v1.0.20
2112026-03-20T03:54:03.902Z Downloaded macaddr v1.0.1
2122026-03-20T03:54:03.912Z Downloaded memmap2 v0.9.10
2132026-03-20T03:54:03.921Z Downloaded version_check v0.9.5
2142026-03-20T03:54:03.935Z Downloaded libc v0.2.183
2152026-03-20T03:54:04.355Z Downloaded ucd-trie v0.1.7
2162026-03-20T03:54:04.374Z Downloaded defmt v1.0.1
2172026-03-20T03:54:04.518Z Downloaded proc-macro-error-attr2 v2.0.0
2182026-03-20T03:54:04.552Z Downloaded byteorder v1.5.0
2192026-03-20T03:54:04.586Z Downloaded ref-cast v1.0.25
2202026-03-20T03:54:04.644Z Downloaded pest_generator v2.8.6
2212026-03-20T03:54:04.669Z Downloaded pest_derive v2.8.6
2222026-03-20T03:54:04.732Z Downloaded serde_core v1.0.228
2232026-03-20T03:54:04.747Z Downloaded uuid v1.22.0
2242026-03-20T03:54:04.751Z Downloaded pretty-hex v0.4.1
2252026-03-20T03:54:04.764Z Downloaded ipnetwork v0.21.1
2262026-03-20T03:54:04.769Z Downloaded strsim v0.11.1
2272026-03-20T03:54:04.804Z Downloaded goblin v0.10.5
2282026-03-20T03:54:04.809Z Downloaded usdt v0.6.0
2292026-03-20T03:54:04.812Z Downloaded ident_case v1.0.1
2302026-03-20T03:54:04.820Z Downloaded ref-cast-impl v1.0.25
2312026-03-20T03:54:04.824Z Downloaded darling_core v0.21.3
2322026-03-20T03:54:04.854Z Downloaded sha2 v0.10.9
2332026-03-20T03:54:04.904Z Downloaded managed v0.8.0
2342026-03-20T03:54:04.913Z Downloaded zerocopy v0.8.47
2352026-03-20T03:54:04.949Z Downloaded aho-corasick v1.1.4
2362026-03-20T03:54:04.968Z Downloaded smoltcp v0.11.0
2372026-03-20T03:54:04.977Z Downloaded bitflags v2.11.0
2382026-03-20T03:54:04.980Z Downloaded thread-id v5.1.0
2392026-03-20T03:54:04.983Z Downloaded plain v0.2.3
2402026-03-20T03:54:05.037Z Compiling proc-macro2 v1.0.106
2412026-03-20T03:54:05.037Z Compiling quote v1.0.45
2422026-03-20T03:54:05.041Z Compiling unicode-ident v1.0.24
2432026-03-20T03:54:05.041Z Documenting unicode-ident v1.0.24
2442026-03-20T03:54:05.041Z Compiling serde_core v1.0.228
2452026-03-20T03:54:05.041Z Compiling fnv v1.0.7
2462026-03-20T03:54:05.041Z Compiling ident_case v1.0.1
2472026-03-20T03:54:05.222Z Compiling strsim v0.11.1
2482026-03-20T03:54:05.225Z Compiling memchr v2.8.0
2492026-03-20T03:54:05.241Z Compiling serde v1.0.228
2502026-03-20T03:54:05.564Z Compiling thiserror v2.0.18
2512026-03-20T03:54:05.594Z Compiling regex-syntax v0.8.10
2522026-03-20T03:54:05.646Z Compiling zerocopy v0.8.47
2532026-03-20T03:54:05.988Z Documenting proc-macro2 v1.0.106
2542026-03-20T03:54:05.996Z Compiling aho-corasick v1.1.4
2552026-03-20T03:54:06.215Z Compiling either v1.15.0
2562026-03-20T03:54:06.328Z Checking syn v2.0.117
2572026-03-20T03:54:06.467Z Checking byteorder v1.5.0
2582026-03-20T03:54:06.470Z Compiling itertools v0.14.0
2592026-03-20T03:54:06.708Z Documenting quote v1.0.45
2602026-03-20T03:54:07.319Z Documenting syn v2.0.117
2612026-03-20T03:54:07.558Z Compiling regex-automata v0.4.14
2622026-03-20T03:54:07.619Z Documenting ident_case v1.0.1
2632026-03-20T03:54:08.114Z Documenting strsim v0.11.1
2642026-03-20T03:54:08.176Z Documenting fnv v1.0.7
2652026-03-20T03:54:08.419Z Compiling heapless v0.8.0
2662026-03-20T03:54:08.687Z Checking bitflags v2.11.0
2672026-03-20T03:54:08.767Z Checking hash32 v0.3.1
2682026-03-20T03:54:08.874Z Documenting serde_core v1.0.228
2692026-03-20T03:54:08.894Z Checking stable_deref_trait v1.2.1
2702026-03-20T03:54:08.968Z Checking macaddr v1.0.1
2712026-03-20T03:54:08.986Z Documenting memchr v2.8.0
2722026-03-20T03:54:09.110Z Checking darling_core v0.21.3
2732026-03-20T03:54:09.142Z Checking cfg-if v1.0.4
2742026-03-20T03:54:09.219Z Compiling smoltcp v0.11.0
2752026-03-20T03:54:09.666Z Documenting regex-syntax v0.8.10
2762026-03-20T03:54:09.937Z Compiling regex v1.12.3
2772026-03-20T03:54:10.017Z Documenting darling_core v0.21.3
2782026-03-20T03:54:10.441Z Documenting aho-corasick v1.1.4
2792026-03-20T03:54:11.098Z Checking bitflags v1.3.2
2802026-03-20T03:54:11.168Z Checking managed v0.8.0
2812026-03-20T03:54:11.406Z Documenting serde_derive v1.0.228
2822026-03-20T03:54:11.496Z Documenting darling_macro v0.21.3
2832026-03-20T03:54:11.569Z Documenting zerocopy-derive v0.8.47
2842026-03-20T03:54:11.588Z Compiling zerocopy-derive v0.8.47
2852026-03-20T03:54:11.687Z Compiling thiserror-impl v2.0.18
2862026-03-20T03:54:12.323Z Compiling serde_derive v1.0.228
2872026-03-20T03:54:12.416Z Documenting regex-automata v0.4.14
2882026-03-20T03:54:12.796Z Documenting thiserror-impl v2.0.18
2892026-03-20T03:54:12.805Z Compiling darling_macro v0.21.3
2902026-03-20T03:54:12.828Z Compiling ref-cast v1.0.25
2912026-03-20T03:54:12.983Z Compiling crc32fast v1.5.0
2922026-03-20T03:54:13.232Z Documenting byteorder v1.5.0
2932026-03-20T03:54:13.435Z Documenting zerocopy v0.8.47
2942026-03-20T03:54:13.465Z Checking cobs v0.3.0
2952026-03-20T03:54:13.522Z Compiling darling v0.21.3
2962026-03-20T03:54:13.609Z Compiling ingot-macros v0.1.1
2972026-03-20T03:54:13.623Z Documenting darling v0.21.3
2982026-03-20T03:54:13.870Z Documenting thiserror v2.0.18
2992026-03-20T03:54:13.942Z Documenting hash32 v0.3.1
3002026-03-20T03:54:14.344Z Documenting regex v1.12.3
3012026-03-20T03:54:14.521Z Compiling ref-cast-impl v1.0.25
3022026-03-20T03:54:15.053Z Documenting bitflags v2.11.0
3032026-03-20T03:54:15.338Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-03-20T03:54:15.553Z Documenting ingot-macros v0.1.1
3052026-03-20T03:54:15.669Z Documenting cfg-if v1.0.4
3062026-03-20T03:54:15.886Z Documenting macaddr v1.0.1
3072026-03-20T03:54:16.311Z Documenting serde v1.0.228
3082026-03-20T03:54:16.582Z Documenting stable_deref_trait v1.2.1
3092026-03-20T03:54:16.595Z Checking postcard v1.1.3
3102026-03-20T03:54:16.598Z Compiling version_check v0.9.5
3112026-03-20T03:54:16.958Z Checking ipnetwork v0.21.1
3122026-03-20T03:54:16.967Z Checking unicode-width v0.2.2
3132026-03-20T03:54:17.175Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-03-20T03:54:17.269Z Documenting cobs v0.3.0
3152026-03-20T03:54:17.278Z Documenting managed v0.8.0
3162026-03-20T03:54:17.521Z Checking tabwriter v1.4.1
3172026-03-20T03:54:17.567Z Checking ingot-types v0.1.2
3182026-03-20T03:54:17.623Z Documenting heapless v0.8.0
3192026-03-20T03:54:17.669Z Documenting ingot-types v0.1.2
3202026-03-20T03:54:17.686Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3212026-03-20T03:54:18.020Z Checking ingot v0.1.1
3222026-03-20T03:54:18.237Z Documenting postcard v1.1.3
3232026-03-20T03:54:18.250Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3242026-03-20T03:54:18.454Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-03-20T03:54:18.541Z Documenting ref-cast-impl v1.0.25
3262026-03-20T03:54:18.899Z Documenting smoltcp v0.11.0
3272026-03-20T03:54:19.109Z Checking dyn-clone v1.0.20
3282026-03-20T03:54:19.140Z Documenting either v1.15.0
3292026-03-20T03:54:19.191Z Documenting ipnetwork v0.21.1
3302026-03-20T03:54:19.219Z Documenting unicode-width v0.2.2
3312026-03-20T03:54:19.578Z Documenting ingot v0.1.1
3322026-03-20T03:54:19.936Z Documenting crc32fast v1.5.0
3332026-03-20T03:54:20.279Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3342026-03-20T03:54:20.288Z Documenting ref-cast v1.0.25
3352026-03-20T03:54:20.607Z Documenting itertools v0.14.0
3362026-03-20T03:54:20.966Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3372026-03-20T03:54:21.267Z Documenting tabwriter v1.4.1
3382026-03-20T03:54:21.397Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-03-20T03:54:21.768Z Documenting dyn-clone v1.0.20
3402026-03-20T03:54:22.398Z Documenting uuid v1.22.0
3412026-03-20T03:54:23.024Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3422026-03-20T03:54:23.524Z Checking uuid v1.22.0
3432026-03-20T03:54:23.784Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-20T03:54:23.847Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3452026-03-20T03:54:26.121Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-20T03:54:29.136Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-20T03:54:31.227Z Finished `dev` profile [optimized + debuginfo] target(s) in 33.53s
3482026-03-20T03:54:31.333Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-20T03:54:31.355Z
3502026-03-20T03:54:31.359Zreal 33.654501604
3512026-03-20T03:54:31.359Zuser 1:52.134386247
3522026-03-20T03:54:31.359Zsys 20.895555027
3532026-03-20T03:54:31.359Ztrap 0.054342843
3542026-03-20T03:54:31.359Ztflt 0.134197969
3552026-03-20T03:54:31.359Zdflt 0.061582230
3562026-03-20T03:54:31.359Zkflt 0.001656307
3572026-03-20T03:54:31.359Zlock 11:44.031852743
3582026-03-20T03:54:31.359Zslp 6:30.951390395
3592026-03-20T03:54:31.359Zlat 10.952578469
3602026-03-20T03:54:31.359Zstop 13.088085666
3612026-03-20T03:54:31.359Z+ header 'analyze std + api + usdt'
3622026-03-20T03:54:31.359Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-20T03:54:31.359Z# ==== analyze std + api + usdt ==== #
3642026-03-20T03:54:31.359Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-03-20T03:54:31.597Z Downloading crates ...
3662026-03-20T03:54:31.703Z Downloaded typeid v1.0.3
3672026-03-20T03:54:31.706Z Downloaded rusticata-macros v5.0.0
3682026-03-20T03:54:31.706Z Downloaded circular v0.3.0
3692026-03-20T03:54:31.709Z Downloaded futures-sink v0.3.32
3702026-03-20T03:54:31.714Z Downloaded dtor-proc-macro v0.0.6
3712026-03-20T03:54:31.717Z Downloaded ctor v0.6.3
3722026-03-20T03:54:31.720Z Downloaded futures-macro v0.3.32
3732026-03-20T03:54:31.720Z Downloaded futures-core v0.3.32
3742026-03-20T03:54:31.723Z Downloaded futures-task v0.3.32
3752026-03-20T03:54:31.726Z Downloaded futures-io v0.3.32
3762026-03-20T03:54:31.729Z Downloaded dtor v0.1.1
3772026-03-20T03:54:31.729Z Downloaded ctor-proc-macro v0.0.7
3782026-03-20T03:54:31.733Z Downloaded futures-executor v0.3.32
3792026-03-20T03:54:31.737Z Downloaded pin-project-lite v0.2.17
3802026-03-20T03:54:31.741Z Downloaded once_cell v1.21.3
3812026-03-20T03:54:31.743Z Downloaded slab v0.4.12
3822026-03-20T03:54:31.746Z Downloaded cookie-factory v0.3.3
3832026-03-20T03:54:31.750Z Downloaded futures v0.3.32
3842026-03-20T03:54:31.754Z Downloaded futures-channel v0.3.32
3852026-03-20T03:54:31.757Z Downloaded anyhow v1.0.102
3862026-03-20T03:54:31.780Z Downloaded ron v0.12.0
3872026-03-20T03:54:31.786Z Downloaded pcap-parser v0.17.0
3882026-03-20T03:54:31.790Z Downloaded futures-util v0.3.32
3892026-03-20T03:54:31.798Z Downloaded nom v8.0.0
3902026-03-20T03:54:31.861Z Compiling proc-macro2 v1.0.106
3912026-03-20T03:54:31.861Z Compiling quote v1.0.45
3922026-03-20T03:54:31.864Z Compiling unicode-ident v1.0.24
3932026-03-20T03:54:31.864Z Compiling memchr v2.8.0
3942026-03-20T03:54:31.864Z Compiling thiserror v2.0.18
3952026-03-20T03:54:31.864Z Compiling serde_core v1.0.228
3962026-03-20T03:54:31.864Z Compiling zerocopy v0.8.47
3972026-03-20T03:54:31.864Z Compiling zmij v1.0.21
3982026-03-20T03:54:32.304Z Compiling libc v0.2.183
3992026-03-20T03:54:32.339Z Compiling serde_json v1.0.149
4002026-03-20T03:54:32.344Z Compiling ucd-trie v0.1.7
4012026-03-20T03:54:32.589Z Compiling pest v2.8.6
4022026-03-20T03:54:32.616Z Compiling serde v1.0.228
4032026-03-20T03:54:32.660Z Compiling strsim v0.11.1
4042026-03-20T03:54:32.771Z Compiling fnv v1.0.7
4052026-03-20T03:54:32.861Z Compiling ident_case v1.0.1
4062026-03-20T03:54:33.083Z Compiling aho-corasick v1.1.4
4072026-03-20T03:54:33.337Z Compiling regex-syntax v0.8.10
4082026-03-20T03:54:33.396Z Checking byteorder v1.5.0
4092026-03-20T03:54:33.570Z Compiling syn v2.0.117
4102026-03-20T03:54:33.579Z Compiling itoa v1.0.17
4112026-03-20T03:54:34.088Z Compiling pest_meta v2.8.6
4122026-03-20T03:54:34.227Z Compiling either v1.15.0
4132026-03-20T03:54:34.251Z Compiling usdt-impl v0.6.0
4142026-03-20T03:54:34.477Z Compiling itertools v0.14.0
4152026-03-20T03:54:34.495Z Checking bitflags v2.11.0
4162026-03-20T03:54:34.856Z Compiling thread-id v5.1.0
4172026-03-20T03:54:35.154Z Checking plain v0.2.3
4182026-03-20T03:54:35.363Z Compiling regex-automata v0.4.14
4192026-03-20T03:54:35.442Z Checking futures-core v0.3.32
4202026-03-20T03:54:35.537Z Compiling heapless v0.8.0
4212026-03-20T03:54:35.581Z Checking log v0.4.29
4222026-03-20T03:54:35.910Z Checking futures-sink v0.3.32
4232026-03-20T03:54:36.018Z Checking futures-channel v0.3.32
4242026-03-20T03:54:36.251Z Checking hash32 v0.3.1
4252026-03-20T03:54:36.285Z Checking slab v0.4.12
4262026-03-20T03:54:36.360Z Checking macaddr v1.0.1
4272026-03-20T03:54:36.387Z Checking futures-io v0.3.32
4282026-03-20T03:54:36.518Z Checking futures-task v0.3.32
4292026-03-20T03:54:36.530Z Checking pretty-hex v0.4.1
4302026-03-20T03:54:36.590Z Compiling smoltcp v0.11.0
4312026-03-20T03:54:36.655Z Checking cfg-if v1.0.4
4322026-03-20T03:54:36.676Z Checking pin-project-lite v0.2.17
4332026-03-20T03:54:36.720Z Checking stable_deref_trait v1.2.1
4342026-03-20T03:54:36.849Z Compiling crc32fast v1.5.0
4352026-03-20T03:54:36.987Z Compiling version_check v0.9.5
4362026-03-20T03:54:37.019Z Compiling pest_generator v2.8.6
4372026-03-20T03:54:37.210Z Compiling darling_core v0.21.3
4382026-03-20T03:54:37.287Z Compiling ref-cast v1.0.25
4392026-03-20T03:54:37.340Z Checking bitflags v1.3.2
4402026-03-20T03:54:37.409Z Checking managed v0.8.0
4412026-03-20T03:54:37.452Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4422026-03-20T03:54:37.642Z Compiling regex v1.12.3
4432026-03-20T03:54:37.797Z Checking memmap2 v0.9.10
4442026-03-20T03:54:37.858Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-20T03:54:37.989Z Checking ipnetwork v0.21.1
4462026-03-20T03:54:38.177Z Checking unicode-width v0.2.2
4472026-03-20T03:54:38.417Z Checking nom v8.0.0
4482026-03-20T03:54:38.477Z Checking tabwriter v1.4.1
4492026-03-20T03:54:38.640Z Compiling anyhow v1.0.102
4502026-03-20T03:54:38.906Z Compiling thiserror-impl v2.0.18
4512026-03-20T03:54:38.933Z Compiling serde_derive v1.0.228
4522026-03-20T03:54:39.038Z Compiling zerocopy-derive v0.8.47
4532026-03-20T03:54:39.343Z Compiling pest_derive v2.8.6
4542026-03-20T03:54:39.410Z Compiling scroll_derive v0.13.1
4552026-03-20T03:54:39.624Z Compiling futures-macro v0.3.32
4562026-03-20T03:54:39.976Z Compiling ref-cast-impl v1.0.25
4572026-03-20T03:54:40.246Z Compiling darling_macro v0.21.3
4582026-03-20T03:54:40.500Z Checking scroll v0.13.0
4592026-03-20T03:54:40.697Z Checking cobs v0.3.0
4602026-03-20T03:54:40.717Z Checking dtrace-parser v0.3.0
4612026-03-20T03:54:40.800Z Checking goblin v0.10.5
4622026-03-20T03:54:40.862Z Checking futures-util v0.3.32
4632026-03-20T03:54:40.934Z Compiling darling v0.21.3
4642026-03-20T03:54:41.022Z Compiling ingot-macros v0.1.1
4652026-03-20T03:54:41.129Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-03-20T03:54:41.741Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4672026-03-20T03:54:42.008Z Checking dyn-clone v1.0.20
4682026-03-20T03:54:42.120Z Compiling typeid v1.0.3
4692026-03-20T03:54:42.464Z Checking rusticata-macros v5.0.0
4702026-03-20T03:54:42.761Z Checking uuid v1.22.0
4712026-03-20T03:54:43.093Z Compiling dtor-proc-macro v0.0.6
4722026-03-20T03:54:43.154Z Checking postcard v1.1.3
4732026-03-20T03:54:43.276Z Compiling serde_tokenstream v0.2.3
4742026-03-20T03:54:43.477Z Checking futures-executor v0.3.32
4752026-03-20T03:54:43.523Z Checking circular v0.3.0
4762026-03-20T03:54:43.527Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4772026-03-20T03:54:43.632Z Checking dtor v0.1.1
4782026-03-20T03:54:43.644Z Checking futures v0.3.32
4792026-03-20T03:54:43.702Z Checking once_cell v1.21.3
4802026-03-20T03:54:43.715Z Checking cookie-factory v0.3.3
4812026-03-20T03:54:43.782Z Compiling ctor-proc-macro v0.0.7
4822026-03-20T03:54:43.860Z Checking ron v0.12.0
4832026-03-20T03:54:44.026Z Checking pcap-parser v0.17.0
4842026-03-20T03:54:44.178Z Checking ctor v0.6.3
4852026-03-20T03:54:44.899Z Checking dof v0.4.0
4862026-03-20T03:54:44.899Z Checking ingot-types v0.1.2
4872026-03-20T03:54:45.311Z Checking ingot v0.1.1
4882026-03-20T03:54:46.197Z Compiling usdt-macro v0.6.0
4892026-03-20T03:54:46.197Z Compiling usdt-attr-macro v0.6.0
4902026-03-20T03:54:46.940Z Checking usdt v0.6.0
4912026-03-20T03:54:47.346Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-20T03:54:53.546Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-20T03:54:55.774Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-20T03:54:58.917Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.49s
4952026-03-20T03:54:58.958Z
4962026-03-20T03:54:58.961Zreal 27.587947998
4972026-03-20T03:54:58.961Zuser 1:39.204467831
4982026-03-20T03:54:58.961Zsys 17.992941305
4992026-03-20T03:54:58.961Ztrap 0.055887822
5002026-03-20T03:54:58.961Ztflt 0.129175804
5012026-03-20T03:54:58.961Zdflt 0.195686005
5022026-03-20T03:54:58.961Zkflt 0.000017014
5032026-03-20T03:54:58.961Zlock 5:43.143811657
5042026-03-20T03:54:58.961Zslp 5:07.654068395
5052026-03-20T03:54:58.961Zlat 3.933819706
5062026-03-20T03:54:58.961Zstop 9.605761625
5072026-03-20T03:54:58.961Z+ header 'analyze no_std + engine + kernel'
5082026-03-20T03:54:58.961Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-20T03:54:58.961Z# ==== analyze no_std + engine + kernel ==== #
5102026-03-20T03:54:58.961Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-03-20T03:54:59.194Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-20T03:54:59.194Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-20T03:54:59.198Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-20T03:54:59.222Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-20T03:54:59.574Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-20T03:55:05.619Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-20T03:55:07.761Z Finished `dev` profile [optimized + debuginfo] target(s) in 8.74s
5182026-03-20T03:55:07.794Z
5192026-03-20T03:55:07.797Zreal 8.827269400
5202026-03-20T03:55:07.797Zuser 9.162121023
5212026-03-20T03:55:07.797Zsys 1.264238581
5222026-03-20T03:55:07.797Ztrap 0.001691949
5232026-03-20T03:55:07.797Ztflt 0.005369491
5242026-03-20T03:55:07.797Zdflt 0.002081402
5252026-03-20T03:55:07.797Zkflt 0.000000000
5262026-03-20T03:55:07.797Zlock 31.838455080
5272026-03-20T03:55:07.797Zslp 31.539822661
5282026-03-20T03:55:07.797Zlat 0.038832032
5292026-03-20T03:55:07.797Zstop 0.287074846
5302026-03-20T03:55:07.797Z+ header test
5312026-03-20T03:55:07.797Z+ echo '# ==== test ==== #'
5322026-03-20T03:55:07.797Z# ==== test ==== #
5332026-03-20T03:55:07.797Z+ ptime -m cargo test
5342026-03-20T03:55:07.999Z Compiling memchr v2.8.0
5352026-03-20T03:55:08.003Z Compiling serde_core v1.0.228
5362026-03-20T03:55:08.030Z Compiling thiserror v2.0.18
5372026-03-20T03:55:08.035Z Compiling zerocopy v0.8.47
5382026-03-20T03:55:08.035Z Compiling byteorder v1.5.0
5392026-03-20T03:55:08.039Z Compiling unicode-ident v1.0.24
5402026-03-20T03:55:08.046Z Compiling zmij v1.0.21
5412026-03-20T03:55:08.050Z Compiling libc v0.2.183
5422026-03-20T03:55:08.130Z Compiling proc-macro2 v1.0.106
5432026-03-20T03:55:08.215Z Compiling scroll v0.13.0
5442026-03-20T03:55:08.312Z Compiling itoa v1.0.17
5452026-03-20T03:55:08.512Z Compiling futures-sink v0.3.32
5462026-03-20T03:55:08.524Z Compiling plain v0.2.3
5472026-03-20T03:55:08.540Z Compiling log v0.4.29
5482026-03-20T03:55:08.622Z Compiling ucd-trie v0.1.7
5492026-03-20T03:55:08.628Z Compiling futures-core v0.3.32
5502026-03-20T03:55:08.639Z Compiling quote v1.0.45
5512026-03-20T03:55:08.812Z Compiling pest v2.8.6
5522026-03-20T03:55:08.812Z Compiling futures-channel v0.3.32
5532026-03-20T03:55:09.111Z Compiling goblin v0.10.5
5542026-03-20T03:55:09.477Z Compiling hash32 v0.3.1
5552026-03-20T03:55:09.485Z Compiling pin-project-lite v0.2.17
5562026-03-20T03:55:09.598Z Compiling futures-task v0.3.32
5572026-03-20T03:55:09.681Z Compiling stable_deref_trait v1.2.1
5582026-03-20T03:55:09.763Z Compiling futures-io v0.3.32
5592026-03-20T03:55:09.850Z Compiling slab v0.4.12
5602026-03-20T03:55:09.984Z Compiling macaddr v1.0.1
5612026-03-20T03:55:10.069Z Compiling pretty-hex v0.4.1
5622026-03-20T03:55:10.073Z Compiling cfg-if v1.0.4
5632026-03-20T03:55:10.145Z Compiling futures-util v0.3.32
5642026-03-20T03:55:10.225Z Compiling heapless v0.8.0
5652026-03-20T03:55:10.292Z Compiling dtrace-parser v0.3.0
5662026-03-20T03:55:10.827Z Compiling serde v1.0.228
5672026-03-20T03:55:10.827Z Compiling bitflags v2.11.0
5682026-03-20T03:55:11.141Z Compiling serde_json v1.0.149
5692026-03-20T03:55:11.340Z Compiling syn v2.0.117
5702026-03-20T03:55:11.638Z Compiling thread-id v5.1.0
5712026-03-20T03:55:11.690Z Compiling cobs v0.3.0
5722026-03-20T03:55:11.723Z Compiling bitflags v1.3.2
5732026-03-20T03:55:11.799Z Compiling managed v0.8.0
5742026-03-20T03:55:12.027Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5752026-03-20T03:55:12.078Z Compiling smoltcp v0.11.0
5762026-03-20T03:55:12.331Z Compiling ingot-types v0.1.2
5772026-03-20T03:55:12.402Z Compiling postcard v1.1.3
5782026-03-20T03:55:12.849Z Compiling ingot v0.1.1
5792026-03-20T03:55:12.849Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5802026-03-20T03:55:13.586Z Compiling dof v0.4.0
5812026-03-20T03:55:13.786Z Compiling futures-executor v0.3.32
5822026-03-20T03:55:14.550Z Compiling memmap2 v0.9.10
5832026-03-20T03:55:14.808Z Compiling usdt-impl v0.6.0
5842026-03-20T03:55:14.923Z Compiling ipnetwork v0.21.1
5852026-03-20T03:55:15.309Z Compiling unicode-width v0.2.2
5862026-03-20T03:55:15.590Z Compiling either v1.15.0
5872026-03-20T03:55:15.728Z Compiling tabwriter v1.4.1
5882026-03-20T03:55:15.815Z Compiling itertools v0.14.0
5892026-03-20T03:55:15.953Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5902026-03-20T03:55:16.245Z Compiling usdt v0.6.0
5912026-03-20T03:55:17.015Z Compiling ref-cast v1.0.25
5922026-03-20T03:55:17.068Z Compiling futures v0.3.32
5932026-03-20T03:55:17.151Z Compiling crc32fast v1.5.0
5942026-03-20T03:55:17.168Z Compiling nom v8.0.0
5952026-03-20T03:55:17.446Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-20T03:55:17.747Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-20T03:55:18.328Z Compiling dyn-clone v1.0.20
5982026-03-20T03:55:18.523Z Compiling cookie-factory v0.3.3
5992026-03-20T03:55:18.811Z Compiling uuid v1.22.0
6002026-03-20T03:55:18.929Z Compiling circular v0.3.0
6012026-03-20T03:55:19.019Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6022026-03-20T03:55:19.251Z Compiling dtor v0.1.1
6032026-03-20T03:55:19.309Z Compiling anyhow v1.0.102
6042026-03-20T03:55:19.331Z Compiling typeid v1.0.3
6052026-03-20T03:55:19.403Z Compiling once_cell v1.21.3
6062026-03-20T03:55:19.459Z Compiling ctor v0.6.3
6072026-03-20T03:55:19.573Z Compiling ron v0.12.0
6082026-03-20T03:55:20.267Z Compiling rusticata-macros v5.0.0
6092026-03-20T03:55:20.630Z Compiling pcap-parser v0.17.0
6102026-03-20T03:55:24.235Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-20T03:55:27.371Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-20T03:56:22.243Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 14s
6132026-03-20T03:56:22.262Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-7a70d075efa2cbb5)
6142026-03-20T03:56:22.265Z
6152026-03-20T03:56:22.265Zrunning 15 tests
6162026-03-20T03:56:22.265Ztest api::tests::parse_bad_proto_filter ... ok
6172026-03-20T03:56:22.265Ztest api::tests::parse_bad_address ... ok
6182026-03-20T03:56:22.265Ztest api::tests::parse_good_address ... ok
6192026-03-20T03:56:22.265Ztest api::tests::parse_good_proto_filter ... ok
6202026-03-20T03:56:22.265Ztest api::tests::ports_from_str_bad ... ok
6212026-03-20T03:56:22.265Ztest api::tests::ports_from_str_good ... ok
6222026-03-20T03:56:22.265Ztest cfg::tests::test_required_nat_space ... ok
6232026-03-20T03:56:22.265Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-20T03:56:22.265Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-20T03:56:22.265Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-03-20T03:56:22.265Ztest engine::geneve::test::parse_single_opt ... ok
6272026-03-20T03:56:22.265Ztest engine::geneve::test::parse_multi_opt ... ok
6282026-03-20T03:56:22.265Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6292026-03-20T03:56:22.265Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6302026-03-20T03:56:22.268Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-20T03:56:22.268Z
6322026-03-20T03:56:22.268Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-20T03:56:22.268Z
6342026-03-20T03:56:22.268Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-404278ee88c42ab3)
6352026-03-20T03:56:22.271Z
6362026-03-20T03:56:22.271Zrunning 4 tests
6372026-03-20T03:56:22.272Ztest firewall_external_inbound ... ok
6382026-03-20T03:56:22.272Ztest firewall_vni_outbound ... ok
6392026-03-20T03:56:22.272Ztest firewall_vni_inbound ... ok
6402026-03-20T03:56:22.272Ztest firewall_replace_rules ... ok
6412026-03-20T03:56:22.272Z
6422026-03-20T03:56:22.272Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-20T03:56:22.272Z
6442026-03-20T03:56:22.272Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-4fbb382a7986c261)
6452026-03-20T03:56:22.275Z
6462026-03-20T03:56:22.275Zrunning 2 tests
6472026-03-20T03:56:22.275Ztest parse_in_regression ... ok
6482026-03-20T03:56:22.275Ztest parse_out_regression ... ok
6492026-03-20T03:56:22.275Z
6502026-03-20T03:56:22.275Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-20T03:56:22.275Z
6522026-03-20T03:56:22.275Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-8122019709bcf344)
6532026-03-20T03:56:22.278Z
6542026-03-20T03:56:22.278Zrunning 47 tests
6552026-03-20T03:56:22.278Ztest bad_ip_len ... ok
6562026-03-20T03:56:22.278Ztest check_layers ... ok
6572026-03-20T03:56:22.278Ztest add_remove_fw_rule ... ok
6582026-03-20T03:56:22.278Ztest external_attached_subnets_cannot_reach_internal ... ok
6592026-03-20T03:56:22.278Ztest arp_gateway ... ok
6602026-03-20T03:56:22.278Ztest anti_spoof ... ok
6612026-03-20T03:56:22.278Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-03-20T03:56:22.278Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-03-20T03:56:22.278Ztest flow_expiration ... ok
6642026-03-20T03:56:22.282Ztest external_ip_epoch_affinity_preserved ... ok
6652026-03-20T03:56:22.282Ztest gateway_icmp4_ping ... ok
6662026-03-20T03:56:22.282Ztest gateway_icmpv6_ping ... ok
6672026-03-20T03:56:22.282Ztest early_tcp_invalidation ... ok
6682026-03-20T03:56:22.282Ztest external_ip_reconfigurable ... ok
6692026-03-20T03:56:22.282Ztest gateway_router_advert_reply ... ok
6702026-03-20T03:56:22.282Ztest guest_to_guest_no_route ... ok
6712026-03-20T03:56:22.282Ztest guest_to_internet_ipv6 ... ok
6722026-03-20T03:56:22.282Ztest guest_to_guest_diff_vpc_no_peer ... ok
6732026-03-20T03:56:22.282Ztest icmp_inner_has_nat_applied ... ok
6742026-03-20T03:56:22.282Ztest guest_to_internet_ipv4 ... ok
6752026-03-20T03:56:22.282Ztest icmpv6_inner_has_nat_applied ... ok
6762026-03-20T03:56:22.282Ztest guest_to_guest ... ok
6772026-03-20T03:56:22.282Ztest inbound_ndp_dropped_at_gateway ... ok
6782026-03-20T03:56:22.282Ztest intra_subnet_routes_with_custom ... ok
6792026-03-20T03:56:22.282Ztest packet_body_pullup ... ok
6802026-03-20T03:56:22.282Ztest outbound_ndp_dropped ... ok
6812026-03-20T03:56:22.282Ztest no_panic_on_flow_table_full ... ok
6822026-03-20T03:56:22.282Ztest external_ip_receive_and_reply_on_all ... ok
6832026-03-20T03:56:22.282Ztest internal_attached_subnets ... ok
6842026-03-20T03:56:22.282Ztest external_ip_balanced_over_floating_ips ... ok
6852026-03-20T03:56:22.282Ztest port_transition_reset ... ok
6862026-03-20T03:56:22.282Ztest port_transition_running ... ok
6872026-03-20T03:56:22.282Ztest port_transition_pause ... ok
6882026-03-20T03:56:22.282Ztest port_as_router_target ... ok
6892026-03-20T03:56:22.282Ztest test_drop_on_unknown_critical_option ... ok
6902026-03-20T03:56:22.282Ztest select_eip_conditioned_on_igw ... ok
6912026-03-20T03:56:22.283Ztest test_ipv6_multicast_encapsulation ... ok
6922026-03-20T03:56:22.283Ztest snat_icmp4_echo_rewrite ... ok
6932026-03-20T03:56:22.283Ztest tcp_inbound ... ok
6942026-03-20T03:56:22.283Ztest tcp_outbound ... ok
6952026-03-20T03:56:22.283Ztest snat_icmp6_echo_rewrite ... ok
6962026-03-20T03:56:22.283Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6972026-03-20T03:56:22.283Ztest test_gateway_neighbor_advert_reply ... ok
6982026-03-20T03:56:22.283Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
6992026-03-20T03:56:22.283Ztest test_tcp_multicast_denied ... ok
7002026-03-20T03:56:22.283Ztest uft_lft_invalidation_out ... ok
7012026-03-20T03:56:22.283Ztest uft_lft_invalidation_in ... ok
7022026-03-20T03:56:22.283Z
7032026-03-20T03:56:22.283Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-20T03:56:22.283Z
7052026-03-20T03:56:22.283Z Doc-tests oxide_vpc
7062026-03-20T03:56:22.656Z
7072026-03-20T03:56:22.656Zrunning 0 tests
7082026-03-20T03:56:22.656Z
7092026-03-20T03:56:22.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-20T03:56:22.656Z
7112026-03-20T03:56:22.688Z
7122026-03-20T03:56:22.691Zreal 1:14.861063260
7132026-03-20T03:56:22.691Zuser 4:20.428242578
7142026-03-20T03:56:22.691Zsys 14.119638044
7152026-03-20T03:56:22.691Ztrap 0.124171615
7162026-03-20T03:56:22.691Ztflt 0.208094981
7172026-03-20T03:56:22.691Zdflt 0.236678408
7182026-03-20T03:56:22.691Zkflt 0.000721526
7192026-03-20T03:56:22.691Zlock 17:46.890982613
7202026-03-20T03:56:22.691Zslp 8:54.562909952
7212026-03-20T03:56:22.691Zlat 9.757994522
7222026-03-20T03:56:22.691Zstop 6.569145234
7232026-03-20T03:56:22.691Zprocess exited: duration 162990 ms, exit code 0
 
7242026-03-20T03:56:22.698Zfound 0 output files