On 8/22/19 9:51 AM, Vitalii via Lists.Iotivity.Org wrote:
> Hi,
> 
>  
> 
> I’m faced with permanent build issue on Jenkins server:
> https://jenkins.iotivity.org/job/iotivity-verify-unit_tests/3299/console
> 15:24:05 Download
> /home/jenkins/workspace/iotivity-verify-unit_tests/extlibs/hippomocks-8e210c5808d490b26fff69151c801fa28d291fcb.zip
> from
> https://github.com/dascandy/hippomocks/archive/8e210c5808d490b26fff69151c801fa28d291fcb.zip
> complete
> 15:24:05 Unzipping hippomocks
> 15:24:05 Unpacking
> /home/jenkins/workspace/iotivity-verify-unit_tests/extlibs/hippomocks-8e210c5808d490b26fff69151c801fa28d291fcb.zip
> ...
> 15:24:05 Renaming hippomocks directory
> 15:24:05 OSError: [Errno 20] Not a directory:
> 15:24:05   File
> "/home/jenkins/workspace/iotivity-verify-unit_tests/SConstruct", line 57:
> 15:24:05     SConscript(build_dir + 'resource/SConscript')
> 
>  
> 
> Any suggestions?
> 
> 
> Thanks,
> Vitalii.

You may end up needing to file a ticket on that one, it looks like the
Jenkins instance didn't populate its environment properly. Maybe. WIll
need more information.

It's not clear from the output whether it failed to get a correct value
for "build_dir", or whether "resource" is missing, maybe add a little
bit of debug in your patch so you can see in the Jenkins log what
happened. build_dir is set in build_common/SConscript, which has been
processed, since that call happens earlier in the SConstruct than the
line which fails.

Also note the line number, 57, doesn't match the current line number in
SConstruct - are you modifying SConstruct? Or patching against some
different version than HEAD?


-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#10266): 
https://lists.iotivity.org/g/iotivity-dev/message/10266
Mute This Topic: https://lists.iotivity.org/mt/32991272/21656
Group Owner: iotivity-dev+ow...@lists.iotivity.org
Unsubscribe: https://lists.iotivity.org/g/iotivity-dev/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to