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

Builder libpsl-solaris10-amd64 Build #332

Results:

Failed shell_2 shell_3

SourceStamp:

Projectrockdaboot/libpsl
Repositoryhttps://github.com/rockdaboot/libpsl
Branchavoid-alloca
Revision49219ccab46636b2777e4f4f8b0f44c2a61019ed
Got Revision49219ccab46636b2777e4f4f8b0f44c2a61019ed
Changes3 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. shell 'bash autogen.sh' ( 33 secs )
    1. stdio
  3. shell_1 './configure --with-psl-file=/opt/csw/share/public_suffix_list.dat' ( 10 secs )
    1. stdio
    2. config.log
  4. shell_2 'gmake' failed ( 5 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. test-suite.log

Build Properties:

NameValueSource
branch avoid-alloca Build
builddir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave
buildername libpsl-solaris10-amd64 Builder
buildnumber 332 Build
codebase Build
got_revision 49219ccab46636b2777e4f4f8b0f44c2a61019ed Git
project rockdaboot/libpsl Build
repository https://github.com/rockdaboot/libpsl Build
revision 49219ccab46636b2777e4f4f8b0f44c2a61019ed Build
scheduler schedule-libpsl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/libpsl-solaris10-amd64 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Eli Schwartz
  2. Tim Rühsen

Timing:

StartSun Feb 11 04:00:04 2024
EndSun Feb 11 04:00:56 2024
Elapsed52 secs

All Changes:

:

  1. Change #190755

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 03:58:33
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch avoid-alloca
    Revision 2c151c0c5a5286f09579b54c49a13edc4f9a062b

    Comments

    Drop usage of alloca() in tests
    
    Reported-by: @rsbeckerca (github.com)

    Changed files

    • tests/Makefile.am
    • tests/common.c
    • tests/common.h
    • tests/meson.build
    • tests/test-is-cookie-domain-acceptable.c
    • tests/test-is-public-all.c
    • tests/test-is-public-builtin.c
    • tests/test-is-public.c
    • tests/test-registrable-domain.c
  2. Change #190756

    Category None
    Changed by Tim Rühsen <tim.ruehsenohnoyoudont@gmx.de>
    Changed at Sun 11 Feb 2024 03:58:33
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch avoid-alloca
    Revision 595d259f68f11d360f64d14191c1b4d3132d56ab

    Comments

    Drop usage of alloca() in libpsl
    
    Reported-by: @rsbeckerca (github.com)

    Changed files

    • configure.ac
    • src/psl.c
  3. Change #190757

    Category None
    Changed by Eli Schwartz <eschwartz93ohnoyoudont@gmail.com>
    Changed at Sun 11 Feb 2024 03:58:33
    Repository https://github.com/rockdaboot/libpsl
    Project rockdaboot/libpsl
    Branch avoid-alloca
    Revision 49219ccab46636b2777e4f4f8b0f44c2a61019ed

    Comments

    meson.build: adapt to alloca removal

    Changed files

    • meson.build
    • tests/meson.build