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

Builder ffmpeg-solaris10-sparc Build #12550

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision7321e4b9508685ebede5d6f1ef37a4a00944715e
Got Revision7321e4b9508685ebede5d6f1ef37a4a00944715e
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. shell 'gsed -i ...' ( 1 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 12550 Build
codebase Build
got_revision 7321e4b9508685ebede5d6f1ef37a4a00944715e Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 7321e4b9508685ebede5d6f1ef37a4a00944715e 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:

StartFri Sep 5 21:23:16 2025
EndFri Sep 5 21:23:43 2025
Elapsed26 secs

All Changes:

:

  1. Change #244509

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9458a6f8ec2a8048fa1d672b6b27fcc56fd14cb1

    Comments

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

    Changed files

    • doc/APIchanges
    • libavformat/avformat.h
    • libavformat/utils.c
    • libavformat/version.h
  2. Change #244510

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4b8be1991c8f4675e93d3091e3469b293800695c

    Comments

    avformat/utils: support arbitrary path lengths for av_filename_number_test
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/utils.c
  3. Change #244511

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 35ceef40ad9ba882049a82f7dcba455c9ce07db5

    Comments

    avformat/segment: support arbitrary path lengths
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/segment.c
  4. Change #244512

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8c1301cf9d224c211d1d3c104bca533424369f3a

    Comments

    avformat/webm_chunk: support for arbitrary path lengths
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/webm_chunk.c
  5. Change #244513

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 69d9c074ef6679717f60c1420f0c75e626d5b9ea

    Comments

    avformat/img2dec: do not use av_get_frame_filename result buffer if the call fails
    We have no way of knowing if the string was fully processed or got truncated
    because of a parse error so it is better to use the original path if finding an
    image sequence fails.
    
    We do this by explicitly falling back to the PT_NONE mode if the provided
    filename is not a valid pattern but the file exists or if the IO context is
    already open.
    
    This also means that filenames no longer need to be escaped even in sequence
    mode if an invalid sequence (a sequence without %d) is provided, so a command
    line such as ffmpeg -f image2 -i "100%.jpg" will just work, but "100%%.jpg"
    will no longer work.
    
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/img2dec.c
  6. Change #244514

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 8703dd74bd04866ad885a9f76d79ed9b40afa282

    Comments

    avformat/img2dec: remove path limits from find_image_range
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/img2dec.c
  7. Change #244515

    Category ffmpeg
    Changed by Marton Balint <cusohnoyoudont@passwd.hu>
    Changed at Fri 05 Sep 2025 21:05:13
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 7321e4b9508685ebede5d6f1ef37a4a00944715e

    Comments

    avformat/img2dec: support arbitrary path lengths
    Signed-off-by: Marton Balint <cus@passwd.hu>

    Changed files

    • libavformat/img2.h
    • libavformat/img2dec.c