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

Builder ffmpeg-solaris10-sparc Build #12231

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisione813e1e940d30b862487e42eb73fd4785c8922aa
Got Revisione813e1e940d30b862487e42eb73fd4785c8922aa
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 25 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 ( 0 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 12231 Build
codebase Build
got_revision e813e1e940d30b862487e42eb73fd4785c8922aa Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e813e1e940d30b862487e42eb73fd4785c8922aa 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. Andreas Rheinhardt

Timing:

StartThu Jul 3 20:32:52 2025
EndThu Jul 3 20:33:27 2025
Elapsed35 secs

All Changes:

:

  1. Change #238210

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2845013154fa48f14718b0db4797c5f13415cc78

    Comments

    tests/fate/screen: Add test for skipping cursor with FIC
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/fate/screen.mak
    • tests/ref/fate/fic-avi-skip_cursor
  2. Change #238212

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5d5e922088fab4aa1329feaf9d9ad89519191f9f

    Comments

    avcodec/fic: Avoid copying cursor unnecessarily
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  3. Change #238213

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d6986e1fcdb2456578d3bb5dc27bbf4a12a772a6

    Comments

    avcodec/fic: Avoid implicit av_frame_free()+av_frame_alloc()
    Use av_frame_replace() instead. Also remove the error message:
    It was highly misleading (as if av_frame_clone() duplicated
    the AVFrame data buffers instead of just creating a new reference).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  4. Change #238214

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12ae987a6a7d941d8252eb3e9b4e74445d1af0c1

    Comments

    avcodec/fic: Don't copy frame unnecessarily
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  5. Change #238215

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4c69f302a91b5981c99ce77cfde3f22c772363eb

    Comments

    avcodec/fic: Remove redundant logmessage
    ff_reget_buffer() emits its own logmessage on error.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  6. Change #238216

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8bed944dda4482e080eeba9724486187e0049cfa

    Comments

    avcodec/fic: Don't prematurely claim to have decoded a frame
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  7. Change #238217

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 45920251d9e91c42d7beda616760a63734cf666c

    Comments

    avcodec/fic: Ensure skip frames have up-to-date props
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c
  8. Change #238218

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Thu 03 Jul 2025 19:42:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e813e1e940d30b862487e42eb73fd4785c8922aa

    Comments

    avcodec/fic: Postpone duplicating AVFrame buffer
    This avoids duplicating the AVFrames in case of skip frames
    or in case of errors.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/fic.c