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

Builder libpsl-solaris10-i386 Build #284

Results:

Failed shell_3

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 44 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 32 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' ( 11 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 5 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 284 Build
codebase Build
got_revision 015f6c84883db856f141c5ff6348e02d3c394602 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 015f6c84883db856f141c5ff6348e02d3c394602 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. Eli Schwartz
  2. Vincent Torri

Timing:

StartMon Jan 23 04:48:05 2023
EndMon Jan 23 04:49:45 2023
Elapsed1 mins, 39 secs

All Changes:

:

  1. Change #167462

    Category None
    Changed by Vincent Torri <vtorriohnoyoudont@outlook.fr>
    Changed at Mon 23 Jan 2023 04:41:42
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision fb6b75317ab669c255906fa4db256837332eb1ed

    Comments

    add 'tests' option to disable tests and fuzzers

    Changed files

    • meson.build
    • meson_options.txt
  2. Change #167463

    Category None
    Changed by Eli Schwartz <eschwartz93ohnoyoudont@gmail.com>
    Changed at Mon 23 Jan 2023 04:41:42
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision 015f6c84883db856f141c5ff6348e02d3c394602

    Comments

    meson: mark all test-related build artifacts as not built by default
    
    They will not be top-level dependencies of `ninja all`, but still
    participate in the dependency graph and be built as a prerequisite for
    any target that requires it -- for example, the test target.
    
    Due to meson inefficiencies, all test prerequisites are *also* built as
    part of `all`, but this is probably going to change in the future. For
    now, this does no harm, and means that in the future, when Meson changes
    test prerequisites to only be built by `ninja test` and not `ninja all`,
    libpsl will automatically start to skip building the tests by default,
    even when tests are enabled.

    Changed files

    • fuzz/meson.build
    • tests/meson.build