Skip to content

Commit

Permalink
Merge branch 'develop' into project_fft
Browse files Browse the repository at this point in the history
  • Loading branch information
Feiyu Chan authored Sep 16, 2021
2 parents 150da5c + 3e89748 commit 0279d4a
Showing 0 changed files with 0 additions and 0 deletions.

1 comment on commit 0279d4a

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 0279d4a Sep 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕵️ CI failures summary

🔍 PR: #35665 Commit ID: 0279d4a contains failed CI.

🔹 Failed: PR-CI-APPROVAL

approve_failed
2021-09-16 15:40:30 正在保存至: “bk.txt”
2021-09-16 15:40:30 0K 100% 3.63M=0s
2021-09-16 15:40:30 2021-09-16 15:40:30 (3.63 MB/s) - 已保存 “bk.txt” [5/5])
2021-09-16 15:40:41 ****************
2021-09-16 15:40:41 0. You must have Dianhai approval for change 20+ files or add than 1000+ lines of content.
2021-09-16 15:40:41 1. You must have one RD (wanghuancoder, luotao1 or XiaoguangHu01) approval for CMakeLists.txt, which manages the compilation parameter.
2021-09-16 15:40:41 2. The error message you wrote in PADDLE_ENFORCE{**} or PADDLE_THROW does not meet our error message writing specification. Possible errors include 1. the error message is empty / 2. the error message is too short / 3. the error type is not specified. Please read the specification [ https://github.com/PaddlePaddle/Paddle/wiki/Paddle-Error-Message-Writing-Specification ], then refine the error message. If it is a mismatch, please request chenwhql (Recommend), luotao1 or lanxianghit review and approve.
2021-09-16 15:40:41 The PADDLE_ENFORCE{
**} or PADDLE_THROW entries that do not meet the specification are as follows:
2021-09-16 15:40:41 PADDLE_THROW(platform::errors::External(DftiErrorMessage(status)));
2021-09-16 15:40:41 PADDLE_THROW(platform::errors::External(get_cufft_error_info(error)));
2021-09-16 15:40:41 There are 3 approved errors.
2021-09-16 15:40:41 ****************
2021-09-16 15:40:41 + EXCODE=6
2021-09-16 15:40:41 + echo 'EXCODE: 6'
2021-09-16 15:40:41 EXCODE: 6
2021-09-16 15:40:41 + echo 'ipipe_log_param_EXCODE: 6'
2021-09-16 15:40:41 ipipe_log_param_EXCODE: 6
2021-09-16 15:40:41 + exit 6

🔹 Failed: PR-CI-musl

Unknown Failed
2021-09-16 16:00:30 [ 52%] Linking CXX static library libmatrix_rank_op.a
2021-09-16 16:00:30 [ 52%] Built target matrix_rank_op
2021-09-16 16:00:30 Scanning dependencies of target paddle_inference_io
2021-09-16 16:00:30 Scanning dependencies of target op_function_generator
2021-09-16 16:00:30 [ 52%] Building CXX object paddle/fluid/inference/CMakeFiles/paddle_inference_io.dir/io.cc.o
2021-09-16 16:00:30 [ 53%] Building CXX object paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/op_function_generator.cc.o
2021-09-16 16:00:43 [ 53%] Linking CXX static library libpaddle_inference_io.a
2021-09-16 16:00:43 [ 53%] Built target paddle_inference_io
2021-09-16 16:00:43 Scanning dependencies of target analysis_helper
2021-09-16 16:00:43 [ 53%] Building CXX object paddle/fluid/inference/analysis/CMakeFiles/analysis_helper.dir/helper.cc.o
2021-09-16 16:00:46 [ 53%] Linking CXX executable op_function_generator
2021-09-16 16:00:48 /usr/lib/gcc/x86_64-alpine-linux-musl/9.3.0/../../../../x86_64-alpine-linux-musl/bin/ld: cannot find -ldynload_cuda
2021-09-16 16:00:48 collect2: error: ld returned 1 exit status
2021-09-16 16:00:48 make[2]: *** [paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/build.make:754: paddle/fluid/pybind/op_function_generator] Error 1
2021-09-16 16:00:48 make[1]: *** [CMakeFiles/Makefile2:82912: paddle/fluid/pybind/CMakeFiles/op_function_generator.dir/all] Error 2
2021-09-16 16:00:48 make[1]: *** Waiting for unfinished jobs....
2021-09-16 16:00:50 [ 53%] Linking CXX static library libanalysis_helper.a
2021-09-16 16:00:50 [ 53%] Built target analysis_helper
2021-09-16 16:00:50 make: *** [Makefile:130: all] Error 2

🔹 Failed: PR-CI-Mac-Python3

build_failed
2021-09-16 16:17:35 5 warnings generated.
2021-09-16 16:17:35 [ 98%] Linking CXX static library libanalysis_helper.a
2021-09-16 16:17:35 [ 98%] Built target analysis_helper
2021-09-16 16:17:36 make: *** [all] Error 2
2021-09-16 16:17:36 + build_error=2
2021-09-16 16:17:36 + collect_ccache_hits
2021-09-16 16:17:36 ++ ccache -s
2021-09-16 16:17:36 ++ grep 'cache hit rate'
2021-09-16 16:17:36 ++ awk '{print $4}'
2021-09-16 16:17:36 + rate=21.38
2021-09-16 16:17:36 + echo 'ccache hit rate: 21.38%'
2021-09-16 16:17:36 ccache hit rate: 21.38%
2021-09-16 16:17:36 + echo 'ipipe_log_param_Ccache_Hit_Rate: 21.38%'
2021-09-16 16:17:36 + '[' 2 '!=' 0 ']'
2021-09-16 16:17:36 + exit 7
2021-09-16 16:17:36 EXCODE: 7
2021-09-16 16:17:36 ipipe_log_param_EXCODE: 7
2021-09-16 16:17:36 Sorry, build failed.
2021-09-16 16:17:36 + exit 7

🔹 Failed: PR-CI-Windows

build_failed
2021-09-16 16:20:24 [363/369] Building CXX object src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\utils\jit_io_helper.cpp.obj
2021-09-16 16:20:24 [364/369] Building CXX object src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_brgemm_transpose.cpp.obj
2021-09-16 16:20:24 [365/369] Building CXX object src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_diff_weights_peephole.cpp.obj
2021-09-16 16:20:24 [366/369] Building CXX object src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\rnn\jit_gates_reduction.cpp.obj
2021-09-16 16:20:24 [367/369] Building CXX object src\cpu\x64\CMakeFiles\dnnl_cpu_x64.dir\shuffle\jit_uni_shuffle_kernel.cpp.obj
2021-09-16 16:20:24 [368/369] Linking CXX shared library src\dnnl.dll
2021-09-16 16:20:24 正在创建库 src\dnnl.lib 和对象 src\dnnl.exp
2021-09-16 16:20:24 [369/369] cmd.exe /C "cd /D C:\home\workspace\cache\third_party\cuda102\17f24120dcc8aef7a6f72888f7d71c21\mkldnn\src\extern_mkldnn-build\src && "C:\Program Files\CMake\bin\cmake.exe" -E copy C:/home/workspace/cache/third_party/cuda102/17f24120dcc8aef7a6f72888f7d71c21/mkldnn/src/extern_mkldnn-build/src/dnnl.lib C:/home/workspace/cache/third_party/cuda102/17f24120dcc8aef7a6f72888f7d71c21/mkldnn/src/extern_mkldnn-build/src/mkldnn.lib && "C:\Program Files\CMake\bin\cmake.exe" -E touch CMakeFiles/compat_libs"
2021-09-16 16:20:24 ninja: build stopped: subcommand failed.
2021-09-16 16:20:24 7
2021-09-16 16:20:24 Build Paddle failed, will exit
2021-09-16 16:20:24 EXCODE: 7

Please sign in to comment.