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

Builder ffmpeg-solaris10-i386 Build #11213

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 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 ( 1 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11213 Build
codebase Build
got_revision 1f8e5b6d9533a7fa816945d11b1839622398519f Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 1f8e5b6d9533a7fa816945d11b1839622398519f Build
scheduler schedule-ffmpeg-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Derek Buitenhuis

Timing:

StartThu Apr 25 15:33:05 2024
EndThu Apr 25 15:33:11 2024
Elapsed6 secs

All Changes:

:

  1. Change #195939

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:13:47
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision bcae59b8982f0836bfa1f86b320a199f20ca9afc

    Comments

    avutil/error: Add HTTP 429 Too Many Requests AVERROR code
    This is a common error code from e.g. CDNs or cloud storage, and
    it is useful to be able to handle it differently to a generic
    4XX code.
    
    Its source is RFC6585.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavutil/error.c
    • libavutil/error.h
    • libavutil/version.h
  2. Change #195940

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:14:36
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b79260550b3da6336eae00f0a81af45c70d8f000

    Comments

    avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTS
    Added in the previous commit.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavformat/http.c
  3. Change #195941

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:15:08
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision fa006246932f600de91ff63ba0a6ef71c2619ca7

    Comments

    avformat/http: Don't bail on parsing headers on "bad" HTTP codes
    Many "bad" HTTP codes like 429 and 503 may include important info in
    their headers.
    
    Also, in general, there is no purpose in bailing here.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavformat/http.c
  4. Change #195942

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:15:32
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a776d524e1fcc4395d66ad102c1d499fa95d0cce

    Comments

    avformat/http: Rename attempts to auth_attempts
    This accurately reflects what it does, as per
    e75bbcf493aeb549d04c56f49406aeee3950d93b.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavformat/http.c
  5. Change #195943

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:17:33
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 10374ab5eddd8bccaa1b809e5cd8782cf1dc28e8

    Comments

    avformat/http: Add options to set the max number of connection retries
    Not every use case benefits from setting retries in terms of the backoff.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavformat/http.c
    • libavformat/version.h
  6. Change #195944

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:19:50
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31de02cf319187855d8d07e893593ae23094a052

    Comments

    avformat/http: Add option to limit total reconnect delay
    The existing option only allows users to set the max delay for a
    single attempt, rather than the total allowed delay, which is both
    pretty unintitive, and only applicable when exponential backoff is
    used.
    
    The default for this option is set to 256, which is just above the
    effective total delay accomplished by the the existing
    reconnect_delay_max default of 120.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • libavformat/http.c
    • libavformat/version.h
  7. Change #195945

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:20:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 5d568b16a0ab46328ece18bdcd615d7d0fbd7e49

    Comments

    doc/protocols: Re-order HTTP options to match http.c order
    This makes the list easier to maintain.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • doc/protocols.texi
  8. Change #195946

    Category ffmpeg
    Changed by Derek Buitenhuis <derek.buitenhuisohnoyoudont@gmail.com>
    Changed at Thu 25 Apr 2024 15:21:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 1f8e5b6d9533a7fa816945d11b1839622398519f

    Comments

    doc/protocols: Fill in missing HTTP options
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>

    Changed files

    • doc/protocols.texi