build:no-extras
Passed Started
by
@quaeritis
Dennis Heffels
1Running with gitlab-runner 12.8.0 (1b659122)2 on universal-tn3 a9da50a74Authenticating with credentials from job payload (GitLab Registry)5Pulling docker image gitlab.kwant-project.org:5005/kwant/kwant ...6Using docker image sha256:3b0a14e5028f34c59abed300d492408bf827d6fe5523e89ea589cab97af9f9c8 for gitlab.kwant-project.org:5005/kwant/kwant ...8Running on runner-a9da50a7-project-1202-concurrent-2 via tnw-tn3.tudelft.net...10Fetching changes...11Reinitialized existing Git repository in /builds/quaeritis/kwant/.git/13 * [new ref] refs/pipelines/49772 -> refs/pipelines/4977214 * [new branch] phi_matrix -> origin/phi_matrix15Checking out 888a0e6a as phi_matrix...16Removing .pytest_cache/17Removing __pycache__/18Removing build.conf19Removing build/20Removing kwant/__pycache__/21Removing kwant/_system.c22Removing kwant/_system.cpython-37m-x86_64-linux-gnu.so23Removing kwant/continuum/__pycache__/24Removing kwant/continuum/tests/__pycache__/25Removing kwant/graph/__pycache__/26Removing kwant/graph/core.c27Removing kwant/graph/core.cpython-37m-x86_64-linux-gnu.so28Removing kwant/graph/dijkstra.c29Removing kwant/graph/dijkstra.cpython-37m-x86_64-linux-gnu.so30Removing kwant/graph/tests/__pycache__/31Removing kwant/linalg/__pycache__/32Removing kwant/linalg/_mumps.c33Removing kwant/linalg/_mumps.cpython-37m-x86_64-linux-gnu.so34Removing kwant/linalg/lapack.c35Removing kwant/linalg/lapack.cpython-37m-x86_64-linux-gnu.so36Removing kwant/linalg/tests/__pycache__/37Removing kwant/operator.c38Removing kwant/operator.cpython-37m-x86_64-linux-gnu.so39Removing kwant/physics/__pycache__/40Removing kwant/physics/tests/__pycache__/41Removing kwant/solvers/__pycache__/42Removing kwant/solvers/tests/__pycache__/43Removing kwant/tests/__pycache__/44Removing tests.xml45Skipping Git submodules setup49$ source deactivate50DeprecationWarning: 'source deactivate' is deprecated. Use 'conda deactivate'.51$ source activate kwant-stable-no-extras52$ echo -e "[DEFAULT]\ndefine_macros = CYTHON_TRACE=1" >build.conf53$ ./setup.py build54Compiling kwant/_system.pyx because it changed.55Compiling kwant/operator.pyx because it changed.56Compiling kwant/graph/core.pyx because it changed.57Compiling kwant/graph/dijkstra.pyx because it changed.58Compiling kwant/linalg/lapack.pyx because it changed.59[1/5] Cythonizing kwant/_system.pyx60[2/5] Cythonizing kwant/graph/core.pyx61[3/5] Cythonizing kwant/graph/dijkstra.pyx62[4/5] Cythonizing kwant/linalg/lapack.pyx63[5/5] Cythonizing kwant/operator.pyx64running build65running build_py66creating build67creating build/lib.linux-x86_64-3.768creating build/lib.linux-x86_64-3.7/kwant69copying kwant/wraparound.py -> build/lib.linux-x86_64-3.7/kwant70copying kwant/_kwant_version.py -> build/lib.linux-x86_64-3.7/kwant71copying kwant/rmt.py -> build/lib.linux-x86_64-3.7/kwant72copying kwant/system.py -> build/lib.linux-x86_64-3.7/kwant73copying kwant/plotter.py -> build/lib.linux-x86_64-3.7/kwant74copying kwant/qsymm.py -> build/lib.linux-x86_64-3.7/kwant75copying kwant/builder.py -> build/lib.linux-x86_64-3.7/kwant76copying kwant/kpm.py -> build/lib.linux-x86_64-3.7/kwant77copying kwant/digest.py -> build/lib.linux-x86_64-3.7/kwant78copying kwant/_common.py -> build/lib.linux-x86_64-3.7/kwant79copying kwant/version.py -> build/lib.linux-x86_64-3.7/kwant80copying kwant/lattice.py -> build/lib.linux-x86_64-3.7/kwant81copying kwant/__init__.py -> build/lib.linux-x86_64-3.7/kwant82copying kwant/_plotter.py -> build/lib.linux-x86_64-3.7/kwant83copying kwant/_colormaps.py -> build/lib.linux-x86_64-3.7/kwant84creating build/lib.linux-x86_64-3.7/kwant/graph85copying kwant/graph/defs.py -> build/lib.linux-x86_64-3.7/kwant/graph86copying kwant/graph/__init__.py -> build/lib.linux-x86_64-3.7/kwant/graph87creating build/lib.linux-x86_64-3.7/kwant/physics88copying kwant/physics/gauge.py -> build/lib.linux-x86_64-3.7/kwant/physics89copying kwant/physics/dispersion.py -> build/lib.linux-x86_64-3.7/kwant/physics90copying kwant/physics/leads.py -> build/lib.linux-x86_64-3.7/kwant/physics91copying kwant/physics/noise.py -> build/lib.linux-x86_64-3.7/kwant/physics92copying kwant/physics/symmetry.py -> build/lib.linux-x86_64-3.7/kwant/physics93copying kwant/physics/__init__.py -> build/lib.linux-x86_64-3.7/kwant/physics94creating build/lib.linux-x86_64-3.7/kwant/solvers95copying kwant/solvers/common.py -> build/lib.linux-x86_64-3.7/kwant/solvers96copying kwant/solvers/mumps.py -> build/lib.linux-x86_64-3.7/kwant/solvers97copying kwant/solvers/sparse.py -> build/lib.linux-x86_64-3.7/kwant/solvers98copying kwant/solvers/default.py -> build/lib.linux-x86_64-3.7/kwant/solvers99copying kwant/solvers/__init__.py -> build/lib.linux-x86_64-3.7/kwant/solvers100creating build/lib.linux-x86_64-3.7/kwant/linalg101copying kwant/linalg/decomp_lu.py -> build/lib.linux-x86_64-3.7/kwant/linalg102copying kwant/linalg/mumps.py -> build/lib.linux-x86_64-3.7/kwant/linalg103copying kwant/linalg/lll.py -> build/lib.linux-x86_64-3.7/kwant/linalg104copying kwant/linalg/cmumps.py -> build/lib.linux-x86_64-3.7/kwant/linalg105copying kwant/linalg/fortran_helpers.py -> build/lib.linux-x86_64-3.7/kwant/linalg106copying kwant/linalg/__init__.py -> build/lib.linux-x86_64-3.7/kwant/linalg107copying kwant/linalg/decomp_ev.py -> build/lib.linux-x86_64-3.7/kwant/linalg108copying kwant/linalg/decomp_schur.py -> build/lib.linux-x86_64-3.7/kwant/linalg109creating build/lib.linux-x86_64-3.7/kwant/tests110copying kwant/tests/test_comprehensive.py -> build/lib.linux-x86_64-3.7/kwant/tests111copying kwant/tests/test_kpm.py -> build/lib.linux-x86_64-3.7/kwant/tests112copying kwant/tests/test_plotter.py -> build/lib.linux-x86_64-3.7/kwant/tests113copying kwant/tests/test_system.py -> build/lib.linux-x86_64-3.7/kwant/tests114copying kwant/tests/test_rmt.py -> build/lib.linux-x86_64-3.7/kwant/tests115copying kwant/tests/test_wraparound.py -> build/lib.linux-x86_64-3.7/kwant/tests116copying kwant/tests/test_builder.py -> build/lib.linux-x86_64-3.7/kwant/tests117copying kwant/tests/test_lattice.py -> build/lib.linux-x86_64-3.7/kwant/tests118copying kwant/tests/test_qsymm.py -> build/lib.linux-x86_64-3.7/kwant/tests119copying kwant/tests/test_operator.py -> build/lib.linux-x86_64-3.7/kwant/tests120copying kwant/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/tests121creating build/lib.linux-x86_64-3.7/kwant/continuum122copying kwant/continuum/_common.py -> build/lib.linux-x86_64-3.7/kwant/continuum123copying kwant/continuum/landau_levels.py -> build/lib.linux-x86_64-3.7/kwant/continuum124copying kwant/continuum/__init__.py -> build/lib.linux-x86_64-3.7/kwant/continuum125copying kwant/continuum/discretizer.py -> build/lib.linux-x86_64-3.7/kwant/continuum126creating build/lib.linux-x86_64-3.7/kwant/graph/tests127copying kwant/graph/tests/test_scotch.py -> build/lib.linux-x86_64-3.7/kwant/graph/tests128copying kwant/graph/tests/test_core.py -> build/lib.linux-x86_64-3.7/kwant/graph/tests129copying kwant/graph/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/graph/tests130creating build/lib.linux-x86_64-3.7/kwant/physics/tests131copying kwant/physics/tests/test_leads.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests132copying kwant/physics/tests/test_noise.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests133copying kwant/physics/tests/test_dispersion.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests134copying kwant/physics/tests/test_symmetry.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests135copying kwant/physics/tests/test_gauge.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests136copying kwant/physics/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/physics/tests137creating build/lib.linux-x86_64-3.7/kwant/solvers/tests138copying kwant/solvers/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/solvers/tests139copying kwant/solvers/tests/test_solvers.py -> build/lib.linux-x86_64-3.7/kwant/solvers/tests140creating build/lib.linux-x86_64-3.7/kwant/linalg/tests141copying kwant/linalg/tests/test_mumps.py -> build/lib.linux-x86_64-3.7/kwant/linalg/tests142copying kwant/linalg/tests/_test_utils.py -> build/lib.linux-x86_64-3.7/kwant/linalg/tests143copying kwant/linalg/tests/test_linalg.py -> build/lib.linux-x86_64-3.7/kwant/linalg/tests144copying kwant/linalg/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/linalg/tests145copying kwant/linalg/tests/test_lll.py -> build/lib.linux-x86_64-3.7/kwant/linalg/tests146creating build/lib.linux-x86_64-3.7/kwant/continuum/tests147copying kwant/continuum/tests/test_common.py -> build/lib.linux-x86_64-3.7/kwant/continuum/tests148copying kwant/continuum/tests/test_landau_levels.py -> build/lib.linux-x86_64-3.7/kwant/continuum/tests149copying kwant/continuum/tests/test_discretizer.py -> build/lib.linux-x86_64-3.7/kwant/continuum/tests150copying kwant/continuum/tests/__init__.py -> build/lib.linux-x86_64-3.7/kwant/continuum/tests151copying kwant/operator.pxd -> build/lib.linux-x86_64-3.7/kwant152copying kwant/graph/core.pxd -> build/lib.linux-x86_64-3.7/kwant/graph153copying kwant/graph/defs.pxd -> build/lib.linux-x86_64-3.7/kwant/graph154copying kwant/graph/c_scotch.pxd -> build/lib.linux-x86_64-3.7/kwant/graph155copying kwant/graph/defs.h -> build/lib.linux-x86_64-3.7/kwant/graph156copying kwant/linalg/cmumps.pxd -> build/lib.linux-x86_64-3.7/kwant/linalg157running build_ext158building 'kwant._system' extension159creating build/temp.linux-x86_64-3.7160creating build/temp.linux-x86_64-3.7/kwant161gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCYTHON_TRACE=1 -I./kwant/graph -Ikwant/graph -I/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include -I/usr/local/envs/kwant-stable-no-extras/include -I/usr/local/envs/kwant-stable-no-extras/include/python3.7m -c kwant/_system.c -o build/temp.linux-x86_64-3.7/kwant/_system.o162In file included from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,163 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,164 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,165 from kwant/_system.c:643:166/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]167 #warning "Using deprecated NumPy API, disable it with " \168 ^~~~~~~169gcc -pthread -shared -B /usr/local/envs/kwant-stable-no-extras/compiler_compat -L/usr/local/envs/kwant-stable-no-extras/lib -Wl,-rpath=/usr/local/envs/kwant-stable-no-extras/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/kwant/_system.o -L/usr/local/envs/kwant-stable-no-extras/lib -o build/lib.linux-x86_64-3.7/kwant/_system.cpython-37m-x86_64-linux-gnu.so170building 'kwant.operator' extension171gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCYTHON_TRACE=1 -I./kwant/graph -Ikwant/graph -I/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include -I/usr/local/envs/kwant-stable-no-extras/include -I/usr/local/envs/kwant-stable-no-extras/include/python3.7m -c kwant/operator.c -o build/temp.linux-x86_64-3.7/kwant/operator.o172In file included from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,173 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,174 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,175 from kwant/operator.c:646:176/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]177 #warning "Using deprecated NumPy API, disable it with " \178 ^~~~~~~179gcc -pthread -shared -B /usr/local/envs/kwant-stable-no-extras/compiler_compat -L/usr/local/envs/kwant-stable-no-extras/lib -Wl,-rpath=/usr/local/envs/kwant-stable-no-extras/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/kwant/operator.o -L/usr/local/envs/kwant-stable-no-extras/lib -o build/lib.linux-x86_64-3.7/kwant/operator.cpython-37m-x86_64-linux-gnu.so180building 'kwant.graph.core' extension181creating build/temp.linux-x86_64-3.7/kwant/graph182gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCYTHON_TRACE=1 -I./kwant/graph -I/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include -I/usr/local/envs/kwant-stable-no-extras/include -I/usr/local/envs/kwant-stable-no-extras/include/python3.7m -c kwant/graph/core.c -o build/temp.linux-x86_64-3.7/kwant/graph/core.o183In file included from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,184 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,185 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,186 from kwant/graph/core.c:644:187/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]188 #warning "Using deprecated NumPy API, disable it with " \189 ^~~~~~~190gcc -pthread -shared -B /usr/local/envs/kwant-stable-no-extras/compiler_compat -L/usr/local/envs/kwant-stable-no-extras/lib -Wl,-rpath=/usr/local/envs/kwant-stable-no-extras/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/kwant/graph/core.o -L/usr/local/envs/kwant-stable-no-extras/lib -o build/lib.linux-x86_64-3.7/kwant/graph/core.cpython-37m-x86_64-linux-gnu.so191building 'kwant.graph.dijkstra' extension192gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCYTHON_TRACE=1 -I/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include -I/usr/local/envs/kwant-stable-no-extras/include -I/usr/local/envs/kwant-stable-no-extras/include/python3.7m -c kwant/graph/dijkstra.c -o build/temp.linux-x86_64-3.7/kwant/graph/dijkstra.o193In file included from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,194 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,195 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,196 from kwant/graph/dijkstra.c:641:197/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]198 #warning "Using deprecated NumPy API, disable it with " \199 ^~~~~~~200gcc -pthread -shared -B /usr/local/envs/kwant-stable-no-extras/compiler_compat -L/usr/local/envs/kwant-stable-no-extras/lib -Wl,-rpath=/usr/local/envs/kwant-stable-no-extras/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/kwant/graph/dijkstra.o -L/usr/local/envs/kwant-stable-no-extras/lib -o build/lib.linux-x86_64-3.7/kwant/graph/dijkstra.cpython-37m-x86_64-linux-gnu.so201building 'kwant.linalg.lapack' extension202creating build/temp.linux-x86_64-3.7/kwant/linalg203gcc -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -DCYTHON_TRACE=1 -I/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include -I/usr/local/envs/kwant-stable-no-extras/include -I/usr/local/envs/kwant-stable-no-extras/include/python3.7m -c kwant/linalg/lapack.c -o build/temp.linux-x86_64-3.7/kwant/linalg/lapack.o204In file included from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarraytypes.h:1822:0,205 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/ndarrayobject.h:12,206 from /usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/arrayobject.h:4,207 from kwant/linalg/lapack.c:640:208/usr/local/envs/kwant-stable-no-extras/lib/python3.7/site-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:17:2: warning: #warning "Using deprecated NumPy API, disable it with " "#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]209 #warning "Using deprecated NumPy API, disable it with " \210 ^~~~~~~211gcc -pthread -shared -B /usr/local/envs/kwant-stable-no-extras/compiler_compat -L/usr/local/envs/kwant-stable-no-extras/lib -Wl,-rpath=/usr/local/envs/kwant-stable-no-extras/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-3.7/kwant/linalg/lapack.o -L/usr/local/envs/kwant-stable-no-extras/lib -o build/lib.linux-x86_64-3.7/kwant/linalg/lapack.cpython-37m-x86_64-linux-gnu.so212******************************** Build summary ********************************213No MUMPS support214*******************************************************************************215$ ./setup.py build_ext -i216running build_ext217copying build/lib.linux-x86_64-3.7/kwant/_system.cpython-37m-x86_64-linux-gnu.so -> kwant218copying build/lib.linux-x86_64-3.7/kwant/operator.cpython-37m-x86_64-linux-gnu.so -> kwant219copying build/lib.linux-x86_64-3.7/kwant/graph/core.cpython-37m-x86_64-linux-gnu.so -> kwant/graph220copying build/lib.linux-x86_64-3.7/kwant/graph/dijkstra.cpython-37m-x86_64-linux-gnu.so -> kwant/graph221copying build/lib.linux-x86_64-3.7/kwant/linalg/lapack.cpython-37m-x86_64-linux-gnu.so -> kwant/linalg222******************************** Build summary ********************************223No MUMPS support224*******************************************************************************227Uploading artifacts...228untracked: found 99 files 229Uploading artifacts to coordinator... ok id=157897 responseStatus=201 Created token=8BDmxxFS230Job succeeded