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

Builder curl-ares-solaris11-i386 Build #3611

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9b7c488f17dd64fe11ded87620a0ba219d7e1ec0
Got Revision9b7c488f17dd64fe11ded87620a0ba219d7e1ec0
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 49 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3611 Build
codebase Build
got_revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Jun 17 19:42:30 2025
EndTue Jun 17 21:27:57 2025
Elapsed1 hrs, 45 mins, 27 secs

All Changes:

:

  1. Change #236908

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 17 Jun 2025 19:39:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b7c488f17dd64fe11ded87620a0ba219d7e1ec0

    Comments

    tests/http/clients: move to tests/client
    To have all the tests binaries directly under the tests directory.
    
    There seems to be no issue adding non-http test clients to this subdir.
    
    Closes #17637

    Changed files

    • .github/workflows/windows.yml
    • configure.ac
    • tests/CMakeLists.txt
    • tests/Makefile.am
    • tests/client/.gitignore
    • tests/client/CMakeLists.txt
    • tests/client/Makefile.am
    • tests/client/Makefile.inc
    • tests/client/first.c
    • tests/client/first.h
    • tests/client/h2_pausing.c
    • tests/client/h2_serverpush.c
    • tests/client/h2_upgrade_extreme.c
    • tests/client/hx_download.c
    • tests/client/hx_upload.c
    • tests/client/tls_session_reuse.c
    • tests/client/upload_pausing.c
    • tests/client/ws_data.c
    • tests/client/ws_pingpong.c
    • tests/http/Makefile.am
    • tests/http/clients/.gitignore
    • tests/http/clients/CMakeLists.txt
    • tests/http/clients/Makefile.am
    • tests/http/clients/Makefile.inc
    • tests/http/clients/first.c
    • tests/http/clients/first.h
    • tests/http/clients/h2_pausing.c
    • tests/http/clients/h2_serverpush.c
    • tests/http/clients/h2_upgrade_extreme.c
    • tests/http/clients/hx_download.c
    • tests/http/clients/hx_upload.c
    • tests/http/clients/tls_session_reuse.c
    • tests/http/clients/upload_pausing.c
    • tests/http/clients/ws_data.c
    • tests/http/clients/ws_pingpong.c
    • tests/http/testenv/client.py