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

Builder ffmpegsos-solaris10-i386 Build #11258

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisionc38f785be4aec324f6fd534bdd2bc16d631ac9b4
Got Revisionc38f785be4aec324f6fd534bdd2bc16d631ac9b4
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 1 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 11258 Build
codebase Build
got_revision c38f785be4aec324f6fd534bdd2bc16d631ac9b4 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c38f785be4aec324f6fd534bdd2bc16d631ac9b4 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. Marton Balint

Timing:

StartWed Apr 10 00:53:14 2024
EndWed Apr 10 00:53:21 2024
Elapsed7 secs

All Changes:

:

  1. Change #194952

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:12:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4721b9f15fc8487d718cce918f51db5b7734a942

    Comments

    avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags
    Overriding unknown layouts with the negotiated layout is OK, but the number of
    channels should match with what was negotiated.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavfilter/buffersrc.c
  2. Change #194953

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:13:09
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7801451376d6acda08f6ee2b1cefd02a9fcf0857

    Comments

    avformat/hlsenc: use a slash separator even in win32
    We don't know if the protocol used is referring to a local file or a remote
    resource, so it is better to simply use slash as separator which works all the
    time. (well, except in very special cases when the user specified a \\?\ path)
    
    Fixes ticket #9780.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/hlsenc.c
  3. Change #194954

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:14:21
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c68dc3e5f1211c8cd9c7c9b04449b78211b46770

    Comments

    avformat/mov_chan: check channel count of layout tags at compile time
    We can do this by using an X-macro for channel map declaration and doing a
    static_assert() in one pass for the check. Thanks for Andreas Rheinhardt for
    the suggestion.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/mov_chan.c
  4. Change #194955

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:14:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision da0fe26379c8af68a95be413afa2b48c175ecc9d

    Comments

    avformat/mov_chan: factorize some layout map search functions
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/mov_chan.c
  5. Change #194956

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:14:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 92e7a9a4d554d9baded1e0c12ccac8ba7ed072a8

    Comments

    avformat/mov_chan: respect channel order when parsing and creating chnl atom
    Previously we always assumed that the channels are in native order, even if
    they were not. The new channel layout API allows us to signal the proper
    channel order, so let's do so.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/mov_chan.c
    • libavformat/mov_chan.h
    • tests/ref/fate/mov-mp4-pcm
  6. Change #194957

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Tue 09 Apr 2024 23:14:22
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c38f785be4aec324f6fd534bdd2bc16d631ac9b4

    Comments

    avformat/mov_chan: add support for omitted_channel bitmask in chnl atom
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/mov_chan.c
    • libavformat/mov_chan.h