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

Builder libpcap-solaris10-sparcv9 Build #3151

Results:

Failed

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git updating ( 5 mins, 24 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -
  8. shell_6  
    1. - no logs -
  9. trigger  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpcap-solaris10-sparcv9 slave
buildername libpcap-solaris10-sparcv9 Builder
buildnumber 3151 Build
codebase Build
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision 0276de45b4a6037a31dc557a557d7b8723571d01 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
  2. Ido Yariv

Timing:

StartThu Jun 5 20:59:25 2025
EndThu Jun 5 21:04:50 2025
Elapsed5 mins, 24 secs

All Changes:

:

  1. Change #231452

    Category libpcap
    Changed by Ido Yariv <yarividoohnoyoudont@gmail.com>
    Changed at Thu 05 Jun 2025 17:33:07
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 0d9788b0813fbb22c2c2f7d48b27fd36b959b5e8

    Comments

    Fix IPv4 multicast upper bound
    IPv4 multicast addresses are defined to be in 224.0.0.0/4.
    
    While the generated code for multicast checked the lower bound, it
    failed to verify the upper bound, mistakenly including the reserved
    range (240.0.0.0/4) and broadcast (255.255.255.255).
    
    Fix this by explicitly comparing the first four bits of the address to
    the multicast ones.

    Changed files

    • CHANGES
    • gencode.c
    • testprogs/TESTrun
  2. Change #231453

    Category libpcap
    Changed by Denis Ovsienko <denisohnoyoudont@ovsienko.info>
    Changed at Thu 05 Jun 2025 20:38:04
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision 0276de45b4a6037a31dc557a557d7b8723571d01

    Comments

    TESTrun: Add more apply filter tests for ARCnet. [skip appveyor]

    Changed files

    • testprogs/TESTrun
    • tests/filter/arcnet-rfc1051-arp-icmp-http.pcap
    • tests/filter/arcnet-rfc1201-arp-icmp-http.pcap