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

Builder libpsl-solaris10-sparcv9 Build #247

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchtmp-wsa-startup
Revision179ab473d1fa5c56250e761fba3fb62322614763
Got Revision179ab473d1fa5c56250e761fba3fb62322614763
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch tmp-wsa-startup Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 247 Build
codebase Build
got_revision 179ab473d1fa5c56250e761fba3fb62322614763 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 179ab473d1fa5c56250e761fba3fb62322614763 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. Tim Rühsen

Timing:

StartFri Nov 26 18:50:35 2021
EndFri Nov 26 19:00:50 2021
Elapsed10 mins, 14 secs

All Changes:

:

  1. Change #144507

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 26 Nov 2021 18:49:03
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch tmp-wsa-startup
    Revision 179ab473d1fa5c56250e761fba3fb62322614763

    Comments

    Add WSAStartup() for Windows psl tool and tests.
    
    As reported at https://github.com/rockdaboot/libpsl/issues/173,
    psl_is_cookie_domain_acceptable() doesn't work properly without
    WSAStartup() on Windows.
    
    Co-authored-by: gvanem@yahoo.no

    Changed files

    • meson.build
    • src/psl.c
    • tests/test-is-cookie-domain-acceptable.c
    • tools/psl.c