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

Builder libpcap-solaris10-sparc Build #3145

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 26 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 45 secs )
    1. stdio
  4. shell_2 './configure' ( 6 mins, 43 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 1 mins, 33 secs )
    1. stdio
  6. shell_4 'gmake check' ( 8 mins, 21 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 6 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparc ( 15 mins, 51 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #6024

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartMon Jul 21 20:06:25 2025
EndMon Jul 21 20:40:16 2025
Elapsed33 mins, 50 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