[zorg] r254816 - Small fix for resent commit 254717.

Daniel Sanders via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 7 03:01:07 PST 2015


Everything seems to be working again now.

> -----Original Message-----
> From: llvm-commits [mailto:llvm-commits-bounces at lists.llvm.org] On Behalf
> Of Daniel Sanders via llvm-commits
> Sent: 05 December 2015 13:54
> To: Galina Kistanova; llvm-commits at lists.llvm.org
> Subject: RE: [zorg] r254816 - Small fix for resent commit 254717.
> 
> Thanks for the correction. I must have missed this when I pulled the change
> out of my test setup (which has another argument to trigger an LNT runner).
> 
> Unfortunately, it seems the buildmaster died this morning and the timing is
> such that I think it's probably my change. After the restart, the first few
> builds failed because of a $PATH difference between the user running the
> buildslave and a normal user preventing it from finding gsutil. I fixed this with
> a symlink but the buildmaster died during the next build just after it finished
> the packaging step. It started the upload command but then a failed keep-
> alive caused it to terminate.
> 
> Could you check on the buildmaster? We may have to revert this change to
> get things back up.
> 
> 2015-12-05 10:15:38+0000 [Broker,client]  startCommand:shell [id 3261]
> 2015-12-05 10:15:38+0000 [Broker,client] RunProcess._startCommand
> 2015-12-05 10:15:38+0000 [Broker,client]  tar cvfJ ../install.tar.xz .
> 2015-12-05 10:15:38+0000 [Broker,client]   in dir
> /var/buildbot/lab.llvm.org/clang-cmake-mips/stage1.install (timeout 1200
> secs)
> 2015-12-05 10:15:38+0000 [Broker,client]   watching logfiles {}
> 2015-12-05 10:15:38+0000 [Broker,client]   argv: ['tar', 'cvfJ', '../install.tar.xz',
> '.']
> 2015-12-05 10:15:38+0000 [Broker,client]  environment: {'LANG': 'en_GB.UTF-
> 8', 'SHELL': '/bin/sh', 'PWD': '/var/buildbot/lab.llvm.org/clang-cmake-
> mips/stage1.install', 'LOGNAME': 'buildbot', 'HOME': '/var/lib/buildbot',
> 'BOTO_CONFIG': '/var/buildbot/llvmlab-build-artifacts.boto', 'PATH':
> '/usr/bin:/bin'}
> 2015-12-05 10:15:38+0000 [Broker,client]   using PTY: False
> 2015-12-05 10:16:39+0000 [-] sending app-level keepalive
> 2015-12-05 10:26:39+0000 [-] sending app-level keepalive
> 2015-12-05 10:36:39+0000 [-] sending app-level keepalive
> 2015-12-05 10:46:39+0000 [-] sending app-level keepalive
> 2015-12-05 10:56:39+0000 [-] sending app-level keepalive
> 2015-12-05 10:57:22+0000 [-] command finished with signal None, exit code 0,
> elapsedTime: 2503.896178
> 2015-12-05 10:57:22+0000 [-] SlaveBuilder.commandComplete
> <buildslave.commands.shell.SlaveShellCommand instance at 0x74ac6d78>
> 2015-12-05 11:06:40+0000 [-] sending app-level keepalive
> 2015-12-05 11:08:11+0000 [Broker,client] SlaveBuilder._ackFailed:
> SlaveBuilder.sendUpdate
> 
> ________________________________________
> From: llvm-commits [llvm-commits-bounces at lists.llvm.org] on behalf of
> Galina Kistanova via llvm-commits [llvm-commits at lists.llvm.org]
> Sent: 05 December 2015 01:08
> To: llvm-commits at lists.llvm.org
> Subject: [zorg] r254816 - Small fix for resent commit 254717.
> 
> Author: gkistanova
> Date: Fri Dec  4 19:08:18 2015
> New Revision: 254816
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=254816&view=rev
> Log:
> Small fix for resent commit 254717.
> 
> Modified:
>     zorg/trunk/buildbot/osuosl/master/config/builders.py
> 
> Modified: zorg/trunk/buildbot/osuosl/master/config/builders.py
> URL: http://llvm.org/viewvc/llvm-
> project/zorg/trunk/buildbot/osuosl/master/config/builders.py?rev=254816&
> r1=254815&r2=254816&view=diff
> ==========================================================
> ====================
> --- zorg/trunk/buildbot/osuosl/master/config/builders.py (original)
> +++ zorg/trunk/buildbot/osuosl/master/config/builders.py Fri Dec  4 19:08:18
> 2015
> @@ -708,14 +708,14 @@ def _get_sanitizer_builders():
>            {'name': "clang-cmake-mips",
>             'slavenames':["mips-kl-m001"],
>             'builddir':"clang-cmake-mips",
> -           'factory' : ClangBuilder.getClangCMakeBuildFactory(
> +           'factory' : ClangBuilder.getClangCMakeGCSBuildFactory(
>                             clean=False,
>                             checkout_compiler_rt=True,
>                             extra_cmake_args=["-DLLVM_HOST_TRIPLE=mips-unknown-
> linux-gnu",
>                                               "-DLLVM_DEFAULT_TARGET_TRIPLE=mips-unknown-
> linux-gnu",
>                                               "-DLLVM_TARGET_ARCH=Mips"],
>                             stage1_upload_directory='clang-cmake-mips',
> -                           env = {'BOTO_CONFIG': '/var/buildbot/llvmlab-build-
> artifacts.boto'},
> +                           env = {'BOTO_CONFIG': '/var/buildbot/llvmlab-build-
> artifacts.boto'})},
>            ]
> 
>  def _get_openmp_builders():
> 
> 
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits


More information about the llvm-commits mailing list