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

Builder ffmpeg-solaris10-sparc Build #12256

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7c91ae94198fd3dce7b9bed9d67096f0e5b5f260
Got Revision7c91ae94198fd3dce7b9bed9d67096f0e5b5f260
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 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 ( 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 12256 Build
codebase Build
got_revision 7c91ae94198fd3dce7b9bed9d67096f0e5b5f260 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7c91ae94198fd3dce7b9bed9d67096f0e5b5f260 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. Marvin Scholz

Timing:

StartFri Jul 11 16:52:17 2025
EndFri Jul 11 16:52:31 2025
Elapsed13 secs

All Changes:

:

  1. Change #239036

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Fri 11 Jul 2025 16:32:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c425951c0535d939c94edd5bc4065c6e5293348c

    Comments

    avformat/rtsp: fix misleading indentation

    Changed files

    • libavformat/rtsp.c
  2. Change #239037

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Fri 11 Jul 2025 16:32:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c4e8ac3d0ebbec3d216db850a30466d5b029f2c5

    Comments

    avformat/rtsp: use av_unreachable

    Changed files

    • libavformat/rtsp.c
  3. Change #239038

    Category ffmpeg
    Changed by Marvin Scholz <epirat07ohnoyoudont@gmail.com>
    Changed at Fri 11 Jul 2025 16:32:05
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7c91ae94198fd3dce7b9bed9d67096f0e5b5f260

    Comments

    avformat/rtsp: check copy_tls_opts_dict
    Properly check av_dict_set return values and propagate them to
    the caller so they can be handled.

    Changed files

    • libavformat/rtsp.c