You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Andrew Rist (JIRA)" <ji...@apache.org> on 2014/01/02 19:34:01 UTC

[jira] [Commented] (INFRA-7151) Buildbot Upload Step always fails for OpenOffice's Windows Snapshot

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

Andrew Rist commented on INFRA-7151:
------------------------------------

This is due to a limitation on the upload directory command for buildbot.
When buildbot uploads a directory, it zips the directory and uploads it.  When we build all of the languages, our upload directory becomes too large for buildbot to handle and we get the current error.

resolutions include the following:
- limit the number of languages and build only a subset of all languages
- build the languages in groups and do multiple uploads
- write a custom buildbot module to upload large directories (i.e. zip and send per file)
- build an install with all languages included  (instead of a separate install for each language)

> Buildbot Upload Step always fails for OpenOffice's Windows Snapshot 
> --------------------------------------------------------------------
>
>                 Key: INFRA-7151
>                 URL: https://issues.apache.org/jira/browse/INFRA-7151
>             Project: Infrastructure
>          Issue Type: Bug
>          Components: Buildbot
>         Environment: Windows
>            Reporter: Herbert Duerr
>
> The buildbot runs fine for hours creating the install bits, but then it fails to upload them. The error messages reported by the buildbot is "Connection to the other side was lost in a non-clean fashion", which is so insufficient that it is impossible to debug the problem without access to the machine. Maybe the target directory is full?
> http://ci.apache.org/builders/aoo-w7snap/builds/97/steps/upload%20the%20install%20bits
> http://ci.apache.org/builders/aoo-w7snap/builds/94/steps/upload%20the%20install%20bits
> http://ci.apache.org/builders/aoo-w7snap/builds/93/steps/upload%20the%20install%20bits
> http://ci.apache.org/builders/aoo-w7snap/builds/92/steps/upload%20the%20install%20bits



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)