DEBUG: Executing shell function do_compile
NOTE: cmake --build TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build --target all --
[1/4276] cd TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests && TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native/usr/bin/python3-native/python3 TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/find_static_tests.py TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests shader TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests/shader.list
[2/4276] cd TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests && TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native/usr/bin/python3-native/python3 TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/find_static_tests.py TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests glslparser TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests/glslparser.list
[3/4276] cd TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests && TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native/usr/bin/python3-native/python3 TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/find_static_tests.py TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests asmparser TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests/asmparser.list
[4/4276] cd TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests && TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native/usr/bin/python3-native/python3 TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/find_static_tests.py TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests vkrunner TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests/vkrunner.list
[5/4276] Generating tcs_input_tests.list
[6/4276] Generating tes_input_tests.list
[7/4276] Generating ../../../tests/vulkan.xml.gz
[8/4276] Generating outerproduct_invalid_params.list
[9/4276] Generating inout_fp64.list
[10/4276] Generating non-lvalue_tests.list
[11/4276] Generating const_builtin_equal_tests.list
[12/4276] Generating shader_image_nv_image_formats_tests.list
[13/4276] Generating shader_intel_conservative_rasterization.list
[14/4276] Generating outerproduct_tests.list
[15/4276] Generating ../bin/replayer.py
[16/4276] Generating interpolation_tests.list
[17/4276] Generating interface_block_tests.list
[18/4276] Generating shader_framebuffer_fetch_tests.list
[19/4276] Generating shader_bit_encoding_tests.list
[20/4276] Generating texture_lod_tests.list
[21/4276] Generating shader_image_load_store_tests.list
[22/4276] Generating interpolation-qualifier-built-in-variable.list
[23/4276] Generating vp-tex.list
[24/4276] Generating uniform-initializer_tests.list
[25/4276] Generating texture_query_lod_tests.list
[26/4276] Generating flat_interpolation_qualifier.list
[27/4276] Generating ../../../tests/llvmpipe_gl.xml.gz
[28/4276] Generating variable_index_write_tests.list
[29/4276] Generating gpu_shader4_tests.list
[30/4276] Generating ../../../tests/quick_gl.xml.gz
[31/4276] Generating gen_extensions_defined.list
[32/4276] Generating variable_index_read_tests.list
[33/4276] Generating builtin_packing_tests.list
[34/4276] Generating conversion.list
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_conversion.py:382: RuntimeWarning: overflow encountered in cast
  float_double = np.float32(TestTuple.hex_to_double(hstr))
[35/4276] Generating ../../../tests/opengl.xml.gz
[36/4276] Generating intel_shader_integer_functions2_tests.list
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:79: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:78: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:103: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:102: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -9223372036854775808 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -9223372036854775807 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -144115188075855872 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -144115188075855871 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2251799813685248 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2251799813685247 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -35184372088832 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -35184372088831 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -549755813888 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -549755813887 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8589934592 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8589934591 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2097152 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2097151 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -512 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -511 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:321: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.uint64(x) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -418699553 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -175095307 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -969160875 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:117: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -180400474 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -418699553 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -175095307 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -969160875 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:116: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -180400474 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:131: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -418699553 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:131: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -175095307 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:131: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -969160875 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:131: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -180400474 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:130: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -418699553 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:130: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -175095307 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:130: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -969160875 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:130: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -180400474 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -9223372036854775807 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -9223372036854775808 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2773257681930113928 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1573868268910861955 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2919212144041606725 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1495429279173051836 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:363: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -4385031417138154509 to uint64 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  return [np.int64(np.uint64(x)) for x in srcs]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:212: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:211: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:205: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:204: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:240: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.int32(np.uint32(_b))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:239: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.int32(np.uint32(_a))
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483648 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:233: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  b = np.uint32(_b)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2147483647 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217728 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -134217727 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388608 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8388607 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524288 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -524287 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32768 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -32767 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2048 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -2047 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -128 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -127 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -8 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -7 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -5 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -3 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/gen_intel_shader_integer_functions2_tests.py:232: DeprecationWarning: NumPy will stop allowing conversion of out-of-bound Python integers to integer arrays.  The conversion of -1 to uint32 will fail in the future.
For the old behavior, usually:
    np.array(value).astype(dtype)
will give the desired result (the cast overflows).
  a = np.uint32(_a)
