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

Builder ffmpeg64-solaris10-i386 Build #12071

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionc1a2da72cc27cf9b78a0cbea2f60265909d8b253
Got Revisionc1a2da72cc27cf9b78a0cbea2f60265909d8b253
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 3 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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12071 Build
codebase Build
got_revision c1a2da72cc27cf9b78a0cbea2f60265909d8b253 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c1a2da72cc27cf9b78a0cbea2f60265909d8b253 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kieran Kunhya
  2. Martin Storsjö

Timing:

StartTue Apr 1 17:43:34 2025
EndTue Apr 1 17:43:50 2025
Elapsed16 secs

All Changes:

:

  1. Change #226305

    Category ffmpeg
    Changed by Kieran Kunhya <kierankohnoyoudont@obe.tv>
    Changed at Tue 01 Apr 2025 17:31:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4db571e5164c10c3745c098227495c376e66e025

    Comments

    checkasm/v210enc.c: Use checkasm_check()
    This gives more informative printouts if the tests fail,
    if checkasm is run with "-v".
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/v210enc.c
  2. Change #226306

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:34:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 37c664a2533b2c53beda450899c1a06ac37637ec

    Comments

    checkasm: Make checkasm_fail_func return whether we should print verbosely
    This makes it easier to implement custom error printouts in tests.
    
    This is a port of dav1d's commit
    13a7d78655f8747c2cd01e8a48d44dcc7f60a8e5 into ffmpeg's checkasm.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
  3. Change #226307

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:34:51
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b863b81500f374a2829e9dfb3a244c61e3fc1a60

    Comments

    checkasm: Implement helpers for defining and checking padded rects
    This backports similar functionality from dav1d, from commits
    35d1d011fda4a92bcaf42d30ed137583b27d7f6d and
    d130da9c315d5a1d3968d278bbee2238ad9051e7.
    
    This allows detecting writes out of bounds, on all 4 sides of
    the intended destination rectangle.
    
    The bounds checking also can optionally allow small overwrites
    (up to a specified alignment), while still checking for larger
    overwrites past the intended allowed region.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/checkasm.c
    • tests/checkasm/checkasm.h
  4. Change #226308

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Tue 01 Apr 2025 17:34:53
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c1a2da72cc27cf9b78a0cbea2f60265909d8b253

    Comments

    checkasm: vp8dsp: Use checkasm_check_padded in check_mc
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/vp8dsp.c