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

Builder libpcap-solaris10-sparcv9 Build #3115

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisionc4b4113befa5d01fbe3143e3ace639129d03f85d
Got Revisionc4b4113befa5d01fbe3143e3ace639129d03f85d
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 20 secs )
    1. stdio
  4. shell_2 './configure' ( 55 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 49 secs )
    1. stdio
  6. shell_4 'rm -rf ...' ( 0 secs )
    1. stdio
  7. shell_5 'gmake install ...' ( 3 secs )
    1. stdio
  8. trigger triggered trigger-tcpdump-solaris10-sparcv9 ( 11 mins, 34 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparcv9 #5871

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Denis Ovsienko

Timing:

StartTue Mar 11 20:00:26 2025
EndTue Mar 11 20:14:26 2025
Elapsed14 mins, 0 secs

All Changes:

:

  1. Change #224726

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Mon 10 Mar 2025 13:26:15
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 2afd5f27b4402ab0c915a33cf0045d94408ba0c2

    Comments

    Filter SocketCAN frames in userland if necessary.
    On Linux little-endian hosts the first four bytes of a SocketCAN frame
    are the opposite byte order at the kernel side of the socket, so a
    filter program that accesses any of these bytes needs either to account
    for the byte order difference (if possible) or to run in userland.
    Implement this logic in fix_dlt_can_socketcan() and call it from
    fix_program() if necessary.  See also GitHub bug report #1247.

    Changed files

    • CHANGES
    • pcap-linux.c
  2. Change #224727

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 11 Mar 2025 19:44:48
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision a479709897b1f0df08ef7b586ab8557c7d18f94e

    Comments

    man: Document devices, interfaces and "any" better.
    In pcap_create(3PCAP) and pcap_open_live(3PCAP) spell device/interface
    and replace an explanation of the difference with a reference to
    pcap_findalldevs(3PCAP).
    
    In the latter man page remove the text that used to say "does not have
    sufficient privileges... those devices will not appear" since libpcap
    1.1.1 because it does not seem to match even what old libpcap versions
    implemented (e.g. skip only if IFF_UP is not set in fad-gifc.c).  Add a
    paragraph to explain the difference between listing devices and
    activating a device in the current implementation.  Explain that a
    capture device is a generic case of a network interface and how the
    "any" pseudo-interface relates with network interfaces.  Show that a
    device name can be used with pcap_create() too.
    
    This resolves GitHub bug report #1055.

    Changed files

    • CHANGES
    • pcap_create.3pcap
    • pcap_findalldevs.3pcap
    • pcap_open_live.3pcap
  3. Change #224728

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Tue 11 Mar 2025 19:45:03
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision c4b4113befa5d01fbe3143e3ace639129d03f85d

    Comments

    TESTrun: Add a few more reject tests.

    Changed files

    • testprogs/TESTrun