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

Builder curl-threaded-solaris11-sparc Build #2992

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Oct 8 13:22:31 2024
EndTue Oct 8 14:51:44 2024
Elapsed1 hrs, 29 mins, 13 secs

All Changes:

:

  1. Change #210901

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 12:49:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 60d8663afb0fb7f113604404c50840dfe9320039

    Comments

    hsts: avoid the local buffer and memcpy on lookup
    Closes #15190

    Changed files

    • lib/hsts.c
  2. Change #210902

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 08 Oct 2024 12:50:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 45b7aa6b704195e610be068e3ce265fdb750891e

    Comments

    altsvc: avoid using local buffer and memcpy
    When parsing alt-svc headers. Store and use the length of the name
    separately.
    
    Closes #15191

    Changed files

    • lib/altsvc.c