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

Builder ffmpeg64-solaris10-sparc Build #11495

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision31b5b3badc2bc3d9d59d5b534c84033c9eb3d577
Got Revision31b5b3badc2bc3d9d59d5b534c84033c9eb3d577
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 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-unstable10s/slave/ffmpeg64-solaris10-sparc slave
buildername ffmpeg64-solaris10-sparc Builder
buildnumber 11495 Build
codebase Build
got_revision 31b5b3badc2bc3d9d59d5b534c84033c9eb3d577 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 31b5b3badc2bc3d9d59d5b534c84033c9eb3d577 Build
scheduler schedule-ffmpeg64-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg64-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Anton Khirnov

Timing:

StartWed Oct 16 16:58:53 2024
EndWed Oct 16 16:59:12 2024
Elapsed18 secs

All Changes:

:

  1. Change #211866

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision de49452bc122077ed64b48bcfc475cf53e3be78b

    Comments

    lavf/internal: remove a prototype for non-existent function
    ff_stream_side_data_copy() has been gone since
    5432d2aacad5fa7420fe2d9369ed061d521e92d6

    Changed files

    • libavformat/internal.h
  2. Change #211867

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 461a359abce7958cdd9cb4961ad9070118300258

    Comments

    lavf: add a header for generic-layer interfaces
    Analogous to what was previously done in avcodec and avfilter.

    Changed files

    • libavdevice/alldevices.c
    • libavformat/allformats.c
    • libavformat/avformat.c
    • libavformat/avformat_internal.h
    • libavformat/demux.c
    • libavformat/demux.h
    • libavformat/internal.h
    • libavformat/mux.c
    • libavformat/options.c
    • libavformat/seek.c
  3. Change #211868

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 772911d3a8bbc16c34fa9558e15b86b2fa2619a5

    Comments

    lavf: add new struct for data private to generic layer
    Trivial for now, will become more useful in future commits, as many
    fields from FFFormatContext should not be visible to individual
    (de)muxers.

    Changed files

    • libavformat/avformat_internal.h
    • libavformat/options.c
  4. Change #211869

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 6d05e7e314207209200566f5b6fb0a77bc968028

    Comments

    lavf: move muxing-specific fields from FFFormatContext to FormatContextInternal

    Changed files

    • libavformat/avformat.c
    • libavformat/avformat_internal.h
    • libavformat/internal.h
    • libavformat/mux.c
    • libavformat/options.c
  5. Change #211870

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:29:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision cb80ec0b6cd7f954839427b4c86958d1475f2df4

    Comments

    lavf: move demuxing-specific fields from FFFormatContext to FormatContextInternal

    Changed files

    • libavformat/avformat.c
    • libavformat/avformat_internal.h
    • libavformat/demux.c
    • libavformat/demux_utils.c
    • libavformat/internal.h
  6. Change #211871

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:46:25
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 12e5116872557c8d9cea9408d05867ef08e0bfc4

    Comments

    lavf: deprecate av_format_inject_global_side_data()
    This function would otherwise fail to build on the next major bump, as
    inject_global_side_data is marked for removal.
    
    It should also never be needed, as there is now a mechanism for
    supplying global side data to decoders directly.

    Changed files

    • libavformat/avformat.h
    • libavformat/demux_utils.c
  7. Change #211872

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31da5222a400a385c0633c54e20b0ae1b30730df

    Comments

    lavf: replace FFFormatContext.prefer_codec_framerate with FF_INFMT_FLAG
    There is no reason for this to be a dynamic property, as the only
    demuxer using this sets it unconditionally.

    Changed files

    • libavformat/demux.c
    • libavformat/demux.h
    • libavformat/internal.h
    • libavformat/mpegts.c
  8. Change #211873

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 86460a0342d7cbd59ad794f515d7d525331b54dd

    Comments

    lavf/flvdec: replace a private option with a field in FFFormatContext
    The demuxer's 'missing_streams' private option is used to communicate
    information from the demuxer to avformat_find_stream_info(). However,
    that is not only unnecessarily complicated, it also leaks internal
    information to users, e.g. this option appears in the results of the
    fate-flv-demux test.
    
    Use a new field in FFFormatContext to communicate this information
    instead.

    Changed files

    • libavformat/demux.c
    • libavformat/flvdec.c
    • libavformat/internal.h
    • tests/ref/fate/flv-demux
  9. Change #211874

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Wed 16 Oct 2024 16:46:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 31b5b3badc2bc3d9d59d5b534c84033c9eb3d577

    Comments

    lavu/opt: deprecate av_opt_ptr()
    It has no more internal callers, and we do not want to support direct
    pointer access via AVOptions, as that constrains AVOption API
    extensions.

    Changed files

    • libavutil/opt.c
    • libavutil/opt.h
    • libavutil/version.h