-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area-InfrastructureuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner
Description
Consider:
I see several script failures (esp., Python failures). It's not clear to me how fatal these are: do we not get proper reporting, etc.? In addition to the failure, there are lots of warnings.
E.g.:
+ /home/helixbot/.azdo-env/bin/python -c import azure.devops
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'azure'
+ /home/helixbot/.azdo-env/bin/python -c import future
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'future'
+ /home/helixbot/.azdo-env/bin/python -m pip install future==0.17.1
WARNING: The directory '/home/helixbot/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
+ python -B /root/helix/work/correlation/xunit-reporter.py
Traceback (most recent call last):
File "/root/helix/work/correlation/xunit-reporter.py", line 6, in <module>
import helix.azure_storage
File "/root/helix/scripts/helix/azure_storage.py", line 6, in <module>
from azure.storage.blob import BlobClient, ContentSettings, ExponentialRetry
File "/root/helix/scripts/azure/storage/blob/__init__.py", line 11, in <module>
from ._blob_client import BlobClient
File "/root/helix/scripts/azure/storage/blob/_blob_client.py", line 24, in <module>
from ._shared.encryption import generate_blob_encryption_data
File "/root/helix/scripts/azure/storage/blob/_shared/encryption.py", line 19, in <module>
from cryptography.hazmat.primitives.padding import PKCS7
File "/root/helix/scripts/cryptography/hazmat/primitives/padding.py", line 13, in <module>
from cryptography.hazmat.bindings._padding import lib
ImportError: /root/helix/scripts/cryptography/hazmat/bindings/_padding.abi3.so: wrong ELF class: ELFCLASS64
+ exit 1
+ export _commandExitCode=1
+ chmod -R 777 /home/helixbot/dotnetbuild/dumps
+ exit 1
@MattGal can you please route?
Metadata
Metadata
Assignees
Labels
area-InfrastructureuntriagedNew issue has not been triaged by the area ownerNew issue has not been triaged by the area owner