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

Builder ffmpeg-solaris10-sparc Build #12361

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisiona84d060aa185e74591bbc8cc7869123c5aeb088a
Got Revisiona84d060aa185e74591bbc8cc7869123c5aeb088a
Changes4 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpeg-solaris10-sparc' 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 ( 10 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 ( 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/ffmpeg-solaris10-sparc slave
buildername ffmpeg-solaris10-sparc Builder
buildnumber 12361 Build
codebase Build
got_revision a84d060aa185e74591bbc8cc7869123c5aeb088a Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision a84d060aa185e74591bbc8cc7869123c5aeb088a Build
scheduler schedule-ffmpeg-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/ffmpeg-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marton Balint

Timing:

StartMon Aug 4 20:22:23 2025
EndMon Aug 4 20:22:45 2025
Elapsed21 secs

All Changes:

:

  1. Change #241976

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 04 Aug 2025 20:03:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7410e29f5da37e589833ed4706931886366efb52

    Comments

    avformat/img2enc: allocate temp and target filename dynamically
    To avoid truncation of filename with additional .tmp extension.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/img2enc.c
  2. Change #241977

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 04 Aug 2025 20:03:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision ec64d9b73b872ccbe5953fd2ae9de2cc10af5894

    Comments

    avformat/utils: add ff_bprint_get_frame_filename
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/internal.h
    • libavformat/utils.c
  3. Change #241978

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 04 Aug 2025 20:03:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c31df899d9e7ac5f8a4ecf4bf681c47c4691c906

    Comments

    avformat/img2enc: use a AVBPrint buffer for generating the filename
    This removes all path length limits from img2enc.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/img2enc.c
  4. Change #241979

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Mon 04 Aug 2025 20:03:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision a84d060aa185e74591bbc8cc7869123c5aeb088a

    Comments

    avformat/internal: retire ff_get_frame_filename
    It no longer has any users.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/internal.h
    • libavformat/utils.c