Skip to content

Commit

Permalink
Revert "Adjusted Eager AutoCodeGen to Support Operators with Multiple…
Browse files Browse the repository at this point in the history
… OpBases & Enable Passing Output Tensor as Input Argument (#37943)"

This reverts commit 9aed9ea.
  • Loading branch information
jim19930609 authored Dec 9, 2021
1 parent 18aca3f commit fa99056
Show file tree
Hide file tree
Showing 2 changed files with 417 additions and 665 deletions.
Loading

1 comment on commit fa99056

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on fa99056 Dec 9, 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: #37991 Commit ID: fa99056 contains failed CI.

🔹 Failed: PR-CI-Build

Unknown Failed
2021-12-09 11:35:45 + git branch -D develop_base_pr
2021-12-09 11:35:45 error: Cannot delete branch 'develop_base_pr' checked out at '/paddle'
2021-12-09 11:35:45 + git branch -D test
2021-12-09 11:35:45 Deleted branch test (was fa99056).
2021-12-09 11:35:45 + git fetch origin pull/37991/head
2021-12-09 11:36:05 From https://github.com/PaddlePaddle/Paddle
2021-12-09 11:36:05 * branch refs/pull/37991/head -> FETCH_HEAD
2021-12-09 11:36:05 + git checkout -b test FETCH_HEAD
2021-12-09 11:36:05 Switched to a new branch 'test'
2021-12-09 11:36:05 + git merge --no-edit develop
2021-12-09 11:36:05 Already up to date.
2021-12-09 11:36:05 + git diff --name-only origin/develop
2021-12-09 11:36:06 paddle/fluid/eager/auto_code_generator/eager_generator.cc
2021-12-09 11:36:06 paddle/fluid/eager/auto_code_generator/op_list.txt
2021-12-09 11:36:06 + '[' 7 -eq 0 ']'
2021-12-09 11:36:06 + set +x
2021-12-09 11:36:06 Sorry, build failed.
2021-12-09 11:36:06 + exit 7
2021-12-09 11:36:06 {build code state=7}

🔹 Failed: PR-CI-Windows

test_failed
2021-12-09 12:41:13 The following tests FAILED:
2021-12-09 12:41:13 1464 - test_rnn_encoder_decoder (Timeout)
2021-12-09 12:41:13 1464 - test_rnn_encoder_decoder (Timeout)
2021-12-09 12:41:13 1464 - test_rnn_encoder_decoder (Timeout)
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>goto:eof
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>set error_code=8
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>for /F %# in ('wmic os get localdatetime|findstr 20') do set end=%#
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>set end=20211209124113.799000+480
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>set end=1209124113
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>call :timestamp "1209113644" "1209124113" "1 card TestCases Total"
2021-12-09 12:41:13 C:\Users\Administrator\Downloads\workspace\077f14fb-7e50-4a44-8d51-1389a384a261\Paddle\build>setlocal enabledelayedexpansion
2021-12-09 12:41:13 819404
2021-12-09 12:41:13 "Windows 1 card TestCases Total Time: 3869s"
2021-12-09 12:41:13 ipipe_log_param_Windows_1_card_TestCases_Total_Time: 3869s
2021-12-09 12:41:13 819404
2021-12-09 12:41:13 "Windows TestCases Total Time: 3869s"
2021-12-09 12:41:13 ipipe_log_param_Windows_TestCases_Total_Time: 3869s
2021-12-09 12:41:13 Running unit tests failed, will exit
2021-12-09 12:41:16 EXCODE: 8

Please sign in to comment.