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

Builder curl-unthreaded-solaris11-sparc Build #4086

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 4 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 4086 Build
codebase Build
got_revision 11c211c33c0a4d4affedf640f15dda782c7bf22c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 11c211c33c0a4d4affedf640f15dda782c7bf22c 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. Viktor Szakats

Timing:

StartThu Jun 19 22:01:44 2025
EndThu Jun 19 23:19:07 2025
Elapsed1 hrs, 17 mins, 23 secs

All Changes:

:

  1. Change #237070

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 20:53:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 614febca516322f7add283adffa60385e009f7b1

    Comments

    lib530, 582: smoothen out minor differences
    Fix indentation, casts, a few other minor difference between these tests
    that share a common codebase.
    
    Closes #17649

    Changed files

    • tests/libtest/lib530.c
    • tests/libtest/lib582.c
  2. Change #237071

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 19 Jun 2025 20:56:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 11c211c33c0a4d4affedf640f15dda782c7bf22c

    Comments

    build: sync curlx build variables and script
    Between src and tests, both in autotools and cmake.
    
    Closes #17675

    Changed files

    • src/Makefile.am
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/Makefile.inc
    • tests/libtest/CMakeLists.txt
    • tests/libtest/Makefile.am
    • tests/libtest/Makefile.inc
    • tests/server/CMakeLists.txt
    • tests/server/Makefile.am
    • tests/server/Makefile.inc