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

Builder libpsl-solaris10-sparc Build #325

Results:

Failed shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revision15e7f407cbadf950410e45d97e76773b40377ac6
Got Revision15e7f407cbadf950410e45d97e76773b40377ac6
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparc slave
buildername libpsl-solaris10-sparc Builder
buildnumber 325 Build
codebase Build
got_revision 15e7f407cbadf950410e45d97e76773b40377ac6 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 15e7f407cbadf950410e45d97e76773b40377ac6 Build
scheduler schedule-libpsl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Tim Rühsen

Timing:

StartSat Mar 23 19:29:37 2024
EndSat Mar 23 19:39:07 2024
Elapsed9 mins, 30 secs

All Changes:

:

  1. Change #193544

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 23 Mar 2024 19:28:24
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 356c07343f842bb23cbbec6087af07c52521e16a

    Comments

    Implement is_ip4() and is_ip6() to avoid network dependencies.

    Changed files

    • configure.ac
    • src/psl.c
  2. Change #193545

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 23 Mar 2024 19:28:24
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 8b505b6de31252b0fac6a699569f846c83d59cc0

    Comments

    Get rid of Windows WSA startup code
    
    Reported-by: @vszakats (github.com)

    Changed files

    • src/psl.c
    • tests/test-is-cookie-domain-acceptable.c
    • tools/psl.c
  3. Change #193546

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 23 Mar 2024 19:28:24
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision ff70adb0de088fb2c14bafda453fd239f5295ac1

    Comments

    Unconditionally use psl_strdup instead of strdup

    Changed files

    • configure.ac
    • contrib/check-hard
    • contrib/check-hard-meson
    • meson.build
    • msvc/config.h.win32.in
    • src/psl.c
  4. Change #193547

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sat 23 Mar 2024 19:28:24
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 15e7f407cbadf950410e45d97e76773b40377ac6

    Comments

    Add build/test script for static MinGW library

    Changed files

    • contrib/mingw.static