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

Builder ffmpeg64-solaris10-i386 Build #14068

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision082e2d9b32ccf6a65bda444d594c95680fbe51df
Got Revision082e2d9b32ccf6a65bda444d594c95680fbe51df
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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_64.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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 14068 Build
codebase Build
got_revision 082e2d9b32ccf6a65bda444d594c95680fbe51df Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 082e2d9b32ccf6a65bda444d594c95680fbe51df 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. Niklas Haas

Timing:

StartThu Sep 3 19:28:44 2026
EndThu Sep 3 19:29:01 2026
Elapsed16 secs

All Changes:

:

  1. Change #280641

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 03 Sep 2026 21:05:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c2d57412666577b17f9043c4c36641ad6aace86e

    Comments

    avformat/libcurl: consolidate s->error and s->eof
    s->eof can just be AVERROR_EOF.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavformat/libcurl.c
  2. Change #280642

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 03 Sep 2026 21:05:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ae1f4df8a4a8010d54a6dfca6a99d366f23b026a

    Comments

    avformat/libcurl: early-exit on_done() when aborted
    Simplifies this logic by not having to embed a check for !aborted
    in every conditional branch.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavformat/libcurl.c
  3. Change #280643

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 03 Sep 2026 21:05:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c40fc918166a73afc8c58a2260a0c1b8cf086849

    Comments

    avformat/libcurl: log all unexpected curl errors
    Excludes the case of !c->stream_ok (e.g. the result of an HTTP error),
    since in this case the actual curl error code is likely just
    CURLE_WRITE_ERROR.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavformat/libcurl.c
  4. Change #280644

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 03 Sep 2026 21:05:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3c1b99d8df8ea9468f3b5347a132890f8b2cab9d

    Comments

    avformat/libcurl: log number of errors, not retries
    This is arguably more informative, and also easier to account for, than
    the retries (which are already indirectly reflected in the number of
    requests and connections).
    
    More importantly, this avoids getting in the way of us refactoring the
    retry mechanism.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavformat/libcurl.c
  5. Change #280645

    Category ffmpeg
    Changed by Niklas Haas <gitohnoyoudont@haasn.dev>
    Changed at Thu 03 Sep 2026 21:05:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 082e2d9b32ccf6a65bda444d594c95680fbe51df

    Comments

    avformat/libcurl: also log errors without successful data transfer
    As an aside, remove a redundant cast.
    
    Sponsored-by: nxtedition AB
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavformat/libcurl.c