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

Builder libpsl-solaris10-sparcv9 Build #250

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revision88a75d471113425a2492d4facacead944acb07f9
Got Revision88a75d471113425a2492d4facacead944acb07f9
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 15 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 6 mins, 25 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 34 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 43 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 250 Build
codebase Build
got_revision 88a75d471113425a2492d4facacead944acb07f9 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 88a75d471113425a2492d4facacead944acb07f9 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. Alexey Rochev
  2. Tim Rühsen

Timing:

StartThu Jan 6 19:30:43 2022
EndThu Jan 6 19:38:45 2022
Elapsed8 mins, 1 secs

All Changes:

:

  1. Change #145820

    Category None
    Changed by Alexey Rochev <equeimohnoyoudont@gmail.com>
    Changed at Thu 06 Jan 2022 01:02:33
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 0ecc7887971972d8c3952d8c998fac7d9b4592d2

    Comments

    Remove meson.build generation and separate project and library versions in their own files
    
    Project and library version are now stored in
    version.txt and libtool_version_info.txt files respectively.
    Both autotools and meson get their versioning information from this files.
    Meson additionally automatically transforms library version
    from libtool's own format.
    
    Also raise meson version requirement from 0.47 to 0.57 which
    is required by these changes.

    Changed files

    • configure.ac
    • libtool_version_info.txt
    • meson.build
    • meson.build.in
    • src/meson.build
    • version.txt
  2. Change #145821

    Category None
    Changed by Alexey Rochev <equeimohnoyoudont@gmail.com>
    Changed at Thu 06 Jan 2022 01:03:43
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 43fc4f0631f7dbfa4656cc40f06f780b60ffeb3c

    Comments

    meson: bring back libiconv dependency lookup

    Changed files

    • meson.build
  3. Change #145822

    Category None
    Changed by Alexey Rochev <equeimohnoyoudont@gmail.com>
    Changed at Thu 06 Jan 2022 01:03:43
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 5a29a6444431c3449387d6efbebfd77819ebed0d

    Comments

    Remove libicu includes from test-registrable-domain.c
    
    It doesn't seem like they are used,
    and they cause build failures with meson.

    Changed files

    • tests/test-registrable-domain.c
  4. Change #145823

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Thu 06 Jan 2022 19:29:39
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 88a75d471113425a2492d4facacead944acb07f9

    Comments

    Merge pull request #178 from equeim/tests-libicu
    
    Fix Meson build

    Changed files

    • configure.ac
    • libtool_version_info.txt
    • meson.build
    • meson.build.in
    • src/meson.build
    • tests/test-registrable-domain.c
    • version.txt