01KQWEFRC9D3B7P7P4CJGE2WKQ: oxide-vpc

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

Buildomat Job: 01KQWEG5N3B9QQ2SJ0G1HXGTV6

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T16:12:33.964Zjob assigned to worker 01KQWEHDWFNSQ48CPEZR4VNJCT [factory aws, i-0f1a8523de1f268c2] (queued for 1 m 41 s)
 
22026-05-05T16:12:40.872Zstarting task 0: "setup"
32026-05-05T16:12:40.876Z++ uname -s
42026-05-05T16:12:40.880Z+ kern=SunOS
52026-05-05T16:12:40.880Z+ build_user=build
62026-05-05T16:12:40.880Z+ build_uid=12345
72026-05-05T16:12:40.880Z+ work_dir=/work
82026-05-05T16:12:40.880Z+ input_dir=/input
92026-05-05T16:12:40.880Z+ [[ 0 == 12345 ]]
102026-05-05T16:12:40.880Z+ case "$kern" in
112026-05-05T16:12:40.880Z+ groupadd -g 12345 build
122026-05-05T16:12:40.883Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T16:12:42.887Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T16:12:43.002Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T16:12:43.005Z+ home_fs=zfs
162026-05-05T16:12:43.005Z+ [[ zfs == autofs ]]
172026-05-05T16:12:43.005Z+ mkdir -p /home/build
182026-05-05T16:12:43.005Z+ chown build:build /home/build /work
192026-05-05T16:12:45.006Z+ chmod 0700 /home/build /work
202026-05-05T16:12:45.009Zprocess exited: duration 4137 ms, exit code 0
 
212026-05-05T16:12:45.016Zstarting task 1: "rust-toolchain"
222026-05-05T16:12:45.020Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-05T16:12:45.020Z * rust toolchain channel = "1.94.1"
242026-05-05T16:12:45.020Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-05T16:12:45.020Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-05T16:12:45.020Z * rust toolchain profile = "default"
272026-05-05T16:12:45.020Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T16:12:45.024Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T16:12:45.024Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-05T16:12:45.124Zinfo: downloading installer
312026-05-05T16:12:46.693Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T16:12:46.693Zwarn: /opt/ooce/bin
332026-05-05T16:12:46.693Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T16:12:46.693Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T16:12:46.693Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T16:12:46.693Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T16:12:46.693Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T16:12:46.693Zerror: cannot install while Rust is installed
392026-05-05T16:12:46.693Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T16:12:46.693Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T16:12:46.693Zwarn: /home/build/.rustup/settings.toml
422026-05-05T16:12:46.693Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T16:12:46.693Zwarn: instead of the one inferred from the default host triple.
442026-05-05T16:12:46.706Zinfo: profile set to default
452026-05-05T16:12:46.706Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T16:12:46.710Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-05T16:12:46.872Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T16:12:46.876Zinfo: downloading 6 components
492026-05-05T16:13:04.593Z
502026-05-05T16:13:04.593Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-05-05T16:13:04.627Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T16:13:04.627Z
532026-05-05T16:13:04.627Z
542026-05-05T16:13:04.627ZRust is installed now. Great!
552026-05-05T16:13:04.627Z
562026-05-05T16:13:04.631ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T16:13:04.631Zenvironment variable. This has not been done automatically.
582026-05-05T16:13:04.631Z
592026-05-05T16:13:04.631ZTo configure your current shell, you need to source
602026-05-05T16:13:04.631Zthe corresponding env file under $HOME/.cargo.
612026-05-05T16:13:04.631Z
622026-05-05T16:13:04.631ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T16:13:04.631Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T16:13:04.631Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T16:13:04.631Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T16:13:04.631Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T16:13:04.631Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T16:13:04.631Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T16:13:04.631Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T16:13:04.631Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T16:13:04.726Z+ rustup --version
722026-05-05T16:13:04.735Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T16:13:04.739Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T16:13:04.757Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T16:13:04.761Z+ cargo --version
762026-05-05T16:13:04.773Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T16:13:04.777Z+ rustc --version
782026-05-05T16:13:04.795Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T16:13:04.799Zprocess exited: duration 19780 ms, exit code 0
 
802026-05-05T16:13:04.806Zstarting task 2: "authentication"
812026-05-05T16:13:04.823Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T16:13:04.831Zstarting task 3: "clone repository"
832026-05-05T16:13:04.835Z+ mkdir -p /work/oxidecomputer/opte
842026-05-05T16:13:04.838Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-05T16:13:04.942ZCloning into '/work/oxidecomputer/opte'...
862026-05-05T16:13:06.003Z+ cd /work/oxidecomputer/opte
872026-05-05T16:13:06.007Z+ git fetch origin 84e91b62621406f38e4d0870a92bafacad96536e
882026-05-05T16:13:06.313ZFrom https://github.com/oxidecomputer/opte
892026-05-05T16:13:06.313Z * branch 84e91b62621406f38e4d0870a92bafacad96536e -> FETCH_HEAD
902026-05-05T16:13:06.319Z+ [[ -n mtu ]]
912026-05-05T16:13:06.323Z++ git branch --show-current
922026-05-05T16:13:06.323Z+ current=master
932026-05-05T16:13:06.323Z+ [[ master != mtu ]]
942026-05-05T16:13:06.323Z+ git branch -f mtu 84e91b62621406f38e4d0870a92bafacad96536e
952026-05-05T16:13:06.327Z+ git checkout -f mtu
962026-05-05T16:13:06.341ZSwitched to branch 'mtu'
972026-05-05T16:13:06.345Z+ git reset --hard 84e91b62621406f38e4d0870a92bafacad96536e
982026-05-05T16:13:06.349ZHEAD is now at 84e91b6 Bump API_VERSION.
992026-05-05T16:13:06.349Zprocess exited: duration 1516 ms, exit code 0
 
