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

Builder tmux-solaris10-i386 Build #2146

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-tmux-github' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell './autogen.sh' ( 18 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 37 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 30 secs )
    1. stdio
  5. shell_3 'gmake check' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/tmux-solaris10-i386 slave
buildername tmux-solaris10-i386 Builder
buildnumber 2146 Build
codebase Build
got_revision 4cc3de4f84be3a103de17526fda77e0bd828f20c Git
project tmux Build
repository https://github.com/tmux/tmux.git Build
revision 4cc3de4f84be3a103de17526fda77e0bd828f20c Build
scheduler schedule-tmux-github 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:

StartTue Feb 17 09:59:27 2026
EndTue Feb 17 10:03:56 2026
Elapsed4 mins, 29 secs

All Changes:

:

  1. Change #257936

    Category tmux
    Changed by nicm <nicm>
    Changed at Sun 15 Feb 2026 18:43:26
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 1f0c54f7eaf33b892e1e1e6ad1d0274cc11c21a0

    Comments

    Initialize bufname, reported by Mark Kelly.

    Changed files

    • cmd-set-buffer.c
  2. Change #257937

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 16 Feb 2026 09:02:04
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision f2184639762abed3887058416d10918e1366cb82

    Comments

    grid_peek_cell can return NULL, so check for it. From Conor Taylor in GitHub issue 4848.

    Changed files

    • grid.c
    • window-copy.c
  3. Change #257938

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 16 Feb 2026 09:42:57
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision c9162837a09b34d47ada24c3be00f7af080bbb16

    Comments

    Pull format allocation outside of loop for control subs, from Conor Taylor in GitHub issue 4848.

    Changed files

    • control.c
  4. Change #257939

    Category tmux
    Changed by nicm <nicm>
    Changed at Mon 16 Feb 2026 09:45:38
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 55cedc24fa6763be9f0c1d3e332c870cdb43c828

    Comments

    Format layout change string once per window in control notify, from Conor Taylor in GitHub issue 4848.

    Changed files

    • control-notify.c
  5. Change #257940

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 17 Feb 2026 08:42:58
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision fedd4440f0760ba55a0aff2f917ccc033b930ade

    Comments

    Reuse extended entry when clearing RGB cell, to prevent memory growth when cells are repeatedly cleared (they are only compacted when scrolled off screen). From Michael K Darling in GitHub issue 4862.

    Changed files

    • grid.c
  6. Change #257941

    Category tmux
    Changed by Thomas Adam <thomasohnoyoudont@xteddy.org>
    Changed at Tue 17 Feb 2026 09:51:05
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 4cc3de4f84be3a103de17526fda77e0bd828f20c

    Comments

    Merge branch 'obsd-master'

    Changed files

    • no files