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

Fix build warnings, warnings about Travis Configuration and stalled builds at Travis CI #49

Open
2 of 3 tasks
tpiekarski opened this issue Apr 30, 2020 · 2 comments
Open
2 of 3 tasks
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@tpiekarski
Copy link
Owner

tpiekarski commented Apr 30, 2020

  • Fix Travis stalls build when it comes down to testing lkm_mev (local run works)
  • Fix Build Warnings
    warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement]
  • Fix following warnings/issues in .travis.yml
    • root: duplicate key: install
    • root: deprecated key sudo (The key sudo has no effect anymore.)
@tpiekarski tpiekarski changed the title Fix warnings in Travis Configuration Fix error and warnings in Travis Configuration Apr 30, 2020
@tpiekarski tpiekarski added the bug Something isn't working label Apr 30, 2020
@tpiekarski
Copy link
Owner Author

@tpiekarski tpiekarski changed the title Fix error and warnings in Travis Configuration Fix build/test errors and warnings May 3, 2020
@tpiekarski tpiekarski changed the title Fix build/test errors and warnings Fix build warnings, warnings about Travis Configuration and stalled builds at Travis CI May 3, 2020
@tpiekarski
Copy link
Owner Author

Build is stalled when both targets test-module name=lkm_mev and test-mev are run.
Reason is so far unknown. It seems not to be a side effect of other targets and also not because
multiple test targets and their modules allocating major number 241.

Following output is logged before the build is continued up to 10 Minutes and then terminated.

make[1]: Entering directory '/home/travis/build/tpiekarski/lkm-sandbox'
Testing module 'lkm_mev' by loading and displaying Kernel Message Ring Buffer
Root permissions are needed for clearing buffer with dmesg and loading/unloading with insmod/rmmod
Testing if the module lkm_mev exists.
Loading module lkm_mev
Testing if module lkm_mev was loaded.

@tpiekarski tpiekarski added the help wanted Extra attention is needed label May 3, 2020
@tpiekarski tpiekarski pinned this issue May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant