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

Builder wget-solaris10-i386 Build #449

Results:

Failed shell shell_1 shell_2 shell_3

SourceStamp:

Projectwget
Repositoryhttps://gitlab.com/gnuwget/wget.git
Branchmaster
Revisioncf788d60e44afb4ac66fcfb12dc51d8d72af9b47
Got Revisioncf788d60e44afb4ac66fcfb12dc51d8d72af9b47
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-wget-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. shell 'bash bootstrap' failed ( 1 secs )
    1. stdio
  3. shell_1 './configure' failed ( 0 secs )
    1. stdio
    2. src/config.h
    3. config.log
  4. shell_2 'gmake' failed ( 0 secs )
    1. stdio
  5. shell_3 'gmake check' failed ( 0 secs )
    1. stdio
    2. tests-unit-tests.log
    3. tests-test-suite.log
    4. testenv-test-suite.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/wget-solaris10-i386 slave
buildername wget-solaris10-i386 Builder
buildnumber 449 Build
codebase Build
got_revision cf788d60e44afb4ac66fcfb12dc51d8d72af9b47 Git
project wget Build
repository https://gitlab.com/gnuwget/wget.git Build
revision cf788d60e44afb4ac66fcfb12dc51d8d72af9b47 Build
scheduler schedule-wget-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/wget-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Darshit Shah

Timing:

StartTue Mar 16 22:07:07 2021
EndTue Mar 16 22:07:10 2021
Elapsed3 secs

All Changes:

:

  1. Change #124625

    Category wget
    Changed by Darshit Shah <darnirohnoyoudont@gnu.org>
    Changed at Tue 16 Mar 2021 21:48:13
    Repository https://gitlab.com/gnuwget/wget.git
    Project wget
    Branch master
    Revision cf788d60e44afb4ac66fcfb12dc51d8d72af9b47

    Comments

    Use a LOG_COMPILER for running fuzz tests
    This prevents needing a special case in the fuzz tests to detect
    valgrind usage and a new exec. Instead, we simply detect the environment
    in a shell script and start the test with valgrind in the first place.
    
    * fuzz/test-runner.sh: New script for running the fuzz tests
    * fuzz/main.c (main): Remove code for re-running under valgrind
    * fuzz/Makefile.am: Set the LOG_COMPILER to test-runner.sh and remember
      to add it to the list of extra files for packaging

    Changed files

    • fuzz/Makefile.am
    • fuzz/main.c
    • fuzz/test-runner.sh