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

Builder libpcap-solaris10-sparc Build #2913

Results:

Build successful

SourceStamp:

Projectlibpcap
Repositoryhttps://git.tcpdump.org/libpcap
Branchmaster
Revisioncdc5ae624182fd1799a03df3f43bdc4f40926563
Got Revisioncdc5ae624182fd1799a03df3f43bdc4f40926563
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 33 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 28 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 1 mins, 19 secs )
    1. stdio
  6. shell_4 'rm -rf ...' ( 0 secs )
    1. stdio
  7. shell_5 'gmake install ...' ( 6 secs )
    1. stdio
  8. trigger triggered trigger-tcpdump-solaris10-sparc ( 17 mins, 22 secs )
    1. - no logs -
    2. tcpdump-solaris10-sparc #5542

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparc slave
buildername libpcap-solaris10-sparc Builder
buildnumber 2913 Build
codebase Build
got_revision cdc5ae624182fd1799a03df3f43bdc4f40926563 Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision cdc5ae624182fd1799a03df3f43bdc4f40926563 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. Guy Harris

Timing:

StartFri Apr 26 08:53:51 2024
EndFri Apr 26 09:14:49 2024
Elapsed20 mins, 58 secs

All Changes:

:

  1. Change #195989

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Fri 26 Apr 2024 08:48:45
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision cdc5ae624182fd1799a03df3f43bdc4f40926563

    Comments

    Rename {LINKTYPE,DLT}_IPMB_LINUX to {LINKTYPE,DLT}_I2C_LINUX.
    The link-layer header just carries I2C information, and the initially
    proposed names had I2C (first LINKTYPE_I2C, and then LINKTYPE_I2C_LINUX
    as there was no guarantee that it would be the only I2C format used).
    
    However, as using it as a general I2C header would require that packet
    analyers have a knob to select what protocol the payload is using, and
    it was requested for IPMB-over-I2C, so we decided to call it
    LINKTYPE_IPMB_LINUX.
    
    But it's now also used for HDMI Display Data Channel traffic, which also
    runs over I2C, so it's no longer guaranteed to be IPMB traffic - and,
    sure enough, Wireshark now has a "Decode As..." option to indicate what
    protocol is being used.
    
    So let's just go back to calling it by a name that reflects how it's
    being used in practice, and leave DLT_IPMB_LINUX around as an alternate
    name, for backwards source compatibility.

    Changed files

    • CHANGES
    • gencode.c
    • pcap-common.c
    • pcap.c
    • pcap/dlt.h