1002026-05-05T16:13:06.356Zstarting task 4: "build"
1012026-05-05T16:13:06.359Z+ source .github/buildomat/common.sh
1022026-05-05T16:13:06.359Z++ rustup show active-toolchain
1032026-05-05T16:13:06.365Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-05T16:13:06.368Z++ pushd xde
1052026-05-05T16:13:06.368Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-05T16:13:06.368Z++ rustup show active-toolchain
1072026-05-05T16:13:06.372Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-05T16:13:06.549Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-05T16:13:06.553Zinfo: downloading 6 components
1102026-05-05T16:13:21.306Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-05T16:13:21.402Z+++ rustup show active-toolchain -v
1122026-05-05T16:13:21.405Z+++ head -n 1
1132026-05-05T16:13:21.405Z+++ cut '-d ' -f1
1142026-05-05T16:13:21.456Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-05T16:13:21.456Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-05T16:13:21.456Z++ popd
1172026-05-05T16:13:21.459Z/work/oxidecomputer/opte
1182026-05-05T16:13:21.459Z+ cargo --version
1192026-05-05T16:13:21.465Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-05T16:13:21.469Z+ rustc --version
1212026-05-05T16:13:21.488Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-05T16:13:21.491Z+ cd lib/oxide-vpc
1232026-05-05T16:13:21.491Z+ header 'check style'
1242026-05-05T16:13:21.491Z+ echo '# ==== check style ==== #'
1252026-05-05T16:13:21.491Z# ==== check style ==== #
1262026-05-05T16:13:21.491Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1272026-05-05T16:13:21.617Z
1282026-05-05T16:13:21.617Zreal 0.122891110
1292026-05-05T16:13:21.617Zuser 0.087320248
1302026-05-05T16:13:21.617Zsys 0.031174763
1312026-05-05T16:13:21.617Ztrap 0.000035317
1322026-05-05T16:13:21.617Ztflt 0.000010637
1332026-05-05T16:13:21.621Zdflt 0.000011079
1342026-05-05T16:13:21.621Zkflt 0.000000000
1352026-05-05T16:13:21.621Zlock 0.032370030
1362026-05-05T16:13:21.621Zslp 0.102892567
1372026-05-05T16:13:21.621Zlat 0.000914586
1382026-05-05T16:13:21.621Zstop 0.000098639
1392026-05-05T16:13:21.621Z+ header 'check docs'
1402026-05-05T16:13:21.621Z+ echo '# ==== check docs ==== #'
1412026-05-05T16:13:21.621Z# ==== check docs ==== #
1422026-05-05T16:13:21.621Z+ RUSTDOCFLAGS='-D warnings'
1432026-05-05T16:13:21.621Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1442026-05-05T16:13:21.687Z Updating crates.io index
1452026-05-05T16:13:21.728Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-05T16:13:22.868Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-05T16:13:23.394Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-05T16:13:23.811Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-05T16:13:24.314Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-05T16:13:24.606Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-05T16:13:24.904Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-05T16:13:27.543Z Downloading crates ...
1532026-05-05T16:13:27.612Z Downloaded block-buffer v0.10.4
1542026-05-05T16:13:27.620Z Downloaded macaddr v1.0.1
1552026-05-05T16:13:27.623Z Downloaded embedded-io v0.4.0
1562026-05-05T16:13:27.623Z Downloaded bitflags v1.3.2
1572026-05-05T16:13:27.628Z Downloaded aho-corasick v1.1.4
1582026-05-05T16:13:27.631Z Downloaded ident_case v1.0.1
1592026-05-05T16:13:27.631Z Downloaded defmt-parser v1.0.0
1602026-05-05T16:13:27.631Z Downloaded darling_macro v0.21.3
1612026-05-05T16:13:27.635Z Downloaded itoa v1.0.18
1622026-05-05T16:13:27.635Z Downloaded managed v0.8.0
1632026-05-05T16:13:27.638Z Downloaded darling_macro v0.23.0
1642026-05-05T16:13:27.638Z Downloaded embedded-io v0.6.1
1652026-05-05T16:13:27.638Z Downloaded dtrace-parser v0.3.0
1662026-05-05T16:13:27.643Z Downloaded cobs v0.3.0
1672026-05-05T16:13:27.646Z Downloaded generic-array v0.14.7
1682026-05-05T16:13:27.646Z Downloaded fnv v1.0.7
1692026-05-05T16:13:27.653Z Downloaded hash32 v0.3.1
1702026-05-05T16:13:27.653Z Downloaded dyn-clone v1.0.20
1712026-05-05T16:13:27.661Z Downloaded cfg-if v1.0.4
1722026-05-05T16:13:27.668Z Downloaded ingot-types v0.1.2
1732026-05-05T16:13:27.671Z Downloaded bitflags v2.11.1
1742026-05-05T16:13:27.671Z Downloaded defmt v0.3.100
1752026-05-05T16:13:27.674Z Downloaded cpufeatures v0.2.17
1762026-05-05T16:13:27.674Z Downloaded dof v0.4.0
1772026-05-05T16:13:27.674Z Downloaded crypto-common v0.1.7
1782026-05-05T16:13:27.689Z Downloaded usdt-macro v0.6.0
1792026-05-05T16:13:27.692Z Downloaded usdt v0.6.0
1802026-05-05T16:13:27.695Z Downloaded defmt-macros v1.0.1
1812026-05-05T16:13:27.698Z Downloaded either v1.15.0
1822026-05-05T16:13:27.716Z Downloaded ref-cast-impl v1.0.25
1832026-05-05T16:13:27.719Z Downloaded version_check v0.9.5
1842026-05-05T16:13:27.719Z Downloaded scroll_derive v0.13.1
1852026-05-05T16:13:27.719Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-05-05T16:13:27.722Z Downloaded stable_deref_trait v1.2.1
1872026-05-05T16:13:27.725Z Downloaded tabwriter v1.4.1
1882026-05-05T16:13:27.729Z Downloaded thread-id v5.1.0
1892026-05-05T16:13:27.732Z Downloaded ref-cast v1.0.25
1902026-05-05T16:13:27.743Z Downloaded usdt-attr-macro v0.6.0
1912026-05-05T16:13:27.746Z Downloaded plain v0.2.3
1922026-05-05T16:13:27.746Z Downloaded ingot v0.1.1
1932026-05-05T16:13:27.749Z Downloaded ipnetwork v0.21.1
1942026-05-05T16:13:27.749Z Downloaded defmt v1.0.1
1952026-05-05T16:13:27.750Z Downloaded zmij v1.0.21
1962026-05-05T16:13:27.753Z Downloaded sha2 v0.10.9
1972026-05-05T16:13:27.756Z Downloaded pretty-hex v0.4.2
1982026-05-05T16:13:27.762Z Downloaded thiserror-impl v2.0.18
1992026-05-05T16:13:27.765Z Downloaded ingot-macros v0.1.1
2002026-05-05T16:13:27.769Z Downloaded darling v0.21.3
2012026-05-05T16:13:27.772Z Downloaded pest_derive v2.8.6
2022026-05-05T16:13:27.776Z Downloaded memmap2 v0.9.10
2032026-05-05T16:13:27.780Z Downloaded byteorder v1.5.0
2042026-05-05T16:13:27.784Z Downloaded crc32fast v1.5.0
2052026-05-05T16:13:27.788Z Downloaded quote v1.0.45
2062026-05-05T16:13:27.794Z Downloaded thiserror v2.0.18
2072026-05-05T16:13:27.801Z Downloaded strsim v0.11.1
2082026-05-05T16:13:27.804Z Downloaded proc-macro-error2 v2.0.1
2092026-05-05T16:13:27.804Z Downloaded serde_tokenstream v0.2.3
2102026-05-05T16:13:27.804Z Downloaded darling v0.23.0
2112026-05-05T16:13:27.811Z Downloaded scroll v0.13.0
2122026-05-05T16:13:27.814Z Downloaded usdt-impl v0.6.0
2132026-05-05T16:13:27.821Z Downloaded digest v0.10.7
2142026-05-05T16:13:27.830Z Downloaded ucd-trie v0.1.7
2152026-05-05T16:13:27.833Z Downloaded darling_core v0.23.0
2162026-05-05T16:13:27.838Z Downloaded pest_generator v2.8.6
2172026-05-05T16:13:27.846Z Downloaded serde_derive v1.0.228
2182026-05-05T16:13:27.853Z Downloaded postcard v1.1.3
2192026-05-05T16:13:27.857Z Downloaded uuid v1.23.1
2202026-05-05T16:13:27.857Z Downloaded log v0.4.29
2212026-05-05T16:13:27.865Z Downloaded heapless v0.8.0
2222026-05-05T16:13:27.876Z Downloaded proc-macro2 v1.0.106
2232026-05-05T16:13:27.879Z Downloaded serde_core v1.0.228
2242026-05-05T16:13:27.884Z Downloaded pest_meta v2.8.6
2252026-05-05T16:13:27.887Z Downloaded darling_core v0.21.3
2262026-05-05T16:13:27.896Z Downloaded unicode-ident v1.0.24
2272026-05-05T16:13:27.915Z Downloaded memchr v2.8.0
2282026-05-05T16:13:27.918Z Downloaded zerocopy-derive v0.8.48
2292026-05-05T16:13:27.927Z Downloaded typenum v1.20.0
2302026-05-05T16:13:27.931Z Downloaded serde v1.0.228
2312026-05-05T16:13:27.948Z Downloaded pest v2.8.6
2322026-05-05T16:13:27.975Z Downloaded itertools v0.14.0
2332026-05-05T16:13:27.986Z Downloaded regex v1.12.3
2342026-05-05T16:13:27.996Z Downloaded serde_json v1.0.149
2352026-05-05T16:13:28.046Z Downloaded goblin v0.10.5
2362026-05-05T16:13:28.073Z Downloaded unicode-width v0.2.2
2372026-05-05T16:13:28.077Z Downloaded smoltcp v0.11.0
2382026-05-05T16:13:28.084Z Downloaded syn v2.0.117
2392026-05-05T16:13:28.091Z Downloaded zerocopy v0.8.48
2402026-05-05T16:13:28.104Z Downloaded regex-syntax v0.8.10
2412026-05-05T16:13:28.159Z Downloaded regex-automata v0.4.14
2422026-05-05T16:13:28.168Z Downloaded libc v0.2.186
2432026-05-05T16:13:28.229Z Compiling proc-macro2 v1.0.106
2442026-05-05T16:13:28.229Z Compiling quote v1.0.45
2452026-05-05T16:13:28.229Z Compiling unicode-ident v1.0.24
2462026-05-05T16:13:28.229Z Documenting unicode-ident v1.0.24
2472026-05-05T16:13:28.229Z Compiling ident_case v1.0.1
2482026-05-05T16:13:28.229Z Compiling strsim v0.11.1
2492026-05-05T16:13:28.233Z Compiling serde_core v1.0.228
2502026-05-05T16:13:28.384Z Compiling fnv v1.0.7
2512026-05-05T16:13:28.402Z Compiling memchr v2.8.0
2522026-05-05T16:13:28.406Z Compiling regex-syntax v0.8.10
2532026-05-05T16:13:28.468Z Compiling thiserror v2.0.18
2542026-05-05T16:13:28.613Z Compiling zerocopy v0.8.48
2552026-05-05T16:13:28.792Z Compiling aho-corasick v1.1.4
2562026-05-05T16:13:28.809Z Compiling serde v1.0.228
2572026-05-05T16:13:28.965Z Documenting proc-macro2 v1.0.106
2582026-05-05T16:13:29.149Z Compiling either v1.15.0
2592026-05-05T16:13:29.350Z Checking byteorder v1.5.0
2602026-05-05T16:13:29.438Z Compiling syn v2.0.117
2612026-05-05T16:13:29.526Z Compiling itertools v0.14.0
2622026-05-05T16:13:29.553Z Documenting quote v1.0.45
2632026-05-05T16:13:30.061Z Documenting syn v2.0.117
2642026-05-05T16:13:30.214Z Compiling regex-automata v0.4.14
2652026-05-05T16:13:30.260Z Compiling heapless v0.8.0
2662026-05-05T16:13:30.510Z Checking bitflags v2.11.1
2672026-05-05T16:13:30.660Z Checking hash32 v0.3.1
2682026-05-05T16:13:30.720Z Documenting serde_core v1.0.228
2692026-05-05T16:13:30.768Z Documenting memchr v2.8.0
2702026-05-05T16:13:30.775Z Checking macaddr v1.0.1
2712026-05-05T16:13:30.909Z Checking cfg-if v1.0.4
2722026-05-05T16:13:30.967Z Checking stable_deref_trait v1.2.1
2732026-05-05T16:13:31.116Z Documenting regex-syntax v0.8.10
2742026-05-05T16:13:31.382Z Documenting aho-corasick v1.1.4
2752026-05-05T16:13:31.512Z Compiling smoltcp v0.11.0
2762026-05-05T16:13:31.847Z Compiling darling_core v0.21.3
2772026-05-05T16:13:32.033Z Compiling regex v1.12.3
2782026-05-05T16:13:32.117Z Compiling darling_core v0.23.0
2792026-05-05T16:13:32.218Z Documenting regex-automata v0.4.14
2802026-05-05T16:13:32.721Z Checking managed v0.8.0
2812026-05-05T16:13:32.897Z Checking bitflags v1.3.2
2822026-05-05T16:13:32.958Z Documenting zerocopy-derive v0.8.48
2832026-05-05T16:13:33.023Z Compiling serde_derive v1.0.228
2842026-05-05T16:13:33.184Z Compiling thiserror-impl v2.0.18
2852026-05-05T16:13:33.361Z Compiling zerocopy-derive v0.8.48
2862026-05-05T16:13:33.559Z Documenting regex v1.12.3
2872026-05-05T16:13:33.790Z Documenting serde_derive v1.0.228
2882026-05-05T16:13:33.925Z Compiling darling_macro v0.21.3
2892026-05-05T16:13:34.025Z Documenting thiserror-impl v2.0.18
2902026-05-05T16:13:34.198Z Compiling darling_macro v0.23.0
2912026-05-05T16:13:34.386Z Documenting byteorder v1.5.0
2922026-05-05T16:13:34.518Z Compiling darling v0.21.3
2932026-05-05T16:13:34.526Z Checking cobs v0.3.0
2942026-05-05T16:13:34.593Z Compiling ingot-macros v0.1.1
2952026-05-05T16:13:34.730Z Compiling crc32fast v1.5.0
2962026-05-05T16:13:34.820Z Compiling ref-cast v1.0.25
2972026-05-05T16:13:34.889Z Documenting thiserror v2.0.18
2982026-05-05T16:13:35.032Z Documenting hash32 v0.3.1
2992026-05-05T16:13:35.063Z Documenting zerocopy v0.8.48
3002026-05-05T16:13:35.186Z Documenting ingot-macros v0.1.1
3012026-05-05T16:13:35.229Z Compiling ref-cast-impl v1.0.25
3022026-05-05T16:13:35.612Z Documenting bitflags v2.11.1
3032026-05-05T16:13:35.851Z Documenting serde v1.0.228
3042026-05-05T16:13:36.126Z Checking postcard v1.1.3
3052026-05-05T16:13:36.224Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3062026-05-05T16:13:36.394Z Documenting macaddr v1.0.1
3072026-05-05T16:13:36.412Z Compiling version_check v0.9.5
3082026-05-05T16:13:36.465Z Checking unicode-width v0.2.2
3092026-05-05T16:13:36.686Z Checking ipnetwork v0.21.1
3102026-05-05T16:13:36.709Z Documenting cfg-if v1.0.4
3112026-05-05T16:13:36.773Z Documenting stable_deref_trait v1.2.1
3122026-05-05T16:13:36.858Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-05-05T16:13:36.921Z Documenting cobs v0.3.0
3142026-05-05T16:13:37.101Z Compiling darling v0.23.0
3152026-05-05T16:13:37.311Z Documenting managed v0.8.0
3162026-05-05T16:13:37.326Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3172026-05-05T16:13:37.527Z Documenting heapless v0.8.0
3182026-05-05T16:13:37.566Z Checking ingot-types v0.1.2
3192026-05-05T16:13:37.730Z Documenting postcard v1.1.3
3202026-05-05T16:13:37.905Z Checking ingot v0.1.1
3212026-05-05T16:13:38.028Z Checking tabwriter v1.4.1
3222026-05-05T16:13:38.108Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3232026-05-05T16:13:38.219Z Documenting ingot-types v0.1.2
3242026-05-05T16:13:38.225Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3252026-05-05T16:13:38.234Z Documenting ref-cast-impl v1.0.25
3262026-05-05T16:13:38.279Z Documenting either v1.15.0
3272026-05-05T16:13:38.491Z Documenting smoltcp v0.11.0
3282026-05-05T16:13:38.730Z Documenting ipnetwork v0.21.1
3292026-05-05T16:13:38.844Z Checking dyn-clone v1.0.20
3302026-05-05T16:13:38.938Z Documenting unicode-width v0.2.2
3312026-05-05T16:13:38.970Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3322026-05-05T16:13:39.194Z Documenting itertools v0.14.0
3332026-05-05T16:13:39.433Z Documenting ref-cast v1.0.25
3342026-05-05T16:13:39.538Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3352026-05-05T16:13:39.739Z Documenting ingot v0.1.1
3362026-05-05T16:13:39.980Z Documenting crc32fast v1.5.0
3372026-05-05T16:13:40.359Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3382026-05-05T16:13:40.427Z Documenting dyn-clone v1.0.20
3392026-05-05T16:13:40.561Z Documenting tabwriter v1.4.1
3402026-05-05T16:13:41.102Z Documenting uuid v1.23.1
3412026-05-05T16:13:41.578Z Checking uuid v1.23.1
3422026-05-05T16:13:41.718Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3432026-05-05T16:13:41.823Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3442026-05-05T16:13:43.086Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3452026-05-05T16:13:44.278Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3462026-05-05T16:13:46.540Z Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-05-05T16:13:48.111Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.48s
3482026-05-05T16:13:48.195Z Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html
3492026-05-05T16:13:48.214Z
3502026-05-05T16:13:48.219Zreal 26.578413260
3512026-05-05T16:13:48.219Zuser 1:21.612260774
3522026-05-05T16:13:48.219Zsys 17.115077906
3532026-05-05T16:13:48.219Ztrap 0.043325533
3542026-05-05T16:13:48.219Ztflt 0.070121201
3552026-05-05T16:13:48.219Zdflt 0.226099195
3562026-05-05T16:13:48.219Zkflt 0.004837378
3572026-05-05T16:13:48.219Zlock 8:00.682642706
3582026-05-05T16:13:48.219Zslp 4:45.494204781
3592026-05-05T16:13:48.219Zlat 7.155914063
3602026-05-05T16:13:48.219Zstop 9.904835179
3612026-05-05T16:13:48.219Z+ header 'analyze std + api + usdt'
3622026-05-05T16:13:48.219Z+ echo '# ==== analyze std + api + usdt ==== #'
3632026-05-05T16:13:48.219Z# ==== analyze std + api + usdt ==== #
3642026-05-05T16:13:48.219Z+ ptime -m cargo clippy --features usdt --all-targets -- --deny warnings
3652026-05-05T16:13:48.406Z Downloading crates ...
3662026-05-05T16:13:48.468Z Downloaded futures-io v0.3.32
3672026-05-05T16:13:48.472Z Downloaded rusticata-macros v5.0.0
3682026-05-05T16:13:48.472Z Downloaded typeid v1.0.3
3692026-05-05T16:13:48.479Z Downloaded anyhow v1.0.102
3702026-05-05T16:13:48.484Z Downloaded circular v0.3.0
3712026-05-05T16:13:48.487Z Downloaded futures-task v0.3.32
3722026-05-05T16:13:48.487Z Downloaded futures-macro v0.3.32
3732026-05-05T16:13:48.487Z Downloaded futures-sink v0.3.32
3742026-05-05T16:13:48.491Z Downloaded futures-core v0.3.32
3752026-05-05T16:13:48.495Z Downloaded dtor-proc-macro v0.0.13
3762026-05-05T16:13:48.498Z Downloaded ctor-proc-macro v0.0.13
3772026-05-05T16:13:48.502Z Downloaded slab v0.4.12
3782026-05-05T16:13:48.505Z Downloaded futures-executor v0.3.32
3792026-05-05T16:13:48.505Z Downloaded dtor v0.8.1
3802026-05-05T16:13:48.505Z Downloaded futures-channel v0.3.32
3812026-05-05T16:13:48.506Z Downloaded cookie-factory v0.3.3
3822026-05-05T16:13:48.509Z Downloaded link-section v0.2.1
3832026-05-05T16:13:48.509Z Downloaded ctor v0.10.1
3842026-05-05T16:13:48.512Z Downloaded pin-project-lite v0.2.17
3852026-05-05T16:13:48.517Z Downloaded once_cell v1.21.4
3862026-05-05T16:13:48.530Z Downloaded futures v0.3.32
3872026-05-05T16:13:48.542Z Downloaded nom v8.0.0
3882026-05-05T16:13:48.554Z Downloaded pcap-parser v0.17.0
3892026-05-05T16:13:48.557Z Downloaded ron v0.12.1
3902026-05-05T16:13:48.561Z Downloaded futures-util v0.3.32
3912026-05-05T16:13:48.615Z Compiling proc-macro2 v1.0.106
3922026-05-05T16:13:48.615Z Compiling quote v1.0.45
3932026-05-05T16:13:48.619Z Compiling unicode-ident v1.0.24
3942026-05-05T16:13:48.619Z Compiling memchr v2.8.0
3952026-05-05T16:13:48.619Z Compiling thiserror v2.0.18
3962026-05-05T16:13:48.619Z Compiling serde_core v1.0.228
3972026-05-05T16:13:48.619Z Compiling zerocopy v0.8.48
3982026-05-05T16:13:48.795Z Compiling zmij v1.0.21
3992026-05-05T16:13:48.987Z Compiling libc v0.2.186
4002026-05-05T16:13:48.991Z Compiling ident_case v1.0.1
4012026-05-05T16:13:49.024Z Compiling strsim v0.11.1
4022026-05-05T16:13:49.043Z Compiling serde_json v1.0.149
4032026-05-05T16:13:49.073Z Compiling ucd-trie v0.1.7
4042026-05-05T16:13:49.207Z Compiling pest v2.8.6
4052026-05-05T16:13:49.257Z Compiling serde v1.0.228
4062026-05-05T16:13:49.508Z Compiling fnv v1.0.7
4072026-05-05T16:13:49.637Z Compiling aho-corasick v1.1.4
4082026-05-05T16:13:49.643Z Checking byteorder v1.5.0
4092026-05-05T16:13:49.857Z Compiling syn v2.0.117
4102026-05-05T16:13:49.906Z Compiling regex-syntax v0.8.10
4112026-05-05T16:13:49.922Z Compiling itoa v1.0.18
4122026-05-05T16:13:50.266Z Compiling pest_meta v2.8.6
4132026-05-05T16:13:50.447Z Compiling either v1.15.0
4142026-05-05T16:13:50.498Z Compiling usdt-impl v0.6.0
4152026-05-05T16:13:50.540Z Checking bitflags v2.11.1
4162026-05-05T16:13:50.645Z Compiling itertools v0.14.0
4172026-05-05T16:13:50.735Z Compiling thread-id v5.1.0
4182026-05-05T16:13:51.045Z Checking futures-sink v0.3.32
4192026-05-05T16:13:51.049Z Checking log v0.4.29
4202026-05-05T16:13:51.188Z Compiling heapless v0.8.0
4212026-05-05T16:13:51.241Z Checking futures-core v0.3.32
4222026-05-05T16:13:51.301Z Checking plain v0.2.3
4232026-05-05T16:13:51.356Z Compiling regex-automata v0.4.14
4242026-05-05T16:13:51.763Z Checking futures-channel v0.3.32
4252026-05-05T16:13:51.949Z Checking hash32 v0.3.1
4262026-05-05T16:13:51.952Z Checking macaddr v1.0.1
4272026-05-05T16:13:52.033Z Checking futures-task v0.3.32
4282026-05-05T16:13:52.049Z Checking futures-io v0.3.32
4292026-05-05T16:13:52.081Z Checking stable_deref_trait v1.2.1
4302026-05-05T16:13:52.145Z Compiling smoltcp v0.11.0
4312026-05-05T16:13:52.152Z Checking slab v0.4.12
4322026-05-05T16:13:52.159Z Checking cfg-if v1.0.4
4332026-05-05T16:13:52.213Z Checking pretty-hex v0.4.2
4342026-05-05T16:13:52.227Z Compiling pest_generator v2.8.6
4352026-05-05T16:13:52.296Z Compiling darling_core v0.21.3
4362026-05-05T16:13:52.300Z Compiling darling_core v0.23.0
4372026-05-05T16:13:52.322Z Checking pin-project-lite v0.2.17
4382026-05-05T16:13:52.781Z Compiling crc32fast v1.5.0
4392026-05-05T16:13:52.804Z Compiling ref-cast v1.0.25
4402026-05-05T16:13:52.832Z Checking managed v0.8.0
4412026-05-05T16:13:53.010Z Compiling regex v1.12.3
4422026-05-05T16:13:53.057Z Compiling version_check v0.9.5
4432026-05-05T16:13:53.107Z Checking bitflags v1.3.2
4442026-05-05T16:13:53.325Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4452026-05-05T16:13:53.471Z Checking memmap2 v0.9.10
4462026-05-05T16:13:53.490Z Compiling serde_derive v1.0.228
4472026-05-05T16:13:53.561Z Compiling thiserror-impl v2.0.18
4482026-05-05T16:13:53.627Z Compiling zerocopy-derive v0.8.48
4492026-05-05T16:13:53.899Z Compiling pest_derive v2.8.6
4502026-05-05T16:13:54.347Z Compiling scroll_derive v0.13.1
4512026-05-05T16:13:54.384Z Compiling darling_macro v0.21.3
4522026-05-05T16:13:54.388Z Compiling futures-macro v0.3.32
4532026-05-05T16:13:54.395Z Compiling darling_macro v0.23.0
4542026-05-05T16:13:54.441Z Compiling ref-cast-impl v1.0.25
4552026-05-05T16:13:54.938Z Compiling darling v0.21.3
4562026-05-05T16:13:54.945Z Checking dtrace-parser v0.3.0
4572026-05-05T16:13:55.008Z Compiling ingot-macros v0.1.1
4582026-05-05T16:13:55.018Z Checking cobs v0.3.0
4592026-05-05T16:13:55.182Z Compiling darling v0.23.0
4602026-05-05T16:13:55.207Z Checking scroll v0.13.0
4612026-05-05T16:13:55.234Z Checking futures-util v0.3.32
4622026-05-05T16:13:55.251Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4632026-05-05T16:13:55.427Z Checking goblin v0.10.5
4642026-05-05T16:13:55.537Z Checking ipnetwork v0.21.1
4652026-05-05T16:13:55.624Z Checking unicode-width v0.2.2
4662026-05-05T16:13:55.867Z Checking tabwriter v1.4.1
4672026-05-05T16:13:56.003Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4682026-05-05T16:13:56.598Z Checking postcard v1.1.3
4692026-05-05T16:13:56.820Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4702026-05-05T16:13:56.996Z Compiling serde_tokenstream v0.2.3
4712026-05-05T16:13:57.067Z Checking nom v8.0.0
4722026-05-05T16:13:57.115Z Checking futures-executor v0.3.32
4732026-05-05T16:13:57.260Z Checking futures v0.3.32
4742026-05-05T16:13:57.273Z Checking dyn-clone v1.0.20
4752026-05-05T16:13:57.327Z Compiling anyhow v1.0.102
4762026-05-05T16:13:57.366Z Compiling typeid v1.0.3
4772026-05-05T16:13:57.378Z Checking cookie-factory v0.3.3
4782026-05-05T16:13:57.629Z Checking uuid v1.23.1
4792026-05-05T16:13:57.653Z Compiling dtor-proc-macro v0.0.13
4802026-05-05T16:13:57.682Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4812026-05-05T16:13:57.783Z Checking ingot-types v0.1.2
4822026-05-05T16:13:57.810Z Checking circular v0.3.0
4832026-05-05T16:13:57.854Z Checking dof v0.4.0
4842026-05-05T16:13:57.973Z Checking dtor v0.8.1
4852026-05-05T16:13:57.973Z Checking once_cell v1.21.4
4862026-05-05T16:13:58.035Z Checking link-section v0.2.1
4872026-05-05T16:13:58.047Z Compiling ctor-proc-macro v0.0.13
4882026-05-05T16:13:58.094Z Checking ron v0.12.1
4892026-05-05T16:13:58.112Z Checking ingot v0.1.1
4902026-05-05T16:13:58.332Z Checking ctor v0.10.1
4912026-05-05T16:13:58.827Z Compiling usdt-macro v0.6.0
4922026-05-05T16:13:58.827Z Compiling usdt-attr-macro v0.6.0
4932026-05-05T16:13:58.940Z Checking rusticata-macros v5.0.0
4942026-05-05T16:13:59.060Z Checking pcap-parser v0.17.0
4952026-05-05T16:13:59.452Z Checking usdt v0.6.0
4962026-05-05T16:13:59.605Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4972026-05-05T16:14:03.924Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4982026-05-05T16:14:05.584Z Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
4992026-05-05T16:14:07.814Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.54s
5002026-05-05T16:14:07.849Z
5012026-05-05T16:14:07.852Zreal 19.626137274
5022026-05-05T16:14:07.852Zuser 1:12.925585709
5032026-05-05T16:14:07.852Zsys 15.110628193
5042026-05-05T16:14:07.852Ztrap 0.039154962
5052026-05-05T16:14:07.852Ztflt 0.142686006
5062026-05-05T16:14:07.852Zdflt 0.157602235
5072026-05-05T16:14:07.853Zkflt 0.000042125
5082026-05-05T16:14:07.853Zlock 4:03.568977908
5092026-05-05T16:14:07.853Zslp 3:50.456818866
5102026-05-05T16:14:07.853Zlat 3.925009493
5112026-05-05T16:14:07.853Zstop 8.105939806
5122026-05-05T16:14:07.853Z+ header 'analyze no_std + engine + kernel'
5132026-05-05T16:14:07.853Z+ echo '# ==== analyze no_std + engine + kernel ==== #'
5142026-05-05T16:14:07.853Z# ==== analyze no_std + engine + kernel ==== #
5152026-05-05T16:14:07.853Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel
5162026-05-05T16:14:08.031Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5172026-05-05T16:14:08.031Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5182026-05-05T16:14:08.035Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5192026-05-05T16:14:08.035Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5202026-05-05T16:14:08.298Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5212026-05-05T16:14:12.465Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5222026-05-05T16:14:14.015Z Finished `dev` profile [optimized + debuginfo] target(s) in 6.12s
5232026-05-05T16:14:14.043Z
5242026-05-05T16:14:14.048Zreal 6.189677361
5252026-05-05T16:14:14.048Zuser 6.431902148
5262026-05-05T16:14:14.048Zsys 1.005366337
5272026-05-05T16:14:14.048Ztrap 0.000931421
5282026-05-05T16:14:14.048Ztflt 0.009259589
5292026-05-05T16:14:14.048Zdflt 0.002586662
5302026-05-05T16:14:14.048Zkflt 0.000000000
5312026-05-05T16:14:14.048Zlock 21.587480833
5322026-05-05T16:14:14.048Zslp 22.507485172
5332026-05-05T16:14:14.048Zlat 0.014631551
5342026-05-05T16:14:14.048Zstop 0.255563756
5352026-05-05T16:14:14.048Z+ header test
5362026-05-05T16:14:14.048Z+ echo '# ==== test ==== #'
5372026-05-05T16:14:14.048Z+ ptime -m cargo test
5382026-05-05T16:14:14.048Z# ==== test ==== #
5392026-05-05T16:14:14.201Z Compiling memchr v2.8.0
5402026-05-05T16:14:14.201Z Compiling serde_core v1.0.228
5412026-05-05T16:14:14.226Z Compiling thiserror v2.0.18
5422026-05-05T16:14:14.229Z Compiling zerocopy v0.8.48
5432026-05-05T16:14:14.233Z Compiling byteorder v1.5.0
5442026-05-05T16:14:14.233Z Compiling unicode-ident v1.0.24
5452026-05-05T16:14:14.236Z Compiling zmij v1.0.21
5462026-05-05T16:14:14.236Z Compiling scroll v0.13.0
5472026-05-05T16:14:14.309Z Compiling proc-macro2 v1.0.106
5482026-05-05T16:14:14.355Z Compiling libc v0.2.186
5492026-05-05T16:14:14.458Z Compiling plain v0.2.3
5502026-05-05T16:14:14.493Z Compiling futures-core v0.3.32
5512026-05-05T16:14:14.554Z Compiling futures-sink v0.3.32
5522026-05-05T16:14:14.614Z Compiling itoa v1.0.18
5532026-05-05T16:14:14.648Z Compiling log v0.4.29
5542026-05-05T16:14:14.648Z Compiling ucd-trie v0.1.7
5552026-05-05T16:14:14.705Z Compiling quote v1.0.45
5562026-05-05T16:14:14.866Z Compiling pest v2.8.6
5572026-05-05T16:14:14.871Z Compiling goblin v0.10.5
5582026-05-05T16:14:15.367Z Compiling futures-channel v0.3.32
5592026-05-05T16:14:15.391Z Compiling hash32 v0.3.1
5602026-05-05T16:14:15.557Z Compiling pin-project-lite v0.2.17
5612026-05-05T16:14:15.596Z Compiling macaddr v1.0.1
5622026-05-05T16:14:15.647Z Compiling stable_deref_trait v1.2.1
5632026-05-05T16:14:15.717Z Compiling pretty-hex v0.4.2
5642026-05-05T16:14:15.797Z Compiling futures-io v0.3.32
5652026-05-05T16:14:15.840Z Compiling futures-task v0.3.32
5662026-05-05T16:14:15.844Z Compiling slab v0.4.12
5672026-05-05T16:14:15.982Z Compiling serde v1.0.228
5682026-05-05T16:14:16.013Z Compiling bitflags v2.11.1
5692026-05-05T16:14:16.030Z Compiling serde_json v1.0.149
5702026-05-05T16:14:16.180Z Compiling cfg-if v1.0.4
5712026-05-05T16:14:16.244Z Compiling futures-util v0.3.32
5722026-05-05T16:14:16.462Z Compiling dtrace-parser v0.3.0
5732026-05-05T16:14:16.569Z Compiling heapless v0.8.0
5742026-05-05T16:14:16.626Z Compiling syn v2.0.117
5752026-05-05T16:14:17.009Z Compiling thread-id v5.1.0
5762026-05-05T16:14:17.087Z Compiling ingot-types v0.1.2
5772026-05-05T16:14:17.098Z Compiling cobs v0.3.0
5782026-05-05T16:14:17.224Z Compiling managed v0.8.0
5792026-05-05T16:14:17.371Z Compiling bitflags v1.3.2
5802026-05-05T16:14:17.438Z Compiling smoltcp v0.11.0
5812026-05-05T16:14:17.445Z Compiling ingot v0.1.1
5822026-05-05T16:14:17.481Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5832026-05-05T16:14:17.703Z Compiling dof v0.4.0
5842026-05-05T16:14:18.980Z Compiling usdt-impl v0.6.0
5852026-05-05T16:14:19.168Z Compiling futures-executor v0.3.32
5862026-05-05T16:14:19.713Z Compiling postcard v1.1.3
5872026-05-05T16:14:19.817Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5882026-05-05T16:14:20.071Z Compiling memmap2 v0.9.10
5892026-05-05T16:14:20.085Z Compiling ipnetwork v0.21.1
5902026-05-05T16:14:20.367Z Compiling unicode-width v0.2.2
5912026-05-05T16:14:20.411Z Compiling either v1.15.0
5922026-05-05T16:14:20.589Z Compiling tabwriter v1.4.1
5932026-05-05T16:14:20.623Z Compiling itertools v0.14.0
5942026-05-05T16:14:20.688Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5952026-05-05T16:14:21.009Z Compiling usdt v0.6.0
5962026-05-05T16:14:21.550Z Compiling ref-cast v1.0.25
5972026-05-05T16:14:21.624Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5982026-05-05T16:14:21.643Z Compiling futures v0.3.32
5992026-05-05T16:14:21.678Z Compiling crc32fast v1.5.0
6002026-05-05T16:14:21.695Z Compiling nom v8.0.0
6012026-05-05T16:14:21.714Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6022026-05-05T16:14:21.915Z Compiling dyn-clone v1.0.20
6032026-05-05T16:14:22.084Z Compiling cookie-factory v0.3.3
6042026-05-05T16:14:22.265Z Compiling uuid v1.23.1
6052026-05-05T16:14:22.441Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
6062026-05-05T16:14:22.539Z Compiling circular v0.3.0
6072026-05-05T16:14:22.681Z Compiling dtor v0.8.1
6082026-05-05T16:14:22.767Z Compiling typeid v1.0.3
6092026-05-05T16:14:22.796Z Compiling anyhow v1.0.102
6102026-05-05T16:14:22.860Z Compiling once_cell v1.21.4
6112026-05-05T16:14:22.876Z Compiling link-section v0.2.1
6122026-05-05T16:14:23.018Z Compiling ctor v0.10.1
6132026-05-05T16:14:23.018Z Compiling ron v0.12.1
6142026-05-05T16:14:24.199Z Compiling rusticata-macros v5.0.0
6152026-05-05T16:14:24.591Z Compiling pcap-parser v0.17.0
6162026-05-05T16:14:26.908Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6172026-05-05T16:14:29.295Z Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils)
6182026-05-05T16:15:07.685Z Finished `test` profile [optimized + debuginfo] target(s) in 53.62s
6192026-05-05T16:15:07.703Z Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b)
6202026-05-05T16:15:07.706Z
6212026-05-05T16:15:07.706Zrunning 15 tests
6222026-05-05T16:15:07.706Ztest api::tests::parse_good_proto_filter ... ok
6232026-05-05T16:15:07.706Ztest api::tests::parse_bad_proto_filter ... ok
6242026-05-05T16:15:07.706Ztest api::tests::parse_bad_address ... ok
6252026-05-05T16:15:07.706Ztest api::tests::ports_from_str_bad ... ok
6262026-05-05T16:15:07.706Ztest api::tests::parse_good_address ... ok
6272026-05-05T16:15:07.706Ztest api::tests::ports_from_str_good ... ok
6282026-05-05T16:15:07.706Ztest cfg::tests::test_required_nat_space ... ok
6292026-05-05T16:15:07.706Ztest cfg::tests::test_required_nat_space_only_ipv4 ... ok
6302026-05-05T16:15:07.706Ztest cfg::tests::test_required_nat_space_only_ipv6 ... ok
6312026-05-05T16:15:07.707Ztest engine::geneve::test::option_packet_length_with_known_options ... ok
6322026-05-05T16:15:07.707Ztest engine::geneve::test::parse_multi_opt ... ok
6332026-05-05T16:15:07.707Ztest engine::geneve::test::parse_single_opt ... ok
6342026-05-05T16:15:07.707Ztest engine::geneve::test::unknown_crit_option_fails ... ok
6352026-05-05T16:15:07.707Ztest engine::geneve::test::parse_multicast_replication_values ... ok
6362026-05-05T16:15:07.711Ztest engine::firewall::tests::port_predicate_simplification ... ok
6372026-05-05T16:15:07.711Z
6382026-05-05T16:15:07.711Ztest result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6392026-05-05T16:15:07.711Z
6402026-05-05T16:15:07.711Z Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0)
6412026-05-05T16:15:07.711Z
6422026-05-05T16:15:07.711Zrunning 4 tests
6432026-05-05T16:15:07.711Ztest firewall_external_inbound ... ok
6442026-05-05T16:15:07.711Ztest firewall_vni_outbound ... ok
6452026-05-05T16:15:07.711Ztest firewall_vni_inbound ... ok
6462026-05-05T16:15:07.711Ztest firewall_replace_rules ... ok
6472026-05-05T16:15:07.711Z
6482026-05-05T16:15:07.711Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6492026-05-05T16:15:07.711Z
6502026-05-05T16:15:07.715Z Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057)
6512026-05-05T16:15:07.715Z
6522026-05-05T16:15:07.715Zrunning 2 tests
6532026-05-05T16:15:07.715Ztest parse_in_regression ... ok
6542026-05-05T16:15:07.715Ztest parse_out_regression ... ok
6552026-05-05T16:15:07.715Z
6562026-05-05T16:15:07.715Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
6572026-05-05T16:15:07.715Z
6582026-05-05T16:15:07.715Z Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b)
6592026-05-05T16:15:07.719Z
6602026-05-05T16:15:07.719Zrunning 47 tests
6612026-05-05T16:15:07.719Ztest bad_ip_len ... ok
6622026-05-05T16:15:07.719Ztest add_remove_fw_rule ... ok
6632026-05-05T16:15:07.719Ztest external_attached_subnets_cannot_reach_internal ... ok
6642026-05-05T16:15:07.719Ztest check_layers ... ok
6652026-05-05T16:15:07.719Ztest anti_spoof ... ok
6662026-05-05T16:15:07.720Ztest arp_gateway ... ok
6672026-05-05T16:15:07.720Ztest ephemeral_ip_preferred_over_snat_outbound ... ok
6682026-05-05T16:15:07.720Ztest external_attached_subnets_dont_apply_nat ... ok
6692026-05-05T16:15:07.720Ztest gateway_icmp4_ping ... ok
6702026-05-05T16:15:07.720Ztest gateway_icmpv6_ping ... ok
6712026-05-05T16:15:07.720Ztest flow_expiration ... ok
6722026-05-05T16:15:07.720Ztest early_tcp_invalidation ... ok
6732026-05-05T16:15:07.720Ztest gateway_router_advert_reply ... ok
6742026-05-05T16:15:07.720Ztest external_ip_epoch_affinity_preserved ... ok
6752026-05-05T16:15:07.720Ztest external_ip_reconfigurable ... ok
6762026-05-05T16:15:07.720Ztest guest_to_guest_diff_vpc_no_peer ... ok
6772026-05-05T16:15:07.720Ztest guest_to_guest_no_route ... ok
6782026-05-05T16:15:07.720Ztest guest_to_internet_ipv4 ... ok
6792026-05-05T16:15:07.720Ztest icmp_inner_has_nat_applied ... ok
6802026-05-05T16:15:07.720Ztest guest_to_guest ... ok
6812026-05-05T16:15:07.720Ztest guest_to_internet_ipv6 ... ok
6822026-05-05T16:15:07.720Ztest inbound_ndp_dropped_at_gateway ... ok
6832026-05-05T16:15:07.720Ztest icmpv6_inner_has_nat_applied ... ok
6842026-05-05T16:15:07.720Ztest intra_subnet_routes_with_custom ... ok
6852026-05-05T16:15:07.720Ztest packet_body_pullup ... ok
6862026-05-05T16:15:07.720Ztest external_ip_balanced_over_floating_ips ... ok
6872026-05-05T16:15:07.720Ztest outbound_ndp_dropped ... ok
6882026-05-05T16:15:07.720Ztest no_panic_on_flow_table_full ... ok
6892026-05-05T16:15:07.720Ztest internal_attached_subnets ... ok
6902026-05-05T16:15:07.720Ztest external_ip_receive_and_reply_on_all ... ok
6912026-05-05T16:15:07.720Ztest port_transition_reset ... ok
6922026-05-05T16:15:07.720Ztest port_transition_running ... ok
6932026-05-05T16:15:07.720Ztest test_drop_on_unknown_critical_option ... ok
6942026-05-05T16:15:07.720Ztest port_as_router_target ... ok
6952026-05-05T16:15:07.720Ztest select_eip_conditioned_on_igw ... ok
6962026-05-05T16:15:07.720Ztest snat_icmp6_echo_rewrite ... ok
6972026-05-05T16:15:07.720Ztest port_transition_pause ... ok
6982026-05-05T16:15:07.720Ztest snat_icmp4_echo_rewrite ... ok
6992026-05-05T16:15:07.720Ztest tcp_inbound ... ok
7002026-05-05T16:15:07.720Ztest test_v6_ext_hdr_geneve_offset_ok ... ok
7012026-05-05T16:15:07.720Ztest tcp_outbound ... ok
7022026-05-05T16:15:07.720Ztest test_tcp_multicast_denied ... ok
7032026-05-05T16:15:07.720Ztest test_ipv6_multicast_encapsulation ... ok
7042026-05-05T16:15:07.720Ztest test_gateway_neighbor_advert_reply ... ok
7052026-05-05T16:15:07.721Ztest test_reply_to_dhcpv6_solicit_or_request ... ok
7062026-05-05T16:15:07.721Ztest uft_lft_invalidation_in ... ok
7072026-05-05T16:15:07.721Ztest uft_lft_invalidation_out ... ok
7082026-05-05T16:15:07.721Z
7092026-05-05T16:15:07.721Ztest result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7102026-05-05T16:15:07.721Z
7112026-05-05T16:15:07.725Z Doc-tests oxide_vpc
7122026-05-05T16:15:08.022Z
7132026-05-05T16:15:08.022Zrunning 0 tests
7142026-05-05T16:15:08.022Z
7152026-05-05T16:15:08.022Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
7162026-05-05T16:15:08.022Z
7172026-05-05T16:15:08.051Z
7182026-05-05T16:15:08.051Zreal 53.994756760
7192026-05-05T16:15:08.051Zuser 3:15.825168885
7202026-05-05T16:15:08.051Zsys 11.714082032
7212026-05-05T16:15:08.051Ztrap 0.091812326
7222026-05-05T16:15:08.051Ztflt 0.186895127
7232026-05-05T16:15:08.051Zdflt 0.256076208
7242026-05-05T16:15:08.051Zkflt 0.000014627
7252026-05-05T16:15:08.051Zlock 12:51.859957951
7262026-05-05T16:15:08.051Zslp 6:39.793926842
7272026-05-05T16:15:08.051Zlat 9.000766034
7282026-05-05T16:15:08.051Zstop 6.153526253
7292026-05-05T16:15:08.055Zprocess exited: duration 121691 ms, exit code 0
 
7302026-05-05T16:15:08.062Zfound 0 output files