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

Builder tmux-solaris10-i386 Build #2249

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revision9a94f48663b037aa348fa789c04b2d10628b0a9d
Got Revision9a94f48663b037aa348fa789c04b2d10628b0a9d
Changes6 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 16 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 24 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 2249 Build
codebase Build
got_revision 9a94f48663b037aa348fa789c04b2d10628b0a9d Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 9a94f48663b037aa348fa789c04b2d10628b0a9d 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. Thomas Adam
  2. nicm

Timing:

StartFri May 1 17:12:26 2026
EndFri May 1 17:16:46 2026
Elapsed4 mins, 19 secs

All Changes:

:

  1. Change #266066

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 01 May 2026 11:34:05
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision a2acf0f7cf82d8933e8bd5d8ff79238cbee6b178

    Comments

    Check time inside repeat (R:) loop as well.

    Changed files

    • format.c
  2. Change #266067

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 01 May 2026 11:44:42
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 524f283cc6fb6f91bb72b8e7f043fcc3b80a97a1

    Comments

    Add support for line numbers in copy mode. A new copy-mode-line-numbers option has the following modes: off, default (tmux's normal line numbering where 0 is the top visible line), absolute (first line in history is 1), relative (relative to the cursor) and hybrid (current line is absolute, others relative). Also adds copy-mode-line-number-style and copy-mode-current-line-number-style to set the style of the line numbers. When copy mode is entered with the mouse, line numbers stay off.
    From Leo Henon in GitHub issue 5025.

    Changed files

    • cmd-copy-mode.c
    • options-table.c
    • screen.c
    • tmux.1
    • tmux.h
    • window-copy.c
  3. Change #266068

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Fri 01 May 2026 13:01:08
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 92522473b03db7e293583c9922db492225daa7b4

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files
  4. Change #266090

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 01 May 2026 11:59:42
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 56200ca044d073349c9e884dbbb2951cb3b851cb

    Comments

    Do not leak cached last result from control subs, from Aaron Campbell in GitHub issue 5047.

    Changed files

    • control.c
  5. Change #266091

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 01 May 2026 13:56:41
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2e9c6c25869f0156aac20771f4a5f94a0496d642

    Comments

    Add some checks on line size to avoid underflow, from san65384 at gmail dot com in GitHub issue 4955.

    Changed files

    • mode-tree.c
  6. Change #266093

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Fri 01 May 2026 17:01:09
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 9a94f48663b037aa348fa789c04b2d10628b0a9d

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files