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

Builder ffmpeg-solaris10-i386 Build #11538

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 19 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 ( 8 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/slave/ffmpeg-solaris10-i386 slave
buildername ffmpeg-solaris10-i386 Builder
buildnumber 11538 Build
codebase Build
got_revision c65a294f7944636ee136dc09c3de83f3eea7a0a0 Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision c65a294f7944636ee136dc09c3de83f3eea7a0a0 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. Martin Storsjö

Timing:

StartThu Sep 26 23:18:43 2024
EndThu Sep 26 23:19:12 2024
Elapsed28 secs

All Changes:

:

  1. Change #208943

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 26 Sep 2024 23:02:48
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 067abbfe9dbf136c5621592622fa93bdd0f9f84d

    Comments

    aarch64: Detect I8MM on Windows via SVE-I8MM
    There's no direct processor feature constant for I8MM alone, but
    there is a flag for SVE-I8MM (added in WinSDK 10.0.26100 and
    recent versions of mingw-w64). If SVE-I8MM is available, we can
    assume that I8MM is available.
    
    While HW supporting these features isn't yet commonly running
    Windows, this at least allows detecting and running the I8MM codepaths
    in Windows builds in Wine (possibly running in QEMU).
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavutil/aarch64/cpu.c
  2. Change #208945

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 26 Sep 2024 23:03:04
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e6e56fd7a7738c30f3052067ba35cba346fdde8c

    Comments

    configure: Add detection of assembler support for SVE/SVE2
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • configure
    • ffbuild/arch.mak
    • libavutil/aarch64/asm.S
  3. Change #208947

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 26 Sep 2024 23:04:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e6eabb7ce757a03bb52909b3f10b920f9892a2a6

    Comments

    aarch64: Add CPU feature flags for SVE and SVE2
    Add code for detecting the feature on Linux and Windows.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavutil/aarch64/cpu.c
    • libavutil/aarch64/cpu.h
    • libavutil/cpu.c
    • libavutil/cpu.h
    • libavutil/tests/cpu.c
    • tests/checkasm/checkasm.c
  4. Change #208948

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 26 Sep 2024 23:06:30
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision b1ee2af8432e2720009df92f4ee49d98b05dc2ce

    Comments

    aarch64: Print the SVE vector length in libavutil/tests/cpu.c
    This makes this aspect more visible in test logs.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavutil/aarch64/Makefile
    • libavutil/aarch64/cpu.h
    • libavutil/aarch64/cpu_sve.S
    • libavutil/tests/cpu.c
  5. Change #208949

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 26 Sep 2024 23:06:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c65a294f7944636ee136dc09c3de83f3eea7a0a0

    Comments

    checkasm: Print the SVE vector length at startup
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • tests/checkasm/checkasm.c