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

Builder ffmpeg64-solaris10-i386 Build #12053

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision9f0970ee35a50f80cd22ea3e23bd7d51f404fac9
Got Revision9f0970ee35a50f80cd22ea3e23bd7d51f404fac9
Changes2 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 5 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 ( 1 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 12053 Build
codebase Build
got_revision 9f0970ee35a50f80cd22ea3e23bd7d51f404fac9 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 9f0970ee35a50f80cd22ea3e23bd7d51f404fac9 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. Andreas Rheinhardt

Timing:

StartSat Mar 22 03:53:53 2025
EndSat Mar 22 03:54:08 2025
Elapsed15 secs

All Changes:

:

  1. Change #225563

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 22 Mar 2025 03:35:28
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c94143350f49ae1542e1b63330b0c1949e40121a

    Comments

    avutil/libm: Only include intfloat.h when needed
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • libavcodec/exrenc.c
    • libavcodec/fastaudio.c
    • libavcodec/jpeg2000.c
    • libavcodec/mips/h264pred_mmi.c
    • libavcodec/mips/hevcdsp_mmi.c
    • libavcodec/mips/vp8dsp_mmi.c
    • libavcodec/pnmdec.c
    • libavcodec/pnmenc.c
    • libavcodec/speexdec.c
    • libavfilter/vf_tonemap.c
    • libavfilter/vf_zscale.c
    • libavformat/ircamdec.c
    • libavformat/lafdec.c
    • libavformat/pdvdec.c
    • libavformat/usmdec.c
    • libavutil/libm.h
    • libavutil/tests/rational.c
    • libswscale/input.c
    • libswscale/output.c
    • libswscale/ppc/swscale_altivec.c
  2. Change #225564

    Category ffmpeg
    Changed by Andreas Rheinhardt <andreas.rheinhardtohnoyoudont@outlook.com>
    Changed at Sat 22 Mar 2025 03:45:03
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 9f0970ee35a50f80cd22ea3e23bd7d51f404fac9

    Comments

    tests/checkasm/videodsp: Don't use declare_func_emms
    It allows the callee to clobber the MMX state,
    yet since 1e3dc705dfb9546f0f7ff4479d20baeb4bdb6187 this is no longer
    done. So use the stricter declare_func instead.
    
    Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    Changed files

    • tests/checkasm/videodsp.c