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

Builder ffmpeg-solaris10-i386 Build #11554

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 8 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.sh' failed ( 2 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 11554 Build
codebase Build
got_revision faa366003b58ba26484070ca408be4b9d5473a73 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision faa366003b58ba26484070ca408be4b9d5473a73 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. Anton Khirnov

Timing:

StartMon Sep 30 09:51:28 2024
EndMon Sep 30 09:51:48 2024
Elapsed20 secs

All Changes:

:

  1. Change #209590

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8e805b9c3cab76383cace0a83c6bb66192282b05

    Comments

    fftools/ffmpeg_demux: drop InputStream.[nb_]outputs
    It is write-only after d119ae2fd82a494d9430ff4d4fc262961a68c598.

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_demux.c
  2. Change #209591

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision f295b4d8a0a1726157b4404c9cdd9a03aa7f171d

    Comments

    fftools/ffmpeg_demux: drop ist_output_add()
    It is now a trivial wrapper over ist_use(), so export that directly.

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_demux.c
    • fftools/ffmpeg_mux_init.c
  3. Change #209592

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 434377a7647f4beb2182ea9f27abb6a84347f42c

    Comments

    fftools/ffmpeg_enc: split Encoder into a private and public part
    Similar to what was previously done for other components, e.g. decoders
    (see 3b84140a1bb5a5b3044915888a40a7b619921633).
    
    Start by moving {samples,frames}_encoded into the public struct.

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_enc.c
    • fftools/ffmpeg_mux.c
  4. Change #209593

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 64f3feb8492df8255d98ff325c51382c86cf2c5a

    Comments

    fftools/ffmpeg_mux: move OutputStream.enc_ctx to Encoder
    The encoding AVCodecContext is a part of the encoder, and so should live
    there.

    Changed files

    • fftools/ffmpeg.c
    • fftools/ffmpeg.h
    • fftools/ffmpeg_enc.c
    • fftools/ffmpeg_mux.c
    • fftools/ffmpeg_mux_init.c
  5. Change #209594

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c27b1e6c594f853b287daf5daee65ac02d6e267b

    Comments

    fftools/ffmpeg: drop unused OSTFinished

    Changed files

    • fftools/ffmpeg.h
  6. Change #209595

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e83b5b2cc8b2fb6eb38f0b3feaecb1631bbaaf83

    Comments

    fftools/ffmpeg_mux_init: do not export forced_keyframes_const_names[]
    It is only used in this file.

    Changed files

    • fftools/ffmpeg.h
    • fftools/ffmpeg_mux_init.c
  7. Change #209596

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 71916aa1078e0cf3fcdd426756b38f30473b7de7

    Comments

    fftools/ffmpeg_mux_init: move the check for filtering+streamcopy
    To streamcopy_init().
    
    This will allow to simplify the control flow in ost_add() by moving the
    ost_get_filters() call (which previously had to handle both encoding and
    streamcopy streams) to ost_bind_filter() (which is only called for
    audio/video encoding).
    
    Also, return EINVAL rather than ENOSYS, as trying to combine filtering
    with streamcopy is a parameter error.

    Changed files

    • fftools/ffmpeg_mux_init.c
  8. Change #209597

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ba06c7b08faea1669938a75dc4b3c3d39643cb5e

    Comments

    fftools/ffmpeg_mux_init: move the ost_get_filters() call to ost_bind_filter()
    That is a more appropriate place for it.

    Changed files

    • fftools/ffmpeg_mux_init.c
  9. Change #209598

    Category ffmpeg
    Changed by Anton Khirnov <antonohnoyoudont@khirnov.net>
    Changed at Mon 30 Sep 2024 09:29:18
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision faa366003b58ba26484070ca408be4b9d5473a73

    Comments

    fftools/ffmpeg_mux_init: consolidate connecting source to mux stream

    Changed files

    • fftools/ffmpeg_mux_init.c