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

Builder libpcap-solaris10-i386 Build #3160

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

StartSun Sep 7 23:52:41 2025
EndMon Sep 8 00:13:56 2025
Elapsed21 mins, 14 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