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

Builder texinfo-solaris11-sparc Build #5807

Results:

Failed shell_2 shell_3

SourceStamp:

Projecttexinfo
Repositoryhttps://git.savannah.gnu.org/git/texinfo.git
Branchmaster
Revision55ab4547df6d452a23ee7be1bd0241a4d6eea2be
Got Revision55ab4547df6d452a23ee7be1bd0241a4d6eea2be
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. shell './autogen.sh' ( 6 mins, 35 secs )
    1. stdio
  3. shell_1 './configure' ( 1 mins, 37 secs )
    1. stdio
  4. shell_2 'gmake all' failed ( 47 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 12 secs )
    1. stdio
    2. tp_test-suite.log
    3. info_test-suite.log
    4. tp_tests_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 5807 Build
codebase Build
got_revision 55ab4547df6d452a23ee7be1bd0241a4d6eea2be Git
project texinfo Build
repository https://git.savannah.gnu.org/git/texinfo.git Build
revision 55ab4547df6d452a23ee7be1bd0241a4d6eea2be 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
  2. Patrice Dumas

Timing:

StartFri Oct 18 16:58:31 2024
EndFri Oct 18 17:07:48 2024
Elapsed9 mins, 16 secs

All Changes:

:

  1. Change #212098

    Category texinfo
    Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
    Changed at Fri 18 Oct 2024 16:54:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision eb19724bd88aff30cac0d41fe29dc8550bd5cc34

    Comments

    Function to estimate number of "targets" for a manual
    * tp/Texinfo/XS/convert/html_prepare_converter.c
    (ids_hashmap_predicted_values): New function.

    Changed files

    • ChangeLog
    • tp/Texinfo/XS/convert/html_prepare_converter.c
  2. Change #212099

    Category texinfo
    Changed by Gavin Smith <gavinsmith0123ohnoyoudont@gmail.com>
    Changed at Fri 18 Oct 2024 16:54:32
    Repository https://git.savannah.gnu.org/git/texinfo.git
    Project texinfo
    Branch master
    Revision 55ab4547df6d452a23ee7be1bd0241a4d6eea2be

    Comments

    C hashmap implementation
    * tp/Texinfo/XS/convert/hashmap.c
    (init_registered_ids_c_hashmap, is_c_hashmap_registered_id)
    (c_hashmap_register_id, clear_registered_ids_c_hashmap)
    (free_registered_ids_c_hashmap): New functions.
    
    * tp/Texinfo/XS/main/converter_types.h
    (enum ids_data_type): add IDT_hashmap
    (CONVF_hashmap): add symbol
    (CONVERTER): add field 'registered_ids_c_hashmap'.
    
    * tp/Texinfo/XS/convert/html_prepare_converter.c
    (html_prepare_conversion_units_targets, html_converter_customize):
    Move initialisation of hash to html_prepare_conversion_units_targets.
    (Suggestion from Patrice.)  Add code to use C hashmap implementation
    if selected.  Call ids_hashmap_predicted_values for the number of
    bins.
    
    * tp/Texinfo/XS/convert/html_prepare_converter.c
    (html_register_id, html_id_is_registered) <IDT_hashmap>:
    Call appropriate functions for C hashmap implementation.
    
    * tp/Texinfo/XS/convert/html_converter_finish.c
    (html_reset_converter, html_free_converter) <IDT_hashmap>:
    Call appropriate functions for C hashmap implementation.
    
    * tp/Texinfo/XS/convert/converter.c (new_converter),
    * tp/Texinfo/XS/convert/get_converter_perl_info.c
    (get_or_create_sv_converter): Use C hashmap implementation by default.
    * tp/Texinfo/XS/teximakehtml.c (main): Use CONVF_hashmap.

    Changed files

    • ChangeLog
    • tp/Texinfo/XS/Makefile.am
    • tp/Texinfo/XS/convert/converter.c
    • tp/Texinfo/XS/convert/get_converter_perl_info.c
    • tp/Texinfo/XS/convert/hashmap.c
    • tp/Texinfo/XS/convert/hashmap.h
    • tp/Texinfo/XS/convert/html_converter_finish.c
    • tp/Texinfo/XS/convert/html_prepare_converter.c
    • tp/Texinfo/XS/main/converter_types.h
    • tp/Texinfo/XS/teximakehtml.c