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

Builder ffmpeg64-solaris10-i386 Build #12076

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision2a2b5aec5bb8de31fb022fd3b172370bb101e615
Got Revision2a2b5aec5bb8de31fb022fd3b172370bb101e615
Changes5 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 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 ( 6 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/slave/ffmpeg64-solaris10-i386 slave
buildername ffmpeg64-solaris10-i386 Builder
buildnumber 12076 Build
codebase Build
got_revision 2a2b5aec5bb8de31fb022fd3b172370bb101e615 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 2a2b5aec5bb8de31fb022fd3b172370bb101e615 Build
scheduler schedule-ffmpeg64-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpeg64-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Kacper Michajłow
  2. Michael Niedermayer

Timing:

StartThu Apr 3 02:13:35 2025
EndThu Apr 3 02:13:47 2025
Elapsed12 secs

All Changes:

:

  1. Change #226451

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Thu 03 Apr 2025 01:57:46
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b4d165c68fe74f4b9c7fa4cbc2e1467a0bafea37

    Comments

    doc: replace http/git by https urls
    These are more secure
    
    Reviewed-by: Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • doc/fate_config.sh.template
    • doc/git-howto.texi
  2. Change #226452

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Thu 03 Apr 2025 01:58:06
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 98c178837088aea01d0ee8409daf2128a3ef4e83

    Comments

    avcodec/ffv1enc: replace 3 double precision log2() by 1 single precision log2()
    This makes the remap finding heuristic much faster
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  3. Change #226453

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Thu 03 Apr 2025 01:58:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 4aeaee1f4e9d3f8b4018c4ced47dbfd32b190e2e

    Comments

    avcodec/ffv1enc: replace the remaining log2() by magic
    big secret, reading a float as the corresponding integer is a good
    approximation of log2() for numbers not too close to 1.0. At the same
    time it maintains strict monotonicity
    
    this reduces run time from 19sec to 17sec for the slowest of my testcases
    (with default remap_optimizer 3)
    
    Compression is about the same:
    
    -rw-r----- 1 michael michael  497603370 Mar 30 15:23 float-303503-fixed-40-optim-3-1log2F.nut
    -rw-r----- 1 michael michael  497603374 Mar 28 11:27 float-303503-fixed-40-optim-3b.nut
    -rw-r----- 1 michael michael  549938852 Mar 28 11:27 float-303503-float16-40-optim-3b.nut
    -rw-r----- 1 michael michael  549938857 Mar 30 15:23 float-303503-float16-40-optim-3-1log2F.nut
    -rw-r----- 1 michael michael 1150827841 Mar 28 11:28 float-303503-float-40-optim-3b.nut
    -rw-r----- 1 michael michael 1150832913 Mar 30 15:22 float-303503-float-40-optim-3ref-log2F2.nut
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • libavcodec/ffv1enc.c
  4. Change #226454

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Thu 03 Apr 2025 01:58:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision d5ad860cd8e342a4ffd7db5656f81f45ee98a0ca

    Comments

    tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow
    Reviewed-by: Martin Storsjö <martin@martin.st>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tests/checkasm/checkasm.c
  5. Change #226455

    Category ffmpeg
    Changed by Kacper Michajłow <kasper93ohnoyoudont@gmail.com>
    Changed at Thu 03 Apr 2025 01:58:07
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 2a2b5aec5bb8de31fb022fd3b172370bb101e615

    Comments

    tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
    Signed-off-by: Kacper Michajłow <kasper93@gmail.com>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>

    Changed files

    • tools/target_swr_fuzzer.c