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

Builder libpsl-solaris10-i386 Build #328

Results:

Failed shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchimprove-portability
Revisionc98f3050f0ee95d27f9946742e57b466ac795fed
Got Revisionc98f3050f0ee95d27f9946742e57b466ac795fed
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 33 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' ( 11 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 5 secs )
    1. stdio
    2. test-suite.log

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSun Feb 11 19:22:32 2024
EndSun Feb 11 19:23:36 2024
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #190784

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 18:39:09
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch improve-portability
    Revision 49c9e0c910bdc20815f621c3c2e194e4dfb64de9

    Comments

    Fix C89 compliance (mixed declarations and code)

    Changed files

    • src/psl.c
  2. Change #190785

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 18:40:01
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch improve-portability
    Revision ebf63cba2df3115f2dc35b0569e6d18fea46a3cf

    Comments

    Fix C89 compliance (C++ style comments)

    Changed files

    • src/psl.c
  3. Change #190786

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 19:11:02
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch improve-portability
    Revision aea83d833a6024e6d892d2b39faafe2c29c5102f

    Comments

    Add strdup() in case it isn't available

    Changed files

    • configure.ac
    • src/psl.c
  4. Change #190787

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 19:11:29
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch improve-portability
    Revision 941f40274b005fc1f5544a2819e0802257aa6c2f

    Comments

    Add missing time.h to tools/psl.c

    Changed files

    • tools/psl.c
  5. Change #190788

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 19:20:59
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch improve-portability
    Revision c98f3050f0ee95d27f9946742e57b466ac795fed

    Comments

    Add localtime_r() declaration in case it isn't available

    Changed files

    • configure.ac
    • tools/psl.c