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

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

Results:

Build successful

SourceStamp:

Projectcurl/curl
Repositoryhttps://github.com/curl/curl
Branchbagder/hex-cleanup
Revisionf1c7e8da68dcddae03e2173d9342d965adfd29be
Got Revisionf1c7e8da68dcddae03e2173d9342d965adfd29be
Changes9 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 7 mins, 51 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 3706 Build
codebase Build
got_revision f1c7e8da68dcddae03e2173d9342d965adfd29be Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision f1c7e8da68dcddae03e2173d9342d965adfd29be 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 05:42:29 2025
EndTue Apr 1 06:50:29 2025
Elapsed1 hrs, 7 mins, 59 secs

All Changes:

:

  1. Change #226215

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:17:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision d1de91dd58c5c06a31576ff6e7f5475fa7863fc7

    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.

    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 #226217

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:22:31
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 0fa2c7b272dc49f1abf8e190ab303eb82715c519

    Comments

    fixup include in inet_pton.c

    Changed files

    • lib/inet_pton.c
  3. Change #226219

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:25:26
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 312981173dd9826ebd1f873d9a0caa5f98889194

    Comments

    fixup more typecasts?

    Changed files

    • lib/escape.c
  4. Change #226221

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:28:22
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision ea9e2b5d4e9992d6076cc0fc60b1fa826e010f34

    Comments

    fixup try different typecast

    Changed files

    • lib/escape.c
    • lib/strparse.h
  5. Change #226223

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:30:17
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 22e1f678c35cba74bc2908e927d30d17f4678d35

    Comments

    fixup spelling

    Changed files

    • lib/escape.c
  6. Change #226224

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:30:59
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision 90023e7505c6f4dfd89a3102da8b66fd6ca3dfa3

    Comments

    fixup inet_pton mistake

    Changed files

    • lib/inet_pton.c
  7. Change #226227

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:34:20
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision c17e7df3b8cca72dc9e5da6afad7042476f9fb00

    Comments

    fixup inet_pton include more

    Changed files

    • lib/inet_pton.c
  8. Change #226229

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:47:23
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision d154cd853012781e472f01f4d4cb87b955048a50

    Comments

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

    Changed files

    • tests/libtest/Makefile.inc
    • tests/libtest/lib1960.c
  9. Change #226231

    Category None
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 31 Mar 2025 23:54:03
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch bagder/hex-cleanup
    Revision f1c7e8da68dcddae03e2173d9342d965adfd29be

    Comments

    fixup lib1960 for silly Amiga

    Changed files

    • tests/libtest/lib1960.c