01KKTT7VZBPCQ05VN7X5M44J0F: oxide-vpc

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

Buildomat Job: 01KKTT895FQM0QD4Z3BE8KCJA9

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-16T07:57:50.736Zjob assigned to worker 01KKTT8BKJYJXVV51KAKXN3T16 [factory aws, i-0c7748f934a3b83f7] (queued for 2 m 49 s)
 
22026-03-16T07:57:58.184Zstarting task 0: "setup"
32026-03-16T07:57:58.188Z++ uname -s
42026-03-16T07:57:58.192Z+ kern=SunOS
52026-03-16T07:57:58.192Z+ build_user=build
62026-03-16T07:57:58.192Z+ build_uid=12345
72026-03-16T07:57:58.192Z+ work_dir=/work
82026-03-16T07:57:58.192Z+ input_dir=/input
92026-03-16T07:57:58.192Z+ [[ 0 == 12345 ]]
102026-03-16T07:57:58.192Z+ case "$kern" in
112026-03-16T07:57:58.192Z+ groupadd -g 12345 build
122026-03-16T07:57:58.195Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-16T07:58:00.199Z+ zfs create -o mountpoint=/work rpool/work
142026-03-16T07:58:00.362Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-16T07:58:00.368Z+ home_fs=zfs
162026-03-16T07:58:00.368Z+ [[ zfs == autofs ]]
172026-03-16T07:58:00.368Z+ mkdir -p /home/build
182026-03-16T07:58:00.368Z+ chown build:build /home/build /work
192026-03-16T07:58:02.369Z+ chmod 0700 /home/build /work
202026-03-16T07:58:02.372Zprocess exited: duration 4188 ms, exit code 0
 
212026-03-16T07:58:02.378Zstarting task 1: "rust-toolchain"
222026-03-16T07:58:02.383Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-16T07:58:02.383Z * rust toolchain channel = "1.93.1"
242026-03-16T07:58:02.383Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-16T07:58:02.383Z * rust toolchain profile = "default"
262026-03-16T07:58:02.383Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-16T07:58:02.386Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-16T07:58:02.386Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-16T07:58:02.386Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-16T07:58:02.505Zinfo: downloading installer
312026-03-16T07:58:04.139Zwarn: It looks like you have an existing installation of Rust at:
322026-03-16T07:58:04.139Zwarn: /opt/ooce/bin
332026-03-16T07:58:04.139Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-16T07:58:04.139Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-16T07:58:04.139Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-16T07:58:04.139Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-16T07:58:04.139Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-16T07:58:04.139Zerror: cannot install while Rust is installed
392026-03-16T07:58:04.139Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-16T07:58:04.139Zwarn: It looks like you have an existing rustup settings file at:
412026-03-16T07:58:04.139Zwarn: /home/build/.rustup/settings.toml
422026-03-16T07:58:04.139Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-16T07:58:04.139Zwarn: instead of the one inferred from the default host triple.
442026-03-16T07:58:04.157Zinfo: profile set to default
452026-03-16T07:58:04.157Zinfo: default host triple is x86_64-unknown-illumos
462026-03-16T07:58:04.160Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-16T07:58:04.314Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-16T07:58:04.318Zinfo: downloading 6 components
492026-03-16T07:58:20.635Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-16T07:58:20.635Z
512026-03-16T07:58:20.673Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-16T07:58:20.673Z
532026-03-16T07:58:20.677Z
542026-03-16T07:58:20.677ZRust is installed now. Great!
552026-03-16T07:58:20.677Z
562026-03-16T07:58:20.677ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-16T07:58:20.677Zenvironment variable. This has not been done automatically.
582026-03-16T07:58:20.677Z
592026-03-16T07:58:20.677ZTo configure your current shell, you need to source
602026-03-16T07:58:20.677Zthe corresponding env file under $HOME/.cargo.
612026-03-16T07:58:20.677Z
622026-03-16T07:58:20.677ZThis is usually done by running one of the following (note the leading DOT):
632026-03-16T07:58:20.677Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-16T07:58:20.677Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-16T07:58:20.677Zsource "~/.cargo/env.nu" # For nushell
662026-03-16T07:58:20.677Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-16T07:58:20.677Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-16T07:58:20.677Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-16T07:58:20.677Zwarn: no default linker (`cc`) was found in your PATH
702026-03-16T07:58:20.677Zwarn: many Rust crates require a system C toolchain to build
712026-03-16T07:58:20.783Z+ rustup --version
722026-03-16T07:58:20.794Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-16T07:58:20.797Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-16T07:58:20.821Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-16T07:58:20.824Z+ cargo --version
762026-03-16T07:58:20.841Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-16T07:58:20.844Z+ rustc --version
782026-03-16T07:58:20.868Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-16T07:58:20.871Zprocess exited: duration 18492 ms, exit code 0
 
802026-03-16T07:58:20.877Zstarting task 2: "authentication"
812026-03-16T07:58:20.897Zprocess exited: duration 19 ms, exit code 0
 
822026-03-16T07:58:20.903Zstarting task 3: "clone repository"
832026-03-16T07:58:20.907Z+ mkdir -p /work/oxidecomputer/opte
842026-03-16T07:58:20.910Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-16T07:58:20.940ZCloning into '/work/oxidecomputer/opte'...
862026-03-16T07:58:22.914Z+ cd /work/oxidecomputer/opte
872026-03-16T07:58:22.914Z+ git fetch origin d9b87439179a558c7a423c2898fff6831fa5f5be
882026-03-16T07:58:23.166ZFrom https://github.com/oxidecomputer/opte
892026-03-16T07:58:23.166Z * branch d9b87439179a558c7a423c2898fff6831fa5f5be -> FETCH_HEAD
902026-03-16T07:58:23.174Z+ [[ -n renovate/lock-file-maintenance ]]
912026-03-16T07:58:23.177Z++ git branch --show-current
922026-03-16T07:58:23.180Z+ current=master
932026-03-16T07:58:23.180Z+ [[ master != renovate/lock-file-maintenance ]]
942026-03-16T07:58:23.180Z+ git branch -f renovate/lock-file-maintenance d9b87439179a558c7a423c2898fff6831fa5f5be
952026-03-16T07:58:23.183Z+ git checkout -f renovate/lock-file-maintenance
962026-03-16T07:58:23.203ZSwitched to branch 'renovate/lock-file-maintenance'
972026-03-16T07:58:23.206Z+ git reset --hard d9b87439179a558c7a423c2898fff6831fa5f5be
982026-03-16T07:58:23.226ZHEAD is now at d9b8743 Lock file maintenance
992026-03-16T07:58:23.228Zprocess exited: duration 2323 ms, exit code 0
 
