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

Builder libpsl-solaris10-amd64 Build #338

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revisionfe13dad3c46e98026bfd90de21c0e583be34d5f2
Got Revisionfe13dad3c46e98026bfd90de21c0e583be34d5f2
Changes1 change

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-libpsl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 32 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 9 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 5 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave
buildername libpsl-solaris10-amd64 Builder
buildnumber 338 Build
codebase Build
got_revision fe13dad3c46e98026bfd90de21c0e583be34d5f2 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision fe13dad3c46e98026bfd90de21c0e583be34d5f2 Build
scheduler schedule-libpsl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Feb 11 19:44:31 2024
EndSun Feb 11 19:45:22 2024
Elapsed50 secs

All Changes:

:

  1. Change #190795

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 19:43:23
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision fe13dad3c46e98026bfd90de21c0e583be34d5f2

    Comments

    Improve portability (#237)
    
    * Fix C89 compliance (mixed declarations and code)
    
    * Fix C89 compliance (C++ style comments)
    
    * Add strdup() in case it isn't available
    
    * Add missing time.h to tools/psl.c
    
    * Add localtime_r() declaration in case it isn't available
    
    * meson: Check for strdup

    Changed files

    • configure.ac
    • meson.build
    • src/psl.c
    • tools/psl.c