CI #2851
ci.yaml
on: workflow_dispatch
metadata
0s
Matrix: amd64 / test-distribution
Matrix: arm64 / test-distribution
Matrix: amd64 / test-jax / run-unit-test
Matrix: amd64 / test-pallas / run-unit-test
amd64
/
...
/
launch-slurm-runner
1h 6m
amd64
/
...
/
launch-slurm-runner
1h 6m
Matrix: arm64 / test-jax / run-unit-test
Waiting for pending jobs
Matrix: arm64 / test-pallas / run-unit-test
Waiting for pending jobs
arm64
/
...
/
launch-slurm-runner
arm64
/
...
/
launch-slurm-runner
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-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-gemma / run-unit-test
Waiting for pending jobs
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-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-gemma / run-unit-test
Waiting for pending jobs
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
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / single-process-multi-device
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node
Waiting for pending jobs
Matrix: amd64 / test-rosetta-t5x / vit-single-process-multi-device
Waiting for pending jobs
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
5s
Annotations
18 errors
amd64 / build-gemma / build-gemma
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip-finalize.sh" did not complete successfully: exit code: 1
|
arm64 / build-jax / build-jax
buildx failed with: ERROR: failed to solve: process "/bin/sh -c pip-finalize.sh" did not complete successfully: exit code: 1
|
amd64 / test-jax / jax-V100-unit-test
Process completed with 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 / build-rosetta-t5x / 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 t5x\nbash ${MANIFEST_DIR}/create-distribution.sh \\\n --manifest ${MANIFEST_FILE} \\\n --package flax\n# Remove .gitconfig to avoid end-user authoring commits as the \"build user\"\nrm -f ~/.gitconfig\n\necho \"--extra-index-url https://developer.download.nvidia.com/compute/redist\" >> /opt/pip-tools.d/requirements-t5x.in\necho \"-e file:///opt/rosetta\" >> /opt/pip-tools.d/requirements-t5x.in\nEOF" did not complete successfully: exit code: 1
|
amd64 / test-triton / triton-V100-unit-test
Process completed with exit code 1.
|
amd64 / test-jax / jax-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-pallas / pallas-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-te-multigpu / te-multi-gpu (2) / te-2GPU
Process completed with exit code 1.
|
amd64 / test-te-multigpu / te-multi-gpu (8) / te-8GPU
Process completed with exit code 1.
|
amd64 / test-te-multigpu / te-multi-gpu (4) / te-4GPU
Process completed with exit code 1.
|
amd64 / test-maxtext / test-maxtext-outcome
Process completed with exit code 1.
|
amd64 / test-te / te-A100-unit-test
The self-hosted runner: A100-67ec57493b2a 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-pax / test-upstream-pax-metrics
Process completed with exit code 1.
|
amd64 / test-upstream-pax / test-upstream-pax-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / test-upstream-t5x-metrics
Process completed with exit code 1.
|
amd64 / test-triton / triton-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact-base-build-amd64
Expired
|
571 Bytes |
|
artifact-base-build-arm64
Expired
|
570 Bytes |
|
artifact-equinox-build-amd64
Expired
|
571 Bytes |
|
artifact-final-report
Expired
|
4.28 KB |
|
artifact-gemma-build-amd64
Expired
|
507 Bytes |
|
artifact-grok-build-amd64
Expired
|
561 Bytes |
|
artifact-jax-build-amd64
Expired
|
555 Bytes |
|
artifact-jax-build-arm64
Expired
|
498 Bytes |
|
artifact-levanter-build-amd64
Expired
|
575 Bytes |
|
artifact-maxtext-build-amd64
Expired
|
571 Bytes |
|
artifact-maxtext-test
Expired
|
1.83 KB |
|
artifact-pax-build-amd64
Expired
|
570 Bytes |
|
artifact-rosetta-build-pax-amd64
Expired
|
489 Bytes |
|
artifact-rosetta-build-t5x-amd64
Expired
|
489 Bytes |
|
artifact-t5x-build-amd64
Expired
|
571 Bytes |
|
artifact-triton-build-amd64
Expired
|
567 Bytes |
|
artifact-upstream-pax-mgmn-test
Expired
|
709 Bytes |
|
artifact-upstream-t5x-mgmn-test
Expired
|
693 Bytes |
|
artifact-workflow-metadata
Expired
|
278 Bytes |
|
final-base
Expired
|
254 Bytes |
|
final-equinox
Expired
|
263 Bytes |
|
final-grok
Expired
|
253 Bytes |
|
final-jax
Expired
|
250 Bytes |
|
final-levanter
Expired
|
266 Bytes |
|
final-maxtext
Expired
|
263 Bytes |
|
final-triton
Expired
|
259 Bytes |
|
final-upstream-pax
Expired
|
276 Bytes |
|
final-upstream-t5x
Expired
|
276 Bytes |
|
jax-unit-test-A100
Expired
|
10.2 KB |
|
jax-unit-test-V100
Expired
|
10.3 KB |
|
levanter-unit-test-A100
Expired
|
13.8 KB |
|
levanter-unit-test-V100
Expired
|
15.3 KB |
|
mealkit-equinox
Expired
|
272 Bytes |
|
mealkit-grok
Expired
|
263 Bytes |
|
mealkit-jax
Expired
|
261 Bytes |
|
mealkit-levanter
Expired
|
275 Bytes |
|
mealkit-maxtext
Expired
|
271 Bytes |
|
mealkit-triton
Expired
|
268 Bytes |
|
mealkit-upstream-pax
Expired
|
286 Bytes |
|
mealkit-upstream-t5x
Expired
|
286 Bytes |
|
pallas-unit-test-A100
Expired
|
9.07 KB |
|
pallas-unit-test-V100
Expired
|
11.8 KB |
|
te-2GPU
Expired
|
4.8 KB |
|
te-4GPU
Expired
|
4.83 KB |
|
te-8GPU
Expired
|
4.88 KB |
|
te-multigpu-test
Expired
|
522 Bytes |
|
te-unit-test-V100
Expired
|
35.5 KB |
|
triton-unit-test-A100
Expired
|
14.8 KB |
|
triton-unit-test-V100
Expired
|
14.7 KB |
|
upstream-maxtext-9137172992-1DP1FSDP1TP1PP
Expired
|
10.4 KB |
|
upstream-maxtext-9137172992-1DP1FSDP8TP1PP
Expired
|
14.8 KB |
|
upstream-maxtext-9137172992-1DP2FSDP4TP1PP_single_process
Expired
|
7.25 KB |
|
upstream-maxtext-9137172992-1DP4FSDP2TP1PP
Expired
|
13.4 KB |
|
upstream-maxtext-9137172992-1DP8FSDP1TP1PP
Expired
|
12.7 KB |
|
upstream-maxtext-9137172992-2DP2FSDP2TP1PP
Expired
|
14.9 KB |
|
upstream-maxtext-9137172992-4DP2FSDP2TP1PP
Expired
|
15.9 KB |
|
upstream-maxtext-metrics-test-log
Expired
|
4.5 KB |
|
upstream-pax-9137172992-16DP1FSDP1TP1PP
Expired
|
215 KB |
|
upstream-pax-9137172992-1DP1FSDP1TP1PP
Expired
|
142 KB |
|
upstream-pax-9137172992-1DP2FSDP4TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-9137172992-1DP8FSDP1TP1PP
Expired
|
423 KB |
|
upstream-pax-9137172992-2DP1FSDP1TP4PP
Expired
|
310 KB |
|
upstream-pax-9137172992-2DP1FSDP2TP4PP
Expired
|
226 KB |
|
upstream-pax-9137172992-4DP1FSDP2TP1PP
Expired
|
430 KB |
|
upstream-pax-9137172992-8DP1FSDP1TP1PP
Expired
|
425 KB |
|
upstream-pax-9137172992-8DP1FSDP1TP1PP_eval
Expired
|
108 KB |
|
upstream-pax-9137172992-8DP1FSDP1TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-9137172992-LLaMA_eval
Expired
|
245 KB |
|
upstream-t5x-9137172992-1G1N
Expired
|
5.46 MB |
|
upstream-t5x-9137172992-1G2N
Expired
|
5.45 MB |
|
upstream-t5x-9137172992-1P1G
Expired
|
5.46 MB |
|
upstream-t5x-9137172992-1P1G_fmha
Expired
|
5.5 MB |
|
upstream-t5x-9137172992-1P2G
Expired
|
5.44 MB |
|
upstream-t5x-9137172992-1P2G_fmha
Expired
|
5.44 MB |
|
upstream-t5x-9137172992-1P4G
Expired
|
5.44 MB |
|
upstream-t5x-9137172992-1P8G
Expired
|
5.44 MB |
|
upstream-t5x-9137172992-2G1N
Expired
|
5.45 MB |
|
upstream-t5x-9137172992-2G2N
Expired
|
5.47 MB |
|
upstream-t5x-9137172992-2G2N_fmha
Expired
|
5.46 MB |
|
upstream-t5x-9137172992-4G1N
Expired
|
5.47 MB |
|
upstream-t5x-9137172992-4G2N
Expired
|
5.49 MB |
|
upstream-t5x-9137172992-8G1N
Expired
|
5.49 MB |
|
upstream-t5x-9137172992-8G2N
Expired
|
61.2 KB |
|
upstream-t5x-9137172992-8G2N_fmha
Expired
|
61 KB |
|