1002026-03-16T07:58:23.234Zstarting task 4: "build"
1012026-03-16T07:58:23.238Z+ source .github/buildomat/common.sh
1022026-03-16T07:58:23.241Z++ rustup show active-toolchain
1032026-03-16T07:58:23.245Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-16T07:58:23.247Z++ pushd xde
1052026-03-16T07:58:23.247Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-16T07:58:23.247Z++ rustup show active-toolchain
1072026-03-16T07:58:23.252Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-16T07:58:23.405Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-16T07:58:23.408Zinfo: downloading 6 components
1102026-03-16T07:58:39.111Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-16T07:58:39.203Z+++ rustup show active-toolchain -v
1122026-03-16T07:58:39.206Z+++ head -n 1
1132026-03-16T07:58:39.206Z+++ cut '-d ' -f1
1142026-03-16T07:58:39.269Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-16T07:58:39.269Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-16T07:58:39.269Z++ popd
1172026-03-16T07:58:39.272Z/work/oxidecomputer/opte
1182026-03-16T07:58:39.272Z+ cargo --version
1192026-03-16T07:58:39.281Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-16T07:58:39.284Z+ rustc --version
1212026-03-16T07:58:39.309Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-16T07:58:39.312Z+ cd lib/oxide-vpc
1232026-03-16T07:58:39.312Z+ header 'check style'
1242026-03-16T07:58:39.315Z+ echo '# ==== check style ==== #'
1252026-03-16T07:58:39.315Z# ==== check style ==== #
1262026-03-16T07:58:39.315Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-16T07:58:39.483Z
1282026-03-16T07:58:39.483Zreal 0.168730691
1292026-03-16T07:58:39.483Zuser 0.120515328
1302026-03-16T07:58:39.483Zsys 0.043154131
1312026-03-16T07:58:39.483Ztrap 0.000009880
1322026-03-16T07:58:39.486Ztflt 0.000027810
1332026-03-16T07:58:39.486Zdflt 0.000032620
1342026-03-16T07:58:39.486Zkflt 0.000000000
1352026-03-16T07:58:39.486Zlock 0.062154374
1362026-03-16T07:58:39.486Zslp 0.145047534
1372026-03-16T07:58:39.486Zlat 0.000251640
1382026-03-16T07:58:39.486Zstop 0.000115550
1392026-03-16T07:58:39.487Z+ header 'check docs'
1402026-03-16T07:58:39.487Z+ echo '# ==== check docs ==== #'
1412026-03-16T07:58:39.487Z# ==== check docs ==== #
1422026-03-16T07:58:39.487Z+ RUSTDOCFLAGS='-D warnings'
1432026-03-16T07:58:39.487Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-03-16T07:58:39.572Z Updating crates.io index
1452026-03-16T07:58:39.575Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-16T07:58:40.562Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-16T07:58:41.187Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-16T07:58:41.601Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-16T07:58:41.955Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-16T07:58:42.172Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-16T07:58:42.542Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-16T07:58:44.355Z Downloading crates ...
1532026-03-16T07:58:44.400Z Downloaded bitflags v1.3.2
1542026-03-16T07:58:44.410Z Downloaded cobs v0.3.0
1552026-03-16T07:58:44.413Z Downloaded cpufeatures v0.2.17
1562026-03-16T07:58:44.418Z Downloaded aho-corasick v1.1.4
1572026-03-16T07:58:44.422Z Downloaded memmap2 v0.9.10
1582026-03-16T07:58:44.425Z Downloaded dyn-clone v1.0.20
1592026-03-16T07:58:44.425Z Downloaded managed v0.8.0
1602026-03-16T07:58:44.428Z Downloaded hash32 v0.3.1
1612026-03-16T07:58:44.428Z Downloaded dtrace-parser v0.3.0
1622026-03-16T07:58:44.428Z Downloaded log v0.4.29
1632026-03-16T07:58:44.430Z Downloaded pretty-hex v0.4.2
1642026-03-16T07:58:44.430Z Downloaded macaddr v1.0.1
1652026-03-16T07:58:44.433Z Downloaded digest v0.10.7
1662026-03-16T07:58:44.433Z Downloaded itoa v1.0.17
1672026-03-16T07:58:44.436Z Downloaded block-buffer v0.10.4
1682026-03-16T07:58:44.436Z Downloaded proc-macro-error2 v2.0.1
1692026-03-16T07:58:44.440Z Downloaded pest_generator v2.8.6
1702026-03-16T07:58:44.442Z Downloaded embedded-io v0.6.1
1712026-03-16T07:58:44.442Z Downloaded thiserror-impl v2.0.18
1722026-03-16T07:58:44.442Z Downloaded embedded-io v0.4.0
1732026-03-16T07:58:44.445Z Downloaded ref-cast v1.0.25
1742026-03-16T07:58:44.447Z Downloaded generic-array v0.14.7
1752026-03-16T07:58:44.448Z Downloaded defmt-macros v1.0.1
1762026-03-16T07:58:44.450Z Downloaded plain v0.2.3
1772026-03-16T07:58:44.450Z Downloaded darling_macro v0.21.3
1782026-03-16T07:58:44.454Z Downloaded ingot v0.1.1
1792026-03-16T07:58:44.457Z Downloaded fnv v1.0.7
1802026-03-16T07:58:44.457Z Downloaded bitflags v2.11.0
1812026-03-16T07:58:44.459Z Downloaded ref-cast-impl v1.0.25
1822026-03-16T07:58:44.463Z Downloaded thread-id v5.1.0
1832026-03-16T07:58:44.466Z Downloaded byteorder v1.5.0
1842026-03-16T07:58:44.466Z Downloaded crypto-common v0.1.7
1852026-03-16T07:58:44.469Z Downloaded strsim v0.11.1
1862026-03-16T07:58:44.472Z Downloaded version_check v0.9.5
1872026-03-16T07:58:44.475Z Downloaded proc-macro-error-attr2 v2.0.0
1882026-03-16T07:58:44.475Z Downloaded defmt v0.3.100
1892026-03-16T07:58:44.475Z Downloaded usdt-attr-macro v0.6.0
1902026-03-16T07:58:44.477Z Downloaded stable_deref_trait v1.2.1
1912026-03-16T07:58:44.477Z Downloaded ident_case v1.0.1
1922026-03-16T07:58:44.480Z Downloaded tabwriter v1.4.1
1932026-03-16T07:58:44.483Z Downloaded usdt-macro v0.6.0
1942026-03-16T07:58:44.485Z Downloaded cfg-if v1.0.4
1952026-03-16T07:58:44.489Z Downloaded scroll_derive v0.13.1
1962026-03-16T07:58:44.503Z Downloaded defmt-parser v1.0.0
1972026-03-16T07:58:44.505Z Downloaded dof v0.4.0
1982026-03-16T07:58:44.518Z Downloaded defmt v1.0.1
1992026-03-16T07:58:44.520Z Downloaded heapless v0.8.0
2002026-03-16T07:58:44.520Z Downloaded usdt-impl v0.6.0
2012026-03-16T07:58:44.523Z Downloaded usdt v0.6.0
2022026-03-16T07:58:44.525Z Downloaded serde_tokenstream v0.2.3
2032026-03-16T07:58:44.526Z Downloaded scroll v0.13.0
2042026-03-16T07:58:44.534Z Downloaded zmij v1.0.21
2052026-03-16T07:58:44.537Z Downloaded thiserror v2.0.18
2062026-03-16T07:58:44.540Z Downloaded sha2 v0.10.9
2072026-03-16T07:58:44.542Z Downloaded ingot-types v0.1.2
2082026-03-16T07:58:44.547Z Downloaded quote v1.0.45
2092026-03-16T07:58:44.554Z Downloaded ipnetwork v0.21.1
2102026-03-16T07:58:44.557Z Downloaded ucd-trie v0.1.7
2112026-03-16T07:58:44.557Z Downloaded darling v0.21.3
2122026-03-16T07:58:44.560Z Downloaded postcard v1.1.3
2132026-03-16T07:58:44.563Z Downloaded pest_derive v2.8.6
2142026-03-16T07:58:44.566Z Downloaded either v1.15.0
2152026-03-16T07:58:44.572Z Downloaded ingot-macros v0.1.1
2162026-03-16T07:58:44.574Z Downloaded crc32fast v1.5.0
2172026-03-16T07:58:44.577Z Downloaded proc-macro2 v1.0.106
2182026-03-16T07:58:44.577Z Downloaded unicode-ident v1.0.24
2192026-03-16T07:58:44.581Z Downloaded serde_core v1.0.228
2202026-03-16T07:58:44.588Z Downloaded serde_derive v1.0.228
2212026-03-16T07:58:44.591Z Downloaded uuid v1.22.0
2222026-03-16T07:58:44.608Z Downloaded darling_core v0.21.3
2232026-03-16T07:58:44.619Z Downloaded serde v1.0.228
2242026-03-16T07:58:44.621Z Downloaded typenum v1.19.0
2252026-03-16T07:58:44.624Z Downloaded memchr v2.8.0
2262026-03-16T07:58:44.632Z Downloaded pest_meta v2.8.6
2272026-03-16T07:58:44.635Z Downloaded zerocopy-derive v0.8.42
2282026-03-16T07:58:44.641Z Downloaded itertools v0.14.0
2292026-03-16T07:58:44.652Z Downloaded pest v2.8.6
2302026-03-16T07:58:44.679Z Downloaded serde_json v1.0.149
2312026-03-16T07:58:44.684Z Downloaded regex v1.12.3
2322026-03-16T07:58:44.717Z Downloaded goblin v0.10.5
2332026-03-16T07:58:44.750Z Downloaded zerocopy v0.8.42
2342026-03-16T07:58:44.760Z Downloaded unicode-width v0.2.2
2352026-03-16T07:58:44.765Z Downloaded syn v2.0.117
2362026-03-16T07:58:44.772Z Downloaded smoltcp v0.11.0
2372026-03-16T07:58:44.780Z Downloaded regex-syntax v0.8.10
2382026-03-16T07:58:44.807Z Downloaded regex-automata v0.4.14
2392026-03-16T07:58:44.817Z Downloaded libc v0.2.183
2402026-03-16T07:58:44.894Z Compiling proc-macro2 v1.0.106
2412026-03-16T07:58:44.894Z Compiling quote v1.0.45
2422026-03-16T07:58:44.897Z Compiling unicode-ident v1.0.24
2432026-03-16T07:58:44.897Z Documenting unicode-ident v1.0.24
2442026-03-16T07:58:44.897Z Compiling serde_core v1.0.228
2452026-03-16T07:58:44.897Z Compiling ident_case v1.0.1
2462026-03-16T07:58:44.897Z Compiling strsim v0.11.1
2472026-03-16T07:58:45.082Z Compiling fnv v1.0.7
2482026-03-16T07:58:45.108Z Compiling memchr v2.8.0
2492026-03-16T07:58:45.115Z Compiling zerocopy v0.8.42
2502026-03-16T07:58:45.274Z Compiling regex-syntax v0.8.10
2512026-03-16T07:58:45.378Z Compiling serde v1.0.228
2522026-03-16T07:58:45.627Z Documenting proc-macro2 v1.0.106
2532026-03-16T07:58:45.774Z Compiling aho-corasick v1.1.4
2542026-03-16T07:58:45.947Z Compiling thiserror v2.0.18
2552026-03-16T07:58:46.169Z Checking syn v2.0.117
2562026-03-16T07:58:46.331Z Documenting quote v1.0.45
2572026-03-16T07:58:46.391Z Checking byteorder v1.5.0
2582026-03-16T07:58:46.510Z Compiling either v1.15.0
2592026-03-16T07:58:46.758Z Compiling itertools v0.14.0
2602026-03-16T07:58:46.957Z Documenting syn v2.0.117
2612026-03-16T07:58:47.500Z Compiling regex-automata v0.4.14
2622026-03-16T07:58:47.519Z Documenting strsim v0.11.1
2632026-03-16T07:58:47.792Z Documenting ident_case v1.0.1
2642026-03-16T07:58:48.122Z Compiling heapless v0.8.0
2652026-03-16T07:58:48.361Z Documenting fnv v1.0.7
2662026-03-16T07:58:48.450Z Checking bitflags v2.11.0
2672026-03-16T07:58:48.641Z Checking hash32 v0.3.1
2682026-03-16T07:58:48.702Z Documenting serde_core v1.0.228
2692026-03-16T07:58:48.768Z Documenting memchr v2.8.0
2702026-03-16T07:58:48.940Z Checking cfg-if v1.0.4
2712026-03-16T07:58:49.008Z Checking stable_deref_trait v1.2.1
2722026-03-16T07:58:49.023Z Checking darling_core v0.21.3
2732026-03-16T07:58:49.083Z Checking macaddr v1.0.1
2742026-03-16T07:58:49.259Z Documenting regex-syntax v0.8.10
2752026-03-16T07:58:49.644Z Documenting darling_core v0.21.3
2762026-03-16T07:58:49.956Z Compiling regex v1.12.3
2772026-03-16T07:58:50.486Z Documenting aho-corasick v1.1.4
2782026-03-16T07:58:50.584Z Compiling smoltcp v0.11.0
2792026-03-16T07:58:51.033Z Checking managed v0.8.0
2802026-03-16T07:58:51.122Z Documenting darling_macro v0.21.3
2812026-03-16T07:58:51.262Z Checking bitflags v1.3.2
2822026-03-16T07:58:51.332Z Documenting serde_derive v1.0.228
2832026-03-16T07:58:51.374Z Documenting thiserror-impl v2.0.18
2842026-03-16T07:58:51.533Z Compiling thiserror-impl v2.0.18
2852026-03-16T07:58:51.622Z Compiling serde_derive v1.0.228
2862026-03-16T07:58:51.964Z Compiling zerocopy-derive v0.8.42
2872026-03-16T07:58:52.213Z Documenting regex-automata v0.4.14
2882026-03-16T07:58:52.760Z Compiling darling_macro v0.21.3
2892026-03-16T07:58:52.786Z Documenting zerocopy-derive v0.8.42
2902026-03-16T07:58:52.799Z Documenting byteorder v1.5.0
2912026-03-16T07:58:52.808Z Compiling ref-cast v1.0.25
2922026-03-16T07:58:53.211Z Compiling crc32fast v1.5.0
2932026-03-16T07:58:53.350Z Checking cobs v0.3.0
2942026-03-16T07:58:53.464Z Documenting hash32 v0.3.1
2952026-03-16T07:58:53.488Z Compiling darling v0.21.3
2962026-03-16T07:58:53.509Z Documenting darling v0.21.3
2972026-03-16T07:58:53.571Z Compiling ingot-macros v0.1.1
2982026-03-16T07:58:53.716Z Documenting thiserror v2.0.18
2992026-03-16T07:58:54.005Z Documenting regex v1.12.3
3002026-03-16T07:58:54.070Z Documenting zerocopy v0.8.42
3012026-03-16T07:58:54.309Z Compiling ref-cast-impl v1.0.25
3022026-03-16T07:58:54.808Z Documenting bitflags v2.11.0
3032026-03-16T07:58:55.071Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-03-16T07:58:55.112Z Documenting ingot-macros v0.1.1
3052026-03-16T07:58:55.398Z Documenting serde v1.0.228
3062026-03-16T07:58:55.613Z Documenting macaddr v1.0.1
3072026-03-16T07:58:55.867Z Checking postcard v1.1.3
3082026-03-16T07:58:56.225Z Documenting stable_deref_trait v1.2.1
3092026-03-16T07:58:56.282Z Checking unicode-width v0.2.2
3102026-03-16T07:58:56.302Z Compiling version_check v0.9.5
3112026-03-16T07:58:56.608Z Checking ipnetwork v0.21.1
3122026-03-16T07:58:56.675Z Documenting cfg-if v1.0.4
3132026-03-16T07:58:56.679Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-03-16T07:58:56.817Z Documenting cobs v0.3.0
3152026-03-16T07:58:56.878Z Documenting heapless v0.8.0
3162026-03-16T07:58:56.970Z Documenting managed v0.8.0
3172026-03-16T07:58:57.172Z Checking tabwriter v1.4.1
3182026-03-16T07:58:57.425Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3192026-03-16T07:58:57.773Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3202026-03-16T07:58:57.784Z Documenting postcard v1.1.3
3212026-03-16T07:58:57.995Z Checking ingot-types v0.1.2
3222026-03-16T07:58:58.412Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3232026-03-16T07:58:58.421Z Documenting ingot-types v0.1.2
3242026-03-16T07:58:58.436Z Checking ingot v0.1.1
3252026-03-16T07:58:58.507Z Documenting ref-cast-impl v1.0.25
3262026-03-16T07:58:58.644Z Documenting either v1.15.0
3272026-03-16T07:58:58.775Z Documenting smoltcp v0.11.0
3282026-03-16T07:58:59.111Z Documenting ipnetwork v0.21.1
3292026-03-16T07:58:59.114Z Checking dyn-clone v1.0.20
3302026-03-16T07:58:59.222Z Documenting unicode-width v0.2.2
3312026-03-16T07:58:59.426Z Documenting crc32fast v1.5.0
3322026-03-16T07:58:59.752Z Documenting itertools v0.14.0
3332026-03-16T07:59:00.142Z Documenting ingot v0.1.1
3342026-03-16T07:59:00.417Z Documenting ref-cast v1.0.25
3352026-03-16T07:59:00.606Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-16T07:59:00.765Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3372026-03-16T07:59:01.254Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-03-16T07:59:01.523Z Documenting tabwriter v1.4.1
3392026-03-16T07:59:01.745Z Documenting dyn-clone v1.0.20
3402026-03-16T07:59:02.585Z Documenting uuid v1.22.0
3412026-03-16T07:59:02.784Z Checking uuid v1.22.0
3422026-03-16T07:59:03.096Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-03-16T07:59:03.217Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-03-16T07:59:03.831Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-03-16T07:59:06.448Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-03-16T07:59:09.439Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-03-16T07:59:11.507Z Finished `dev` profile [optimized + debuginfo] target(s) in 32.01s
3482026-03-16T07:59:11.609Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-03-16T07:59:11.629Z
3502026-03-16T07:59:11.632Zreal 32.124940766
3512026-03-16T07:59:11.632Zuser 1:51.901288286
3522026-03-16T07:59:11.632Zsys 21.199292031
3532026-03-16T07:59:11.632Ztrap 0.071030854
3542026-03-16T07:59:11.632Ztflt 0.177878341
3552026-03-16T07:59:11.632Zdflt 0.049313253
3562026-03-16T07:59:11.632Zkflt 0.001676872
3572026-03-16T07:59:11.632Zlock 11:43.658888887
3582026-03-16T07:59:11.632Zslp 6:27.395478986
3592026-03-16T07:59:11.633Zlat 9.801771295
3602026-03-16T07:59:11.633Zstop 12.908582935
3612026-03-16T07:59:11.633Z+ header 'analyze std + api + usdt'
3622026-03-16T07:59:11.633Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-03-16T07:59:11.633Z# ==== analyze std + api + usdt ==== #
3642026-03-16T07:59:11.633Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-03-16T07:59:11.869Z Downloading crates ...
3662026-03-16T07:59:11.938Z Downloaded pin-project-lite v0.2.17
3672026-03-16T07:59:11.945Z Downloaded anyhow v1.0.102
3682026-03-16T07:59:11.950Z Downloaded futures-sink v0.3.32
3692026-03-16T07:59:11.953Z Downloaded futures-core v0.3.32
3702026-03-16T07:59:11.953Z Downloaded futures-task v0.3.32
3712026-03-16T07:59:11.956Z Downloaded futures-io v0.3.32
3722026-03-16T07:59:11.956Z Downloaded dtor-proc-macro v0.0.6
3732026-03-16T07:59:11.956Z Downloaded futures-macro v0.3.32
3742026-03-16T07:59:11.959Z Downloaded ctor-proc-macro v0.0.7
3752026-03-16T07:59:11.962Z Downloaded dtor v0.1.1
3762026-03-16T07:59:11.962Z Downloaded rusticata-macros v5.0.0
3772026-03-16T07:59:11.962Z Downloaded ctor v0.6.3
3782026-03-16T07:59:11.967Z Downloaded typeid v1.0.3
3792026-03-16T07:59:11.972Z Downloaded circular v0.3.0
3802026-03-16T07:59:11.972Z Downloaded slab v0.4.12
3812026-03-16T07:59:11.974Z Downloaded futures-executor v0.3.32
3822026-03-16T07:59:11.978Z Downloaded cookie-factory v0.3.3
3832026-03-16T07:59:11.978Z Downloaded once_cell v1.21.4
3842026-03-16T07:59:11.978Z Downloaded futures-channel v0.3.32
3852026-03-16T07:59:11.992Z Downloaded futures v0.3.32
3862026-03-16T07:59:12.005Z Downloaded ron v0.12.0
3872026-03-16T07:59:12.016Z Downloaded nom v8.0.0
3882026-03-16T07:59:12.020Z Downloaded pcap-parser v0.17.0
3892026-03-16T07:59:12.024Z Downloaded futures-util v0.3.32
3902026-03-16T07:59:12.100Z Compiling proc-macro2 v1.0.106
3912026-03-16T07:59:12.100Z Compiling quote v1.0.45
3922026-03-16T07:59:12.103Z Compiling unicode-ident v1.0.24
3932026-03-16T07:59:12.103Z Compiling memchr v2.8.0
3942026-03-16T07:59:12.103Z Compiling thiserror v2.0.18
3952026-03-16T07:59:12.103Z Compiling zerocopy v0.8.42
3962026-03-16T07:59:12.103Z Compiling serde_core v1.0.228
3972026-03-16T07:59:12.318Z Compiling zmij v1.0.21
3982026-03-16T07:59:12.599Z Compiling libc v0.2.183
3992026-03-16T07:59:12.604Z Compiling ucd-trie v0.1.7
4002026-03-16T07:59:12.661Z Compiling serde_json v1.0.149
4012026-03-16T07:59:12.694Z Compiling serde v1.0.228
4022026-03-16T07:59:12.880Z Compiling pest v2.8.6
4032026-03-16T07:59:12.940Z Compiling strsim v0.11.1
4042026-03-16T07:59:13.133Z Compiling ident_case v1.0.1
4052026-03-16T07:59:13.150Z Compiling fnv v1.0.7
4062026-03-16T07:59:13.362Z Compiling aho-corasick v1.1.4
4072026-03-16T07:59:13.607Z Compiling itoa v1.0.17
4082026-03-16T07:59:13.621Z Compiling regex-syntax v0.8.10
4092026-03-16T07:59:13.728Z Compiling syn v2.0.117
4102026-03-16T07:59:13.809Z Checking byteorder v1.5.0
4112026-03-16T07:59:14.352Z Compiling pest_meta v2.8.6
4122026-03-16T07:59:14.526Z Compiling usdt-impl v0.6.0
4132026-03-16T07:59:14.546Z Compiling either v1.15.0
4142026-03-16T07:59:14.753Z Checking bitflags v2.11.0
4152026-03-16T07:59:14.799Z Compiling itertools v0.14.0
4162026-03-16T07:59:14.949Z Compiling thread-id v5.1.0
4172026-03-16T07:59:15.345Z Checking plain v0.2.3
4182026-03-16T07:59:15.457Z Checking futures-core v0.3.32
4192026-03-16T07:59:15.599Z Compiling regex-automata v0.4.14
4202026-03-16T07:59:15.651Z Checking log v0.4.29
4212026-03-16T07:59:15.656Z Compiling heapless v0.8.0
4222026-03-16T07:59:15.832Z Checking futures-sink v0.3.32
4232026-03-16T07:59:16.221Z Checking futures-channel v0.3.32
4242026-03-16T07:59:16.458Z Checking hash32 v0.3.1
4252026-03-16T07:59:16.480Z Checking pretty-hex v0.4.2
4262026-03-16T07:59:16.602Z Compiling smoltcp v0.11.0
4272026-03-16T07:59:16.614Z Checking futures-task v0.3.32
4282026-03-16T07:59:16.663Z Checking macaddr v1.0.1
4292026-03-16T07:59:16.778Z Checking pin-project-lite v0.2.17
4302026-03-16T07:59:16.791Z Checking slab v0.4.12
4312026-03-16T07:59:16.836Z Checking stable_deref_trait v1.2.1
4322026-03-16T07:59:16.872Z Checking futures-io v0.3.32
4332026-03-16T07:59:16.907Z Checking cfg-if v1.0.4
4342026-03-16T07:59:17.114Z Compiling pest_generator v2.8.6
4352026-03-16T07:59:17.295Z Compiling darling_core v0.21.3
4362026-03-16T07:59:17.323Z Compiling crc32fast v1.5.0
4372026-03-16T07:59:17.516Z Compiling version_check v0.9.5
4382026-03-16T07:59:17.676Z Checking managed v0.8.0
4392026-03-16T07:59:17.697Z Checking bitflags v1.3.2
4402026-03-16T07:59:17.770Z Compiling ref-cast v1.0.25
4412026-03-16T07:59:17.873Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4422026-03-16T07:59:17.912Z Compiling regex v1.12.3
4432026-03-16T07:59:18.210Z Checking memmap2 v0.9.10
4442026-03-16T07:59:18.226Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-03-16T07:59:18.410Z Checking ipnetwork v0.21.1
4462026-03-16T07:59:18.596Z Checking unicode-width v0.2.2
4472026-03-16T07:59:18.814Z Checking nom v8.0.0
4482026-03-16T07:59:18.906Z Checking tabwriter v1.4.1
4492026-03-16T07:59:19.069Z Compiling anyhow v1.0.102
4502026-03-16T07:59:19.075Z Compiling serde_derive v1.0.228
4512026-03-16T07:59:19.235Z Compiling thiserror-impl v2.0.18
4522026-03-16T07:59:19.478Z Compiling zerocopy-derive v0.8.42
4532026-03-16T07:59:19.590Z Compiling pest_derive v2.8.6
4542026-03-16T07:59:19.687Z Compiling scroll_derive v0.13.1
4552026-03-16T07:59:19.923Z Compiling futures-macro v0.3.32
4562026-03-16T07:59:20.217Z Compiling ref-cast-impl v1.0.25
4572026-03-16T07:59:20.326Z Compiling darling_macro v0.21.3
4582026-03-16T07:59:20.746Z Checking scroll v0.13.0
4592026-03-16T07:59:20.976Z Checking futures-util v0.3.32
4602026-03-16T07:59:20.981Z Checking dtrace-parser v0.3.0
4612026-03-16T07:59:21.009Z Compiling darling v0.21.3
4622026-03-16T07:59:21.035Z Checking goblin v0.10.5
4632026-03-16T07:59:21.089Z Compiling ingot-macros v0.1.1
4642026-03-16T07:59:21.274Z Checking cobs v0.3.0
4652026-03-16T07:59:21.453Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662026-03-16T07:59:22.032Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4672026-03-16T07:59:22.367Z Compiling typeid v1.0.3
4682026-03-16T07:59:22.730Z Checking dyn-clone v1.0.20
4692026-03-16T07:59:22.882Z Checking rusticata-macros v5.0.0
4702026-03-16T07:59:23.283Z Checking postcard v1.1.3
4712026-03-16T07:59:23.290Z Checking uuid v1.22.0
4722026-03-16T07:59:23.460Z Compiling serde_tokenstream v0.2.3
4732026-03-16T07:59:23.628Z Compiling dtor-proc-macro v0.0.6
4742026-03-16T07:59:23.642Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4752026-03-16T07:59:23.690Z Checking futures-executor v0.3.32
4762026-03-16T07:59:23.802Z Checking circular v0.3.0
4772026-03-16T07:59:23.858Z Checking futures v0.3.32
4782026-03-16T07:59:23.937Z Checking cookie-factory v0.3.3
4792026-03-16T07:59:24.039Z Compiling ctor-proc-macro v0.0.7
4802026-03-16T07:59:24.059Z Checking dtor v0.1.1
4812026-03-16T07:59:24.062Z Checking once_cell v1.21.4
4822026-03-16T07:59:24.214Z Checking ron v0.12.0
4832026-03-16T07:59:24.243Z Checking pcap-parser v0.17.0
4842026-03-16T07:59:24.432Z Checking ctor v0.6.3
4852026-03-16T07:59:25.308Z Checking dof v0.4.0
4862026-03-16T07:59:25.308Z Checking ingot-types v0.1.2
4872026-03-16T07:59:25.713Z Checking ingot v0.1.1
4882026-03-16T07:59:26.633Z Compiling usdt-macro v0.6.0
4892026-03-16T07:59:26.636Z Compiling usdt-attr-macro v0.6.0
4902026-03-16T07:59:27.378Z Checking usdt v0.6.0
4912026-03-16T07:59:27.761Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4922026-03-16T07:59:33.928Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4932026-03-16T07:59:36.158Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4942026-03-16T07:59:39.319Z Finished `dev` profile [optimized + debuginfo] target(s) in 27.62s
4952026-03-16T07:59:39.359Z
4962026-03-16T07:59:39.362Zreal 27.722637247
4972026-03-16T07:59:39.362Zuser 1:39.312736621
4982026-03-16T07:59:39.362Zsys 18.308922452
4992026-03-16T07:59:39.362Ztrap 0.057762768
5002026-03-16T07:59:39.362Ztflt 0.160409435
5012026-03-16T07:59:39.362Zdflt 0.150501248
5022026-03-16T07:59:39.362Zkflt 0.000020690
5032026-03-16T07:59:39.362Zlock 5:46.558342703
5042026-03-16T07:59:39.362Zslp 5:08.913201189
5052026-03-16T07:59:39.362Zlat 4.289862133
5062026-03-16T07:59:39.362Zstop 9.839269488
5072026-03-16T07:59:39.362Z+ header 'analyze no_std + engine + kernel'
5082026-03-16T07:59:39.362Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5092026-03-16T07:59:39.362Z# ==== analyze no_std + engine + kernel ==== #
5102026-03-16T07:59:39.362Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5112026-03-16T07:59:39.597Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5122026-03-16T07:59:39.597Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5132026-03-16T07:59:39.622Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5142026-03-16T07:59:39.624Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5152026-03-16T07:59:39.961Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-03-16T07:59:45.983Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-03-16T07:59:48.138Z Finished `dev` profile [optimized + debuginfo] target(s) in 8.72s
5182026-03-16T07:59:48.171Z
5192026-03-16T07:59:48.174Zreal 8.805179949
5202026-03-16T07:59:48.174Zuser 9.147204213
5212026-03-16T07:59:48.174Zsys 1.271427085
5222026-03-16T07:59:48.174Ztrap 0.001277981
5232026-03-16T07:59:48.174Ztflt 0.004645984
5242026-03-16T07:59:48.174Zdflt 0.002613411
5252026-03-16T07:59:48.174Zkflt 0.000003690
5262026-03-16T07:59:48.174Zlock 31.784253138
5272026-03-16T07:59:48.174Zslp 31.424931677
5282026-03-16T07:59:48.174Zlat 0.021164101
5292026-03-16T07:59:48.174Zstop 0.264882680
5302026-03-16T07:59:48.174Z+ header test
5312026-03-16T07:59:48.175Z+ echo '# ==== test ==== #'
5322026-03-16T07:59:48.175Z# ==== test ==== #
5332026-03-16T07:59:48.175Z+ ptime -m cargo test
5342026-03-16T07:59:48.379Z Compiling memchr v2.8.0
5352026-03-16T07:59:48.382Z Compiling serde_core v1.0.228
5362026-03-16T07:59:48.409Z Compiling thiserror v2.0.18
5372026-03-16T07:59:48.412Z Compiling zerocopy v0.8.42
5382026-03-16T07:59:48.415Z Compiling unicode-ident v1.0.24
5392026-03-16T07:59:48.418Z Compiling byteorder v1.5.0
5402026-03-16T07:59:48.422Z Compiling zmij v1.0.21
5412026-03-16T07:59:48.422Z Compiling libc v0.2.183
5422026-03-16T07:59:48.511Z Compiling proc-macro2 v1.0.106
5432026-03-16T07:59:48.567Z Compiling scroll v0.13.0
5442026-03-16T07:59:48.701Z Compiling itoa v1.0.17
5452026-03-16T07:59:48.892Z Compiling ucd-trie v0.1.7
5462026-03-16T07:59:48.906Z Compiling futures-sink v0.3.32
5472026-03-16T07:59:48.917Z Compiling plain v0.2.3
5482026-03-16T07:59:49.016Z Compiling log v0.4.29
5492026-03-16T07:59:49.019Z Compiling futures-core v0.3.32
5502026-03-16T07:59:49.032Z Compiling quote v1.0.45
5512026-03-16T07:59:49.211Z Compiling goblin v0.10.5
5522026-03-16T07:59:49.289Z Compiling futures-channel v0.3.32
5532026-03-16T07:59:49.599Z Compiling pest v2.8.6
5542026-03-16T07:59:49.761Z Compiling hash32 v0.3.1
5552026-03-16T07:59:49.863Z Compiling stable_deref_trait v1.2.1
5562026-03-16T07:59:49.944Z Compiling pin-project-lite v0.2.17
5572026-03-16T07:59:49.957Z Compiling futures-task v0.3.32
5582026-03-16T07:59:50.049Z Compiling cfg-if v1.0.4
5592026-03-16T07:59:50.123Z Compiling slab v0.4.12
5602026-03-16T07:59:50.192Z Compiling futures-io v0.3.32
5612026-03-16T07:59:50.343Z Compiling macaddr v1.0.1
5622026-03-16T07:59:50.409Z Compiling pretty-hex v0.4.2
5632026-03-16T07:59:50.431Z Compiling futures-util v0.3.32
5642026-03-16T07:59:50.567Z Compiling heapless v0.8.0
5652026-03-16T07:59:50.653Z Compiling syn v2.0.117
5662026-03-16T07:59:51.150Z Compiling serde v1.0.228
5672026-03-16T07:59:51.207Z Compiling bitflags v2.11.0
5682026-03-16T07:59:51.720Z Compiling serde_json v1.0.149
5692026-03-16T07:59:51.895Z Compiling dtrace-parser v0.3.0
5702026-03-16T07:59:52.011Z Compiling thread-id v5.1.0
5712026-03-16T07:59:52.105Z Compiling cobs v0.3.0
5722026-03-16T07:59:52.110Z Compiling bitflags v1.3.2
5732026-03-16T07:59:52.182Z Compiling managed v0.8.0
5742026-03-16T07:59:52.453Z Compiling smoltcp v0.11.0
5752026-03-16T07:59:52.473Z Compiling postcard v1.1.3
5762026-03-16T07:59:52.739Z Compiling ingot-types v0.1.2
5772026-03-16T07:59:52.928Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5782026-03-16T07:59:53.215Z Compiling dof v0.4.0
5792026-03-16T07:59:53.263Z Compiling ingot v0.1.1
5802026-03-16T07:59:54.116Z Compiling futures-executor v0.3.32
5812026-03-16T07:59:54.881Z Compiling usdt-impl v0.6.0
5822026-03-16T07:59:55.903Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5832026-03-16T07:59:56.335Z Compiling memmap2 v0.9.10
5842026-03-16T07:59:56.345Z Compiling ipnetwork v0.21.1
5852026-03-16T07:59:56.630Z Compiling unicode-width v0.2.2
5862026-03-16T07:59:56.700Z Compiling either v1.15.0
5872026-03-16T07:59:56.926Z Compiling tabwriter v1.4.1
5882026-03-16T07:59:57.007Z Compiling itertools v0.14.0
5892026-03-16T07:59:57.017Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5902026-03-16T07:59:57.458Z Compiling usdt v0.6.0
5912026-03-16T07:59:58.083Z Compiling ref-cast v1.0.25
5922026-03-16T07:59:58.194Z Compiling futures v0.3.32
5932026-03-16T07:59:58.262Z Compiling crc32fast v1.5.0
5942026-03-16T07:59:58.276Z Compiling nom v8.0.0
5952026-03-16T07:59:58.325Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5962026-03-16T07:59:58.399Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5972026-03-16T07:59:58.555Z Compiling dyn-clone v1.0.20
5982026-03-16T07:59:58.752Z Compiling cookie-factory v0.3.3
5992026-03-16T07:59:59.100Z Compiling uuid v1.22.0
6002026-03-16T07:59:59.160Z Compiling circular v0.3.0
6012026-03-16T07:59:59.473Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6022026-03-16T07:59:59.498Z Compiling dtor v0.1.1
6032026-03-16T07:59:59.581Z Compiling typeid v1.0.3
6042026-03-16T07:59:59.710Z Compiling anyhow v1.0.102
6052026-03-16T07:59:59.762Z Compiling once_cell v1.21.4
6062026-03-16T07:59:59.865Z Compiling ctor v0.6.3
6072026-03-16T07:59:59.951Z Compiling ron v0.12.0
6082026-03-16T08:00:01.854Z Compiling rusticata-macros v5.0.0
6092026-03-16T08:00:02.296Z Compiling pcap-parser v0.17.0
6102026-03-16T08:00:07.032Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6112026-03-16T08:00:09.938Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6122026-03-16T08:01:04.454Z Finished `test` profile [optimized + debuginfo] target(s) in 1m 16s
6132026-03-16T08:01:04.474Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f84572a0343cbf21)
6142026-03-16T08:01:04.476Z
6152026-03-16T08:01:04.477Zrunning 15 tests
6162026-03-16T08:01:04.481Ztest api::tests::parse_bad_proto_filter ... ok
6172026-03-16T08:01:04.481Ztest api::tests::parse_bad_address ... ok
6182026-03-16T08:01:04.481Ztest api::tests::parse_good_proto_filter ... ok
6192026-03-16T08:01:04.481Ztest api::tests::parse_good_address ... ok
6202026-03-16T08:01:04.481Ztest api::tests::ports_from_str_good ... ok
6212026-03-16T08:01:04.481Ztest api::tests::ports_from_str_bad ... ok
6222026-03-16T08:01:04.481Ztest cfg::tests::test_required_nat_space ... ok
6232026-03-16T08:01:04.481Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6242026-03-16T08:01:04.481Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6252026-03-16T08:01:04.481Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6262026-03-16T08:01:04.481Ztest engine::geneve::test::parse_multi_opt ... ok
6272026-03-16T08:01:04.481Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6282026-03-16T08:01:04.481Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6292026-03-16T08:01:04.481Ztest engine::geneve::test::parse_single_opt ... ok
6302026-03-16T08:01:04.481Ztest engine::firewall::tests::port_predicate_simplification ... ok
6312026-03-16T08:01:04.481Z
6322026-03-16T08:01:04.481Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6332026-03-16T08:01:04.481Z
6342026-03-16T08:01:04.481Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-07eccf0a98c83a99)
6352026-03-16T08:01:04.485Z
6362026-03-16T08:01:04.485Zrunning 4 tests
6372026-03-16T08:01:04.485Ztest firewall_external_inbound ... ok
6382026-03-16T08:01:04.485Ztest firewall_vni_outbound ... ok
6392026-03-16T08:01:04.485Ztest firewall_vni_inbound ... ok
6402026-03-16T08:01:04.485Ztest firewall_replace_rules ... ok
6412026-03-16T08:01:04.485Z
6422026-03-16T08:01:04.485Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6432026-03-16T08:01:04.485Z
6442026-03-16T08:01:04.485Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-5ac15aec6f4165cc)
6452026-03-16T08:01:04.488Z
6462026-03-16T08:01:04.488Zrunning 2 tests
6472026-03-16T08:01:04.488Ztest parse_in_regression ... ok
6482026-03-16T08:01:04.488Ztest parse_out_regression ... ok
6492026-03-16T08:01:04.488Z
6502026-03-16T08:01:04.488Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6512026-03-16T08:01:04.488Z
6522026-03-16T08:01:04.488Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d693b1d94a041995)
6532026-03-16T08:01:04.491Z
6542026-03-16T08:01:04.491Zrunning 47 tests
6552026-03-16T08:01:04.491Ztest bad_ip_len ... ok
6562026-03-16T08:01:04.491Ztest add_remove_fw_rule ... ok
6572026-03-16T08:01:04.491Ztest check_layers ... ok
6582026-03-16T08:01:04.491Ztest arp_gateway ... ok
6592026-03-16T08:01:04.491Ztest anti_spoof ... ok
6602026-03-16T08:01:04.491Ztest external_attached_subnets_cannot_reach_internal ... ok
6612026-03-16T08:01:04.491Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6622026-03-16T08:01:04.492Ztest external_attached_subnets_dont_apply_nat ... ok
6632026-03-16T08:01:04.492Ztest flow_expiration ... ok
6642026-03-16T08:01:04.492Ztest external_ip_epoch_affinity_preserved ... ok
6652026-03-16T08:01:04.492Ztest gateway_icmp4_ping ... ok
6662026-03-16T08:01:04.492Ztest gateway_icmpv6_ping ... ok
6672026-03-16T08:01:04.492Ztest early_tcp_invalidation ... ok
6682026-03-16T08:01:04.492Ztest gateway_router_advert_reply ... ok
6692026-03-16T08:01:04.492Ztest external_ip_reconfigurable ... ok
6702026-03-16T08:01:04.492Ztest guest_to_guest_diff_vpc_no_peer ... ok
6712026-03-16T08:01:04.492Ztest guest_to_guest_no_route ... ok
6722026-03-16T08:01:04.492Ztest guest_to_internet_ipv6 ... ok
6732026-03-16T08:01:04.492Ztest guest_to_internet_ipv4 ... ok
6742026-03-16T08:01:04.492Ztest icmp_inner_has_nat_applied ... ok
6752026-03-16T08:01:04.492Ztest guest_to_guest ... ok
6762026-03-16T08:01:04.492Ztest inbound_ndp_dropped_at_gateway ... ok
6772026-03-16T08:01:04.492Ztest intra_subnet_routes_with_custom ... ok
6782026-03-16T08:01:04.492Ztest icmpv6_inner_has_nat_applied ... ok
6792026-03-16T08:01:04.492Ztest outbound_ndp_dropped ... ok
6802026-03-16T08:01:04.492Ztest packet_body_pullup ... ok
6812026-03-16T08:01:04.492Ztest external_ip_balanced_over_floating_ips ... ok
6822026-03-16T08:01:04.492Ztest internal_attached_subnets ... ok
6832026-03-16T08:01:04.492Ztest external_ip_receive_and_reply_on_all ... ok
6842026-03-16T08:01:04.492Ztest no_panic_on_flow_table_full ... ok
6852026-03-16T08:01:04.495Ztest port_transition_reset ... ok
6862026-03-16T08:01:04.495Ztest port_transition_running ... ok
6872026-03-16T08:01:04.495Ztest test_drop_on_unknown_critical_option ... ok
6882026-03-16T08:01:04.495Ztest port_as_router_target ... ok
6892026-03-16T08:01:04.495Ztest port_transition_pause ... ok
6902026-03-16T08:01:04.495Ztest tcp_inbound ... ok
6912026-03-16T08:01:04.495Ztest snat_icmp4_echo_rewrite ... ok
6922026-03-16T08:01:04.495Ztest test_ipv6_multicast_encapsulation ... ok
6932026-03-16T08:01:04.495Ztest snat_icmp6_echo_rewrite ... ok
6942026-03-16T08:01:04.495Ztest tcp_outbound ... ok
6952026-03-16T08:01:04.495Ztest select_eip_conditioned_on_igw ... ok
6962026-03-16T08:01:04.495Ztest test_gateway_neighbor_advert_reply ... ok
6972026-03-16T08:01:04.495Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
6982026-03-16T08:01:04.495Ztest test_tcp_multicast_denied ... ok
6992026-03-16T08:01:04.496Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7002026-03-16T08:01:04.496Ztest uft_lft_invalidation_out ... ok
7012026-03-16T08:01:04.496Ztest uft_lft_invalidation_in ... ok
7022026-03-16T08:01:04.496Z
7032026-03-16T08:01:04.496Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7042026-03-16T08:01:04.496Z
7052026-03-16T08:01:04.496Z Doc-tests oxide_vpc
7062026-03-16T08:01:04.877Z
7072026-03-16T08:01:04.877Zrunning 0 tests
7082026-03-16T08:01:04.877Z
7092026-03-16T08:01:04.877Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-03-16T08:01:04.877Z
7112026-03-16T08:01:04.908Z
7122026-03-16T08:01:04.911Zreal 1:16.724052579
7132026-03-16T08:01:04.911Zuser 4:20.439462312
7142026-03-16T08:01:04.911Zsys 14.293393256
7152026-03-16T08:01:04.911Ztrap 0.124364621
7162026-03-16T08:01:04.911Ztflt 0.194204547
7172026-03-16T08:01:04.911Zdflt 0.353780279
7182026-03-16T08:01:04.911Zkflt 0.000016320
7192026-03-16T08:01:04.911Zlock 17:36.325786165
7202026-03-16T08:01:04.911Zslp 8:40.498372031
7212026-03-16T08:01:04.911Zlat 10.272955405
7222026-03-16T08:01:04.911Zstop 6.708069512
7232026-03-16T08:01:04.911Zprocess exited: duration 161674 ms, exit code 0
 
7242026-03-16T08:01:04.917Zfound 0 output files