See
<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/11298/display/redirect?page=changes>
Changes:
[noreply] Setup Java 21 container (#28918)
------------------------------------------
[...truncated 512.20 KB...]
12282 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:12046:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used
[-Wunused-variable]
12046 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:11668:20: warning:
‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used
[-Wunused-variable]
11668 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ =
{"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__,
METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl_row_encoders.c:11610:20: warning:
‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used
[-Wunused-variable]
11610 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ =
{"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__,
METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/coders/coder_impl_row_encoders.o -o
build/lib.linux-x86_64-3.11/apache_beam/coders/coder_impl_row_encoders.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.coders.stream' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/coders/stream.c -o
build/temp.linux-x86_64-3.11/apache_beam/coders/stream.o
apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_double’:
apache_beam/coders/stream.c:4047:185: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
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)
|
^
apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_12OutputStream_write_bigendian_float’:
apache_beam/coders/stream.c:4207:185: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
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)
|
^
apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_var_int64’:
apache_beam/coders/stream.c:7667:33: warning: comparison of integer
expressions of different signedness: ‘long int’ and ‘long unsigned int’
[-Wsign-compare]
7667 | __pyx_t_7 = ((__pyx_v_shift >= ((sizeof(int64_t)) * 8)) != 0);
| ^~
apache_beam/coders/stream.c:7681:33: warning: comparison of integer
expressions of different signedness: ‘long int’ and ‘long unsigned int’
[-Wsign-compare]
7681 | __pyx_t_7 = ((__pyx_v_shift >= (((sizeof(int64_t)) * 8) - 1))
!= 0);
| ^~
apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_double’:
apache_beam/coders/stream.c:8566:54: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
8566 | __pyx_r = (((double *)((char *)(&__pyx_v_as_long)))[0]);
| ^
apache_beam/coders/stream.c: In function
‘__pyx_f_11apache_beam_6coders_6stream_11InputStream_read_bigendian_float’:
apache_beam/coders/stream.c:8719:52: warning: dereferencing type-punned
pointer will break strict-aliasing rules [-Wstrict-aliasing]
8719 | __pyx_r = (((float *)((char *)(&__pyx_v_as_int)))[0]);
| ^
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/coders/stream.o -o
build/lib.linux-x86_64-3.11/apache_beam/coders/stream.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.statesampler_fast' extension
creating build/temp.linux-x86_64-3.11/apache_beam/runners
creating build/temp.linux-x86_64-3.11/apache_beam/runners/worker
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC -Iapache_beam/runners/worker
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/runners/worker/statesampler_fast.c -o
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/statesampler_fast.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/statesampler_fast.o -o
build/lib.linux-x86_64-3.11/apache_beam/runners/worker/statesampler_fast.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.testing.fast_test_utils' extension
creating build/temp.linux-x86_64-3.11/apache_beam/testing
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/testing/fast_test_utils.c -o
build/temp.linux-x86_64-3.11/apache_beam/testing/fast_test_utils.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/testing/fast_test_utils.o -o
build/lib.linux-x86_64-3.11/apache_beam/testing/fast_test_utils.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.transforms.cy_dataflow_distribution_counter'
extension
creating build/temp.linux-x86_64-3.11/apache_beam/transforms
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c
apache_beam/transforms/cy_dataflow_distribution_counter.c -o
build/temp.linux-x86_64-3.11/apache_beam/transforms/cy_dataflow_distribution_counter.o
apache_beam/transforms/cy_dataflow_distribution_counter.c: In function
‘__pyx_f_11apache_beam_10transforms_32cy_dataflow_distribution_counter_get_log10_round_to_floor’:
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]
1948 | __pyx_t_1 = ((__pyx_v_element >=
(__pyx_v_11apache_beam_10transforms_32cy_dataflow_distribution_counter_POWER_TEN[__pyx_v_power]))
!= 0);
| ^~
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/transforms/cy_dataflow_distribution_counter.o
-o
build/lib.linux-x86_64-3.11/apache_beam/transforms/cy_dataflow_distribution_counter.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.coders.coder_impl' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/coders/coder_impl.c -o
build/temp.linux-x86_64-3.11/apache_beam/coders/coder_impl.o
apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_17SequenceCoderImpl_encode_to_stream’:
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]
41240 | __pyx_t_9 = ((__pyx_t_14 > __pyx_v_target_buffer_size) !=
0);
| ^
At top level:
apache_beam/coders/coder_impl.c:86778:20: warning:
‘__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__’ defined but not used
[-Wunused-variable]
86778 | static PyMethodDef
__pyx_mdef___pyx_memoryviewslice_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_memoryviewslice_3__setstate_cython__, METH_O, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:86720:20: warning:
‘__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__’ defined but not used
[-Wunused-variable]
86720 | static PyMethodDef
__pyx_mdef___pyx_memoryviewslice_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_memoryviewslice_1__reduce_cython__, METH_NOARGS, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83875:20: warning:
‘__pyx_mdef___pyx_memoryview_3__setstate_cython__’ defined but not used
[-Wunused-variable]
83875 | static PyMethodDef
__pyx_mdef___pyx_memoryview_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_memoryview_3__setstate_cython__, METH_O, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83817:20: warning:
‘__pyx_mdef___pyx_memoryview_1__reduce_cython__’ defined but not used
[-Wunused-variable]
83817 | static PyMethodDef __pyx_mdef___pyx_memoryview_1__reduce_cython__
= {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_memoryview_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83723:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran’ defined but not
used [-Wunused-variable]
83723 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_23copy_fortran = {"copy_fortran",
(PyCFunction)__pyx_memoryview_copy_fortran, METH_NOARGS, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83628:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy’ defined but not used
[-Wunused-variable]
83628 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_21copy = {"copy",
(PyCFunction)__pyx_memoryview_copy, METH_NOARGS, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83551:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig’ defined but not
used [-Wunused-variable]
83551 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_19is_f_contig = {"is_f_contig",
(PyCFunction)__pyx_memoryview_is_f_contig, METH_NOARGS, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:83474:20: warning:
‘__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig’ defined but not
used [-Wunused-variable]
83474 | static PyMethodDef
__pyx_mdef_15View_dot_MemoryView_10memoryview_17is_c_contig = {"is_c_contig",
(PyCFunction)__pyx_memoryview_is_c_contig, METH_NOARGS, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:79582:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__’ defined but not used
[-Wunused-variable]
79582 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_3__setstate_cython__ = {"__setstate_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_3__setstate_cython__, METH_O, 0};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:79346:20: warning:
‘__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__’ defined but not used
[-Wunused-variable]
79346 | static PyMethodDef
__pyx_mdef___pyx_MemviewEnum_1__reduce_cython__ = {"__reduce_cython__",
(PyCFunction)__pyx_pw___pyx_MemviewEnum_1__reduce_cython__, METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:78968:20: warning:
‘__pyx_mdef___pyx_array_3__setstate_cython__’ defined but not used
[-Wunused-variable]
78968 | static PyMethodDef __pyx_mdef___pyx_array_3__setstate_cython__ =
{"__setstate_cython__", (PyCFunction)__pyx_pw___pyx_array_3__setstate_cython__,
METH_O, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:78910:20: warning:
‘__pyx_mdef___pyx_array_1__reduce_cython__’ defined but not used
[-Wunused-variable]
78910 | static PyMethodDef __pyx_mdef___pyx_array_1__reduce_cython__ =
{"__reduce_cython__", (PyCFunction)__pyx_pw___pyx_array_1__reduce_cython__,
METH_NOARGS, 0};
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c:6817:20: warning:
‘__pyx_mdef_11apache_beam_6coders_10coder_impl_5lambda1’ defined but not used
[-Wunused-variable]
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};
|
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_decode_batch_from_stream’:
apache_beam/coders/coder_impl.c:60639:42: warning: ‘__pyx_v_null_mask_c’
may be used uninitialized in this function [-Wmaybe-uninitialized]
60639 | __pyx_t_17 = (((__pyx_v_null_mask_c[(__pyx_v_i >> 3)]) &
(0x01 << (__pyx_v_i & 0x07))) != 0);
| ^
apache_beam/coders/coder_impl.c: In function
‘__pyx_f_11apache_beam_6coders_10coder_impl_12RowCoderImpl_encode_batch_to_stream’:
apache_beam/coders/coder_impl.c:59337:7: warning: ‘__pyx_v_null_bits_len’
may be used uninitialized in this function [-Wmaybe-uninitialized]
59337 | for (__pyx_t_5 = 0; __pyx_t_5 < __pyx_t_21; __pyx_t_5+=1) {
| ^~~
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/coders/coder_impl.o -o
build/lib.linux-x86_64-3.11/apache_beam/coders/coder_impl.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.metrics.cells' extension
creating build/temp.linux-x86_64-3.11/apache_beam/metrics
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/metrics/cells.c -o
build/temp.linux-x86_64-3.11/apache_beam/metrics/cells.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/metrics/cells.o -o
build/lib.linux-x86_64-3.11/apache_beam/metrics/cells.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.metrics.execution' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/metrics/execution.c -o
build/temp.linux-x86_64-3.11/apache_beam/metrics/execution.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/metrics/execution.o -o
build/lib.linux-x86_64-3.11/apache_beam/metrics/execution.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.runners.common' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/runners/common.c -o
build/temp.linux-x86_64-3.11/apache_beam/runners/common.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/runners/common.o -o
build/lib.linux-x86_64-3.11/apache_beam/runners/common.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.logger' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/runners/worker/logger.c -o
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/logger.o
x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions
-Wl,-Bsymbolic-functions -g -fwrapv -O2 -Wl,-Bsymbolic-functions -g -fwrapv -O2
-g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/logger.o -o
build/lib.linux-x86_64-3.11/apache_beam/runners/worker/logger.cpython-311-x86_64-linux-gnu.so
building 'apache_beam.runners.worker.opcounters' extension
x86_64-linux-gnu-gcc -pthread -Wsign-compare -DNDEBUG -g -fwrapv -O2
-Wall -g -fstack-protector-strong -Wformat -Werror=format-security -g -fwrapv
-O2 -g -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time
-D_FORTIFY_SOURCE=2 -fPIC
-I/tmp/pip-build-env-oytor50u/overlay/lib/python3.11/site-packages/numpy/core/include
-I<https://ci-beam.apache.org/job/beam_PostCommit_Py_ValCont/ws/src/build/gradleenv/2050596099/include>
-I/usr/include/python3.11 -c apache_beam/runners/worker/opcounters.c -o
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/opcounters.o
/tmp/ccThHXXx.s: Assembler messages:
/tmp/ccThHXXx.s: Fatal error: can't close
build/temp.linux-x86_64-3.11/apache_beam/runners/worker/opcounters.o: No space
left on device
error: command '/usr/bin/x86_64-linux-gnu-gcc' failed with exit code 1
[end of output]
note: This error originates from a subprocess, and is likely not a problem
with pip.
ERROR: Failed building wheel for apache-beam
ERROR: Could not build wheels for apache-beam, which is required to install
pyproject.toml-based projects
> Task :sdks:python:test-suites:dataflow:py311:installGcpTest FAILED
> Task :sdks:python:test-suites:dataflow:py310:installGcpTest
Building wheel for apache-beam (pyproject.toml): still running...
Building wheel for apache-beam (pyproject.toml): still running...
Building wheel for apache-beam (pyproject.toml): finished with status 'done'
Created wheel for apache-beam:
filename=apache_beam-2.52.0.dev0-cp310-cp310-linux_x86_64.whl size=14728300
sha256=582c0ee3b6a4e237c2e7f417de5086f5f571ff65ecb94d16b707419047b707ff
Stored in directory:
/home/jenkins/.cache/pip/wheels/81/af/71/15fdca7393f99c99783a7248aa2ced2b32f2393bb7cd797898
Successfully built apache-beam
Installing collected packages: sortedcontainers, pytz, pyjsparser, docopt,
crcmod, zstandard, wrapt, websocket-client, urllib3, tzlocal,
typing-extensions, threadpoolctl, tenacity, sqlparse, six, regex, pyyaml,
pyparsing, pymysql, PyJWT, pyhamcrest, pycparser, pyasn1, psycopg2-binary,
protobuf, portalocker, parameterized, overrides, orjson, objsize, numpy, mock,
joblib, jmespath, iniconfig, idna, grpcio, greenlet, google-crc32c, fasteners,
fastavro, execnet, exceptiongroup, dnspython, dill, deprecation, cloudpickle,
charset-normalizer, certifi, attrs, sqlalchemy, shapely, scipy, rsa, requests,
python-dateutil, pytest, pymongo, pydot, pyasn1-modules, pyarrow, proto-plus,
js2py, isodate, hypothesis, httplib2, googleapis-common-protos,
google-resumable-media, cffi, scikit-learn, requests-mock, pytest-xdist,
pytest-timeout, pandas, oauth2client, hdfs, grpcio-status, google-auth,
freezegun, docker, cryptography, botocore, azure-core, testcontainers,
s3transfer, grpc-google-iam-v1, google-auth-httplib2, google-apitools,
google-api-core, azure-storage-blob, apache-beam, msal, google-cloud-core,
boto3, msal-extensions, google-cloud-vision, google-cloud-videointelligence,
google-cloud-storage, google-cloud-spanner, google-cloud-resource-manager,
google-cloud-recommendations-ai, google-cloud-pubsub, google-cloud-language,
google-cloud-dlp, google-cloud-datastore, google-cloud-bigtable,
google-cloud-bigquery-storage, google-cloud-bigquery, google-cloud-pubsublite,
google-cloud-aiplatform, azure-identity
Successfully installed PyJWT-2.8.0 apache-beam-2.52.0.dev0 attrs-23.1.0
azure-core-1.29.5 azure-identity-1.15.0b2 azure-storage-blob-12.19.0b1
boto3-1.28.67 botocore-1.31.67 certifi-2023.7.22 cffi-1.16.0
charset-normalizer-3.3.0 cloudpickle-2.2.1 crcmod-1.7 cryptography-41.0.4
deprecation-2.1.0 dill-0.3.1.1 dnspython-2.4.2 docker-6.1.3 docopt-0.6.2
exceptiongroup-1.1.3 execnet-2.0.2 fastavro-1.8.4 fasteners-0.19
freezegun-1.2.2 google-api-core-2.12.0 google-apitools-0.5.31
google-auth-2.23.3 google-auth-httplib2-0.1.1 google-cloud-aiplatform-1.35.0
google-cloud-bigquery-3.12.0 google-cloud-bigquery-storage-2.22.0
google-cloud-bigtable-2.21.0 google-cloud-core-2.3.3
google-cloud-datastore-2.18.0 google-cloud-dlp-3.12.3
google-cloud-language-2.11.1 google-cloud-pubsub-2.18.4
google-cloud-pubsublite-1.8.3 google-cloud-recommendations-ai-0.10.5
google-cloud-resource-manager-1.10.4 google-cloud-spanner-3.40.1
google-cloud-storage-2.12.0 google-cloud-videointelligence-2.11.4
google-cloud-vision-3.4.5 google-crc32c-1.5.0 google-resumable-media-2.6.0
googleapis-common-protos-1.61.0 greenlet-3.0.0 grpc-google-iam-v1-0.12.6
grpcio-1.59.0 grpcio-status-1.59.0 hdfs-2.7.3 httplib2-0.22.0 hypothesis-6.88.1
idna-3.4 iniconfig-2.0.0 isodate-0.6.1 jmespath-1.0.1 joblib-1.3.2 js2py-0.74
mock-5.1.0 msal-1.24.1 msal-extensions-1.0.0 numpy-1.24.4 oauth2client-4.1.3
objsize-0.6.1 orjson-3.9.9 overrides-6.5.0 pandas-1.5.3 parameterized-0.9.0
portalocker-2.8.2 proto-plus-1.23.0rc1 protobuf-4.24.4 psycopg2-binary-2.9.9
pyarrow-11.0.0 pyasn1-0.5.0 pyasn1-modules-0.3.0 pycparser-2.21 pydot-1.4.2
pyhamcrest-2.0.4 pyjsparser-2.7.1 pymongo-4.5.0 pymysql-1.1.0 pyparsing-3.1.1
pytest-7.4.2 pytest-timeout-2.2.0 pytest-xdist-3.3.1 python-dateutil-2.8.2
pytz-2023.3.post1 pyyaml-6.0.1 regex-2023.10.3 requests-2.31.0
requests-mock-1.11.0 rsa-4.9 s3transfer-0.7.0 scikit-learn-1.3.1 scipy-1.11.3
shapely-2.0.2 six-1.16.0 sortedcontainers-2.4.0 sqlalchemy-1.4.49
sqlparse-0.4.4 tenacity-8.2.3 testcontainers-3.7.1 threadpoolctl-3.2.0
typing-extensions-4.8.0 tzlocal-5.1 urllib3-2.0.7 websocket-client-1.6.4
wrapt-1.16.0rc1 zstandard-0.21.0
WARNING: There was an error checking the latest version of pip.
> Task :sdks:python:test-suites:dataflow:py310:initializeForDataflowJob
FAILURE: Build completed with 7 failures.
1: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py39:installGcpTest'.
> Process 'command 'sh'' 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.
==============================================================================
2: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py38:installGcpTest'.
> Process 'command 'sh'' 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.
==============================================================================
3: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py311: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.
==============================================================================
4: Task 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.
==============================================================================
5: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py310: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.
==============================================================================
6: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task ':sdks:python:container:py39: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.
==============================================================================
7: Task failed with an exception.
-----------
* What went wrong:
Execution failed for task
':sdks:python:test-suites:dataflow:py311:installGcpTest'.
> Process 'command 'sh'' 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 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings
and determine if they come from your own scripts or plugins.
For more on this, please refer to
https://docs.gradle.org/8.3/userguide/command_line_interface.html#sec:command_line_warnings
in the Gradle documentation.
BUILD FAILED in 7m 55s
52 actionable tasks: 46 executed, 1 from cache, 5 up-to-date
Publishing build scan...
https://ge.apache.org/s/v742o7p3sanzq
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]