Bump manifest in presubmit CI. #2700
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
13m 36s
amd64
/
...
/
launch-slurm-runner
34m 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-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
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: amd64 / test-rosetta-pax / rosetta-pax-multi-node-te
Matrix: amd64 / test-rosetta-pax / rosetta-pax-multi-node
Matrix: amd64 / test-rosetta-pax / rosetta-pax-single-node-dropout-te
Matrix: amd64 / test-rosetta-pax / single-process-evaluation-te
Matrix: amd64 / test-rosetta-pax / single-process-multi-device-te
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
2s
Annotations
31 errors
amd64 / build-triton / build-triton
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOF\" bash -ex\nmkdir -p \"${SRC_PATH_TRITON}/dist\"\nsed -i -e 's|^add_subdirectory(unittest)|# unit tests disabled|' \"${SRC_PATH_TRITON}/CMakeLists.txt\"\nsed -i -e 's|BackendInstaller.copy(\\[\"nvidia\", \"amd\"\\])|BackendInstaller.copy([\"nvidia\"])|g' \"${SRC_PATH_TRITON}/python/setup.py\"\n# Extra patches to Triton maintained in XLA. These are already applied in the checkout stage.\nXLA_TRITON_PATCHES=\"${SRC_PATH_XLA}/third_party/triton\"\n# This patch only works with a newer LLVM than is pinned in the branch.\nPATCH_FILE=\"${XLA_TRITON_PATCHES}/llvm_integration/cl623185214.patch\"\nif [[ $(cat \"${SRC_PATH_TRITON}/cmake/llvm-hash.txt\") == \"6f44bb7717897191be25aa01161831c67cdf5b84\" && -f \"${PATCH_FILE}\" ]]; then\n pushd \"${SRC_PATH_TRITON}\"\n patch -p1 -R < \"${PATCH_FILE}\"\n popd\nfi\n# This patch adds two files that are not known to CMake\nif [[ -f \"${XLA_TRITON_PATCHES}/xla_extensions/sparse_dot_base.patch\" ]]; then\n sed -i -e '/ConvertLayoutOpToLLVM.cpp/a ConvertLayoutOpToLLVM/SharedToSparseDotOperand.cpp' \"${SRC_PATH_TRITON}/third_party/nvidia/lib/TritonNVIDIAGPUToLLVM/CMakeLists.txt\"\n sed -i -e '/DotOpToLLVM.cpp/a DotOpToLLVM/Sparse.cpp' \"${SRC_PATH_TRITON}/third_party/nvidia/lib/TritonNVIDIAGPUToLLVM/CMakeLists.txt\"\nfi\n# Use clang to match Google etc.\nTRITON_BUILD_WITH_CLANG_LLD=1 pip wheel --verbose --wheel-dir=\"${SRC_PATH_TRITON}/dist\" \"${SRC_PATH_TRITON}/python\"\nEOF" did not complete successfully: exit code: 1
|
arm64 / build-upstream-t5x / build-upstream-t5x
buildx failed with: ERROR: failed to solve: process "/bin/sh -c <<\"EOT\" bash -exu\nset -o pipefail\n\ngit clone https://github.com/google/array_record.git /tmp/array_record\ncd /tmp/array_record\ngit checkout v0.5.0\n\nexport CROSSTOOL_TOP=\"@ml2014_aarch64_config_aarch64//crosstool:toolchain\"\nexport AUDITWHEEL_PLATFORM=\"manylinux2014_aarch64\"\n./oss/build_whl.sh\nEOT" did not complete successfully: exit code: 1
|
amd64 / test-upstream-t5x / metrics
Process completed with exit code 1.
|
amd64 / test-upstream-t5x / outcome
Process completed with exit code 1.
|
amd64 / test-rosetta-pax / outcome
Process completed with exit code 1.
|
amd64 / test-rosetta-t5x / vit-single-process-multi-device (8)
The job running on runner GitHub Actions 350 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / vit-single-process-multi-device (8)
The operation was canceled.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (8, 1)
The job running on runner GitHub Actions 374 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (8, 1)
The operation was canceled.
|
amd64 / test-rosetta-t5x / multi-gpu-multi-node (1N1G-te-1, 1, 1, --gin.train/utils.DatasetConfig.pack=False --gin.train_eva...
The job running on runner GitHub Actions 147 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (1, 1)
The job running on runner GitHub Actions 180 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (1, 1)
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 GitHub Actions 16 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-t5x / multi-gpu-multi-node (1N8G-te-1, 8, 1, --gin.train/utils.DatasetConfig.pack=False --gin.train_eva...
The job running on runner GitHub Actions 14 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 GitHub Actions 126 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-rosetta-t5x / single-process-multi-device (1P1G_te-1, 1, --gin.train/utils.DatasetConfig.pack=False --gin.train...
The job running on runner GitHub Actions 432 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-t5x / single-process-multi-device (1P8G_te-1, 8, --gin.train/utils.DatasetConfig.pack=False --gin.train...
The job running on runner GitHub Actions 493 has exceeded the maximum execution time of 360 minutes.
|
|
amd64 / test-rosetta-t5x / vit-multi-gpu-multi-node (8, 2)
The job running on runner GitHub Actions 355 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 / multi-gpu-multi-node (2N2G_te-0, 2, 2, --enable-te 0)
The job running on runner GitHub Actions 174 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 / single-process-multi-device (1P1G_te-0, 1, --enable-te 0)
The job running on runner GitHub Actions 385 has exceeded the maximum execution time of 360 minutes.
|
amd64 / test-rosetta-t5x / single-process-multi-device (1P1G_te-0, 1, --enable-te 0)
The operation was canceled.
|
amd64 / test-rosetta-t5x / sitrep / sitrep
Process completed with exit code 2.
|
amd64 / test-rosetta-t5x / outcome
Process completed with exit code 2.
|
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
|
570 Bytes |
|
artifact-equinox-build-arm64
Expired
|
572 Bytes |
|
artifact-final-report
Expired
|
1.03 KB |
|
artifact-grok-build-amd64
Expired
|
559 Bytes |
|
artifact-grok-build-arm64
Expired
|
560 Bytes |
|
artifact-jax-build-amd64
Expired
|
555 Bytes |
|
artifact-jax-build-arm64
Expired
|
555 Bytes |
|
artifact-levanter-build-amd64
Expired
|
575 Bytes |
|
artifact-levanter-build-arm64
Expired
|
574 Bytes |
|
artifact-maxtext-build-amd64
Expired
|
571 Bytes |
|
artifact-maxtext-test
Expired
|
1.68 KB |
|
artifact-pax-build-amd64
Expired
|
570 Bytes |
|
artifact-pax-build-arm64
Expired
|
571 Bytes |
|
artifact-rosetta-build-pax-amd64
Expired
|
586 Bytes |
|
artifact-rosetta-build-pax-arm64
Expired
|
587 Bytes |
|
artifact-rosetta-build-t5x-amd64
Expired
|
588 Bytes |
|
artifact-rosetta-pax-mgmn-test
Expired
|
2.61 KB |
|
artifact-t5x-build-amd64
Expired
|
572 Bytes |
|
artifact-t5x-build-arm64
Expired
|
473 Bytes |
|
artifact-triton-build-amd64
Expired
|
469 Bytes |
|
artifact-upstream-pax-mgmn-test
Expired
|
1.74 KB |
|
artifact-upstream-t5x-mgmn-test
Expired
|
698 Bytes |
|
artifact-workflow-metadata
Expired
|
278 Bytes |
|
bumped-manifest
Expired
|
66.2 KB |
|
final-base
Expired
|
254 Bytes |
|
final-equinox
Expired
|
263 Bytes |
|
final-grok
Expired
|
254 Bytes |
|
final-jax
Expired
|
250 Bytes |
|
final-levanter
Expired
|
266 Bytes |
|
final-maxtext
Expired
|
262 Bytes |
|
final-pax
Expired
|
251 Bytes |
|
final-t5x
Expired
|
251 Bytes |
|
final-upstream-pax
Expired
|
277 Bytes |
|
final-upstream-t5x
Expired
|
276 Bytes |
|
jax-unit-test-A100
Expired
|
15.8 KB |
|
jax-unit-test-V100
Expired
|
16.2 KB |
|
levanter-unit-test-A100
Expired
|
9.56 KB |
|
levanter-unit-test-V100
Expired
|
9.76 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-pax
Expired
|
262 Bytes |
|
mealkit-t5x
Expired
|
261 Bytes |
|
mealkit-upstream-pax
Expired
|
286 Bytes |
|
mealkit-upstream-t5x
Expired
|
286 Bytes |
|
pallas-unit-test-A100
Expired
|
11.6 KB |
|
pallas-unit-test-V100
Expired
|
11.6 KB |
|
rosetta-pax-8921663383-16DP1FSDP1TP1PP_TE
Expired
|
598 KB |
|
rosetta-pax-8921663383-1DP1FSDP1TP1PP_TE
Expired
|
87.1 KB |
|
rosetta-pax-8921663383-1DP2FSDP4TP1PP_single_process_TE
Expired
|
106 KB |
|
rosetta-pax-8921663383-1DP8FSDP1TP1PP_TE
Expired
|
326 KB |
|
rosetta-pax-8921663383-2DP1FSDP1TP4PP
Expired
|
289 KB |
|
rosetta-pax-8921663383-2DP1FSDP2TP4PP
Expired
|
516 KB |
|
rosetta-pax-8921663383-4DP1FSDP2TP1PP
Expired
|
368 KB |
|
rosetta-pax-8921663383-4DP1FSDP2TP1PP_TE
Expired
|
332 KB |
|
rosetta-pax-8921663383-5B_fused_attn_0
Expired
|
393 KB |
|
rosetta-pax-8921663383-5B_fused_attn_1
Expired
|
389 KB |
|
rosetta-pax-8921663383-8DP1FSDP1TP1PP
Expired
|
365 KB |
|
rosetta-pax-8921663383-8DP1FSDP1TP1PP_TE
Expired
|
322 KB |
|
rosetta-pax-8921663383-8DP1FSDP1TP1PP_eval_TE
Expired
|
76 KB |
|
rosetta-pax-8921663383-8DP1FSDP1TP1PP_single_process_TE
Expired
|
106 KB |
|
rosetta-pax-8921663383-8DP_TE_dropout
Expired
|
328 KB |
|
rosetta-pax-8921663383-LLaMA_eval_TE
Expired
|
220 KB |
|
rosetta-pax-metrics-test-log
Expired
|
9.91 KB |
|
te-2GPU
Expired
|
6.37 KB |
|
te-4GPU
Expired
|
6.46 KB |
|
te-8GPU
Expired
|
6.48 KB |
|
te-multigpu-test
Expired
|
529 Bytes |
|
te-unit-test-A100
Expired
|
617 KB |
|
te-unit-test-V100
Expired
|
597 KB |
|
upstream-maxtext-8921663383-1DP1FSDP1TP1PP
Expired
|
10.3 KB |
|
upstream-maxtext-8921663383-1DP1FSDP8TP1PP
Expired
|
13.4 KB |
|
upstream-maxtext-8921663383-1DP2FSDP4TP1PP_single_process
Expired
|
10.5 KB |
|
upstream-maxtext-8921663383-1DP4FSDP2TP1PP
Expired
|
13.2 KB |
|
upstream-maxtext-8921663383-1DP8FSDP1TP1PP
Expired
|
13.4 KB |
|
upstream-maxtext-8921663383-2DP2FSDP2TP1PP
Expired
|
13.4 KB |
|
upstream-maxtext-8921663383-4DP2FSDP2TP1PP
Expired
|
16.8 KB |
|
upstream-maxtext-metrics-test-log
Expired
|
4.55 KB |
|
upstream-pax-8921663383-16DP1FSDP1TP1PP
Expired
|
748 KB |
|
upstream-pax-8921663383-1DP1FSDP1TP1PP
Expired
|
142 KB |
|
upstream-pax-8921663383-1DP2FSDP4TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-8921663383-1DP8FSDP1TP1PP
Expired
|
408 KB |
|
upstream-pax-8921663383-2DP1FSDP1TP4PP
Expired
|
312 KB |
|
upstream-pax-8921663383-2DP1FSDP2TP4PP
Expired
|
555 KB |
|
upstream-pax-8921663383-4DP1FSDP2TP1PP
Expired
|
421 KB |
|
upstream-pax-8921663383-8DP1FSDP1TP1PP
Expired
|
429 KB |
|
upstream-pax-8921663383-8DP1FSDP1TP1PP_eval
Expired
|
108 KB |
|
upstream-pax-8921663383-8DP1FSDP1TP1PP_single_process
Expired
|
143 KB |
|
upstream-pax-8921663383-LLaMA_eval
Expired
|
237 KB |
|
upstream-pax-metrics-test-log
Expired
|
6.32 KB |
|
upstream-t5x-8921663383-1G1N
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1G2N
Expired
|
3.54 MB |
|
upstream-t5x-8921663383-1P1G
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1P1G_fmha
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1P2G
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1P2G_fmha
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1P4G
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-1P8G
Expired
|
3.53 MB |
|
upstream-t5x-8921663383-2G1N
Expired
|
3.54 MB |
|
upstream-t5x-8921663383-2G2N
Expired
|
3.55 MB |
|
upstream-t5x-8921663383-2G2N_fmha
Expired
|
542 Bytes |
|
upstream-t5x-8921663383-4G1N
Expired
|
3.55 MB |
|
upstream-t5x-8921663383-4G2N
Expired
|
3.58 MB |
|
upstream-t5x-8921663383-8G1N
Expired
|
3.58 MB |
|
upstream-t5x-8921663383-8G2N
Expired
|
3.63 MB |
|
upstream-t5x-8921663383-8G2N_fmha
Expired
|
3.63 MB |
|