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

Builder texinfo-solaris11-sparc Build #6763

Results:

Build successful

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision5392ea119b29edddfdf240212dea588aed9227ac
Got Revision5392ea119b29edddfdf240212dea588aed9227ac
Changes3 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-texinfo-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell './autogen.sh' ( 5 mins, 20 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 13 secs )
    1. stdio
  4. shell_2 'gmake all' ( 2 mins, 56 secs )
    1. stdio
  5. shell_3 'gmake check' ( 7 mins, 58 secs )
    1. stdio
    2. tta_tests_test-suite.log
    3. tta_perl_test-suite.log
    4. info_test-suite.log
    5. install_info_test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/texinfo-solaris11-sparc slave
buildername texinfo-solaris11-sparc Builder
buildnumber 6763 Build
codebase Build
got_revision 5392ea119b29edddfdf240212dea588aed9227ac Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 5392ea119b29edddfdf240212dea588aed9227ac Build
scheduler schedule-texinfo-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/texinfo-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Gavin Smith

Timing:

StartMon Jul 21 02:18:25 2025
EndMon Jul 21 02:35:59 2025
Elapsed17 mins, 34 secs

All Changes:

:

  1. Change #240270

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 00:39:25
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 75c436ea0898b9a7b2dd515e34675a5a6cc201b1

    Comments

    * info/nodes.c (info_get_node_of_file_buffer): Do not check for null FILE_BUFFER argument. (info_get_node_with_defaults): Make sure not to call info_get_node_of_file_buffer with a null argument.

    Changed files

    • ChangeLog
    • info/nodes.c
  2. Change #240272

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 00:56:41
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 6b4dd48be322c84bb69d4003bf283eaeaeecb79d

    Comments

    * info/run-external.c (get_output_from_program): Take extra argument giving full path to executable and pass to execv. * info/configfiles.c (run_info_hook): Avoiding clobbering array argument when calling get_output_from_program. * info/man.c (get_manpage_from_formatter): Update get_output_from_program call.

    Changed files

    • ChangeLog
    • info/configfiles.c
    • info/man.c
    • info/run-external.c
    • info/run-external.h
  3. Change #240274

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Mon 21 Jul 2025 01:22:13
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 5392ea119b29edddfdf240212dea588aed9227ac

    Comments

    * info/info.c (add_initial_nodes): Call info_get_node instead of info_get_node_with_defaults with a null final argument.

    Changed files

    • ChangeLog
    • info/info.c