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

Builder ffmpeg-solaris10-sparc Build #10930

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-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 ( 6 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 ( 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 10930 Build
codebase Build
got_revision f3d206d25ffdb02ba30b9bf37720f94819f9be3e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision f3d206d25ffdb02ba30b9bf37720f94819f9be3e 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:

StartMon May 20 14:13:07 2024
EndMon May 20 14:13:23 2024
Elapsed16 secs

All Changes:

:

  1. Change #197788

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 12:28:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8b48b0adab0d9ad7655eb7746253061edeea58ae

    Comments

    avformat/utils: Use static mutexes instead of ff_lock_avformat()
    Its existence is a remnant of (libavcodec's) lock-manager API
    which has been removed in a04c2c707de2ce850f79870e84ac9d7ec7aa9143.
    There is no need to use the same lock for avisynth, chromaprint
    or tls, so switch to ordinary static mutexes instead.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/avisynth.c
    • libavformat/chromaprint.c
    • libavformat/internal.h
    • libavformat/tls_gnutls.c
    • libavformat/tls_openssl.c
    • libavformat/utils.c
  2. Change #197789

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 12:37:42
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 583c3d45fab6ed9aecd96f6c5ce02a789ca13e2c

    Comments

    avformat/tls_openssl: #if ff_openssl_init/deinit() away if possible
    These functions do nothing useful when used with a non-ancient
    version of openssl (namely 1.1.0 or above).
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/network.c
    • libavformat/tls_openssl.c
  3. Change #197790

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 13:33:38
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 26f3e79114660de079bc9d784070d70b64e18ee5

    Comments

    avformat/tee: Constify AVDictionaryEntry* pointee where possible
    This is in preparation for using av_dict_iterate().
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/tee.c
  4. Change #197791

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 13:49:58
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ce22e7ab289abfd8923de1d9d64d84e4226a318e

    Comments

    avformat/tee: Use smaller scope for variables
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavformat/tee.c
  5. Change #197792

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 13:51:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 482afe8f3f7b9ea17521371c53e9d783be95020a

    Comments

    avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
    Reviewed-by: epirat07@gmail.com
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/libaomenc.c
    • libavcodec/libkvazaar.c
    • libavcodec/libsvtav1.c
    • libavcodec/libx264.c
    • libavcodec/libx265.c
    • libavformat/tee.c
  6. Change #197793

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Mon 20 May 2024 13:52:41
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f3d206d25ffdb02ba30b9bf37720f94819f9be3e

    Comments

    fftools, avfilter, avformat: Simplify check for "is dictionary empty?"
    Reviewed-by: epirat07@gmail.com
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • fftools/ffmpeg.c
    • fftools/ffplay.c
    • fftools/ffprobe.c
    • libavfilter/avfilter.c
    • libavformat/aacdec.c
    • libavformat/http.c
    • libavformat/mpc.c
    • libavformat/oggenc.c
    • libavformat/wvdec.c