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

Builder libpsl-solaris10-sparcv9 Build #278

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 6 mins, 52 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 36 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 44 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 3 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 278 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 unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Eli Schwartz

Timing:

StartMon Feb 13 23:43:37 2023
EndMon Feb 13 23:52:11 2023
Elapsed8 mins, 34 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