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

Builder curl-unthreaded-solaris10-sparc Build #12304

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 8 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 11 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 12304 Build
codebase Build
got_revision 4d96873a4d50b3c16c280307dee91be01f1fdc0b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 4d96873a4d50b3c16c280307dee91be01f1fdc0b Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Gustafsson

Timing:

StartMon May 13 09:13:00 2024
EndMon May 13 13:36:24 2024
Elapsed4 hrs, 23 mins, 23 secs

All Changes:

:

  1. Change #197009

    Category curl
    Changed by Daniel Gustafsson <danielohnoyoudont@yesql.se>
    Changed at Mon 13 May 2024 09:07:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4d96873a4d50b3c16c280307dee91be01f1fdc0b

    Comments

    hsts: Remove single-use single-line function
    The hsts_entry() function contains of a single line and is only
    used in a single place in the code, so move the allocation into
    hsts_create instead to improve code readability. C code usually
    don't use the factory abstraction for object creation, and this
    small example wasn't following our usual code style.
    
    Closes: #13604
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>

    Changed files

    • lib/hsts.c