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

Builder libpsl-solaris10-i386 Build #286

Results:

Failed shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Brancheli/meson-visibility
Revision319d362efefba8c099d2a68a8fff1a1836fb796c
Got Revision319d362efefba8c099d2a68a8fff1a1836fb796c
Changes1 change

BuildSlave:

unstable10x

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' ( 32 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 7 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' ( 11 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 5 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch eli/meson-visibility Build
builddir /export/home/buildbot/slave/libpsl-solaris10-i386 slave
buildername libpsl-solaris10-i386 Builder
buildnumber 286 Build
codebase Build
got_revision 319d362efefba8c099d2a68a8fff1a1836fb796c Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 319d362efefba8c099d2a68a8fff1a1836fb796c 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. Eli Schwartz

Timing:

StartTue Feb 14 01:10:56 2023
EndTue Feb 14 01:11:55 2023
Elapsed59 secs

All Changes:

:

  1. Change #168680

    Category None
    Changed by Eli Schwartz <eschwartz93ohnoyoudont@gmail.com>
    Changed at Tue 14 Feb 2023 01:07:07
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch eli/meson-visibility
    Revision 319d362efefba8c099d2a68a8fff1a1836fb796c

    Comments

    meson: add support for symbol visibility
    
    libpsl.h can set up a PSL_API macro handling cross-platform symbol
    hiding/exporting, which depends on indicating that:
    
    - we're currently building the library
    - the compiler supports visibility attributes
    
    This avoids leaking symbols and lets the compiler optimize calls.

    Changed files

    • meson.build
    • src/meson.build