• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dkopecek / usbguard / 422
47%

Build:
DEFAULT BRANCH: master
Ran 30 Dec 2016 12:45AM UTC
Jobs 1
Files 295
Run time 17s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
422

push

travis-ci

dkopecek
Added missing include for read, write, close syscalls

Addressing:
```
In file included from src/Library/IPCPrivate.hpp:21:0,
                 from src/Library/IPCServerPrivate.hpp:23,
                 from src/Library/IPCServerPrivate.cpp:19:
src/Library/IPCServerPrivate.cpp: In member function 'void
usbguard::IPCServerPrivate::wakeup()':
src/Library/IPCServerPrivate.cpp:134:62: error: 'write' was not declared
in this scope
                            write(_wakeup_fd, &one, sizeof one) !=
sizeof one);
                                                              ^
src/Library/Exception.hpp:122:9: note: in definition of macro
'USBGUARD_SYSCALL_THROW'
     if (syscall_bool_expression) { \
         ^~~~~~~~~~~~~~~~~~~~~~~
src/Library/IPCServerPrivate.cpp: In member function 'void
usbguard::IPCServerPrivate::destruct()':
src/Library/IPCServerPrivate.cpp:160:58: error: 'close' was not declared
in this scope
     USBGUARD_SYSCALL_THROW("IPC server", close(_wakeup_fd) != 0);
                                                          ^
src/Library/Exception.hpp:122:9: note: in definition of macro
'USBGUARD_SYSCALL_THROW'
     if (syscall_bool_expression) { \
         ^~~~~~~~~~~~~~~~~~~~~~~
src/Library/IPCServerPrivate.cpp: In static member function 'static
int32_t usbguard::IPCServerPrivate::qbPollWakeupFn(int32_t, int32_t,
void*)':
src/Library/IPCServerPrivate.cpp:169:34: error: 'read' was not declared
in this scope
     if (read(fd, &one, sizeof one) != sizeof one) {
                                  ^
src/Library/IPCServerPrivate.cpp:178:3: warning: control reaches end of
non-void function [-Wreturn-type]
   }
   ^
```

8394 of 16733 relevant lines covered (50.16%)

181.53 hits per line

Jobs
ID Job ID Ran Files Coverage
6 422.6 (COVERAGE=yes CONFIGURE_ARGS="--enable-coverage --disable-shared") 30 Dec 2016 12:45AM UTC 0
50.16
Travis Job 422.6
Source Files on build 422
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #422
  • f1dc070e on github
  • Prev Build on master (#421)
  • Next Build on master (#423)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc