Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder libpcap-solaris10-amd64 Build #3148

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionef63fcfef1d940ec13bed08d19f83172767d664c
Got Revisionef63fcfef1d940ec13bed08d19f83172767d664c
Changes2 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-libpcap-solaris10-amd64' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 8 secs )
    1. stdio
  4. shell_2 './configure' ( 57 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 31 secs )
    1. stdio
  6. shell_4 'gmake check' ( 7 mins, 33 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 4 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-amd64 ( 9 mins, 34 secs )
    1. - no logs -
    2. tcpdump-solaris10-amd64 #5930

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-amd64 slave
buildername libpcap-solaris10-amd64 Builder
buildnumber 3148 Build
codebase Build
got_revision ef63fcfef1d940ec13bed08d19f83172767d664c Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision ef63fcfef1d940ec13bed08d19f83172767d664c Build
scheduler schedule-libpcap-solaris10-amd64 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartMon Jul 21 20:06:15 2025
EndMon Jul 21 20:25:19 2025
Elapsed19 mins, 3 secs

All Changes:

:

  1. Change #240330

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 21 Jul 2025 19:24:13
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision db45bcbd1d2bc8f6949262ac2c02dfac29ea4d5c

    Comments

    Linux: Squelch a warning from old GCC.
    Debian 6.0.10 i386
    gcc (Debian 4.4.5-8) 4.4.5
    
    pcap-linux.c:920: warning: declaration of 'stat' shadows a global
      declaration
    /usr/include/sys/stat.h:455: warning: shadowed declaration is here

    Changed files

    • pcap-linux.c
  2. Change #240331

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 21 Jul 2025 19:45:44
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision ef63fcfef1d940ec13bed08d19f83172767d664c

    Comments

    Fixup PCAP_IS_AT_LEAST_CLANG_VERSION() for old Clang.
    Debian 6.0.10 i386
    clang version 1.1 (Debian 2.7-3)
    
    ./diag-control.h:40:5: warning: '__clang_major__' is not defined,
      evaluates to 0 [-Wundef]
    ./pcap/compiler-tests.h:102:3: note: instantiated from:
            (__clang_major__ > (major) || \
    ./pcap/compiler-tests.h:103:4: note: instantiated from:
             (__clang_major__ == (major) && __clang_minor__ >= (minor)))

    Changed files

    • pcap/compiler-tests.h