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

Builder libpcap-solaris10-i386 Build #3252

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 6 secs )
    1. stdio
  4. shell_2 './configure' ( 49 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 28 secs )
    1. stdio
  6. shell_4 'gmake check' ( 14 mins, 47 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 0 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 3 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-i386 ( 6 mins, 30 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #6030

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartMon Mar 2 21:08:15 2026
EndMon Mar 2 21:31:05 2026
Elapsed22 mins, 49 secs

All Changes:

:

  1. Change #259587

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 02 Mar 2026 20:44:10
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 61542941feff19af0f801caafc690351450e4e78

    Comments

    Don't assume Linux USB headers are 64-bit aligned.
    They might not be, especially in pcapng capture files, which only
    guarantee 32-bit alignment for packet data.
    
    Fixes GitHub issue #1634.
    
    Discovered by FuzzAnything Organization
    (https://github.com/FuzzAnything-ORG) (fuzzanything@gmail.com).

    Changed files

    • CMakeLists.txt
    • pcap-usb-linux.c
    • pcap-util.c
    • pcap-util.h
    • pcap/pcap-inttypes.h
    • pcap/usb.h
  2. Change #259588

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 02 Mar 2026 20:54:25
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 77a6d7232e952741d2b8e16668c18212df116afe

    Comments

    CHANGES: add a fix. [skip ci]

    Changed files

    • CHANGES