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

Builder libpsl-solaris10-sparcv9 Build #273

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

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' ( 7 mins, 51 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 37 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 mins, 6 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 273 Build
codebase Build
got_revision c47cf796fcf98641cb34929d17de041b26c54447 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision c47cf796fcf98641cb34929d17de041b26c54447 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:

StartTue Dec 27 11:19:57 2022
EndTue Dec 27 11:29:41 2022
Elapsed9 mins, 43 secs

All Changes:

:

  1. Change #165950

    Category None
    Changed by Chun-wei Fan <fanc999ohnoyoudont@yahoo.com.tw>
    Changed at Tue 27 Dec 2022 11:09:14
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision c47cf796fcf98641cb34929d17de041b26c54447

    Comments

    tools/psl.c: Fix build on Windows
    
    localtime_r() is not available on Windows but a more-secure variant
    of localtime(), localtime_s() is provided on Windows.
    
    Define localtime_r() on Windows as its arguments are reversed as compared
    to localetime_s(), to achive more or less the same purpose.

    Changed files

    • tools/psl.c