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

Builder libpcap-solaris10-sparc Build #3170

Results:

Exception

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 32 secs )
    1. stdio
  2. shell Set developer mode ( 1 secs )
    1. stdio
  3. shell_1 './autogen.sh' ( 31 secs )
    1. stdio
  4. shell_2 './configure' ( 2 mins, 11 secs )
    1. stdio
    2. config.log
  5. shell_3 'gmake' ( 1 mins, 43 secs )
    1. stdio
  6. shell_4 'gmake check' ( 15 mins, 30 secs )
    1. stdio
  7. shell_5 'rm -rf ...' ( 36 secs )
    1. stdio
  8. shell_6 'gmake install ...' ( 9 secs )
    1. stdio
  9. trigger triggered trigger-tcpdump-solaris10-sparc ( 38 hrs, 31 mins, 16 secs )
    1. - no logs -

Build Properties:

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

StartSun Sep 7 23:52:44 2025
EndTue Sep 9 14:45:19 2025
Elapsed38 hrs, 52 mins, 34 secs

All Changes:

:

  1. Change #244574

    Category libpcap
    Changed by Guy Harris <gharrisohnoyoudont@sonic.net>
    Changed at Sun 07 Sep 2025 23:46:31
    Repository https://git.tcpdump.org/libpcap
    Project libpcap
    Branch master
    Revision aebfca1aea2fc8c177760a26e8f4de27b51d1b3b

    Comments

    Fix a copy-and-pasteo in utf_16le_to_utf_8_truncated().
    For the four octets of UTF-8 case, it was decrementing the remaining
    buffer length by 3, not 4.
    
    Thanks to a team of developers from the Univesity of Waterloo for
    reporting this.

    Changed files

    • fmtutils.c