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

Builder libpcap-solaris10-i386 Build #3251

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. shell Set developer mode ( 0 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 10 secs )
    1. stdio
  4. shell_2 './configure' ( 1 mins, 16 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 37 secs )
    1. stdio
  6. shell_4 'gmake check' ( 14 mins, 35 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, 28 secs )
    1. - no logs -
    2. tcpdump-solaris10-i386 #6029

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris10-i386 slave
buildername libpcap-solaris10-i386 Builder
buildnumber 3251 Build
codebase Build
got_revision 2cd9dff3702fb5b5c2c67da289cba9f733ec325b Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 2cd9dff3702fb5b5c2c67da289cba9f733ec325b 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 20:44:47 2026
EndMon Mar 2 21:08:12 2026
Elapsed23 mins, 24 secs

All Changes:

:

  1. Change #259584

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

    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.

    Changed files

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

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Mon 02 Mar 2026 20:42:09
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 2cd9dff3702fb5b5c2c67da289cba9f733ec325b

    Comments

    Revert "Don't assume Linux USB headers are 64-bit aligned."
    This reverts commit f36956e40a5a9cf7a90ab862018a9c896987f5b0.
    
    (So that I can reapply it and give credit for finding the bug.)

    Changed files

    • CMakeLists.txt
    • pcap-usb-linux.c
    • pcap-util.c
    • pcap-util.h
    • pcap/pcap-inttypes.h
    • pcap/usb.h