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

Builder libpsl-solaris10-sparcv9 Build #272

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revision86923341a3c017567e6f6109e9be2573a7c13833
Got Revision86923341a3c017567e6f6109e9be2573a7c13833
Changes1 change

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 272 Build
codebase Build
got_revision 86923341a3c017567e6f6109e9be2573a7c13833 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 86923341a3c017567e6f6109e9be2573a7c13833 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. Chun-wei Fan

Timing:

StartTue Dec 27 11:09:36 2022
EndTue Dec 27 11:19:56 2022
Elapsed10 mins, 20 secs

All Changes:

:

  1. Change #165949

    Category None
    Changed by Chun-wei Fan <fanc999ohnoyoudont@yahoo.com.tw>
    Changed at Tue 27 Dec 2022 11:07:54
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 86923341a3c017567e6f6109e9be2573a7c13833

    Comments

    meson: Clean up ICU dependency search
    
    Since we are using Meson 0.60.0 or later, use CMake to help us find ICU,
    which is cleaner and more comprehensive, and allows us to use libicu_dep
    = depedency(...) even on Visual Studio, where CMake will find the
    appropriate ICU headers and libraries for us internally.
    
    Sadly, due to peculiarities, we have to live with the warning that comes
    up as we needed to look for ICU in the older method instead of the
    recommended modules: ['ICU::uc'] method.

    Changed files

    • meson.build