You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Joe McDonnell (Jira)" <ji...@apache.org> on 2020/12/24 00:36:00 UTC

[jira] [Resolved] (IMPALA-5959) jenkins.impala.io tests pass but job fails deleting workspace

     [ https://issues.apache.org/jira/browse/IMPALA-5959?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe McDonnell resolved IMPALA-5959.
-----------------------------------
    Fix Version/s: Not Applicable
       Resolution: Fixed

> jenkins.impala.io tests pass but job fails deleting workspace
> -------------------------------------------------------------
>
>                 Key: IMPALA-5959
>                 URL: https://issues.apache.org/jira/browse/IMPALA-5959
>             Project: IMPALA
>          Issue Type: Improvement
>          Components: Infrastructure
>    Affects Versions: Impala 2.10.0
>            Reporter: Matthew Jacobs
>            Priority: Major
>             Fix For: Not Applicable
>
>
> On jenkins.impala.io, we have seen several cases where ubuntu-16.04-from-scratch tests pass but the job ultimately fails when the workspace cannot be cleaned up.
> E.g.
> {code}
> 21:18:24 ======== 66 passed, 31 skipped, 1 xfailed, 2 xpassed in 2353.76 seconds ========
> 21:18:24 + onexit
> 21:18:24 + df -m
> 21:18:24 Filesystem     1M-blocks  Used Available Use% Mounted on
> 21:18:24 udev               32200     0     32200   0% /dev
> 21:18:24 tmpfs               6442     9      6433   1% /run
> 21:18:24 /dev/xvda1        248106 88424    159667  36% /
> 21:18:24 tmpfs              32208     1     32208   1% /dev/shm
> 21:18:24 tmpfs                  5     0         5   0% /run/lock
> 21:18:24 tmpfs              32208     0     32208   0% /sys/fs/cgroup
> 21:18:24 tmpfs               6442     0      6442   0% /run/user/1000
> 21:18:24 + free -m
> 21:18:24               total        used        free      shared  buff/cache   available
> 21:18:24 Mem:          64414       16218       28154          59       20041       47524
> 21:18:24 Swap:             0           0           0
> 21:18:24 + uptime -p
> 21:18:24 up 4 hours, 5 minutes
> 21:18:24 + rm -rf /home/ubuntu/Impala/logs_static
> 21:18:24 + mkdir -p /home/ubuntu/Impala/logs_static
> 21:18:24 + cp -r -L /home/ubuntu/Impala/logs /home/ubuntu/Impala/logs_static
> 21:18:48 Process leaked file descriptors. See http://wiki.jenkins-ci.org/display/JENKINS/Spawning+processes+from+build for more information
> 21:18:48 Set build name.
> 21:18:48 New build name is '#295 refs/changes/35/8035/6'
> 21:18:48 Variable with name 'BUILD_DISPLAY_NAME' already exists, current value: '#295 refs/changes/35/8035/6', new value: '#295 refs/changes/35/8035/6'
> 21:18:50 Archiving artifacts
> 21:19:29 [WS-CLEANUP] Deleting project workspace...Cannot delete workspace :remote file operation failed: /home/ubuntu at hudson.remoting.Channel@43c5313:ubuntu-16.04 (i-0f8cf68ee32aebe80): java.io.IOException: Unable to delete '/home/ubuntu'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
> 21:19:36 ERROR: Step ‘Delete workspace when build is done’ failed: Cannot delete workspace: remote file operation failed: /home/ubuntu at hudson.remoting.Channel@43c5313:ubuntu-16.04 (i-0f8cf68ee32aebe80): java.io.IOException: Unable to delete '/home/ubuntu'. Tried 3 times (of a maximum of 3) waiting 0.1 sec between attempts.
> 21:19:36 Finished: SUCCESS
> {code}
> The issue and some proposed solutions were discussed on the dev@ mailing list:
> https://mail-archives.apache.org/mod_mbox/incubator-impala-dev/201708.mbox/browser



--
This message was sent by Atlassian Jira
(v8.3.4#803005)