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

Builder ffmpegsos-solaris10-i386 Build #11270

Results:

Failed shell_2 shell_3 shell_4 shell_5

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revisione4f5c2414bb50df07dce9a8860aaeeaccaed15cf
Got Revisione4f5c2414bb50df07dce9a8860aaeeaccaed15cf
Changes1 change

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-ffmpegsos-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 ( 1 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_sos.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/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 11270 Build
codebase Build
got_revision e4f5c2414bb50df07dce9a8860aaeeaccaed15cf Git
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision e4f5c2414bb50df07dce9a8860aaeeaccaed15cf Build
scheduler schedule-ffmpegsos-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Martin Storsjö

Timing:

StartThu Apr 11 13:22:53 2024
EndThu Apr 11 13:23:02 2024
Elapsed9 secs

All Changes:

:

  1. Change #195067

    Category ffmpeg
    Changed by Martin Storsjö <martinohnoyoudont@martin.st>
    Changed at Thu 11 Apr 2024 13:08:55
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision e4f5c2414bb50df07dce9a8860aaeeaccaed15cf

    Comments

    tests/movenc: Validate that normal muxer usage doesn't print warnings
    We have test to make sure that certain configurations do print
    warnings. However, the normal operation of the muxer within this
    test always printed a warning, so those tests to check for
    extra warnings didn't essentially guard anything.
    
    The warning that always was printed, "track 1: codec frame size is
    not set" was not present in the libav fork where this testcase
    originated, it was removed in f234e8a32e6c69d7b63f8627f278be7c2c987f43.
    
    Set the frame size for the audio stream to silence the warning,
    and use this frame size in a couple later calculations, and check
    that one test configuration doesn't print warnings.
    
    Setting the frame size apparently changes the rounding of a timestamp
    in the ismv muxing testcase.
    
    Signed-off-by: Martin Storsjö <martin@martin.st>

    Changed files

    • libavformat/tests/movenc.c
    • tests/ref/fate/movenc