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

Builder tmux-solaris10-sparc Build #2044

Results:

Build successful

SourceStamp:

Projecttmux
Repositoryhttps://github.com/tmux/tmux.git
Branchmaster
Revisionef0a7e328c8c407d1a368e326536cf79d8258a09
Got Revisionef0a7e328c8c407d1a368e326536cf79d8258a09
Changes17 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. shell './autogen.sh' ( 1 mins, 22 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 7 mins, 27 secs )
    1. stdio
  5. shell_3 'gmake check' ( 3 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicholas Marriott
  2. nicm

Timing:

StartFri Dec 5 07:28:27 2025
EndFri Dec 5 07:38:41 2025
Elapsed10 mins, 13 secs

All Changes:

:

  1. Change #251045

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Wed 26 Nov 2025 19:43:11
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 6db6a30ab508c4a924245e2d8ccb7bac39838d5c

    Comments

    Need signal.h for utempter, from Yasuhiro Kimura.

    Changed files

    • server-fn.c
  2. Change #251046

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Wed 26 Nov 2025 20:00:17
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision ec4b5b52afa6e98f313896815018926911e39160

    Comments

    Version and CHANGES.

    Changed files

    • CHANGES
    • configure.ac
  3. Change #251047

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 27 Nov 2025 08:24:47
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 0af04295f3cc622c711711e1d0b1befd06837493

    Comments

    Newer libevents do not allow event_del on a zero'd event.

    Changed files

    • tty.c
  4. Change #251048

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 27 Nov 2025 08:24:50
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2a0b078e1519bd710cfee9975bd6b0f885063dac

    Comments

    Place cursor on correct line if message-line is not 0, reported by Alexis Hildebrandt.

    Changed files

    • server-client.c
    • status.c
    • tmux.h
  5. Change #251049

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Thu 27 Nov 2025 08:26:09
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 640e1a76438317303aefcd8b76d35a11e59594f6

    Comments

    Update CHANGES.

    Changed files

    • CHANGES
  6. Change #251050

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Mon 01 Dec 2025 09:21:04
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision bfecbb068594bfbbc7ad8782abab4f5b11f89779

    Comments

    Fix combine-test.result, GitHub issue 4717.

    Changed files

    • regress/combine-test.result
  7. Change #251051

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 02 Dec 2025 15:24:57
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2c78a5acebe5adfd90ca9f890d24d5bf3ee5e293

    Comments

    Add horizontal border case to server_client_check_mouse_in_pane to fix mouse resizing. GitHub issue 4720 from Michael Grant, reported by someone in GitHub issue 4715.

    Changed files

    • server-client.c
  8. Change #251052

    Category tmux
    Changed by nicm <nicm>
    Changed at Tue 02 Dec 2025 15:25:05
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision a40f98df0ae80a04d57935b6e0a1913db8ad9bef

    Comments

    Change noattr to be an explicit attribute in the style so that it works correctly and does not delete attributes set in the style itself, GitHub issue 4713.

    Changed files

    • attributes.c
    • screen.c
    • style.c
    • tmux.h
  9. Change #251053

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Tue 02 Dec 2025 15:26:30
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 52917abe21c1f3c930399946c3b0bccbcc604439

    Comments

    Update CHANGES.

    Changed files

    • CHANGES
  10. Change #251054

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 04 Dec 2025 21:52:55
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 33c1ba154940461029eb45a9ba047bf8cf7307e7

    Comments

    Allow characters to be combined in either order, reported by Jake Stewart in GitHub issue 4726.

    Changed files

    • screen-write.c
  11. Change #251055

    Category tmux
    Changed by nicm <nicm>
    Changed at Thu 04 Dec 2025 21:53:01
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 3b57077d015a33ec9f7f4571f90f1cfd25132245

    Comments

    Add a missing skin tone, from Jake Stewart in GitHub issue 4736.

    Changed files

    • utf8-combined.c
  12. Change #251056

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Thu 04 Dec 2025 21:54:44
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 2fc123cf4a72d32f7b8bdbce1223cf583d808354

    Comments

    Update CHANGES.

    Changed files

    • CHANGES
  13. Change #251057

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 05 Dec 2025 06:37:48
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision ff207eb5834515580694a4623f7d45233794f7f1

    Comments

    Fix y offset of mouse if status at top. GitHub issue 4738 from Michael Grant.

    Changed files

    • screen-redraw.c
    • server-client.c
    • window-copy.c
  14. Change #251058

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 05 Dec 2025 06:37:57
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision 01962e25dc25b732361fa0b94ce630651891cd33

    Comments

    Allow drag in alternate screen again, GitHub issue 4743 reported by Brad King.

    Changed files

    • key-bindings.c
  15. Change #251059

    Category tmux
    Changed by nicm <nicm>
    Changed at Fri 05 Dec 2025 06:38:05
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision faebe7a70a43958ea69a4ddfa1812da3f97bd621

    Comments

    Do not read over buffer if format is a single #, and do not loop forever if UTF-8 is unfinished in a format. Reported by Giorgi Kobakhia im GitHub issue 4735.

    Changed files

    • format-draw.c
    • format.c
  16. Change #251060

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Fri 05 Dec 2025 06:39:46
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision cc117b5048f77a4842820f8ebbe3a86e5c077224

    Comments

    Update CHANGES.

    Changed files

    • CHANGES
  17. Change #251061

    Category tmux
    Changed by Nicholas Marriott <nicholas.marriottohnoyoudont@gmail.com>
    Changed at Fri 05 Dec 2025 07:20:32
    Repository https://github.com/tmux/tmux.git
    Project tmux
    Branch master
    Revision ef0a7e328c8c407d1a368e326536cf79d8258a09

    Comments

    Merge branch 'tmux-3.6a'

    Changed files

    • no files