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

Builder ffmpegsos-solaris10-i386 Build #14303

Results:

Failed

SourceStamp:

Projectffmpeg
Repositoryhttps://git.ffmpeg.org/ffmpeg.git
Branchmaster
Revision356dfc3bd120cbd52b8a03389bcf85cd269217cf
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 16 secs )
    1. stdio
  2. shell  
    1. - no logs -
  3. shell_1  
    1. - no logs -
  4. shell_2  
    1. - no logs -
  5. shell_3  
    1. - no logs -
  6. shell_4  
    1. - no logs -
  7. shell_5  
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/ffmpegsos-solaris10-i386 slave
buildername ffmpegsos-solaris10-i386 Builder
buildnumber 14303 Build
codebase Build
project ffmpeg Build
repository https://git.ffmpeg.org/ffmpeg.git Build
revision 356dfc3bd120cbd52b8a03389bcf85cd269217cf 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. Michael Niedermayer

Timing:

StartSat Sep 19 19:26:56 2026
EndSat Sep 19 19:27:13 2026
Elapsed16 secs

All Changes:

:

  1. Change #282237

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:43:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 0024c69d1f8c1e3d19979e1ebf794a5704e76993

    Comments

    doc/infra.txt: add the Ampere server
    Document the AmpereOne server Ampere donated to the project in June 2026,
    where it is hosted, the Forgejo CI jobs it runs and that access is
    requested from root at ffmpeg.org like for the other servers.

    Changed files

    • doc/infra.txt
  2. Change #282238

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:43:29
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 19a8ead1af6362ce367cc7fc4489288af81a71b1

    Comments

    doc/infra.txt: the main server was replaced by 2
    The VMs of the old main server were migrated to two new
    servers at the same hoster.

    Changed files

    • doc/infra.txt
  3. Change #282239

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 95ee221223ea91ddee38ae2e12e7498c1cb29874

    Comments

    avcodec/mpegvideo_enc: assert on the frame distance before it is truncated to 16 bits
    Fixes: assertion failure
    Fixes: 1XvjZP0UGl6O
    Found-by: Gabe Sherman (Trail of Bits)

    Changed files

    • libavcodec/mpegvideo_enc.c
  4. Change #282240

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 16d19ccbce802634662a9bf18a5679cf27da2848

    Comments

    avcodec/mpegvideo_enc: keep MPEG-4 B frame chains within the 16 bit frame distance
    Fixes: division by zero
    Fixes: 1XvjZP0UGl6O
    Found-by: Gabe Sherman (Trail of Bits)

    Changed files

    • libavcodec/mpegvideo_enc.c
  5. Change #282241

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 05e6e90e3f1284e71ea98e17c9f16391c302514b

    Comments

    avcodec/mpegvideo_enc: reject pts outside the range the MPEG-4 time can represent
    Fixes: signed integer overflow
    Found during review of the fix for 1XvjZP0UGl6O

    Changed files

    • libavcodec/mpegvideo_enc.c
  6. Change #282242

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision c8949215c935c2cf6b65d4fad69a4f33d05111c5

    Comments

    avcodec/mpeg4videoenc: compute the GOP header time with av_rescale_rnd()
    pts * time_base.num can overflow int64_t; av_rescale_rnd() computes
    the same floor division exactly.

    Changed files

    • libavcodec/mpeg4videoenc.c
  7. Change #282243

    Category ffmpeg
    Changed by Michael Niedermayer <michaelohnoyoudont@niedermayer.cc>
    Changed at Sat 19 Sep 2026 20:47:12
    Repository https://git.ffmpeg.org/ffmpeg.git
    Project ffmpeg
    Branch master
    Revision 356dfc3bd120cbd52b8a03389bcf85cd269217cf

    Comments

    avcodec/ituh263enc: compute the temporal reference with av_rescale_rnd()
    The hand written multiply and divide can overflow int64_t for a large
    time_base.num; av_rescale_rnd() computes the same truncating division
    exactly.

    Changed files

    • libavcodec/ituh263enc.c