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

Builder ffmpeg-solaris10-sparc Build #13839

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionbb49197ede88e7b31b690ad3e6c5320c63e2abe4
Got Revisionbb49197ede88e7b31b690ad3e6c5320c63e2abe4
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 33 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 ( 24 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.sh' failed ( 1 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 13839 Build
codebase Build
got_revision bb49197ede88e7b31b690ad3e6c5320c63e2abe4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision bb49197ede88e7b31b690ad3e6c5320c63e2abe4 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:

StartSun Jun 7 18:35:25 2026
EndSun Jun 7 18:36:28 2026
Elapsed1 mins, 3 secs

All Changes:

:

  1. Change #269787

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9791c4d1837364fffd27bdb76d2b536496c0b0d1

    Comments

    avcodec/liboapvenc: Don't set AVCodec.pix_fmts directly
    Instead use CODEC_PIXFMTS. Avoids deprecation warnings
    from Clang and simplifies the removal of AVCodec.pix_fmts.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c
  2. Change #269789

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 67855a723441116a96f2ac0e3a3839c6cae07658

    Comments

    avcodec/liboapvenc: Use av_unreachable for unreachable default cases
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c
  3. Change #269790

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 80ea2d14872b991109fe5539dd4c8c0822f28e87

    Comments

    avcodec/liboapvenc: Return directly when possible
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c
  4. Change #269791

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bf47563bd8205c912d650c857e1fe812dab48812

    Comments

    avcodec/liboapvenc: Remove always-false checks
    Already checked in encode_preinit_video().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c
  5. Change #269792

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0faa43ae6c93e964279d3d64d6de300fe8af3eb0

    Comments

    avcodec/liboapvenc: Use av_image_copy2() to avoid cast
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c
  6. Change #269793

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sun 07 Jun 2026 17:53:44
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bb49197ede88e7b31b690ad3e6c5320c63e2abe4

    Comments

    avcodec/liboapvenc: Remove dimension change check
    If this were to be checked, it should be checked generically,
    not in every single encoder.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/liboapvenc.c