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

Builder libpsl-solaris10-sparcv9 Build #279

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 8 mins, 32 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 39 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 52 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-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 279 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 unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Eli Schwartz

Timing:

StartTue Feb 14 01:10:55 2023
EndTue Feb 14 01:21:16 2023
Elapsed10 mins, 21 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