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

Builder ffmpegsos-solaris10-i386 Build #11286

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision376b3d53c54791c1be58709df4303ba2b90851bc
Got Revision376b3d53c54791c1be58709df4303ba2b90851bc
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 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 ( 1 secs )
    1. stdio
  5. shell_3 './configure --samples="../../../ffmpeg/fate-suite" ...' failed ( 2 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_sos.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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 11286 Build
codebase Build
got_revision 376b3d53c54791c1be58709df4303ba2b90851bc Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 376b3d53c54791c1be58709df4303ba2b90851bc Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Nicolas Gaullier

Timing:

StartWed Apr 17 22:32:55 2024
EndWed Apr 17 22:33:03 2024
Elapsed7 secs

All Changes:

:

  1. Change #195485

    Category ffmpeg
    Changed by Nicolas Gaullier <nicolas.gaullierohnoyoudont@cji.paris>
    Changed at Wed 17 Apr 2024 22:17:56
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 376b3d53c54791c1be58709df4303ba2b90851bc

    Comments

    avfilter/vf_colorspace: use colorspace negotiation API
    Fixes a regression due to the fact that the colorspace filter does
    not use the new API introduced by 8c7934f73ab6c568acaa.
    The scale filter uses it since 45e09a30419cc2a7251e, and the setparams
    filter since 3bf80df3ccd32aed23f0.
    
    Example:
    ffprobe -f lavfi yuvtestsrc,setparams=color_primaries=bt470bg:color_trc=
    bt470bg:colorspace=bt470bg,colorspace=bt709:range=tv,scale,showinfo
    
    Before:
      color_range:unknown color_space:bt470bg ...
    After:
      color_range:tv color_space:bt709 ...
    
    Signed-off-by: Nicolas Gaullier <nicolas.gaullier@cji.paris>
    Signed-off-by: Niklas Haas <git@haasn.dev>

    Changed files

    • libavfilter/vf_colorspace.c