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

Builder libpsl-solaris10-i386 Build #282

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpsl-solaris10-i386 slave
buildername libpsl-solaris10-i386 Builder
buildnumber 282 Build
codebase Build
got_revision 3dfe19d4578c361f800738c9c974d9c405801209 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 3dfe19d4578c361f800738c9c974d9c405801209 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. Chun-wei Fan

Timing:

StartFri Jan 20 14:09:41 2023
EndFri Jan 20 14:10:52 2023
Elapsed1 mins, 10 secs

All Changes:

:

  1. Change #167354

    Category None
    Changed by Chun-wei Fan <fanchunweiohnoyoudont@src.gnome.org>
    Changed at Fri 20 Jan 2023 14:08:00
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 3dfe19d4578c361f800738c9c974d9c405801209

    Comments

    tools/psl.c: Fix logic fallout and warning
    
    In the previous update to tools/psl.c, I neglected to see the return type of
    localtime_s() and the difference in what value to expect for a successful call.
    
    Use macros instead to remedy this.
    
    Thanks to vtorri for pointing this out in issue #201.
    
    Fixes: #201.

    Changed files

    • tools/psl.c