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

Builder curl-threaded-solaris11-i386 Build #3664

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Marcel Raad
  2. Viktor Szakats

Timing:

StartThu Jun 26 13:44:11 2025
EndThu Jun 26 16:34:53 2025
Elapsed2 hrs, 50 mins, 41 secs

All Changes:

:

  1. Change #237805

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Jun 2025 10:55:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f37d5f42f22eaefdd472454f049d5345aaec203f

    Comments

    tests: fix `BUNDLE` variable references in `Makefile.am`
    Bug: https://github.com/curl/curl/pull/17750/files#diff-0c866a04cf144e1595f64820c652daaa923358d4de1b30ca8baf85c70ec12a2dR83
    
    Closes #17751

    Changed files

    • tests/client/Makefile.am
    • tests/server/Makefile.am
    • tests/tunit/Makefile.am
    • tests/unit/Makefile.am
  2. Change #237815

    Category curl
    Changed by Marcel Raad <Marcel.Raadohnoyoudont@teamviewer.com>
    Changed at Thu 26 Jun 2025 12:19:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2a9dfe275d87c78ae8d8b70d88e37fa7c26376da

    Comments

    http: fix build with cookies and HSTS disabled
    All arguments and local variables in `http_header_s` were unused when
    both `CURL_DISABLE_COOKIES` and `CURL_DISABLE_HSTS` were defined.
    
    Closes https://github.com/curl/curl/pull/17753

    Changed files

    • lib/http.c