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

Builder curl-pr-unthreaded-solaris10-i386 Build #3709

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/hex-cleanup
Revision14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf
Got Revision14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf
Changes2 changes

BuildSlave:

unstable10x

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 8 mins, 13 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch bagder/hex-cleanup Build
builddir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave
buildername curl-pr-unthreaded-solaris10-i386 Builder
buildnumber 3709 Build
codebase Build
got_revision 14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision 14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf Build
scheduler schedule-curl-pr Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-pr-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartTue Apr 1 09:02:35 2025
EndTue Apr 1 10:10:56 2025
Elapsed1 hrs, 8 mins, 21 secs

All Changes:

:

  1. Change #226239

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 07:54:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 4d8830b562f6bffa75a40be3f380c45af045d101

    Comments

    lib: unify conversions to/from hex
    
    Curl_hexbyte - output a byte as a two-digit ASCII hex number
    
    Curl_hexval - convert an ASCII hex digit to its binary value
    
    ... instead of duplicating similar code and hexdigit strings in numerous
    places.
    
    Closes #16888

    Changed files

    • lib/escape.c
    • lib/escape.h
    • lib/http_aws_sigv4.c
    • lib/inet_pton.c
    • lib/strparse.c
    • lib/strparse.h
    • lib/urlapi.c
    • lib/vtls/keylog.c
  2. Change #226240

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 01 Apr 2025 07:54:33
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 14a0a9fcc0b2f5ba8b0b881cd2c62e74d8366cbf

    Comments

    lib1960: revert the use of libcurl's inet_pton
    
    Since it now uses hex conversion code from strparse as well.
    
    Closes #16888

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1960.c