@@@ Building clang-3.4 @@@
+ HISTORIC_COMPILER=clang-3.4
+ build_clang clang-3.4
+ CLANG_NAME=clang-3.4
+ mkdir -p clang-3.4-src
+ mkdir -p clang-3.4-build
+ rsync -a /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/src/clang-3.4/llvm/ clang-3.4-src/
+ rsync -a /Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/src/clang-3.4/clang clang-3.4-src/tools/
+ cd clang-3.4-build
+ cmake ../clang-3.4-src -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLLVM_ENABLE_ASSERTIONS=Off -DLLVM_ENABLE_MODULES=Off '-DLLVM_TARGETS_TO_BUILD=X86;ARM;AArch64' -DCMAKE_EXPORT_COMPILE_COMMANDS=ON -DCMAKE_C_COMPILER=/Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/clang -DCMAKE_CXX_COMPILER=/Users/buildslave/jenkins/workspace/clang-3.4-debuginfo-statistics/host-compiler/bin/clang++ -DHAVE_SANITIZER_MSAN_INTERFACE_H= -G Ninja
FATAL: command execution failed
java.io.IOException
at hudson.remoting.Channel.close(Channel.java:1499)
at hudson.remoting.Channel.close(Channel.java:1455)
at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:874)
at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:841)
at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:86)
at jenkins.model.Jenkins.access$2000(Jenkins.java:318)
at jenkins.model.Jenkins$19.run(Jenkins.java:3545)
at hudson.model.Queue._withLock(Queue.java:1398)
at hudson.model.Queue.withLock(Queue.java:1275)
at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3539)
at jenkins.model.Jenkins.cleanUp(Jenkins.java:3421)
at hudson.WebAppMain.contextDestroyed(WebAppMain.java:428)
at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1009)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:565)
at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:972)
at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:437)
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:425)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:519)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:995)
at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:367)
at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1450)
at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1415)
at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1049)
at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:284)
at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:547)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.Server.doStop(Server.java:455)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at winstone.Launcher.shutdown(Launcher.java:304)
at winstone.ShutdownHook.run(ShutdownHook.java:25)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@32c8c4d2:green-dragon-10": Remote call on green-dragon-10 failed. The channel is closing down or has closed down
at hudson.remoting.Channel.call(Channel.java:994)
at hudson.remoting.RemoteInvocationHandler.invoke(RemoteInvocationHandler.java:286)
at com.sun.proxy.$Proxy103.isAlive(Unknown Source)
at hudson.Launcher$RemoteLauncher$ProcImpl.isAlive(Launcher.java:1211)
at hudson.Launcher$RemoteLauncher$ProcImpl.join(Launcher.java:1203)
at hudson.tasks.CommandInterpreter.join(CommandInterpreter.java:194)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:144)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:504)
at hudson.model.Run.execute(Run.java:1894)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
FATAL: Unable to delete script file /var/folders/09/r4vw4v8n5kb67jl66zvlbljw0000gn/T/jenkins10162188075781567128.sh
java.io.IOException
at hudson.remoting.Channel.close(Channel.java:1499)
at hudson.remoting.Channel.close(Channel.java:1455)
at hudson.slaves.SlaveComputer.closeChannel(SlaveComputer.java:874)
at hudson.slaves.SlaveComputer.kill(SlaveComputer.java:841)
at hudson.model.AbstractCIBase.killComputer(AbstractCIBase.java:86)
at jenkins.model.Jenkins.access$2000(Jenkins.java:318)
at jenkins.model.Jenkins$19.run(Jenkins.java:3545)
at hudson.model.Queue._withLock(Queue.java:1398)
at hudson.model.Queue.withLock(Queue.java:1275)
at jenkins.model.Jenkins._cleanUpDisconnectComputers(Jenkins.java:3539)
at jenkins.model.Jenkins.cleanUp(Jenkins.java:3421)
at hudson.WebAppMain.contextDestroyed(WebAppMain.java:428)
at org.eclipse.jetty.server.handler.ContextHandler.callContextDestroyed(ContextHandler.java:1009)
at org.eclipse.jetty.servlet.ServletContextHandler.callContextDestroyed(ServletContextHandler.java:565)
at org.eclipse.jetty.server.handler.ContextHandler.contextDestroyed(ContextHandler.java:972)
at org.eclipse.jetty.servlet.ServletHandler.doStop(ServletHandler.java:313)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.security.SecurityHandler.doStop(SecurityHandler.java:437)
at org.eclipse.jetty.security.ConstraintSecurityHandler.doStop(ConstraintSecurityHandler.java:425)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.session.SessionHandler.doStop(SessionHandler.java:519)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.handler.ContextHandler.stopContext(ContextHandler.java:995)
at org.eclipse.jetty.servlet.ServletContextHandler.stopContext(ServletContextHandler.java:367)
at org.eclipse.jetty.webapp.WebAppContext.stopWebapp(WebAppContext.java:1450)
at org.eclipse.jetty.webapp.WebAppContext.stopContext(WebAppContext.java:1415)
at org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1049)
at org.eclipse.jetty.servlet.ServletContextHandler.doStop(ServletContextHandler.java:284)
at org.eclipse.jetty.webapp.WebAppContext.doStop(WebAppContext.java:547)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:180)
at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:201)
at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:108)
at org.eclipse.jetty.server.Server.doStop(Server.java:455)
at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:93)
at winstone.Launcher.shutdown(Launcher.java:304)
at winstone.ShutdownHook.run(ShutdownHook.java:25)
Caused: hudson.remoting.ChannelClosedException: Channel "hudson.remoting.Channel@32c8c4d2:green-dragon-10": Remote call on green-dragon-10 failed. The channel is closing down or has closed down
at hudson.remoting.Channel.call(Channel.java:994)
at hudson.FilePath.act(FilePath.java:1070)
at hudson.FilePath.act(FilePath.java:1059)
at hudson.FilePath.delete(FilePath.java:1582)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:162)
at hudson.tasks.CommandInterpreter.perform(CommandInterpreter.java:91)
at hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
at hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:741)
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:504)
at hudson.model.Run.execute(Run.java:1894)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
at hudson.model.ResourceController.execute(ResourceController.java:97)
at hudson.model.Executor.run(Executor.java:428)
Build step 'Execute shell' marked build as failure
Failed to evaluate name macro:org.jenkinsci.plugins.tokenmacro.MacroEvaluationException: Workspace is not accessible
Sending e-mails to: lldb@group.apple.com
Returning node parameter for green-dragon-10
Triggering a new build of Zombie Detector (FAIL OK)
Finished: FAILURE