CI #3652
ci.yaml
on: schedule
metadata
0s
Matrix: amd64 / test-distribution
Matrix: arm64 / test-distribution
Matrix: amd64 / test-jax / run-unit-test
amd64
/
...
/
launch-slurm-runner
59m 37s
amd64
/
test-nsys-jax-eks
5m 5s
Matrix: amd64 / test-nsys-jax / run-unit-test
Matrix: arm64 / test-jax / run-unit-test
Waiting for pending jobs
arm64
/
test-nsys-jax-eks
0s
arm64
/
...
/
launch-slurm-runner
Matrix: arm64 / test-nsys-jax / run-unit-test
Waiting for pending jobs
Matrix: amd64 / test-te / run-unit-test
Matrix: amd64 / test-upstream-pax / pax-multi-node
Matrix: amd64 / test-upstream-pax / single-process-evaluation
Matrix: amd64 / test-upstream-pax / single-process-multi-device
Matrix: amd64 / test-te-multigpu / te-multi-gpu
Matrix: amd64 / test-upstream-t5x / t5x-multi-gpu
Matrix: amd64 / test-upstream-t5x / t5x-multi-node
Matrix: amd64 / test-gemma / run-unit-test
Matrix: amd64 / test-levanter / run-unit-test
Matrix: amd64 / test-maxtext / maxtext-multinode
Matrix: amd64 / test-maxtext / single-process-multi-device
Matrix: amd64 / test-triton / run-unit-test
Matrix: amd64 / test-nsys-jax-archive
Matrix: arm64 / test-te / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / pax-multi-node
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / single-process-evaluation
Waiting for pending jobs
Matrix: arm64 / test-upstream-pax / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-te-multigpu / te-multi-gpu
Waiting for pending jobs
Matrix: arm64 / test-upstream-t5x / t5x-multi-gpu
Waiting for pending jobs
Matrix: arm64 / test-upstream-t5x / t5x-multi-node
Waiting for pending jobs
Matrix: arm64 / test-gemma / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-levanter / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-maxtext / maxtext-multinode
Waiting for pending jobs
Matrix: arm64 / test-maxtext / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-triton / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-nsys-jax-archive
Matrix: amd64 / test-rosetta-pax / rosetta-pax-multi-node-te
Waiting for pending jobs
Matrix: amd64 / test-rosetta-pax / rosetta-pax-multi-node
Waiting for pending jobs
Matrix: amd64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te
Waiting for pending jobs
Matrix: amd64 / test-rosetta-pax / single-process-evaluation-te
Waiting for pending jobs
Matrix: amd64 / test-rosetta-pax / single-process-multi-device-te
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / multi-gpu-multi-node
Matrix: amd64 / test-rosetta-t5x / single-process-multi-device
Matrix: amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Matrix: amd64 / test-rosetta-t5x / vit-single-process-multi-device
Matrix: arm64 / test-rosetta-pax / rosetta-pax-multi-node-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / rosetta-pax-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / single-process-evaluation-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-pax / single-process-multi-device-te
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / multi-gpu-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / single-process-multi-device
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Waiting for pending jobs
Matrix: arm64 / test-rosetta-t5x / vit-single-process-multi-device
Waiting for pending jobs
Matrix: publish-containers
finalize
/
publish-badge
4s
Annotations
29 errors and 4 warnings
arm64 / build-rosetta-pax / build-rosetta
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -exu\nMANIFEST_DIR=$(dirname ${MANIFEST_FILE})\nif [[ \"${UPDATE_PATCHES}\" != \"true\" && \"${UPDATE_PATCHES}\" != \"false\" ]]; then\n echo \"UPDATE_PATCHES can only be true or false\"\n exit 1\nfi\nif [[ \"${UPDATE_PATCHES}\" == \"true\" ]]; then\n cp -r /mnt/jax-toolbox/.github/container/patches ${MANIFEST_DIR}/\n cp /mnt/jax-toolbox/.github/container/manifest.yaml ${MANIFEST_DIR}/manifest.yaml\n cp /mnt/jax-toolbox/.github/container/create-distribution.sh ${MANIFEST_DIR}/create-distribution.sh\n # TODO: remove\n cp /mnt/jax-toolbox/.github/container/pip-finalize.sh /usr/local/bin/\nfi\ncp -r /mnt/jax-toolbox/rosetta /opt/rosetta\n\nif [[ -n \"${UPDATED_TE_REF}\" ]]; then\n TE_INSTALL_DIR=/opt/transformer-engine\n yq e \".transformer-engine.latest_verified_commit = \\\"${UPDATED_TE_REF}\\\"\" -i $MANIFEST_FILE\n # Install from source instead of pre-built wheel\n sed -i -E 's@( file:///opt/transformer-engine)/dist/[^ ]*@\\1@' /opt/pip-tools.d/requirements-te.in\n git -C $TE_INSTALL_DIR fetch -a\n if [[ \"${UPDATED_TE_REF}\" =~ ^pull/ ]]; then\n PR_ID=$(cut -d/ -f2 <<<\"${UPDATED_TE_REF}\")\n git -C $TE_INSTALL_DIR fetch origin ${UPDATED_TE_REF}:PR-${PR_ID}\n git -C $TE_INSTALL_DIR checkout PR-${PR_ID}\n else\n git -C $TE_INSTALL_DIR checkout ${UPDATED_TE_REF}\n fi\nfi\n\n# Setting the username/email is required to author commits from patches\ngit config --global user.email \"${GIT_USER_EMAIL}\"\ngit config --global user.name \"${GIT_USER_NAME}\"\n\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package paxml\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package praxis\n# Remove .gitconfig to avoid end-user authoring commits as the \"build user\"\nrm -f ~/.gitconfig\nEOF" did not complete successfully: exit code: 1
|
amd64 / build-rosetta-pax / build-rosetta
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -exu\nMANIFEST_DIR=$(dirname ${MANIFEST_FILE})\nif [[ \"${UPDATE_PATCHES}\" != \"true\" && \"${UPDATE_PATCHES}\" != \"false\" ]]; then\n echo \"UPDATE_PATCHES can only be true or false\"\n exit 1\nfi\nif [[ \"${UPDATE_PATCHES}\" == \"true\" ]]; then\n cp -r /mnt/jax-toolbox/.github/container/patches ${MANIFEST_DIR}/\n cp /mnt/jax-toolbox/.github/container/manifest.yaml ${MANIFEST_DIR}/manifest.yaml\n cp /mnt/jax-toolbox/.github/container/create-distribution.sh ${MANIFEST_DIR}/create-distribution.sh\n # TODO: remove\n cp /mnt/jax-toolbox/.github/container/pip-finalize.sh /usr/local/bin/\nfi\ncp -r /mnt/jax-toolbox/rosetta /opt/rosetta\n\nif [[ -n \"${UPDATED_TE_REF}\" ]]; then\n TE_INSTALL_DIR=/opt/transformer-engine\n yq e \".transformer-engine.latest_verified_commit = \\\"${UPDATED_TE_REF}\\\"\" -i $MANIFEST_FILE\n # Install from source instead of pre-built wheel\n sed -i -E 's@( file:///opt/transformer-engine)/dist/[^ ]*@\\1@' /opt/pip-tools.d/requirements-te.in\n git -C $TE_INSTALL_DIR fetch -a\n if [[ \"${UPDATED_TE_REF}\" =~ ^pull/ ]]; then\n PR_ID=$(cut -d/ -f2 <<<\"${UPDATED_TE_REF}\")\n git -C $TE_INSTALL_DIR fetch origin ${UPDATED_TE_REF}:PR-${PR_ID}\n git -C $TE_INSTALL_DIR checkout PR-${PR_ID}\n else\n git -C $TE_INSTALL_DIR checkout ${UPDATED_TE_REF}\n fi\nfi\n\n# Setting the username/email is required to author commits from patches\ngit config --global user.email \"${GIT_USER_EMAIL}\"\ngit config --global user.name \"${GIT_USER_NAME}\"\n\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package paxml\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package praxis\n# Remove .gitconfig to avoid end-user authoring commits as the \"build user\"\nrm -f ~/.gitconfig\nEOF" did not complete successfully: exit code: 1
|
amd64 / test-triton / triton-V100-unit-test
Process completed with exit code 1.
|
amd64 / test-triton / triton-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-te / te-A100-unit-test
The self-hosted runner: A100-6d5f0a3e7bc3 lost communication with the server. Verify the machine is running and has a healthy network connection. Anything in your workflow that terminates the runner process, starves it for CPU/Memory, or blocks its network access can cause this error.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N, 8, 2)
The job running on runner jumpbox-vc69x-fmnft has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N, 8, 2)
The operation was canceled.
|
amd64 / test-rosetta-t5x / multi-gpu-multi-node (2N8G-te-1, 8, 2, --gin.train/utils.DatasetConfig.pack=False --gin.train_eva...
The job running on runner jumpbox-vc69x-vtpqm has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (1, 2)
The job running on runner jumpbox-vc69x-kch99 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (1, 2)
The operation was canceled.
|
amd64 / test-maxtext / maxtext-multinode (1, 4, 2, 2)
The job running on runner jumpbox-vc69x-85gxn has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-maxtext / maxtext-multinode (1, 4, 2, 2)
The operation was canceled.
|
amd64 / test-maxtext / test-maxtext-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-pax / pax-multi-node (16DP1FSDP1TP1PP, 1, 16, 1, 1, 4)
The job running on runner jumpbox-vc69x-5zkdc has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-pax / pax-multi-node (16DP1FSDP1TP1PP, 1, 16, 1, 1, 4)
The operation was canceled.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N_fmha, 8, 2, --enable-fmha 1)
The job running on runner jumpbox-vc69x-ftfhf has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-t5x / t5x-multi-node (8G2N_fmha, 8, 2, --enable-fmha 1)
The operation was canceled.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
amd64 / test-rosetta-t5x / multi-gpu-multi-node (2N2G_te-0, 2, 2, --enable-te 0)
The job running on runner jumpbox-vc69x-66wbx has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / multi-gpu-multi-node (2N2G_te-0, 2, 2, --enable-te 0)
The operation was canceled.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (8, 2)
The job running on runner jumpbox-vc69x-4fnrq has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (8, 2)
The operation was canceled.
|
amd64 / test-rosetta-t5x / test-t5x-rosetta-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-pax / pax-multi-node (2DP1FSDP2TP4PP, 4, 2, 1, 2, 4)
The job running on runner jumpbox-vc69x-dxk75 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-upstream-pax / pax-multi-node (2DP1FSDP2TP4PP, 4, 2, 1, 2, 4)
The operation was canceled.
|
amd64 / test-upstream-pax / pax-multi-node (LLaMA_eval, 1, 1, 8, 1, 4, true, --model-type LLaMA70BProxy --evaluate)
unable to access 'https://github.com/NVIDIA/JAX-Toolbox/': The requested URL returned error: 502
|
amd64 / test-upstream-pax / test-upstream-pax-outcome
Process completed with exit code 1.
|
publish-containers (equinox, jax, 900, ghcr.io/nvidia/jax-toolbox-internal:12370182483-equinox-am... / publish
Process completed with exit code 2.
|
amd64 / test-te-multigpu / sitrep
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
merge-new-manifest
Unexpected input(s) 'owner_and_repo', valid inputs are ['route', 'mediaType']
|
merge-new-manifest
Unexpected input(s) 'owner_and_repo', 'head', 'base', 'body', 'title', 'draft', valid inputs are ['route', 'mediaType']
|
publish-containers (equinox, jax, 900, ghcr.io/nvidia/jax-toolbox-internal:12370182483-equinox-am... / publish
No files were found with the provided path: final-equinox.md. No artifacts will be uploaded.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact-base-build-amd64
|
567 Bytes |
|
artifact-base-build-arm64
|
566 Bytes |
|
artifact-equinox-build-amd64
|
569 Bytes |
|
artifact-equinox-build-arm64
|
569 Bytes |
|
artifact-final-report
|
4.41 KB |
|
artifact-gemma-build-amd64
|
561 Bytes |
|
artifact-jax-build-amd64
|
552 Bytes |
|
artifact-jax-build-arm64
|
554 Bytes |
|
artifact-levanter-build-amd64
|
573 Bytes |
|
artifact-levanter-build-arm64
|
572 Bytes |
|
artifact-maxtext-build-amd64
|
566 Bytes |
|
artifact-maxtext-build-arm64
|
568 Bytes |
|
artifact-maxtext-test
|
654 Bytes |
|
artifact-pax-build-amd64
|
567 Bytes |
|
artifact-pax-build-arm64
|
567 Bytes |
|
artifact-rosetta-build-pax-amd64
|
489 Bytes |
|
artifact-rosetta-build-pax-arm64
|
489 Bytes |
|
artifact-rosetta-build-t5x-amd64
|
583 Bytes |
|
artifact-rosetta-build-t5x-arm64
|
583 Bytes |
|
artifact-rosetta-t5x-mgmn-test
|
658 Bytes |
|
artifact-t5x-build-amd64
|
568 Bytes |
|
artifact-t5x-build-arm64
|
567 Bytes |
|
artifact-triton-build-amd64
|
564 Bytes |
|
artifact-upstream-pax-mgmn-test
|
687 Bytes |
|
artifact-upstream-t5x-mgmn-test
|
634 Bytes |
|
artifact-workflow-metadata
|
277 Bytes |
|
bumped-manifest
|
81.2 KB |
|
final-base
|
249 Bytes |
|
final-gemma
|
252 Bytes |
|
final-jax
|
246 Bytes |
|
final-levanter
|
261 Bytes |
|
final-maxtext
|
258 Bytes |
|
final-t5x
|
246 Bytes |
|
final-triton
|
255 Bytes |
|
final-upstream-pax
|
273 Bytes |
|
final-upstream-t5x
|
273 Bytes |
|
gemma-unit-test-A100
|
5.1 KB |
|
gemma-unit-test-V100
|
3.83 KB |
|
jax-unit-test-A100
|
20 KB |
|
jax-unit-test-V100
|
26.8 KB |
|
levanter-unit-test-A100
|
7.6 KB |
|
levanter-unit-test-V100
|
9.35 KB |
|
mealkit-equinox
|
269 Bytes |
|
mealkit-gemma
|
263 Bytes |
|
mealkit-jax
|
256 Bytes |
|
mealkit-levanter
|
273 Bytes |
|
mealkit-maxtext
|
269 Bytes |
|
mealkit-t5x
|
258 Bytes |
|
mealkit-triton
|
265 Bytes |
|
mealkit-upstream-pax
|
282 Bytes |
|
mealkit-upstream-t5x
|
283 Bytes |
|
nsys-jax-unit-test-A100
|
29.1 MB |
|
nsys-jax-unit-test-V100
|
15.9 MB |
|
rosetta-t5x-12370182483-1P1G_te-0
|
35.2 KB |
|
rosetta-t5x-12370182483-1P8G_te-1
|
35.3 KB |
|
rosetta-t5x-vit-12370182483-VIT1G1N
|
21.6 KB |
|
rosetta-t5x-vit-12370182483-VIT1P8G
|
21.6 KB |
|
rosetta-t5x-vit-12370182483-VIT8G1N
|
33 KB |
|
te-2GPU
|
5.6 KB |
|
te-4GPU
|
5.67 KB |
|
te-8GPU
|
5.73 KB |
|
te-multigpu-test
|
528 Bytes |
|
te-unit-test-V100
|
482 KB |
|
triton-unit-test-A100
|
3.05 KB |
|
triton-unit-test-V100
|
3.1 KB |
|
upstream-maxtext-12370182483-1DP1FSDP1TP1PP
|
15.1 KB |
|
upstream-maxtext-12370182483-1DP1FSDP8TP1PP
|
21.3 KB |
|
upstream-maxtext-12370182483-1DP2FSDP4TP1PP_single_process
|
15.4 KB |
|
upstream-maxtext-12370182483-1DP4FSDP2TP1PP
|
21.5 KB |
|
upstream-maxtext-12370182483-1DP8FSDP1TP1PP
|
21.3 KB |
|
upstream-maxtext-12370182483-2DP2FSDP2TP1PP
|
21.3 KB |
|
upstream-pax-12370182483-1DP1FSDP1TP1PP
|
2.66 KB |
|
upstream-pax-12370182483-1DP2FSDP4TP1PP_single_process
|
2.76 KB |
|
upstream-pax-12370182483-1DP8FSDP1TP1PP
|
5.02 KB |
|
upstream-pax-12370182483-2DP1FSDP1TP4PP
|
5.1 KB |
|
upstream-pax-12370182483-4DP1FSDP2TP1PP
|
4.85 KB |
|
upstream-pax-12370182483-8DP1FSDP1TP1PP
|
5.07 KB |
|
upstream-pax-12370182483-8DP1FSDP1TP1PP_eval
|
2.73 KB |
|
upstream-pax-12370182483-8DP1FSDP1TP1PP_single_process
|
2.75 KB |
|
upstream-pax-12370182483-LLaMA_eval
|
5.23 KB |
|
upstream-t5x-12370182483-1P2G_fmha
|
34 KB |
|
upstream-t5x-12370182483-1P8G
|
33.6 KB |
|