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

Builder curl-pr-unthreaded-solaris10-sparc Build #1087

Results:

Failed

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/strncpy-snprintf
Revision2fe89b5dc8b32f3173045a856793368f9fa75bbb
Changes2 changes

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git updating ( 4 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -

Build Properties:

NameValueSource
branch bagder/strncpy-snprintf Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1087 Build
codebase Build
project curl/curl Build
repository https://github.com/curl/curl Build
revision 2fe89b5dc8b32f3173045a856793368f9fa75bbb Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartWed May 8 18:09:41 2024
EndThu May 9 00:37:24 2024
Elapsed6 hrs, 27 mins, 43 secs

All Changes:

:

  1. Change #196564

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 May 2024 13:42:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/strncpy-snprintf
    Revision 53b157a2601c7f3b6df10a353f724036234a630e

    Comments

    lib: use msnprintf instead of strncpy
    
    - to ensure a terminating null byte
    - to avoid zero-padding the target
    
    Both updates here are used in debug code only.

    Changed files

    • lib/curl_gethostname.c
    • lib/version.c
  2. Change #196640

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 May 2024 08:41:28
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/strncpy-snprintf
    Revision 2fe89b5dc8b32f3173045a856793368f9fa75bbb

    Comments

    version: use msnprintf instead of strncpy
    
    - to ensure a terminating null byte
    - to avoid zero-padding the target
    
    debug code only

    Changed files

    • lib/version.c