Skip to content

Commit

Permalink
fix bugs when run kunlun ci
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanRisheng committed Nov 2, 2021
1 parent 408a85b commit 6363bde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions paddle/pten/kernels/xpu/utils.h
Expand Up @@ -30,3 +30,5 @@ void Copy(const XPUDeviceContext& dev_ctx,
DenseTensor* dst);

} // namespace pten

#endif

1 comment on commit 6363bde

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 6363bde Nov 2, 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: #36935 Commit ID: 6363bde contains failed CI.

🔹 Failed: PR-CI-Kunlun

Unknown Failed
2021-11-02 17:22:29 [ 52%] Linking CXX static library libstrided_slice_op.a
2021-11-02 17:22:29 [ 52%] Built target strided_slice_op
2021-11-02 17:23:10 [ 52%] Linking CXX static library libsvd_op.a
2021-11-02 17:23:10 [ 52%] Built target svd_op
2021-11-02 17:24:28 [ 52%] Linking CXX static library libactivation_op.a
2021-11-02 17:24:29 [ 52%] Built target activation_op
2021-11-02 17:24:29 make: *** [all] Error 2
2021-11-02 17:24:29 Makefile:140: recipe for target 'all' failed
2021-11-02 17:24:29 + build_error=2
2021-11-02 17:24:29 + collect_ccache_hits
2021-11-02 17:24:29 ++ ccache -s
2021-11-02 17:24:29 ++ grep 'cache hit rate'
2021-11-02 17:24:29 ++ awk '{print $4}'
2021-11-02 17:24:29 + rate=0.00
2021-11-02 17:24:29 + echo 'ccache hit rate: 0.00%'
2021-11-02 17:24:29 + echo 'ipipe_log_param_Ccache_Hit_Rate: 0.00%'
2021-11-02 17:24:29 ccache hit rate: 0.00%
2021-11-02 17:24:29 + '[' 2 '!=' 0 ']'
2021-11-02 17:24:29 + exit 7

🔹 Failed: PR-CI-Inference

Unknown Failed
2021-11-02 17:30:32 + work_dir=/workspace/Paddle
2021-11-02 17:30:32 ++ md5sum
2021-11-02 17:30:32 ++ cat /workspace/Paddle/cmake/external/ascend.cmake /workspace/Paddle/cmake/external/boost.cmake /workspace/Paddle/cmake/external/box_ps.cmake /workspace/Paddle/cmake/external/brpc.cmake /workspace/Paddle/cmake/external/cinn.cmake /workspace/Paddle/cmake/external/cryptopp.cmake /workspace/Paddle/cmake/external/cub.cmake /workspace/Paddle/cmake/external/dgc.cmake /workspace/Paddle/cmake/external/dlpack.cmake /workspace/Paddle/cmake/external/eigen.cmake /workspace/Paddle/cmake/external/gflags.cmake /workspace/Paddle/cmake/external/glog.cmake /workspace/Paddle/cmake/external/gloo.cmake /workspace/Paddle/cmake/external/gtest.cmake /workspace/Paddle/cmake/external/lapack.cmake /workspace/Paddle/cmake/external/leveldb.cmake /workspace/Paddle/cmake/external/libmct.cmake /workspace/Paddle/cmake/external/libxsmm.cmake /workspace/Paddle/cmake/external/lite.cmake /workspace/Paddle/cmake/external/mkldnn.cmake /workspace/Paddle/cmake/external/mklml.cmake /workspace/Paddle/cmake/external/openblas.cmake /workspace/Paddle/cmake/external/pocketfft.cmake /workspace/Paddle/cmake/external/protobuf.cmake /workspace/Paddle/cmake/external/pslib.cmake /workspace/Paddle/cmake/external/pslib_brpc.cmake /workspace/Paddle/cmake/external/pybind11.cmake /workspace/Paddle/cmake/external/python.cmake /workspace/Paddle/cmake/external/rocksdb.cmake /workspace/Paddle/cmake/external/snappy.cmake /workspace/Paddle/cmake/external/threadpool.cmake /workspace/Paddle/cmake/external/utf8proc.cmake /workspace/Paddle/cmake/external/warpctc.cmake /workspace/Paddle/cmake/external/xbyak.cmake /workspace/Paddle/cmake/external/xpu.cmake /workspace/Paddle/cmake/external/xxhash.cmake /workspace/Paddle/cmake/external/zlib.cmake cmake/third_party.cmake
2021-11-02 17:30:32 ++ awk '{print $1}'
2021-11-02 17:30:32 + export md5_content=fcdad7d3858839ffc70cb9c05371231e
2021-11-02 17:30:32 + md5_content=fcdad7d3858839ffc70cb9c05371231e
2021-11-02 17:30:32 + tar_dir=/root/inference
2021-11-02 17:30:32 + file_tar=/root/inference/fcdad7d3858839ffc70cb9c05371231e.tar.gz
2021-11-02 17:30:32 + bce_file=/home/bce-python-sdk-0.8.27/BosClient.py
2021-11-02 17:30:32 + [[ ON == \O\N ]]
2021-11-02 17:30:32 + [[ ! -d /root/inference ]]
2021-11-02 17:30:32 + [[ ! -f /root/inference/fcdad7d3858839ffc70cb9c05371231e.tar.gz ]]
2021-11-02 17:30:32 + mkdir -p /workspace/Paddle/build
2021-11-02 17:30:32 + tar --use-compress-program=pigz -xpf /root/inference/fcdad7d3858839ffc70cb9c05371231e.tar.gz -C /workspace/Paddle/build
2021-11-02 17:30:40 pigz: OK, has trailing junk which was ignored
2021-11-02 17:30:40 tar: Child returned status 2
2021-11-02 17:30:40 tar: Error is not recoverable: exiting now
2021-11-02 17:30:40 + exit 102
2021-11-02 17:30:40 {build code state=102}

Please sign in to comment.