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

Builder libpsl-solaris10-sparcv9 Build #263

Results:

Failed shell_2 shell_3

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 24 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 10 mins, 39 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 1 mins, 3 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 1 mins, 12 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-unstable10s/slave/libpsl-solaris10-sparcv9 slave
buildername libpsl-solaris10-sparcv9 Builder
buildnumber 263 Build
codebase Build
got_revision b9503b64c397122c71c93f3ab3a4eb02ade8de21 Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision b9503b64c397122c71c93f3ab3a4eb02ade8de21 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. Eli Schwartz

Timing:

StartTue Jul 26 12:17:19 2022
EndTue Jul 26 12:30:44 2022
Elapsed13 mins, 25 secs

All Changes:

:

  1. Change #157045

    Category None
    Changed by Eli Schwartz <eschwartz93ohnoyoudont@gmail.com>
    Changed at Tue 26 Jul 2022 12:16:13
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch master
    Revision b9503b64c397122c71c93f3ab3a4eb02ade8de21

    Comments

    meson: fix regression that made it impossible to build
    
    In commit aa4909766c24c17bd1d9000ca419f6dc6b32c238 an option was
    modified and changed its type from a list of possible strings to a
    true/false value.
    
    However, the build wasn't updated to correspond to that change, so it
    didn't logically work -- and Meson even threw a type error saying you
    cannot compare strings to booleans.
    
    The actual change was basically "do not use this option anymore except
    to pass a macro to the source file and embed the data at all". So we can
    simply get rid of a bunch of complex dependency conditionals.
    
    Fixes #185

    Changed files

    • meson.build