Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D609C200CED for ; Fri, 18 Aug 2017 20:54:34 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D484616D495; Fri, 18 Aug 2017 18:54:34 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 250FE16D494 for ; Fri, 18 Aug 2017 20:54:33 +0200 (CEST) Received: (qmail 87312 invoked by uid 500); 18 Aug 2017 18:54:32 -0000 Mailing-List: contact builds-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: builds@mesos.apache.org Delivered-To: mailing list builds@mesos.apache.org Received: (qmail 87301 invoked by uid 99); 18 Aug 2017 18:54:32 -0000 Received: from Unknown (HELO jenkins-master.apache.org) (62.210.60.235) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Aug 2017 18:54:32 +0000 Received: from jenkins-master (localhost [127.0.0.1]) by jenkins-master.apache.org (ASF Mail Server at jenkins-master.apache.org) with ESMTP id CEEB8A00DB for ; Fri, 18 Aug 2017 18:54:29 +0000 (UTC) Date: Fri, 18 Aug 2017 18:54:28 +0000 (UTC) From: Apache Jenkins Server To: builds@mesos.apache.org Message-ID: <1224354232.4633.1503082469844.JavaMail.jenkins@jenkins-master> In-Reply-To: <978407858.4630.1503082146274.JavaMail.jenkins@jenkins-master> References: <978407858.4630.1503082146274.JavaMail.jenkins@jenkins-master> Subject: Build failed in Jenkins: Mesos-Reviewbot #18923 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Instance-Identity: MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkqVKZPv7YyHBB3FvWfV7XQehwe/Ga3aadzSNknt8g382X3uN8A3SOQ+Ixq9HxS+ZlN6XR4TECySmSRy2JN5Rx8svxAD0TjtSF9LuU98dD+LniNDP7Lq6gvRFuJhbMHoS0nuTizDZLsK4X8TW5MyV9w+jFbdoZfRE5O/Mse0fkOeL5uoIS/3Vvu/W+x9QSjDkB7CaU56bPFlQjqqJBl3Cn9r34CkXQZYnLb/NjW4vcpw0+TgMUAPTIVEr5BTPZRshz19g7huwg3zANT5HBIZnzV4hsVY9w4JHkceFdKi/ibNnjPjsFs9pm0HSGJ/RDxjIvSTYT02eH4+m1RAYaj2E9QIDAQAB X-Jenkins-Job: Mesos-Reviewbot X-Jenkins-Result: FAILURE archived-at: Fri, 18 Aug 2017 18:54:35 -0000 See Changes: [yujie.jay] Added a URL parameter to the resource provider driver. [yujie.jay] Added a stream ID to resource provider manager connections. [yujie.jay] Implemented HTTP connection handling for the resource provider driver. [yujie.jay] Added a MockResourceProvider. [yujie.jay] Added 'devolve' overload for 'ResourceProviderID'. [yujie.jay] Added a resource providers total resources to the subscribe call. [yujie.jay] Stored subscribed resources in resource provider manager. [yujie.jay] Moved and renamed resource provider manager-related tests. [yujie.jay] Fixed some style issues. ------------------------------------------ Started by an SCM change [EnvInject] - Loading node environment variables. Building remotely on qnode3 (ubuntu) in workspace > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/mesos.git # timeout=10 Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/mesos.git > git --version # timeout=10 > git fetch --tags --progress https://git-wip-us.apache.org/repos/asf/mesos.git +refs/heads/*:refs/remotes/origin/* > git rev-parse origin/master^{commit} # timeout=10 Checking out Revision 55678b41fb462effd912d5a310b421928f80f3b7 (origin/master) Commit message: "Fixed some style issues." > git config core.sparsecheckout # timeout=10 > git checkout -f 55678b41fb462effd912d5a310b421928f80f3b7 > git rev-list 4c71ba1bdae7022f6e60edbfbf4118cd3854734e # timeout=10 > git tag -a -f -m Jenkins Build #18923 jenkins-Mesos-Reviewbot-18923 # timeout=10 [EnvInject] - Executing scripts and injecting environment variables after the SCM step. [EnvInject] - Injecting as environment variables the properties content USERNAME=mesos-review [EnvInject] - Variables injected successfully. [EnvInject] - Mask passwords that will be passed as build parameters. FATAL: Unable to produce a script file java.io.IOException: No space left on device at java.io.FileOutputStream.writeBytes(Native Method) at java.io.FileOutputStream.write(FileOutputStream.java:326) at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) at sun.nio.cs.StreamEncoder.implClose(StreamEncoder.java:316) at sun.nio.cs.StreamEncoder.close(StreamEncoder.java:149) at java.io.OutputStreamWriter.close(OutputStreamWriter.java:233) at hudson.FilePath$17.invoke(FilePath.java:1380) at hudson.FilePath$17.invoke(FilePath.java:1363) at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2739) at hudson.remoting.UserRequest.perform(UserRequest.java:153) at hudson.remoting.UserRequest.perform(UserRequest.java:50) at hudson.remoting.Request$2.run(Request.java:336) at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:68) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) at ......remote call to qnode3(Native Method) at hudson.remoting.Channel.attachCallSiteStackTrace(Channel.java:1545) at hudson.remoting.UserResponse.retrieve(UserRequest.java:253) at hudson.remoting.Channel.call(Channel.java:830) at hudson.FilePath.act(FilePath.java:986) Caused: java.io.IOException: remote file operation failed: at hudson.remoting.Channel@25deb544:qnode3 at hudson.FilePath.act(FilePath.java:993) at hudson.FilePath.act(FilePath.java:975) at hudson.FilePath.createTextTempFile(FilePath.java:1363) Caused: java.io.IOException: Failed to create a temp file on at hudson.FilePath.createTextTempFile(FilePath.java:1386) at hudson.tasks.CommandInterpreter.createScriptFile(CommandInterpreter.java:162) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:94) at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:66) at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20) at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:735) at hudson.model.Build$BuildExecution.build(Build.java:206) at hudson.model.Build$BuildExecution.doRun(Build.java:163) at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:490) at hudson.model.Run.execute(Run.java:1735) at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43) at hudson.model.ResourceController.execute(ResourceController.java:97) at hudson.model.Executor.run(Executor.java:405) Build step 'Execute shell' marked build as failure