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

Builder curl-threaded-solaris10-sparc Build #2332

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision8403e5a7014ecabb306ce492ee4c54bc886159d0
Got Revision8403e5a7014ecabb306ce492ee4c54bc886159d0
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 18 mins, 29 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 2332 Build
codebase Build
got_revision 8403e5a7014ecabb306ce492ee4c54bc886159d0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8403e5a7014ecabb306ce492ee4c54bc886159d0 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Oct 15 16:20:20 2024
EndTue Oct 15 23:37:39 2024
Elapsed7 hrs, 17 mins, 19 secs

All Changes:

:

  1. Change #211782

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 15 Oct 2024 14:32:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad1c49bc0ec91110897666c0176bdaac27c884f4

    Comments

    lib: remove function pointer typecasts for hmac/sha256/md5
    Make sure we use functions with the correct prototype.
    
    Closes #15289

    Changed files

    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_ntlm_core.c
    • lib/curl_sha256.h
    • lib/hmac.c
    • lib/http_aws_sigv4.c
    • lib/md5.c
    • lib/pop3.c
    • lib/sha256.c
    • lib/vauth/cram.c
    • lib/vauth/digest.c
    • tests/unit/unit1612.c
  2. Change #211783

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 15 Oct 2024 14:33:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eed3c8f4b722d86621a5946a98f62c6963026596

    Comments

    curl.h: remove the struct pointer for CURL/CURLSH/CURLM typedefs
    It makes the callbacks get different signnatures when used from within
    libcurl vs outside of it by libcurl-using applications (such as the
    libtests) and this triggers UndefinedBehaviorSanitizer errors.
    
    Closes #15289

    Changed files

    • include/curl/curl.h
    • include/curl/multi.h
    • lib/doh.c
    • lib/easy.c
    • lib/escape.c
    • lib/formdata.c
    • lib/formdata.h
    • lib/mime.c
    • lib/multi.c
    • lib/psl.h
    • lib/setopt.c
    • lib/share.c
    • lib/vssh/libssh2.c
    • lib/ws.c
    • src/tool_operate.c
  3. Change #211784

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 15 Oct 2024 14:33:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8403e5a7014ecabb306ce492ee4c54bc886159d0

    Comments

    tests: fix callback signatures to please UndefinedBehaviorSanitizer
    Make test applications use the correct prototypes for callbacks.
    
    Closes #15289

    Changed files

    • lib/doh.c
    • lib/easy.c
    • lib/speedcheck.h
    • tests/http/clients/h2-pausing.c
    • tests/http/clients/upload-pausing.c
    • tests/libtest/lib1485.c
    • tests/libtest/lib1509.c
    • tests/libtest/lib1540.c
    • tests/libtest/lib1541.c
    • tests/libtest/lib1556.c
    • tests/libtest/lib2308.c
    • tests/libtest/lib3207.c
    • tests/libtest/lib552.c
    • tests/libtest/lib571.c
    • tests/libtest/lib576.c
    • tests/libtest/testtrace.c
    • tests/libtest/testtrace.h