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

Builder ffmpeg-solaris10-sparc Build #10941

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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 ( 8 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.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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 10941 Build
codebase Build
got_revision 6093367147b72c0f3c78a61597a3452f7f0e510e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 6093367147b72c0f3c78a61597a3452f7f0e510e Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö

Timing:

StartTue May 21 18:33:58 2024
EndTue May 21 18:34:19 2024
Elapsed21 secs

All Changes:

:

  1. Change #197928

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 21 May 2024 18:20:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6093367147b72c0f3c78a61597a3452f7f0e510e

    Comments

    checkasm: h264dsp: Avoid out of buffer writes when benchmarking
    The loop filters can write before the pointer given to them;
    the actual test invocations correctly used an offset, while
    the benchmark calls were lacking an offset. Therefore, when
    running with benchmarking, these tests could have spurious
    failures.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/h264dsp.c