You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "Mark Hanson (JIRA)" <ji...@apache.org> on 2019/03/08 23:52:00 UTC

[jira] [Commented] (GEODE-5778) On Windows - rsync fails intermittently

    [ https://issues.apache.org/jira/browse/GEODE-5778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16788389#comment-16788389 ] 

Mark Hanson commented on GEODE-5778:
------------------------------------

Another error.
https://concourse.apachegeode-ci.info/teams/main/pipelines/apache-develop-main/jobs/WindowsUnitTestOpenJDK11/builds/328

Warning: Permanently added '10.0.0.70' (ECDSA) to the list of known hosts.
sync.exe: *** fatal error - cygheap base mismatch detected - 0x31CB400/0x2FAB400.
This problem is probably due to using incompatible versions of the cygwin DLL.
Search for cygwin1.dll using the Windows Start->Find/Search facility
and delete all but the most recent version.  The most recent version *should*
reside in x:\\cygwin\\bin, where 'x' is the drive on which you have
installed the cygwin distribution.  Rebooting is also suggested if you
are unable to find another cygwin DLL.
      1 [main] rsync 4572 fork: child -1 - forked process 4516 died unexpectedly, retry 0, exit code 0xC0000142, errno 11
rsync: fork failed in do_recv: Resource temporarily unavailable (11)
rsync error: error in IPC code (code 14) at main.c(879) [Receiver=3.1.2]

real  0m1.380s
user  0m0.001s
sys  0m0.034s

> On Windows - rsync fails intermittently
> ---------------------------------------
>
>                 Key: GEODE-5778
>                 URL: https://issues.apache.org/jira/browse/GEODE-5778
>             Project: Geode
>          Issue Type: Improvement
>          Components: ci
>            Reporter: Sai Boorlagadda
>            Assignee: Sai Boorlagadda
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Can we just retry when rsync fails just like start_instance task?
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsGfshDistributedTest/builds/11
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsUnitTest/builds/10
> https://concourse.apachegeode-ci.info/teams/main/pipelines/develop/jobs/WindowsAcceptanceTest/builds/10
> rsync fails intermittently with following error:
> {code}
> Warning: Permanently added '35.184.2.138' (ECDSA) to the list of known hosts.
>       1 [main] rsync 3440 child_info_fork::abort: C:\ProgramData\chocolatey\lib\rsync\cwrsync_5.5.0_x86_free\bin\cyggcc_s-1.dll: Loaded to different address: parent(0x2E20000) != child(0x150000)
> rsync: fork failed in do_recv: Resource temporarily unavailable (11)
> rsync error: error in IPC code (code 14) at main.c(879) [Receiver=3.1.2]
> real	0m1.226s
> user	0m0.004s
> sys	0m0.020s
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)