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

Builder libpsl-solaris10-sparcv9 Build #275

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 275 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 unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Chun-wei Fan

Timing:

StartFri Jan 20 14:09:40 2023
EndFri Jan 20 14:19:42 2023
Elapsed10 mins, 1 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