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

Builder tmux-solaris10-i386 Build #1981

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision1dadd6c9ae8b3db55fd81442a9625d88d36888b4
Got Revision1dadd6c9ae8b3db55fd81442a9625d88d36888b4
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell './autogen.sh' ( 17 secs )
    1. stdio
  3. shell_1 './configure' ( 5 mins, 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 31 secs )
    1. stdio
  5. shell_3 'gmake check' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 1981 Build
codebase Build
got_revision 1dadd6c9ae8b3db55fd81442a9625d88d36888b4 Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 1dadd6c9ae8b3db55fd81442a9625d88d36888b4 Build
scheduler schedule-tmux-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/tmux-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicholas Marriott

Timing:

StartSun Sep 7 16:05:10 2025
EndSun Sep 7 16:13:27 2025
Elapsed8 mins, 16 secs

All Changes:

:

  1. Change #244547

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Sun 07 Sep 2025 15:53:08
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision a7a94cb86f2f02cde453918217271fa740096ebf

    Comments

    Fix OOB access in sixel_print by ensuring that the number of chunks actually matches the highest color used on the image, even if not defined as a color register. From nincsnevem662 at gmail dot com in GitHub issue 4621.

    Changed files

    • configure.ac
    • image-sixel.c
  2. Change #244548

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Sun 07 Sep 2025 15:55:18
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 1dadd6c9ae8b3db55fd81442a9625d88d36888b4

    Comments

    Do not force SIXEL images to a multiple of 6 lines. From nincsnevem662 at gmail dot com in GitHub issue 4622.

    Changed files

    • image-sixel.c