nsys-jax: compatibility with Nsight Systems 2024.5 #3249
Triggered via pull request
August 20, 2024 09:40
Status
Failure
Total duration
4h 48m 19s
Artifacts
97
ci.yaml
on: pull_request
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 43m
amd64
/
...
/
launch-slurm-runner
1h 50m
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
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-levanter / levanter-V100-unit-test
Process completed with 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.
|
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-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.
|
amd64 / test-upstream-t5x / test-upstream-t5x-outcome
Process completed with exit code 1.
|
amd64 / test-upstream-pax / test-upstream-pax-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.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
artifact-base-build-amd64
|
567 Bytes |
|
artifact-base-build-arm64
|
566 Bytes |
|
artifact-equinox-build-amd64
|
570 Bytes |
|
artifact-equinox-build-arm64
|
570 Bytes |
|
artifact-final-report
|
10.4 KB |
|
artifact-gemma-build-amd64
|
561 Bytes |
|
artifact-jax-build-amd64
|
554 Bytes |
|
artifact-jax-build-arm64
|
554 Bytes |
|
artifact-levanter-build-amd64
|
571 Bytes |
|
artifact-levanter-build-arm64
|
572 Bytes |
|
artifact-maxtext-build-amd64
|
567 Bytes |
|
artifact-maxtext-build-arm64
|
567 Bytes |
|
artifact-maxtext-test
|
2.72 KB |
|
artifact-pax-build-amd64
|
567 Bytes |
|
artifact-pax-build-arm64
|
568 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
|
585 Bytes |
|
artifact-rosetta-t5x-mgmn-test
|
3.27 KB |
|
artifact-t5x-build-amd64
|
569 Bytes |
|
artifact-t5x-build-arm64
|
567 Bytes |
|
artifact-triton-build-amd64
|
566 Bytes |
|
artifact-upstream-pax-mgmn-test
|
2.79 KB |
|
artifact-upstream-t5x-mgmn-test
|
2.1 KB |
|
artifact-workflow-metadata
|
277 Bytes |
|
bumped-manifest
|
76.5 KB |
|
final-base
|
254 Bytes |
|
final-equinox
|
263 Bytes |
|
final-gemma
|
257 Bytes |
|
final-jax
|
251 Bytes |
|
final-levanter
|
266 Bytes |
|
final-maxtext
|
262 Bytes |
|
final-t5x
|
251 Bytes |
|
final-triton
|
259 Bytes |
|
final-upstream-pax
|
276 Bytes |
|
final-upstream-t5x
|
276 Bytes |
|
gemma-unit-test-A100
|
2.31 KB |
|
gemma-unit-test-V100
|
2.31 KB |
|
jax-unit-test-A100
|
15.5 KB |
|
jax-unit-test-V100
|
17.9 KB |
|
levanter-unit-test-A100
|
6.1 KB |
|
levanter-unit-test-V100
|
6.07 KB |
|
mealkit-equinox
|
272 Bytes |
|
mealkit-gemma
|
266 Bytes |
|
mealkit-jax
|
261 Bytes |
|
mealkit-levanter
|
275 Bytes |
|
mealkit-maxtext
|
271 Bytes |
|
mealkit-t5x
|
261 Bytes |
|
mealkit-triton
|
268 Bytes |
|
mealkit-upstream-pax
|
285 Bytes |
|
mealkit-upstream-t5x
|
286 Bytes |
|
pallas-unit-test-A100
|
4.17 KB |
|
pallas-unit-test-V100
|
7.23 KB |
|
rosetta-t5x-10469155013-1P1G_te-0
|
4.52 MB |
|
rosetta-t5x-10469155013-1P8G_te-1
|
4.82 MB |
|
rosetta-t5x-10469155013-2N2G_te-0
|
4.67 MB |
|
rosetta-t5x-10469155013-2N8G-te-1
|
4.87 MB |
|
rosetta-t5x-metrics-test-log
|
7.64 KB |
|
rosetta-t5x-vit-10469155013-VIT1G1N
|
21.6 KB |
|
rosetta-t5x-vit-10469155013-VIT1G2N
|
23.5 KB |
|
rosetta-t5x-vit-10469155013-VIT1P8G
|
21.9 KB |
|
rosetta-t5x-vit-10469155013-VIT8G1N
|
32.4 KB |
|
rosetta-t5x-vit-10469155013-VIT8G2N
|
45.2 KB |
|
te-2GPU
|
5.86 KB |
|
te-4GPU
|
5.9 KB |
|
te-8GPU
|
5.94 KB |
|
te-multigpu-test
|
528 Bytes |
|
te-unit-test-A100
|
13.6 KB |
|
te-unit-test-V100
|
13.7 KB |
|
triton-unit-test-A100
|
4.49 KB |
|
triton-unit-test-V100
|
4.37 KB |
|
upstream-maxtext-10469155013-1DP1FSDP1TP1PP
|
13.1 KB |
|
upstream-maxtext-10469155013-1DP1FSDP8TP1PP
|
18.4 KB |
|
upstream-maxtext-10469155013-1DP2FSDP4TP1PP_single_process
|
13.2 KB |
|
upstream-maxtext-10469155013-1DP4FSDP2TP1PP
|
18.6 KB |
|
upstream-maxtext-10469155013-1DP8FSDP1TP1PP
|
18.6 KB |
|
upstream-maxtext-10469155013-2DP2FSDP2TP1PP
|
18.3 KB |
|
upstream-maxtext-10469155013-4DP2FSDP2TP1PP
|
24.3 KB |
|
upstream-maxtext-metrics-test-log
|
4.57 KB |
|
upstream-pax-10469155013-16DP1FSDP1TP1PP
|
731 KB |
|
upstream-pax-10469155013-1DP1FSDP1TP1PP
|
141 KB |
|
upstream-pax-10469155013-1DP2FSDP4TP1PP_single_process
|
142 KB |
|
upstream-pax-10469155013-1DP8FSDP1TP1PP
|
413 KB |
|
upstream-pax-10469155013-2DP1FSDP1TP4PP
|
296 KB |
|
upstream-pax-10469155013-2DP1FSDP2TP4PP
|
534 KB |
|
upstream-pax-10469155013-4DP1FSDP2TP1PP
|
419 KB |
|
upstream-pax-10469155013-8DP1FSDP1TP1PP
|
418 KB |
|
upstream-pax-10469155013-8DP1FSDP1TP1PP_eval
|
108 KB |
|
upstream-pax-10469155013-8DP1FSDP1TP1PP_single_process
|
141 KB |
|
upstream-pax-10469155013-LLaMA_eval
|
239 KB |
|
upstream-pax-metrics-test-log
|
7.11 KB |
|
upstream-t5x-10469155013-1P2G_fmha
|
5.12 MB |
|
upstream-t5x-10469155013-1P8G
|
5.21 MB |
|
upstream-t5x-10469155013-8G2N
|
5.32 MB |
|
upstream-t5x-10469155013-8G2N_fmha
|
5.23 MB |
|
upstream-t5x-metrics-test-log
|
8.62 KB |
|