On 01/22/2018 01:00 PM, Steve Saunders (CableLabs) wrote:
> Greetings All,
> 
> I posted a patch to master a while back, just some logging stuff, and Jenkins 
> is reporting the following failures:
> 
> https://gerrit.iotivity.org/gerrit/#/c/23933/
...
> 
> https://build.iotivity.org/ci/job/iotivity-verify-unit_tests/20771/ : FAILURE
> 
> Honestly, I am at a bit of a loss regarding how to troubleshoot these issues.
> 
> Are these unit test failures, build failures, other?

It's a build fail:

14:43:27 resource/csdk/security/src/credresource.c: In function 'logCert':
14:43:27 resource/csdk/security/src/credresource.c:3898:13: error:
implicit declaration of function 'ConvertDerCertToPem'
[-Werror=implicit-function-declaration]
14:43:27 resource/csdk/security/src/credresource.c: In function 'logCred':
14:43:27 resource/csdk/security/src/credresource.c:3935:14: error:
'OicSecCred_t' has no member named 'publicData'

why some setups are seeing it and others not is not entirely clear but
since the functions it's complaining about are logCert and logCred, it
looks like Your Error, sorry.  :)

are you able to build locally?  if so, which config? it's likely the
failing builds are using some combination of options you haven't tested.

_______________________________________________
iotivity-dev mailing list
[email protected]
https://lists.iotivity.org/mailman/listinfo/iotivity-dev

Reply via email to