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

Builder libpsl-solaris10-sparcv9 Build #231

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchmaster
Revision72365d3036e6e3ffde33daefbeb7a885e38b19d7
Got Revision72365d3036e6e3ffde33daefbeb7a885e38b19d7
Changes2 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' ( 7 mins, 13 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 37 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 47 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 231 Build
codebase Build
got_revision 72365d3036e6e3ffde33daefbeb7a885e38b19d7 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 72365d3036e6e3ffde33daefbeb7a885e38b19d7 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. Nirbheek Chauhan
  2. Tim Rühsen

Timing:

StartMon Apr 6 17:04:21 2020
EndMon Apr 6 17:13:18 2020
Elapsed8 mins, 57 secs

All Changes:

:

  1. Change #105003

    Category None
    Changed by Nirbheek Chauhan <nirbheekohnoyoudont@centricular.com>
    Changed at Mon 06 Apr 2020 16:48:45
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 0c11bf19df70c6ea025bc565d97bdd79adf582b2

    Comments

    meson: Fix running of psl-make-dafsa on Windows
    
    `find_program()` evaluates to `python psl-make-dafsa` on Windows, so
    running it with `python` evaluates to `python python psl-make-dafsa`,
    causing this error on Windows:
    
    ```
    "c:/python38/python.exe" "python" "C:/projects/repos/libpsl/src/psl-make-dafsa" "--output-format=binary" "C:/projects/repos/libpsl/list/public_suffix_list.dat" "tests/psl.dafsa"
    c:/python38/python.exe: can't open file 'python': [Errno 2] No such file or directory
    ```

    Changed files

    • src/meson.build
  2. Change #105004

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Mon 06 Apr 2020 17:03:17
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 72365d3036e6e3ffde33daefbeb7a885e38b19d7

    Comments

    Merge pull request #153 from nirbheek/fix-build-windows
    
    meson: Fix running of psl-make-dafsa on Windows

    Changed files

    • src/meson.build