Skip to content

Commit

Permalink
fix cmake dependence error
Browse files Browse the repository at this point in the history
  • Loading branch information
LiYuRio committed Nov 17, 2021
1 parent ca8c4f3 commit 5b88fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/operators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ if(WITH_UNITY_BUILD)
include(unity_build_rule.cmake)
endif()

set(OP_HEADER_DEPS ${OP_HEADER_DEPS} pten)
set(OP_HEADER_DEPS ${OP_HEADER_DEPS} pten pten_api_utils)

register_operators(EXCLUDES py_layer_op py_func_op warpctc_op dgc_op load_combine_op lstm_op run_program_op eye_op
recurrent_op save_combine_op sparse_attention_op sync_batch_norm_op spectral_op cinn_launch_op ${OP_MKL_DEPS} DEPS ${OP_HEADER_DEPS})
Expand Down

1 comment on commit 5b88fb5

@paddle-bot-old
Copy link

@paddle-bot-old paddle-bot-old bot commented on 5b88fb5 Nov 17, 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: #37304 Commit ID: 5b88fb5 contains failed CI.

🔹 Failed: PR-CI-CINN

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

🔹 Failed: PR-CI-Static-Check

Unknown Failed
2021-11-17 22:48:26 Ignoring numpy: markers 'python_version >= "3.5" and platform_system == "Windows"' don't match your environment
2021-11-17 22:48:42 WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out'))': /simple/requests/
2021-11-17 22:48:57 WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out'))': /simple/requests/
2021-11-17 22:49:13 WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out'))': /simple/requests/
2021-11-17 22:49:31 WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out'))': /simple/requests/
2021-11-17 22:49:50 WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', timeout('timed out'))': /simple/requests/
2021-11-17 22:50:05 ERROR: Could not find a version that satisfies the requirement requests>=2.20.0 (from versions: none)
2021-11-17 22:50:05 ERROR: No matching distribution found for requests>=2.20.0
2021-11-17 22:50:05 WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
2021-11-17 22:50:05 You should consider upgrading via the '/workspace/Paddle/build/.check_api_workspace/.DEV_env/bin/python -m pip install --upgrade pip' command.
2021-11-17 22:50:05 + EXCODE=1
2021-11-17 22:50:05 + echo 'EXCODE: 1'
2021-11-17 22:50:05 EXCODE: 1
2021-11-17 22:50:05 + echo 'ipipe_log_param_EXCODE: 1'
2021-11-17 22:50:05 ipipe_log_param_EXCODE: 1
2021-11-17 22:50:05 + '[' 1 -eq 0 ']'
2021-11-17 22:50:05 + set +x
2021-11-17 22:50:05 + exit 1
2021-11-17 22:50:05 {build code state=1}

🔹 Failed: PR-CE-Framework

Unknown Failed
2021-11-17 22:35:34 Requirement already satisfied: requests>=2.20.0 in /usr/local/python3.7.0/lib/python3.7/site-packages (from paddlepaddle-gpu==0.0.0) (2.25.1)
2021-11-17 22:35:34 Requirement already satisfied: numpy>=1.13 in /usr/local/python3.7.0/lib/python3.7/site-packages (from paddlepaddle-gpu==0.0.0) (1.20.3)
2021-11-17 22:35:34 Requirement already satisfied: Pillow in /usr/local/python3.7.0/lib/python3.7/site-packages (from paddlepaddle-gpu==0.0.0) (8.2.0)
2021-11-17 22:35:34 Requirement already satisfied: idna<3,>=2.5 in /usr/local/python3.7.0/lib/python3.7/site-packages (from requests>=2.20.0->paddlepaddle-gpu==0.0.0) (2.10)
2021-11-17 22:35:34 Requirement already satisfied: chardet<5,>=3.0.2 in /usr/local/python3.7.0/lib/python3.7/site-packages (from requests>=2.20.0->paddlepaddle-gpu==0.0.0) (4.0.0)
2021-11-17 22:35:34 Requirement already satisfied: urllib3<1.27,>=1.21.1 in /usr/local/python3.7.0/lib/python3.7/site-packages (from requests>=2.20.0->paddlepaddle-gpu==0.0.0) (1.26.4)
2021-11-17 22:35:34 Requirement already satisfied: certifi>=2017.4.17 in /usr/local/python3.7.0/lib/python3.7/site-packages (from requests>=2.20.0->paddlepaddle-gpu==0.0.0) (2020.12.5)
2021-11-17 22:35:35 Installing collected packages: paddlepaddle-gpu
2021-11-17 22:35:40 Successfully installed paddlepaddle-gpu-0.0.0
2021-11-17 22:35:40 WARNING: Running pip as root will break packages and permissions. You should install packages reliably by using venv: https://pip.pypa.io/warnings/venv
2021-11-17 22:35:40 WARNING: You are using pip version 21.1.2; however, version 21.3.1 is available.
2021-11-17 22:35:40 You should consider upgrading via the '/usr/local/python3.7.0/bin/python3.7 -m pip install --upgrade pip' command.
2021-11-17 22:35:40 + cd /PaddleTest/framework/api
2021-11-17 22:35:40 981e247acf794fb2a4cdb68078e463d4.sh: line 24: cd: /PaddleTest/framework/api: No such file or directory
2021-11-17 22:35:40 + rm ./device/test_cuda_get_device_capability.py
2021-11-17 22:35:40 rm: cannot remove './device/test_cuda_get_device_capability.py': No such file or directory
2021-11-17 22:35:40 + bash ./run.sh
2021-11-17 22:35:40 bash: ./run.sh: No such file or directory
2021-11-17 22:35:40 {build code state=127}

Please sign in to comment.