Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding ethhdr type for linux/android for proper packet filtering. #4239

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

pushing for now original interfacing -- will see how to solve CI issues

9944b71
Select commit
Loading
Failed to load commit list.
Draft

adding ethhdr type for linux/android for proper packet filtering. #4239

pushing for now original interfacing -- will see how to solve CI issues
9944b71
Select commit
Loading
Failed to load commit list.
Cirrus CI / nightly freebsd-13 i686 failed Jan 24, 2025 in 25s

Task Summary

Instruction test failed in 00:01

Details

✅ 00:07 clone
✅ 00:14 setup
❌ 00:01 test

. $HOME/.cargo/env
#!/bin/sh
# rustup shell setup
# affix colons on either side of $PATH to simplify matching
case ":${PATH}:" in
    *:"$HOME/.cargo/bin":*)
        ;;
    *)
        # Prepending path in case a system-installed rustc needs to be overridden
        export PATH="$HOME/.cargo/bin:$PATH"
        ;;
esac
LIBC_CI=1 sh ci/run.sh $TARGET
+ mirrors_url=https://ci-mirrors.rust-lang.org/libc
+ target=i686-unknown-freebsd
+ export 'RUST_BACKTRACE=1'
+ [ -n '' ]
+ cmd='cargo test --target i686-unknown-freebsd '
+ test_flags='--skip check_style'
+ cmd='cargo test --target i686-unknown-freebsd  --workspace'
+ [ i686-unknown-freebsd '=' s390x-unknown-linux-gnu ]
+ cargo test --target i686-unknown-freebsd --workspace --no-default-features -- --skip check_style
Segmentation fault (core dumped)

Exit status: 139