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

Builder libpsl-solaris10-i386 Build #285

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 4 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 285 Build
codebase Build
got_revision 2ba13c8c3e408b28d667813e4aa9c4d27195b103 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 2ba13c8c3e408b28d667813e4aa9c4d27195b103 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:

StartMon Feb 13 23:43:38 2023
EndMon Feb 13 23:44:40 2023
Elapsed1 mins, 1 secs

All Changes:

:

  1. Change #168677

    Category None
    Changed by Eli Schwartz <eschwartz93ohnoyoudont@gmail.com>
    Changed at Mon 13 Feb 2023 23:42:04
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch eli/meson-visibility
    Revision 2ba13c8c3e408b28d667813e4aa9c4d27195b103

    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