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

Builder ffmpeg64-solaris10-sparc Build #11476

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7e1d72589eca162d65987a9f6004417656fb6077
Got Revision7e1d72589eca162d65987a9f6004417656fb6077
Changes1 change

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg64-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 0 secs )
    1. stdio
  3. shell_1 'gsed -i ...' ( 0 secs )
    1. stdio
  4. shell_2 'gsed -i ...' failed ( 0 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 7 secs )
    1. stdio
    2. config.log
  6. shell_4 'gmake fate-rsync' failed ( 2 secs )
    1. stdio
  7. shell_5 '../../../ffmpeg/fate.sh ../../../ffmpeg/fate_config_64.sh' failed ( 0 secs )
    1. stdio
    2. configure.log
    3. compile.log
    4. test.log

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 11476 Build
codebase Build
got_revision 7e1d72589eca162d65987a9f6004417656fb6077 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7e1d72589eca162d65987a9f6004417656fb6077 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marvin Scholz

Timing:

StartSun Oct 13 02:28:31 2024
EndSun Oct 13 02:28:50 2024
Elapsed19 secs

All Changes:

:

  1. Change #211476

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Sun 13 Oct 2024 02:15:31
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7e1d72589eca162d65987a9f6004417656fb6077

    Comments

    avfilter/af_afftdn: use av_assert0 for unreachable assert
    This is unreachable anyway so performance is not an issue here. Allows
    guiding the compiler in all build modes to not emit a spurious warning
    here:
    
      warning: variable 'mag' is used uninitialized whenever switch default is taken

    Changed files

    • libavfilter/af_afftdn.c