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

Builder libpsl-solaris10-i386 Build #226

Results:

Failed shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revisione497735e45ea2dd933588c573ec25773a778fb73
Got Revisione497735e45ea2dd933588c573ec25773a778fb73
Changes2 changes

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' ( 47 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 14 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' ( 15 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 10 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/libpsl-solaris10-i386 slave
buildername libpsl-solaris10-i386 Builder
buildnumber 226 Build
codebase Build
got_revision e497735e45ea2dd933588c573ec25773a778fb73 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision e497735e45ea2dd933588c573ec25773a778fb73 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. Ross Burton
  2. Tim Rühsen

Timing:

StartFri Jul 12 10:00:41 2019
EndFri Jul 12 10:02:14 2019
Elapsed1 mins, 33 secs

All Changes:

:

  1. Change #87842

    Category None
    Changed by Ross Burton <ross.burtonohnoyoudont@intel.com>
    Changed at Thu 11 Jul 2019 18:47:11
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision b4fec5d0ddb70fc4f5360eb14f2f5c5e91194333

    Comments

    Makefile.am: use PYTHON when invoking psl-make-dafsa
    
    In an environment where only Python 3 is installed, configure.ac finds and sets
    PYTHON=python3 correctly but src/psl-make-dafsa is called directly, so the hashbang of
    `#!/usr/bin/env python` is used which doesn't exist.
    
    Fix this by explicitly running $(PYTHON) when using the tool.

    Changed files

    • src/Makefile.am
    • tests/Makefile.am
  2. Change #87843

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Fri 12 Jul 2019 09:59:34
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision e497735e45ea2dd933588c573ec25773a778fb73

    Comments

    Merge pull request #140 from rossburton/py
    
    Makefile.am: use PYTHON when invoking psl-make-dafsa

    Changed files

    • src/Makefile.am
    • tests/Makefile.am