-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 4.1.0
-
Fix Version/s: 4.4.4
-
Component/s: Packaging / Build
-
Environment:Windows
This is not crucial, but it will be better to not having those warnings in logs (that are printed in red color in the console):
17:10:42 Remove-Item : Cannot find path 'C:\Jenkins\workspace\Drive\Drive-test-volume-sp 17:10:42 ecific\deploy-dir\3.7.7\Lib\site-packages\PyQt5\QtBluetooth.pyd' because it 17:10:42 does not exist. 17:10:42 At C:\Jenkins\workspace\Drive\Drive-test-volume-specific\tools\windows\deploy_j 17:10:42 enkins_slave.ps1:320 char:2 17:10:42 + Remove-Item -Path "$Env:STORAGE_DIR\Lib\site-packages\PyQt5\QtBlu ... 17:10:42 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17:10:42 + CategoryInfo : ObjectNotFound: (C:\Jenkins\work...QtBluetooth.p 17:10:42 yd:String) [Remove-Item], ItemNotFoundException 17:10:42 + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.Remov 17:10:42 eItemCommand 17:10:42 17:10:42 Remove-Item : Cannot find path 'C:\Jenkins\workspace\Drive\Drive-test-volume-sp 17:10:42 ecific\deploy-dir\3.7.7\Lib\site-packages\PyQt5\Qt\bin\Qt5Bluetooth.dll' 17:10:42 because it does not exist. 17:10:42 At C:\Jenkins\workspace\Drive\Drive-test-volume-specific\tools\windows\deploy_j 17:10:42 enkins_slave.ps1:321 char:2 17:10:42 + Remove-Item -Path "$Env:STORAGE_DIR\Lib\site-packages\PyQt5\Qt\bi ... 17:10:42 + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 17:10:42 + CategoryInfo : ObjectNotFound: (C:\Jenkins\work...t5Bluetooth.d 17:10:42 ll:String) [Remove-Item], ItemNotFoundException 17:10:42 + FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.Remov 17:10:42 eItemCommand
- is related to
-
NXDRIVE-1554 Remove unused QtBluetooth dependency in Windows tests
- Resolved
- Is referenced in