[37/4276] Generating tests/util/piglit-dispatch-gen.c, tests/util/piglit-dispatch-gen.h, tests/util/piglit-util-gl-enum-gen.c
[38/4276] Generating shader_precision_tests.list
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1479: RuntimeWarning: overflow encountered in scalar negative
  f('op-neg', 1, 110, lambda x: -x, None,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1527: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitand-neg', 2, 130, lambda x, y: x & (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1533: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitor-neg', 2, 130, lambda x, y: x | (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1539: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitxor-neg', 2, 130, lambda x, y: x ^ (-y), match_simple_binop,
[39/4276] Building C object target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-log.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[40/4276] Building C object target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util.c.o
FAILED: target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util.c.o 
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native/usr/bin/aarch64-yoe-linux-musl/aarch64-yoe-linux-musl-clang --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot -DHAVE_LIBDRM -DPIGLIT_HAS_EGL -DPIGLIT_HAS_GBM -DPIGLIT_HAS_GBM_BO_GET_FD_FOR_PLANE -DPIGLIT_HAS_GBM_BO_MAP -DPIGLIT_HAS_GLX -DPIGLIT_HAS_PNG -DPIGLIT_HAS_POSIX_CLOCK_MONOTONIC -DPIGLIT_HAS_POSIX_TIMER_NOTIFY_THREAD -DPIGLIT_HAS_PTHREADS -DPIGLIT_HAS_WAYLAND -DPIGLIT_HAS_X11 -DPIGLIT_USE_WAFFLE -DSOURCE_DIR=\"TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/\" -DWAFFLE_API_VERSION=0x0103 -D_GNU_SOURCE -Dpiglitutil_EXPORTS -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot/usr/include/libdrm -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/src -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/tests/util -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util -ITOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build/target_api/no_api/tests/util -target aarch64-yoe-linux-musl  -mcpu=cortex-a57 -march=armv8-a+crc -mbranch-protection=standard -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types   -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git=/usr/src/debug/piglit/1.0+gitr  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git=/usr/src/debug/piglit/1.0+gitr  -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build=/usr/src/debug/piglit/1.0+gitr  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build=/usr/src/debug/piglit/1.0+gitr  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/recipe-sysroot-native=  -ffloat-store -g -fPIC -MD -MT target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util.c.o -MF target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util.c.o.d -o target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util.c.o -c TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/piglit-util.c
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/piglit-util.c:687:18: error: call to undeclared function 'basename'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
  687 |                         printf(usage, basename(argv[0]));
      |                                       ^
1 error generated.
[41/4276] Building C object target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-subprocess.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[42/4276] Building C object target_api/no_api/tests/util/CMakeFiles/piglitutil.dir/piglit-util-egl.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[43/4276] Building C object target_api/no_api/tests/gbm/CMakeFiles/gbm-multi-plane.dir/gbm-multi-plane.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[44/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_client_extensions/CMakeFiles/egl_ext_client_extensions.dir/egl_ext_client_extensions.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[45/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_device_query/CMakeFiles/egl_ext_device_query.dir/egl_ext_device_query.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[46/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_device_enumeration/CMakeFiles/egl_ext_device_enumeration.dir/egl_ext_device_enumeration.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[47/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_device_drm/CMakeFiles/egl_ext_device_drm.dir/egl_ext_device_drm.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[48/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_platform_device/CMakeFiles/egl_ext_platform_device.dir/egl_ext_platform_device.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[49/4276] Building C object target_api/no_api/tests/egl/spec/egl_ext_image_dma_buf_import_modifiers/CMakeFiles/egl_ext_image_dma_buf_import_modifiers-query.dir/query_format_modifiers.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[50/4276] Building C object target_api/no_api/tests/egl/spec/egl_khr_display_reference/CMakeFiles/egl_khr_display_reference.dir/egl_khr_display_reference.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[51/4276] Building C object target_api/no_api/tests/egl/spec/egl_khr_get_all_proc_addresses/CMakeFiles/egl_khr_get_all_proc_addresses.dir/egl_khr_get_all_proc_addresses.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[52/4276] Building C object target_api/no_api/tests/egl/spec/egl_mesa_device_software/CMakeFiles/egl_mesa_device_software.dir/egl_mesa_device_software.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[53/4276] Building C object target_api/no_api/tests/egl/spec/egl_mesa_platform_surfaceless/CMakeFiles/egl_mesa_platform_surfaceless.dir/egl_mesa_platform_surfaceless.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[54/4276] Building C object target_api/no_api/tests/egl/spec/egl_mesa_query_driver/CMakeFiles/egl_mesa_query_driver.dir/egl_mesa_query_driver.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[55/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-glx-framework.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[56/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-dispatch-init.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[57/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitutil_gl.dir/fdo-bitmap.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[58/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-shader.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[59/4276] Generating builtin_uniform_tests_fp64.list
[60/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitutil_gl.dir/minmax-test.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:257:16: warning: implicit conversion from 'unsigned int' to 'GLfloat' (aka 'float') changes value from 3735928559 to 3735928576 [-Wimplicit-const-int-float-conversion]
  257 |         GLfloat val = SENTINEL;
      |                 ~~~   ^~~~~~~~
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:100:19: note: expanded from macro 'SENTINEL'
  100 | #define SENTINEL  0xDEADBEEF
      |                   ^~~~~~~~~~
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:286:31: warning: implicit conversion from 'unsigned int' to 'GLfloat' (aka 'float') changes value from 3735928559 to 3735928576 [-Wimplicit-const-int-float-conversion]
  286 |         GLfloat vals[2] = {SENTINEL, SENTINEL};
      |                           ~          ^~~~~~~~
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:100:19: note: expanded from macro 'SENTINEL'
  100 | #define SENTINEL  0xDEADBEEF
      |                   ^~~~~~~~~~
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:286:21: warning: implicit conversion from 'unsigned int' to 'GLfloat' (aka 'float') changes value from 3735928559 to 3735928576 [-Wimplicit-const-int-float-conversion]
  286 |         GLfloat vals[2] = {SENTINEL, SENTINEL};
      |                           ~^~~~~~~~
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/tests/util/minmax-test.c:100:19: note: expanded from macro 'SENTINEL'
  100 | #define SENTINEL  0xDEADBEEF
      |                   ^~~~~~~~~~
3 warnings generated.
[61/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-glx-util.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[62/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-util-gl.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[63/4276] Generating constant_array_size_tests_fp64.list
[64/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/__/__/__/__/tests/util/piglit-util-gl-enum-gen.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[65/4276] Generating ubo_tests.list
[66/4276] Generating inout_64bit.list
[67/4276] Generating constant_array_size_tests.list
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1479: RuntimeWarning: overflow encountered in scalar negative
  f('op-neg', 1, 110, lambda x: -x, None,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1527: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitand-neg', 2, 130, lambda x, y: x & (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1533: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitor-neg', 2, 130, lambda x, y: x | (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1539: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitxor-neg', 2, 130, lambda x, y: x ^ (-y), match_simple_binop,
[68/4276] Generating builtin_uniform_tests.list
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1479: RuntimeWarning: overflow encountered in scalar negative
  f('op-neg', 1, 110, lambda x: -x, None,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1527: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitand-neg', 2, 130, lambda x, y: x & (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1533: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitor-neg', 2, 130, lambda x, y: x | (-y), match_simple_binop,
TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/git/generated_tests/builtin_function.py:1539: RuntimeWarning: overflow encountered in scalar negative
  f('op-bitxor-neg', 2, 130, lambda x, y: x ^ (-y), match_simple_binop,
[69/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitglxutil.dir/piglit-dispatch.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[70/4276] Building C object target_api/gl/tests/util/CMakeFiles/piglitutil_gl.dir/piglit-dispatch.c.o
aarch64-yoe-linux-musl-clang: warning: optimization flag '-ffloat-store' is not supported [-Wignored-optimization-argument]
[71/4276] Generating vs_in_fp64.list
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1808476:161 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script): 
	#1: cmake_runcmake_build, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1808476, line 161
	#2: cmake_do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1808476, line 155
	#3: do_compile, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1808476, line 150
	#4: main, TOPDIR/build/tmp/work/cortexa57-yoe-linux-musl/piglit/1.0+gitr/temp/run.do_compile.1808476, line 174

Error details

Submitted on:
20/01/24 18:22
Error type:
Recipe
Task:
do_compile
Recipe:
piglit
Recipe version:
1.0+gitr-r0
Machine:
qemuarm64
Distro:
yoe
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux-musl
Host distro:
ubuntu-22.04/ubuntu-22.04
Branch:
HEAD
Commit:
413570d1dd311a1ef8bace299d78f43dbb7c9565
Build:
#177371
Submitter:
ab@rdk
Similar errors:
0
Open a bug