Showing build.log
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[03:54:39] Transferring environment variable script to build VM
[03:54:41] Transferring kokoro_log_reader.py to build VM
[03:54:42] Transferring source code to build VM
[03:54:52] Executing build script on build VM
[ID: 7207600] Executing command via SSH:
export KOKORO_BUILD_NUMBER="17"
export KOKORO_JOB_NAME="grpc/core/master/linux/bazel_rbe/grpc_bazel_rbe_nonbazel"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
++ dirname github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/src
++ CI_SCRIPT_RELATIVE_TO_SRC=github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/src == /tmpfs/altsrc ']'
++ '[' /tmpfs/src == /tmpfs/src ']'
++ echo 'Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.'
Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.
++ exec bash -c 'set -ex; cd /tmpfs; mkdir -p altsrc; mv src/github altsrc; cd altsrc; exec '\''github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh'\'''
+ cd /tmpfs
+ mkdir -p altsrc
+ mv src/github altsrc
+ cd altsrc
+ exec github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/altsrc
++ CI_SCRIPT_RELATIVE_TO_SRC=/tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/altsrc == /tmpfs/altsrc ']'
++ echo 'Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.'
Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.
++ export GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ cd /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../..
+ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
++ ulimit -n 32768
++ GRPC_DOCKER_OPTS='--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io'
+++ ps -p 1 -o comm=
++ P1NAME=systemd
++ [[ systemd == *\s\y\s\t\e\m\d* ]]
++ sudo sed -i -E 's|ExecStart=(.*)//|EnvironmentFile=/etc/default/docker\nExecStart=\nExecStart=\1// $DOCKER_OPTS|' /lib/systemd/system/docker.service
++ sudo systemctl daemon-reload
++ echo 'DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"'
++ sudo tee --append /etc/default/docker
DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"
++ sudo systemctl restart docker.service
++ git submodule update --init
Submodule 'third_party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third_party/abseil-cpp'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/benchmark'
Submodule 'third_party/bloaty' (https://github.com/google/bloaty.git) registered for path 'third_party/bloaty'
Submodule 'third_party/boringssl-with-bazel' (https://github.com/google/boringssl.git) registered for path 'third_party/boringssl-with-bazel'
Submodule 'third_party/cares/cares' (https://github.com/c-ares/c-ares.git) registered for path 'third_party/cares/cares'
Submodule 'third_party/envoy-api' (https://github.com/envoyproxy/data-plane-api.git) registered for path 'third_party/envoy-api'
Submodule 'third_party/googleapis' (https://github.com/googleapis/googleapis.git) registered for path 'third_party/googleapis'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Submodule 'third_party/opencensus-proto' (https://github.com/census-instrumentation/opencensus-proto.git) registered for path 'third_party/opencensus-proto'
Submodule 'third_party/opentelemetry' (https://github.com/open-telemetry/opentelemetry-proto.git) registered for path 'third_party/opentelemetry'
Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf'
Submodule 'third_party/protoc-gen-validate' (https://github.com/envoyproxy/protoc-gen-validate.git) registered for path 'third_party/protoc-gen-validate'
Submodule 'third_party/re2' (https://github.com/google/re2.git) registered for path 'third_party/re2'
Submodule 'third_party/xds' (https://github.com/cncf/xds.git) registered for path 'third_party/xds'
Submodule 'third_party/zlib' (https://github.com/madler/zlib) registered for path 'third_party/zlib'
Cloning into '/tmpfs/altsrc/github/grpc/third_party/abseil-cpp'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/benchmark'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/bloaty'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/boringssl-with-bazel'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/cares/cares'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/envoy-api'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googleapis'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googletest'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opencensus-proto'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opentelemetry'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protobuf'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protoc-gen-validate'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/re2'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/xds'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/zlib'...
Submodule path 'third_party/abseil-cpp': checked out 'c2435f8342c2d0ed8101cb43adfd605fdc52dca2'
Submodule path 'third_party/benchmark': checked out '015d1a091af6937488242b70121858bce8fd40e9'
Submodule path 'third_party/bloaty': checked out '60209eb1ccc34d5deefb002d1b7f37545204f7f2'
Submodule path 'third_party/boringssl-with-bazel': checked out '342e805bc1f5dfdd650e3f031686d6c939b095d9'
Submodule path 'third_party/cares/cares': checked out '6360e96b5cf8e5980c887ce58ef727e53d77243a'
Submodule path 'third_party/envoy-api': checked out 'e53e7bbd012f81965f2e79848ad9a58ceb67201f'
Submodule path 'third_party/googleapis': checked out '2f9af297c84c55c8b871ba4495e01ade42476c92'
Submodule path 'third_party/googletest': checked out '0e402173c97aea7a00749e825b194bfede4f2e45'
Submodule path 'third_party/opencensus-proto': checked out '4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89'
Submodule path 'third_party/opentelemetry': checked out '60fa8754d890b5c55949a8c68dcfd7ab5c2395df'
Submodule path 'third_party/protobuf': checked out '2c5fa078d8e86e5f4bd34e6f4c9ea9e8d7d4d44a'
Submodule path 'third_party/protoc-gen-validate': checked out 'fab737efbb4b4d03e7c771393708f75594b121e4'
Submodule path 'third_party/re2': checked out '0c5616df9c0aaa44c9440d87422012423d91c7d1'
Submodule path 'third_party/xds': checked out 'e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7'
Submodule path 'third_party/zlib': checked out '04f42ceca40f73e2978b50e93806c2a18c1281fc'
++ python3 -m pip install six
Requirement already satisfied: six in /usr/lib/python3/dist-packages (1.14.0)
++ sudo bash -c 'echo "0" > /proc/sys/kernel/yama/ptrace_scope'
++ mount
++ grep -q 'on /tmpfs '
+ tools/bazel version
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 6.1.2 will be used instead of system-wide bazel installation.
Downloading bazel, will try URLs: https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/bazel/releases/download/6.1.2/bazel-6.1.2-linux-x86_64 https://github.com/bazelbuild/bazel/releases/download/6.1.2/bazel-6.1.2-linux-x86_64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 50.5M 100 50.5M 0 0 137M 0 --:--:-- --:--:-- --:--:-- 137M
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Build label: 6.1.2
Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Tue Apr 18 15:29:54 2023 (1681831794)
Build timestamp: 1681831794
Build timestamp as int: 1681831794
+ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe
Added invocation ID 9916fe8e-0fe1-4c33-a885-79a41e69c9fe to kokoro "bazel_invocation_ids" artifact
Bazel invocation ID: 9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Upload test results to BigQuery after bazel runs: True
Generated bazel wrapper: bazel_rbe/bazel_wrapper
Generated bazel wrapper: bazel_rbe/bazel_wrapper.bat
+ bazel_rbe/bazel_wrapper --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no -- //tools/bazelify_tests/test:all_tests_linux
+ tools/bazel --bazelrc=bazel_rbe/bazel_wrapper.bazelrc --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no -- //tools/bazelify_tests/test:all_tests_linux
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 6.1.2 will be used instead of system-wide bazel installation.
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 9916fe8e-0fe1-4c33-a885-79a41e69c9fe
WARNING: --remote_upload_local_results is set, but the remote cache does not support uploading action results or the current account is not authorized to write local results to the remote cache.
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Loading:
Loading:
Loading:
Loading:
Loading:
Loading:
Loading:
Loading: 1 packages loaded
Analyzing: 19 targets (2 packages loaded, 0 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (45 packages loaded, 240 targets configured)
INFO: Analyzed 19 targets (47 packages loaded, 280 targets configured).
INFO: Found 19 test targets...
[0 / 5] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[57 / 59] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[58 / 59] [Prepa] Executing genrule //tools/bazelify_tests:grpc_repo_archive
[58 / 59] Executing genrule //tools/bazelify_tests:grpc_repo_archive; 1s local
[58 / 59] Executing genrule //tools/bazelify_tests:grpc_repo_archive; 11s local
[59 / 63] [Prepa] Testing //tools/bazelify_tests/test:runtests_php_linux_opt
[59 / 78] Testing //tools/bazelify_tests/test:runtests_c_linux_opt; 0s remote ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 10s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 40s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 100s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 160s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 175s ... (19 actions, 1 running)
[60 / 78] 1 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 177s ... (18 actions, 0 running)
[60 / 78] 1 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 178s ... (18 actions, 1 running)
[61 / 78] 2 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 180s ... (17 actions, 0 running)
[61 / 78] 2 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 189s ... (17 actions, 1 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 191s ... (16 actions, 0 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 200s ... (16 actions, 0 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 226s ... (16 actions, 1 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 227s ... (15 actions, 0 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 237s ... (15 actions, 0 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 253s ... (15 actions, 1 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 255s ... (14 actions, 0 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 265s ... (14 actions, 0 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 280s ... (14 actions, 1 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 282s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 292s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 322s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 355s ... (13 actions, 1 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 357s ... (12 actions, 0 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 366s ... (12 actions, 0 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 370s ... (12 actions, 1 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 372s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 381s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 411s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 428s ... (11 actions, 1 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 430s ... (10 actions, 0 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 439s ... (10 actions, 0 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 455s ... (10 actions, 1 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 457s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 467s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 497s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 557s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 578s ... (9 actions, 1 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 580s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 589s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 619s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 679s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 720s ... (8 actions, 1 running)
FAIL: //tools/bazelify_tests/test:runtests_php_linux_dbg (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.log)
INFO: From Testing //tools/bazelify_tests/test:runtests_php_linux_dbg:
==================== Test output for //tools/bazelify_tests/test:runtests_php_linux_dbg:
+ '[' '' '!=' '' ']'
+ ARCHIVE_WITH_SUBMODULES=tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ shift
+ REPORT_XML_FILE=/b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml
++ echo //tools/bazelify_tests/test:runtests_php_linux_dbg
++ sed 's|^.*[:/]||'
+ REPORT_SUITE_NAME=runtests_php_linux_dbg
+ tar -xopf tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ cd grpc
+ '[' '' '!=' '' ']'
++ nproc
+ python3 tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml --report_suite_name runtests_php_linux_dbg -l php7 -c dbg
2023-08-03 11:01:45,493 START: tools/run_tests/helper_scripts/build_php.sh
2023-08-03 11:04:12,715 PASSED: tools/run_tests/helper_scripts/build_php.sh [time=147.2sec, retries=0:0]
2023-08-03 11:04:12,723 failed to detect port server
Traceback (most recent call last):
File "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/usr/lib/python3.9/http/client.py", line 921, in connect
self.sock = self._create_connection(
File "/usr/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/tools/run_tests/python_utils/start_port_server.py", line 41, in start_port_server
request.urlopen(
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1375, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError:
2023-08-03 11:04:12,724 starting port_server, with log file /tmp/tmp57la27u4
2023-08-03 11:04:13,789 port server is up and ready
2023-08-03 11:04:13,789 START: src/php/bin/run_tests.sh
2023-08-03 11:09:13,798 ++ dirname src/php/bin/run_tests.sh
+ cd src/php/bin/../../..
++ pwd
+ root=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc
+ cd src/php/bin
+ source ./determine_extension_dir.sh
++ set -e
+++ php-config --extension-dir
++ default_extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20170718
++ '[' '!' -e /usr/local/lib/php/extensions/no-debug-non-zts-20170718/grpc.so ']'
+++ pwd
++ module_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules
++ '[' '!' -e /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules/grpc.so ']'
++ for f in $default_extension_dir/*.so
+++ basename /usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so
++ ln -s /usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules/opcache.so
++ extension_dir='-d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so'
+ export DYLD_LIBRARY_PATH=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg
+ DYLD_LIBRARY_PATH=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg
++ which php
++ which phpunit
+ /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 -v --debug --exclude-group persistent_list_bound_tests ../tests/unit_tests
PHP 7.2.34-dev (cli) (built: Feb 24 2022 11:53:28) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
+ [[ '' != \t\r\u\e ]]
++ which php
++ which phpunit
+ /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 -v --debug ../tests/unit_tests/PersistentChannelTests
PHP 7.2.34-dev (cli) (built: Feb 24 2022 11:53:28) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
+ export ZEND_DONT_UNLOAD_MODULES=1
+ ZEND_DONT_UNLOAD_MODULES=1
+ export USE_ZEND_ALLOC=0
+ USE_ZEND_ALLOC=0
++ command -v valgrind
+ '[' -x /usr/bin/valgrind ']'
++ uname -m
+ '[' x86_64 '!=' aarch64 ']'
++ which valgrind
++ which php
+ /usr/bin/valgrind --error-exitcode=10 --leak-check=yes --errors-for-leak-kinds=definite -v --num-callers=30 --suppressions=../tests/MemoryLeakTest/ignore_leaks.supp /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 ../tests/MemoryLeakTest/MemoryLeakTest.php
==13496== Memcheck, a memory error detector
==13496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==13496== Using Valgrind-3.16.1-36d6727e1d-20200622X and LibVEX; rerun with -h for copyright info
==13496== Command: /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 ../tests/MemoryLeakTest/MemoryLeakTest.php
==13496==
--13496-- Valgrind options:
--13496-- --error-exitcode=10
--13496-- --leak-check=yes
--13496-- --errors-for-leak-kinds=definite
--13496-- -v
--13496-- --num-callers=30
--13496-- --suppressions=../tests/MemoryLeakTest/ignore_leaks.supp
--13496-- Contents of /proc/version:
--13496-- Linux version 5.15.0-1037-gcp (buildd@lcy02-amd64-042) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #45~20.04.1-Ubuntu SMP Thu Jun 22 08:31:09 UTC 2023
--13496--
--13496-- Arch and hwcaps: AMD64, LittleEndian, amd64-cx16-lzcnt-rdtscp-sse3-ssse3-avx-avx2-bmi-f16c-rdrand
--13496-- Page sizes: currently 4096, max supported 4096
--13496-- Valgrind library directory: /usr/lib/x86_64-linux-gnu/valgrind
--13496-- Reading syms from /usr/local/bin/php
--13496-- Reading syms from /lib/x86_64-linux-gnu/ld-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/32/438eb3b034da54caf58c7a65446639f7cfe274.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux
--13496-- Considering /usr/lib/debug/.build-id/54/299c4aec0e5e5f3d7b8135341351d0e1dbfc64.debug ..
--13496-- .. build-id is valid
--13496-- object doesn't have a dynamic symbol table
--13496-- Scheduler: using generic scheduler lock implementation.
--13496-- Reading suppressions file: ../tests/MemoryLeakTest/ignore_leaks.supp
--13496-- Reading suppressions file: /usr/lib/x86_64-linux-gnu/valgrind/default.supp
==13496== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-13496-by-anon-on-bab4708bfd53
==13496== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-13496-by-anon-on-bab4708bfd53
==13496== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-13496-by-anon-on-bab4708bfd53
==13496==
==13496== TO CONTROL THIS PROCESS USING vgdb (which you probably
==13496== don't want to do, unless you know exactly what you're doing,
==13496== or are doing some strange experiment):
==13496== /usr/bin/vgdb --pid=13496 ...command...
==13496==
==13496== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==13496== /path/to/gdb /usr/local/bin/php
==13496== and then give GDB the following command
==13496== target remote | /usr/bin/vgdb --pid=13496
==13496== --pid is optional if only one valgrind process is running
==13496==
--13496-- REDIR: 0x401f970 (ld-linux-x86-64.so.2:strlen) redirected to 0x580ca5f2 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--13496-- REDIR: 0x401f750 (ld-linux-x86-64.so.2:index) redirected to 0x580ca60c (vgPlain_amd64_linux_REDIR_FOR_index)
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_core-amd64-linux.so
--13496-- Considering /usr/lib/debug/.build-id/f2/7641e081d3c37b410d7f31da4e2bf21040f356.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so
--13496-- Considering /usr/lib/debug/.build-id/25/7cdcdf80e04f91ca9e3b185ee3b52995e89946.debug ..
--13496-- .. build-id is valid
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x0401f970 (strlen ) R-> (0000.0) 0x580ca5f2 vgPlain_amd64_linux_REDIR_FOR_strlen
--13496-- new: 0x0401f970 (strlen ) R-> (2007.0) 0x0483bda0 strlen
--13496-- REDIR: 0x401c190 (ld-linux-x86-64.so.2:strcmp) redirected to 0x483cc90 (strcmp)
--13496-- REDIR: 0x401feb0 (ld-linux-x86-64.so.2:mempcpy) redirected to 0x4840740 (mempcpy)
--13496-- Reading syms from /lib/x86_64-linux-gnu/libresolv-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/80/3fe1730907289d265f90f72f91652c56204ee6.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.11
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libm-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/e9/d2c06479b13dd3cfa78d714d11dccf6fcbee51.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /lib/x86_64-linux-gnu/libdl-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/11/8b90161526d181807818c459baee841993795b.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libssl.so.1.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libc-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/54/eef5ce96cf37cb175b0d93186836ca1caf470c.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libicuuc.so.67.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/liblzma.so.5.2.5
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libpthread-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/50/18237bbf012b4094027fd0b96fc22a24496ea4.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libicudata.so.67.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libgcc_s.so.1
--13496-- object doesn't have a symbol table
--13496-- REDIR: 0x5013ea0 (libc.so.6:memmove) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013250 (libc.so.6:strncpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50141c0 (libc.so.6:strcasecmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012b70 (libc.so.6:strcat) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50132b0 (libc.so.6:rindex) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5015550 (libc.so.6:rawmemchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d710 (libc.so.6:wmemchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d2b0 (libc.so.6:wcscmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014000 (libc.so.6:mempcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013e30 (libc.so.6:bcmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50131f0 (libc.so.6:strncmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012c20 (libc.so.6:strcmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013f60 (libc.so.6:memset) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d270 (libc.so.6:wcschr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013150 (libc.so.6:strnlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012cf0 (libc.so.6:strcspn) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014210 (libc.so.6:strncasecmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012c90 (libc.so.6:strcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014360 (libc.so.6:memcpy@@GLIBC_2.14) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502e910 (libc.so.6:wcsnlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d2f0 (libc.so.6:wcscpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50132f0 (libc.so.6:strpbrk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012bd0 (libc.so.6:index) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013110 (libc.so.6:strlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50198b0 (libc.so.6:memrchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014260 (libc.so.6:strcasecmp_l) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013df0 (libc.so.6:memchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d390 (libc.so.6:wcslen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013590 (libc.so.6:strspn) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014160 (libc.so.6:stpncpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014100 (libc.so.6:stpcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5015590 (libc.so.6:strchrnul) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50142b0 (libc.so.6:strncasecmp_l) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013d20 (libc.so.6:strstr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013190 (libc.so.6:strncat) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5090630 (libc.so.6:__memmove_chk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5090570 (libc.so.6:__memcpy_chk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
--13496-- REDIR: 0x50e48f0 (libc.so.6:__strrchr_avx2) redirected to 0x483b7b0 (rindex)
--13496-- REDIR: 0x500f0f0 (libc.so.6:malloc) redirected to 0x4838710 (malloc)
--13496-- REDIR: 0x50e4ac0 (libc.so.6:__strlen_avx2) redirected to 0x483bc80 (strlen)
--13496-- REDIR: 0x50e7ab0 (libc.so.6:__memcpy_avx_unaligned_erms) redirected to 0x483f760 (memmove)
--13496-- REDIR: 0x50e44d0 (libc.so.6:__strchr_avx2) redirected to 0x483b930 (index)
--13496-- REDIR: 0x500f980 (libc.so.6:realloc) redirected to 0x483ad00 (realloc)
--13496-- REDIR: 0x50e0430 (libc.so.6:__strncmp_avx2) redirected to 0x483c370 (strncmp)
--13496-- REDIR: 0x500fe50 (libc.so.6:calloc) redirected to 0x483aab0 (calloc)
--13496-- REDIR: 0x50e7f40 (libc.so.6:__memset_avx2_unaligned_erms) redirected to 0x483f650 (memset)
--13496-- REDIR: 0x50e10d0 (libc.so.6:__memcmp_avx2_movbe) redirected to 0x483ee80 (bcmp)
--13496-- REDIR: 0x500f720 (libc.so.6:free) redirected to 0x4839940 (free)
--13496-- REDIR: 0x50dfff0 (libc.so.6:__strcmp_avx2) redirected to 0x483cb90 (strcmp)
--13496-- REDIR: 0x50e0950 (libc.so.6:__memchr_avx2) redirected to 0x483cd10 (memchr)
--13496-- REDIR: 0x50e4700 (libc.so.6:__strchrnul_avx2) redirected to 0x48402b0 (strchrnul)
--13496-- REDIR: 0x50e7a90 (libc.so.6:__mempcpy_avx_unaligned_erms) redirected to 0x48403c0 (mempcpy)
--13496-- REDIR: 0x50e6ce0 (libc.so.6:__stpcpy_avx2) redirected to 0x483efa0 (stpcpy)
--13496-- REDIR: 0x50e4c50 (libc.so.6:__strnlen_avx2) redirected to 0x483bc20 (strnlen)
--13496-- REDIR: 0x5013a30 (libc.so.6:__GI_strstr) redirected to 0x4840990 (__strstr_sse2)
--13496-- REDIR: 0x50e14b0 (libc.so.6:__strcasecmp_avx) redirected to 0x483c530 (strcasecmp)
--13496-- Reading syms from /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/ext/grpc/modules/grpc.so
--13496-- Reading syms from /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg/libgrpc.so.34.0.0
--13496-- REDIR: 0x6f3e0a0 (libstdc++.so.6:operator new(unsigned long)) redirected to 0x4838d80 (operator new(unsigned long))
--13496-- REDIR: 0x6f3e0f0 (libstdc++.so.6:operator new[](unsigned long)) redirected to 0x48394a0 (operator new[](unsigned long))
--13496-- REDIR: 0x6f3c490 (libstdc++.so.6:operator delete(void*)) redirected to 0x4839e40 (operator delete(void*))
--13496-- REDIR: 0x6f3c4a0 (libstdc++.so.6:operator delete(void*, unsigned long)) redirected to 0x483a020 (operator delete(void*, unsigned long))
--13496-- REDIR: 0x50e5ff0 (libc.so.6:__strcpy_avx2) redirected to 0x483bdd0 (strcpy)
--13496-- REDIR: 0x50e2b20 (libc.so.6:__strncasecmp_avx) redirected to 0x483c5f0 (strncasecmp)
--13496-- REDIR: 0x50dfec0 (libc.so.6:__strspn_sse42) redirected to 0x4840bb0 (strspn)
--13496-- REDIR: 0x50dfc60 (libc.so.6:__strcspn_sse42) redirected to 0x4840ad0 (strcspn)
D0803 11:04:18.777806083 13496 config.cc:175] gRPC EXPERIMENT tcp_frame_size_tuning OFF (default:OFF)
D0803 11:04:18.845292261 13496 config.cc:175] gRPC EXPERIMENT tcp_rcv_lowat OFF (default:OFF)
D0803 11:04:18.845878906 13496 config.cc:175] gRPC EXPERIMENT peer_state_based_framing OFF (default:OFF)
D0803 11:04:18.846192358 13496 config.cc:175] gRPC EXPERIMENT memory_pressure_controller OFF (default:OFF)
D0803 11:04:18.846710014 13496 config.cc:175] gRPC EXPERIMENT unconstrained_max_quota_buffer_size OFF (default:OFF)
D0803 11:04:18.846998192 13496 config.cc:175] gRPC EXPERIMENT event_engine_client OFF (default:OFF)
D0803 11:04:18.847443143 13496 config.cc:175] gRPC EXPERIMENT monitoring_experiment ON (default:ON)
D0803 11:04:18.847733018 13496 config.cc:175] gRPC EXPERIMENT promise_based_client_call OFF (default:OFF)
D0803 11:04:18.848009141 13496 config.cc:175] gRPC EXPERIMENT free_large_allocator OFF (default:OFF)
D0803 11:04:18.848281328 13496 config.cc:175] gRPC EXPERIMENT promise_based_server_call OFF (default:OFF)
D0803 11:04:18.848548934 13496 config.cc:175] gRPC EXPERIMENT transport_supplies_client_latency OFF (default:OFF)
D0803 11:04:18.848807634 13496 config.cc:175] gRPC EXPERIMENT event_engine_listener OFF (default:OFF)
D0803 11:04:18.849064196 13496 config.cc:175] gRPC EXPERIMENT schedule_cancellation_over_write OFF (default:OFF)
D0803 11:04:18.849335516 13496 config.cc:175] gRPC EXPERIMENT trace_record_callops OFF (default:OFF)
D0803 11:04:18.849599743 13496 config.cc:175] gRPC EXPERIMENT event_engine_dns OFF (default:OFF)
D0803 11:04:18.849860955 13496 config.cc:175] gRPC EXPERIMENT work_stealing ON (default:ON)
D0803 11:04:18.850143523 13496 config.cc:175] gRPC EXPERIMENT client_privacy OFF (default:OFF)
D0803 11:04:18.850412874 13496 config.cc:175] gRPC EXPERIMENT canary_client_privacy OFF (default:OFF)
D0803 11:04:18.850671888 13496 config.cc:175] gRPC EXPERIMENT server_privacy OFF (default:OFF)
D0803 11:04:18.850928266 13496 config.cc:175] gRPC EXPERIMENT unique_metadata_strings OFF (default:OFF)
D0803 11:04:18.851192969 13496 config.cc:175] gRPC EXPERIMENT keepalive_fix OFF (default:OFF)
D0803 11:04:18.851462095 13496 config.cc:175] gRPC EXPERIMENT keepalive_server_fix OFF (default:OFF)
I0803 11:04:19.015234199 13496 ev_epoll1_linux.cc:123] grpc epoll fd: 4
D0803 11:04:19.020594306 13496 ev_posix.cc:113] Using polling engine: epoll1
I0803 11:04:19.099988913 13496 init.cc:150] grpc_init(void)
I0803 11:04:19.102092113 13496 completion_queue.cc:519] grpc_completion_queue_create_internal(completion_type=1, polling_type=0)
--13496-- REDIR: 0x502bfb0 (libc.so.6:__strstr_sse2_unaligned) redirected to 0x4840920 (strstr)
--13496-- REDIR: 0x50e4f70 (libc.so.6:__strcat_avx2) redirected to 0x483b960 (strcat)
I0803 11:04:19.376995214 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50101, creds=0x7443680, args=0x1ffeffc2e0)
D0803 11:04:19.447050432 13496 lb_policy_registry.cc:47] registering LB policy factory for "priority_experimental"
D0803 11:04:19.468285333 13496 lb_policy_registry.cc:47] registering LB policy factory for "outlier_detection_experimental"
D0803 11:04:19.477446842 13496 lb_policy_registry.cc:47] registering LB policy factory for "weighted_target_experimental"
D0803 11:04:19.484881557 13496 lb_policy_registry.cc:47] registering LB policy factory for "pick_first"
D0803 11:04:19.491511785 13496 lb_policy_registry.cc:47] registering LB policy factory for "round_robin"
D0803 11:04:19.498334373 13496 lb_policy_registry.cc:47] registering LB policy factory for "weighted_round_robin"
D0803 11:04:19.570132038 13496 lb_policy_registry.cc:47] registering LB policy factory for "grpclb"
D0803 11:04:19.601960832 13496 dns_resolver_plugin.cc:44] Using ares dns resolver
D0803 11:04:19.683211195 13496 lb_policy_registry.cc:47] registering LB policy factory for "rls_experimental"
D0803 11:04:19.780198866 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_manager_experimental"
D0803 11:04:19.786467053 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_impl_experimental"
D0803 11:04:19.792594081 13496 lb_policy_registry.cc:47] registering LB policy factory for "cds_experimental"
D0803 11:04:19.798678711 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_resolver_experimental"
D0803 11:04:19.804962513 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_override_host_experimental"
D0803 11:04:19.811137134 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_wrr_locality_experimental"
D0803 11:04:19.817552433 13496 lb_policy_registry.cc:47] registering LB policy factory for "ring_hash_experimental"
D0803 11:04:19.828278335 13496 certificate_provider_registry.cc:33] registering certificate provider factory for "file_watcher"
--13496-- REDIR: 0x6f3e0d0 (libstdc++.so.6:operator new(unsigned long, std::nothrow_t const&)) redirected to 0x4839010 (operator new(unsigned long, std::nothrow_t const&))
I0803 11:04:19.961416499 13496 init.cc:150] grpc_init(void)
I0803 11:04:20.866366430 13496 ev_epoll1_linux.cc:360] grpc epoll fd: 3
I0803 11:04:21.469098440 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.482162033 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.495854531 13496 channel_connectivity.cc:65] grpc_channel_check_connectivity_state(channel=0x7454910, try_to_connect=0)
--13496-- REDIR: 0x50e6380 (libc.so.6:__strncpy_avx2) redirected to 0x483bf70 (strncpy)
I0803 11:04:21.616663778 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50102, creds=0x7443680, args=0x1ffeffc2e0)
I0803 11:04:21.625989160 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.626507499 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.630636494 13496 channel.cc:255] grpc_channel_get_target(channel=0x745af90)
I0803 11:04:21.633997236 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50103, creds=0x7443680, args=0x1ffeffc2e0)
I0803 11:04:21.638789313 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.639248470 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.709231858 13496 channel_connectivity.cc:255] grpc_channel_watch_connectivity_state(channel=0x745e0d0, last_observed_state=1, deadline=gpr_timespec { tv_sec: 1691060661, tv_nsec: 798101477, clock_type: 1 }, cq=0x7428030, tag=(nil))
I0803 11:04:21.898656206 13496 completion_queue.cc:782] cq_end_op_for_pluck(cq=0x7428030, tag=(nil), error=OK, done=0x858f9b7, done_arg=0x7460be0, storage=0x7460c18)
I0803 11:04:21.921372812 13496 completion_queue.cc:1306] RETURN_EVENT[0x7428030]: OP_COMPLETE: tag:(nil) OK
2023-08-03 11:09:13,799 TIMEOUT: src/php/bin/run_tests.sh [pid=13475, time=300.0sec]
2023-08-03 11:09:13,799 FAILED: src/php/bin/run_tests.sh
2023-08-03 11:09:13,807 START: tools/run_tests/helper_scripts/post_tests_php.sh
2023-08-03 11:09:13,816 PASSED: tools/run_tests/helper_scripts/post_tests_php.sh [time=0.0sec, retries=0:0]
2023-08-03 11:09:13,816 FAILED: Some tests failed
=== run_tests.py DEBUG INFO ===
command: "tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml --report_suite_name runtests_php_linux_dbg -l php7 -c dbg"
===============================
+ FAILED=true
++ command -v ccache
+ '[' -x /usr/local/bin/ccache ']'
+ ccache --show-stats
Summary:
Hits: 0 / 0
Direct: 0 / 0
Preprocessed: 0 / 0
Misses: 0
Direct: 0
Preprocessed: 0
Primary storage:
Hits: 0 / 0
Misses: 0
Cache size (GB): 0.00 / 5.00 (0.00 %)
Use the -v/--verbose option for more details.
+ '[' true '!=' '' ']'
+ exit 1
================================================================================
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 722s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 731s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 761s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 821s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 881s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 910s ... (7 actions, 1 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 912s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 922s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 952s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1013s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1073s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1133s ... (6 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1134s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1145s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1175s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1230s ... (5 actions, 1 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1231s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1242s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1272s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1332s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1392s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1415s ... (4 actions, 1 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1417s ... (3 actions, 0 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1427s ... (3 actions, 0 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1446s ... (3 actions, 1 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1447s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1458s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1488s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1548s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1608s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1668s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1728s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1788s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1848s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1908s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1968s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2028s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2088s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2148s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2186s ... (2 actions, 1 running)
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2188s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2198s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2228s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2288s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2348s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2408s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2468s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2528s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2588s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2648s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2708s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2768s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2828s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2888s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2948s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3008s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3068s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3128s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3188s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3248s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3308s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3368s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3428s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3489s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3549s
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 0s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 8s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 68s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 128s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 188s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 248s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 266s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 267s remote
TIMEOUT: //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only (Summary)
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.log
INFO: From Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only:
==================== Test output for //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only:
+ '[' '' '!=' '' ']'
+ ARCHIVE_WITH_SUBMODULES=tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ shift
+ REPORT_XML_FILE=/b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.xml
++ echo //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only
++ sed 's|^.*[:/]||'
+ REPORT_SUITE_NAME=runtests_cpp_linux_dbg_gcc_12_build_only
+ tar -xopf tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ cd grpc
+ '[' '' '!=' '' ']'
++ nproc
+ python3 tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.xml --report_suite_name runtests_cpp_linux_dbg_gcc_12_build_only -l c++ -c dbg --cmake_configure_extra_args=-DCMAKE_CXX_STANDARD=20 --build_only
/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only.runfiles/com_github_grpc_grpc/grpc/tools/run_tests/run_tests.py:29: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
import pipes
2023-08-03 11:01:35,984 START: tools/run_tests/helper_scripts/build_cxx.sh
-- Test timed out at 2023-08-03 12:01:22 UTC --
================================================================================
[78 / 78] 19 / 19 tests, 2 failed; checking cached actions
INFO: Elapsed time: 3920.122s, Critical Path: 3896.69s
INFO: 78 processes: 57 internal, 1 local, 20 remote.
INFO: Build completed, 2 tests FAILED, 78 total actions
//tools/bazelify_tests/test:runtests_c_linux_dbg PASSED in 227.6s
//tools/bazelify_tests/test:runtests_c_linux_dbg_clang_15_build_only PASSED in 210.3s
//tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only PASSED in 228.4s
//tools/bazelify_tests/test:runtests_c_linux_dbg_gcc_12_build_only PASSED in 329.0s
//tools/bazelify_tests/test:runtests_c_linux_dbg_gcc_7_build_only PASSED in 263.9s
//tools/bazelify_tests/test:runtests_c_linux_dbg_noexcept_build_only PASSED in 187.1s
//tools/bazelify_tests/test:runtests_c_linux_dbg_x86 PASSED in 225.2s
//tools/bazelify_tests/test:runtests_c_linux_opt PASSED in 192.9s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_build_only PASSED in 1456.6s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_clang_15_build_only PASSED in 1142.5s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_clang_6_build_only PASSED in 1196.0s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only PASSED in 1419.2s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_noexcept_build_only PASSED in 1126.9s
//tools/bazelify_tests/test:runtests_cpp_linux_opt_build_only PASSED in 906.1s
//tools/bazelify_tests/test:runtests_csharp_linux_dbg PASSED in 163.6s
//tools/bazelify_tests/test:runtests_csharp_linux_opt PASSED in 165.4s
//tools/bazelify_tests/test:runtests_php_linux_opt PASSED in 175.8s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only TIMEOUT in 3867.9s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.log
//tools/bazelify_tests/test:runtests_php_linux_dbg FAILED in 461.6s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.log
Executed 19 out of 19 tests: 17 tests pass and 2 fail remotely.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
INFO: Build completed, 2 tests FAILED, 78 total actions
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/9916fe8e-0fe1-4c33-a885-79a41e69c9fe
+ FAILED=true
+ sleep 60
+ PYTHONHTTPSVERIFY=0
+ python3 ./tools/run_tests/python_utils/upload_rbe_results.py --invocation_id=9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Warning: Table rbe_test_results already exists
+ '[' true '!=' '' ']'
+ exit 1
[ID: 7207600] Command finished after 4075 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[05:02:48] Collecting build artifacts from build VM
Build script failed with exit code: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[03:54:39] Transferring environment variable script to build VM
[03:54:41] Transferring kokoro_log_reader.py to build VM
[03:54:42] Transferring source code to build VM
[03:54:52] Executing build script on build VM
[ID: 7207600] Executing command via SSH:
export KOKORO_BUILD_NUMBER="17"
export KOKORO_JOB_NAME="grpc/core/master/linux/bazel_rbe/grpc_bazel_rbe_nonbazel"
source /tmpfs/kokoro-env_vars.sh; cd /tmpfs/src/ ; chmod 755 github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; PYTHON_3_VERSION="$(pyenv which python3 2> /dev/null || which python3)" ; PYTHON_2_VERSION="$(pyenv which python2 2> /dev/null || which python2)" ; if "$PYTHON_3_VERSION" -c "import psutil" ; then KOKORO_PYTHON_COMMAND="$PYTHON_3_VERSION" ; else KOKORO_PYTHON_COMMAND="$PYTHON_2_VERSION" ; fi > /dev/null 2>&1 ; echo "export KOKORO_PYTHON_COMMAND="$KOKORO_PYTHON_COMMAND"" > "$HOME/.kokoro_python_vars" ; nohup bash -c "( rm -f /tmpfs/kokoro_build_exit_code ; github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh ; echo \${PIPESTATUS[0]} > /tmpfs/kokoro_build_exit_code ) > /tmpfs/kokoro_build.log 2>&1" > /dev/null 2>&1 & echo $! > /tmpfs/kokoro_build.pid ; source "$HOME/.kokoro_python_vars" ; "$KOKORO_PYTHON_COMMAND" /tmpfs/kokoro_log_reader.py /tmpfs/kokoro_build.log /tmpfs/kokoro_build_exit_code /tmpfs/kokoro_build.pid /tmpfs/kokoro_log_reader.pid --start_byte 0
++ dirname github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/src
++ CI_SCRIPT_RELATIVE_TO_SRC=github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/src == /tmpfs/altsrc ']'
++ '[' /tmpfs/src == /tmpfs/src ']'
++ echo 'Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.'
Moving workspace from /tmpfs/src to /tmpfs/altsrc and respawning the CI script.
++ exec bash -c 'set -ex; cd /tmpfs; mkdir -p altsrc; mv src/github altsrc; cd altsrc; exec '\''github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh'\'''
+ cd /tmpfs
+ mkdir -p altsrc
+ mv src/github altsrc
+ cd altsrc
+ exec github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ source /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../../tools/internal_ci/helper_scripts/move_src_tree_and_respawn_itself_rc
++ set -ex
+++ pwd
++ CURRENT_DIR=/tmpfs/altsrc
++ CI_SCRIPT_RELATIVE_TO_SRC=/tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
++ '[' /tmpfs/altsrc == /tmpfs/altsrc ']'
++ echo 'Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.'
Successfully respawned the CI script /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh under /tmpfs/altsrc.
++ export GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ GRPC_TEST_REPORT_BASE_DIR=/tmpfs/src/github/grpc
++ dirname /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/grpc_bazel_rbe.sh
+ cd /tmpfs/altsrc/github/grpc/tools/internal_ci/linux/../../..
+ source tools/internal_ci/helper_scripts/prepare_build_linux_rc
++ ulimit -n 32768
++ GRPC_DOCKER_OPTS='--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io'
+++ ps -p 1 -o comm=
++ P1NAME=systemd
++ [[ systemd == *\s\y\s\t\e\m\d* ]]
++ sudo sed -i -E 's|ExecStart=(.*)//|EnvironmentFile=/etc/default/docker\nExecStart=\nExecStart=\1// $DOCKER_OPTS|' /lib/systemd/system/docker.service
++ sudo systemctl daemon-reload
++ echo 'DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"'
++ sudo tee --append /etc/default/docker
DOCKER_OPTS="--data-root=/tmpfs/docker --registry-mirror=https://mirror.gcr.io"
++ sudo systemctl restart docker.service
++ git submodule update --init
Submodule 'third_party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'third_party/abseil-cpp'
Submodule 'third_party/benchmark' (https://github.com/google/benchmark) registered for path 'third_party/benchmark'
Submodule 'third_party/bloaty' (https://github.com/google/bloaty.git) registered for path 'third_party/bloaty'
Submodule 'third_party/boringssl-with-bazel' (https://github.com/google/boringssl.git) registered for path 'third_party/boringssl-with-bazel'
Submodule 'third_party/cares/cares' (https://github.com/c-ares/c-ares.git) registered for path 'third_party/cares/cares'
Submodule 'third_party/envoy-api' (https://github.com/envoyproxy/data-plane-api.git) registered for path 'third_party/envoy-api'
Submodule 'third_party/googleapis' (https://github.com/googleapis/googleapis.git) registered for path 'third_party/googleapis'
Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest'
Submodule 'third_party/opencensus-proto' (https://github.com/census-instrumentation/opencensus-proto.git) registered for path 'third_party/opencensus-proto'
Submodule 'third_party/opentelemetry' (https://github.com/open-telemetry/opentelemetry-proto.git) registered for path 'third_party/opentelemetry'
Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf'
Submodule 'third_party/protoc-gen-validate' (https://github.com/envoyproxy/protoc-gen-validate.git) registered for path 'third_party/protoc-gen-validate'
Submodule 'third_party/re2' (https://github.com/google/re2.git) registered for path 'third_party/re2'
Submodule 'third_party/xds' (https://github.com/cncf/xds.git) registered for path 'third_party/xds'
Submodule 'third_party/zlib' (https://github.com/madler/zlib) registered for path 'third_party/zlib'
Cloning into '/tmpfs/altsrc/github/grpc/third_party/abseil-cpp'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/benchmark'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/bloaty'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/boringssl-with-bazel'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/cares/cares'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/envoy-api'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googleapis'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/googletest'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opencensus-proto'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/opentelemetry'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protobuf'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/protoc-gen-validate'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/re2'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/xds'...
Cloning into '/tmpfs/altsrc/github/grpc/third_party/zlib'...
Submodule path 'third_party/abseil-cpp': checked out 'c2435f8342c2d0ed8101cb43adfd605fdc52dca2'
Submodule path 'third_party/benchmark': checked out '015d1a091af6937488242b70121858bce8fd40e9'
Submodule path 'third_party/bloaty': checked out '60209eb1ccc34d5deefb002d1b7f37545204f7f2'
Submodule path 'third_party/boringssl-with-bazel': checked out '342e805bc1f5dfdd650e3f031686d6c939b095d9'
Submodule path 'third_party/cares/cares': checked out '6360e96b5cf8e5980c887ce58ef727e53d77243a'
Submodule path 'third_party/envoy-api': checked out 'e53e7bbd012f81965f2e79848ad9a58ceb67201f'
Submodule path 'third_party/googleapis': checked out '2f9af297c84c55c8b871ba4495e01ade42476c92'
Submodule path 'third_party/googletest': checked out '0e402173c97aea7a00749e825b194bfede4f2e45'
Submodule path 'third_party/opencensus-proto': checked out '4aa53e15cbf1a47bc9087e6cfdca214c1eea4e89'
Submodule path 'third_party/opentelemetry': checked out '60fa8754d890b5c55949a8c68dcfd7ab5c2395df'
Submodule path 'third_party/protobuf': checked out '2c5fa078d8e86e5f4bd34e6f4c9ea9e8d7d4d44a'
Submodule path 'third_party/protoc-gen-validate': checked out 'fab737efbb4b4d03e7c771393708f75594b121e4'
Submodule path 'third_party/re2': checked out '0c5616df9c0aaa44c9440d87422012423d91c7d1'
Submodule path 'third_party/xds': checked out 'e9ce68804cb4e64cab5a52e3c8baf840d4ff87b7'
Submodule path 'third_party/zlib': checked out '04f42ceca40f73e2978b50e93806c2a18c1281fc'
++ python3 -m pip install six
Requirement already satisfied: six in /usr/lib/python3/dist-packages (1.14.0)
++ sudo bash -c 'echo "0" > /proc/sys/kernel/yama/ptrace_scope'
++ mount
++ grep -q 'on /tmpfs '
+ tools/bazel version
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 6.1.2 will be used instead of system-wide bazel installation.
Downloading bazel, will try URLs: https://storage.googleapis.com/grpc-bazel-mirror/github.com/bazelbuild/bazel/releases/download/6.1.2/bazel-6.1.2-linux-x86_64 https://github.com/bazelbuild/bazel/releases/download/6.1.2/bazel-6.1.2-linux-x86_64
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0100 50.5M 100 50.5M 0 0 137M 0 --:--:-- --:--:-- --:--:-- 137M
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
Build label: 6.1.2
Build target: bazel-out/k8-opt/bin/src/main/java/com/google/devtools/build/lib/bazel/BazelServer_deploy.jar
Build time: Tue Apr 18 15:29:54 2023 (1681831794)
Build timestamp: 1681831794
Build timestamp as int: 1681831794
+ python3 tools/run_tests/python_utils/bazel_report_helper.py --report_path bazel_rbe
Added invocation ID 9916fe8e-0fe1-4c33-a885-79a41e69c9fe to kokoro "bazel_invocation_ids" artifact
Bazel invocation ID: 9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Upload test results to BigQuery after bazel runs: True
Generated bazel wrapper: bazel_rbe/bazel_wrapper
Generated bazel wrapper: bazel_rbe/bazel_wrapper.bat
+ bazel_rbe/bazel_wrapper --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no -- //tools/bazelify_tests/test:all_tests_linux
+ tools/bazel --bazelrc=bazel_rbe/bazel_wrapper.bazelrc --bazelrc=tools/remote_build/linux_kokoro.bazelrc --output_user_root=/tmpfs/bazel test --genrule_strategy=remote,local --workspace_status_command=tools/bazelify_tests/workspace_status_cmd.sh --cache_test_results=no -- //tools/bazelify_tests/test:all_tests_linux
INFO: Running bazel wrapper (see //tools/bazel for details), bazel version 6.1.2 will be used instead of system-wide bazel installation.
Extracting Bazel installation...
Starting local Bazel server and connecting to it...
INFO: Invocation ID: 9916fe8e-0fe1-4c33-a885-79a41e69c9fe
WARNING: --remote_upload_local_results is set, but the remote cache does not support uploading action results or the current account is not authorized to write local results to the remote cache.
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Loading:
Loading:
Loading:
Loading:
Loading:
Loading:
Loading:
Loading: 1 packages loaded
Analyzing: 19 targets (2 packages loaded, 0 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (39 packages loaded, 43 targets configured)
Analyzing: 19 targets (45 packages loaded, 240 targets configured)
INFO: Analyzed 19 targets (47 packages loaded, 280 targets configured).
INFO: Found 19 test targets...
[0 / 5] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[57 / 59] [Prepa] BazelWorkspaceStatusAction stable-status.txt
[58 / 59] [Prepa] Executing genrule //tools/bazelify_tests:grpc_repo_archive
[58 / 59] Executing genrule //tools/bazelify_tests:grpc_repo_archive; 1s local
[58 / 59] Executing genrule //tools/bazelify_tests:grpc_repo_archive; 11s local
[59 / 63] [Prepa] Testing //tools/bazelify_tests/test:runtests_php_linux_opt
[59 / 78] Testing //tools/bazelify_tests/test:runtests_c_linux_opt; 0s remote ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 10s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 40s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 100s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_csharp_linux_dbg; 160s ... (19 actions, 0 running)
[59 / 78] [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 175s ... (19 actions, 1 running)
[60 / 78] 1 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 177s ... (18 actions, 0 running)
[60 / 78] 1 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 178s ... (18 actions, 1 running)
[61 / 78] 2 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 180s ... (17 actions, 0 running)
[61 / 78] 2 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 189s ... (17 actions, 1 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 191s ... (16 actions, 0 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 200s ... (16 actions, 0 running)
[62 / 78] 3 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 226s ... (16 actions, 1 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 227s ... (15 actions, 0 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only; 237s ... (15 actions, 0 running)
[63 / 78] 4 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 253s ... (15 actions, 1 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 255s ... (14 actions, 0 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 265s ... (14 actions, 0 running)
[64 / 78] 5 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 280s ... (14 actions, 1 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 282s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 292s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 322s ... (13 actions, 0 running)
[65 / 78] 6 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 355s ... (13 actions, 1 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 357s ... (12 actions, 0 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 366s ... (12 actions, 0 running)
[66 / 78] 7 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 370s ... (12 actions, 1 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 372s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 381s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 411s ... (11 actions, 0 running)
[67 / 78] 8 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 428s ... (11 actions, 1 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 430s ... (10 actions, 0 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 439s ... (10 actions, 0 running)
[68 / 78] 9 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 455s ... (10 actions, 1 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 457s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 467s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 497s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 557s ... (9 actions, 0 running)
[69 / 78] 10 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 578s ... (9 actions, 1 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 580s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 589s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 619s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 679s ... (8 actions, 0 running)
[70 / 78] 11 / 19 tests; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 720s ... (8 actions, 1 running)
FAIL: //tools/bazelify_tests/test:runtests_php_linux_dbg (see /tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.log)
INFO: From Testing //tools/bazelify_tests/test:runtests_php_linux_dbg:
==================== Test output for //tools/bazelify_tests/test:runtests_php_linux_dbg:
+ '[' '' '!=' '' ']'
+ ARCHIVE_WITH_SUBMODULES=tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ shift
+ REPORT_XML_FILE=/b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml
++ echo //tools/bazelify_tests/test:runtests_php_linux_dbg
++ sed 's|^.*[:/]||'
+ REPORT_SUITE_NAME=runtests_php_linux_dbg
+ tar -xopf tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ cd grpc
+ '[' '' '!=' '' ']'
++ nproc
+ python3 tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml --report_suite_name runtests_php_linux_dbg -l php7 -c dbg
2023-08-03 11:01:45,493 START: tools/run_tests/helper_scripts/build_php.sh
2023-08-03 11:04:12,715 PASSED: tools/run_tests/helper_scripts/build_php.sh [time=147.2sec, retries=0:0]
2023-08-03 11:04:12,723 failed to detect port server
Traceback (most recent call last):
File "/usr/lib/python3.9/urllib/request.py", line 1346, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
File "/usr/lib/python3.9/http/client.py", line 1255, in request
self._send_request(method, url, body, headers, encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1301, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1250, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
File "/usr/lib/python3.9/http/client.py", line 1010, in _send_output
self.send(msg)
File "/usr/lib/python3.9/http/client.py", line 950, in send
self.connect()
File "/usr/lib/python3.9/http/client.py", line 921, in connect
self.sock = self._create_connection(
File "/usr/lib/python3.9/socket.py", line 843, in create_connection
raise err
File "/usr/lib/python3.9/socket.py", line 831, in create_connection
sock.connect(sa)
ConnectionRefusedError: [Errno 111] Connection refused
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/tools/run_tests/python_utils/start_port_server.py", line 41, in start_port_server
request.urlopen(
File "/usr/lib/python3.9/urllib/request.py", line 214, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.9/urllib/request.py", line 517, in open
response = self._open(req, data)
File "/usr/lib/python3.9/urllib/request.py", line 534, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
File "/usr/lib/python3.9/urllib/request.py", line 494, in _call_chain
result = func(*args)
File "/usr/lib/python3.9/urllib/request.py", line 1375, in http_open
return self.do_open(http.client.HTTPConnection, req)
File "/usr/lib/python3.9/urllib/request.py", line 1349, in do_open
raise URLError(err)
urllib.error.URLError:
2023-08-03 11:04:12,724 starting port_server, with log file /tmp/tmp57la27u4
2023-08-03 11:04:13,789 port server is up and ready
2023-08-03 11:04:13,789 START: src/php/bin/run_tests.sh
2023-08-03 11:09:13,798 ++ dirname src/php/bin/run_tests.sh
+ cd src/php/bin/../../..
++ pwd
+ root=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc
+ cd src/php/bin
+ source ./determine_extension_dir.sh
++ set -e
+++ php-config --extension-dir
++ default_extension_dir=/usr/local/lib/php/extensions/no-debug-non-zts-20170718
++ '[' '!' -e /usr/local/lib/php/extensions/no-debug-non-zts-20170718/grpc.so ']'
+++ pwd
++ module_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules
++ '[' '!' -e /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules/grpc.so ']'
++ for f in $default_extension_dir/*.so
+++ basename /usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so
++ ln -s /usr/local/lib/php/extensions/no-debug-non-zts-20170718/opcache.so /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules/opcache.so
++ extension_dir='-d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so'
+ export DYLD_LIBRARY_PATH=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg
+ DYLD_LIBRARY_PATH=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg
++ which php
++ which phpunit
+ /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 -v --debug --exclude-group persistent_list_bound_tests ../tests/unit_tests
PHP 7.2.34-dev (cli) (built: Feb 24 2022 11:53:28) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
+ [[ '' != \t\r\u\e ]]
++ which php
++ which phpunit
+ /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 -v --debug ../tests/unit_tests/PersistentChannelTests
PHP 7.2.34-dev (cli) (built: Feb 24 2022 11:53:28) ( NTS )
Copyright (c) 1997-2018 The PHP Group
Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies
+ export ZEND_DONT_UNLOAD_MODULES=1
+ ZEND_DONT_UNLOAD_MODULES=1
+ export USE_ZEND_ALLOC=0
+ USE_ZEND_ALLOC=0
++ command -v valgrind
+ '[' -x /usr/bin/valgrind ']'
++ uname -m
+ '[' x86_64 '!=' aarch64 ']'
++ which valgrind
++ which php
+ /usr/bin/valgrind --error-exitcode=10 --leak-check=yes --errors-for-leak-kinds=definite -v --num-callers=30 --suppressions=../tests/MemoryLeakTest/ignore_leaks.supp /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 ../tests/MemoryLeakTest/MemoryLeakTest.php
==13496== Memcheck, a memory error detector
==13496== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.
==13496== Using Valgrind-3.16.1-36d6727e1d-20200622X and LibVEX; rerun with -h for copyright info
==13496== Command: /usr/local/bin/php -d extension_dir=/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/bin/../ext/grpc/modules -d extension=grpc.so -d max_execution_time=300 ../tests/MemoryLeakTest/MemoryLeakTest.php
==13496==
--13496-- Valgrind options:
--13496-- --error-exitcode=10
--13496-- --leak-check=yes
--13496-- --errors-for-leak-kinds=definite
--13496-- -v
--13496-- --num-callers=30
--13496-- --suppressions=../tests/MemoryLeakTest/ignore_leaks.supp
--13496-- Contents of /proc/version:
--13496-- Linux version 5.15.0-1037-gcp (buildd@lcy02-amd64-042) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #45~20.04.1-Ubuntu SMP Thu Jun 22 08:31:09 UTC 2023
--13496--
--13496-- Arch and hwcaps: AMD64, LittleEndian, amd64-cx16-lzcnt-rdtscp-sse3-ssse3-avx-avx2-bmi-f16c-rdrand
--13496-- Page sizes: currently 4096, max supported 4096
--13496-- Valgrind library directory: /usr/lib/x86_64-linux-gnu/valgrind
--13496-- Reading syms from /usr/local/bin/php
--13496-- Reading syms from /lib/x86_64-linux-gnu/ld-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/32/438eb3b034da54caf58c7a65446639f7cfe274.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/memcheck-amd64-linux
--13496-- Considering /usr/lib/debug/.build-id/54/299c4aec0e5e5f3d7b8135341351d0e1dbfc64.debug ..
--13496-- .. build-id is valid
--13496-- object doesn't have a dynamic symbol table
--13496-- Scheduler: using generic scheduler lock implementation.
--13496-- Reading suppressions file: ../tests/MemoryLeakTest/ignore_leaks.supp
--13496-- Reading suppressions file: /usr/lib/x86_64-linux-gnu/valgrind/default.supp
==13496== embedded gdbserver: reading from /tmp/vgdb-pipe-from-vgdb-to-13496-by-anon-on-bab4708bfd53
==13496== embedded gdbserver: writing to /tmp/vgdb-pipe-to-vgdb-from-13496-by-anon-on-bab4708bfd53
==13496== embedded gdbserver: shared mem /tmp/vgdb-pipe-shared-mem-vgdb-13496-by-anon-on-bab4708bfd53
==13496==
==13496== TO CONTROL THIS PROCESS USING vgdb (which you probably
==13496== don't want to do, unless you know exactly what you're doing,
==13496== or are doing some strange experiment):
==13496== /usr/bin/vgdb --pid=13496 ...command...
==13496==
==13496== TO DEBUG THIS PROCESS USING GDB: start GDB like this
==13496== /path/to/gdb /usr/local/bin/php
==13496== and then give GDB the following command
==13496== target remote | /usr/bin/vgdb --pid=13496
==13496== --pid is optional if only one valgrind process is running
==13496==
--13496-- REDIR: 0x401f970 (ld-linux-x86-64.so.2:strlen) redirected to 0x580ca5f2 (vgPlain_amd64_linux_REDIR_FOR_strlen)
--13496-- REDIR: 0x401f750 (ld-linux-x86-64.so.2:index) redirected to 0x580ca60c (vgPlain_amd64_linux_REDIR_FOR_index)
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_core-amd64-linux.so
--13496-- Considering /usr/lib/debug/.build-id/f2/7641e081d3c37b410d7f31da4e2bf21040f356.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/valgrind/vgpreload_memcheck-amd64-linux.so
--13496-- Considering /usr/lib/debug/.build-id/25/7cdcdf80e04f91ca9e3b185ee3b52995e89946.debug ..
--13496-- .. build-id is valid
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x0401f970 (strlen ) R-> (0000.0) 0x580ca5f2 vgPlain_amd64_linux_REDIR_FOR_strlen
--13496-- new: 0x0401f970 (strlen ) R-> (2007.0) 0x0483bda0 strlen
--13496-- REDIR: 0x401c190 (ld-linux-x86-64.so.2:strcmp) redirected to 0x483cc90 (strcmp)
--13496-- REDIR: 0x401feb0 (ld-linux-x86-64.so.2:mempcpy) redirected to 0x4840740 (mempcpy)
--13496-- Reading syms from /lib/x86_64-linux-gnu/libresolv-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/80/3fe1730907289d265f90f72f91652c56204ee6.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libz.so.1.2.11
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libm-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/e9/d2c06479b13dd3cfa78d714d11dccf6fcbee51.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /lib/x86_64-linux-gnu/libdl-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/11/8b90161526d181807818c459baee841993795b.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libxml2.so.2.9.10
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libssl.so.1.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libc-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/54/eef5ce96cf37cb175b0d93186836ca1caf470c.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libicuuc.so.67.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/liblzma.so.5.2.5
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libpthread-2.31.so
--13496-- Considering /usr/lib/debug/.build-id/50/18237bbf012b4094027fd0b96fc22a24496ea4.debug ..
--13496-- .. build-id is valid
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libicudata.so.67.1
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.28
--13496-- object doesn't have a symbol table
--13496-- Reading syms from /lib/x86_64-linux-gnu/libgcc_s.so.1
--13496-- object doesn't have a symbol table
--13496-- REDIR: 0x5013ea0 (libc.so.6:memmove) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013250 (libc.so.6:strncpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50141c0 (libc.so.6:strcasecmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012b70 (libc.so.6:strcat) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50132b0 (libc.so.6:rindex) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5015550 (libc.so.6:rawmemchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d710 (libc.so.6:wmemchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d2b0 (libc.so.6:wcscmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014000 (libc.so.6:mempcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013e30 (libc.so.6:bcmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50131f0 (libc.so.6:strncmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012c20 (libc.so.6:strcmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013f60 (libc.so.6:memset) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d270 (libc.so.6:wcschr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013150 (libc.so.6:strnlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012cf0 (libc.so.6:strcspn) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014210 (libc.so.6:strncasecmp) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012c90 (libc.so.6:strcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014360 (libc.so.6:memcpy@@GLIBC_2.14) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502e910 (libc.so.6:wcsnlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d2f0 (libc.so.6:wcscpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50132f0 (libc.so.6:strpbrk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5012bd0 (libc.so.6:index) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013110 (libc.so.6:strlen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50198b0 (libc.so.6:memrchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014260 (libc.so.6:strcasecmp_l) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013df0 (libc.so.6:memchr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x502d390 (libc.so.6:wcslen) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013590 (libc.so.6:strspn) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014160 (libc.so.6:stpncpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5014100 (libc.so.6:stpcpy) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5015590 (libc.so.6:strchrnul) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x50142b0 (libc.so.6:strncasecmp_l) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013d20 (libc.so.6:strstr) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5013190 (libc.so.6:strncat) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5090630 (libc.so.6:__memmove_chk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
--13496-- REDIR: 0x5090570 (libc.so.6:__memcpy_chk) redirected to 0x482e1b0 (_vgnU_ifunc_wrapper)
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
==13496== WARNING: new redirection conflicts with existing -- ignoring it
--13496-- old: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2024.0) 0x04840240 __memmove_chk
--13496-- new: 0x050e7aa0 (__memcpy_chk_avx_una) R-> (2030.0) 0x04840820 __memcpy_chk
--13496-- REDIR: 0x50e48f0 (libc.so.6:__strrchr_avx2) redirected to 0x483b7b0 (rindex)
--13496-- REDIR: 0x500f0f0 (libc.so.6:malloc) redirected to 0x4838710 (malloc)
--13496-- REDIR: 0x50e4ac0 (libc.so.6:__strlen_avx2) redirected to 0x483bc80 (strlen)
--13496-- REDIR: 0x50e7ab0 (libc.so.6:__memcpy_avx_unaligned_erms) redirected to 0x483f760 (memmove)
--13496-- REDIR: 0x50e44d0 (libc.so.6:__strchr_avx2) redirected to 0x483b930 (index)
--13496-- REDIR: 0x500f980 (libc.so.6:realloc) redirected to 0x483ad00 (realloc)
--13496-- REDIR: 0x50e0430 (libc.so.6:__strncmp_avx2) redirected to 0x483c370 (strncmp)
--13496-- REDIR: 0x500fe50 (libc.so.6:calloc) redirected to 0x483aab0 (calloc)
--13496-- REDIR: 0x50e7f40 (libc.so.6:__memset_avx2_unaligned_erms) redirected to 0x483f650 (memset)
--13496-- REDIR: 0x50e10d0 (libc.so.6:__memcmp_avx2_movbe) redirected to 0x483ee80 (bcmp)
--13496-- REDIR: 0x500f720 (libc.so.6:free) redirected to 0x4839940 (free)
--13496-- REDIR: 0x50dfff0 (libc.so.6:__strcmp_avx2) redirected to 0x483cb90 (strcmp)
--13496-- REDIR: 0x50e0950 (libc.so.6:__memchr_avx2) redirected to 0x483cd10 (memchr)
--13496-- REDIR: 0x50e4700 (libc.so.6:__strchrnul_avx2) redirected to 0x48402b0 (strchrnul)
--13496-- REDIR: 0x50e7a90 (libc.so.6:__mempcpy_avx_unaligned_erms) redirected to 0x48403c0 (mempcpy)
--13496-- REDIR: 0x50e6ce0 (libc.so.6:__stpcpy_avx2) redirected to 0x483efa0 (stpcpy)
--13496-- REDIR: 0x50e4c50 (libc.so.6:__strnlen_avx2) redirected to 0x483bc20 (strnlen)
--13496-- REDIR: 0x5013a30 (libc.so.6:__GI_strstr) redirected to 0x4840990 (__strstr_sse2)
--13496-- REDIR: 0x50e14b0 (libc.so.6:__strcasecmp_avx) redirected to 0x483c530 (strcasecmp)
--13496-- Reading syms from /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/src/php/ext/grpc/modules/grpc.so
--13496-- Reading syms from /b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_php_linux_dbg.runfiles/com_github_grpc_grpc/grpc/libs/dbg/libgrpc.so.34.0.0
--13496-- REDIR: 0x6f3e0a0 (libstdc++.so.6:operator new(unsigned long)) redirected to 0x4838d80 (operator new(unsigned long))
--13496-- REDIR: 0x6f3e0f0 (libstdc++.so.6:operator new[](unsigned long)) redirected to 0x48394a0 (operator new[](unsigned long))
--13496-- REDIR: 0x6f3c490 (libstdc++.so.6:operator delete(void*)) redirected to 0x4839e40 (operator delete(void*))
--13496-- REDIR: 0x6f3c4a0 (libstdc++.so.6:operator delete(void*, unsigned long)) redirected to 0x483a020 (operator delete(void*, unsigned long))
--13496-- REDIR: 0x50e5ff0 (libc.so.6:__strcpy_avx2) redirected to 0x483bdd0 (strcpy)
--13496-- REDIR: 0x50e2b20 (libc.so.6:__strncasecmp_avx) redirected to 0x483c5f0 (strncasecmp)
--13496-- REDIR: 0x50dfec0 (libc.so.6:__strspn_sse42) redirected to 0x4840bb0 (strspn)
--13496-- REDIR: 0x50dfc60 (libc.so.6:__strcspn_sse42) redirected to 0x4840ad0 (strcspn)
D0803 11:04:18.777806083 13496 config.cc:175] gRPC EXPERIMENT tcp_frame_size_tuning OFF (default:OFF)
D0803 11:04:18.845292261 13496 config.cc:175] gRPC EXPERIMENT tcp_rcv_lowat OFF (default:OFF)
D0803 11:04:18.845878906 13496 config.cc:175] gRPC EXPERIMENT peer_state_based_framing OFF (default:OFF)
D0803 11:04:18.846192358 13496 config.cc:175] gRPC EXPERIMENT memory_pressure_controller OFF (default:OFF)
D0803 11:04:18.846710014 13496 config.cc:175] gRPC EXPERIMENT unconstrained_max_quota_buffer_size OFF (default:OFF)
D0803 11:04:18.846998192 13496 config.cc:175] gRPC EXPERIMENT event_engine_client OFF (default:OFF)
D0803 11:04:18.847443143 13496 config.cc:175] gRPC EXPERIMENT monitoring_experiment ON (default:ON)
D0803 11:04:18.847733018 13496 config.cc:175] gRPC EXPERIMENT promise_based_client_call OFF (default:OFF)
D0803 11:04:18.848009141 13496 config.cc:175] gRPC EXPERIMENT free_large_allocator OFF (default:OFF)
D0803 11:04:18.848281328 13496 config.cc:175] gRPC EXPERIMENT promise_based_server_call OFF (default:OFF)
D0803 11:04:18.848548934 13496 config.cc:175] gRPC EXPERIMENT transport_supplies_client_latency OFF (default:OFF)
D0803 11:04:18.848807634 13496 config.cc:175] gRPC EXPERIMENT event_engine_listener OFF (default:OFF)
D0803 11:04:18.849064196 13496 config.cc:175] gRPC EXPERIMENT schedule_cancellation_over_write OFF (default:OFF)
D0803 11:04:18.849335516 13496 config.cc:175] gRPC EXPERIMENT trace_record_callops OFF (default:OFF)
D0803 11:04:18.849599743 13496 config.cc:175] gRPC EXPERIMENT event_engine_dns OFF (default:OFF)
D0803 11:04:18.849860955 13496 config.cc:175] gRPC EXPERIMENT work_stealing ON (default:ON)
D0803 11:04:18.850143523 13496 config.cc:175] gRPC EXPERIMENT client_privacy OFF (default:OFF)
D0803 11:04:18.850412874 13496 config.cc:175] gRPC EXPERIMENT canary_client_privacy OFF (default:OFF)
D0803 11:04:18.850671888 13496 config.cc:175] gRPC EXPERIMENT server_privacy OFF (default:OFF)
D0803 11:04:18.850928266 13496 config.cc:175] gRPC EXPERIMENT unique_metadata_strings OFF (default:OFF)
D0803 11:04:18.851192969 13496 config.cc:175] gRPC EXPERIMENT keepalive_fix OFF (default:OFF)
D0803 11:04:18.851462095 13496 config.cc:175] gRPC EXPERIMENT keepalive_server_fix OFF (default:OFF)
I0803 11:04:19.015234199 13496 ev_epoll1_linux.cc:123] grpc epoll fd: 4
D0803 11:04:19.020594306 13496 ev_posix.cc:113] Using polling engine: epoll1
I0803 11:04:19.099988913 13496 init.cc:150] grpc_init(void)
I0803 11:04:19.102092113 13496 completion_queue.cc:519] grpc_completion_queue_create_internal(completion_type=1, polling_type=0)
--13496-- REDIR: 0x502bfb0 (libc.so.6:__strstr_sse2_unaligned) redirected to 0x4840920 (strstr)
--13496-- REDIR: 0x50e4f70 (libc.so.6:__strcat_avx2) redirected to 0x483b960 (strcat)
I0803 11:04:19.376995214 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50101, creds=0x7443680, args=0x1ffeffc2e0)
D0803 11:04:19.447050432 13496 lb_policy_registry.cc:47] registering LB policy factory for "priority_experimental"
D0803 11:04:19.468285333 13496 lb_policy_registry.cc:47] registering LB policy factory for "outlier_detection_experimental"
D0803 11:04:19.477446842 13496 lb_policy_registry.cc:47] registering LB policy factory for "weighted_target_experimental"
D0803 11:04:19.484881557 13496 lb_policy_registry.cc:47] registering LB policy factory for "pick_first"
D0803 11:04:19.491511785 13496 lb_policy_registry.cc:47] registering LB policy factory for "round_robin"
D0803 11:04:19.498334373 13496 lb_policy_registry.cc:47] registering LB policy factory for "weighted_round_robin"
D0803 11:04:19.570132038 13496 lb_policy_registry.cc:47] registering LB policy factory for "grpclb"
D0803 11:04:19.601960832 13496 dns_resolver_plugin.cc:44] Using ares dns resolver
D0803 11:04:19.683211195 13496 lb_policy_registry.cc:47] registering LB policy factory for "rls_experimental"
D0803 11:04:19.780198866 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_manager_experimental"
D0803 11:04:19.786467053 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_impl_experimental"
D0803 11:04:19.792594081 13496 lb_policy_registry.cc:47] registering LB policy factory for "cds_experimental"
D0803 11:04:19.798678711 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_cluster_resolver_experimental"
D0803 11:04:19.804962513 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_override_host_experimental"
D0803 11:04:19.811137134 13496 lb_policy_registry.cc:47] registering LB policy factory for "xds_wrr_locality_experimental"
D0803 11:04:19.817552433 13496 lb_policy_registry.cc:47] registering LB policy factory for "ring_hash_experimental"
D0803 11:04:19.828278335 13496 certificate_provider_registry.cc:33] registering certificate provider factory for "file_watcher"
--13496-- REDIR: 0x6f3e0d0 (libstdc++.so.6:operator new(unsigned long, std::nothrow_t const&)) redirected to 0x4839010 (operator new(unsigned long, std::nothrow_t const&))
I0803 11:04:19.961416499 13496 init.cc:150] grpc_init(void)
I0803 11:04:20.866366430 13496 ev_epoll1_linux.cc:360] grpc epoll fd: 3
I0803 11:04:21.469098440 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.482162033 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.495854531 13496 channel_connectivity.cc:65] grpc_channel_check_connectivity_state(channel=0x7454910, try_to_connect=0)
--13496-- REDIR: 0x50e6380 (libc.so.6:__strncpy_avx2) redirected to 0x483bf70 (strncpy)
I0803 11:04:21.616663778 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50102, creds=0x7443680, args=0x1ffeffc2e0)
I0803 11:04:21.625989160 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.626507499 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.630636494 13496 channel.cc:255] grpc_channel_get_target(channel=0x745af90)
I0803 11:04:21.633997236 13496 chttp2_connector.cc:350] grpc_secure_channel_create(target=localhost:50103, creds=0x7443680, args=0x1ffeffc2e0)
I0803 11:04:21.638789313 13496 init.cc:150] grpc_init(void)
I0803 11:04:21.639248470 13496 credentials.cc:38] grpc_channel_credentials_release(creds=0x7443680)
I0803 11:04:21.709231858 13496 channel_connectivity.cc:255] grpc_channel_watch_connectivity_state(channel=0x745e0d0, last_observed_state=1, deadline=gpr_timespec { tv_sec: 1691060661, tv_nsec: 798101477, clock_type: 1 }, cq=0x7428030, tag=(nil))
I0803 11:04:21.898656206 13496 completion_queue.cc:782] cq_end_op_for_pluck(cq=0x7428030, tag=(nil), error=OK, done=0x858f9b7, done_arg=0x7460be0, storage=0x7460c18)
I0803 11:04:21.921372812 13496 completion_queue.cc:1306] RETURN_EVENT[0x7428030]: OP_COMPLETE: tag:(nil) OK
2023-08-03 11:09:13,799 TIMEOUT: src/php/bin/run_tests.sh [pid=13475, time=300.0sec]
2023-08-03 11:09:13,799 FAILED: src/php/bin/run_tests.sh
2023-08-03 11:09:13,807 START: tools/run_tests/helper_scripts/post_tests_php.sh
2023-08-03 11:09:13,816 PASSED: tools/run_tests/helper_scripts/post_tests_php.sh [time=0.0sec, retries=0:0]
2023-08-03 11:09:13,816 FAILED: Some tests failed
=== run_tests.py DEBUG INFO ===
command: "tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.xml --report_suite_name runtests_php_linux_dbg -l php7 -c dbg"
===============================
+ FAILED=true
++ command -v ccache
+ '[' -x /usr/local/bin/ccache ']'
+ ccache --show-stats
Summary:
Hits: 0 / 0
Direct: 0 / 0
Preprocessed: 0 / 0
Misses: 0
Direct: 0
Preprocessed: 0
Primary storage:
Hits: 0 / 0
Misses: 0
Cache size (GB): 0.00 / 5.00 (0.00 %)
Use the -v/--verbose option for more details.
+ '[' true '!=' '' ']'
+ exit 1
================================================================================
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 722s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 731s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 761s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 821s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 881s ... (7 actions, 0 running)
[71 / 78] 12 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 910s ... (7 actions, 1 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 912s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 922s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 952s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1013s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1073s ... (6 actions, 0 running)
[72 / 78] 13 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1133s ... (6 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1134s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1145s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1175s ... (5 actions, 0 running)
[73 / 78] 14 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1230s ... (5 actions, 1 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1231s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1242s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1272s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1332s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1392s ... (4 actions, 0 running)
[74 / 78] 15 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1415s ... (4 actions, 1 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1417s ... (3 actions, 0 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only; 1427s ... (3 actions, 0 running)
[75 / 78] 16 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1446s ... (3 actions, 1 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1447s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1458s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1488s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1548s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1608s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1668s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1728s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1788s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1848s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1908s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 1968s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2028s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2088s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2148s ... (2 actions, 0 running)
[76 / 78] 17 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2186s ... (2 actions, 1 running)
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2188s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2198s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2228s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2288s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2348s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2408s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2468s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2528s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2588s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2648s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2708s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2768s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2828s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2888s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 2948s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3008s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3068s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3128s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3188s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3248s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3308s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3368s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3428s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3489s
[77 / 78] 18 / 19 tests, 1 failed; [Sched] Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 3549s
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 0s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 8s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 68s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 128s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 188s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 248s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 266s remote
[77 / 78] 18 / 19 tests, 1 failed; Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only; 267s remote
TIMEOUT: //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only (Summary)
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.log
INFO: From Testing //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only:
==================== Test output for //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only:
+ '[' '' '!=' '' ']'
+ ARCHIVE_WITH_SUBMODULES=tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ shift
+ REPORT_XML_FILE=/b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.xml
++ echo //tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only
++ sed 's|^.*[:/]||'
+ REPORT_SUITE_NAME=runtests_cpp_linux_dbg_gcc_12_build_only
+ tar -xopf tools/bazelify_tests/grpc_repo_archive_with_submodules.tar.gz
+ cd grpc
+ '[' '' '!=' '' ']'
++ nproc
+ python3 tools/run_tests/run_tests.py -t -j 16 -x /b/f/w/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.xml --report_suite_name runtests_cpp_linux_dbg_gcc_12_build_only -l c++ -c dbg --cmake_configure_extra_args=-DCMAKE_CXX_STANDARD=20 --build_only
/b/f/w/bazel-out/k8-fastbuild/bin/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only.runfiles/com_github_grpc_grpc/grpc/tools/run_tests/run_tests.py:29: DeprecationWarning: 'pipes' is deprecated and slated for removal in Python 3.13
import pipes
2023-08-03 11:01:35,984 START: tools/run_tests/helper_scripts/build_cxx.sh
-- Test timed out at 2023-08-03 12:01:22 UTC --
================================================================================
[78 / 78] 19 / 19 tests, 2 failed; checking cached actions
INFO: Elapsed time: 3920.122s, Critical Path: 3896.69s
INFO: 78 processes: 57 internal, 1 local, 20 remote.
INFO: Build completed, 2 tests FAILED, 78 total actions
//tools/bazelify_tests/test:runtests_c_linux_dbg PASSED in 227.6s
//tools/bazelify_tests/test:runtests_c_linux_dbg_clang_15_build_only PASSED in 210.3s
//tools/bazelify_tests/test:runtests_c_linux_dbg_clang_6_build_only PASSED in 228.4s
//tools/bazelify_tests/test:runtests_c_linux_dbg_gcc_12_build_only PASSED in 329.0s
//tools/bazelify_tests/test:runtests_c_linux_dbg_gcc_7_build_only PASSED in 263.9s
//tools/bazelify_tests/test:runtests_c_linux_dbg_noexcept_build_only PASSED in 187.1s
//tools/bazelify_tests/test:runtests_c_linux_dbg_x86 PASSED in 225.2s
//tools/bazelify_tests/test:runtests_c_linux_opt PASSED in 192.9s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_build_only PASSED in 1456.6s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_clang_15_build_only PASSED in 1142.5s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_clang_6_build_only PASSED in 1196.0s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_7_build_only PASSED in 1419.2s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_noexcept_build_only PASSED in 1126.9s
//tools/bazelify_tests/test:runtests_cpp_linux_opt_build_only PASSED in 906.1s
//tools/bazelify_tests/test:runtests_csharp_linux_dbg PASSED in 163.6s
//tools/bazelify_tests/test:runtests_csharp_linux_opt PASSED in 165.4s
//tools/bazelify_tests/test:runtests_php_linux_opt PASSED in 175.8s
//tools/bazelify_tests/test:runtests_cpp_linux_dbg_gcc_12_build_only TIMEOUT in 3867.9s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_cpp_linux_dbg_gcc_12_build_only/test.log
//tools/bazelify_tests/test:runtests_php_linux_dbg FAILED in 461.6s
/tmpfs/bazel/4114fdc8154d6b98b8d84b473010c8c6/execroot/com_github_grpc_grpc/bazel-out/k8-fastbuild/testlogs/tools/bazelify_tests/test/runtests_php_linux_dbg/test.log
Executed 19 out of 19 tests: 17 tests pass and 2 fail remotely.
There were tests whose specified size is too big. Use the --test_verbose_timeout_warnings command line option to see which ones these are.
INFO: Build completed, 2 tests FAILED, 78 total actions
INFO: Streaming build results to: https://source.cloud.google.com/results/invocations/9916fe8e-0fe1-4c33-a885-79a41e69c9fe
+ FAILED=true
+ sleep 60
+ PYTHONHTTPSVERIFY=0
+ python3 ./tools/run_tests/python_utils/upload_rbe_results.py --invocation_id=9916fe8e-0fe1-4c33-a885-79a41e69c9fe
Warning: Table rbe_test_results already exists
+ '[' true '!=' '' ']'
+ exit 1
[ID: 7207600] Command finished after 4075 secs, exit value: 1
Warning: Permanently added 'localhost' (ED25519) to the list of known hosts.
[05:02:48] Collecting build artifacts from build VM
Build script failed with exit code: 1