See
<https://ci-beam.apache.org/job/beam_PostCommit_XVR_Flink/7184/display/redirect>
Changes:
------------------------------------------
[...truncated 617.62 KB...]
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:16328:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy’ defined but not used
[-Wunused-variable]
#9 390.2 16328 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy",
(PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:16251:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig’ defined but not
used [-Wunused-variable]
#9 390.2 16251 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig",
(PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:16174:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig’ defined but not
used [-Wunused-variable]
#9 390.2 16174 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig",
(PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:12282:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.2 12282 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:12046:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.2 12046 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:11668:20: warning:
‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.2 11668 | static PyMethodDef
__pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0};
#9 390.2 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 apache_beam/coders/coder_impl_row_encoders.c:11610:20: warning:
‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.2 11610 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__
= {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__,
METH_NOARGS, 0};
#9 390.2 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.2 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/coders/coder_impl_row_encoders.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/coders/coder_impl_row_encoders.cpython-38-x86_64-linux-gnu.so
#9 390.3 building 'apache_beam.coders.stream' extension
#9 390.3 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/coders/stream.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/coders/stream.o
#9 390.3 apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_double’:
#9 390.3 apache_beam/coders/stream.c:4047:185: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
#9 390.3 4047 | __pyx_t_1 = ((struct
__pyx_vtabstruct_11apache_beam_6coders_6stream_OutputStream
*)__pyx_v_self->__pyx_vtab)->write_bigendian_int64(__pyx_v_self, (((int64_t
*)((char *)(&__pyx_v_d)))[0]), 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 113,
__pyx_L1_error)
#9 390.3 |
^
#9 390.3 apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_float’:
#9 390.3 apache_beam/coders/stream.c:4207:185: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
#9 390.3 4207 | __pyx_t_1 = ((struct
__pyx_vtabstruct_11apache_beam_6coders_6stream_OutputStream
*)__pyx_v_self->__pyx_vtab)->write_bigendian_int32(__pyx_v_self, (((int32_t
*)((char *)(&__pyx_v_f)))[0]), 0); if (unlikely(!__pyx_t_1)) __PYX_ERR(1, 116,
__pyx_L1_error)
#9 390.3 |
^
#9 390.3 apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_var_int64’:
#9 390.3 apache_beam/coders/stream.c:7667:33: warning: comparison of integer
expressions of different signedness: ‘long int’ and ‘long unsigned int’
[-Wsign-compare]
#9 390.3 7667 | __pyx_t_7 = ((__pyx_v_shift >= ((sizeof(int64_t)) * 8))
!= 0);
#9 390.3 | ^~
#9 390.3 apache_beam/coders/stream.c:7681:33: warning: comparison of integer
expressions of different signedness: ‘long int’ and ‘long unsigned int’
[-Wsign-compare]
#9 390.3 7681 | __pyx_t_7 = ((__pyx_v_shift >= (((sizeof(int64_t)) * 8)
- 1)) != 0);
#9 390.3 | ^~
#9 390.3 apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_double’:
#9 390.3 apache_beam/coders/stream.c:8566:54: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
#9 390.3 8566 | __pyx_r = (((double *)((char *)(&__pyx_v_as_long)))[0]);
#9 390.3 | ^
#9 390.3 apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_float’:
#9 390.3 apache_beam/coders/stream.c:8719:52: warning: dereferencing
type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
#9 390.3 8719 | __pyx_r = (((float *)((char *)(&__pyx_v_as_int)))[0]);
#9 390.3 | ^
#9 390.3 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/coders/stream.o -L/usr/local/lib
-o
build/lib.linux-x86_64-cpython-38/apache_beam/coders/stream.cpython-38-x86_64-linux-gnu.so
#9 390.3 building 'apache_beam.runners.worker.statesampler_fast' extension
#9 390.3 creating build/temp.linux-x86_64-cpython-38/apache_beam/runners
#9 390.3 creating
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker
#9 390.3 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -Iapache_beam/runners/worker
-I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c
apache_beam/runners/worker/statesampler_fast.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/statesampler_fast.o
#9 390.4 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/statesampler_fast.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/runners/worker/statesampler_fast.cpython-38-x86_64-linux-gnu.so
#9 390.5 building 'apache_beam.testing.fast_test_utils' extension
#9 390.5 creating build/temp.linux-x86_64-cpython-38/apache_beam/testing
#9 390.5 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/testing/fast_test_utils.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/testing/fast_test_utils.o
#9 390.5 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/testing/fast_test_utils.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/testing/fast_test_utils.cpython-38-x86_64-linux-gnu.so
#9 390.6 building 'apache_beam.transforms.cy_dataflow_distribution_counter'
extension
#9 390.6 creating build/temp.linux-x86_64-cpython-38/apache_beam/transforms
#9 390.6 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c
apache_beam/transforms/cy_dataflow_distribution_counter.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/transforms/cy_dataflow_distribution_counter.o
#9 390.6 apache_beam/transforms/cy_dataflow_distribution_counter.c: In
function
‘__pyx_f_11apache_beam_10transforms_32cy_dataflow_distribution_counter_get_log10_round_to_floor’:
#9 390.6 apache_beam/transforms/cy_dataflow_distribution_counter.c:1948:35:
warning: comparison of integer expressions of different signedness: ‘int64_t’
{aka ‘long int’} and ‘long long unsigned int’ [-Wsign-compare]
#9 390.6 1948 | __pyx_t_1 = ((__pyx_v_element >=
(__pyx_v_11apache_beam_10transforms_32cy_dataflow_distribution_counter_POWER_TEN[__pyx_v_power]))
!= 0);
#9 390.6 | ^~
#9 390.6 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/transforms/cy_dataflow_distribution_counter.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/transforms/cy_dataflow_distribution_counter.cpython-38-x86_64-linux-gnu.so
#9 390.7 building 'apache_beam.coders.coder_impl' extension
#9 390.7 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/coders/coder_impl.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/coders/coder_impl.o
#9 390.7 apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_17SequenceCoderImpl_encode_to_stream’:
#9 390.7 apache_beam/coders/coder_impl.c:41240:32: warning: comparison of
integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’}
and ‘int64_t’ {aka ‘long int’} [-Wsign-compare]
#9 390.7 41240 | __pyx_t_9 = ((__pyx_t_14 > __pyx_v_target_buffer_size)
!= 0);
#9 390.7 | ^
#9 390.7 At top level:
#9 390.7 apache_beam/coders/coder_impl.c:86778:20: warning:
‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 86778 | static PyMethodDef
__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:86720:20: warning:
‘__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 86720 | static PyMethodDef
__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83875:20: warning:
‘__pyx_mdef___pyx_memoryview_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 83875 | static PyMethodDef
__pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83817:20: warning:
‘__pyx_mdef___pyx_memoryview_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 83817 | static PyMethodDef
__pyx_mdef___pyx_memoryview_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83723:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran’ defined but not
used [-Wunused-variable]
#9 390.7 83723 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran",
(PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83628:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy’ defined but not used
[-Wunused-variable]
#9 390.7 83628 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy",
(PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83551:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig’ defined but not
used [-Wunused-variable]
#9 390.7 83551 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig",
(PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:83474:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig’ defined but not
used [-Wunused-variable]
#9 390.7 83474 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig",
(PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:79582:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 79582 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:79346:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 79346 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:78968:20: warning:
‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 78968 | static PyMethodDef
__pyx_mdef___pyx_array_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__, METH_O, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:78910:20: warning:
‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used
[-Wunused-variable]
#9 390.7 78910 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__
= {"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__,
METH_NOARGS, 0};
#9 390.7 | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c:6817:20: warning:
‘__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1’ defined but not used
[-Wunused-variable]
#9 390.7 6817 | static PyMethodDef
__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1 = {"lambda1",
(PyCFunction)(void*)(PyCFunctionWithKeywords)__pyx_pw_11apache_beam_6coders_10coder_impl_5lambda1,
METH_VARARGS|METH_KEYWORDS, 0};
#9 390.7 |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#9 390.7 apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_decode_batch_from_stream’:
#9 390.7 apache_beam/coders/coder_impl.c:60639:42: warning:
‘__pyx_v_null_mask_c’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
#9 390.8 60639 | __pyx_t_17 = (((__pyx_v_null_mask_c[(__pyx_v_i >> 3)])
& (0x01 << (__pyx_v_i & 0x07))) != 0);
#9 390.8 | ^
#9 390.8 apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_encode_batch_to_stream’:
#9 390.8 apache_beam/coders/coder_impl.c:59337:7: warning:
‘__pyx_v_null_bits_len’ may be used uninitialized in this function
[-Wmaybe-uninitialized]
#9 390.8 59337 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_21;
__pyx_t_5+=1) {
#9 390.8 | ^~~
#9 390.8 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/coders/coder_impl.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/coders/coder_impl.cpython-38-x86_64-linux-gnu.so
#9 391.1 building 'apache_beam.metrics.cells' extension
#9 391.1 creating build/temp.linux-x86_64-cpython-38/apache_beam/metrics
#9 391.1 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/metrics/cells.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/metrics/cells.o
#9 391.2 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/metrics/cells.o -L/usr/local/lib
-o
build/lib.linux-x86_64-cpython-38/apache_beam/metrics/cells.cpython-38-x86_64-linux-gnu.so
#9 391.2 building 'apache_beam.metrics.execution' extension
#9 391.2 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/metrics/execution.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/metrics/execution.o
#9 391.2 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/metrics/execution.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/metrics/execution.cpython-38-x86_64-linux-gnu.so
#9 391.4 building 'apache_beam.runners.common' extension
#9 391.4 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/runners/common.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/runners/common.o
#9 391.5 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/runners/common.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/runners/common.cpython-38-x86_64-linux-gnu.so
#9 391.7 building 'apache_beam.runners.worker.logger' extension
#9 391.7 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/runners/worker/logger.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/logger.o
#9 391.7 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/logger.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/runners/worker/logger.cpython-38-x86_64-linux-gnu.so
#9 391.8 building 'apache_beam.runners.worker.opcounters' extension
#9 391.8 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/runners/worker/opcounters.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/opcounters.o
#9 391.9 gcc -pthread -shared
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/opcounters.o
-L/usr/local/lib -o
build/lib.linux-x86_64-cpython-38/apache_beam/runners/worker/opcounters.cpython-38-x86_64-linux-gnu.so
#9 391.9 building 'apache_beam.runners.worker.operations' extension
#9 391.9 gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv
-O3 -Wall -fPIC -I/usr/local/lib/python3.8/site-packages/numpy/core/include
-I/usr/local/include/python3.8 -c apache_beam/runners/worker/operations.c -o
build/temp.linux-x86_64-cpython-38/apache_beam/runners/worker/operations.o
#9 426.2 apache_beam/runners/worker/operations.c:68854:1: fatal error: error
writing to /tmp/ccPTWwhk.s: No space left on device
#9 426.2 68854 | }
#9 426.2 | ^
#9 426.2 compilation terminated.
#9 426.2 error: command '/usr/local/bin/gcc' failed with exit code 1
#9 426.3 error: subprocess-exited-with-error
#9 426.3
#9 426.3 × Running setup.py install for apache-beam did not run successfully.
#9 426.3 │ exit code: 1
#9 426.3 ╰─> See above for output.
#9 426.3
#9 426.3 note: This error originates from a subprocess, and is likely not a
problem with pip.
#9 426.3 full command: /usr/local/bin/python -u -c '
#9 426.3 exec(compile('"'"''"'"''"'"'
#9 426.3 # This is <pip-setuptools-caller> -- a caller that pip uses to run
setup.py
#9 426.3 #
#9 426.3 # - It imports setuptools before invoking setup.py, to enable
projects that directly
#9 426.3 # import from `distutils.core` to work with newer packaging
standards.
#9 426.3 # - It provides a clear error message when setuptools is not
installed.
#9 426.3 # - It sets `sys.argv[0]` to the underlying `setup.py`, when
invoking `setup.py` so
#9 426.3 # setuptools doesn'"'"'t think the script is `-c`. This avoids the
following warning:
#9 426.3 # manifest_maker: standard file '"'"'-c'"'"' not found".
#9 426.3 # - It generates a shim setup.py, for handling setup.cfg-only
projects.
#9 426.3 import os, sys, tokenize
#9 426.3
#9 426.3 try:
#9 426.3 import setuptools
#9 426.3 except ImportError as error:
#9 426.3 print(
#9 426.3 "ERROR: Can not execute `setup.py` since setuptools is not
available in "
#9 426.3 "the build environment.",
#9 426.3 file=sys.stderr,
#9 426.3 )
#9 426.3 sys.exit(1)
#9 426.3
#9 426.3 __file__ = %r
#9 426.3 sys.argv[0] = __file__
#9 426.3
#9 426.3 if os.path.exists(__file__):
#9 426.3 filename = __file__
#9 426.3 with tokenize.open(__file__) as f:
#9 426.3 setup_py_code = f.read()
#9 426.3 else:
#9 426.3 filename = "<auto-generated setuptools caller>"
#9 426.3 setup_py_code = "from setuptools import setup; setup()"
#9 426.3
#9 426.3 exec(compile(setup_py_code, filename, "exec"))
#9 426.3 '"'"''"'"''"'"' % ('"'"'/tmp/pip-req-build-07zqn1ix/setup.py'"'"',),
"<pip-setuptools-caller>", "exec"))' install --record
/tmp/pip-record-32v74y2j/install-record.txt --single-version-externally-managed
--compile --install-headers /usr/local/include/python3.8/apache-beam
#9 426.3 cwd: /tmp/pip-req-build-07zqn1ix/
#9 426.3 Running setup.py install for apache-beam: finished with status
'error'
#9 426.3 error: legacy-install-failure
#9 426.3
#9 426.3 × Encountered error while trying to install package.
#9 426.3 ╰─> apache-beam
#9 426.3
#9 426.3 note: This is an issue with the package mentioned above, not pip.
#9 426.3 hint: See above for output from the failure.
#9 426.3
#9 426.3 [notice] A new release of pip is available: 23.0.1 -> 23.2.1
#9 426.3 [notice] To update, run: pip install --upgrade pip
#9 426.5 Container does not include required Beam dependencies or has
conflicting dependencies. If Beam dependencies have changed, you need to
regenerate base_image_requirements.txt files. See:
https://s.apache.org/beam-python-requirements-generate
#9 ERROR: executor failed running [/bin/sh -c apt-get update && apt-get
install -y libsnappy-dev libyaml-dev ccache &&
rm -rf /var/lib/apt/lists/* && pip install --upgrade setuptools && pip
install --no-deps -r /tmp/base_image_requirements.txt && rm -rf
/tmp/base_image_requirements.txt && python -c "import nltk;
nltk.download('stopwords')" && rm /root/nltk_data/corpora/stopwords.zip &&
python -c "from google.protobuf.internal import api_implementation; assert
api_implementation._implementation_type == 'upb'; print ('Verified fast
protobuf used.')" && mkdir -p /usr/local/gcloud && cd /usr/local/gcloud
&& curl -s -O
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz && tar
-xf google-cloud-sdk.tar.gz &&
/usr/local/gcloud/google-cloud-sdk/install.sh && rm -rf
/usr/local/gcloud/google-cloud-sdk/.install/.backup && rm
google-cloud-sdk.tar.gz && ln -s /usr/bin/ccache /usr/local/bin/gcc &&
ccache --set-config=sloppiness=file_macro && ccache --set-config=hash_dir=false
&& pip install --no-deps -v /opt/apache/beam/tars/apache-beam.tar.gz[gcp]
&& pip check || (echo "Container does not include required Beam
dependencies or has conflicting dependencies. If Beam dependencies have
changed, you need to regenerate base_image_requirements.txt files. See:
https://s.apache.org/beam-python-requirements-generate" && exit 1) && pip
freeze --all && rm -rf /root/.cache/pip]: exit code: 1
------
> [beam 5/5] RUN apt-get update && apt-get install -y
> libsnappy-dev libyaml-dev ccache && rm -rf
> /var/lib/apt/lists/* && pip install --upgrade setuptools && pip
> install --no-deps -r /tmp/base_image_requirements.txt && rm -rf
> /tmp/base_image_requirements.txt && python -c "import nltk;
> nltk.download('stopwords')" && rm /root/nltk_data/corpora/stopwords.zip
> && python -c "from google.protobuf.internal import api_implementation;
> assert api_implementation._implementation_type == 'upb'; print ('Verified
> fast protobuf used.')" && mkdir -p /usr/local/gcloud && cd
> /usr/local/gcloud && curl -s -O
> https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz && tar
> -xf google-cloud-sdk.tar.gz &&
> /usr/local/gcloud/google-cloud-sdk/install.sh && rm -rf
> /usr/local/gcloud/google-cloud-sdk/.install/.backup && rm
> google-cloud-sdk.tar.gz && ln -s /usr/bin/ccache /usr/local/bin/gcc &&
> ccache --set-config=sloppiness=file_macro && ccache
> --set-config=hash_dir=false && pip install --no-deps -v
> /opt/apache/beam/tars/apache-beam.tar.gz[gcp] && pip check || (echo
> "Container does not include required Beam dependencies or has conflicting
> dependencies. If Beam dependencies have changed, you need to regenerate
> base_image_requirements.txt files. See:
> https://s.apache.org/beam-python-requirements-generate" && exit 1) &&
> pip freeze --all && rm -rf /root/.cache/pip:
#9 426.3
#9 426.3 × Encountered error while trying to install package.
#9 426.3 ╰─> apache-beam
#9 426.3
#9 426.3 note: This is an issue with the package mentioned above, not pip.
#9 426.3 hint: See above for output from the failure.
#9 426.3
#9 426.3 [notice] A new release of pip is available: 23.0.1 -> 23.2.1
#9 426.3 [notice] To update, run: pip install --upgrade pip
#9 426.5 Container does not include required Beam dependencies or has
conflicting dependencies. If Beam dependencies have changed, you need to
regenerate base_image_requirements.txt files. See:
https://s.apache.org/beam-python-requirements-generate
------
ERROR: failed to solve: executor failed running [/bin/sh -c apt-get update &&
apt-get install -y libsnappy-dev libyaml-dev ccache
&& rm -rf /var/lib/apt/lists/* && pip install --upgrade setuptools &&
pip install --no-deps -r /tmp/base_image_requirements.txt && rm -rf
/tmp/base_image_requirements.txt && python -c "import nltk;
nltk.download('stopwords')" && rm /root/nltk_data/corpora/stopwords.zip &&
python -c "from google.protobuf.internal import api_implementation; assert
api_implementation._implementation_type == 'upb'; print ('Verified fast
protobuf used.')" && mkdir -p /usr/local/gcloud && cd /usr/local/gcloud
&& curl -s -O
https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz && tar
-xf google-cloud-sdk.tar.gz &&
/usr/local/gcloud/google-cloud-sdk/install.sh && rm -rf
/usr/local/gcloud/google-cloud-sdk/.install/.backup && rm
google-cloud-sdk.tar.gz && ln -s /usr/bin/ccache /usr/local/bin/gcc &&
ccache --set-config=sloppiness=file_macro && ccache --set-config=hash_dir=false
&& pip install --no-deps -v /opt/apache/beam/tars/apache-beam.tar.gz[gcp]
&& pip check || (echo "Container does not include required Beam
dependencies or has conflicting dependencies. If Beam dependencies have
changed, you need to regenerate base_image_requirements.txt files. See:
https://s.apache.org/beam-python-requirements-generate" && exit 1) && pip
freeze --all && rm -rf /root/.cache/pip]: exit code: 1
> Task :sdks:python:container:py38:docker FAILED
> Task :runners:flink:1.15:job-server:flinkJobServerCleanup
Stopping job server pid: 1557336.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':sdks:python:container:py38:docker'.
> Process 'command 'docker'' finished with non-zero exit value 1
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
* Get more help at https://help.gradle.org
Deprecated Gradle features were used in this build, making it incompatible with
Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
See
https://docs.gradle.org/7.6.2/userguide/command_line_interface.html#sec:command_line_warnings
Execution optimizations have been disabled for 1 invalid unit(s) of work during
this build to ensure correctness.
Please consult deprecation warnings for more details.
BUILD FAILED in 9m 31s
275 actionable tasks: 182 executed, 81 from cache, 12 up-to-date
Publishing build scan...
https://ge.apache.org/s/ufkqsxemi4vkw
Build step 'Invoke Gradle script' changed build result to FAILURE
Build step 'Invoke Gradle script' marked build as failure
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]