Skip to content

Instantly share code, notes, and snippets.

@pitrou
Created July 20, 2016 17:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pitrou/0aa69b00a9e60196d8f6016511ab17d7 to your computer and use it in GitHub Desktop.
Save pitrou/0aa69b00a9e60196d8f6016511ab17d7 to your computer and use it in GitHub Desktop.
(view as text)
conda build -q conda-recipes/llvmdev -c numba --python=2.7 --no-test
in dir /Users/buildbot/hpa-ci/buildbot-slave/llvmdev-osx/build (timeout 1200 secs)
watching logfiles {}
argv: ['conda', 'build', '-q', 'conda-recipes/llvmdev', '-c', 'numba', '--python=2.7', '--no-test']
environment:
BUILDMASTER=numba-linux64-gpu
BUILDMASTER_PORT=9989
HOME=/Users/buildbot
PATH=/usr/local/anaconda2/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
PWD=/Users/buildbot/hpa-ci/buildbot-slave/llvmdev-osx/build
SHELL=/bin/bash
SHLVL=2
TERM=xterm-256color
USER=buildbot
WORKERNAME=osx
_=/usr/local/anaconda2/bin/twistd
__CF_USER_TEXT_ENCODING=0x1F8:0x0:0x0
using PTY: False
Using Anaconda Cloud api site https://api.anaconda.org
Removing old build environment
Removing old work directory
BUILD START: llvmdev-3.8.1-5
Fetching package metadata ...........
Solving package specifications: ..........
An unexpected error has occurred, please consider sending the
following traceback to the conda GitHub issue tracker at:
https://github.com/conda/conda-build/issues
Include the output of the command 'conda info' in your report.
Traceback (most recent call last):
File "/usr/local/anaconda2/bin/conda-build", line 5, in <module>
The following packages will be downloaded:
package | build
---------------------------|-----------------
pip-8.1.2 | py27_0 1.5 MB
The following NEW packages will be INSTALLED:
cmake: 3.3.1-0
openssl: 1.0.2h-1
pip: 8.1.2-py27_0
python: 2.7.12-1
readline: 6.2-2
setuptools: 23.0.0-py27_0
sqlite: 3.13.0-0
tk: 8.5.18-0
wheel: 0.29.0-py27_0
zlib: 1.2.8-3
Removing old work directory
Source cache directory is: /Users/buildbot/conda-bld/src_cache
Found source in cache: llvm-3.8.1.src.tar.xz
Extracting download
Applying patch: u'/Users/buildbot/hpa-ci/buildbot-slave/llvmdev-osx/build/conda-recipes/llvmdev/../llvm-elf-relocation.patch'
sys.exit(main())
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/main_build.py", line 190, in main
args_func(args, p)
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/main_build.py", line 468, in args_func
args.func(args, p)
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/main_build.py", line 391, in execute
override_channels=args.override_channels, include_recipe=args.include_recipe)
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/build.py", line 392, in build
source.provide(m.path, m.get_section('source'))
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/source.py", line 280, in provide
apply_patch(src_dir, join(recipe_dir, patch))
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/source.py", line 249, in apply_patch
execute([patch, ] + patch_args, cwd=src_dir, check_exit_code=True)
File "/usr/local/anaconda2/lib/python2.7/site-packages/conda_build/utils.py", line 231, in execute
output=(stdout, stderr))
subprocess.CalledProcessError: Command '['/usr/bin/patch', '-p0', '-i', '/Users/buildbot/hpa-ci/buildbot-slave/llvmdev-osx/build/conda-recipes/llvmdev/../llvm-elf-relocation.patch']' returned non-zero exit status 1
program finished with exit code 1
elapsedTime=51.971549
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment