Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-48794

Credentials Binding Plugin fails trying to delete @tmp files

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • None
    • linux Jenkins ver.=2.73 Credentials Binding Plugin version= 1.13 java=1.8

      Our builds using credentials Binding Plugin recently started failing due to the plugin failing when it tries to delete the tmp files. It only fails when running on a slave node, if executed on the master it is able to delete. All are linux and it's not a permissions issue. I can add shell commands to the job to delete the tmp files and they succeed.

      Jenkins ver. 2.73

      Credentials Binding Plugin version= 1.13
      13:56:20 FATAL: remote file operation failed: /home/jenkins/workspace/temp2@tmp/secretFiles/1a304bf7-1266-41fe-b4e3-1258ad6083a4 at hudson.remoting.Channel@1d69c5cd:dsca1-pl-jenk03: java.io.IOException: Remote call on dsca1-pl-jenk03 failed*13:56:20* java.lang.OutOfMemoryError: GC overhead limit exceeded*13:56:20* Caused: java.io.IOException: Remote call on jenk03 failed*13:56:20* at hudson.remoting.Channel.call(Channel.java:847)13:56:20 at hudson.FilePath.act(FilePath.java:987)13:56:20 Caused: java.io.IOException: remote file operation failed: /home/jenkins/workspace/temp2@tmp/secretFiles/1a304bf7-1266-41fe-b4e3-1258ad6083a4 at hudson.remoting.Channel@1d69c5cd:dsca1-pl-jenk03*13:56:20* at hudson.FilePath.act(FilePath.java:994)13:56:20 at hudson.FilePath.act(FilePath.java:976)13:56:20 at hudson.FilePath.deleteRecursive(FilePath.java:1178)13:56:20 at org.jenkinsci.plugins.credentialsbinding.impl.UnbindableDir$UnbinderImpl.unbind(UnbindableDir.java:84)13:56:20 at org.jenkinsci.plugins.credentialsbinding.impl.SecretBuildWrapper$1.tearDown(SecretBuildWrapper.java:113)13:56:20 at hudson.model.Build$BuildExecution.doRun(Build.java:174)13:56:20 at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490)13:56:20 at hudson.model.Run.execute(Run.java:1737)13:56:20 at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)13:56:20 at hudson.model.ResourceController.execute(ResourceController.java:97)13:56:20 at hudson.model.Executor.run(Executor.java:419)13:56:20 Finished: FAILURE

            Unassigned Unassigned
            bcoleman Barry Coleman
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: