-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Tutorial Build Failing #3808
Description
Tutrial builds failing see error example below:
https://github.com/pytorch/tutorials/actions/runs/23719633045/job/69181514939?pr=3807#step:5:153
Run pytorch/pytorch/.github/actions/setup-linux@main
Run pytorch/pytorch/.github/actions/checkout-pytorch@main
Run echo "IN_CONTAINER_RUNNER=$(if [ -f /.inarc ] || [ -f /.incontainer ]; then echo true ; else echo false; fi)" >> "$GITHUB_OUTPUT"
Run # Use all available CPUs for fetching
Run pytorch/test-infra/.github/actions/checkout@main
Syncing repository: pytorch/tutorials
Getting Git version info
Copying '/home/ec2-user/.gitconfig' to '/home/ec2-user/actions-runner/_work/_temp/7b060af1-fa14-4ce7-8ccc-a6029213ed65/.gitconfig'
Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/7b060af1-fa14-4ce7-8ccc-a6029213ed65' before making global git config changes
Adding repository directory to the temporary git global config as a safe directory
/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/tutorials/tutorials
/usr/bin/git config --local --get remote.origin.url
https://github.com/pytorch/tutorials
Removing previously created refs, to avoid conflicts
/usr/bin/git submodule status
Cleaning the repository
Disabling automatic garbage collection
Setting up auth
Fetching the repository
Determining the checkout info
/usr/bin/git sparse-checkout disable
/usr/bin/git config --local --unset-all extensions.worktreeConfig
Checking out the ref
Setting up auth for fetching submodules
Fetching submodules
Persisting credentials for submodules
/usr/bin/git log -1 --format=%H
26cff23
Run cd "${GITHUB_WORKSPACE}"
Run python3 .github/scripts/parse_ref.py
python3: can't open file '/home/ec2-user/actions-runner/_work/tutorials/tutorials/.github/scripts/parse_ref.py': [Errno 2] No such file or directory
Error: Process completed with exit code 2.