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

Builder curl-unthreaded-solaris11-sparc Build #5510

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision57a94fec477a3fd4518081d9bf6fd3df1164f6b0
Got Revision57a94fec477a3fd4518081d9bf6fd3df1164f6b0
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 3 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5510 Build
codebase Build
got_revision 57a94fec477a3fd4518081d9bf6fd3df1164f6b0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 57a94fec477a3fd4518081d9bf6fd3df1164f6b0 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartSun Mar 22 18:15:35 2026
EndSun Mar 22 19:02:06 2026
Elapsed46 mins, 30 secs

All Changes:

:

  1. Change #262000

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Mar 2026 18:04:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9eddedf38078ac92c0028431271cebbc895686e

    Comments

    Revert "md5/md4: enable unaligned access fast path on powerpc64"
    This reverts commit 21fc17b265ca32c8a5a768dc7cd730754a104740.
    
    That was not properly thought through. PowerPC can run in either endian
    and the preprocessor does not know which.
    
    Ref: #20985
    Closes #21058

    Changed files

    • lib/md4.c
    • lib/md5.c
  2. Change #262001

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 22 Mar 2026 18:06:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 57a94fec477a3fd4518081d9bf6fd3df1164f6b0

    Comments

    multi.h: add CURLMNWC_CLEAR_ALL
    The two bitmask constants for *CLEAR_DNS and *CLEAR_CONNS were
    duplicates (both set to 1), so they cannot be distinguished and both
    actions fire.
    
    This shipped in public releases since 8.16.0 to and include 8.19.0.
    
    This fix adds CURLMNWC_CLEAR_ALL to be the new 1, and it now implies all
    bits. The DNS and CONNS defines get two new bits (2, 4).
    
    Follow-up to 55c045c86338bfcc1de676c496f
    
    Found by Codex Security
    Closes #20968

    Changed files

    • docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md
    • docs/libcurl/symbols-in-versions
    • include/curl/multi.h
    • lib/multi.c