Skip to content

Commit

Permalink
fix bugs when compilei
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanRisheng committed Nov 16, 2021
1 parent b259b1e commit 76e6882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/pten/tests/api/test_elementwise_api.cc
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ TEST(API, subtract) {
auto out = paddle::experimental::subtract(x, y);

// 3. check result
ASSERT_EQ(out.shape().size(), 2);
ASSERT_EQ(out.shape().size(), 2UL);
ASSERT_EQ(out.shape()[0], 3);
ASSERT_EQ(out.numel(), 30);
ASSERT_EQ(out.is_cpu(), true);
Expand Down

1 comment on commit 76e6882

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 76e6882 Nov 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: #37260 Commit ID: 76e6882 contains failed CI.

🔹 Failed: PR-CI-Py3

Unknown Failed
2021-11-16 20:52:03 + CCACHE_MAXSIZE=150G
2021-11-16 20:52:03 + export CCACHE_LIMIT_MULTIPLE=0.8
2021-11-16 20:52:03 + CCACHE_LIMIT_MULTIPLE=0.8
2021-11-16 20:52:03 + cd /workspace
2021-11-16 20:52:03 + set +x
2021-11-16 20:52:03 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
2021-11-16 20:52:03 SLF4J: Defaulting to no-operation (NOP) logger implementation
2021-11-16 20:52:03 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2021-11-16 20:52:04 + tar xf Paddle.tar.gz
2021-11-16 20:52:04 + cd Paddle
2021-11-16 20:52:04 + git config --global user.name PaddleCI
2021-11-16 20:52:04 + git config --global user.email paddle_ci@example.com
2021-11-16 20:52:04 + git remote add upstream https://github.com/PaddlePaddle/Paddle.git
2021-11-16 20:52:04 + git checkout develop
2021-11-16 20:52:05 Switched to branch 'develop'
2021-11-16 20:52:05 Your branch is up to date with 'origin/develop'.
2021-11-16 20:52:05 + git pull upstream develop
2021-11-16 20:52:05 fatal: unable to access 'https://github.com/PaddlePaddle/Paddle.git/': Received HTTP code 503 from proxy after CONNECT
2021-11-16 20:52:05 {build code state=1}

🔹 Failed: PR-CI-GpuPS

Unknown Failed
2021-11-16 21:19:46 + git config --global user.name PaddleCI
2021-11-16 21:19:46 + git config --global user.email paddle_ci@example.com
2021-11-16 21:19:46 + git remote add upstream https://github.com/PaddlePaddle/Paddle.git
2021-11-16 21:19:46 + git checkout develop
2021-11-16 21:19:46 Switched to branch 'develop'
2021-11-16 21:19:46 Your branch is up to date with 'origin/develop'.
2021-11-16 21:19:46 + git pull upstream develop
2021-11-16 21:19:48 From https://github.com/PaddlePaddle/Paddle
2021-11-16 21:19:48 * branch develop -> FETCH_HEAD
2021-11-16 21:19:48 * [new branch] develop -> upstream/develop
2021-11-16 21:19:48 Already up to date.
2021-11-16 21:19:48 + git fetch origin pull/37260/head
2021-11-16 21:19:51 From https://github.com/PaddlePaddle/Paddle
2021-11-16 21:19:51 * branch refs/pull/37260/head -> FETCH_HEAD
2021-11-16 21:19:51 + git checkout -b origin_pr FETCH_HEAD
2021-11-16 21:19:51 Switched to a new branch 'origin_pr'
2021-11-16 21:19:51 + git fetch upstream develop
2021-11-16 21:20:51 fatal: unable to access 'https://github.com/PaddlePaddle/Paddle.git/': Received HTTP code 503 from proxy after CONNECT
2021-11-16 21:20:51 {build code state=128}

🔹 Failed: PR-CI-Kunlun

Unknown Failed
2021-11-16 21:29:20 + set +x
2021-11-16 21:29:20 Cleanup...
2021-11-16 21:29:30 + '[' -d /home/ssd1/Paddle ']'
2021-11-16 21:29:30 + rm -rf /home/ssd1/Paddle
2021-11-16 21:29:37 + '[' -f /home/ssd1/Paddle.tar.gz ']'
2021-11-16 21:29:37 + rm -rf /home/ssd1/Paddle.tar.gz
2021-11-16 21:29:37 + cd /home/ssd1
2021-11-16 21:29:37 + set -x
2021-11-16 21:29:37 + export WITH_CACHE=ON
2021-11-16 21:29:37 + WITH_CACHE=ON
2021-11-16 21:29:37 + set +x
2021-11-16 21:29:37 + tar xf Paddle.tar.gz
2021-11-16 21:29:38 + cd Paddle
2021-11-16 21:29:38 + git config --global user.name PaddleCI
2021-11-16 21:29:38 + git config --global user.email paddle_ci@example.com
2021-11-16 21:29:38 + set -xe
2021-11-16 21:29:38 + git remote add upstream https://github.com/PaddlePaddle/Paddle.git
2021-11-16 21:29:38 + git pull upstream develop
2021-11-16 21:30:38 fatal: unable to access 'https://github.com/PaddlePaddle/Paddle.git/': Received HTTP code 503 from proxy after CONNECT

🔹 Failed: PR-CI-CINN

Unknown Failed
2021-11-16 22:51:33 SLF4J: Defaulting to no-operation (NOP) logger implementation
2021-11-16 22:51:33 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
2021-11-16 22:51:34 Reading package lists...
2021-11-16 22:51:34 Building dependency tree...
2021-11-16 22:51:34 Reading state information...
2021-11-16 22:51:34 The following packages were automatically installed and are no longer required:
2021-11-16 22:51:34 git-man less libcurl3-gnutls liberror-perl libssl1.0.0 libxmuu1
2021-11-16 22:51:34 openssh-client xauth
2021-11-16 22:51:34 Use 'apt autoremove' to remove them.
2021-11-16 22:51:34 The following NEW packages will be installed:
2021-11-16 22:51:34 pigz
2021-11-16 22:52:07 0 upgraded, 1 newly installed, 0 to remove and 30 not upgraded.
2021-11-16 22:52:07 Need to get 57.4 kB of archives.
2021-11-16 22:52:07 After this operation, 259 kB of additional disk space will be used.
2021-11-16 22:52:07 Err:1 http://archive.ubuntu.com/ubuntu bionic/universe amd64 pigz amd64 2.4-1
2021-11-16 22:52:07 503 Service Unavailable [IP: 172.19.57.45 3128]
2021-11-16 22:52:07 E: Failed to fetch http://archive.ubuntu.com/ubuntu/pool/universe/p/pigz/pigz_2.4-1_amd64.deb 503 Service Unavailable [IP: 172.19.57.45 3128]
2021-11-16 22:52:07 E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
2021-11-16 22:52:07 {build code state=100}

🔹 Failed: PR-CI-OP-benchmark

Unknown Failed
2021-11-17 22:21:19 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-11-17 22:21:19 + '[' -z '' ']'
2021-11-17 22:21:19 + exit_code=8
2021-11-17 22:21:19 + LOG '[ERROR] Missing test script of "eigh"(paddle/fluid/operators/eigh_op.cu) in benchmark.'
2021-11-17 22:21:19 + echo '[tools/test_ci_op_benchmark.sh:271] [ERROR] Missing test script of "eigh"(paddle/fluid/operators/eigh_op.cu) in benchmark.'
2021-11-17 22:21:19 [tools/test_ci_op_benchmark.sh:271] [ERROR] Missing test script of "eigh"(paddle/fluid/operators/eigh_op.cu) in benchmark.
2021-11-17 22:21:19 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-11-17 22:21:19 + '[' -z pow,elementwise,elementwise.json,True ']'
2021-11-17 22:21:19 + for op_name in '${!CHANGE_OP_MAP[@]}'
2021-11-17 22:21:19 + '[' -z add,elementwise,elementwise.json,True ']'
2021-11-17 22:21:19 + '[' 8 -ne 0 ']'
2021-11-17 22:21:19 + LOG '[INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.'
2021-11-17 22:21:19 + echo '[tools/test_ci_op_benchmark.sh:275] [INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.'
2021-11-17 22:21:19 [tools/test_ci_op_benchmark.sh:275] [INFO] See https://github.com/PaddlePaddle/Paddle/wiki/PR-CI-OP-benchmark-Manual for details.
2021-11-17 22:21:19 + LOG '[INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.'
2021-11-17 22:21:19 + echo '[tools/test_ci_op_benchmark.sh:276] [INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.'
2021-11-17 22:21:19 [tools/test_ci_op_benchmark.sh:276] [INFO] Or you can apply for one RD (Avin0323(Recommend), Xreki, luotao1) approval to pass this PR.
2021-11-17 22:21:19 + exit 8
2021-11-17 22:21:19 {build code state=8}

Please sign in to comment.