You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Matthew Jacobs (JIRA)" <ji...@apache.org> on 2017/09/19 22:26:00 UTC

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

Matthew Jacobs created IMPALA-5959:
--------------------------------------

             Summary: 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


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
(v6.4.14#64029)