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

Builder ffmpeg64-solaris10-i386 Build #13059

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision3b4ff18efecd8bc7a80583e42db4e30b436d5e57
Got Revision3b4ff18efecd8bc7a80583e42db4e30b436d5e57
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 7 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 ( 0 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 13059 Build
codebase Build
got_revision 3b4ff18efecd8bc7a80583e42db4e30b436d5e57 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 3b4ff18efecd8bc7a80583e42db4e30b436d5e57 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. Jack Lau

Timing:

StartSun Jan 18 03:06:19 2026
EndSun Jan 18 03:06:33 2026
Elapsed13 secs

All Changes:

:

  1. Change #255493

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Sun 18 Jan 2026 02:57:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 74bc79e47552eddfe14ce18d80eb0a96bb9337d0

    Comments

    avformat/tls_gnutls: fix build error on linux
    The fd_set need <sys/select.h> on linux, but it's
    not included in os_support.h, it's included in os_support.c
    
    So this patch use poll() to replace select() to avoid
    this issue and simplify the code.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • libavformat/tls_gnutls.c
  2. Change #255494

    Category ffmpeg
    Changed by Jack Lau <jacklau1222gmohnoyoudont@gmail.com>
    Changed at Sun 18 Jan 2026 02:58:37
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 3b4ff18efecd8bc7a80583e42db4e30b436d5e57

    Comments

    avformat/tls_gnutls: fix build error on linux
    The fd_set need <sys/select.h> on linux, but it's
    not included in os_support.h, it's included in os_support.c
    
    So this patch use poll() to replace select() to avoid
    this issue and simplify the code.
    
    Signed-off-by: Jack Lau <jacklau1222gm@gmail.com>

    Changed files

    • no files