CI #3237
ci.yaml
on: schedule
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
16m 46s
amd64
/
...
/
launch-slurm-runner
21m 3s
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-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: 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: 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
3s
Annotations
12 errors and 2 warnings
amd64 / test-levanter / levanter-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 / test-gemma / gemma-V100-unit-test
Process completed with exit code 1.
|
amd64 / test-triton / triton-V100-unit-test
Process completed with exit code 1.
|
amd64 / test-pallas / pallas-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-levanter / levanter-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-gemma / gemma-A100-unit-test
Process completed with exit code 1.
|
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 / test-upstream-pax / test-upstream-pax-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
amd64 / test-triton / triton-A100-unit-test
Process completed with exit code 1.
|
amd64 / test-rosetta-t5x / test-t5x-rosetta-outcome
Process completed with exit code 1.
|
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']
|
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
|
568 Bytes |
|
artifact-final-report
|
10.3 KB |
|
artifact-gemma-build-amd64
|
562 Bytes |
|
artifact-jax-build-amd64
|
553 Bytes |
|
artifact-jax-build-arm64
|
552 Bytes |
|
artifact-levanter-build-amd64
|
572 Bytes |
|
artifact-levanter-build-arm64
|
572 Bytes |
|
artifact-maxtext-build-amd64
|
568 Bytes |
|
artifact-maxtext-build-arm64
|
568 Bytes |
|
artifact-maxtext-test
|
2.72 KB |
|
artifact-pax-build-amd64
|
567 Bytes |
|
artifact-pax-build-arm64
|
569 Bytes |
|
artifact-rosetta-build-pax-amd64
|
489 Bytes |
|
artifact-rosetta-build-pax-arm64
|
489 Bytes |
|
artifact-rosetta-build-t5x-amd64
|
584 Bytes |
|
artifact-rosetta-build-t5x-arm64
|
584 Bytes |
|
artifact-rosetta-t5x-mgmn-test
|
3.25 KB |
|
artifact-t5x-build-amd64
|
567 Bytes |
|
artifact-t5x-build-arm64
|
567 Bytes |
|
artifact-triton-build-amd64
|
565 Bytes |
|
artifact-upstream-pax-mgmn-test
|
2.8 KB |
|
artifact-upstream-t5x-mgmn-test
|
2.11 KB |
|
artifact-workflow-metadata
|
278 Bytes |
|
bumped-manifest
|
76.5 KB |
|
final-base
|
249 Bytes |
|
final-equinox
|
258 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
|
2.3 KB |
|
gemma-unit-test-V100
|
2.3 KB |
|
jax-unit-test-A100
|
15.4 KB |
|
jax-unit-test-V100
|
17.9 KB |
|
levanter-unit-test-A100
|
5.98 KB |
|
levanter-unit-test-V100
|
5.92 KB |
|
mealkit-equinox
|
270 Bytes |
|
mealkit-gemma
|
264 Bytes |
|
mealkit-jax
|
256 Bytes |
|
mealkit-levanter
|
272 Bytes |
|
mealkit-maxtext
|
268 Bytes |
|
mealkit-t5x
|
258 Bytes |
|
mealkit-triton
|
266 Bytes |
|
mealkit-upstream-pax
|
282 Bytes |
|
mealkit-upstream-t5x
|
283 Bytes |
|
pallas-unit-test-A100
|
4.03 KB |
|
pallas-unit-test-V100
|
7.11 KB |
|
rosetta-t5x-10450844778-1P1G_te-0
|
4.51 MB |
|
rosetta-t5x-10450844778-1P8G_te-1
|
4.82 MB |
|
rosetta-t5x-10450844778-2N2G_te-0
|
4.66 MB |
|
rosetta-t5x-10450844778-2N8G-te-1
|
4.87 MB |
|
rosetta-t5x-metrics-test-log
|
7.61 KB |
|
rosetta-t5x-vit-10450844778-VIT1G1N
|
21.7 KB |
|
rosetta-t5x-vit-10450844778-VIT1G2N
|
23.2 KB |
|
rosetta-t5x-vit-10450844778-VIT1P8G
|
21.9 KB |
|
rosetta-t5x-vit-10450844778-VIT8G1N
|
32.6 KB |
|
rosetta-t5x-vit-10450844778-VIT8G2N
|
45.2 KB |
|
te-2GPU
|
5.86 KB |
|
te-4GPU
|
5.91 KB |
|
te-8GPU
|
5.95 KB |
|
te-multigpu-test
|
527 Bytes |
|
te-unit-test-A100
|
13.5 KB |
|
te-unit-test-V100
|
13.5 KB |
|
triton-unit-test-A100
|
4.44 KB |
|
triton-unit-test-V100
|
4.29 KB |
|
upstream-maxtext-10450844778-1DP1FSDP1TP1PP
|
13.1 KB |
|
upstream-maxtext-10450844778-1DP1FSDP8TP1PP
|
18.3 KB |
|
upstream-maxtext-10450844778-1DP2FSDP4TP1PP_single_process
|
13.2 KB |
|
upstream-maxtext-10450844778-1DP4FSDP2TP1PP
|
18.5 KB |
|
upstream-maxtext-10450844778-1DP8FSDP1TP1PP
|
18.4 KB |
|
upstream-maxtext-10450844778-2DP2FSDP2TP1PP
|
18.5 KB |
|
upstream-maxtext-10450844778-4DP2FSDP2TP1PP
|
24.1 KB |
|
upstream-maxtext-metrics-test-log
|
4.54 KB |
|
upstream-pax-10450844778-16DP1FSDP1TP1PP
|
724 KB |
|
upstream-pax-10450844778-1DP1FSDP1TP1PP
|
141 KB |
|
upstream-pax-10450844778-1DP2FSDP4TP1PP_single_process
|
142 KB |
|
upstream-pax-10450844778-1DP8FSDP1TP1PP
|
420 KB |
|
upstream-pax-10450844778-2DP1FSDP1TP4PP
|
293 KB |
|
upstream-pax-10450844778-2DP1FSDP2TP4PP
|
540 KB |
|
upstream-pax-10450844778-4DP1FSDP2TP1PP
|
412 KB |
|
upstream-pax-10450844778-8DP1FSDP1TP1PP
|
414 KB |
|
upstream-pax-10450844778-8DP1FSDP1TP1PP_eval
|
107 KB |
|
upstream-pax-10450844778-8DP1FSDP1TP1PP_single_process
|
141 KB |
|
upstream-pax-10450844778-LLaMA_eval
|
239 KB |
|
upstream-pax-metrics-test-log
|
7.14 KB |
|
upstream-t5x-10450844778-1P2G_fmha
|
5.11 MB |
|
upstream-t5x-10450844778-1P8G
|
5.2 MB |
|
upstream-t5x-10450844778-8G2N
|
5.31 MB |
|
upstream-t5x-10450844778-8G2N_fmha
|
5.23 MB |
|
upstream-t5x-metrics-test-log
|
8.75 KB |
|