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

Builder libpcap-solaris11-sparcv9 Build #45

Results:

Failed shell

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 27 secs )
    1. stdio
  2. shell './build_matrix.sh' failed ( 33 mins, 1 secs )
    1. stdio
    2. config.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave
buildername libpcap-solaris11-sparcv9 Builder
buildnumber 45 Build
codebase Build
got_revision aebfca1aea2fc8c177760a26e8f4de27b51d1b3b Git
project libpcap Build
repository https://git.tcpdump.org/libpcap Build
revision aebfca1aea2fc8c177760a26e8f4de27b51d1b3b Build
scheduler schedule-libpcap-solaris11-sparcv9 Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/libpcap-solaris11-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Guy Harris

Timing:

StartSun Sep 7 23:52:49 2025
EndMon Sep 8 00:26:17 2025
Elapsed33 mins, 28 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