From 61329eb3037469eeca54c24e31b5250cdbf6f13d Mon Sep 17 00:00:00 2001
From: Raymond Kim <109366641+tt-rkim@users.noreply.github.com>
Date: Fri, 20 Sep 2024 10:33:23 -0400
Subject: [PATCH] #12885: Add initial unit tests for infra, specifically for
data collection (#12933)
* #12885: Extract out state like workflow_outputs_dir and json file creation higher up so that unit testing becomes more convenient
* #12885: Fix datetime call
* #12885: No return
* #12885: Get pipeline id
* #12885: Wrong var name
* #12885: Add initial test for normal happy case with manicured data
* #12885: Add workflow for data collection tests
* #12885: REVERT ME - add trigger for this branch
* #12885: get rid of extra step
* #12885: Add pytest to infra requirements
* #12885: rename step to test instead of incorrect description
* #12885: Add pull request triggers and rename
* #12885: Ignore infra files for copyright
---
.../data_analysis/create_pipeline_json.py | 22 +-
.github/workflows/_unit-tests-infra.yaml | 32 +
check_copyright_config.yaml | 1 +
infra/conftest.py | 1 +
infra/data_collection/cicd.py | 30 +-
infra/data_collection/github/workflows.py | 10 -
infra/pytest.ini | 2 +
infra/requirements-infra.txt | 1 +
.../most_recent_tests.xml | 1 +
.../most_recent_tests.xml | 1 +
.../most_recent_tests.xml | 1 +
.../10662355710/logs/29549411997.log | 200 +
.../10662355710/logs/29549412505.log | 200 +
.../10662355710/logs/29549412945.log | 200 +
.../10662355710/logs/29549413483.log | 200 +
.../10662355710/logs/29549413738.log | 200 +
.../10662355710/logs/29549414088.log | 200 +
.../10662355710/logs/29549414287.log | 200 +
.../10662355710/logs/29549414563.log | 200 +
.../10662355710/logs/29549414878.log | 200 +
.../10662355710/logs/29549415107.log | 200 +
.../10662355710/logs/29549415334.log | 200 +
.../10662355710/logs/29549415609.log | 200 +
.../10662355710/logs/29549415885.log | 200 +
.../10662355710/logs/29549416123.log | 200 +
.../10662355710/logs/29549416360.log | 200 +
.../10662355710/logs/29549416648.log | 200 +
.../10662355710/logs/29549416972.log | 200 +
.../10662355710/logs/29549417256.log | 200 +
.../10662355710/logs/29549417551.log | 200 +
.../10662355710/logs/29549417838.log | 200 +
.../10662355710/logs/29549947003.log | 402 +
.../10662355710/logs/29549953922.log | 402 +
.../10662355710/logs/29549958751.log | 402 +
.../workflow.json | 1 +
.../workflow_jobs.json | 11978 ++++++++++++++++
infra/tests/data_collection/conftest.py | 8 +
infra/tests/data_collection/test_cicd.py | 32 +
infra/tests/process.sh | 40 +
39 files changed, 17339 insertions(+), 28 deletions(-)
create mode 100644 .github/workflows/_unit-tests-infra.yaml
create mode 100644 infra/conftest.py
create mode 100644 infra/pytest.ini
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c/most_recent_tests.xml
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7/most_recent_tests.xml
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0/most_recent_tests.xml
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549411997.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412505.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412945.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413483.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413738.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414088.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414287.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414563.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414878.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415107.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415334.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415609.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415885.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416123.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416360.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416648.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416972.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417256.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417551.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417838.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549947003.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549953922.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549958751.log
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow.json
create mode 100644 infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow_jobs.json
create mode 100644 infra/tests/data_collection/conftest.py
create mode 100644 infra/tests/data_collection/test_cicd.py
create mode 100755 infra/tests/process.sh
diff --git a/.github/scripts/data_analysis/create_pipeline_json.py b/.github/scripts/data_analysis/create_pipeline_json.py
index 0794c1e25e4..652d9c1f408 100644
--- a/.github/scripts/data_analysis/create_pipeline_json.py
+++ b/.github/scripts/data_analysis/create_pipeline_json.py
@@ -1,13 +1,31 @@
+import pathlib
+
from infra.data_collection.github.utils import get_github_runner_environment
-from infra.data_collection.cicd import create_cicd_json_for_data_analysis
+from infra.data_collection.cicd import create_cicd_json_for_data_analysis, get_cicd_json_filename
if __name__ == "__main__":
github_runner_environment = get_github_runner_environment()
github_pipeline_json_filename = "workflow.json"
github_jobs_json_filename = "workflow_jobs.json"
- create_cicd_json_for_data_analysis(
+ workflow_outputs_dir = pathlib.Path("generated/cicd").resolve()
+ assert workflow_outputs_dir.is_dir()
+ assert workflow_outputs_dir.exists()
+
+ pipeline = create_cicd_json_for_data_analysis(
+ workflow_outputs_dir,
github_runner_environment,
github_pipeline_json_filename,
github_jobs_json_filename,
)
+
+ cicd_json_filename = get_cicd_json_filename(pipeline)
+
+ with open(cicd_json_filename, "w") as f:
+ f.write(pipeline.model_dump_json())
+
+ github_pipeline_id = pipeline.github_pipeline_id
+
+ cicd_json_copy_filename = f"pipelinecopy_{github_pipeline_id}.json"
+ with open(cicd_json_copy_filename, "w") as f:
+ f.write(pipeline.model_dump_json())
diff --git a/.github/workflows/_unit-tests-infra.yaml b/.github/workflows/_unit-tests-infra.yaml
new file mode 100644
index 00000000000..a5d332bfc5b
--- /dev/null
+++ b/.github/workflows/_unit-tests-infra.yaml
@@ -0,0 +1,32 @@
+name: "[internal] Infra tools unit tests"
+
+on:
+ workflow_dispatch:
+ pull_request:
+ branches:
+ - "main"
+ paths:
+ - "infra/**"
+ schedule:
+ - cron: "0 */6 * * *"
+
+jobs:
+ build-and-test-infra:
+ strategy:
+ matrix:
+ python-version: [3.8]
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
+ with:
+ python-version: ${{ matrix.python-version }}
+ cache: 'pip'
+ cache-dependency-path: 'infra/requirements-infra.txt'
+ - name: Install infra dependencies
+ run: pip install -r infra/requirements-infra.txt
+ - name: Test
+ env:
+ PYTHONPATH: ${{ github.workspace }}
+ working-directory: ${{ github.workspace }}/infra
+ run: pytest tests
diff --git a/check_copyright_config.yaml b/check_copyright_config.yaml
index c2d0ecd8b22..4eafbf4100a 100644
--- a/check_copyright_config.yaml
+++ b/check_copyright_config.yaml
@@ -44,3 +44,4 @@ ignore: # You can also select ignoring files here
- eevenv/
- built/
- models/demos/t3000/llama2_70b/reference/
+ - infra/
diff --git a/infra/conftest.py b/infra/conftest.py
new file mode 100644
index 00000000000..5871ed8eef2
--- /dev/null
+++ b/infra/conftest.py
@@ -0,0 +1 @@
+import pytest
diff --git a/infra/data_collection/cicd.py b/infra/data_collection/cicd.py
index 64ef9f4234a..d604ce59c3f 100644
--- a/infra/data_collection/cicd.py
+++ b/infra/data_collection/cicd.py
@@ -6,20 +6,30 @@
from pprint import pprint
from loguru import logger
-from infra.data_collection.github.utils import get_pipeline_row_from_github_info, get_job_rows_from_github_info
+from infra.data_collection.github.utils import (
+ get_pipeline_row_from_github_info,
+ get_job_rows_from_github_info,
+ get_data_pipeline_datetime_from_datetime,
+)
from infra.data_collection.github.workflows import (
- get_workflow_outputs_dir,
get_github_job_id_to_test_reports,
get_tests_from_test_report_path,
)
from infra.data_collection import pydantic_models
+def get_cicd_json_filename(pipeline):
+ github_pipeline_start_ts = get_data_pipeline_datetime_from_datetime(pipeline.pipeline_start_ts)
+ github_pipeline_id = pipeline.github_pipeline_id
+ cicd_json_filename = f"pipeline_{github_pipeline_id}_{github_pipeline_start_ts}.json"
+ return cicd_json_filename
+
+
def create_cicd_json_for_data_analysis(
+ workflow_outputs_dir,
github_runner_environment,
github_pipeline_json_filename,
github_jobs_json_filename,
- cicd_json_filename=None,
):
with open(github_pipeline_json_filename) as github_pipeline_json_file:
github_pipeline_json = json.load(github_pipeline_json_file)
@@ -34,13 +44,6 @@ def create_cicd_json_for_data_analysis(
github_pipeline_id = raw_pipeline["github_pipeline_id"]
github_pipeline_start_ts = raw_pipeline["pipeline_start_ts"]
- if cicd_json_filename:
- raise Exception("We don't currently support custom filenames for JSON output")
- else:
- cicd_json_filename = f"pipeline_{github_pipeline_id}_{github_pipeline_start_ts}.json"
-
- workflow_outputs_dir = get_workflow_outputs_dir()
-
github_job_ids = []
for raw_job in raw_jobs:
github_job_id = int(raw_job["github_job_id"])
@@ -78,9 +81,4 @@ def create_cicd_json_for_data_analysis(
jobs=jobs,
)
- with open(cicd_json_filename, "w") as f:
- f.write(pipeline.model_dump_json())
-
- cicd_json_copy_filename = f"pipelinecopy_{github_pipeline_id}.json"
- with open(cicd_json_copy_filename, "w") as f:
- f.write(pipeline.model_dump_json())
+ return pipeline
diff --git a/infra/data_collection/github/workflows.py b/infra/data_collection/github/workflows.py
index da6da23ad65..ee9f10e4e3e 100644
--- a/infra/data_collection/github/workflows.py
+++ b/infra/data_collection/github/workflows.py
@@ -12,16 +12,6 @@
from infra.data_collection import junit_xml_utils, pydantic_models
-WORKFLOW_OUTPUTS_DIR_ = pathlib.Path("generated/cicd").resolve()
-
-
-def get_workflow_outputs_dir():
- workflow_outputs_dir = WORKFLOW_OUTPUTS_DIR_.resolve()
- assert workflow_outputs_dir.is_dir()
- assert workflow_outputs_dir.exists()
- return workflow_outputs_dir
-
-
def get_workflow_run_uuids_to_test_reports_paths_(workflow_outputs_dir, workflow_run_id: int):
artifacts_dir = workflow_outputs_dir / str(workflow_run_id) / "artifacts"
diff --git a/infra/pytest.ini b/infra/pytest.ini
new file mode 100644
index 00000000000..c8a2ee0c664
--- /dev/null
+++ b/infra/pytest.ini
@@ -0,0 +1,2 @@
+[pytest]
+addopts = --import-mode=importlib -vvs -rA --durations=0
diff --git a/infra/requirements-infra.txt b/infra/requirements-infra.txt
index 184d92ce22b..5929e0a93ad 100644
--- a/infra/requirements-infra.txt
+++ b/infra/requirements-infra.txt
@@ -5,3 +5,4 @@ loguru
pydantic
toolz
defusedxml
+pytest
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c/most_recent_tests.xml b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c/most_recent_tests.xml
new file mode 100644
index 00000000000..64a38136f5b
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c/most_recent_tests.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7/most_recent_tests.xml b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7/most_recent_tests.xml
new file mode 100644
index 00000000000..0ee147ae57c
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7/most_recent_tests.xml
@@ -0,0 +1 @@
+/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:15: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:49: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:72: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:113: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:146: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_database.py:169: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_model_preprocessing.py:477: see issue #11917/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:20: got empty parameter set ['silicon_arch_name'], function test_mesh_device_open_close_explicit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:19/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:31: got empty parameter set ['silicon_arch_name'], function test_multi_device_subset_mesh at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:30/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:52: got empty parameter set ['silicon_arch_name'], function test_multi_device_open_close_full_mesh_device_fixture at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:51/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:57: got empty parameter set ['silicon_arch_name'], function test_multi_device_open_close_using_context_manager at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:56/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:68: got empty parameter set ['silicon_arch_name'], function test_multi_device_open_close_galaxy_mesh at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:67/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:99: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_multi_device_multiple_times at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:98/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:186: got empty parameter set ['silicon_arch_name'], function test_ttnn_multi_device_all_gather at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:185/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:202: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_op_unary at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:201/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:219: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_op_binary at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:218/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:243: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_op at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:242/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:262: got empty parameter set ['silicon_arch_name'], function test_multi_device_data_parallel_matmul_op at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:261/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:286: got empty parameter set ['silicon_arch_name'], function test_multi_device_as_tensor_api at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:285/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:337: got empty parameter set ['silicon_arch_name'], function test_multi_device_as_tensor_api_sharded_tensor at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:336/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:368: got empty parameter set ['silicon_arch_name'], function test_multi_device_permute at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:367/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:389: got empty parameter set ['silicon_arch_name'], function test_max at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:388/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:402: got empty parameter set ['silicon_arch_name'], function test_ttnn_multi_device_all_gather_all_devices at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:401/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:421: got empty parameter set ['silicon_arch_name'], function test_sharded_matmul at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:420/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:478: got empty parameter set ['silicon_arch_name'], function test_4b_tensor at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:477/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:505: got empty parameter set ['silicon_arch_name'], function test_slicing at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:504/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:518: got empty parameter set ['silicon_arch_name'], function test_clone at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:517/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:531: got empty parameter set ['silicon_arch_name'], function test_device_shard_to_torch at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:530/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:554: got empty parameter set ['silicon_arch_name'], function test_validate_as_tensor at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:553/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:118: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_multi_device_tilized_parallel at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:117/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:153: got empty parameter set ['silicon_arch_name'], function test_multi_device_unary_binary_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:152/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:195: got empty parameter set ['silicon_arch_name'], function test_multi_device_data_parallel_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:194/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:246: got empty parameter set ['silicon_arch_name'], function test_multi_device_argmax at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:245/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:276: got empty parameter set ['silicon_arch_name'], function test_multi_device_explicit_dealloc at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:275/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:315: got empty parameter set ['silicon_arch_name'], function test_add_1D_tensor_and_scalar at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:314/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_events.py:16: got empty parameter set ['silicon_arch_name'], function test_multi_device_events at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_events.py:15/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:244: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:418: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:402: Hangs/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:476: got empty parameter set ['silicon_arch_name'], function test_block_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:475/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:286: got empty parameter set ['silicon_arch_name'], function test_multi_device_as_tensor_api at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:285/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:337: got empty parameter set ['silicon_arch_name'], function test_multi_device_as_tensor_api_sharded_tensor at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:336/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:153: got empty parameter set ['silicon_arch_name'], function test_multi_device_unary_binary_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:152/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:195: got empty parameter set ['silicon_arch_name'], function test_multi_device_data_parallel_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:194/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:246: got empty parameter set ['silicon_arch_name'], function test_multi_device_argmax at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:245/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:244: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:418: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:153: got empty parameter set ['silicon_arch_name'], function test_multi_device_unary_binary_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:152/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:195: got empty parameter set ['silicon_arch_name'], function test_multi_device_data_parallel_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:194/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:246: got empty parameter set ['silicon_arch_name'], function test_multi_device_argmax at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:245/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:244: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:418: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:153: got empty parameter set ['silicon_arch_name'], function test_multi_device_unary_binary_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:152/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:195: got empty parameter set ['silicon_arch_name'], function test_multi_device_data_parallel_op_chain at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:194/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:246: got empty parameter set ['silicon_arch_name'], function test_multi_device_argmax at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:245/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:418: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:182: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_matmul.py:315: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:120: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:119/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:140: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:139/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:163: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device.py:162/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:19: got empty parameter set ['silicon_arch_name'], function test_ttnn_to_and_from_multi_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:18/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:48: got empty parameter set ['silicon_arch_name'], function test_multi_device_check_per_device_shard at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:47/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:86: got empty parameter set ['silicon_arch_name'], function test_multi_device_replicate at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_async.py:85/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:484: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:310: got empty parameter set ['silicon_arch_name'], function test_width_sharded_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:309/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:131: got empty parameter set ['silicon_arch_name'], function test_multi_device_multi_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:130/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_TG_post_commit.py:183: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:134: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_post_commit at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_post_commit.py:133/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:18: got empty parameter set ['silicon_arch_name'], function test_multi_device_single_trace at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_multi_device_trace.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_pre_and_post_operation_hook.py:38: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_print_tensor.py:74: This combination is not valid/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_print_tensor.py:74: This combination is not valid/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_print_tensor.py:74: This combination is not valid/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_print_tensor.py:74: This combination is not valid/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_reshape.py:225: ttnn.reshape cannot modify width without causing a mismatch/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_to_and_from_device.py:77: 4359: from_device is hanging/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_to_and_from_torch.py:58: ROW_MAJOR_LAYOUT not supported for bfloat8_b and bfloat4_b/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_to_and_from_torch.py:58: ROW_MAJOR_LAYOUT not supported for bfloat8_b and bfloat4_b/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:21: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:31: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:44: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:44: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:61: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:61: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:81: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:81: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer.py:133: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer_codegen.py:13: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer_codegen.py:28: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tracer_evaluate.py:67: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tutorials.py:38: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tutorials.py:38: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tutorials.py:38: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/test_tutorials.py:38: Skipping test with requires_fast_runtime_mode_off/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/benchmarks/test_benchmark.py:13: only runs for Wormhole B0/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/benchmarks/test_benchmark.py:13: only runs for Wormhole B0/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/benchmarks/test_benchmark.py:42: only runs for Wormhole B0/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/benchmarks/test_benchmark.py:42: only runs for Wormhole B0/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:53: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_add.py:269: #11002/#4005: Bcast does not appear to be doing what we expect. Leaving test for reference./home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:160: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:160: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:284: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:284: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:211: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:608: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather_nightly.py:20: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:18: got empty parameter set ['silicon_arch_name'], function test_reduce_scatter_nightly at /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_reduce_scatter_nightly.py:17/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run
\ No newline at end of file
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0/most_recent_tests.xml b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0/most_recent_tests.xml
new file mode 100644
index 00000000000..174dff3c450
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/artifacts/test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0/most_recent_tests.xml
@@ -0,0 +1 @@
+/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4
\ No newline at end of file
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549411997.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549411997.log
new file mode 100644
index 00000000000..4137b9bda4f
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549411997.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:59.6183347Z Current runner version: '2.319.1'
+2024-09-02T07:01:59.6190184Z Runner name: 'tt-metal-ci-bm-f14cs02-02'
+2024-09-02T07:01:59.6191175Z Runner group name: 'Default'
+2024-09-02T07:01:59.6192199Z Machine name: 'f14cs02'
+2024-09-02T07:01:59.6210070Z Testing runner upgrade compatibility
+2024-09-02T07:01:59.6845664Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.6849963Z Actions: read
+2024-09-02T07:01:59.6851219Z Contents: read
+2024-09-02T07:01:59.6852421Z Metadata: read
+2024-09-02T07:01:59.6853456Z Pages: write
+2024-09-02T07:01:59.6854513Z ##[endgroup]
+2024-09-02T07:01:59.6859495Z Secret source: Actions
+2024-09-02T07:01:59.6860999Z Prepare workflow directory
+2024-09-02T07:01:59.8081009Z Prepare all required actions
+2024-09-02T07:01:59.8322068Z Getting action download info
+2024-09-02T07:02:00.0364280Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:00.3974918Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:02:01.1463003Z Getting action download info
+2024-09-02T07:02:01.2878737Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.9146936Z Uses: tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.9149506Z ##[group] Inputs
+2024-09-02T07:02:01.9149993Z arch: ["grayskull", "wormhole_b0"]
+2024-09-02T07:02:01.9150604Z build-type: Release
+2024-09-02T07:02:01.9151366Z tracy: false
+2024-09-02T07:02:01.9151772Z ##[endgroup]
+2024-09-02T07:02:01.9152531Z Complete job name: build-artifact / build-artifact (grayskull)
+2024-09-02T07:02:02.0729647Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:02.0730812Z with:
+2024-09-02T07:02:02.0731367Z token: ***
+2024-09-02T07:02:02.0731752Z fetch-depth: 1
+2024-09-02T07:02:02.0732167Z env:
+2024-09-02T07:02:02.0732609Z TT_METAL_ENV: dev
+2024-09-02T07:02:02.0732980Z ARCH_NAME: grayskull
+2024-09-02T07:02:02.0733385Z SILENT: 0
+2024-09-02T07:02:02.0733753Z VERBOSE: 1
+2024-09-02T07:02:02.0734083Z ##[endgroup]
+2024-09-02T07:02:02.0997388Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:02.0997846Z with:
+2024-09-02T07:02:02.0998391Z token: ***
+2024-09-02T07:02:02.0998834Z fetch-depth: 1
+2024-09-02T07:02:02.0999188Z lfs: true
+2024-09-02T07:02:02.0999563Z submodules: recursive
+2024-09-02T07:02:02.0999970Z clean: true
+2024-09-02T07:02:02.1000333Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.1000837Z ssh-strict: true
+2024-09-02T07:02:02.1001293Z ssh-user: git
+2024-09-02T07:02:02.1001846Z persist-credentials: true
+2024-09-02T07:02:02.1002346Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:02.1002797Z fetch-tags: false
+2024-09-02T07:02:02.1003189Z show-progress: true
+2024-09-02T07:02:02.1003621Z set-safe-directory: true
+2024-09-02T07:02:02.1003999Z env:
+2024-09-02T07:02:02.1004338Z TT_METAL_ENV: dev
+2024-09-02T07:02:02.1004755Z ARCH_NAME: grayskull
+2024-09-02T07:02:02.1005128Z SILENT: 0
+2024-09-02T07:02:02.1005479Z VERBOSE: 1
+2024-09-02T07:02:02.1005842Z ##[endgroup]
+2024-09-02T07:02:02.2351038Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.2352996Z ##[group]Getting Git version info
+2024-09-02T07:02:02.2353990Z Working directory is '/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal'
+2024-09-02T07:02:02.2354973Z [command]/usr/bin/git version
+2024-09-02T07:02:02.2355540Z git version 2.25.1
+2024-09-02T07:02:02.2356824Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:02.2400794Z git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
+2024-09-02T07:02:02.2421346Z ##[endgroup]
+2024-09-02T07:02:02.2453084Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/df598ef7-b870-4cb2-ac1e-55b0ec0e10ab' before making global git config changes
+2024-09-02T07:02:02.2455849Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:02.2458774Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:02:02.2516400Z [command]/usr/bin/git config --local --get remote.origin.url
+2024-09-02T07:02:02.2546012Z https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.2575873Z ##[group]Removing previously created refs, to avoid conflicts
+2024-09-02T07:02:02.2584343Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
+2024-09-02T07:02:02.2611777Z refs/heads/hyungsuk/remove_unnecessary_double_semicolons
+2024-09-02T07:02:02.2630368Z [command]/usr/bin/git checkout --detach
+2024-09-02T07:02:02.3669213Z HEAD is now at de148d2e #12127: remove unnecessary double semicolons
+2024-09-02T07:02:02.4318289Z [command]/usr/bin/git branch --delete --force hyungsuk/remove_unnecessary_double_semicolons
+2024-09-02T07:02:02.4370591Z Deleted branch hyungsuk/remove_unnecessary_double_semicolons (was de148d2e).
+2024-09-02T07:02:02.4519967Z ##[endgroup]
+2024-09-02T07:02:02.4523752Z [command]/usr/bin/git submodule status
+2024-09-02T07:02:02.4985264Z 7b11d073376b905b46edaa757f0bfde5c38a9636 models/demos/t3000/llama2_70b/reference/llama (heads/main)
+2024-09-02T07:02:02.5081844Z 2ba5a2973915aa1c5afbf6f1524e87e0c43bc058 tt_metal/third_party/lfs (heads/main)
+2024-09-02T07:02:02.5186380Z b8f28551cc3a98ea9fbfc15c05b513c8f2d23e84 tt_metal/third_party/pybind11 (b8f2855)
+2024-09-02T07:02:02.5295761Z 3008daa0abc9f37fe757aa8ac7fee26f410947bb tt_metal/third_party/sfpi (remotes/origin/HEAD)
+2024-09-02T07:02:02.5398979Z 7d9e85b6b2e9bf501021f857f2f3cbe43bc37c85 tt_metal/third_party/taskflow (7d9e85b)
+2024-09-02T07:02:02.5505990Z 71d4c8d378b52af7da7012b9b595a61e9304f0bb tt_metal/third_party/tracy (71d4c8d)
+2024-09-02T07:02:02.5610613Z b3d5095528537db52e069b0daa54aaee2e609437 tt_metal/third_party/tt_llk_blackhole (remotes/origin/HEAD)
+2024-09-02T07:02:02.5714924Z c31765c694399ef82ae634019881fe8c431223de tt_metal/third_party/tt_llk_grayskull (heads/main)
+2024-09-02T07:02:02.5819749Z 035329c69a984c48c562054dc1618b19ea47e543 tt_metal/third_party/tt_llk_wormhole_b0 (remotes/origin/HEAD)
+2024-09-02T07:02:02.5916073Z 9d60964a8fe304dca5f6444d3b70b3b5c1a75967 tt_metal/third_party/umd (9d60964)
+2024-09-02T07:02:02.5933417Z ##[group]Cleaning the repository
+2024-09-02T07:02:02.5954393Z [command]/usr/bin/git clean -ffdx
+2024-09-02T07:02:03.1365421Z Removing .cpmcache/
+2024-09-02T07:02:03.1366458Z Removing build/
+2024-09-02T07:02:03.1367214Z Removing runtime/
+2024-09-02T07:02:03.1368171Z Removing ttm_grayskull.tar
+2024-09-02T07:02:03.1369084Z Removing ttnn/ttnn/_ttnn.so
+2024-09-02T07:02:03.1387086Z [command]/usr/bin/git reset --hard HEAD
+2024-09-02T07:02:03.1759150Z HEAD is now at de148d2e #12127: remove unnecessary double semicolons
+2024-09-02T07:02:03.1768606Z ##[endgroup]
+2024-09-02T07:02:03.1771653Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:14:59.3338769Z build/test/tt_eager/tensors/test_host_device_loopback
+2024-09-02T07:14:59.3340495Z build/test/tt_eager/tensors/test_async_tensor_apis
+2024-09-02T07:14:59.3345958Z build/test/tt_eager/tensors/test_copy_and_move
+2024-09-02T07:14:59.3348204Z build/test/tt_eager/integration_tests/
+2024-09-02T07:14:59.3348990Z build/test/tt_eager/integration_tests/test_bert
+2024-09-02T07:14:59.3353802Z build/tools/
+2024-09-02T07:14:59.3354289Z build/tools/watcher_dump
+2024-09-02T07:14:59.3356319Z runtime/
+2024-09-02T07:14:59.3356882Z runtime/hw/
+2024-09-02T07:14:59.3357423Z runtime/hw/toolchain/
+2024-09-02T07:14:59.3357983Z runtime/hw/toolchain/trisc1.ld
+2024-09-02T07:14:59.3358590Z runtime/hw/toolchain/ierisc.ld
+2024-09-02T07:14:59.3359190Z runtime/hw/toolchain/trisc0.ld
+2024-09-02T07:14:59.3359814Z runtime/hw/toolchain/ncrisc.ld
+2024-09-02T07:14:59.3360491Z runtime/hw/toolchain/brisc.ld
+2024-09-02T07:14:59.3361082Z runtime/hw/toolchain/trisc2.ld
+2024-09-02T07:14:59.3361654Z runtime/hw/lib/
+2024-09-02T07:14:59.3362145Z runtime/hw/lib/noc.o
+2024-09-02T07:14:59.3362666Z runtime/hw/lib/substitutes.o
+2024-09-02T07:14:59.3363428Z runtime/hw/lib/tmu-crt0.o
+2024-09-02T07:14:59.3364062Z runtime/hw/lib/tmu-crt0k.o
+2024-09-02T07:14:59.3364622Z runtime/hw/lib/tdma_xmov.o
+2024-09-02T07:14:59.3365275Z runtime/hw/lib/ncrisc-halt.o
+2024-09-02T07:14:59.3508881Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:14:59.3509338Z with:
+2024-09-02T07:14:59.3509638Z name: TTMetal_build_grayskull
+2024-09-02T07:14:59.3510053Z path: ttm_grayskull.tar
+2024-09-02T07:14:59.3510439Z if-no-files-found: warn
+2024-09-02T07:14:59.3510808Z compression-level: 6
+2024-09-02T07:14:59.3511174Z overwrite: false
+2024-09-02T07:14:59.3511485Z env:
+2024-09-02T07:14:59.3511764Z TT_METAL_ENV: dev
+2024-09-02T07:14:59.3512108Z ARCH_NAME: grayskull
+2024-09-02T07:14:59.3512445Z SILENT: 0
+2024-09-02T07:14:59.3512742Z VERBOSE: 1
+2024-09-02T07:14:59.3513227Z TT_METAL_HOME: /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:14:59.3513811Z ##[endgroup]
+2024-09-02T07:14:59.6021781Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:14:59.6027385Z Artifact name is valid!
+2024-09-02T07:14:59.6028269Z Root directory input is valid!
+2024-09-02T07:14:59.8198545Z Beginning upload of artifact content to blob storage
+2024-09-02T07:15:02.5095497Z Uploaded bytes 8388608
+2024-09-02T07:15:04.1748360Z Uploaded bytes 16777216
+2024-09-02T07:15:05.8717542Z Uploaded bytes 25165824
+2024-09-02T07:15:08.0610211Z Uploaded bytes 33554432
+2024-09-02T07:15:09.3798877Z Uploaded bytes 41943040
+2024-09-02T07:15:09.7537933Z Uploaded bytes 45509595
+2024-09-02T07:15:09.8219413Z Finished uploading artifact content to blob storage!
+2024-09-02T07:15:09.8225164Z SHA256 hash of uploaded artifact zip is 40325e4107aefa5f436243d0c641c5d2c0dc22221e842238211897cc997aad59
+2024-09-02T07:15:09.8227129Z Finalizing artifact upload
+2024-09-02T07:15:10.0155061Z Artifact TTMetal_build_grayskull.zip successfully finalized. Artifact ID 1880964329
+2024-09-02T07:15:10.0157377Z Artifact TTMetal_build_grayskull has been successfully uploaded! Final size is 45509595 bytes. Artifact ID is 1880964329
+2024-09-02T07:15:10.0166568Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880964329
+2024-09-02T07:15:10.0433157Z Post job cleanup.
+2024-09-02T07:15:10.0510234Z Post job cleanup.
+2024-09-02T07:15:10.1540914Z [command]/usr/bin/git version
+2024-09-02T07:15:10.1607200Z git version 2.25.1
+2024-09-02T07:15:10.1698123Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/e10dcc88-8be0-4076-a809-ec93283aea69' before making global git config changes
+2024-09-02T07:15:10.1700833Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:15:10.1704441Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:15:10.1753006Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:15:10.1801665Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:15:10.2154761Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:15:10.2213068Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:15:10.2272319Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:15:10.2337050Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:15:10.2404603Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:15:10.2476465Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:15:10.2541670Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:15:10.2605161Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:15:10.2665354Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:15:10.2728881Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:15:10.2791919Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:15:10.2887524Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:15:10.2915512Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.2933954Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:15:10.2981358Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:15:10.3312573Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:15:10.3347371Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3395725Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:15:10.3431855Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3478893Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:15:10.3516478Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3563626Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:15:10.3598664Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3652989Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:15:10.3688533Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3740851Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:15:10.3776925Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3824463Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:15:10.3861702Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3904289Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:15:10.3940248Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.3987834Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:15:10.4022079Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.4067173Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:15:10.4102905Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.4148800Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:15:10.4185432Z http.https://github.com/.extraheader
+2024-09-02T07:15:10.4575009Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412505.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412505.log
new file mode 100644
index 00000000000..7afafe61950
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412505.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:59.3859532Z Current runner version: '2.319.1'
+2024-09-02T07:01:59.3865613Z Runner name: 'tt-metal-ci-bm-e09cs08-02'
+2024-09-02T07:01:59.3866389Z Runner group name: 'Default'
+2024-09-02T07:01:59.3867432Z Machine name: 'e09cs08'
+2024-09-02T07:01:59.3884346Z Testing runner upgrade compatibility
+2024-09-02T07:01:59.4499258Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.4503107Z Actions: read
+2024-09-02T07:01:59.4504063Z Contents: read
+2024-09-02T07:01:59.4505088Z Metadata: read
+2024-09-02T07:01:59.4505964Z Pages: write
+2024-09-02T07:01:59.4506856Z ##[endgroup]
+2024-09-02T07:01:59.4511574Z Secret source: Actions
+2024-09-02T07:01:59.4512823Z Prepare workflow directory
+2024-09-02T07:01:59.5762676Z Prepare all required actions
+2024-09-02T07:01:59.6027099Z Getting action download info
+2024-09-02T07:01:59.7912651Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:00.2457367Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:02:00.9814739Z Getting action download info
+2024-09-02T07:02:01.1293470Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.6720624Z Uses: tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.6723012Z ##[group] Inputs
+2024-09-02T07:02:01.6723450Z arch: ["grayskull", "wormhole_b0"]
+2024-09-02T07:02:01.6724010Z build-type: Release
+2024-09-02T07:02:01.6724871Z tracy: false
+2024-09-02T07:02:01.6725237Z ##[endgroup]
+2024-09-02T07:02:01.6726014Z Complete job name: build-artifact / build-artifact (wormhole_b0)
+2024-09-02T07:02:01.8144046Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:01.8144906Z with:
+2024-09-02T07:02:01.8145493Z token: ***
+2024-09-02T07:02:01.8145871Z fetch-depth: 1
+2024-09-02T07:02:01.8146246Z env:
+2024-09-02T07:02:01.8146652Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.8147042Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:01.8147442Z SILENT: 0
+2024-09-02T07:02:01.8147819Z VERBOSE: 1
+2024-09-02T07:02:01.8148152Z ##[endgroup]
+2024-09-02T07:02:01.8404854Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:01.8405347Z with:
+2024-09-02T07:02:01.8405913Z token: ***
+2024-09-02T07:02:01.8406294Z fetch-depth: 1
+2024-09-02T07:02:01.8406663Z lfs: true
+2024-09-02T07:02:01.8407036Z submodules: recursive
+2024-09-02T07:02:01.8407443Z clean: true
+2024-09-02T07:02:01.8407817Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.8408321Z ssh-strict: true
+2024-09-02T07:02:01.8408718Z ssh-user: git
+2024-09-02T07:02:01.8409344Z persist-credentials: true
+2024-09-02T07:02:01.8410017Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:01.8410583Z fetch-tags: false
+2024-09-02T07:02:01.8410998Z show-progress: true
+2024-09-02T07:02:01.8411460Z set-safe-directory: true
+2024-09-02T07:02:01.8411883Z env:
+2024-09-02T07:02:01.8412229Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.8412690Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:01.8413127Z SILENT: 0
+2024-09-02T07:02:01.8413539Z VERBOSE: 1
+2024-09-02T07:02:01.8413954Z ##[endgroup]
+2024-09-02T07:02:01.9778955Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.9780817Z ##[group]Getting Git version info
+2024-09-02T07:02:01.9781731Z Working directory is '/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal'
+2024-09-02T07:02:01.9782790Z [command]/usr/bin/git version
+2024-09-02T07:02:01.9783364Z git version 2.25.1
+2024-09-02T07:02:01.9787695Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.9863498Z git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
+2024-09-02T07:02:01.9882989Z ##[endgroup]
+2024-09-02T07:02:01.9911010Z Copying '/home/ubuntu/.gitconfig' to '/home/ubuntu/actions-runner-2/_work/_temp/aa253a51-0035-4a46-a8ca-1c93ca678f53/.gitconfig'
+2024-09-02T07:02:01.9922344Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/aa253a51-0035-4a46-a8ca-1c93ca678f53' before making global git config changes
+2024-09-02T07:02:01.9925750Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.9930414Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:02:01.9986692Z [command]/usr/bin/git config --local --get remote.origin.url
+2024-09-02T07:02:02.0018991Z https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.0048336Z ##[group]Removing previously created refs, to avoid conflicts
+2024-09-02T07:02:02.0058737Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
+2024-09-02T07:02:02.0086141Z refs/heads/bharane/experimental_ttnn
+2024-09-02T07:02:02.0106403Z [command]/usr/bin/git checkout --detach
+2024-09-02T07:02:02.1057083Z HEAD is now at 2e0e7e56bb #11990: Replace tt_lib with ttnn
+2024-09-02T07:02:02.1695033Z [command]/usr/bin/git branch --delete --force bharane/experimental_ttnn
+2024-09-02T07:02:02.1741281Z Deleted branch bharane/experimental_ttnn (was 2e0e7e56bb).
+2024-09-02T07:02:02.3022025Z ##[endgroup]
+2024-09-02T07:02:02.3022651Z [command]/usr/bin/git submodule status
+2024-09-02T07:02:02.3033251Z 7b11d073376b905b46edaa757f0bfde5c38a9636 models/demos/t3000/llama2_70b/reference/llama (heads/main)
+2024-09-02T07:02:02.3130168Z 2ba5a2973915aa1c5afbf6f1524e87e0c43bc058 tt_metal/third_party/lfs (heads/main)
+2024-09-02T07:02:02.3228577Z b8f28551cc3a98ea9fbfc15c05b513c8f2d23e84 tt_metal/third_party/pybind11 (b8f2855)
+2024-09-02T07:02:02.3339650Z 3008daa0abc9f37fe757aa8ac7fee26f410947bb tt_metal/third_party/sfpi (remotes/origin/HEAD)
+2024-09-02T07:02:02.3438742Z 7d9e85b6b2e9bf501021f857f2f3cbe43bc37c85 tt_metal/third_party/taskflow (7d9e85b)
+2024-09-02T07:02:02.3540714Z 71d4c8d378b52af7da7012b9b595a61e9304f0bb tt_metal/third_party/tracy (71d4c8d)
+2024-09-02T07:02:02.3642048Z b3d5095528537db52e069b0daa54aaee2e609437 tt_metal/third_party/tt_llk_blackhole (remotes/origin/HEAD)
+2024-09-02T07:02:02.3742922Z c31765c694399ef82ae634019881fe8c431223de tt_metal/third_party/tt_llk_grayskull (heads/main)
+2024-09-02T07:02:02.3842842Z 035329c69a984c48c562054dc1618b19ea47e543 tt_metal/third_party/tt_llk_wormhole_b0 (remotes/origin/HEAD)
+2024-09-02T07:02:02.3939993Z 9d60964a8fe304dca5f6444d3b70b3b5c1a75967 tt_metal/third_party/umd (9d60964)
+2024-09-02T07:02:02.3956259Z ##[group]Cleaning the repository
+2024-09-02T07:02:02.3964345Z [command]/usr/bin/git clean -ffdx
+2024-09-02T07:02:02.9744987Z Removing .cpmcache/
+2024-09-02T07:02:02.9746141Z Removing build/
+2024-09-02T07:02:02.9746896Z Removing runtime/
+2024-09-02T07:02:02.9747619Z Removing ttm_wormhole_b0.tar
+2024-09-02T07:02:02.9748443Z Removing ttnn/ttnn/_ttnn.so
+2024-09-02T07:02:02.9766273Z [command]/usr/bin/git reset --hard HEAD
+2024-09-02T07:02:03.0138018Z HEAD is now at 2e0e7e56bb #11990: Replace tt_lib with ttnn
+2024-09-02T07:02:03.0146606Z ##[endgroup]
+2024-09-02T07:13:51.5048242Z build/test/tt_metal/perf_microbenchmark/old/noc/
+2024-09-02T07:13:51.5049690Z build/test/tt_metal/perf_microbenchmark/old/noc/test_noc_read_local_l1
+2024-09-02T07:13:51.5051433Z build/test/tt_metal/perf_microbenchmark/old/noc/test_noc_read_global_l1
+2024-09-02T07:13:51.5052915Z build/test/tt_metal/unit_tests_fast_dispatch
+2024-09-02T07:13:51.5067409Z build/tools/
+2024-09-02T07:13:51.5068168Z build/tools/watcher_dump
+2024-09-02T07:13:51.5069816Z runtime/
+2024-09-02T07:13:51.5070475Z runtime/hw/
+2024-09-02T07:13:51.5071157Z runtime/hw/lib/
+2024-09-02T07:13:51.5072379Z runtime/hw/lib/ncrisc-halt.o
+2024-09-02T07:13:51.5073353Z runtime/hw/lib/tmu-crt0.o
+2024-09-02T07:13:51.5074189Z runtime/hw/lib/tdma_xmov.o
+2024-09-02T07:13:51.5075052Z runtime/hw/lib/substitutes.o
+2024-09-02T07:13:51.5075867Z runtime/hw/lib/noc.o
+2024-09-02T07:13:51.5076749Z runtime/hw/lib/tmu-crt0k.o
+2024-09-02T07:13:51.5077769Z runtime/hw/toolchain/
+2024-09-02T07:13:51.5078584Z runtime/hw/toolchain/ncrisc.ld
+2024-09-02T07:13:51.5079639Z runtime/hw/toolchain/trisc0.ld
+2024-09-02T07:13:51.5080525Z runtime/hw/toolchain/trisc1.ld
+2024-09-02T07:13:51.5081384Z runtime/hw/toolchain/trisc2.ld
+2024-09-02T07:13:51.5082284Z runtime/hw/toolchain/ierisc.ld
+2024-09-02T07:13:51.5083172Z runtime/hw/toolchain/brisc.ld
+2024-09-02T07:13:51.5205244Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:13:51.5205714Z with:
+2024-09-02T07:13:51.5206073Z name: TTMetal_build_wormhole_b0
+2024-09-02T07:13:51.5206545Z path: ttm_wormhole_b0.tar
+2024-09-02T07:13:51.5206961Z if-no-files-found: warn
+2024-09-02T07:13:51.5207383Z compression-level: 6
+2024-09-02T07:13:51.5207784Z overwrite: false
+2024-09-02T07:13:51.5208123Z env:
+2024-09-02T07:13:51.5208449Z TT_METAL_ENV: dev
+2024-09-02T07:13:51.5208831Z ARCH_NAME: wormhole_b0
+2024-09-02T07:13:51.5209207Z SILENT: 0
+2024-09-02T07:13:51.5209549Z VERBOSE: 1
+2024-09-02T07:13:51.5210071Z TT_METAL_HOME: /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:13:51.5210661Z ##[endgroup]
+2024-09-02T07:13:51.7538326Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:13:51.7542555Z Artifact name is valid!
+2024-09-02T07:13:51.7543478Z Root directory input is valid!
+2024-09-02T07:13:51.9821014Z Beginning upload of artifact content to blob storage
+2024-09-02T07:13:54.5106699Z Uploaded bytes 8388608
+2024-09-02T07:13:56.2746777Z Uploaded bytes 16777216
+2024-09-02T07:13:57.9709300Z Uploaded bytes 25165824
+2024-09-02T07:14:00.1099611Z Uploaded bytes 33554432
+2024-09-02T07:14:01.4407339Z Uploaded bytes 41943040
+2024-09-02T07:14:01.9406172Z Uploaded bytes 45810183
+2024-09-02T07:14:02.0000131Z Finished uploading artifact content to blob storage!
+2024-09-02T07:14:02.0006617Z SHA256 hash of uploaded artifact zip is 925471ef086af7a7954637e92e16f09ae412bddc211d9e55ee9e307c6fa243a9
+2024-09-02T07:14:02.0010729Z Finalizing artifact upload
+2024-09-02T07:14:02.1853096Z Artifact TTMetal_build_wormhole_b0.zip successfully finalized. Artifact ID 1880961008
+2024-09-02T07:14:02.1855599Z Artifact TTMetal_build_wormhole_b0 has been successfully uploaded! Final size is 45810183 bytes. Artifact ID is 1880961008
+2024-09-02T07:14:02.1868840Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880961008
+2024-09-02T07:14:02.2197797Z Post job cleanup.
+2024-09-02T07:14:02.2260938Z Post job cleanup.
+2024-09-02T07:14:02.3310610Z [command]/usr/bin/git version
+2024-09-02T07:14:02.3372595Z git version 2.25.1
+2024-09-02T07:14:02.3446384Z Copying '/home/ubuntu/.gitconfig' to '/home/ubuntu/actions-runner-2/_work/_temp/0a744cae-f599-45d6-99f3-1a16e467359e/.gitconfig'
+2024-09-02T07:14:02.3464042Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/0a744cae-f599-45d6-99f3-1a16e467359e' before making global git config changes
+2024-09-02T07:14:02.3466930Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:14:02.3469573Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:14:02.3539684Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:14:02.3599816Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:14:02.3949083Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:14:02.4011274Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:14:02.4070364Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:14:02.4132103Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:14:02.4202955Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:14:02.4277651Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:14:02.4341429Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:14:02.4404428Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:14:02.4468109Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:14:02.4529365Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:14:02.4588725Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:14:02.4678929Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:14:02.4710091Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.4731622Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:14:02.4843843Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:14:02.5173869Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:14:02.5207559Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5255567Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:14:02.5290123Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5338211Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:14:02.5372376Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5422539Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:14:02.5462744Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5514479Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:14:02.5546770Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5604336Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:14:02.5636845Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5679493Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:14:02.5716354Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5759037Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:14:02.5793119Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5838725Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:14:02.5874889Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5919870Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:14:02.5953828Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.5999249Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:14:02.6034665Z http.https://github.com/.extraheader
+2024-09-02T07:14:02.6473225Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412945.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412945.log
new file mode 100644
index 00000000000..9c9ec99fd7e
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549412945.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.8205330Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.8211391Z Runner name: 'tt-metal-ci-bm-e09cs08'
+2024-09-02T07:01:58.8212161Z Runner group name: 'Default'
+2024-09-02T07:01:58.8213056Z Machine name: 'e09cs08'
+2024-09-02T07:01:58.8229801Z Testing runner upgrade compatibility
+2024-09-02T07:01:58.8842028Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.8845939Z Actions: read
+2024-09-02T07:01:58.8846938Z Contents: read
+2024-09-02T07:01:58.8847927Z Metadata: read
+2024-09-02T07:01:58.8848906Z Pages: write
+2024-09-02T07:01:58.8849888Z ##[endgroup]
+2024-09-02T07:01:58.8854477Z Secret source: Actions
+2024-09-02T07:01:58.8855918Z Prepare workflow directory
+2024-09-02T07:01:59.0067214Z Prepare all required actions
+2024-09-02T07:01:59.0322917Z Getting action download info
+2024-09-02T07:01:59.2480151Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.6409565Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:02:00.3964643Z Getting action download info
+2024-09-02T07:02:00.5415698Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.1168590Z Uses: tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.1171174Z ##[group] Inputs
+2024-09-02T07:02:01.1171655Z arch: ["grayskull", "wormhole_b0"]
+2024-09-02T07:02:01.1172144Z build-type: Release
+2024-09-02T07:02:01.1172927Z tracy: true
+2024-09-02T07:02:01.1173321Z ##[endgroup]
+2024-09-02T07:02:01.1174094Z Complete job name: build-artifact-profiler / build-artifact (grayskull)
+2024-09-02T07:02:01.2574001Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:01.2574838Z with:
+2024-09-02T07:02:01.2575387Z token: ***
+2024-09-02T07:02:01.2575819Z fetch-depth: 1
+2024-09-02T07:02:01.2576171Z env:
+2024-09-02T07:02:01.2576571Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.2576996Z ARCH_NAME: grayskull
+2024-09-02T07:02:01.2577374Z SILENT: 0
+2024-09-02T07:02:01.2577732Z VERBOSE: 1
+2024-09-02T07:02:01.2578191Z ##[endgroup]
+2024-09-02T07:02:01.2860930Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:01.2861387Z with:
+2024-09-02T07:02:01.2861939Z token: ***
+2024-09-02T07:02:01.2862322Z fetch-depth: 1
+2024-09-02T07:02:01.2862676Z lfs: true
+2024-09-02T07:02:01.2863040Z submodules: recursive
+2024-09-02T07:02:01.2863483Z clean: true
+2024-09-02T07:02:01.2863872Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.2864340Z ssh-strict: true
+2024-09-02T07:02:01.2864827Z ssh-user: git
+2024-09-02T07:02:01.2865292Z persist-credentials: true
+2024-09-02T07:02:01.2865837Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:01.2866281Z fetch-tags: false
+2024-09-02T07:02:01.2866678Z show-progress: true
+2024-09-02T07:02:01.2867096Z set-safe-directory: true
+2024-09-02T07:02:01.2867478Z env:
+2024-09-02T07:02:01.2867820Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.2868226Z ARCH_NAME: grayskull
+2024-09-02T07:02:01.2868592Z SILENT: 0
+2024-09-02T07:02:01.2868940Z VERBOSE: 1
+2024-09-02T07:02:01.2869388Z ##[endgroup]
+2024-09-02T07:02:01.4216382Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.4218267Z ##[group]Getting Git version info
+2024-09-02T07:02:01.4219117Z Working directory is '/home/ubuntu/actions-runner/_work/tt-metal/tt-metal'
+2024-09-02T07:02:01.4220297Z [command]/usr/bin/git version
+2024-09-02T07:02:01.4220769Z git version 2.25.1
+2024-09-02T07:02:01.4222006Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.4274125Z git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
+2024-09-02T07:02:01.4293981Z ##[endgroup]
+2024-09-02T07:02:01.4313790Z Copying '/home/ubuntu/.gitconfig' to '/home/ubuntu/actions-runner/_work/_temp/982db558-f32a-4b5d-9067-703c2968eff0/.gitconfig'
+2024-09-02T07:02:01.4331936Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/982db558-f32a-4b5d-9067-703c2968eff0' before making global git config changes
+2024-09-02T07:02:01.4335326Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.4340190Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:02:01.4393421Z [command]/usr/bin/git config --local --get remote.origin.url
+2024-09-02T07:02:01.4423235Z https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.4449256Z ##[group]Removing previously created refs, to avoid conflicts
+2024-09-02T07:02:01.4457319Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
+2024-09-02T07:02:01.4484701Z refs/heads/hyungsuk/remove_unnecessary_double_semicolons
+2024-09-02T07:02:01.4502657Z [command]/usr/bin/git checkout --detach
+2024-09-02T07:02:01.5564727Z HEAD is now at de148d2e5d #12127: remove unnecessary double semicolons
+2024-09-02T07:02:01.6230744Z [command]/usr/bin/git branch --delete --force hyungsuk/remove_unnecessary_double_semicolons
+2024-09-02T07:02:01.6280637Z Deleted branch hyungsuk/remove_unnecessary_double_semicolons (was de148d2e5d).
+2024-09-02T07:02:01.7565446Z ##[endgroup]
+2024-09-02T07:02:01.7566304Z [command]/usr/bin/git submodule status
+2024-09-02T07:02:01.7568047Z 7b11d073376b905b46edaa757f0bfde5c38a9636 models/demos/t3000/llama2_70b/reference/llama (heads/main)
+2024-09-02T07:02:01.7655282Z 2ba5a2973915aa1c5afbf6f1524e87e0c43bc058 tt_metal/third_party/lfs (heads/main)
+2024-09-02T07:02:01.7769404Z b8f28551cc3a98ea9fbfc15c05b513c8f2d23e84 tt_metal/third_party/pybind11 (b8f2855)
+2024-09-02T07:02:01.7869225Z 3008daa0abc9f37fe757aa8ac7fee26f410947bb tt_metal/third_party/sfpi (remotes/origin/HEAD)
+2024-09-02T07:02:01.7979664Z 7d9e85b6b2e9bf501021f857f2f3cbe43bc37c85 tt_metal/third_party/taskflow (7d9e85b)
+2024-09-02T07:02:01.8099670Z 71d4c8d378b52af7da7012b9b595a61e9304f0bb tt_metal/third_party/tracy (71d4c8d)
+2024-09-02T07:02:01.8192213Z b3d5095528537db52e069b0daa54aaee2e609437 tt_metal/third_party/tt_llk_blackhole (remotes/origin/HEAD)
+2024-09-02T07:02:01.8291009Z c31765c694399ef82ae634019881fe8c431223de tt_metal/third_party/tt_llk_grayskull (heads/main)
+2024-09-02T07:02:01.8388767Z 035329c69a984c48c562054dc1618b19ea47e543 tt_metal/third_party/tt_llk_wormhole_b0 (remotes/origin/HEAD)
+2024-09-02T07:02:01.8487747Z 9d60964a8fe304dca5f6444d3b70b3b5c1a75967 tt_metal/third_party/umd (9d60964)
+2024-09-02T07:02:01.8504204Z ##[group]Cleaning the repository
+2024-09-02T07:02:01.8512143Z [command]/usr/bin/git clean -ffdx
+2024-09-02T07:02:02.4006253Z Removing .cpmcache/
+2024-09-02T07:02:02.4007033Z Removing build/
+2024-09-02T07:02:02.4007732Z Removing runtime/
+2024-09-02T07:02:02.4008472Z Removing ttm_wormhole_b0.tar
+2024-09-02T07:02:02.4009319Z Removing ttnn/ttnn/_ttnn.so
+2024-09-02T07:02:02.4025972Z [command]/usr/bin/git reset --hard HEAD
+2024-09-02T07:02:02.4382310Z HEAD is now at de148d2e5d #12127: remove unnecessary double semicolons
+2024-09-02T07:02:02.4392566Z ##[endgroup]
+2024-09-02T07:15:22.0268110Z build/tools/
+2024-09-02T07:15:22.0268577Z build/tools/watcher_dump
+2024-09-02T07:15:22.0271574Z build/tools/profiler/
+2024-09-02T07:15:22.0272744Z build/tools/profiler/bin/
+2024-09-02T07:15:22.0284165Z build/tools/profiler/bin/capture-release
+2024-09-02T07:15:22.0285356Z build/tools/profiler/bin/csvexport-release
+2024-09-02T07:15:22.0298519Z runtime/
+2024-09-02T07:15:22.0299408Z runtime/hw/
+2024-09-02T07:15:22.0300209Z runtime/hw/lib/
+2024-09-02T07:15:22.0301258Z runtime/hw/lib/ncrisc-halt.o
+2024-09-02T07:15:22.0302177Z runtime/hw/lib/tmu-crt0.o
+2024-09-02T07:15:22.0302914Z runtime/hw/lib/tdma_xmov.o
+2024-09-02T07:15:22.0303681Z runtime/hw/lib/substitutes.o
+2024-09-02T07:15:22.0304441Z runtime/hw/lib/noc.o
+2024-09-02T07:15:22.0305352Z runtime/hw/lib/tmu-crt0k.o
+2024-09-02T07:15:22.0306112Z runtime/hw/toolchain/
+2024-09-02T07:15:22.0306850Z runtime/hw/toolchain/ncrisc.ld
+2024-09-02T07:15:22.0307661Z runtime/hw/toolchain/trisc0.ld
+2024-09-02T07:15:22.0308471Z runtime/hw/toolchain/trisc1.ld
+2024-09-02T07:15:22.0309272Z runtime/hw/toolchain/trisc2.ld
+2024-09-02T07:15:22.0310056Z runtime/hw/toolchain/ierisc.ld
+2024-09-02T07:15:22.0310877Z runtime/hw/toolchain/brisc.ld
+2024-09-02T07:15:22.0441057Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:15:22.0441729Z with:
+2024-09-02T07:15:22.0442243Z name: TTMetal_build_grayskull_profiler
+2024-09-02T07:15:22.0442943Z path: ttm_grayskull.tar
+2024-09-02T07:15:22.0443533Z if-no-files-found: warn
+2024-09-02T07:15:22.0444147Z compression-level: 6
+2024-09-02T07:15:22.0444749Z overwrite: false
+2024-09-02T07:15:22.0445237Z env:
+2024-09-02T07:15:22.0445708Z TT_METAL_ENV: dev
+2024-09-02T07:15:22.0446255Z ARCH_NAME: grayskull
+2024-09-02T07:15:22.0446790Z SILENT: 0
+2024-09-02T07:15:22.0447272Z VERBOSE: 1
+2024-09-02T07:15:22.0447997Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:15:22.0448847Z ##[endgroup]
+2024-09-02T07:15:22.2852021Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:15:22.2855616Z Artifact name is valid!
+2024-09-02T07:15:22.2856828Z Root directory input is valid!
+2024-09-02T07:15:22.5005355Z Beginning upload of artifact content to blob storage
+2024-09-02T07:15:25.0461046Z Uploaded bytes 8388608
+2024-09-02T07:15:26.8522773Z Uploaded bytes 16777216
+2024-09-02T07:15:28.5251579Z Uploaded bytes 25165824
+2024-09-02T07:15:30.6962052Z Uploaded bytes 33554432
+2024-09-02T07:15:32.0832571Z Uploaded bytes 41943040
+2024-09-02T07:15:33.1725020Z Uploaded bytes 48918954
+2024-09-02T07:15:33.2402364Z Finished uploading artifact content to blob storage!
+2024-09-02T07:15:33.2405979Z SHA256 hash of uploaded artifact zip is de82f5911ac94f6479b347036953d84c102fbc957fecb1f3ee4971f84620f394
+2024-09-02T07:15:33.2408007Z Finalizing artifact upload
+2024-09-02T07:15:33.4289023Z Artifact TTMetal_build_grayskull_profiler.zip successfully finalized. Artifact ID 1880965489
+2024-09-02T07:15:33.4291541Z Artifact TTMetal_build_grayskull_profiler has been successfully uploaded! Final size is 48918954 bytes. Artifact ID is 1880965489
+2024-09-02T07:15:33.4304361Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880965489
+2024-09-02T07:15:33.4564280Z Post job cleanup.
+2024-09-02T07:15:33.4632125Z Post job cleanup.
+2024-09-02T07:15:33.5662319Z [command]/usr/bin/git version
+2024-09-02T07:15:33.5722464Z git version 2.25.1
+2024-09-02T07:15:33.5793911Z Copying '/home/ubuntu/.gitconfig' to '/home/ubuntu/actions-runner/_work/_temp/758264f1-b887-4a4c-be88-7bb5eb1ab8a0/.gitconfig'
+2024-09-02T07:15:33.5814617Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/758264f1-b887-4a4c-be88-7bb5eb1ab8a0' before making global git config changes
+2024-09-02T07:15:33.5817324Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:15:33.5819924Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:15:33.5874507Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:15:33.5926911Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:15:33.6284053Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:15:33.6347567Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:15:33.6405920Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:15:33.6467398Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:15:33.6544360Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:15:33.6612151Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:15:33.6673819Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:15:33.6736175Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:15:33.6796228Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:15:33.6864159Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:15:33.6923874Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:15:33.7014982Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:15:33.7043365Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7064474Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:15:33.7113147Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:15:33.7442207Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:15:33.7476841Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7523719Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:15:33.7557701Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7602328Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:15:33.7630472Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7674761Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:15:33.7702201Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7780295Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:15:33.7812363Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7863963Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:15:33.7892902Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.7935394Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:15:33.7968217Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.8013385Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:15:33.8047737Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.8093531Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:15:33.8126926Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.8170268Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:15:33.8204874Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.8249249Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:15:33.8283087Z http.https://github.com/.extraheader
+2024-09-02T07:15:33.8649892Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413483.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413483.log
new file mode 100644
index 00000000000..fd88778c434
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413483.log
@@ -0,0 +1,200 @@
+2024-09-02T07:02:00.9132729Z Current runner version: '2.319.1'
+2024-09-02T07:02:00.9159100Z ##[group]Operating System
+2024-09-02T07:02:00.9159876Z Ubuntu
+2024-09-02T07:02:00.9160191Z 20.04.6
+2024-09-02T07:02:00.9160511Z LTS
+2024-09-02T07:02:00.9160907Z ##[endgroup]
+2024-09-02T07:02:00.9161279Z ##[group]Runner Image
+2024-09-02T07:02:00.9161672Z Image: ubuntu-20.04
+2024-09-02T07:02:00.9162131Z Version: 20240825.1.0
+2024-09-02T07:02:00.9163143Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20240825.1/images/ubuntu/Ubuntu2004-Readme.md
+2024-09-02T07:02:00.9164673Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20240825.1
+2024-09-02T07:02:00.9165512Z ##[endgroup]
+2024-09-02T07:02:00.9165919Z ##[group]Runner Image Provisioner
+2024-09-02T07:02:00.9166441Z 2.0.384.1
+2024-09-02T07:02:00.9166787Z ##[endgroup]
+2024-09-02T07:02:00.9182478Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:02:00.9184214Z Actions: read
+2024-09-02T07:02:00.9184758Z Contents: read
+2024-09-02T07:02:00.9185334Z Metadata: read
+2024-09-02T07:02:00.9185878Z Pages: write
+2024-09-02T07:02:00.9186264Z ##[endgroup]
+2024-09-02T07:02:00.9189539Z Secret source: Actions
+2024-09-02T07:02:00.9190277Z Prepare workflow directory
+2024-09-02T07:02:01.0125879Z Prepare all required actions
+2024-09-02T07:02:01.0289827Z Getting action download info
+2024-09-02T07:02:01.2024322Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:01.7306552Z Getting action download info
+2024-09-02T07:02:01.9626136Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:02.0535740Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:02.0538825Z Complete job name: build / Debug clang++-17 grayskull ubuntu-20.04
+2024-09-02T07:02:02.1432516Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:02.1433691Z with:
+2024-09-02T07:02:02.1434310Z token: ***
+2024-09-02T07:02:02.1434725Z fetch-depth: 1
+2024-09-02T07:02:02.1435171Z env:
+2024-09-02T07:02:02.1435520Z ARCH_NAME: grayskull
+2024-09-02T07:02:02.1435906Z VERBOSE: 1
+2024-09-02T07:02:02.1436312Z ##[endgroup]
+2024-09-02T07:02:02.1705812Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:02.1706319Z with:
+2024-09-02T07:02:02.1706981Z token: ***
+2024-09-02T07:02:02.1707377Z fetch-depth: 1
+2024-09-02T07:02:02.1707758Z lfs: true
+2024-09-02T07:02:02.1708172Z submodules: recursive
+2024-09-02T07:02:02.1708563Z clean: true
+2024-09-02T07:02:02.1708970Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.1709487Z ssh-strict: true
+2024-09-02T07:02:02.1709877Z ssh-user: git
+2024-09-02T07:02:02.1710257Z persist-credentials: true
+2024-09-02T07:02:02.1710783Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:02.1711401Z fetch-tags: false
+2024-09-02T07:02:02.1711810Z show-progress: true
+2024-09-02T07:02:02.1712247Z set-safe-directory: true
+2024-09-02T07:02:02.1712701Z env:
+2024-09-02T07:02:02.1713056Z ARCH_NAME: grayskull
+2024-09-02T07:02:02.1713467Z VERBOSE: 1
+2024-09-02T07:02:02.1713835Z ##[endgroup]
+2024-09-02T07:02:02.4462649Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.4464930Z ##[group]Getting Git version info
+2024-09-02T07:02:02.4465678Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:02.4466861Z [command]/usr/bin/git version
+2024-09-02T07:02:02.4499187Z git version 2.46.0
+2024-09-02T07:02:02.4551475Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:02.5097639Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:02:02.5113302Z ##[endgroup]
+2024-09-02T07:02:02.5130154Z Temporarily overriding HOME='/home/runner/work/_temp/05cb7493-79d1-4d8a-ba8c-20e7c80fb258' before making global git config changes
+2024-09-02T07:02:02.5131602Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:02.5134997Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.5174689Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:02.5179144Z ##[group]Initializing the repository
+2024-09-02T07:02:02.5184205Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.5269040Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:02.5270659Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:02.5272454Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:02.5273623Z hint:
+2024-09-02T07:02:02.5274597Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:02.5275562Z hint:
+2024-09-02T07:02:02.5276749Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:02.5278423Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:02.5279607Z hint:
+2024-09-02T07:02:02.5280251Z hint: git branch -m
+2024-09-02T07:02:02.5281489Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:02.5284778Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.5388565Z ##[endgroup]
+2024-09-02T07:02:02.5389791Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.5394350Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.5421729Z ##[endgroup]
+2024-09-02T07:02:02.5422957Z ##[group]Setting up auth
+2024-09-02T07:02:02.5430162Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.5461995Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:02.5705232Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:02.5745991Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:02.5964727Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:02.5998626Z ##[endgroup]
+2024-09-02T07:02:02.6002514Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:02:02.6353478Z Updated Git hooks.
+2024-09-02T07:02:02.6354154Z Git LFS initialized.
+2024-09-02T07:02:02.6384690Z ##[group]Fetching the repository
+2024-09-02T07:02:02.6396430Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.3258801Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:43:46.2328006Z [998/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T07:43:46.3066751Z [999/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T07:43:47.0156084Z [1000/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:43:47.2429397Z [1001/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:43:56.8151955Z [1002/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T07:43:56.8837789Z [1003/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:43:57.4133612Z [1004/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T07:43:58.1144476Z [1005/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:44:09.1980762Z [1006/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T07:44:09.9858933Z [1007/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:44:17.5101839Z [1008/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T07:44:18.4149616Z [1009/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:44:28.4268280Z [1010/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T07:44:29.4870833Z [1011/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:44:34.2269444Z [1012/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T07:44:43.7070057Z [1013/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T07:44:46.2161875Z [1014/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T07:44:48.9370963Z [1015/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T07:44:58.3078092Z [1016/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T07:44:59.1184213Z [1017/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:45:00.6867218Z [1018/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T07:45:00.8929130Z [1019/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T07:45:07.3374652Z [1020/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T07:45:07.9756023Z [1021/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:45:13.5086320Z [1022/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T07:45:18.9906915Z [1023/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T07:45:21.4740926Z [1024/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:45:24.1713926Z [1025/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T07:45:24.4629487Z [1026/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:45:29.5415901Z [1027/1028] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T07:45:29.9901855Z [1028/1028] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:45:30.0033245Z
+2024-09-02T07:45:30.0790365Z ##[group]Run df -h
+2024-09-02T07:45:30.0790816Z [36;1mdf -h [0m
+2024-09-02T07:45:30.1244189Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:45:30.1244603Z env:
+2024-09-02T07:45:30.1244896Z ARCH_NAME: grayskull
+2024-09-02T07:45:30.1245249Z VERBOSE: 1
+2024-09-02T07:45:30.1245622Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:45:30.1246079Z ##[endgroup]
+2024-09-02T07:45:30.1385923Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T07:45:30.1386701Z /dev/root 73G 63G 11G 86% /
+2024-09-02T07:45:30.1387176Z devtmpfs 7.9G 0 7.9G 0% /dev
+2024-09-02T07:45:30.1387666Z tmpfs 7.9G 4.0K 7.9G 1% /dev/shm
+2024-09-02T07:45:30.1388139Z tmpfs 1.6G 1.2M 1.6G 1% /run
+2024-09-02T07:45:30.1388613Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T07:45:30.1389574Z tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
+2024-09-02T07:45:30.1390577Z /dev/loop0 64M 64M 0 100% /snap/core20/2318
+2024-09-02T07:45:30.1391164Z /dev/sdb15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T07:45:30.1391701Z /dev/loop2 39M 39M 0 100% /snap/snapd/21759
+2024-09-02T07:45:30.1392263Z /dev/loop1 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:45:30.1392770Z /dev/sda1 74G 4.1G 66G 6% /mnt
+2024-09-02T07:45:30.1393274Z tmpfs 1.6G 0 1.6G 0% /run/user/1001
+2024-09-02T07:45:30.1758719Z Post job cleanup.
+2024-09-02T07:45:30.1842774Z Post job cleanup.
+2024-09-02T07:45:30.4294924Z [command]/usr/bin/git version
+2024-09-02T07:45:30.4353104Z git version 2.46.0
+2024-09-02T07:45:30.4409209Z Temporarily overriding HOME='/home/runner/work/_temp/676e10bf-e206-41c1-b0db-c313246b8f0f' before making global git config changes
+2024-09-02T07:45:30.4411024Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:45:30.4416828Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:45:30.4459432Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:45:30.4494966Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:45:30.4762557Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:45:30.4812160Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:45:30.4868900Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:45:30.4920300Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:45:30.4995353Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:45:30.5074310Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:45:30.5126379Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:45:30.5173399Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:45:30.5224379Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:45:30.5272497Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:45:30.5318561Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:45:30.5391056Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:45:30.5416123Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.5429912Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:45:30.5470440Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:45:30.5716433Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:45:30.5742089Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.5779659Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:45:30.5804063Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.5840810Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:45:30.5865821Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.5903048Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:45:30.5927690Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.5968960Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:45:30.5993749Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6039449Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:45:30.6065716Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6103545Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:45:30.6128976Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6167678Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:45:30.6192996Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6231745Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:45:30.6256333Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6295074Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:45:30.6322367Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6359900Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:45:30.6384424Z http.https://github.com/.extraheader
+2024-09-02T07:45:30.6765431Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413738.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413738.log
new file mode 100644
index 00000000000..44976e42ff5
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549413738.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.9273128Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.9279251Z Runner name: 'tt-metal-ci-bm-e08cs08-02'
+2024-09-02T07:01:58.9280070Z Runner group name: 'Default'
+2024-09-02T07:01:58.9280976Z Machine name: 'e08cs08'
+2024-09-02T07:01:58.9298281Z Testing runner upgrade compatibility
+2024-09-02T07:01:58.9954967Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.9958462Z Actions: read
+2024-09-02T07:01:58.9959583Z Contents: read
+2024-09-02T07:01:58.9960562Z Metadata: read
+2024-09-02T07:01:58.9961469Z Pages: write
+2024-09-02T07:01:58.9962450Z ##[endgroup]
+2024-09-02T07:01:58.9966768Z Secret source: Actions
+2024-09-02T07:01:58.9968184Z Prepare workflow directory
+2024-09-02T07:01:59.1129517Z Prepare all required actions
+2024-09-02T07:01:59.1334597Z Getting action download info
+2024-09-02T07:01:59.3104109Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.6887866Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:02:00.4397055Z Getting action download info
+2024-09-02T07:02:00.5747960Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.1263713Z Uses: tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.1266090Z ##[group] Inputs
+2024-09-02T07:02:01.1266586Z arch: ["grayskull", "wormhole_b0"]
+2024-09-02T07:02:01.1267081Z build-type: Release
+2024-09-02T07:02:01.1267842Z tracy: true
+2024-09-02T07:02:01.1268309Z ##[endgroup]
+2024-09-02T07:02:01.1269285Z Complete job name: build-artifact-profiler / build-artifact (wormhole_b0)
+2024-09-02T07:02:01.2597607Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:01.2598482Z with:
+2024-09-02T07:02:01.2598995Z token: ***
+2024-09-02T07:02:01.2599421Z fetch-depth: 1
+2024-09-02T07:02:01.2599818Z env:
+2024-09-02T07:02:01.2600182Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.2600610Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:01.2601037Z SILENT: 0
+2024-09-02T07:02:01.2601471Z VERBOSE: 1
+2024-09-02T07:02:01.2601850Z ##[endgroup]
+2024-09-02T07:02:01.2857240Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:01.2857738Z with:
+2024-09-02T07:02:01.2858298Z token: ***
+2024-09-02T07:02:01.2858749Z fetch-depth: 1
+2024-09-02T07:02:01.2859120Z lfs: true
+2024-09-02T07:02:01.2859493Z submodules: recursive
+2024-09-02T07:02:01.2859885Z clean: true
+2024-09-02T07:02:01.2860265Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.2860729Z ssh-strict: true
+2024-09-02T07:02:01.2861107Z ssh-user: git
+2024-09-02T07:02:01.2861588Z persist-credentials: true
+2024-09-02T07:02:01.2862087Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:01.2862540Z fetch-tags: false
+2024-09-02T07:02:01.2862961Z show-progress: true
+2024-09-02T07:02:01.2863465Z set-safe-directory: true
+2024-09-02T07:02:01.2863844Z env:
+2024-09-02T07:02:01.2864393Z TT_METAL_ENV: dev
+2024-09-02T07:02:01.2864779Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:01.2865158Z SILENT: 0
+2024-09-02T07:02:01.2865529Z VERBOSE: 1
+2024-09-02T07:02:01.2865897Z ##[endgroup]
+2024-09-02T07:02:01.4228551Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.4230333Z ##[group]Getting Git version info
+2024-09-02T07:02:01.4231210Z Working directory is '/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal'
+2024-09-02T07:02:01.4232191Z [command]/usr/bin/git version
+2024-09-02T07:02:01.4232698Z git version 2.25.1
+2024-09-02T07:02:01.4233879Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.4279206Z git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
+2024-09-02T07:02:01.4301727Z ##[endgroup]
+2024-09-02T07:02:01.4333653Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/62f8f09b-be8e-4eb2-bd98-8b2e89d638c2' before making global git config changes
+2024-09-02T07:02:01.4336609Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.4339647Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:02:01.4387230Z [command]/usr/bin/git config --local --get remote.origin.url
+2024-09-02T07:02:01.4416576Z https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.4444542Z ##[group]Removing previously created refs, to avoid conflicts
+2024-09-02T07:02:01.4452416Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
+2024-09-02T07:02:01.4486949Z refs/heads/tarafdarTT/untilize_row
+2024-09-02T07:02:01.4508185Z [command]/usr/bin/git checkout --detach
+2024-09-02T07:02:01.5691598Z HEAD is now at ec3dc728 #0: apply changes in comments
+2024-09-02T07:02:01.6375422Z [command]/usr/bin/git branch --delete --force tarafdarTT/untilize_row
+2024-09-02T07:02:01.6425033Z Deleted branch tarafdarTT/untilize_row (was ec3dc728).
+2024-09-02T07:02:01.6574209Z ##[endgroup]
+2024-09-02T07:02:01.6581987Z [command]/usr/bin/git submodule status
+2024-09-02T07:02:01.7078127Z 7b11d073376b905b46edaa757f0bfde5c38a9636 models/demos/t3000/llama2_70b/reference/llama (heads/main)
+2024-09-02T07:02:01.7184345Z 2ba5a2973915aa1c5afbf6f1524e87e0c43bc058 tt_metal/third_party/lfs (heads/main)
+2024-09-02T07:02:01.7296779Z b8f28551cc3a98ea9fbfc15c05b513c8f2d23e84 tt_metal/third_party/pybind11 (b8f2855)
+2024-09-02T07:02:01.7408149Z 3008daa0abc9f37fe757aa8ac7fee26f410947bb tt_metal/third_party/sfpi (remotes/origin/HEAD)
+2024-09-02T07:02:01.7522475Z 7d9e85b6b2e9bf501021f857f2f3cbe43bc37c85 tt_metal/third_party/taskflow (7d9e85b)
+2024-09-02T07:02:01.7648060Z 71d4c8d378b52af7da7012b9b595a61e9304f0bb tt_metal/third_party/tracy (71d4c8d)
+2024-09-02T07:02:01.7764962Z b3d5095528537db52e069b0daa54aaee2e609437 tt_metal/third_party/tt_llk_blackhole (remotes/origin/HEAD)
+2024-09-02T07:02:01.7865502Z c31765c694399ef82ae634019881fe8c431223de tt_metal/third_party/tt_llk_grayskull (heads/main)
+2024-09-02T07:02:01.7975740Z 035329c69a984c48c562054dc1618b19ea47e543 tt_metal/third_party/tt_llk_wormhole_b0 (remotes/origin/HEAD)
+2024-09-02T07:02:01.8082251Z 9d60964a8fe304dca5f6444d3b70b3b5c1a75967 tt_metal/third_party/umd (9d60964)
+2024-09-02T07:02:01.8099569Z ##[group]Cleaning the repository
+2024-09-02T07:02:01.8107254Z [command]/usr/bin/git clean -ffdx
+2024-09-02T07:02:02.8719813Z Removing .cpmcache/
+2024-09-02T07:02:02.8720803Z Removing build/
+2024-09-02T07:02:02.8721523Z Removing runtime/
+2024-09-02T07:02:02.8734435Z [command]/usr/bin/git reset --hard HEAD
+2024-09-02T07:02:02.9120021Z HEAD is now at ec3dc728 #0: apply changes in comments
+2024-09-02T07:02:02.9130583Z ##[endgroup]
+2024-09-02T07:02:02.9133876Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.9143173Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.9185159Z ##[endgroup]
+2024-09-02T07:13:09.4555727Z build/test/ttnn/test_multi_device
+2024-09-02T07:13:09.4558156Z build/tools/
+2024-09-02T07:13:09.4559096Z build/tools/profiler/
+2024-09-02T07:13:09.4560092Z build/tools/profiler/bin/
+2024-09-02T07:13:09.4561813Z build/tools/profiler/bin/capture-release
+2024-09-02T07:13:09.4571141Z build/tools/profiler/bin/csvexport-release
+2024-09-02T07:13:09.4584622Z build/tools/watcher_dump
+2024-09-02T07:13:09.4587098Z runtime/
+2024-09-02T07:13:09.4587962Z runtime/hw/
+2024-09-02T07:13:09.4588826Z runtime/hw/lib/
+2024-09-02T07:13:09.4589767Z runtime/hw/lib/noc.o
+2024-09-02T07:13:09.4590675Z runtime/hw/lib/tmu-crt0k.o
+2024-09-02T07:13:09.4591489Z runtime/hw/lib/tdma_xmov.o
+2024-09-02T07:13:09.4592316Z runtime/hw/lib/substitutes.o
+2024-09-02T07:13:09.4593251Z runtime/hw/lib/tmu-crt0.o
+2024-09-02T07:13:09.4594168Z runtime/hw/lib/ncrisc-halt.o
+2024-09-02T07:13:09.4595295Z runtime/hw/toolchain/
+2024-09-02T07:13:09.4596086Z runtime/hw/toolchain/ierisc.ld
+2024-09-02T07:13:09.4597069Z runtime/hw/toolchain/trisc1.ld
+2024-09-02T07:13:09.4597935Z runtime/hw/toolchain/trisc2.ld
+2024-09-02T07:13:09.4598790Z runtime/hw/toolchain/trisc0.ld
+2024-09-02T07:13:09.4599653Z runtime/hw/toolchain/ncrisc.ld
+2024-09-02T07:13:09.4600497Z runtime/hw/toolchain/brisc.ld
+2024-09-02T07:13:09.4731086Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:13:09.4731734Z with:
+2024-09-02T07:13:09.4732204Z name: TTMetal_build_wormhole_b0_profiler
+2024-09-02T07:13:09.4732876Z path: ttm_wormhole_b0.tar
+2024-09-02T07:13:09.4733438Z if-no-files-found: warn
+2024-09-02T07:13:09.4733979Z compression-level: 6
+2024-09-02T07:13:09.4734488Z overwrite: false
+2024-09-02T07:13:09.4734949Z env:
+2024-09-02T07:13:09.4735348Z TT_METAL_ENV: dev
+2024-09-02T07:13:09.4735857Z ARCH_NAME: wormhole_b0
+2024-09-02T07:13:09.4736379Z SILENT: 0
+2024-09-02T07:13:09.4736797Z VERBOSE: 1
+2024-09-02T07:13:09.4737519Z TT_METAL_HOME: /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:13:09.4738540Z ##[endgroup]
+2024-09-02T07:13:09.7088328Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:13:09.7093377Z Artifact name is valid!
+2024-09-02T07:13:09.7094219Z Root directory input is valid!
+2024-09-02T07:13:09.9220711Z Beginning upload of artifact content to blob storage
+2024-09-02T07:13:14.2736135Z Uploaded bytes 8388608
+2024-09-02T07:13:15.5417733Z Uploaded bytes 16777216
+2024-09-02T07:13:17.7631804Z Uploaded bytes 25165824
+2024-09-02T07:13:19.1004818Z Uploaded bytes 33554432
+2024-09-02T07:13:40.2566733Z Uploaded bytes 41943040
+2024-09-02T07:14:07.8307625Z Uploaded bytes 49234525
+2024-09-02T07:14:07.8940731Z Finished uploading artifact content to blob storage!
+2024-09-02T07:14:07.8944366Z SHA256 hash of uploaded artifact zip is 90fb93f3fe25be877df2815882bdee6b7aacffcbd83a786ff92175a127797485
+2024-09-02T07:14:07.8952040Z Finalizing artifact upload
+2024-09-02T07:14:08.0797411Z Artifact TTMetal_build_wormhole_b0_profiler.zip successfully finalized. Artifact ID 1880961290
+2024-09-02T07:14:08.0799954Z Artifact TTMetal_build_wormhole_b0_profiler has been successfully uploaded! Final size is 49234525 bytes. Artifact ID is 1880961290
+2024-09-02T07:14:08.0810483Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880961290
+2024-09-02T07:14:08.1074207Z Post job cleanup.
+2024-09-02T07:14:08.1128110Z Post job cleanup.
+2024-09-02T07:14:08.2185994Z [command]/usr/bin/git version
+2024-09-02T07:14:08.2247013Z git version 2.25.1
+2024-09-02T07:14:08.2335128Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/feb9aaf7-270b-4153-a474-c201223bef4b' before making global git config changes
+2024-09-02T07:14:08.2337757Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:14:08.2346092Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:14:08.2406290Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:14:08.2451152Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:14:08.2837813Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:14:08.2905063Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:14:08.2975859Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:14:08.3044905Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:14:08.3127565Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:14:08.3208872Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:14:08.3280204Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:14:08.3345732Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:14:08.3417244Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:14:08.3485047Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:14:08.3557713Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:14:08.3659300Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:14:08.3689424Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.3708234Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:14:08.3759555Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:14:08.4128841Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:14:08.4171907Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4221479Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:14:08.4265815Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4324201Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:14:08.4365557Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4419200Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:14:08.4458222Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4517940Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:14:08.4557198Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4617363Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:14:08.4657405Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4709868Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:14:08.4748422Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4798669Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:14:08.4836269Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4887315Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:14:08.4926986Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.4978611Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:14:08.5017904Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.5069266Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:14:08.5106224Z http.https://github.com/.extraheader
+2024-09-02T07:14:08.5547674Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414088.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414088.log
new file mode 100644
index 00000000000..a7d0a4bf55a
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414088.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:57.9902435Z Current runner version: '2.319.1'
+2024-09-02T07:01:57.9924791Z ##[group]Operating System
+2024-09-02T07:01:57.9925485Z Ubuntu
+2024-09-02T07:01:57.9925848Z 20.04.6
+2024-09-02T07:01:57.9926139Z LTS
+2024-09-02T07:01:57.9926532Z ##[endgroup]
+2024-09-02T07:01:57.9926909Z ##[group]Runner Image
+2024-09-02T07:01:57.9927387Z Image: ubuntu-20.04
+2024-09-02T07:01:57.9927764Z Version: 20240825.1.0
+2024-09-02T07:01:57.9928785Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20240825.1/images/ubuntu/Ubuntu2004-Readme.md
+2024-09-02T07:01:57.9930298Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20240825.1
+2024-09-02T07:01:57.9931200Z ##[endgroup]
+2024-09-02T07:01:57.9931562Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:57.9932073Z 2.0.384.1
+2024-09-02T07:01:57.9932433Z ##[endgroup]
+2024-09-02T07:01:57.9946957Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:57.9948539Z Actions: read
+2024-09-02T07:01:57.9949038Z Contents: read
+2024-09-02T07:01:57.9949571Z Metadata: read
+2024-09-02T07:01:57.9950095Z Pages: write
+2024-09-02T07:01:57.9950466Z ##[endgroup]
+2024-09-02T07:01:57.9953448Z Secret source: Actions
+2024-09-02T07:01:57.9954095Z Prepare workflow directory
+2024-09-02T07:01:58.0846237Z Prepare all required actions
+2024-09-02T07:01:58.1004723Z Getting action download info
+2024-09-02T07:01:58.2311680Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:58.6582343Z Getting action download info
+2024-09-02T07:01:58.7508890Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:58.8391705Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:58.8394593Z Complete job name: build / Debug clang++-17 wormhole_b0 ubuntu-20.04
+2024-09-02T07:01:58.9234068Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:01:58.9235149Z with:
+2024-09-02T07:01:58.9235767Z token: ***
+2024-09-02T07:01:58.9236183Z fetch-depth: 1
+2024-09-02T07:01:58.9236543Z env:
+2024-09-02T07:01:58.9236932Z ARCH_NAME: wormhole_b0
+2024-09-02T07:01:58.9237406Z VERBOSE: 1
+2024-09-02T07:01:58.9237786Z ##[endgroup]
+2024-09-02T07:01:58.9523158Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:58.9523679Z with:
+2024-09-02T07:01:58.9524227Z token: ***
+2024-09-02T07:01:58.9524663Z fetch-depth: 1
+2024-09-02T07:01:58.9525015Z lfs: true
+2024-09-02T07:01:58.9525397Z submodules: recursive
+2024-09-02T07:01:58.9525840Z clean: true
+2024-09-02T07:01:58.9526244Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:58.9526703Z ssh-strict: true
+2024-09-02T07:01:58.9527114Z ssh-user: git
+2024-09-02T07:01:58.9527525Z persist-credentials: true
+2024-09-02T07:01:58.9528046Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:58.9528631Z fetch-tags: false
+2024-09-02T07:01:58.9529020Z show-progress: true
+2024-09-02T07:01:58.9529478Z set-safe-directory: true
+2024-09-02T07:01:58.9529891Z env:
+2024-09-02T07:01:58.9530234Z ARCH_NAME: wormhole_b0
+2024-09-02T07:01:58.9530683Z VERBOSE: 1
+2024-09-02T07:01:58.9531045Z ##[endgroup]
+2024-09-02T07:01:59.1839915Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.1841827Z ##[group]Getting Git version info
+2024-09-02T07:01:59.1842824Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.1844018Z [command]/usr/bin/git version
+2024-09-02T07:01:59.1850063Z git version 2.46.0
+2024-09-02T07:01:59.1899134Z [command]/usr/bin/git lfs version
+2024-09-02T07:01:59.2664231Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:01:59.2677705Z ##[endgroup]
+2024-09-02T07:01:59.2698774Z Temporarily overriding HOME='/home/runner/work/_temp/0e8d3ed9-1bcd-466a-8c6b-d90cd6605508' before making global git config changes
+2024-09-02T07:01:59.2701355Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:01:59.2703801Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.2737311Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.2741088Z ##[group]Initializing the repository
+2024-09-02T07:01:59.2746010Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.2819197Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:01:59.2820833Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:01:59.2822540Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:01:59.2824062Z hint:
+2024-09-02T07:01:59.2825103Z hint: git config --global init.defaultBranch
+2024-09-02T07:01:59.2826284Z hint:
+2024-09-02T07:01:59.2827462Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:01:59.2829343Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:01:59.2830721Z hint:
+2024-09-02T07:01:59.2831493Z hint: git branch -m
+2024-09-02T07:01:59.2832847Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:01:59.2836266Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:01:59.2867139Z ##[endgroup]
+2024-09-02T07:01:59.2868428Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:01:59.2872416Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:01:59.2897445Z ##[endgroup]
+2024-09-02T07:01:59.2898117Z ##[group]Setting up auth
+2024-09-02T07:01:59.2904763Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:01:59.2933715Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:01:59.3161905Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:01:59.3194066Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:01:59.3401930Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:01:59.3435051Z ##[endgroup]
+2024-09-02T07:01:59.3438542Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:01:59.3789928Z Updated Git hooks.
+2024-09-02T07:01:59.3791439Z Git LFS initialized.
+2024-09-02T07:01:59.4250152Z ##[group]Fetching the repository
+2024-09-02T07:01:59.4260046Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:01.4560137Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:41:25.8433706Z [1004/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T07:41:26.6715365Z [1005/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:28.2461807Z [1006/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T07:41:28.7906889Z [1007/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:29.7748678Z [1008/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T07:41:30.5829346Z [1009/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:34.8142352Z [1010/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:41:37.1418083Z [1011/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T07:41:39.7494477Z [1012/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T07:41:51.4389727Z [1013/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T07:41:52.1802610Z [1014/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:55.4462406Z [1015/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T07:41:56.2162207Z [1016/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:04.6284906Z [1017/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T07:42:05.6760258Z [1018/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:17.6000857Z [1019/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T07:42:22.4129956Z [1020/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T07:42:22.7329747Z [1021/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T07:42:29.2174340Z [1022/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T07:42:31.9831628Z [1023/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T07:42:37.1309075Z [1024/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T07:42:40.3639957Z [1025/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:42:44.9100987Z [1026/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T07:42:52.3765883Z [1027/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T07:42:52.7635418Z [1028/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:53.9358708Z [1029/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T07:42:56.0536787Z [1030/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T07:42:56.2298266Z [1031/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:56.3127099Z [1032/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:43:04.5250010Z [1033/1034] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T07:43:04.9120925Z [1034/1034] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:43:04.9182536Z
+2024-09-02T07:43:04.9618595Z ##[group]Run df -h
+2024-09-02T07:43:04.9618946Z [36;1mdf -h [0m
+2024-09-02T07:43:04.9770803Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:43:04.9771120Z env:
+2024-09-02T07:43:04.9771490Z ARCH_NAME: wormhole_b0
+2024-09-02T07:43:04.9771764Z VERBOSE: 1
+2024-09-02T07:43:04.9772058Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:43:04.9772437Z ##[endgroup]
+2024-09-02T07:43:04.9890123Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T07:43:04.9890562Z /dev/root 73G 63G 11G 86% /
+2024-09-02T07:43:04.9891063Z devtmpfs 7.9G 0 7.9G 0% /dev
+2024-09-02T07:43:04.9891690Z tmpfs 7.9G 4.0K 7.9G 1% /dev/shm
+2024-09-02T07:43:04.9892303Z tmpfs 1.6G 1.2M 1.6G 1% /run
+2024-09-02T07:43:04.9892904Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T07:43:04.9893537Z tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
+2024-09-02T07:43:04.9894389Z /dev/loop0 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:43:04.9895064Z /dev/sdb15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T07:43:04.9896077Z /dev/loop1 64M 64M 0 100% /snap/core20/2318
+2024-09-02T07:43:04.9896918Z /dev/loop2 39M 39M 0 100% /snap/snapd/21759
+2024-09-02T07:43:04.9897641Z /dev/sda1 74G 4.1G 66G 6% /mnt
+2024-09-02T07:43:04.9898466Z tmpfs 1.6G 0 1.6G 0% /run/user/1001
+2024-09-02T07:43:05.0061585Z Post job cleanup.
+2024-09-02T07:43:05.0128406Z Post job cleanup.
+2024-09-02T07:43:05.2571579Z [command]/usr/bin/git version
+2024-09-02T07:43:05.2636049Z git version 2.46.0
+2024-09-02T07:43:05.2676019Z Temporarily overriding HOME='/home/runner/work/_temp/eccc756b-6682-405f-bda2-1c99375ae673' before making global git config changes
+2024-09-02T07:43:05.2677035Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:43:05.2688389Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:43:05.2723111Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:43:05.2754386Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:43:05.2992221Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:43:05.3038044Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:43:05.3089916Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:43:05.3136421Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:43:05.3197293Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:43:05.3260000Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:43:05.3306152Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:43:05.3350622Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:43:05.3394262Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:43:05.3438674Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:43:05.3480836Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:43:05.3543926Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:43:05.3564442Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.3575915Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:43:05.3606417Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:43:05.3817665Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:43:05.3841238Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.3876809Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:43:05.3900679Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.3935800Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:43:05.3960000Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.3994678Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:43:05.4018947Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4057275Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:43:05.4081891Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4121538Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:43:05.4146955Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4181151Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:43:05.4205248Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4239843Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:43:05.4263766Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4299881Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:43:05.4324861Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4359120Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:43:05.4382913Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4415687Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:43:05.4439848Z http.https://github.com/.extraheader
+2024-09-02T07:43:05.4767931Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414287.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414287.log
new file mode 100644
index 00000000000..424123e38e5
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414287.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:59.5945467Z Current runner version: '2.319.1'
+2024-09-02T07:01:59.5968301Z ##[group]Operating System
+2024-09-02T07:01:59.5968933Z Ubuntu
+2024-09-02T07:01:59.5969375Z 20.04.6
+2024-09-02T07:01:59.5969673Z LTS
+2024-09-02T07:01:59.5970003Z ##[endgroup]
+2024-09-02T07:01:59.5970429Z ##[group]Runner Image
+2024-09-02T07:01:59.5970862Z Image: ubuntu-20.04
+2024-09-02T07:01:59.5971249Z Version: 20240825.1.0
+2024-09-02T07:01:59.5972335Z Included Software: https://github.com/actions/runner-images/blob/ubuntu20/20240825.1/images/ubuntu/Ubuntu2004-Readme.md
+2024-09-02T07:01:59.5973846Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu20%2F20240825.1
+2024-09-02T07:01:59.5974757Z ##[endgroup]
+2024-09-02T07:01:59.5975139Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:59.5975629Z 2.0.384.1
+2024-09-02T07:01:59.5976026Z ##[endgroup]
+2024-09-02T07:01:59.5990625Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.5992219Z Actions: read
+2024-09-02T07:01:59.5992633Z Contents: read
+2024-09-02T07:01:59.5993233Z Metadata: read
+2024-09-02T07:01:59.5993763Z Pages: write
+2024-09-02T07:01:59.5994139Z ##[endgroup]
+2024-09-02T07:01:59.5996965Z Secret source: Actions
+2024-09-02T07:01:59.5997649Z Prepare workflow directory
+2024-09-02T07:01:59.6883335Z Prepare all required actions
+2024-09-02T07:01:59.7037259Z Getting action download info
+2024-09-02T07:01:59.8584909Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:00.2345426Z Getting action download info
+2024-09-02T07:02:00.3549079Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:00.4420019Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:00.4422923Z Complete job name: build / Debug clang++-17 blackhole ubuntu-20.04
+2024-09-02T07:02:00.5242405Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:00.5243474Z with:
+2024-09-02T07:02:00.5244076Z token: ***
+2024-09-02T07:02:00.5244531Z fetch-depth: 1
+2024-09-02T07:02:00.5244928Z env:
+2024-09-02T07:02:00.5245239Z ARCH_NAME: blackhole
+2024-09-02T07:02:00.5245692Z VERBOSE: 1
+2024-09-02T07:02:00.5246066Z ##[endgroup]
+2024-09-02T07:02:00.5489373Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:00.5489901Z with:
+2024-09-02T07:02:00.5490475Z token: ***
+2024-09-02T07:02:00.5490859Z fetch-depth: 1
+2024-09-02T07:02:00.5491292Z lfs: true
+2024-09-02T07:02:00.5491630Z submodules: recursive
+2024-09-02T07:02:00.5492047Z clean: true
+2024-09-02T07:02:00.5492496Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.5492959Z ssh-strict: true
+2024-09-02T07:02:00.5493343Z ssh-user: git
+2024-09-02T07:02:00.5493776Z persist-credentials: true
+2024-09-02T07:02:00.5494269Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:00.5494831Z fetch-tags: false
+2024-09-02T07:02:00.5495255Z show-progress: true
+2024-09-02T07:02:00.5495690Z set-safe-directory: true
+2024-09-02T07:02:00.5496091Z env:
+2024-09-02T07:02:00.5496462Z ARCH_NAME: blackhole
+2024-09-02T07:02:00.5496877Z VERBOSE: 1
+2024-09-02T07:02:00.5497263Z ##[endgroup]
+2024-09-02T07:02:00.7189743Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.7191786Z ##[group]Getting Git version info
+2024-09-02T07:02:00.7192921Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:00.7194050Z [command]/usr/bin/git version
+2024-09-02T07:02:00.7194528Z git version 2.46.0
+2024-09-02T07:02:00.7241615Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.2584384Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:02:01.2598787Z ##[endgroup]
+2024-09-02T07:02:01.2618936Z Temporarily overriding HOME='/home/runner/work/_temp/533de4c0-d189-428f-a856-c8be10c1380c' before making global git config changes
+2024-09-02T07:02:01.2621679Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.2625343Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.2658488Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:01.2661682Z ##[group]Initializing the repository
+2024-09-02T07:02:01.2665743Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.2718818Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:01.2720986Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:01.2723007Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:01.2723934Z hint:
+2024-09-02T07:02:01.2724601Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:01.2725358Z hint:
+2024-09-02T07:02:01.2726583Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:01.2728712Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:01.2729762Z hint:
+2024-09-02T07:02:01.2730223Z hint: git branch -m
+2024-09-02T07:02:01.2731649Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:01.2734113Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.2763809Z ##[endgroup]
+2024-09-02T07:02:01.2764679Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:01.2767894Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:01.2792593Z ##[endgroup]
+2024-09-02T07:02:01.2793811Z ##[group]Setting up auth
+2024-09-02T07:02:01.2799007Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:01.2826438Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:01.3046456Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:01.3081782Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:01.3293070Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:01.3324923Z ##[endgroup]
+2024-09-02T07:02:01.3328296Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:02:01.3664761Z Updated Git hooks.
+2024-09-02T07:02:01.3665779Z Git LFS initialized.
+2024-09-02T07:02:01.3684547Z ##[group]Fetching the repository
+2024-09-02T07:02:01.3694469Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:03.5109025Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:41:11.2824291Z [997/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T07:41:11.9461437Z [998/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:13.0111099Z [999/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T07:41:13.6561023Z [1000/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:20.5829018Z [1001/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:41:22.5121421Z [1002/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T07:41:25.9784224Z [1003/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T07:41:26.5507240Z [1004/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:33.8985870Z [1005/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T07:41:34.6259800Z [1006/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:36.1499270Z [1007/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T07:41:37.0949701Z [1008/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:41:50.8915164Z [1009/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T07:41:51.7899196Z [1010/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:04.7966921Z [1011/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T07:42:07.9183775Z [1012/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T07:42:09.6431430Z [1013/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T07:42:14.9518710Z [1014/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T07:42:15.3867928Z [1015/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T07:42:16.6529620Z [1016/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T07:42:22.6774080Z [1017/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T07:42:22.6830437Z [1018/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -fpch-instantiate-templates -Xclang -emit-pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -x c++-header -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T07:42:30.8866032Z [1019/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T07:42:38.2593341Z [1020/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T07:42:38.6446315Z [1021/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:39.1692518Z [1022/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T07:42:41.3386658Z [1023/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:44.6890306Z [1024/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T07:42:44.9491974Z [1025/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:48.6248771Z [1026/1027] /usr/bin/clang++-17 -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.8 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O0 -g -DDEBUG=DEBUG -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wsometimes-uninitialized -Wno-c++11-narrowing -Wno-error=local-type-template-args -Wno-delete-non-abstract-non-virtual-dtor -Wno-c99-designator -Wno-shift-op-parentheses -Wno-non-c-typedef-for-linkage -Wno-deprecated-this-capture -Wno-deprecated-volatile -Wno-deprecated-builtins -Wno-deprecated-declarations -stdlib=libc++ -Winvalid-pch -Xclang -include-pch -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T07:42:48.9919263Z [1027/1027] : && /usr/bin/clang++-17 -O0 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:42:48.9924042Z
+2024-09-02T07:42:48.9997748Z ##[group]Run df -h
+2024-09-02T07:42:48.9998068Z [36;1mdf -h [0m
+2024-09-02T07:42:49.0257504Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:42:49.0257803Z env:
+2024-09-02T07:42:49.0258023Z ARCH_NAME: blackhole
+2024-09-02T07:42:49.0258292Z VERBOSE: 1
+2024-09-02T07:42:49.0258597Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:42:49.0258985Z ##[endgroup]
+2024-09-02T07:42:49.0348714Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T07:42:49.0349146Z /dev/root 73G 63G 11G 86% /
+2024-09-02T07:42:49.0349650Z devtmpfs 7.9G 0 7.9G 0% /dev
+2024-09-02T07:42:49.0350280Z tmpfs 7.9G 4.0K 7.9G 1% /dev/shm
+2024-09-02T07:42:49.0350902Z tmpfs 1.6G 1.2M 1.6G 1% /run
+2024-09-02T07:42:49.0351511Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T07:42:49.0352164Z tmpfs 7.9G 0 7.9G 0% /sys/fs/cgroup
+2024-09-02T07:42:49.0353156Z /dev/loop0 64M 64M 0 100% /snap/core20/2318
+2024-09-02T07:42:49.0353844Z /dev/sda15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T07:42:49.0354496Z /dev/loop2 39M 39M 0 100% /snap/snapd/21759
+2024-09-02T07:42:49.0355066Z /dev/loop1 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:42:49.0355436Z /dev/sdb1 74G 4.1G 66G 6% /mnt
+2024-09-02T07:42:49.0355804Z tmpfs 1.6G 0 1.6G 0% /run/user/1001
+2024-09-02T07:42:49.0443461Z Post job cleanup.
+2024-09-02T07:42:49.0496346Z Post job cleanup.
+2024-09-02T07:42:49.2030093Z [command]/usr/bin/git version
+2024-09-02T07:42:49.2105389Z git version 2.46.0
+2024-09-02T07:42:49.2150976Z Temporarily overriding HOME='/home/runner/work/_temp/a37f2070-9994-40b8-8cc7-3c100783d6e9' before making global git config changes
+2024-09-02T07:42:49.2152738Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:42:49.2164278Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:42:49.2202874Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:42:49.2231487Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:42:49.2544885Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:42:49.2600536Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:42:49.2671387Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:42:49.2728327Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:42:49.2803067Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:42:49.2874244Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:42:49.2928199Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:42:49.2981509Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:42:49.3035246Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:42:49.3089163Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:42:49.3151425Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:42:49.3223812Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:42:49.3243981Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3257715Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:42:49.3289794Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:42:49.3505002Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:42:49.3528727Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3566653Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:42:49.3592123Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3627394Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:42:49.3652373Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3687447Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:42:49.3711519Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3750337Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:42:49.3773840Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3813389Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:42:49.3840102Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3879154Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:42:49.3905573Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3940464Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:42:49.3964647Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.3999554Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:42:49.4024472Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.4057603Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:42:49.4081878Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.4114814Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:42:49.4138800Z http.https://github.com/.extraheader
+2024-09-02T07:42:49.4430439Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414563.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414563.log
new file mode 100644
index 00000000000..eba987f711d
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414563.log
@@ -0,0 +1,200 @@
+2024-09-02T07:02:00.4771748Z Current runner version: '2.319.1'
+2024-09-02T07:02:00.4795312Z ##[group]Operating System
+2024-09-02T07:02:00.4795921Z Ubuntu
+2024-09-02T07:02:00.4796400Z 22.04.4
+2024-09-02T07:02:00.4796735Z LTS
+2024-09-02T07:02:00.4797776Z ##[endgroup]
+2024-09-02T07:02:00.4798300Z ##[group]Runner Image
+2024-09-02T07:02:00.4798753Z Image: ubuntu-22.04
+2024-09-02T07:02:00.4799136Z Version: 20240825.1.0
+2024-09-02T07:02:00.4800200Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:02:00.4801631Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:02:00.4802473Z ##[endgroup]
+2024-09-02T07:02:00.4802932Z ##[group]Runner Image Provisioner
+2024-09-02T07:02:00.4803415Z 2.0.384.1
+2024-09-02T07:02:00.4803735Z ##[endgroup]
+2024-09-02T07:02:00.4818512Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:02:00.4820120Z Actions: read
+2024-09-02T07:02:00.4820686Z Contents: read
+2024-09-02T07:02:00.4821212Z Metadata: read
+2024-09-02T07:02:00.4821815Z Pages: write
+2024-09-02T07:02:00.4822166Z ##[endgroup]
+2024-09-02T07:02:00.4825212Z Secret source: Actions
+2024-09-02T07:02:00.4825808Z Prepare workflow directory
+2024-09-02T07:02:00.5452235Z Prepare all required actions
+2024-09-02T07:02:00.5609808Z Getting action download info
+2024-09-02T07:02:00.7849962Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:00.8832959Z Download action repository 'psf/black@23.10.1' (SHA:744d23b34800c06e10272149b70752396e90eeb8)
+2024-09-02T07:02:02.0655774Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:02.0658473Z Complete job name: static-checks / check-black
+2024-09-02T07:02:02.1592207Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:02.1592825Z with:
+2024-09-02T07:02:02.1593368Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.1594142Z token: ***
+2024-09-02T07:02:02.1594575Z ssh-strict: true
+2024-09-02T07:02:02.1595086Z ssh-user: git
+2024-09-02T07:02:02.1595516Z persist-credentials: true
+2024-09-02T07:02:02.1595992Z clean: true
+2024-09-02T07:02:02.1596505Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:02.1597435Z fetch-depth: 1
+2024-09-02T07:02:02.1597837Z fetch-tags: false
+2024-09-02T07:02:02.1598392Z show-progress: true
+2024-09-02T07:02:02.1598859Z lfs: false
+2024-09-02T07:02:02.1599210Z submodules: false
+2024-09-02T07:02:02.1599720Z set-safe-directory: true
+2024-09-02T07:02:02.1600217Z ##[endgroup]
+2024-09-02T07:02:02.3751785Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:02.3754071Z ##[group]Getting Git version info
+2024-09-02T07:02:02.3755086Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:02.3756599Z [command]/usr/bin/git version
+2024-09-02T07:02:02.3762413Z git version 2.46.0
+2024-09-02T07:02:02.3788569Z ##[endgroup]
+2024-09-02T07:02:02.3814252Z Temporarily overriding HOME='/home/runner/work/_temp/d62dadc8-82c6-4cff-86f7-a3d15bb8359b' before making global git config changes
+2024-09-02T07:02:02.3817139Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:02.3820514Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.3857487Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:02.3861470Z ##[group]Initializing the repository
+2024-09-02T07:02:02.3866505Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.3948317Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:02.3950081Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:02.3951917Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:02.3953511Z hint:
+2024-09-02T07:02:02.3954485Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:02.3956028Z hint:
+2024-09-02T07:02:02.3956761Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:02.3958177Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:02.3959100Z hint:
+2024-09-02T07:02:02.3959516Z hint: git branch -m
+2024-09-02T07:02:02.3960591Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:02.3965867Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.4002947Z ##[endgroup]
+2024-09-02T07:02:02.4004444Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.4007877Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.4037914Z ##[endgroup]
+2024-09-02T07:02:02.4039498Z ##[group]Setting up auth
+2024-09-02T07:02:02.4045881Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.4078110Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:02.4429404Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:02.4460989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:02.4693662Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:02.4737204Z ##[endgroup]
+2024-09-02T07:02:02.4738128Z ##[group]Fetching the repository
+2024-09-02T07:02:02.4746023Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.2333991Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:04.2334816Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:04.2362514Z ##[endgroup]
+2024-09-02T07:02:04.2363297Z ##[group]Determining the checkout info
+2024-09-02T07:02:04.2365527Z ##[endgroup]
+2024-09-02T07:02:04.2370762Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:04.2411705Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:04.2438675Z ##[group]Checking out the ref
+2024-09-02T07:02:04.2442239Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:04.7735727Z Switched to a new branch 'main'
+2024-09-02T07:02:04.7736699Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:04.7762147Z ##[endgroup]
+2024-09-02T07:02:04.7805683Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:04.7828907Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:04.8104470Z ##[group]Run psf/black@23.10.1
+2024-09-02T07:02:04.8104779Z with:
+2024-09-02T07:02:04.8105011Z options: --check --diff
+2024-09-02T07:02:04.8105277Z src: .
+2024-09-02T07:02:02.3861470Z ##[group]Initializing the repository
+2024-09-02T07:02:02.3866505Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.3948317Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:02.3950081Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:02.3951917Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:02.3953511Z hint:
+2024-09-02T07:02:02.3954485Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:02.3956028Z hint:
+2024-09-02T07:02:02.3956761Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:02.3958177Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:02.3959100Z hint:
+2024-09-02T07:02:02.3959516Z hint: git branch -m
+2024-09-02T07:02:02.3960591Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:02.3965867Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.4002947Z ##[endgroup]
+2024-09-02T07:02:02.4004444Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.4007877Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.4037914Z ##[endgroup]
+2024-09-02T07:02:02.4039498Z ##[group]Setting up auth
+2024-09-02T07:02:02.4045881Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.4078110Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:02.4429404Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:02.4460989Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:02.4693662Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:02.4737204Z ##[endgroup]
+2024-09-02T07:02:02.4738128Z ##[group]Fetching the repository
+2024-09-02T07:02:02.4746023Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.2333991Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:04.2334816Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:04.2362514Z ##[endgroup]
+2024-09-02T07:02:04.2363297Z ##[group]Determining the checkout info
+2024-09-02T07:02:04.2365527Z ##[endgroup]
+2024-09-02T07:02:04.2370762Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:04.2411705Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:04.2438675Z ##[group]Checking out the ref
+2024-09-02T07:02:04.2442239Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:04.7735727Z Switched to a new branch 'main'
+2024-09-02T07:02:04.7736699Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:04.7762147Z ##[endgroup]
+2024-09-02T07:02:04.7805683Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:04.7828907Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:04.8104470Z ##[group]Run psf/black@23.10.1
+2024-09-02T07:02:04.8104779Z with:
+2024-09-02T07:02:04.8105011Z options: --check --diff
+2024-09-02T07:02:04.8105277Z src: .
+2024-09-02T07:02:04.8105478Z jupyter: false
+2024-09-02T07:02:04.8105714Z summary: true
+2024-09-02T07:02:04.8105939Z ##[endgroup]
+2024-09-02T07:02:04.8389382Z ##[group]Run # Even when black fails, do not close the shell
+2024-09-02T07:02:04.8389980Z [36;1m# Even when black fails, do not close the shell[0m
+2024-09-02T07:02:04.8390387Z [36;1mset +e[0m
+2024-09-02T07:02:04.8390609Z [36;1m[0m
+2024-09-02T07:02:04.8390874Z [36;1mif [ "$RUNNER_OS" == "Windows" ]; then[0m
+2024-09-02T07:02:04.8391228Z [36;1m runner="python"[0m
+2024-09-02T07:02:04.8391496Z [36;1melse[0m
+2024-09-02T07:02:04.8391730Z [36;1m runner="python3"[0m
+2024-09-02T07:02:04.8391998Z [36;1mfi[0m
+2024-09-02T07:02:04.8392199Z [36;1m[0m
+2024-09-02T07:02:04.8392513Z [36;1mout=$(${runner} $GITHUB_ACTION_PATH/action/main.py)[0m
+2024-09-02T07:02:04.8392953Z [36;1mexit_code=$?[0m
+2024-09-02T07:02:04.8393218Z [36;1m[0m
+2024-09-02T07:02:04.8393487Z [36;1m# Display the raw output in the step[0m
+2024-09-02T07:02:04.8394077Z [36;1mecho "${out}"[0m
+2024-09-02T07:02:04.8394327Z [36;1m[0m
+2024-09-02T07:02:04.8394557Z [36;1mif [ "true" == "true" ]; then[0m
+2024-09-02T07:02:04.8394963Z [36;1m # Display the Markdown output in the job summary[0m
+2024-09-02T07:02:04.8395435Z [36;1m echo "\`\`\`python" >> $GITHUB_STEP_SUMMARY[0m
+2024-09-02T07:02:04.8395854Z [36;1m echo "${out}" >> $GITHUB_STEP_SUMMARY[0m
+2024-09-02T07:02:04.8396256Z [36;1m echo "\`\`\`" >> $GITHUB_STEP_SUMMARY[0m
+2024-09-02T07:02:04.8396665Z [36;1mfi[0m
+2024-09-02T07:02:04.8397094Z [36;1m[0m
+2024-09-02T07:02:04.8397381Z [36;1m# Exit with the exit-code returned by Black[0m
+2024-09-02T07:02:04.8397749Z [36;1mexit ${exit_code}[0m
+2024-09-02T07:02:04.8591909Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:02:04.8592414Z env:
+2024-09-02T07:02:04.8592743Z INPUT_OPTIONS: --check --diff
+2024-09-02T07:02:04.8593116Z INPUT_SRC: .
+2024-09-02T07:02:04.8593405Z INPUT_JUPYTER: false
+2024-09-02T07:02:04.8593718Z INPUT_BLACK_ARGS:
+2024-09-02T07:02:04.8594018Z INPUT_VERSION:
+2024-09-02T07:02:04.8594309Z pythonioencoding: utf-8
+2024-09-02T07:02:04.8594636Z ##[endgroup]
+2024-09-02T07:02:24.2221562Z Installing black[colorama]==23.10.1...
+2024-09-02T07:02:24.2222661Z Skipping .ipynb files as Jupyter dependencies are not installed.
+2024-09-02T07:02:24.2223829Z You can fix this by running ``pip install "black[jupyter]"``
+2024-09-02T07:02:24.2225476Z All done! ✨ 🍰 ✨
+2024-09-02T07:02:24.2226224Z 1374 files would be left unchanged.
+2024-09-02T07:02:24.2331129Z Post job cleanup.
+2024-09-02T07:02:24.3295667Z [command]/usr/bin/git version
+2024-09-02T07:02:24.3331902Z git version 2.46.0
+2024-09-02T07:02:24.3373590Z Temporarily overriding HOME='/home/runner/work/_temp/8128f705-597c-42c2-93a5-92edadef7d17' before making global git config changes
+2024-09-02T07:02:24.3375216Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:24.3386454Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:24.3423545Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:24.3455207Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:24.3700990Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:24.3722932Z http.https://github.com/.extraheader
+2024-09-02T07:02:24.3735618Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:02:24.3767449Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:24.4240424Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414878.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414878.log
new file mode 100644
index 00000000000..cf9b8c7d987
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549414878.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.8771842Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.8794493Z ##[group]Operating System
+2024-09-02T07:01:58.8795130Z Ubuntu
+2024-09-02T07:01:58.8795618Z 22.04.4
+2024-09-02T07:01:58.8795937Z LTS
+2024-09-02T07:01:58.8796270Z ##[endgroup]
+2024-09-02T07:01:58.8796746Z ##[group]Runner Image
+2024-09-02T07:01:58.8797142Z Image: ubuntu-22.04
+2024-09-02T07:01:58.8797551Z Version: 20240825.1.0
+2024-09-02T07:01:58.8798620Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:01:58.8800276Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:01:58.8801126Z ##[endgroup]
+2024-09-02T07:01:58.8801605Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:58.8802092Z 2.0.384.1
+2024-09-02T07:01:58.8802403Z ##[endgroup]
+2024-09-02T07:01:58.8817214Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.8818794Z Actions: read
+2024-09-02T07:01:58.8819364Z Contents: read
+2024-09-02T07:01:58.8819888Z Metadata: read
+2024-09-02T07:01:58.8820470Z Pages: write
+2024-09-02T07:01:58.8820819Z ##[endgroup]
+2024-09-02T07:01:58.8823908Z Secret source: Actions
+2024-09-02T07:01:58.8824508Z Prepare workflow directory
+2024-09-02T07:01:58.9442351Z Prepare all required actions
+2024-09-02T07:01:58.9598369Z Getting action download info
+2024-09-02T07:01:59.1170579Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.3017938Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.3020750Z Complete job name: static-checks / check-doc
+2024-09-02T07:01:59.6170337Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:59.6170997Z with:
+2024-09-02T07:01:59.6171403Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.6172094Z token: ***
+2024-09-02T07:01:59.6172589Z ssh-strict: true
+2024-09-02T07:01:59.6172996Z ssh-user: git
+2024-09-02T07:01:59.6173389Z persist-credentials: true
+2024-09-02T07:01:59.6173945Z clean: true
+2024-09-02T07:01:59.6174357Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:59.6174841Z fetch-depth: 1
+2024-09-02T07:01:59.6175410Z fetch-tags: false
+2024-09-02T07:01:59.6175836Z show-progress: true
+2024-09-02T07:01:59.6176205Z lfs: false
+2024-09-02T07:01:59.6176631Z submodules: false
+2024-09-02T07:01:59.6177076Z set-safe-directory: true
+2024-09-02T07:01:59.6177500Z ##[endgroup]
+2024-09-02T07:01:59.9009118Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.9012215Z ##[group]Getting Git version info
+2024-09-02T07:01:59.9013543Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.9015449Z [command]/usr/bin/git version
+2024-09-02T07:01:59.9016327Z git version 2.46.0
+2024-09-02T07:01:59.9032523Z ##[endgroup]
+2024-09-02T07:01:59.9055386Z Temporarily overriding HOME='/home/runner/work/_temp/a30c7c8c-0a04-42aa-84fa-4e77af0f5fcb' before making global git config changes
+2024-09-02T07:01:59.9057976Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:01:59.9060301Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.9101933Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.9105472Z ##[group]Initializing the repository
+2024-09-02T07:01:59.9109150Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.9188890Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:01:59.9190969Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:01:59.9192760Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:01:59.9194003Z hint:
+2024-09-02T07:01:59.9195190Z hint: git config --global init.defaultBranch
+2024-09-02T07:01:59.9196215Z hint:
+2024-09-02T07:01:59.9197258Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:01:59.9199999Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:01:59.9201300Z hint:
+2024-09-02T07:01:59.9202016Z hint: git branch -m
+2024-09-02T07:01:59.9203506Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:01:59.9207446Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:01:59.9246421Z ##[endgroup]
+2024-09-02T07:01:59.9247813Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:01:59.9250434Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:01:59.9281575Z ##[endgroup]
+2024-09-02T07:01:59.9282782Z ##[group]Setting up auth
+2024-09-02T07:01:59.9288308Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:01:59.9320496Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:01:59.9710626Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:01:59.9740591Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:01:59.9969501Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:00.0011825Z ##[endgroup]
+2024-09-02T07:02:00.0013235Z ##[group]Fetching the repository
+2024-09-02T07:02:00.0022261Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:02.0347881Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.0349076Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:02.0380050Z ##[endgroup]
+2024-09-02T07:02:02.0381398Z ##[group]Determining the checkout info
+2024-09-02T07:02:02.0382649Z ##[endgroup]
+2024-09-02T07:02:02.0387483Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:02.0432820Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:02.0462653Z ##[group]Checking out the ref
+2024-09-02T07:02:02.0467332Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:02.5784156Z Switched to a new branch 'main'
+2024-09-02T07:02:02.5785734Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:02.5810662Z ##[endgroup]
+2024-09-02T07:02:02.5848093Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:02.5871757Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:02.6176391Z ##[group]Run sudo apt-get install -y aspell
+2024-09-02T07:02:02.6177051Z [36;1msudo apt-get install -y aspell[0m
+2024-09-02T07:02:02.6391305Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:02.6391798Z ##[endgroup]
+2024-09-02T07:02:03.6608062Z Reading package lists...
+2024-09-02T07:02:10.8750261Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/compute/log_with_base_tile.rst
+2024-09-02T07:02:10.8795006Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.8802036Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/compute/ltz_tile.rst
+2024-09-02T07:02:10.8848745Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.8855398Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_async_write_multicast.rst
+2024-09-02T07:02:10.8902140Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.8909613Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_semaphore_inc.rst
+2024-09-02T07:02:10.8954936Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.8961910Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_async_read.rst
+2024-09-02T07:02:10.9009017Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9015671Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_semaphore_set.rst
+2024-09-02T07:02:10.9062619Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9069455Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_async_write.rst
+2024-09-02T07:02:10.9114917Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9122597Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_semaphore_wait.rst
+2024-09-02T07:02:10.9169021Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9175765Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/ordering.rst
+2024-09-02T07:02:10.9225444Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9234153Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_semaphore_set_multicast.rst
+2024-09-02T07:02:10.9284606Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9291689Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/data_movement.rst
+2024-09-02T07:02:10.9338896Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9346264Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_async_write_barrier.rst
+2024-09-02T07:02:10.9391133Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9399353Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/data_movement/noc_async_read_barrier.rst
+2024-09-02T07:02:10.9445685Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9452319Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/pack_unpack/packing_apis.rst
+2024-09-02T07:02:10.9498640Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9505435Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/pack_unpack/pack_tile.rst
+2024-09-02T07:02:10.9553523Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9560302Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/pack_unpack/unpack.rst
+2024-09-02T07:02:10.9606855Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9613672Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/get_common_arg_addr.rst
+2024-09-02T07:02:10.9658322Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9665745Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/get_compile_time_arg_val.rst
+2024-09-02T07:02:10.9710556Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9718180Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/get_common_arg_val.rst
+2024-09-02T07:02:10.9763869Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9770761Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/get_arg_addr.rst
+2024-09-02T07:02:10.9817879Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9824821Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/kernel_args.rst
+2024-09-02T07:02:10.9869475Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9877282Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/kernel_args/get_arg_val.rst
+2024-09-02T07:02:10.9926027Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9933342Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/circular_buffers/circular_buffers.rst
+2024-09-02T07:02:10.9979261Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:10.9986073Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/circular_buffers/cb_reserve_back.rst
+2024-09-02T07:02:11.0032118Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0040483Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/circular_buffers/cb_pop_front.rst
+2024-09-02T07:02:11.0085458Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0091432Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/circular_buffers/cb_wait_front.rst
+2024-09-02T07:02:11.0139105Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0145791Z Checking ./source/tt-metalium/tt_metal/apis/kernel_apis/circular_buffers/cb_push_back.rst
+2024-09-02T07:02:11.0191992Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0199610Z Checking ./source/tt-metalium/tt_metal/examples/matmul_single_core.rst
+2024-09-02T07:02:11.0247491Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0254488Z Checking ./source/tt-metalium/tt_metal/examples/eltwise_binary.rst
+2024-09-02T07:02:11.0300333Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0306727Z Checking ./source/tt-metalium/tt_metal/examples/dram_loopback.rst
+2024-09-02T07:02:11.0351482Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0358499Z Checking ./source/tt-metalium/tt_metal/examples/matmul_multi_core_optimizations/data_mcast.rst
+2024-09-02T07:02:11.0406498Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0412790Z Checking ./source/tt-metalium/tt_metal/examples/matmul_multi_core_optimizations/data_reuse.rst
+2024-09-02T07:02:11.0457967Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0464993Z Checking ./source/tt-metalium/tt_metal/examples/index.rst
+2024-09-02T07:02:11.0510945Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0518686Z Checking ./source/tt-metalium/tt_metal/examples/matmul_multi_core_optimized.rst
+2024-09-02T07:02:11.0565248Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0572202Z Checking ./source/tt-metalium/tt_metal/examples/matmul_multi_core.rst
+2024-09-02T07:02:11.0619790Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0626806Z Checking ./source/tt-metalium/tt_metal/examples/eltwise_sfpu.rst
+2024-09-02T07:02:11.0673266Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0681443Z Checking ./source/tt-metalium/index.rst
+2024-09-02T07:02:11.0727772Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0734148Z Checking ./source/tt-metalium/tools/tt_gdb.rst
+2024-09-02T07:02:11.0781237Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0788627Z Checking ./source/tt-metalium/tools/tracy_profiler.rst
+2024-09-02T07:02:11.0835078Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0842681Z Checking ./source/tt-metalium/tools/kernel_print.rst
+2024-09-02T07:02:11.0888597Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0896477Z Checking ./source/tt-metalium/tools/index.rst
+2024-09-02T07:02:11.0946238Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.0953120Z Checking ./source/tt-metalium/tools/device_program_profiler.rst
+2024-09-02T07:02:11.1000289Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.1005957Z Checking ./source/tt-metalium/tools/watcher.rst
+2024-09-02T07:02:11.1053197Z Error: /home/runner/work/tt-metal/tt-metal/docs/aspell-dictionary.pws: The word "TT-NN" is invalid. The character '-' (U+2D) may not appear in the middle of a word.
+2024-09-02T07:02:11.1059619Z ~/work/tt-metal/tt-metal
+2024-09-02T07:02:11.1144740Z Post job cleanup.
+2024-09-02T07:02:11.2062864Z [command]/usr/bin/git version
+2024-09-02T07:02:11.2099069Z git version 2.46.0
+2024-09-02T07:02:11.2140769Z Temporarily overriding HOME='/home/runner/work/_temp/c32e28bb-3306-43fa-976a-c63d8ab5e6a1' before making global git config changes
+2024-09-02T07:02:11.2142589Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:11.2146357Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:11.2186533Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:11.2218006Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:11.2472110Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:11.2493416Z http.https://github.com/.extraheader
+2024-09-02T07:02:11.2505267Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:02:11.2539235Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:11.2999545Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415107.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415107.log
new file mode 100644
index 00000000000..15c68e318f6
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415107.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.2815536Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.2821739Z Runner name: 'tt-metal-ci-bm-e03cs02'
+2024-09-02T07:01:58.2822624Z Runner group name: 'Default'
+2024-09-02T07:01:58.2823480Z Machine name: 'e03cs02'
+2024-09-02T07:01:58.2840536Z Testing runner upgrade compatibility
+2024-09-02T07:01:58.3485563Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.3489698Z Actions: read
+2024-09-02T07:01:58.3490862Z Contents: read
+2024-09-02T07:01:58.3491945Z Metadata: read
+2024-09-02T07:01:58.3493142Z Pages: write
+2024-09-02T07:01:58.3494136Z ##[endgroup]
+2024-09-02T07:01:58.3501280Z Secret source: Actions
+2024-09-02T07:01:58.3502959Z Prepare workflow directory
+2024-09-02T07:01:58.4652364Z Prepare all required actions
+2024-09-02T07:01:58.4875892Z Getting action download info
+2024-09-02T07:01:58.6571721Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.2284123Z Getting action download info
+2024-09-02T07:01:59.3657004Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.9600719Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.9604428Z Complete job name: build / RelWithDebInfo clang++-17 grayskull ubuntu-20.04
+2024-09-02T07:02:00.0810232Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:02:00.0980484Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/reset.sh'
+2024-09-02T07:02:00.0997649Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:02:00.0998467Z ##[endgroup]
+2024-09-02T07:02:00.1284079Z Current date / time is Mon Sep 2 07:02:00 UTC 2024
+2024-09-02T07:02:00.7631255Z tt-smi reset was successful
+2024-09-02T07:02:01.2281714Z
+2024-09-02T07:02:01.2283805Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:01.2306273Z [1A[J
+2024-09-02T07:02:01.2307333Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:01.2308033Z
+2024-09-02T07:02:01.2308701Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:02:01.2309382Z
+2024-09-02T07:02:01.2309860Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:02:01.2310484Z
+2024-09-02T07:02:01.2310956Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:02:01.2311908Z [4A[J
+2024-09-02T07:02:01.2313133Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:02:01.2333137Z [1A[J
+2024-09-02T07:02:01.2334154Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:02:01.2334840Z
+2024-09-02T07:02:01.2335318Z [94m Detecting ARC: [93m/[0m
+2024-09-02T07:02:01.2335985Z
+2024-09-02T07:02:01.2336548Z [94m Detecting DRAM: [93m/[0m
+2024-09-02T07:02:01.2337196Z
+2024-09-02T07:02:01.2337688Z [95m[][94m ETH: [93m/[0m
+2024-09-02T07:02:01.2338649Z [4A[J
+2024-09-02T07:02:01.2339538Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:02:01.2351291Z [1A[J
+2024-09-02T07:02:01.2352279Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:02:01.2352956Z
+2024-09-02T07:02:01.2353566Z [94m Detecting ARC: [93m-[0m
+2024-09-02T07:02:01.2354219Z
+2024-09-02T07:02:01.2354673Z [94m Detecting DRAM: [93m-[0m
+2024-09-02T07:02:01.2355355Z
+2024-09-02T07:02:01.2355780Z [95m[][94m ETH: [93m-[0m
+2024-09-02T07:02:01.2356788Z [4A[J
+2024-09-02T07:02:01.2357630Z [95m Detected Chips: [93m4[0m
+2024-09-02T07:02:01.2373342Z [1A[J
+2024-09-02T07:02:01.2374445Z [95m Detected Chips: [93m4[0m
+2024-09-02T07:02:01.2375169Z
+2024-09-02T07:02:01.2375609Z [94m Detecting ARC: [93m\[0m
+2024-09-02T07:02:01.2376223Z
+2024-09-02T07:02:01.2376744Z [94m Detecting DRAM: [93m\[0m
+2024-09-02T07:02:01.2377401Z
+2024-09-02T07:02:01.2377860Z [95m[][94m ETH: [93m\[0m
+2024-09-02T07:02:01.2378741Z [4A[J
+2024-09-02T07:02:01.2379597Z [95m Detected Chips: [93m5[0m
+2024-09-02T07:02:01.2439262Z [1A[J
+2024-09-02T07:02:01.2441060Z [95m Detected Chips: [93m5[0m
+2024-09-02T07:02:01.2442124Z
+2024-09-02T07:02:01.2442645Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:02:01.2443605Z
+2024-09-02T07:02:01.2444054Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:02:01.2446127Z
+2024-09-02T07:02:01.2446653Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:02:01.2447973Z [4A[J
+2024-09-02T07:02:01.2448928Z [95m Detected Chips: [93m6[0m
+2024-09-02T07:02:01.2461906Z [1A[J
+2024-09-02T07:02:01.2463372Z [95m Detected Chips: [93m6[0m
+2024-09-02T07:02:01.2464120Z
+2024-09-02T07:02:01.2464668Z [94m Detecting ARC: [93m/[0m
+2024-09-02T07:02:01.2465303Z
+2024-09-02T07:02:01.2465828Z [94m Detecting DRAM: [93m/[0m
+2024-09-02T07:02:01.2466443Z
+2024-09-02T07:02:01.2466949Z [95m[][94m ETH: [93m/[0m
+2024-09-02T07:02:01.2467909Z [4A[J
+2024-09-02T07:02:01.2468884Z [95m Detected Chips: [93m7[0m
+2024-09-02T07:02:01.2506724Z [1A[J
+2024-09-02T07:02:01.2507807Z [95m Detected Chips: [93m7[0m
+2024-09-02T07:02:01.2508513Z
+2024-09-02T07:02:01.2508985Z [94m Detecting ARC: [93m-[0m
+2024-09-02T07:02:01.2509795Z
+2024-09-02T07:02:01.2510245Z [94m Detecting DRAM: [93m-[0m
+2024-09-02T07:02:01.2510868Z
+2024-09-02T07:02:01.2511347Z [95m[][94m ETH: [93m-[0m
+2024-09-02T07:02:01.2512269Z [4A[J
+2024-09-02T07:02:01.2513197Z [95m Detected Chips: [93m8[0m
+2024-09-02T07:02:01.2603955Z [1A[J
+2024-09-02T07:02:01.2605360Z [95m Detected Chips: [93m8[0m
+2024-09-02T07:13:04.4963658Z /dev/loop5 92M 92M 0 100% /snap/lxd/24061
+2024-09-02T07:13:04.4965030Z /dev/loop6 2.0G 70M 2.0G 4% /opt/weka/logs
+2024-09-02T07:13:04.4966492Z tmpfs 252G 8.0K 252G 1% /opt/weka/data/agent/tmpfss/cleanup
+2024-09-02T07:13:04.4969511Z tmpfs 252G 367M 252G 1% /opt/weka/data/agent/tmpfss/client-persistent-tmpfs
+2024-09-02T07:13:04.4971479Z tmpfs 252G 4.0K 252G 1% /opt/weka/data/agent/tmpfss/cleanup_before_stop_and_delete
+2024-09-02T07:13:04.4973159Z MLPerf 25T 14T 12T 55% /mnt/MLPerf
+2024-09-02T07:13:04.4974668Z /dev/loop15 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:13:04.5111403Z Post job cleanup.
+2024-09-02T07:13:04.5166787Z Post job cleanup.
+2024-09-02T07:13:04.6268170Z [command]/usr/bin/git version
+2024-09-02T07:13:04.6331065Z git version 2.25.1
+2024-09-02T07:13:04.6429999Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/9b6209b3-e769-4b9e-8255-ef906692c621' before making global git config changes
+2024-09-02T07:13:04.6432710Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:13:04.6437086Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:13:04.6497523Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:13:04.6548482Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:13:04.6936998Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:13:04.7003826Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:13:04.7075859Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:13:04.7142937Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:13:04.7216195Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:13:04.7291596Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:13:04.7355817Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:13:04.7424675Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:13:04.7495169Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:13:04.7560365Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:13:04.7629705Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:13:04.7734771Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:13:04.7766493Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.7788295Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:13:04.7839051Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:13:04.8213538Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:13:04.8252935Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8305896Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:13:04.8344072Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8392987Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:13:04.8432119Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8480254Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:13:04.8520928Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8577234Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:13:04.8617676Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8679872Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:13:04.8721332Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8771062Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:13:04.8811011Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8861726Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:13:04.8899210Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.8949815Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:13:04.8989671Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.9039026Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:13:04.9080434Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.9129024Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:13:04.9166541Z http.https://github.com/.extraheader
+2024-09-02T07:13:04.9372939Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:13:04.9428776Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/cleanup.sh'
+2024-09-02T07:13:04.9453010Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:13:04.9454453Z ##[endgroup]
+2024-09-02T07:13:04.9512518Z Current date / time is Mon Sep 2 07:13:04 UTC 2024
+2024-09-02T07:13:04.9513706Z Printing out cpu information...
+2024-09-02T07:13:04.9940592Z Architecture: x86_64
+2024-09-02T07:13:04.9942214Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:13:04.9943686Z Byte Order: Little Endian
+2024-09-02T07:13:04.9945039Z Address sizes: 43 bits physical, 48 bits virtual
+2024-09-02T07:13:04.9946264Z CPU(s): 96
+2024-09-02T07:13:04.9947371Z On-line CPU(s) list: 0-95
+2024-09-02T07:13:04.9948440Z Thread(s) per core: 2
+2024-09-02T07:13:04.9949515Z Core(s) per socket: 24
+2024-09-02T07:13:04.9950476Z Socket(s): 2
+2024-09-02T07:13:04.9951402Z NUMA node(s): 2
+2024-09-02T07:13:04.9952400Z Vendor ID: AuthenticAMD
+2024-09-02T07:13:04.9953503Z CPU family: 23
+2024-09-02T07:13:04.9954445Z Model: 49
+2024-09-02T07:13:04.9955756Z Model name: AMD EPYC 7352 24-Core Processor
+2024-09-02T07:13:04.9956961Z Stepping: 0
+2024-09-02T07:13:04.9957931Z Frequency boost: enabled
+2024-09-02T07:13:04.9958982Z CPU MHz: 1448.770
+2024-09-02T07:13:04.9960052Z CPU max MHz: 2300.0000
+2024-09-02T07:13:04.9961106Z CPU min MHz: 1500.0000
+2024-09-02T07:13:04.9962151Z BogoMIPS: 4599.54
+2024-09-02T07:13:04.9963230Z Virtualization: AMD-V
+2024-09-02T07:13:04.9964290Z L1d cache: 1.5 MiB
+2024-09-02T07:13:04.9965332Z L1i cache: 1.5 MiB
+2024-09-02T07:13:04.9966372Z L2 cache: 24 MiB
+2024-09-02T07:13:04.9967606Z L3 cache: 256 MiB
+2024-09-02T07:13:04.9968818Z NUMA node0 CPU(s): 0-23,48-71
+2024-09-02T07:13:04.9970039Z NUMA node1 CPU(s): 24-47,72-95
+2024-09-02T07:13:04.9971230Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:13:04.9972456Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:13:04.9973634Z Vulnerability L1tf: Not affected
+2024-09-02T07:13:04.9974822Z Vulnerability Mds: Not affected
+2024-09-02T07:13:04.9975957Z Vulnerability Meltdown: Not affected
+2024-09-02T07:13:04.9977149Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:13:04.9978342Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:13:04.9980134Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:13:04.9982473Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:13:04.9985368Z Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP conditional, RSB filling, PBRSB-eIBRS Not affected
+2024-09-02T07:13:04.9987459Z Vulnerability Srbds: Not affected
+2024-09-02T07:13:04.9988627Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:13:04.9999045Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca sme sev sev_es
+2024-09-02T07:13:05.0221619Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415334.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415334.log
new file mode 100644
index 00000000000..aa906cc4fe2
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415334.log
@@ -0,0 +1,200 @@
+2024-09-02T07:02:02.1084018Z Current runner version: '2.319.1'
+2024-09-02T07:02:02.1108608Z ##[group]Operating System
+2024-09-02T07:02:02.1109370Z Ubuntu
+2024-09-02T07:02:02.1109728Z 22.04.4
+2024-09-02T07:02:02.1110013Z LTS
+2024-09-02T07:02:02.1110447Z ##[endgroup]
+2024-09-02T07:02:02.1110821Z ##[group]Runner Image
+2024-09-02T07:02:02.1111210Z Image: ubuntu-22.04
+2024-09-02T07:02:02.1111697Z Version: 20240825.1.0
+2024-09-02T07:02:02.1112691Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:02:02.1114082Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:02:02.1115970Z ##[endgroup]
+2024-09-02T07:02:02.1116388Z ##[group]Runner Image Provisioner
+2024-09-02T07:02:02.1116922Z 2.0.384.1
+2024-09-02T07:02:02.1117280Z ##[endgroup]
+2024-09-02T07:02:02.1132052Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:02:02.1133653Z Actions: read
+2024-09-02T07:02:02.1134193Z Contents: read
+2024-09-02T07:02:02.1134732Z Metadata: read
+2024-09-02T07:02:02.1135285Z Pages: write
+2024-09-02T07:02:02.1135655Z ##[endgroup]
+2024-09-02T07:02:02.1138690Z Secret source: Actions
+2024-09-02T07:02:02.1139384Z Prepare workflow directory
+2024-09-02T07:02:02.1758200Z Prepare all required actions
+2024-09-02T07:02:02.1921948Z Getting action download info
+2024-09-02T07:02:02.3875801Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:02.5782362Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:02.5785087Z Complete job name: static-checks / check-forbidden-imports
+2024-09-02T07:02:03.0471675Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:03.0472287Z with:
+2024-09-02T07:02:03.0472699Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:03.0473552Z token: ***
+2024-09-02T07:02:03.0474006Z ssh-strict: true
+2024-09-02T07:02:03.0474715Z ssh-user: git
+2024-09-02T07:02:03.0475251Z persist-credentials: true
+2024-09-02T07:02:03.0475781Z clean: true
+2024-09-02T07:02:03.0476163Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:03.0476759Z fetch-depth: 1
+2024-09-02T07:02:03.0477186Z fetch-tags: false
+2024-09-02T07:02:03.0477611Z show-progress: true
+2024-09-02T07:02:03.0478221Z lfs: false
+2024-09-02T07:02:03.0478570Z submodules: false
+2024-09-02T07:02:03.0478993Z set-safe-directory: true
+2024-09-02T07:02:03.0479570Z ##[endgroup]
+2024-09-02T07:02:03.2804432Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:03.2806591Z ##[group]Getting Git version info
+2024-09-02T07:02:03.2807460Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:03.2808777Z [command]/usr/bin/git version
+2024-09-02T07:02:03.2811869Z git version 2.46.0
+2024-09-02T07:02:03.2836757Z ##[endgroup]
+2024-09-02T07:02:03.2850982Z Temporarily overriding HOME='/home/runner/work/_temp/51df82c8-398c-4fb5-994d-5c1dce0b21dc' before making global git config changes
+2024-09-02T07:02:03.2852681Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:03.2862790Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:03.2898547Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:03.2901927Z ##[group]Initializing the repository
+2024-09-02T07:02:03.2906028Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:03.2969824Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:03.2971416Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:03.2972781Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:03.2974367Z hint:
+2024-09-02T07:02:03.2975146Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:03.2976301Z hint:
+2024-09-02T07:02:03.2977784Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:03.2980243Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:03.2981755Z hint:
+2024-09-02T07:02:03.2982684Z hint: git branch -m
+2024-09-02T07:02:03.2984163Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:03.2988268Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:03.3024815Z ##[endgroup]
+2024-09-02T07:02:03.3026367Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:03.3029097Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:03.3062193Z ##[endgroup]
+2024-09-02T07:02:03.3063667Z ##[group]Setting up auth
+2024-09-02T07:02:03.3069612Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:03.3103398Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:03.3401958Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:03.3434988Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:03.3671064Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:03.3718298Z ##[endgroup]
+2024-09-02T07:02:03.3719892Z ##[group]Fetching the repository
+2024-09-02T07:02:03.3729744Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.7144870Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:04.7145988Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:04.7168096Z ##[endgroup]
+2024-09-02T07:02:04.7168700Z ##[group]Determining the checkout info
+2024-09-02T07:02:04.7170488Z ##[endgroup]
+2024-09-02T07:02:04.7175515Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:04.7218415Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:04.7247754Z ##[group]Checking out the ref
+2024-09-02T07:02:04.7251859Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:05.2646654Z Switched to a new branch 'main'
+2024-09-02T07:02:05.2648143Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:05.2674879Z ##[endgroup]
+2024-09-02T07:02:05.2714770Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:05.2738150Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:05.3054011Z ##[group]Run if (( $(grep -Rnw 'tests/tt_metal' -e 'ttnn' | wc -l ) > 11 )); then exit 1; fi
+2024-09-02T07:02:05.3055023Z [36;1mif (( $(grep -Rnw 'tests/tt_metal' -e 'ttnn' | wc -l ) > 11 )); then exit 1; fi[0m
+2024-09-02T07:02:05.3238842Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:05.3239332Z ##[endgroup]
+2024-09-02T07:02:05.3557315Z ##[group]Run if (( $(grep -Rnw 'tests/tt_metal' -e 'tt_lib' | wc -l ) > 0 )); then exit 1; fi
+2024-09-02T07:02:02.1134193Z Contents: read
+2024-09-02T07:02:02.1134732Z Metadata: read
+2024-09-02T07:02:02.1135285Z Pages: write
+2024-09-02T07:02:02.1135655Z ##[endgroup]
+2024-09-02T07:02:02.1138690Z Secret source: Actions
+2024-09-02T07:02:02.1139384Z Prepare workflow directory
+2024-09-02T07:02:02.1758200Z Prepare all required actions
+2024-09-02T07:02:02.1921948Z Getting action download info
+2024-09-02T07:02:02.3875801Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:02.5782362Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:02.5785087Z Complete job name: static-checks / check-forbidden-imports
+2024-09-02T07:02:03.0471675Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:03.0472287Z with:
+2024-09-02T07:02:03.0472699Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:03.0473552Z token: ***
+2024-09-02T07:02:03.0474006Z ssh-strict: true
+2024-09-02T07:02:03.0474715Z ssh-user: git
+2024-09-02T07:02:03.0475251Z persist-credentials: true
+2024-09-02T07:02:03.0475781Z clean: true
+2024-09-02T07:02:03.0476163Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:03.0476759Z fetch-depth: 1
+2024-09-02T07:02:03.0477186Z fetch-tags: false
+2024-09-02T07:02:03.0477611Z show-progress: true
+2024-09-02T07:02:03.0478221Z lfs: false
+2024-09-02T07:02:03.0478570Z submodules: false
+2024-09-02T07:02:03.0478993Z set-safe-directory: true
+2024-09-02T07:02:03.0479570Z ##[endgroup]
+2024-09-02T07:02:03.2804432Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:03.2806591Z ##[group]Getting Git version info
+2024-09-02T07:02:03.2807460Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:03.2808777Z [command]/usr/bin/git version
+2024-09-02T07:02:03.2811869Z git version 2.46.0
+2024-09-02T07:02:03.2836757Z ##[endgroup]
+2024-09-02T07:02:03.2850982Z Temporarily overriding HOME='/home/runner/work/_temp/51df82c8-398c-4fb5-994d-5c1dce0b21dc' before making global git config changes
+2024-09-02T07:02:03.2852681Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:03.2862790Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:03.2898547Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:03.2901927Z ##[group]Initializing the repository
+2024-09-02T07:02:03.2906028Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:03.2969824Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:03.2971416Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:03.2972781Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:03.2974367Z hint:
+2024-09-02T07:02:03.2975146Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:03.2976301Z hint:
+2024-09-02T07:02:03.2977784Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:03.2980243Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:03.2981755Z hint:
+2024-09-02T07:02:03.2982684Z hint: git branch -m
+2024-09-02T07:02:03.2984163Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:03.2988268Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:03.3024815Z ##[endgroup]
+2024-09-02T07:02:03.3026367Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:03.3029097Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:03.3062193Z ##[endgroup]
+2024-09-02T07:02:03.3063667Z ##[group]Setting up auth
+2024-09-02T07:02:03.3069612Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:03.3103398Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:03.3401958Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:03.3434988Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:03.3671064Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:03.3718298Z ##[endgroup]
+2024-09-02T07:02:03.3719892Z ##[group]Fetching the repository
+2024-09-02T07:02:03.3729744Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.7144870Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:04.7145988Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:04.7168096Z ##[endgroup]
+2024-09-02T07:02:04.7168700Z ##[group]Determining the checkout info
+2024-09-02T07:02:04.7170488Z ##[endgroup]
+2024-09-02T07:02:04.7175515Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:04.7218415Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:04.7247754Z ##[group]Checking out the ref
+2024-09-02T07:02:04.7251859Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:05.2646654Z Switched to a new branch 'main'
+2024-09-02T07:02:05.2648143Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:05.2674879Z ##[endgroup]
+2024-09-02T07:02:05.2714770Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:05.2738150Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:05.3054011Z ##[group]Run if (( $(grep -Rnw 'tests/tt_metal' -e 'ttnn' | wc -l ) > 11 )); then exit 1; fi
+2024-09-02T07:02:05.3055023Z [36;1mif (( $(grep -Rnw 'tests/tt_metal' -e 'ttnn' | wc -l ) > 11 )); then exit 1; fi[0m
+2024-09-02T07:02:05.3238842Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:05.3239332Z ##[endgroup]
+2024-09-02T07:02:05.3557315Z ##[group]Run if (( $(grep -Rnw 'tests/tt_metal' -e 'tt_lib' | wc -l ) > 0 )); then exit 1; fi
+2024-09-02T07:02:05.3558230Z [36;1mif (( $(grep -Rnw 'tests/tt_metal' -e 'tt_lib' | wc -l ) > 0 )); then exit 1; fi[0m
+2024-09-02T07:02:05.3559119Z [36;1mif (( $(grep -Rnw 'tests/tt_metal' -e 'tt_eager' | wc -l ) > 10 )); then exit 1; fi[0m
+2024-09-02T07:02:05.3623613Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:05.3624025Z ##[endgroup]
+2024-09-02T07:02:05.3968579Z Post job cleanup.
+2024-09-02T07:02:05.4899340Z [command]/usr/bin/git version
+2024-09-02T07:02:05.4935804Z git version 2.46.0
+2024-09-02T07:02:05.4980307Z Temporarily overriding HOME='/home/runner/work/_temp/ab4115fb-0280-48f6-8fa6-9d90f424ef34' before making global git config changes
+2024-09-02T07:02:05.4982420Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:05.4995081Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:05.5031530Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:05.5064843Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:05.5317593Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:05.5340737Z http.https://github.com/.extraheader
+2024-09-02T07:02:05.5352776Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:02:05.5387050Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:05.5837192Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415609.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415609.log
new file mode 100644
index 00000000000..3aefb412d41
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415609.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.9436134Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.9442770Z Runner name: 'tt-metal-ci-bm-f14cs01-02'
+2024-09-02T07:01:58.9443768Z Runner group name: 'Default'
+2024-09-02T07:01:58.9444780Z Machine name: 'f14cs01'
+2024-09-02T07:01:58.9463542Z Testing runner upgrade compatibility
+2024-09-02T07:01:59.0308274Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.0313183Z Actions: read
+2024-09-02T07:01:59.0314327Z Contents: read
+2024-09-02T07:01:59.0315406Z Metadata: read
+2024-09-02T07:01:59.0316475Z Pages: write
+2024-09-02T07:01:59.0317578Z ##[endgroup]
+2024-09-02T07:01:59.0324820Z Secret source: Actions
+2024-09-02T07:01:59.0326569Z Prepare workflow directory
+2024-09-02T07:01:59.1634930Z Prepare all required actions
+2024-09-02T07:01:59.1908915Z Getting action download info
+2024-09-02T07:01:59.3672762Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.8340739Z Getting action download info
+2024-09-02T07:02:00.0283914Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:00.5861680Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:00.5864147Z Complete job name: build / RelWithDebInfo clang++-17 wormhole_b0 ubuntu-20.04
+2024-09-02T07:02:00.7237208Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:00.7238105Z with:
+2024-09-02T07:02:00.7238748Z token: ***
+2024-09-02T07:02:00.7239188Z fetch-depth: 1
+2024-09-02T07:02:00.7239592Z env:
+2024-09-02T07:02:00.7239934Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:00.7240368Z VERBOSE: 1
+2024-09-02T07:02:00.7240758Z ##[endgroup]
+2024-09-02T07:02:00.7501865Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:00.7502362Z with:
+2024-09-02T07:02:00.7503069Z token: ***
+2024-09-02T07:02:00.7503455Z fetch-depth: 1
+2024-09-02T07:02:00.7503838Z lfs: true
+2024-09-02T07:02:00.7504237Z submodules: recursive
+2024-09-02T07:02:00.7504711Z clean: true
+2024-09-02T07:02:00.7505105Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.7505596Z ssh-strict: true
+2024-09-02T07:02:00.7506163Z ssh-user: git
+2024-09-02T07:02:00.7506572Z persist-credentials: true
+2024-09-02T07:02:00.7507021Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:00.7507716Z fetch-tags: false
+2024-09-02T07:02:00.7508136Z show-progress: true
+2024-09-02T07:02:00.7508543Z set-safe-directory: true
+2024-09-02T07:02:00.7508974Z env:
+2024-09-02T07:02:00.7509344Z ARCH_NAME: wormhole_b0
+2024-09-02T07:02:00.7509850Z VERBOSE: 1
+2024-09-02T07:02:00.7510182Z ##[endgroup]
+2024-09-02T07:02:00.8863917Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.8865693Z ##[group]Getting Git version info
+2024-09-02T07:02:00.8866676Z Working directory is '/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal'
+2024-09-02T07:02:00.8867693Z [command]/usr/bin/git version
+2024-09-02T07:02:00.8868191Z git version 2.25.1
+2024-09-02T07:02:00.8869415Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:00.8938089Z git-lfs/2.9.2 (GitHub; linux amd64; go 1.13.5)
+2024-09-02T07:02:00.8956376Z ##[endgroup]
+2024-09-02T07:02:00.8982298Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/74a5633b-cab4-4d1f-8903-d0b20fc9adbd' before making global git config changes
+2024-09-02T07:02:00.8983766Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:00.8992665Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:02:00.9050113Z [command]/usr/bin/git config --local --get remote.origin.url
+2024-09-02T07:02:00.9080302Z https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:00.9109283Z ##[group]Removing previously created refs, to avoid conflicts
+2024-09-02T07:02:00.9116461Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
+2024-09-02T07:02:00.9142934Z refs/heads/Aswinmcw/full_opt_tensor
+2024-09-02T07:02:00.9161411Z [command]/usr/bin/git checkout --detach
+2024-09-02T07:02:01.0162473Z HEAD is now at 489887e5 #12065: Add optional tensor and queue id for full op
+2024-09-02T07:02:01.0787812Z [command]/usr/bin/git branch --delete --force Aswinmcw/full_opt_tensor
+2024-09-02T07:02:01.0831482Z Deleted branch Aswinmcw/full_opt_tensor (was 489887e5).
+2024-09-02T07:02:01.0930142Z ##[endgroup]
+2024-09-02T07:02:01.0934599Z [command]/usr/bin/git submodule status
+2024-09-02T07:02:01.1407119Z 7b11d073376b905b46edaa757f0bfde5c38a9636 models/demos/t3000/llama2_70b/reference/llama (heads/main)
+2024-09-02T07:02:01.1497489Z 2ba5a2973915aa1c5afbf6f1524e87e0c43bc058 tt_metal/third_party/lfs (heads/main)
+2024-09-02T07:02:01.1597914Z b8f28551cc3a98ea9fbfc15c05b513c8f2d23e84 tt_metal/third_party/pybind11 (b8f2855)
+2024-09-02T07:02:01.1696587Z 3008daa0abc9f37fe757aa8ac7fee26f410947bb tt_metal/third_party/sfpi (remotes/origin/HEAD)
+2024-09-02T07:02:01.1798026Z 7d9e85b6b2e9bf501021f857f2f3cbe43bc37c85 tt_metal/third_party/taskflow (7d9e85b)
+2024-09-02T07:02:01.1894768Z 71d4c8d378b52af7da7012b9b595a61e9304f0bb tt_metal/third_party/tracy (71d4c8d)
+2024-09-02T07:02:01.1990756Z b3d5095528537db52e069b0daa54aaee2e609437 tt_metal/third_party/tt_llk_blackhole (heads/main)
+2024-09-02T07:02:01.2086555Z c31765c694399ef82ae634019881fe8c431223de tt_metal/third_party/tt_llk_grayskull (heads/main)
+2024-09-02T07:02:01.2181642Z 035329c69a984c48c562054dc1618b19ea47e543 tt_metal/third_party/tt_llk_wormhole_b0 (heads/main)
+2024-09-02T07:02:01.2305767Z 9d60964a8fe304dca5f6444d3b70b3b5c1a75967 tt_metal/third_party/umd (9d60964)
+2024-09-02T07:02:01.2321767Z ##[group]Cleaning the repository
+2024-09-02T07:02:01.2329142Z [command]/usr/bin/git clean -ffdx
+2024-09-02T07:02:02.3114147Z Removing .cpmcache/
+2024-09-02T07:02:02.3115495Z Removing build/
+2024-09-02T07:02:02.3116408Z Removing runtime/
+2024-09-02T07:02:02.3131730Z [command]/usr/bin/git reset --hard HEAD
+2024-09-02T07:02:02.3464243Z HEAD is now at 489887e5 #12065: Add optional tensor and queue id for full op
+2024-09-02T07:02:02.3475631Z ##[endgroup]
+2024-09-02T07:02:02.3477840Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.3486491Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.3527390Z ##[endgroup]
+2024-09-02T07:02:02.3528713Z ##[group]Setting up auth
+2024-09-02T07:02:02.3541052Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.3588892Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:02.3956756Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:02:02.4018336Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:02:02.4077515Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:02:02.4138300Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:02:02.4213799Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:02:02.4287214Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:02:02.4349517Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:12:50.4410194Z [1010/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4577012Z [1011/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_ccl_tensor_slicers.dir/ops/ccl/test_ccl_tensor_slicers.cpp.o -o test/tt_eager/ops/ccl/test_ccl_tensor_slicers -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4592200Z [1012/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4714939Z [1013/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_tilize_op_channels_last.dir/ops/test_tilize_op_channels_last.cpp.o -o test/tt_eager/ops/test_tilize_op_channels_last -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4760517Z [1014/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bcast_op.dir/ops/test_bcast_op.cpp.o -o test/tt_eager/ops/test_bcast_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4777413Z [1015/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_transpose_wh_single_core.dir/ops/test_transpose_wh_single_core.cpp.o -o test/tt_eager/ops/test_transpose_wh_single_core -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4796960Z [1016/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4824231Z [1017/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_layernorm_op.dir/ops/test_layernorm_op.cpp.o -o test/tt_eager/ops/test_layernorm_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4905475Z [1018/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -o test/tt_eager/ops/test_sliding_window_ops -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.4990632Z [1019/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_transpose_op.dir/ops/test_transpose_op.cpp.o -o test/tt_eager/ops/test_transpose_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5018656Z [1020/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5134739Z [1021/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_transpose_wh_multi_core.dir/ops/test_transpose_wh_multi_core.cpp.o -o test/tt_eager/ops/test_transpose_wh_multi_core -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5151177Z [1022/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5173299Z [1023/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_softmax_op.dir/ops/test_softmax_op.cpp.o -o test/tt_eager/ops/test_softmax_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5196032Z [1024/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_tilize_op.dir/ops/test_tilize_op.cpp.o -o test/tt_eager/ops/test_tilize_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5304069Z [1025/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5335717Z [1026/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5396510Z [1027/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5412577Z [1028/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_tilize_zero_padding_channels_last.dir/ops/test_tilize_zero_padding_channels_last.cpp.o -o test/tt_eager/ops/test_tilize_zero_padding_channels_last -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5431010Z [1029/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_eltwise_unary_op.dir/ops/test_eltwise_unary_op.cpp.o -o test/tt_eager/ops/test_eltwise_unary_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5580249Z [1030/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_average_pool.dir/ops/test_average_pool.cpp.o -o test/tt_eager/ops/test_average_pool -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5603551Z [1031/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_bmm_op.dir/ops/test_bmm_op.cpp.o -o test/tt_eager/ops/test_bmm_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5634518Z [1032/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_ccl_helpers.dir/ops/ccl/test_ccl_helpers.cpp.o -o test/tt_eager/ops/ccl/test_ccl_helpers -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.5748581Z [1033/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/tt_eager/CMakeFiles/test_eltwise_binary_op.dir/ops/test_eltwise_binary_op.cpp.o -o test/tt_eager/ops/test_eltwise_binary_op -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.6593390Z [1034/1034] : && /usr/bin/clang++-17 -O3 -g -DDEBUG=DEBUG tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/ttnn:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/tt_metal:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/lib:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 -lpthread lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lc++ /usr/lib/x86_64-linux-gnu/libc++abi.so -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.8.so && :
+2024-09-02T07:12:50.6688194Z ##[group]Run df -h
+2024-09-02T07:12:50.6689106Z [36;1mdf -h [0m
+2024-09-02T07:12:50.6726232Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:12:50.6727101Z env:
+2024-09-02T07:12:50.6727933Z ARCH_NAME: wormhole_b0
+2024-09-02T07:12:50.6728828Z VERBOSE: 1
+2024-09-02T07:12:50.6729933Z TT_METAL_HOME: /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:12:50.6731381Z ##[endgroup]
+2024-09-02T07:12:50.6808950Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T07:12:50.6810354Z udev 248G 0 248G 0% /dev
+2024-09-02T07:12:50.6812189Z tmpfs 51G 24M 51G 1% /run
+2024-09-02T07:12:50.6814139Z /dev/mapper/ubuntu--vg-ubuntu--lv 488G 436G 31G 94% /
+2024-09-02T07:12:50.6815755Z tmpfs 252G 0 252G 0% /dev/shm
+2024-09-02T07:12:50.6817254Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T07:12:50.6818974Z tmpfs 252G 0 252G 0% /sys/fs/cgroup
+2024-09-02T07:12:50.6820544Z /dev/nvme0n1p2 1.5G 317M 1.1G 23% /boot
+2024-09-02T07:12:50.6822081Z /dev/nvme0n1p1 1.1G 6.1M 1.1G 1% /boot/efi
+2024-09-02T07:12:50.6823596Z /dev/loop0 64M 64M 0 100% /snap/core20/2264
+2024-09-02T07:12:50.6825074Z /dev/loop2 39M 39M 0 100% /snap/snapd/21759
+2024-09-02T07:12:50.6826664Z /dev/loop1 64M 64M 0 100% /snap/core20/2318
+2024-09-02T07:12:50.6828115Z /dev/loop3 39M 39M 0 100% /snap/snapd/21465
+2024-09-02T07:12:50.6829559Z /dev/loop4 92M 92M 0 100% /snap/lxd/24061
+2024-09-02T07:12:50.6831021Z /dev/loop5 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:12:50.6832423Z /dev/loop6 2.0G 73M 2.0G 4% /opt/weka/logs
+2024-09-02T07:12:50.6834635Z tmpfs 252G 12K 252G 1% /opt/weka/data/agent/tmpfss/cleanup
+2024-09-02T07:12:50.6836794Z tmpfs 252G 602M 252G 1% /opt/weka/data/agent/tmpfss/client-persistent-tmpfs
+2024-09-02T07:12:50.6838834Z tmpfs 252G 4.0K 252G 1% /opt/weka/data/agent/tmpfss/cleanup_before_stop_and_delete
+2024-09-02T07:12:50.6840587Z MLPerf 25T 14T 12T 55% /mnt/MLPerf
+2024-09-02T07:12:50.7113168Z Post job cleanup.
+2024-09-02T07:12:50.7171975Z Post job cleanup.
+2024-09-02T07:12:50.8212700Z [command]/usr/bin/git version
+2024-09-02T07:12:50.8272188Z git version 2.25.1
+2024-09-02T07:12:50.8357482Z Temporarily overriding HOME='/home/ubuntu/actions-runner-2/_work/_temp/ace45a6b-b44c-4a1c-b768-2b3a7ce26383' before making global git config changes
+2024-09-02T07:12:50.8358852Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:12:50.8367595Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner-2/_work/tt-metal/tt-metal
+2024-09-02T07:12:50.8421098Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:12:50.8486435Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:12:50.8890607Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:12:50.8956586Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:12:50.9019188Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:12:50.9086239Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:12:50.9158204Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:12:50.9230644Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:12:50.9298200Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:12:50.9363387Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:12:50.9421023Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:12:50.9481565Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:12:50.9540765Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:12:50.9636470Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:12:50.9661984Z http.https://github.com/.extraheader
+2024-09-02T07:12:50.9680637Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:12:50.9729975Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:12:51.0056171Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:12:51.0090524Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0137448Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:12:51.0172317Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0217026Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:12:51.0251722Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0297937Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:12:51.0334280Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0380800Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:12:51.0414735Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0466221Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:12:51.0499469Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0546357Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:12:51.0580966Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0626938Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:12:51.0659954Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0703179Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:12:51.0737165Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0780456Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:12:51.0815457Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.0858950Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:12:51.0892178Z http.https://github.com/.extraheader
+2024-09-02T07:12:51.1295364Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415885.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415885.log
new file mode 100644
index 00000000000..6e284731abc
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549415885.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.5412493Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.5417304Z Runner name: 'tt-metal-ci-bm-e13cs03'
+2024-09-02T07:01:58.5417881Z Runner group name: 'Default'
+2024-09-02T07:01:58.5418473Z Machine name: 'e13cs03'
+2024-09-02T07:01:58.5433423Z Testing runner upgrade compatibility
+2024-09-02T07:01:58.5974618Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.5978327Z Actions: read
+2024-09-02T07:01:58.5979135Z Contents: read
+2024-09-02T07:01:58.5979893Z Metadata: read
+2024-09-02T07:01:58.5980671Z Pages: write
+2024-09-02T07:01:58.5981421Z ##[endgroup]
+2024-09-02T07:01:58.5987810Z Secret source: Actions
+2024-09-02T07:01:58.5989080Z Prepare workflow directory
+2024-09-02T07:01:58.6991200Z Prepare all required actions
+2024-09-02T07:01:58.7183757Z Getting action download info
+2024-09-02T07:01:58.8855422Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.3008237Z Getting action download info
+2024-09-02T07:01:59.4346876Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.9626737Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.9628756Z Complete job name: build / RelWithDebInfo clang++-17 blackhole ubuntu-20.04
+2024-09-02T07:02:00.0402480Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:02:00.0558616Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/reset.sh'
+2024-09-02T07:02:00.0577709Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:02:00.0578180Z ##[endgroup]
+2024-09-02T07:02:00.0817806Z Current date / time is Mon Sep 2 07:02:00 UTC 2024
+2024-09-02T07:02:00.0818629Z Printing out cpu information...
+2024-09-02T07:02:00.1110692Z Architecture: x86_64
+2024-09-02T07:02:00.1113095Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:02:00.1114242Z Byte Order: Little Endian
+2024-09-02T07:02:00.1115426Z Address sizes: 48 bits physical, 48 bits virtual
+2024-09-02T07:02:00.1116598Z CPU(s): 64
+2024-09-02T07:02:00.1117649Z On-line CPU(s) list: 0-63
+2024-09-02T07:02:00.1118647Z Thread(s) per core: 2
+2024-09-02T07:02:00.1119724Z Core(s) per socket: 16
+2024-09-02T07:02:00.1120595Z Socket(s): 2
+2024-09-02T07:02:00.1121431Z NUMA node(s): 2
+2024-09-02T07:02:00.1122397Z Vendor ID: AuthenticAMD
+2024-09-02T07:02:00.1123290Z CPU family: 25
+2024-09-02T07:02:00.1124237Z Model: 1
+2024-09-02T07:02:00.1125556Z Model name: AMD EPYC 7313 16-Core Processor
+2024-09-02T07:02:00.1126614Z Stepping: 1
+2024-09-02T07:02:00.1127448Z Frequency boost: enabled
+2024-09-02T07:02:00.1128367Z CPU MHz: 1818.534
+2024-09-02T07:02:00.1129289Z CPU max MHz: 3000.0000
+2024-09-02T07:02:00.1130233Z CPU min MHz: 1500.0000
+2024-09-02T07:02:00.1131081Z BogoMIPS: 6000.61
+2024-09-02T07:02:00.1132032Z Virtualization: AMD-V
+2024-09-02T07:02:00.1132977Z L1d cache: 1 MiB
+2024-09-02T07:02:00.1133876Z L1i cache: 1 MiB
+2024-09-02T07:02:00.1134779Z L2 cache: 16 MiB
+2024-09-02T07:02:00.1135689Z L3 cache: 256 MiB
+2024-09-02T07:02:00.1136709Z NUMA node0 CPU(s): 0-15,32-47
+2024-09-02T07:02:00.1137776Z NUMA node1 CPU(s): 16-31,48-63
+2024-09-02T07:02:00.1139064Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:02:00.1140085Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:02:00.1141082Z Vulnerability L1tf: Not affected
+2024-09-02T07:02:00.1142089Z Vulnerability Mds: Not affected
+2024-09-02T07:02:00.1143613Z Vulnerability Meltdown: Not affected
+2024-09-02T07:02:00.1144594Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:02:00.1145639Z Vulnerability Retbleed: Not affected
+2024-09-02T07:02:00.1147295Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:02:00.1149287Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:02:00.1151923Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP always-on; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:02:00.1153855Z Vulnerability Srbds: Not affected
+2024-09-02T07:02:00.1154880Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:02:00.1164801Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 invpcid_single hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca
+2024-09-02T07:02:00.4500563Z
+2024-09-02T07:02:00.4501672Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:00.4522331Z [1A[J
+2024-09-02T07:02:00.4523310Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:00.4523861Z
+2024-09-02T07:02:00.4524241Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:02:00.4525216Z
+2024-09-02T07:02:00.4525581Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:02:00.4526121Z
+2024-09-02T07:02:00.4526471Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:02:00.4527305Z [4A[J
+2024-09-02T07:02:00.4527995Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:02:00.4641716Z [1A[J
+2024-09-02T07:02:00.4642729Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:02:00.4643302Z
+2024-09-02T07:02:00.4643727Z [94m Detecting ARC: [93m/[0m
+2024-09-02T07:02:00.4644254Z
+2024-09-02T07:02:00.4644813Z [94m Detecting DRAM: [93m/[0m
+2024-09-02T07:02:00.4645331Z
+2024-09-02T07:02:00.4645707Z [95m[][94m ETH: [93m/[0m
+2024-09-02T07:02:00.4646518Z [4A[J
+2024-09-02T07:02:00.4647197Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:02:00.4664189Z [1A[J
+2024-09-02T07:02:00.4665157Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:02:00.4665749Z
+2024-09-02T07:02:00.4666136Z [94m Detecting ARC: [93m-[0m
+2024-09-02T07:02:00.4666724Z
+2024-09-02T07:02:00.4667073Z [94m Detecting DRAM: [93m-[0m
+2024-09-02T07:02:00.4667633Z
+2024-09-02T07:02:00.4668092Z [95m[][94m ETH: [93m-[0m
+2024-09-02T07:02:00.4668839Z [4A[J
+2024-09-02T07:02:00.4669506Z [95m Detected Chips: [93m4[0m
+2024-09-02T07:02:00.4760516Z [1A[J
+2024-09-02T07:02:00.4761398Z [95m Detected Chips: [93m4[0m
+2024-09-02T07:12:20.5166854Z /dev/loop9 2.0G 111M 1.9G 6% /opt/weka/logs
+2024-09-02T07:12:20.5168062Z tmpfs 126G 8.0K 126G 1% /opt/weka/data/agent/tmpfss/cleanup
+2024-09-02T07:12:20.5169597Z tmpfs 126G 4.0K 126G 1% /opt/weka/data/agent/tmpfss/cleanup_before_stop_and_delete
+2024-09-02T07:12:20.5171158Z tmpfs 126G 0 126G 0% /opt/weka/data/agent/tmpfss/cleanup_on_delete
+2024-09-02T07:12:20.5172406Z /dev/loop18 92M 92M 0 100% /snap/lxd/29619
+2024-09-02T07:12:20.5173984Z tmpfs 126G 309M 126G 1% /opt/weka/data/agent/tmpfss/client-persistent-tmpfs
+2024-09-02T07:12:20.5175311Z MLPerf 25T 14T 12T 55% /mnt/MLPerf
+2024-09-02T07:12:20.5288391Z Post job cleanup.
+2024-09-02T07:12:20.5349765Z Post job cleanup.
+2024-09-02T07:12:20.6196142Z [command]/usr/bin/git version
+2024-09-02T07:12:20.6248031Z git version 2.25.1
+2024-09-02T07:12:20.6329144Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/e583803f-728a-48ee-ac45-0e9132f57294' before making global git config changes
+2024-09-02T07:12:20.6330208Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:12:20.6334660Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:12:20.6372920Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:12:20.6427002Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:12:20.6760601Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:12:20.6827928Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:12:20.6881991Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:12:20.6938716Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:12:20.7003050Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:12:20.7069691Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:12:20.7133065Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:12:20.7190638Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:12:20.7241678Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:12:20.7295265Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:12:20.7347810Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:12:20.7430221Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:12:20.7457314Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.7474237Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:12:20.7518839Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:12:20.7827936Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:12:20.7860136Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.7904566Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:12:20.7938434Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.7979276Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:12:20.8011130Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8054901Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:12:20.8087439Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8138306Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:12:20.8167466Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8220846Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:12:20.8250572Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8291329Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:12:20.8324226Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8366786Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:12:20.8399001Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8439790Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:12:20.8472479Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8513731Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:12:20.8545534Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8585806Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:12:20.8617933Z http.https://github.com/.extraheader
+2024-09-02T07:12:20.8783626Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:12:20.8855134Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/cleanup.sh'
+2024-09-02T07:12:20.8872209Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:12:20.8872574Z ##[endgroup]
+2024-09-02T07:12:20.8933201Z Current date / time is Mon Sep 2 07:12:20 UTC 2024
+2024-09-02T07:12:20.8934175Z Printing out cpu information...
+2024-09-02T07:12:20.9273876Z Architecture: x86_64
+2024-09-02T07:12:20.9274911Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:12:20.9275706Z Byte Order: Little Endian
+2024-09-02T07:12:20.9276582Z Address sizes: 48 bits physical, 48 bits virtual
+2024-09-02T07:12:20.9277643Z CPU(s): 64
+2024-09-02T07:12:20.9278357Z On-line CPU(s) list: 0-63
+2024-09-02T07:12:20.9279599Z Thread(s) per core: 2
+2024-09-02T07:12:20.9280352Z Core(s) per socket: 16
+2024-09-02T07:12:20.9280946Z Socket(s): 2
+2024-09-02T07:12:20.9281507Z NUMA node(s): 2
+2024-09-02T07:12:20.9282159Z Vendor ID: AuthenticAMD
+2024-09-02T07:12:20.9282832Z CPU family: 25
+2024-09-02T07:12:20.9283404Z Model: 1
+2024-09-02T07:12:20.9284253Z Model name: AMD EPYC 7313 16-Core Processor
+2024-09-02T07:12:20.9285162Z Stepping: 1
+2024-09-02T07:12:20.9285876Z Frequency boost: enabled
+2024-09-02T07:12:20.9286672Z CPU MHz: 1526.966
+2024-09-02T07:12:20.9287373Z CPU max MHz: 3000.0000
+2024-09-02T07:12:20.9287912Z CPU min MHz: 1500.0000
+2024-09-02T07:12:20.9288439Z BogoMIPS: 6000.61
+2024-09-02T07:12:20.9289019Z Virtualization: AMD-V
+2024-09-02T07:12:20.9289541Z L1d cache: 1 MiB
+2024-09-02T07:12:20.9290037Z L1i cache: 1 MiB
+2024-09-02T07:12:20.9290521Z L2 cache: 16 MiB
+2024-09-02T07:12:20.9291038Z L3 cache: 256 MiB
+2024-09-02T07:12:20.9291649Z NUMA node0 CPU(s): 0-15,32-47
+2024-09-02T07:12:20.9292275Z NUMA node1 CPU(s): 16-31,48-63
+2024-09-02T07:12:20.9292882Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:12:20.9293503Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:12:20.9294086Z Vulnerability L1tf: Not affected
+2024-09-02T07:12:20.9294669Z Vulnerability Mds: Not affected
+2024-09-02T07:12:20.9295260Z Vulnerability Meltdown: Not affected
+2024-09-02T07:12:20.9295973Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:12:20.9296672Z Vulnerability Retbleed: Not affected
+2024-09-02T07:12:20.9297671Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:12:20.9298946Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:12:20.9300655Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; IBRS_FW; STIBP always-on; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:12:20.9301849Z Vulnerability Srbds: Not affected
+2024-09-02T07:12:20.9302445Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:12:20.9309054Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 pcid sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 invpcid_single hw_pstate ssbd mba ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 erms invpcid cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold v_vmsave_vmload vgif umip pku ospke vaes vpclmulqdq rdpid overflow_recov succor smca
+2024-09-02T07:12:20.9492404Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416123.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416123.log
new file mode 100644
index 00000000000..9f8d4aee39a
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416123.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:59.0192400Z Current runner version: '2.319.1'
+2024-09-02T07:01:59.0217095Z ##[group]Operating System
+2024-09-02T07:01:59.0217696Z Ubuntu
+2024-09-02T07:01:59.0218152Z 22.04.4
+2024-09-02T07:01:59.0218476Z LTS
+2024-09-02T07:01:59.0218789Z ##[endgroup]
+2024-09-02T07:01:59.0219247Z ##[group]Runner Image
+2024-09-02T07:01:59.0219675Z Image: ubuntu-22.04
+2024-09-02T07:01:59.0220047Z Version: 20240825.1.0
+2024-09-02T07:01:59.0221113Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:01:59.0222536Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:01:59.0223386Z ##[endgroup]
+2024-09-02T07:01:59.0223853Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:59.0224343Z 2.0.384.1
+2024-09-02T07:01:59.0224640Z ##[endgroup]
+2024-09-02T07:01:59.0239634Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.0241431Z Actions: read
+2024-09-02T07:01:59.0241870Z Contents: read
+2024-09-02T07:01:59.0242544Z Metadata: read
+2024-09-02T07:01:59.0243051Z Pages: write
+2024-09-02T07:01:59.0243485Z ##[endgroup]
+2024-09-02T07:01:59.0246721Z Secret source: Actions
+2024-09-02T07:01:59.0247290Z Prepare workflow directory
+2024-09-02T07:01:59.0868981Z Prepare all required actions
+2024-09-02T07:01:59.1028830Z Getting action download info
+2024-09-02T07:01:59.2658024Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.3701508Z Download action repository 'actions/setup-python@v5.0.0' (SHA:0a5c61591373683505ea898e09a3ea4f39ef2b9c)
+2024-09-02T07:01:59.6768568Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.6771185Z Complete job name: static-checks / check-spdx-licenses
+2024-09-02T07:01:59.7706624Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:59.7707244Z with:
+2024-09-02T07:01:59.7707638Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.7708429Z token: ***
+2024-09-02T07:01:59.7708857Z ssh-strict: true
+2024-09-02T07:01:59.7709254Z ssh-user: git
+2024-09-02T07:01:59.7709708Z persist-credentials: true
+2024-09-02T07:01:59.7710171Z clean: true
+2024-09-02T07:01:59.7710577Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:59.7711118Z fetch-depth: 1
+2024-09-02T07:01:59.7711530Z fetch-tags: false
+2024-09-02T07:01:59.7711929Z show-progress: true
+2024-09-02T07:01:59.7712375Z lfs: false
+2024-09-02T07:01:59.7712741Z submodules: false
+2024-09-02T07:01:59.7713163Z set-safe-directory: true
+2024-09-02T07:01:59.7713631Z ##[endgroup]
+2024-09-02T07:02:00.0153852Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.0156447Z ##[group]Getting Git version info
+2024-09-02T07:02:00.0157330Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:00.0158725Z [command]/usr/bin/git version
+2024-09-02T07:02:00.0159435Z git version 2.46.0
+2024-09-02T07:02:00.0162448Z ##[endgroup]
+2024-09-02T07:02:00.0180868Z Temporarily overriding HOME='/home/runner/work/_temp/4310c94c-e5bb-4d9b-bfbd-e53a0d652421' before making global git config changes
+2024-09-02T07:02:00.0183683Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:00.0186326Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:00.0189522Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:00.0191541Z ##[group]Initializing the repository
+2024-09-02T07:02:00.0192676Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:00.0276399Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:00.0277948Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:00.0279883Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:00.0281258Z hint:
+2024-09-02T07:02:00.0282309Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:00.0283661Z hint:
+2024-09-02T07:02:00.0284396Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:00.0285628Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:00.0286458Z hint:
+2024-09-02T07:02:00.0286881Z hint: git branch -m
+2024-09-02T07:02:00.0287773Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:00.0298441Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:00.0337463Z ##[endgroup]
+2024-09-02T07:02:00.0339205Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:00.0340806Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:00.0373832Z ##[endgroup]
+2024-09-02T07:02:00.0376357Z ##[group]Setting up auth
+2024-09-02T07:02:00.0381848Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:00.0416019Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:00.0792501Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:00.0826401Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:00.1082314Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:00.1137878Z ##[endgroup]
+2024-09-02T07:02:00.1138791Z ##[group]Fetching the repository
+2024-09-02T07:02:00.1151493Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:01.9952301Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.9953972Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:01.9975926Z ##[endgroup]
+2024-09-02T07:02:01.9976616Z ##[group]Determining the checkout info
+2024-09-02T07:02:01.9977993Z ##[endgroup]
+2024-09-02T07:02:01.9982890Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:02.0024063Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:02.0052867Z ##[group]Checking out the ref
+2024-09-02T07:02:02.0057678Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:02.5387433Z Switched to a new branch 'main'
+2024-09-02T07:02:02.5388603Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:02.5424511Z ##[endgroup]
+2024-09-02T07:02:02.5462608Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:02.5486416Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:02.5827553Z ##[group]Run actions/setup-python@v5.0.0
+2024-09-02T07:02:02.5828149Z with:
+2024-09-02T07:02:02.5828428Z cache: pip
+2024-09-02T07:02:02.5828862Z cache-dependency-path: infra/requirements-infra.txt
+2024-09-02T07:02:38.0519979Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/transformer/sdpa/device/sdpa_program_factory.hpp:1[0m
+2024-09-02T07:02:38.0521188Z [90mNot an Espressif copyright notice ./tt_metal/hw/ckernels/wormhole_b0/metal/llk_api/llk_sfpu/llk_math_eltwise_unary_sfpu_erfinv.h:1[0m
+2024-09-02T07:02:38.0522609Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/normalization/layernorm_distributed/device/multi_core/layernorm_post_all_gather_op_multi_core.cpp:1[0m
+2024-09-02T07:02:38.0523898Z [90mNot an Espressif copyright notice ./models/demos/grayskull/functional_bloom/demo/demo_causal_lm.py:1[0m
+2024-09-02T07:02:38.0525094Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/data_movement/bcast/device/kernels/compute/bcast_h_sharded_optimised.cpp:1[0m
+2024-09-02T07:02:38.0526204Z [90m"./ttnn/visualizer/templates/report_layout.html" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0527094Z [90mNot an Espressif copyright notice ./models/demos/t3000/llama2_70b/tt/llama_generation.py:1[0m
+2024-09-02T07:02:38.0527997Z [90mNot an Espressif copyright notice ./tt_metal/include/compute_kernel_api/eltwise_unary/elu.h:1[0m
+2024-09-02T07:02:38.0529029Z [90m"./models/experimental/grok/rotmat.ipynb" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0529940Z [90mNot an Espressif copyright notice ./tt_metal/hw/ckernels/blackhole/metal/llk_api/llk_math_common_api.h:1[0m
+2024-09-02T07:02:38.0530848Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/loss/loss_pybind.cpp:1[0m
+2024-09-02T07:02:38.0531632Z [90m"./docs/source/common/_static/add.svg" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0532627Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/experimental/reduction/fast_reduce_nc/fast_reduce_nc.cpp:1[0m
+2024-09-02T07:02:38.0533704Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/ccl/reduce_scatter/reduce_scatter.hpp:1[0m
+2024-09-02T07:02:38.0534767Z [90m"./tests/tt_metal/tt_metal/perf_microbenchmark/dispatch/run_pgm_dispatch_rta.sh" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0536364Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_normalize_hw_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0537759Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_empty_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0538992Z [90mNot an Espressif copyright notice ./tests/ttnn/sweep_tests/sweeps/sweeps/log1p.py:1[0m
+2024-09-02T07:02:38.0540004Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/deprecated/tt_dnn/op_library/moreh_norm/moreh_norm_w/moreh_norm_w.cpp:1[0m
+2024-09-02T07:02:38.0540959Z [90m"./docs/source/ttnn/ttnn/ttnn/ltz.rst" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0542138Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_broken/grayskull/ttnn_eltwise_softmax_in_place_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0543423Z [90mNot an Espressif copyright notice ./tests/tt_eager/python_api_testing/sweep_tests/pytests/tt_dnn/test_floor_div.py:1[0m
+2024-09-02T07:02:38.0544530Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/reduction/topk/device/kernels/compute/topk.cpp:1[0m
+2024-09-02T07:02:38.0545666Z [90mNot an Espressif copyright notice ./tests/ttnn/integration_tests/stable_diffusion/test_transformer_2d_model_new_conv.py:1[0m
+2024-09-02T07:02:38.0546820Z [90mNot an Espressif copyright notice ./models/experimental/deit/tests/test_deit_for_image_classification_with_teacher.py:1[0m
+2024-09-02T07:02:38.0547827Z [90m"./docs/source/ttnn/ttnn/ttnn/repeat_bw.rst" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0548641Z [90mNot an Espressif copyright notice ./tests/ttnn/unit_tests/test_tutorials.py:1[0m
+2024-09-02T07:02:38.0549379Z [90mNot an Espressif copyright notice ./ttnn/ttnn/operations/ternary.py:1[0m
+2024-09-02T07:02:38.0550261Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/deprecated/tt_dnn/op_library/moreh_mean/moreh_mean_op.cpp:1[0m
+2024-09-02T07:02:38.0551578Z [90m"./tests/tt_eager/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_eltwise_heaviside_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0552765Z [90mNot an Espressif copyright notice ./tests/tt_metal/tt_metal/test_matmul_single_tile_bfp8b.cpp:1[0m
+2024-09-02T07:02:38.0553633Z [90m"./tt_metal/programming_examples/CMakeLists.txt" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0554575Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/data_movement/repeat/device/repeat_op.hpp:1[0m
+2024-09-02T07:02:38.0555864Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/data_movement/bcast/device/kernels/dataflow/writer_unary_interleaved_input_cols_batched.cpp:1[0m
+2024-09-02T07:02:38.0557308Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_matmul_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0558538Z [90m"./docs/source/ttnn/ttnn/ttnn/square.rst" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0559634Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/eltwise/binary/device/kernels/compute/eltwise_binary_kernel.cpp:1[0m
+2024-09-02T07:02:38.0560843Z [90mNot an Espressif copyright notice ./models/experimental/functional_whisper/reference/torch_functional_whisper.py:1[0m
+2024-09-02T07:02:38.0561803Z [90mNot an Espressif copyright notice ./models/experimental/stable_diffusion/sd_utils.py:1[0m
+2024-09-02T07:02:38.0563072Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/grayskull/ttnn_eltwise_subtract_and_apply_activation__test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0564356Z [90mNot an Espressif copyright notice ./tests/ttnn/integration_tests/falcon7b/test_falcon_attention.py:1[0m
+2024-09-02T07:02:38.0565526Z [90m"./tests/tt_eager/python_api_testing/sweep_tests/test_configs/tensor_tests/pytorch_unpad_from_tile_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0566690Z [90mNot an Espressif copyright notice ./models/experimental/stable_diffusion/tests/test_transformers.py:1[0m
+2024-09-02T07:02:38.0567795Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/transformer/concatenate_heads/concatenate_heads_pybind.cpp:1[0m
+2024-09-02T07:02:38.0569299Z [90m"./tests/tt_eager/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_eltwise_add_unary_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0570746Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_broken/grayskull/ttnn_nextafter.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0571824Z [90mNot an Espressif copyright notice ./tests/ttnn/sweep_tests/sweeps/sweeps/addcdiv.py:1[0m
+2024-09-02T07:02:38.0573111Z [90mNot an Espressif copyright notice ./tt_metal/include/compute_kernel_api/eltwise_unary/softplus.h:1[0m
+2024-09-02T07:02:38.0574367Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_eltwise_hardtanh_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0576110Z [90m"./tests/tt_eager/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_backward_eltwise_sub_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0577609Z [90m"./tests/tt_eager/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/pytorch_eltwise_sqrt_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0578716Z [90mNot an Espressif copyright notice ./tests/ttnn/sweep_tests/sweeps/sweeps/geglu.py:1[0m
+2024-09-02T07:02:38.0788230Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/experimental/transformer/rotary_embedding_llama/device/kernels/dataflow/reader_rotary_embedding_llama_interleaved_start_id.cpp:1[0m
+2024-09-02T07:02:38.0790098Z [90mNot an Espressif copyright notice ./models/experimental/efficientnet/tt/efficientnet_conv.py:1[0m
+2024-09-02T07:02:38.0791672Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_backward_erf_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0793468Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/normalization/layernorm_distributed/layernorm_distributed_pybind.cpp:1[0m
+2024-09-02T07:02:38.0794621Z [90mNot an Espressif copyright notice ./setup.py:1[0m
+2024-09-02T07:02:38.0795454Z [90mNot an Espressif copyright notice ./tests/ttnn/unit_tests/operations/test_math.py:1[0m
+2024-09-02T07:02:38.0796636Z [90mNot an Espressif copyright notice ./models/experimental/deit/tests/test_deit_patch_embeddings.py:1[0m
+2024-09-02T07:02:38.0798223Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_broken/grayskull/ttnn_eltwise_asinh_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0799697Z [90m"./docs/source/tt-metalium/tt_metal/apis/kernel_apis/compute/cos_tile.rst" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0800789Z [90mNot an Espressif copyright notice ./tests/tt_eager/python_api_testing/unit_testing/misc/test_nlp_concat_heads.py:1[0m
+2024-09-02T07:02:38.0801961Z [90mNot an Espressif copyright notice ./tt_metal/hw/ckernels/blackhole/metal/llk_api/llk_sfpu/llk_math_eltwise_unary_sfpu_power.h:1[0m
+2024-09-02T07:02:38.0803368Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/transformer/split_query_key_value_and_split_heads/split_query_key_value_and_split_heads_pybind.cpp:1[0m
+2024-09-02T07:02:38.0804684Z [90mNot an Espressif copyright notice ./tt_metal/hw/ckernels/grayskull/metal/llk_api/llk_sfpu/ckernel_sfpu_topk.h:1[0m
+2024-09-02T07:02:38.0805981Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_broken/grayskull/ttnn_eltwise_rad2deg_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0807087Z [90mNot an Espressif copyright notice ./tt_metal/common/metal_soc_descriptor.cpp:1[0m
+2024-09-02T07:02:38.0808219Z [90m"./tests/ttnn/python_api_testing/sweep_tests/test_configs/ci_sweep_tests_working/wormhole/ttnn_eltwise_lez_test.yaml" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0809324Z [90m"./ttnn/cpp/ttnn/operations/ccl/README.md" is not of a supported type! Skipping.[0m
+2024-09-02T07:02:38.0810314Z [90mNot an Espressif copyright notice ./models/demos/wormhole/mamba/reference/model.py:1[0m
+2024-09-02T07:02:38.0811452Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/deprecated/tt_dnn/op_library/moreh_softmax_backward/kernels/moreh_softmax_backward_h_large.cpp:1[0m
+2024-09-02T07:02:38.0812583Z [90mNot an Espressif copyright notice ./models/experimental/swin/tests/test_tt_swin_attention.py:1[0m
+2024-09-02T07:02:38.0813569Z [90mNot an Espressif copyright notice ./tests/tt_metal/tt_metal/unit_tests_common/dprint/test_mute_print_server.cpp:1[0m
+2024-09-02T07:02:38.0814623Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/eltwise/unary/common/unary_op_utils.hpp:1[0m
+2024-09-02T07:02:38.0815998Z [90mNot an Espressif copyright notice ./tests/tt_metal/tt_metal/perf_microbenchmark/old/noc/test_noc_read_local_l1.cpp:1[0m
+2024-09-02T07:02:38.0817003Z [90mNot an Espressif copyright notice ./models/experimental/squeezenet/reference/squeezenet.py:1[0m
+2024-09-02T07:02:38.0818034Z [90mNot an Espressif copyright notice ./tests/tt_metal/tt_metal/unit_tests_fast_dispatch/common/command_queue_fixture.hpp:1[0m
+2024-09-02T07:02:38.0819137Z [90mNot an Espressif copyright notice ./models/demos/wormhole/stable_diffusion/tt/ttnn_functional_embeddings.py:1[0m
+2024-09-02T07:02:38.0820312Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/embedding_backward/device/embedding_backward_device_operation.hpp:1[0m
+2024-09-02T07:02:38.0821582Z [90mNot an Espressif copyright notice ./ttnn/cpp/ttnn/operations/experimental/transformer/nlp_concat_heads/nlp_concat_heads.cpp:1[0m
+2024-09-02T07:02:38.0822240Z
+2024-09-02T07:02:38.0822524Z Additional information about this hook and copyright headers may be found here:
+2024-09-02T07:02:38.0823361Z https://docs.espressif.com/projects/esp-idf/en/latest/esp32/contribute/copyright-guide.html
+2024-09-02T07:02:38.0823855Z
+2024-09-02T07:02:38.0824026Z [92mSuccessfully processed 6809 files.[0m
+2024-09-02T07:02:38.0951175Z Post job cleanup.
+2024-09-02T07:02:38.2334203Z ##[warning]Cache paths are empty. Please check the previous logs and make sure that the python version is specified
+2024-09-02T07:02:38.2452437Z Post job cleanup.
+2024-09-02T07:02:38.3423184Z [command]/usr/bin/git version
+2024-09-02T07:02:38.3459941Z git version 2.46.0
+2024-09-02T07:02:38.3506092Z Temporarily overriding HOME='/home/runner/work/_temp/9d2d1742-f5ba-4339-8437-8b99e1a2ff0b' before making global git config changes
+2024-09-02T07:02:38.3507848Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:38.3519728Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:38.3555005Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:38.3587520Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:38.3840329Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:38.3862372Z http.https://github.com/.extraheader
+2024-09-02T07:02:38.3874361Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:02:38.3910817Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:38.4398315Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416360.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416360.log
new file mode 100644
index 00000000000..ecbb5d12bcf
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416360.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.7288419Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.7311447Z ##[group]Operating System
+2024-09-02T07:01:58.7312088Z Ubuntu
+2024-09-02T07:01:58.7312581Z 22.04.4
+2024-09-02T07:01:58.7312880Z LTS
+2024-09-02T07:01:58.7313212Z ##[endgroup]
+2024-09-02T07:01:58.7313642Z ##[group]Runner Image
+2024-09-02T07:01:58.7314073Z Image: ubuntu-22.04
+2024-09-02T07:01:58.7314481Z Version: 20240825.1.0
+2024-09-02T07:01:58.7315567Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:01:58.7316976Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:01:58.7317834Z ##[endgroup]
+2024-09-02T07:01:58.7318348Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:58.7318800Z 2.0.384.1
+2024-09-02T07:01:58.7319137Z ##[endgroup]
+2024-09-02T07:01:58.7335120Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.7336860Z Actions: read
+2024-09-02T07:01:58.7337283Z Contents: read
+2024-09-02T07:01:58.7337930Z Metadata: read
+2024-09-02T07:01:58.7338409Z Pages: write
+2024-09-02T07:01:58.7338773Z ##[endgroup]
+2024-09-02T07:01:58.7341939Z Secret source: Actions
+2024-09-02T07:01:58.7342518Z Prepare workflow directory
+2024-09-02T07:01:58.7974316Z Prepare all required actions
+2024-09-02T07:01:58.8139974Z Getting action download info
+2024-09-02T07:01:58.9268878Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.1253896Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.1256604Z Complete job name: static-checks / check-metal-kernel-count
+2024-09-02T07:01:59.4199458Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:59.4200027Z with:
+2024-09-02T07:01:59.4200533Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.4201333Z token: ***
+2024-09-02T07:01:59.4201822Z ssh-strict: true
+2024-09-02T07:01:59.4202199Z ssh-user: git
+2024-09-02T07:01:59.4202615Z persist-credentials: true
+2024-09-02T07:01:59.4203164Z clean: true
+2024-09-02T07:01:59.4203544Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:59.4204057Z fetch-depth: 1
+2024-09-02T07:01:59.4204507Z fetch-tags: false
+2024-09-02T07:01:59.4204873Z show-progress: true
+2024-09-02T07:01:59.4205288Z lfs: false
+2024-09-02T07:01:59.4205716Z submodules: false
+2024-09-02T07:01:59.4206095Z set-safe-directory: true
+2024-09-02T07:01:59.4206549Z ##[endgroup]
+2024-09-02T07:01:59.7300796Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.7302992Z ##[group]Getting Git version info
+2024-09-02T07:01:59.7304024Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.7305541Z [command]/usr/bin/git version
+2024-09-02T07:01:59.7365135Z git version 2.46.0
+2024-09-02T07:01:59.7392440Z ##[endgroup]
+2024-09-02T07:01:59.7417765Z Temporarily overriding HOME='/home/runner/work/_temp/b49a81c3-7bed-470d-9614-5c606e55f9e1' before making global git config changes
+2024-09-02T07:01:59.7420680Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:01:59.7423719Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.7469269Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.7471977Z ##[group]Initializing the repository
+2024-09-02T07:01:59.7476687Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.7578627Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:01:59.7581039Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:01:59.7583282Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:01:59.7584946Z hint:
+2024-09-02T07:01:59.7585992Z hint: git config --global init.defaultBranch
+2024-09-02T07:01:59.7587134Z hint:
+2024-09-02T07:01:59.7588517Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:01:59.7590942Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:01:59.7592450Z hint:
+2024-09-02T07:01:59.7593537Z hint: git branch -m
+2024-09-02T07:01:59.7595114Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:01:59.7599489Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:01:59.7639191Z ##[endgroup]
+2024-09-02T07:01:59.7640952Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:01:59.7643488Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:01:59.7678093Z ##[endgroup]
+2024-09-02T07:01:59.7686099Z ##[group]Setting up auth
+2024-09-02T07:01:59.7688180Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:01:59.7721771Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:01:59.8120911Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:01:59.8154129Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:01:59.8424268Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:01:59.8470474Z ##[endgroup]
+2024-09-02T07:01:59.8484681Z ##[group]Fetching the repository
+2024-09-02T07:01:59.8486995Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:01.8331679Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.8332947Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:01.8359148Z ##[endgroup]
+2024-09-02T07:02:01.8360367Z ##[group]Determining the checkout info
+2024-09-02T07:02:01.8361991Z ##[endgroup]
+2024-09-02T07:02:01.8368012Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:01.8411270Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:01.8441775Z ##[group]Checking out the ref
+2024-09-02T07:02:01.8446268Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:02.3802961Z Switched to a new branch 'main'
+2024-09-02T07:02:02.3804408Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:02.3831386Z ##[endgroup]
+2024-09-02T07:02:02.3871504Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:02.3896405Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:02.4202006Z ##[group]Run if (( $(find tt_metal/kernels/ -type f | wc -l) > 7 )); then exit 1; fi
+2024-09-02T07:02:02.4202971Z [36;1mif (( $(find tt_metal/kernels/ -type f | wc -l) > 7 )); then exit 1; fi[0m
+2024-09-02T07:02:02.4425731Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:02.4426452Z ##[endgroup]
+2024-09-02T07:02:02.4695149Z Post job cleanup.
+2024-09-02T07:01:58.7318348Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:58.7318800Z 2.0.384.1
+2024-09-02T07:01:58.7319137Z ##[endgroup]
+2024-09-02T07:01:58.7335120Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.7336860Z Actions: read
+2024-09-02T07:01:58.7337283Z Contents: read
+2024-09-02T07:01:58.7337930Z Metadata: read
+2024-09-02T07:01:58.7338409Z Pages: write
+2024-09-02T07:01:58.7338773Z ##[endgroup]
+2024-09-02T07:01:58.7341939Z Secret source: Actions
+2024-09-02T07:01:58.7342518Z Prepare workflow directory
+2024-09-02T07:01:58.7974316Z Prepare all required actions
+2024-09-02T07:01:58.8139974Z Getting action download info
+2024-09-02T07:01:58.9268878Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.1253896Z Uses: tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.1256604Z Complete job name: static-checks / check-metal-kernel-count
+2024-09-02T07:01:59.4199458Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:59.4200027Z with:
+2024-09-02T07:01:59.4200533Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.4201333Z token: ***
+2024-09-02T07:01:59.4201822Z ssh-strict: true
+2024-09-02T07:01:59.4202199Z ssh-user: git
+2024-09-02T07:01:59.4202615Z persist-credentials: true
+2024-09-02T07:01:59.4203164Z clean: true
+2024-09-02T07:01:59.4203544Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:59.4204057Z fetch-depth: 1
+2024-09-02T07:01:59.4204507Z fetch-tags: false
+2024-09-02T07:01:59.4204873Z show-progress: true
+2024-09-02T07:01:59.4205288Z lfs: false
+2024-09-02T07:01:59.4205716Z submodules: false
+2024-09-02T07:01:59.4206095Z set-safe-directory: true
+2024-09-02T07:01:59.4206549Z ##[endgroup]
+2024-09-02T07:01:59.7300796Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.7302992Z ##[group]Getting Git version info
+2024-09-02T07:01:59.7304024Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.7305541Z [command]/usr/bin/git version
+2024-09-02T07:01:59.7365135Z git version 2.46.0
+2024-09-02T07:01:59.7392440Z ##[endgroup]
+2024-09-02T07:01:59.7417765Z Temporarily overriding HOME='/home/runner/work/_temp/b49a81c3-7bed-470d-9614-5c606e55f9e1' before making global git config changes
+2024-09-02T07:01:59.7420680Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:01:59.7423719Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.7469269Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:01:59.7471977Z ##[group]Initializing the repository
+2024-09-02T07:01:59.7476687Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:01:59.7578627Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:01:59.7581039Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:01:59.7583282Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:01:59.7584946Z hint:
+2024-09-02T07:01:59.7585992Z hint: git config --global init.defaultBranch
+2024-09-02T07:01:59.7587134Z hint:
+2024-09-02T07:01:59.7588517Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:01:59.7590942Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:01:59.7592450Z hint:
+2024-09-02T07:01:59.7593537Z hint: git branch -m
+2024-09-02T07:01:59.7595114Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:01:59.7599489Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:01:59.7639191Z ##[endgroup]
+2024-09-02T07:01:59.7640952Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:01:59.7643488Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:01:59.7678093Z ##[endgroup]
+2024-09-02T07:01:59.7686099Z ##[group]Setting up auth
+2024-09-02T07:01:59.7688180Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:01:59.7721771Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:01:59.8120911Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:01:59.8154129Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:01:59.8424268Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:01:59.8470474Z ##[endgroup]
+2024-09-02T07:01:59.8484681Z ##[group]Fetching the repository
+2024-09-02T07:01:59.8486995Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:01.8331679Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.8332947Z * [new ref] a9bcd03b1775ab989aebab822ec2e4f821abac41 -> origin/main
+2024-09-02T07:02:01.8359148Z ##[endgroup]
+2024-09-02T07:02:01.8360367Z ##[group]Determining the checkout info
+2024-09-02T07:02:01.8361991Z ##[endgroup]
+2024-09-02T07:02:01.8368012Z [command]/usr/bin/git sparse-checkout disable
+2024-09-02T07:02:01.8411270Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
+2024-09-02T07:02:01.8441775Z ##[group]Checking out the ref
+2024-09-02T07:02:01.8446268Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main
+2024-09-02T07:02:02.3802961Z Switched to a new branch 'main'
+2024-09-02T07:02:02.3804408Z branch 'main' set up to track 'origin/main'.
+2024-09-02T07:02:02.3831386Z ##[endgroup]
+2024-09-02T07:02:02.3871504Z [command]/usr/bin/git log -1 --format='%H'
+2024-09-02T07:02:02.3896405Z 'a9bcd03b1775ab989aebab822ec2e4f821abac41'
+2024-09-02T07:02:02.4202006Z ##[group]Run if (( $(find tt_metal/kernels/ -type f | wc -l) > 7 )); then exit 1; fi
+2024-09-02T07:02:02.4202971Z [36;1mif (( $(find tt_metal/kernels/ -type f | wc -l) > 7 )); then exit 1; fi[0m
+2024-09-02T07:02:02.4425731Z shell: /usr/bin/bash -e {0}
+2024-09-02T07:02:02.4426452Z ##[endgroup]
+2024-09-02T07:02:02.4695149Z Post job cleanup.
+2024-09-02T07:02:02.5625854Z [command]/usr/bin/git version
+2024-09-02T07:02:02.5662250Z git version 2.46.0
+2024-09-02T07:02:02.5706790Z Temporarily overriding HOME='/home/runner/work/_temp/a93324a4-e0b5-4e7f-b57b-710eb0f5d7b9' before making global git config changes
+2024-09-02T07:02:02.5708006Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:02.5720424Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.5757432Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.5791363Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:02.6043775Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:02.6066736Z http.https://github.com/.extraheader
+2024-09-02T07:02:02.6079348Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:02:02.6113015Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:02.6554425Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416648.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416648.log
new file mode 100644
index 00000000000..3d2dcb73a0c
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416648.log
@@ -0,0 +1,200 @@
+2024-09-02T07:02:00.3846629Z Current runner version: '2.319.1'
+2024-09-02T07:02:00.3874467Z ##[group]Operating System
+2024-09-02T07:02:00.3875143Z Ubuntu
+2024-09-02T07:02:00.3875603Z 22.04.4
+2024-09-02T07:02:00.3875901Z LTS
+2024-09-02T07:02:00.3876250Z ##[endgroup]
+2024-09-02T07:02:00.3876702Z ##[group]Runner Image
+2024-09-02T07:02:00.3877148Z Image: ubuntu-22.04
+2024-09-02T07:02:00.3877536Z Version: 20240825.1.0
+2024-09-02T07:02:00.3878613Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:02:00.3880086Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:02:00.3880976Z ##[endgroup]
+2024-09-02T07:02:00.3881435Z ##[group]Runner Image Provisioner
+2024-09-02T07:02:00.3881937Z 2.0.384.1
+2024-09-02T07:02:00.3882273Z ##[endgroup]
+2024-09-02T07:02:00.3898164Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:02:00.3899968Z Actions: read
+2024-09-02T07:02:00.3900425Z Contents: read
+2024-09-02T07:02:00.3900962Z Metadata: read
+2024-09-02T07:02:00.3901545Z Pages: write
+2024-09-02T07:02:00.3901926Z ##[endgroup]
+2024-09-02T07:02:00.3905433Z Secret source: Actions
+2024-09-02T07:02:00.3906034Z Prepare workflow directory
+2024-09-02T07:02:00.4891008Z Prepare all required actions
+2024-09-02T07:02:00.5061355Z Getting action download info
+2024-09-02T07:02:00.6595093Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:01.2731508Z Getting action download info
+2024-09-02T07:02:01.4226104Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.5230545Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.5233216Z Complete job name: build / Release g++-12 grayskull ubuntu-22.04
+2024-09-02T07:02:01.6152915Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:01.6154306Z with:
+2024-09-02T07:02:01.6155314Z token: ***
+2024-09-02T07:02:01.6155901Z fetch-depth: 1
+2024-09-02T07:02:01.6156318Z env:
+2024-09-02T07:02:01.6156632Z ARCH_NAME: grayskull
+2024-09-02T07:02:01.6157128Z VERBOSE: 1
+2024-09-02T07:02:01.6157519Z ##[endgroup]
+2024-09-02T07:02:01.6432453Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:01.6432996Z with:
+2024-09-02T07:02:01.6433713Z token: ***
+2024-09-02T07:02:01.6434101Z fetch-depth: 1
+2024-09-02T07:02:01.6434575Z lfs: true
+2024-09-02T07:02:01.6434912Z submodules: recursive
+2024-09-02T07:02:01.6435331Z clean: true
+2024-09-02T07:02:01.6435812Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.6436308Z ssh-strict: true
+2024-09-02T07:02:01.6436658Z ssh-user: git
+2024-09-02T07:02:01.6437140Z persist-credentials: true
+2024-09-02T07:02:01.6437666Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:01.6438274Z fetch-tags: false
+2024-09-02T07:02:01.6438768Z show-progress: true
+2024-09-02T07:02:01.6439200Z set-safe-directory: true
+2024-09-02T07:02:01.6439623Z env:
+2024-09-02T07:02:01.6440025Z ARCH_NAME: grayskull
+2024-09-02T07:02:01.6440430Z VERBOSE: 1
+2024-09-02T07:02:01.6440867Z ##[endgroup]
+2024-09-02T07:02:01.9035377Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.9038382Z ##[group]Getting Git version info
+2024-09-02T07:02:01.9039810Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:01.9041803Z [command]/usr/bin/git version
+2024-09-02T07:02:01.9046139Z git version 2.46.0
+2024-09-02T07:02:01.9101021Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:02.9501844Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:02:02.9516307Z ##[endgroup]
+2024-09-02T07:02:02.9533081Z Temporarily overriding HOME='/home/runner/work/_temp/70dac819-4e90-440a-95b8-56c01107ee3b' before making global git config changes
+2024-09-02T07:02:02.9534211Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:02.9537828Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.9576449Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:02.9580327Z ##[group]Initializing the repository
+2024-09-02T07:02:02.9584510Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:02.9721903Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:02.9723021Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:02.9723850Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:02.9724420Z hint:
+2024-09-02T07:02:02.9724989Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:02.9725466Z hint:
+2024-09-02T07:02:02.9725996Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:02.9726886Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:02.9729156Z hint:
+2024-09-02T07:02:02.9729688Z hint: git branch -m
+2024-09-02T07:02:02.9732071Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:02.9744964Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:02.9787558Z ##[endgroup]
+2024-09-02T07:02:02.9788249Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:02.9792293Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:02.9823444Z ##[endgroup]
+2024-09-02T07:02:02.9824972Z ##[group]Setting up auth
+2024-09-02T07:02:02.9833255Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:02.9866239Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:03.0142839Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:03.0177890Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:03.0428950Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:03.0467433Z ##[endgroup]
+2024-09-02T07:02:03.0471506Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:02:03.0865535Z Updated Git hooks.
+2024-09-02T07:02:03.0866669Z Git LFS initialized.
+2024-09-02T07:02:03.0933081Z ##[group]Fetching the repository
+2024-09-02T07:02:03.0944999Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:04.7821498Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T08:09:24.3567910Z [993/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.cxx
+2024-09-02T08:09:26.5096179Z [994/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.cxx
+2024-09-02T08:09:28.5628350Z [995/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -MF tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o.d -o tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_sliding_window_ops.cpp
+2024-09-02T08:09:28.9864184Z [996/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -o test/tt_eager/ops/test_sliding_window_ops -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:09:38.6278258Z [997/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.cxx
+2024-09-02T08:09:41.6901076Z [998/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T08:09:42.1756538Z [999/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:09:43.6039582Z [1000/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T08:09:43.9276693Z [1001/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:09:51.7488196Z [1002/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:09:54.0453125Z [1003/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T08:09:55.5269437Z [1004/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T08:09:55.8903921Z [1005/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:10:10.8065003Z [1006/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T08:10:11.1025814Z [1007/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:10:21.8631338Z [1008/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T08:10:22.1684964Z [1009/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:10:36.9666019Z [1010/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T08:10:37.3277635Z [1011/1028] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:10:43.1433230Z [1012/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T08:10:47.3561525Z [1013/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T08:10:52.8627250Z [1014/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T08:10:52.9023916Z [1015/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T08:11:01.2665786Z [1016/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T08:11:02.8826600Z [1017/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T08:11:06.9997043Z [1018/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T08:11:10.1431346Z [1019/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:11:25.1903500Z [1020/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T08:11:27.8076840Z [1021/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T08:11:28.1369413Z [1022/1028] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:11:30.2600774Z [1023/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T08:11:30.3789593Z [1024/1028] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:11:34.4005618Z [1025/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T08:11:34.5149992Z [1026/1028] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:11:42.8971962Z [1027/1028] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/grayskull -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/grayskull -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_GRAYSKULL -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T08:11:43.0078853Z [1028/1028] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:11:43.0085096Z
+2024-09-02T08:11:43.0131158Z ##[group]Run df -h
+2024-09-02T08:11:43.0131493Z [36;1mdf -h [0m
+2024-09-02T08:11:43.0794681Z shell: /usr/bin/bash -e {0}
+2024-09-02T08:11:43.0795016Z env:
+2024-09-02T08:11:43.0795240Z ARCH_NAME: grayskull
+2024-09-02T08:11:43.0795520Z VERBOSE: 1
+2024-09-02T08:11:43.0795837Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:11:43.0796216Z ##[endgroup]
+2024-09-02T08:11:43.0916045Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T08:11:43.0916730Z /dev/root 73G 58G 15G 80% /
+2024-09-02T08:11:43.0917315Z tmpfs 7.9G 172K 7.9G 1% /dev/shm
+2024-09-02T08:11:43.0917959Z tmpfs 3.2G 1.1M 3.2G 1% /run
+2024-09-02T08:11:43.0918565Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T08:11:43.0919171Z /dev/sda15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T08:11:43.0919766Z /dev/sdb1 74G 4.1G 66G 6% /mnt
+2024-09-02T08:11:43.0920654Z tmpfs 1.6G 12K 1.6G 1% /run/user/1001
+2024-09-02T08:11:43.0985481Z Post job cleanup.
+2024-09-02T08:11:43.1032552Z Post job cleanup.
+2024-09-02T08:11:43.2063611Z [command]/usr/bin/git version
+2024-09-02T08:11:43.2103922Z git version 2.46.0
+2024-09-02T08:11:43.2148408Z Temporarily overriding HOME='/home/runner/work/_temp/1dca6857-29b9-457e-91d3-bafb1bb60eed' before making global git config changes
+2024-09-02T08:11:43.2149403Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T08:11:43.2162573Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:11:43.2202784Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T08:11:43.2238462Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T08:11:43.2488264Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:11:43.2539465Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:11:43.2593986Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:11:43.2647959Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:11:43.2717268Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:11:43.2790834Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:11:43.2838977Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:11:43.2884728Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:11:43.2935581Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:11:43.2986518Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:11:43.3032597Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:11:43.3105629Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T08:11:43.3137373Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3151496Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T08:11:43.3190800Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T08:11:43.3442306Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:11:43.3468673Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3513309Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:11:43.3538714Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3587564Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:11:43.3614592Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3654020Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:11:43.3679415Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3721483Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:11:43.3748723Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3792591Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:11:43.3818447Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3857231Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:11:43.3882152Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3919186Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:11:43.3944864Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.3982035Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:11:43.4008649Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.4045539Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:11:43.4071782Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.4110516Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:11:43.4135933Z http.https://github.com/.extraheader
+2024-09-02T08:11:43.4442677Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416972.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416972.log
new file mode 100644
index 00000000000..f2d0cab811f
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549416972.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.8460310Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.8486101Z ##[group]Operating System
+2024-09-02T07:01:58.8486755Z Ubuntu
+2024-09-02T07:01:58.8487253Z 22.04.4
+2024-09-02T07:01:58.8487596Z LTS
+2024-09-02T07:01:58.8487914Z ##[endgroup]
+2024-09-02T07:01:58.8488404Z ##[group]Runner Image
+2024-09-02T07:01:58.8488853Z Image: ubuntu-22.04
+2024-09-02T07:01:58.8489382Z Version: 20240825.1.0
+2024-09-02T07:01:58.8490456Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:01:58.8492599Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:01:58.8493652Z ##[endgroup]
+2024-09-02T07:01:58.8494076Z ##[group]Runner Image Provisioner
+2024-09-02T07:01:58.8494599Z 2.0.384.1
+2024-09-02T07:01:58.8495004Z ##[endgroup]
+2024-09-02T07:01:58.8510093Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.8511959Z Actions: read
+2024-09-02T07:01:58.8512382Z Contents: read
+2024-09-02T07:01:58.8513089Z Metadata: read
+2024-09-02T07:01:58.8513601Z Pages: write
+2024-09-02T07:01:58.8514059Z ##[endgroup]
+2024-09-02T07:01:58.8517342Z Secret source: Actions
+2024-09-02T07:01:58.8517963Z Prepare workflow directory
+2024-09-02T07:01:58.9425270Z Prepare all required actions
+2024-09-02T07:01:58.9581381Z Getting action download info
+2024-09-02T07:01:59.0986175Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.4982120Z Getting action download info
+2024-09-02T07:01:59.5784768Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.6695352Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.6698116Z Complete job name: build / Release g++-12 wormhole_b0 ubuntu-22.04
+2024-09-02T07:01:59.7567858Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:01:59.7569019Z with:
+2024-09-02T07:01:59.7569607Z token: ***
+2024-09-02T07:01:59.7570130Z fetch-depth: 1
+2024-09-02T07:01:59.7570518Z env:
+2024-09-02T07:01:59.7571215Z ARCH_NAME: wormhole_b0
+2024-09-02T07:01:59.7571788Z VERBOSE: 1
+2024-09-02T07:01:59.7572164Z ##[endgroup]
+2024-09-02T07:01:59.7826927Z ##[group]Run actions/checkout@v4
+2024-09-02T07:01:59.7827584Z with:
+2024-09-02T07:01:59.7828198Z token: ***
+2024-09-02T07:01:59.7828565Z fetch-depth: 1
+2024-09-02T07:01:59.7829032Z lfs: true
+2024-09-02T07:01:59.7829442Z submodules: recursive
+2024-09-02T07:01:59.7829874Z clean: true
+2024-09-02T07:01:59.7830317Z repository: tenstorrent/tt-metal
+2024-09-02T07:01:59.7830871Z ssh-strict: true
+2024-09-02T07:01:59.7831272Z ssh-user: git
+2024-09-02T07:01:59.7831775Z persist-credentials: true
+2024-09-02T07:01:59.7832268Z sparse-checkout-cone-mode: true
+2024-09-02T07:01:59.7833022Z fetch-tags: false
+2024-09-02T07:01:59.7833472Z show-progress: true
+2024-09-02T07:01:59.7833892Z set-safe-directory: true
+2024-09-02T07:01:59.7834421Z env:
+2024-09-02T07:01:59.7834783Z ARCH_NAME: wormhole_b0
+2024-09-02T07:01:59.7835223Z VERBOSE: 1
+2024-09-02T07:01:59.7835647Z ##[endgroup]
+2024-09-02T07:02:00.0102090Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:00.0104271Z ##[group]Getting Git version info
+2024-09-02T07:02:00.0105118Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:00.0106391Z [command]/usr/bin/git version
+2024-09-02T07:02:00.0106891Z git version 2.46.0
+2024-09-02T07:02:00.0153541Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.1755737Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:02:01.1770039Z ##[endgroup]
+2024-09-02T07:02:01.1786773Z Temporarily overriding HOME='/home/runner/work/_temp/34defeaf-8e34-4244-97ac-00ebb2345a5b' before making global git config changes
+2024-09-02T07:02:01.1787963Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.1790769Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.1826896Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:01.1830431Z ##[group]Initializing the repository
+2024-09-02T07:02:01.1834304Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.1904270Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:01.1905536Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:01.1906930Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:01.1907911Z hint:
+2024-09-02T07:02:01.1908923Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:01.1909785Z hint:
+2024-09-02T07:02:01.1910906Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:01.1911882Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:01.1912525Z hint:
+2024-09-02T07:02:01.1913004Z hint: git branch -m
+2024-09-02T07:02:01.1913683Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:01.1921298Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.1955149Z ##[endgroup]
+2024-09-02T07:02:01.1955944Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:01.1959296Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:01.1986328Z ##[endgroup]
+2024-09-02T07:02:01.1987324Z ##[group]Setting up auth
+2024-09-02T07:02:01.1993062Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:01.2023412Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:01.2265957Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:01.2297050Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:01.2539460Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:01.2575171Z ##[endgroup]
+2024-09-02T07:02:01.2578850Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:02:01.2938480Z Updated Git hooks.
+2024-09-02T07:02:01.2939466Z Git LFS initialized.
+2024-09-02T07:02:01.2954311Z ##[group]Fetching the repository
+2024-09-02T07:02:01.2964281Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:03.2090107Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T08:06:30.5524615Z [999/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx.cxx
+2024-09-02T08:06:37.5114957Z [1000/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.cxx
+2024-09-02T08:06:39.6026428Z [1001/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -MF tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o.d -o tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_sliding_window_ops.cpp
+2024-09-02T08:06:39.8240276Z [1002/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -o test/tt_eager/ops/test_sliding_window_ops -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:06:48.8628928Z [1003/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.cxx
+2024-09-02T08:06:51.6166179Z [1004/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T08:06:51.9685822Z [1005/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:06:52.0504131Z [1006/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T08:06:52.4118072Z [1007/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:07:00.6289483Z [1008/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:07:01.8522938Z [1009/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T08:07:02.2254229Z [1010/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:07:02.3983067Z [1011/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T08:07:14.0703697Z [1012/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T08:07:14.4545080Z [1013/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:07:27.7521311Z [1014/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T08:07:28.0102270Z [1015/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:07:41.8641613Z [1016/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T08:07:44.8084956Z [1017/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T08:07:45.2407652Z [1018/1034] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:07:51.8228707Z [1019/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T08:07:54.5096761Z [1020/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T08:07:56.5995735Z [1021/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T08:08:04.5800621Z [1022/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T08:08:05.3089695Z [1023/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T08:08:13.9059961Z [1024/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:08:15.8264017Z [1025/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T08:08:28.1465498Z [1026/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T08:08:30.8301439Z [1027/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T08:08:31.1042667Z [1028/1034] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:08:31.7828641Z [1029/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T08:08:31.8995764Z [1030/1034] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:08:35.8302351Z [1031/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T08:08:35.9338492Z [1032/1034] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:08:44.3156532Z [1033/1034] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/wormhole/wormhole_b0_defines -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/wormhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/wormhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_WORMHOLE_B0 -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T08:08:44.4156477Z [1034/1034] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:08:44.4162053Z
+2024-09-02T08:08:44.4203573Z ##[group]Run df -h
+2024-09-02T08:08:44.4203903Z [36;1mdf -h [0m
+2024-09-02T08:08:44.4772928Z shell: /usr/bin/bash -e {0}
+2024-09-02T08:08:44.4773246Z env:
+2024-09-02T08:08:44.4773470Z ARCH_NAME: wormhole_b0
+2024-09-02T08:08:44.4773743Z VERBOSE: 1
+2024-09-02T08:08:44.4774033Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:08:44.4774401Z ##[endgroup]
+2024-09-02T08:08:44.4887032Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T08:08:44.4887736Z /dev/root 73G 58G 15G 80% /
+2024-09-02T08:08:44.4890836Z tmpfs 7.9G 172K 7.9G 1% /dev/shm
+2024-09-02T08:08:44.4895038Z tmpfs 3.2G 1.1M 3.2G 1% /run
+2024-09-02T08:08:44.4895897Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T08:08:44.4896585Z /dev/sda15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T08:08:44.4897237Z /dev/sdb1 74G 4.1G 66G 6% /mnt
+2024-09-02T08:08:44.4899442Z tmpfs 1.6G 12K 1.6G 1% /run/user/1001
+2024-09-02T08:08:44.4998582Z Post job cleanup.
+2024-09-02T08:08:44.5074332Z Post job cleanup.
+2024-09-02T08:08:44.6103659Z [command]/usr/bin/git version
+2024-09-02T08:08:44.6149552Z git version 2.46.0
+2024-09-02T08:08:44.6195422Z Temporarily overriding HOME='/home/runner/work/_temp/39a8ca29-30e9-4df4-aeeb-98a27ebe0049' before making global git config changes
+2024-09-02T08:08:44.6196812Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T08:08:44.6207747Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:08:44.6243228Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T08:08:44.6275341Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T08:08:44.6521297Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:08:44.6566970Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:08:44.6616937Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:08:44.6667906Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:08:44.6736529Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:08:44.6800890Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:08:44.6847684Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:08:44.6893850Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:08:44.6943103Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:08:44.6988731Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:08:44.7033389Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:08:44.7098080Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T08:08:44.7122680Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7136098Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T08:08:44.7171578Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T08:08:44.7406851Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:08:44.7430940Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7468521Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:08:44.7492861Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7527436Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:08:44.7552268Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7587546Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:08:44.7612653Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7651898Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:08:44.7676892Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7720082Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:08:44.7745140Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7781325Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:08:44.7805933Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7842097Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:08:44.7867156Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7903260Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:08:44.7927883Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.7963820Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:08:44.7989122Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.8022917Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:08:44.8046887Z http.https://github.com/.extraheader
+2024-09-02T08:08:44.8312400Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417256.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417256.log
new file mode 100644
index 00000000000..60b274fd8a2
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417256.log
@@ -0,0 +1,200 @@
+2024-09-02T07:02:00.2058714Z Current runner version: '2.319.1'
+2024-09-02T07:02:00.2098863Z ##[group]Operating System
+2024-09-02T07:02:00.2099634Z Ubuntu
+2024-09-02T07:02:00.2100000Z 22.04.4
+2024-09-02T07:02:00.2100334Z LTS
+2024-09-02T07:02:00.2100747Z ##[endgroup]
+2024-09-02T07:02:00.2101157Z ##[group]Runner Image
+2024-09-02T07:02:00.2101618Z Image: ubuntu-22.04
+2024-09-02T07:02:00.2102111Z Version: 20240825.1.0
+2024-09-02T07:02:00.2103106Z Included Software: https://github.com/actions/runner-images/blob/ubuntu22/20240825.1/images/ubuntu/Ubuntu2204-Readme.md
+2024-09-02T07:02:00.2104500Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu22%2F20240825.1
+2024-09-02T07:02:00.2105420Z ##[endgroup]
+2024-09-02T07:02:00.2105822Z ##[group]Runner Image Provisioner
+2024-09-02T07:02:00.2106387Z 2.0.384.1
+2024-09-02T07:02:00.2106721Z ##[endgroup]
+2024-09-02T07:02:00.2121233Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:02:00.2123004Z Actions: read
+2024-09-02T07:02:00.2123414Z Contents: read
+2024-09-02T07:02:00.2124138Z Metadata: read
+2024-09-02T07:02:00.2124668Z Pages: write
+2024-09-02T07:02:00.2125062Z ##[endgroup]
+2024-09-02T07:02:00.2127975Z Secret source: Actions
+2024-09-02T07:02:00.2128694Z Prepare workflow directory
+2024-09-02T07:02:00.3033444Z Prepare all required actions
+2024-09-02T07:02:00.3190320Z Getting action download info
+2024-09-02T07:02:00.4573713Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:00.8570182Z Getting action download info
+2024-09-02T07:02:00.9815622Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.0688654Z Uses: tenstorrent/tt-metal/.github/workflows/build.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.0691382Z Complete job name: build / Release g++-12 blackhole ubuntu-22.04
+2024-09-02T07:02:01.1541341Z ##[group]Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0
+2024-09-02T07:02:01.1542396Z with:
+2024-09-02T07:02:01.1543066Z token: ***
+2024-09-02T07:02:01.1543481Z fetch-depth: 1
+2024-09-02T07:02:01.1543847Z env:
+2024-09-02T07:02:01.1544282Z ARCH_NAME: blackhole
+2024-09-02T07:02:01.1544701Z VERBOSE: 1
+2024-09-02T07:02:01.1545080Z ##[endgroup]
+2024-09-02T07:02:01.1796529Z ##[group]Run actions/checkout@v4
+2024-09-02T07:02:01.1797049Z with:
+2024-09-02T07:02:01.1797696Z token: ***
+2024-09-02T07:02:01.1798088Z fetch-depth: 1
+2024-09-02T07:02:01.1798451Z lfs: true
+2024-09-02T07:02:01.1798919Z submodules: recursive
+2024-09-02T07:02:01.1799353Z clean: true
+2024-09-02T07:02:01.1799763Z repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.1800652Z ssh-strict: true
+2024-09-02T07:02:01.1801107Z ssh-user: git
+2024-09-02T07:02:01.1801535Z persist-credentials: true
+2024-09-02T07:02:01.1802129Z sparse-checkout-cone-mode: true
+2024-09-02T07:02:01.1802730Z fetch-tags: false
+2024-09-02T07:02:01.1803194Z show-progress: true
+2024-09-02T07:02:01.1803627Z set-safe-directory: true
+2024-09-02T07:02:01.1804049Z env:
+2024-09-02T07:02:01.1804460Z ARCH_NAME: blackhole
+2024-09-02T07:02:01.1804886Z VERBOSE: 1
+2024-09-02T07:02:01.1805266Z ##[endgroup]
+2024-09-02T07:02:01.3657185Z Syncing repository: tenstorrent/tt-metal
+2024-09-02T07:02:01.3660080Z ##[group]Getting Git version info
+2024-09-02T07:02:01.3661630Z Working directory is '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:01.3663425Z [command]/usr/bin/git version
+2024-09-02T07:02:01.3664528Z git version 2.46.0
+2024-09-02T07:02:01.3709087Z [command]/usr/bin/git lfs version
+2024-09-02T07:02:01.4148666Z git-lfs/3.5.1 (GitHub; linux amd64; go 1.21.8)
+2024-09-02T07:02:01.4162104Z ##[endgroup]
+2024-09-02T07:02:01.4177006Z Temporarily overriding HOME='/home/runner/work/_temp/4daa5051-b49f-4259-9e28-c8fdebe9a818' before making global git config changes
+2024-09-02T07:02:01.4178526Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:02:01.4181665Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.4216891Z Deleting the contents of '/home/runner/work/tt-metal/tt-metal'
+2024-09-02T07:02:01.4220622Z ##[group]Initializing the repository
+2024-09-02T07:02:01.4225579Z [command]/usr/bin/git init /home/runner/work/tt-metal/tt-metal
+2024-09-02T07:02:01.4297263Z hint: Using 'master' as the name for the initial branch. This default branch name
+2024-09-02T07:02:01.4298746Z hint: is subject to change. To configure the initial branch name to use in all
+2024-09-02T07:02:01.4299927Z hint: of your new repositories, which will suppress this warning, call:
+2024-09-02T07:02:01.4300623Z hint:
+2024-09-02T07:02:01.4301584Z hint: git config --global init.defaultBranch
+2024-09-02T07:02:01.4302806Z hint:
+2024-09-02T07:02:01.4303968Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
+2024-09-02T07:02:01.4305644Z hint: 'development'. The just-created branch can be renamed via this command:
+2024-09-02T07:02:01.4306727Z hint:
+2024-09-02T07:02:01.4307171Z hint: git branch -m
+2024-09-02T07:02:01.4308056Z Initialized empty Git repository in /home/runner/work/tt-metal/tt-metal/.git/
+2024-09-02T07:02:01.4316289Z [command]/usr/bin/git remote add origin https://github.com/tenstorrent/tt-metal
+2024-09-02T07:02:01.4351710Z ##[endgroup]
+2024-09-02T07:02:01.4352590Z ##[group]Disabling automatic garbage collection
+2024-09-02T07:02:01.4356524Z [command]/usr/bin/git config --local gc.auto 0
+2024-09-02T07:02:01.4384233Z ##[endgroup]
+2024-09-02T07:02:01.4384954Z ##[group]Setting up auth
+2024-09-02T07:02:01.4390595Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:02:01.4421242Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:02:01.4669448Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:02:01.4708299Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:02:01.4944774Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
+2024-09-02T07:02:01.4980467Z ##[endgroup]
+2024-09-02T07:02:01.4984772Z [command]/usr/bin/git lfs install --local
+2024-09-02T07:02:01.5346127Z Updated Git hooks.
+2024-09-02T07:02:01.5347333Z Git LFS initialized.
+2024-09-02T07:02:01.5359655Z ##[group]Fetching the repository
+2024-09-02T07:02:01.5370518Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a9bcd03b1775ab989aebab822ec2e4f821abac41:refs/remotes/origin/main
+2024-09-02T07:02:03.7157498Z From https://github.com/tenstorrent/tt-metal
+2024-09-02T08:03:57.4922859Z [992/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_sfpu.dir/ops/test_sfpu.cpp.o -o test/tt_eager/ops/test_sfpu -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:04.8012443Z [993/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -MF tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o.d -o tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_sliding_window_ops.cpp
+2024-09-02T08:04:05.1253954Z [994/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_sliding_window_ops.dir/ops/test_sliding_window_ops.cpp.o -o test/tt_eager/ops/test_sliding_window_ops -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:05.8409074Z [995/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx.cxx
+2024-09-02T08:04:13.2157519Z [996/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -MF tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch.d -o tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx.cxx
+2024-09-02T08:04:17.4400530Z [997/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_copy_and_move.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -MF tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o.d -o tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_copy_and_move.cpp
+2024-09-02T08:04:17.5741245Z [998/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_copy_and_move.dir/tensors/test_copy_and_move.cpp.o -o test/tt_eager/tensors/test_copy_and_move -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:19.5963270Z [999/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_fold_op.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -MF tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o.d -o tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/ops/test_fold_op.cpp
+2024-09-02T08:04:19.7552003Z [1000/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_fold_op.dir/ops/test_fold_op.cpp.o -o test/tt_eager/ops/test_fold_op -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:26.5376062Z [1001/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:04:28.3453514Z [1002/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx.cxx
+2024-09-02T08:04:28.5412133Z [1003/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -MF tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o.d -o tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_host_device_loopback.cpp
+2024-09-02T08:04:28.8625944Z [1004/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_host_device_loopback.dir/tensors/test_host_device_loopback.cpp.o -o test/tt_eager/tensors/test_host_device_loopback -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:40.9889846Z [1005/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -MF tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o.d -o tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_raw_host_memory_pointer.cpp
+2024-09-02T08:04:41.2269262Z [1006/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_raw_host_memory_pointer.dir/tensors/test_raw_host_memory_pointer.cpp.o -o test/tt_eager/tensors/test_raw_host_memory_pointer -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:04:56.6035614Z [1007/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -MF tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o.d -o tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/tensors/test_async_tensor_apis.cpp
+2024-09-02T08:04:56.8858697Z [1008/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_async_tensor_apis.dir/tensors/test_async_tensor_apis.cpp.o -o test/tt_eager/tensors/test_async_tensor_apis -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:05:08.7293364Z [1009/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/common -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/tt_eager -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/tt_eager/CMakeFiles/test_bert.dir/cmake_pch.hxx -MD -MT tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -MF tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o.d -o tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/tt_eager/integration_tests/test_bert.cpp
+2024-09-02T08:05:08.9219393Z [1010/1027] : && /usr/bin/g++-12 -O3 tests/tt_eager/CMakeFiles/test_bert.dir/integration_tests/test_bert.cpp.o -o test/tt_eager/integration_tests/test_bert -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 tt_metal/libtt_metal.so -lz -latomic -lhwloc -lnuma lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a -lstdc++ _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lpthread -ldl -lrt /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:05:12.4794335Z [1011/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_async_runtime.cpp
+2024-09-02T08:05:17.5765403Z [1012/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_add.cpp
+2024-09-02T08:05:20.7571660Z [1013/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_graph_add.cpp
+2024-09-02T08:05:21.8639190Z [1014/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_reflect.cpp
+2024-09-02T08:05:29.1734881Z [1015/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_repeat_interleave.cpp
+2024-09-02T08:05:30.5434721Z [1016/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx.cxx
+2024-09-02T08:05:36.4064807Z [1017/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multiprod_queue.cpp
+2024-09-02T08:05:37.6797120Z [1018/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -x c++-header -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.gch -c /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx.cxx
+2024-09-02T08:05:52.5708433Z [1019/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_cq_multi_dev.cpp
+2024-09-02T08:05:55.1855126Z [1020/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_to_and_from_json.cpp
+2024-09-02T08:05:55.4595190Z [1021/1027] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_graph_add.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_repeat_interleave.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_async_runtime.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multiprod_queue.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_multi_cq_multi_dev.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_reflect.cpp.o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn.dir/test_to_and_from_json.cpp.o -o test/ttnn/unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:05:57.4253883Z [1022/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/ccl/test_erisc_data_mover_with_workers.cpp
+2024-09-02T08:05:57.5894880Z [1023/1027] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/unit_tests_ttnn_ccl.dir/ccl/test_erisc_data_mover_with_workers.cpp.o -o test/ttnn/unit_tests_ttnn_ccl -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:05:59.7369848Z [1024/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_multi_device.cpp
+2024-09-02T08:05:59.8368010Z [1025/1027] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/test_multi_device.dir/test_multi_device.cpp.o -o test/ttnn/test_multi_device -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:06:08.2910698Z [1026/1027] /usr/bin/g++-12 -DDISABLE_NAMESPACE_STATIC_ASSERT -DUSING_UV_SHARED=1 -DYAML_CPP_STATIC_DEFINE -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd -I/home/runner/work/tt-metal/tt-metal -I/home/runner/work/tt-metal/tt-metal/tt_metal -I/home/runner/work/tt-metal/tt-metal/tests -I/home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests -I/home/runner/work/tt-metal/tt-metal/ttnn -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/deprecated -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/fmt -I/home/runner/work/tt-metal/tt-metal/ttnn/cpp/ttnn/experimental/tt_lib -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/pybind11/include -I/usr/include/python3.10 -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc -I/home/runner/work/tt-metal/tt-metal/tt_metal/hw/inc/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device/blackhole -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/src/firmware/riscv/blackhole -I/home/runner/work/tt-metal/tt-metal/.cpmcache/libuv/72aa6fc919b0653b47b7e9e7cf59ec92037e8693/include -I/home/runner/work/tt-metal/tt-metal/.cpmcache/yaml-cpp/905940a232aea3437e2fb77334461b1fe343318b/include -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/device -I/home/runner/work/tt-metal/tt-metal/tt_metal/third_party/umd/third_party/fmt/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/googletest/96129d89f45386492ae46d6bb8c027bc3df5f949/googletest -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/reflect/e75434c4c5f669e4a74e4d84e0a30d7249c1e66f -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/flatbuffers/2c4062bffa52fa4157b1b4deeae73395df475fda/include -isystem /home/runner/work/tt-metal/tt-metal/.cpmcache/nanomsg/28cc32d5bdb6a858fe53b3ccf7e923957e53eada/include -O3 -std=c++20 -MP -Wno-int-to-pointer-cast -fno-var-tracking -mavx2 -fPIC -DFMT_HEADER_ONLY -fvisibility-inlines-hidden -fno-lto -DARCH_BLACKHOLE -DDISABLE_ISSUE_3487_FIX -Werror -Wdelete-non-virtual-dtor -Wreturn-type -Wswitch -Wuninitialized -Wno-unused-parameter -Wno-deprecated -Wno-attributes -Wno-stringop-overread -Wno-stringop-overflow -Wno-maybe-uninitialized -Wno-missing-requires -Wno-narrowing -Wno-non-template-friend -Wno-error=non-template-friend -fsized-deallocation -Winvalid-pch -include /home/runner/work/tt-metal/tt-metal/build/tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/cmake_pch.hxx -MD -MT tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -MF tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o.d -o tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -c /home/runner/work/tt-metal/tt-metal/tests/ttnn/unit_tests/gtests/test_ccl_on_tg.cpp
+2024-09-02T08:06:08.3854008Z [1027/1027] : && /usr/bin/g++-12 -O3 tests/ttnn/unit_tests/gtests/CMakeFiles/galaxy_unit_tests_ttnn.dir/test_ccl_on_tg.cpp.o -o test/ttnn/galaxy_unit_tests_ttnn -Wl,-rpath,/home/runner/work/tt-metal/tt-metal/build/ttnn:/home/runner/work/tt-metal/tt-metal/build/tt_metal:/home/runner/work/tt-metal/tt-metal/build/lib:/home/runner/work/tt-metal/tt-metal/build/_deps/nanomsg-build:/home/runner/work/tt-metal/tt-metal/build/_deps/libuv-build ttnn/_ttnn.so tt_metal/libtt_metal.so lib/libgtest_main.so.1.13.0 lib/libgtest.so.1.13.0 lib/libdevice.so _deps/yaml-cpp-build/libyaml-cpp.a _deps/nanomsg-build/libnng.so.1.8.0 _deps/libuv-build/libuv.so.1.0.0 -lrt -lstdc++ -ldl -lz -lpthread -latomic -lhwloc -lnuma /usr/lib/x86_64-linux-gnu/libpython3.10.so && :
+2024-09-02T08:06:08.3859678Z
+2024-09-02T08:06:08.3898263Z ##[group]Run df -h
+2024-09-02T08:06:08.3898594Z [36;1mdf -h [0m
+2024-09-02T08:06:08.4315816Z shell: /usr/bin/bash -e {0}
+2024-09-02T08:06:08.4316106Z env:
+2024-09-02T08:06:08.4316318Z ARCH_NAME: blackhole
+2024-09-02T08:06:08.4316580Z VERBOSE: 1
+2024-09-02T08:06:08.4316873Z TT_METAL_HOME: /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:06:08.4317235Z ##[endgroup]
+2024-09-02T08:06:08.4431115Z Filesystem Size Used Avail Use% Mounted on
+2024-09-02T08:06:08.4431962Z /dev/root 73G 58G 15G 80% /
+2024-09-02T08:06:08.4432534Z tmpfs 7.9G 172K 7.9G 1% /dev/shm
+2024-09-02T08:06:08.4432983Z tmpfs 3.2G 1.1M 3.2G 1% /run
+2024-09-02T08:06:08.4433434Z tmpfs 5.0M 0 5.0M 0% /run/lock
+2024-09-02T08:06:08.4433974Z /dev/sdb15 105M 6.1M 99M 6% /boot/efi
+2024-09-02T08:06:08.4435018Z /dev/sda1 74G 4.1G 66G 6% /mnt
+2024-09-02T08:06:08.4435643Z tmpfs 1.6G 12K 1.6G 1% /run/user/1001
+2024-09-02T08:06:08.4497104Z Post job cleanup.
+2024-09-02T08:06:08.4542882Z Post job cleanup.
+2024-09-02T08:06:08.5515702Z [command]/usr/bin/git version
+2024-09-02T08:06:08.5551514Z git version 2.46.0
+2024-09-02T08:06:08.5592644Z Temporarily overriding HOME='/home/runner/work/_temp/ab6be470-1495-4a94-8d35-8094682db8e3' before making global git config changes
+2024-09-02T08:06:08.5593720Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T08:06:08.5604948Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/tt-metal/tt-metal
+2024-09-02T08:06:08.5640739Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T08:06:08.5673729Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T08:06:08.5913436Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:06:08.5961232Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:06:08.6009655Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:06:08.6058657Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:06:08.6121636Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:06:08.6188810Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:06:08.6234888Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:06:08.6279834Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:06:08.6327336Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:06:08.6373465Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:06:08.6418143Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:06:08.6488355Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T08:06:08.6513146Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.6526618Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T08:06:08.6568357Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T08:06:08.6826386Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T08:06:08.6852083Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.6889091Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T08:06:08.6913440Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.6953279Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T08:06:08.6980475Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7025102Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T08:06:08.7050760Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7091954Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T08:06:08.7116797Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7158728Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T08:06:08.7184643Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7221454Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T08:06:08.7247753Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7284025Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T08:06:08.7308676Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7345367Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T08:06:08.7371027Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7407501Z Entering 'tt_metal/third_party/umd'
+2024-09-02T08:06:08.7432333Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7466467Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T08:06:08.7491359Z http.https://github.com/.extraheader
+2024-09-02T08:06:08.7767101Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417551.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417551.log
new file mode 100644
index 00000000000..8a10714eeed
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417551.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:59.5457804Z Current runner version: '2.319.1'
+2024-09-02T07:01:59.5465043Z Runner name: 'tt-metal-ci-vm-108'
+2024-09-02T07:01:59.5465934Z Runner group name: 'Default'
+2024-09-02T07:01:59.5467139Z Machine name: 'tt-metal-ci-vm-108'
+2024-09-02T07:01:59.5487114Z Testing runner upgrade compatibility
+2024-09-02T07:01:59.6130340Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:59.6222746Z Actions: read
+2024-09-02T07:01:59.6223706Z Contents: read
+2024-09-02T07:01:59.6224225Z Metadata: read
+2024-09-02T07:01:59.6224769Z Pages: write
+2024-09-02T07:01:59.6225328Z ##[endgroup]
+2024-09-02T07:01:59.6231213Z Secret source: Actions
+2024-09-02T07:01:59.6232294Z Prepare workflow directory
+2024-09-02T07:01:59.7605823Z Prepare all required actions
+2024-09-02T07:01:59.7886680Z Getting action download info
+2024-09-02T07:01:59.9791832Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:02:00.4206634Z Getting action download info
+2024-09-02T07:02:00.5961594Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:02:01.2134564Z Uses: tenstorrent/tt-metal/.github/workflows/umd-unit-tests.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:02:01.2137425Z ##[group] Inputs
+2024-09-02T07:02:01.2137980Z arch: grayskull
+2024-09-02T07:02:01.2138463Z runner-label: E150
+2024-09-02T07:02:01.2139802Z timeout: 15
+2024-09-02T07:02:01.2140285Z ##[endgroup]
+2024-09-02T07:02:01.2141250Z Complete job name: umd-unit-tests (grayskull, E150) / grayskull E150
+2024-09-02T07:02:01.2939820Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:02:01.3135966Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/reset.sh'
+2024-09-02T07:02:01.3156311Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:02:01.3157052Z ##[endgroup]
+2024-09-02T07:02:01.3466919Z Current date / time is Mon Sep 2 07:02:01 UTC 2024
+2024-09-02T07:02:01.9204494Z tt-smi reset was successful
+2024-09-02T07:02:02.3917786Z
+2024-09-02T07:02:02.3918599Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:02.3944114Z [1A[J
+2024-09-02T07:02:02.3947088Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:02.3948223Z
+2024-09-02T07:02:02.3949912Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:02:02.3950292Z
+2024-09-02T07:02:02.3950806Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:02:02.3954815Z
+2024-09-02T07:02:02.3955292Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:02:02.4017350Z Gathering Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
+2024-09-02T07:02:02.4038815Z [95m Saved tt-smi log to: /opt/tt_metal_infra/smi.log [0m
+2024-09-02T07:02:02.4776590Z {
+2024-09-02T07:02:02.4782948Z "time": "2024-09-02T07:02:02.395451",
+2024-09-02T07:02:02.4783805Z "host_info": {
+2024-09-02T07:02:02.4784450Z "OS": "Linux",
+2024-09-02T07:02:02.4785086Z "Distro": "Ubuntu 20.04.6 LTS",
+2024-09-02T07:02:02.4785889Z "Kernel": "5.4.0-192-generic",
+2024-09-02T07:02:02.4786625Z "Hostname": "tt-metal-ci-vm-108",
+2024-09-02T07:02:02.4787315Z "Platform": "x86_64",
+2024-09-02T07:02:02.4787940Z "Python": "3.8.10",
+2024-09-02T07:02:02.4788665Z "Memory": "47.14 GB",
+2024-09-02T07:02:02.4789286Z "Driver": "TTKMD 1.27.1"
+2024-09-02T07:02:02.4789820Z },
+2024-09-02T07:02:02.4790323Z "device_info": [
+2024-09-02T07:02:02.4790842Z {
+2024-09-02T07:02:02.4791331Z "smbus_telem": {
+2024-09-02T07:02:02.4792140Z "BOARD_ID": "0x10000361152e00d",
+2024-09-02T07:02:02.4792907Z "SMBUS_TX_ENUM_VERSION": "0xba5e0001",
+2024-09-02T07:02:02.4793621Z "SMBUS_TX_DEVICE_ID": "0xfaca1e52",
+2024-09-02T07:02:02.4794375Z "SMBUS_TX_ASIC_RO": null,
+2024-09-02T07:02:02.4795103Z "SMBUS_TX_ASIC_IDD": null,
+2024-09-02T07:02:02.4845266Z "SMBUS_TX_BOARD_ID_HIGH": "0x1000036",
+2024-09-02T07:02:02.4846053Z "SMBUS_TX_BOARD_ID_LOW": "0x1152e00d",
+2024-09-02T07:02:02.4851350Z "SMBUS_TX_ARC0_FW_VERSION": "0x1070000",
+2024-09-02T07:02:02.4852064Z "SMBUS_TX_ARC1_FW_VERSION": "0x1070000",
+2024-09-02T07:02:02.4852704Z "SMBUS_TX_ARC2_FW_VERSION": null,
+2024-09-02T07:02:02.4853378Z "SMBUS_TX_ARC3_FW_VERSION": "0x1070000",
+2024-09-02T07:02:02.4854059Z "SMBUS_TX_SPIBOOTROM_FW_VERSION": null,
+2024-09-02T07:02:02.4854726Z "SMBUS_TX_ETH_FW_VERSION": null,
+2024-09-02T07:02:02.4855409Z "SMBUS_TX_M3_BL_FW_VERSION": null,
+2024-09-02T07:02:02.4856082Z "SMBUS_TX_M3_APP_FW_VERSION": null,
+2024-09-02T07:02:02.4856724Z "SMBUS_TX_DDR_SPEED": "0xe74",
+2024-09-02T07:02:02.4857355Z "SMBUS_TX_DDR_STATUS": "0x111111",
+2024-09-02T07:02:02.4858013Z "SMBUS_TX_ETH_STATUS0": null,
+2024-09-02T07:02:02.4858844Z "SMBUS_TX_ETH_STATUS1": null,
+2024-09-02T07:02:02.4859471Z "SMBUS_TX_PCIE_STATUS": "0x11040042",
+2024-09-02T07:02:02.4860129Z "SMBUS_TX_FAULTS": null,
+2024-09-02T07:02:02.4860747Z "SMBUS_TX_ARC0_HEALTH": "0xc3fb4979",
+2024-09-02T07:02:02.4861375Z "SMBUS_TX_ARC1_HEALTH": null,
+2024-09-02T07:02:02.4862012Z "SMBUS_TX_ARC2_HEALTH": null,
+2024-09-02T07:02:02.4862626Z "SMBUS_TX_ARC3_HEALTH": null,
+2024-09-02T07:02:02.4863222Z "SMBUS_TX_FAN_SPEED": "0xff",
+2024-09-02T07:02:02.4863846Z "SMBUS_TX_AICLK": "0x4b200fa",
+2024-09-02T07:02:02.4864713Z "SMBUS_TX_AXICLK": "0x384",
+2024-09-02T07:02:02.4865311Z "SMBUS_TX_ARCCLK": "0x21c",
+2024-09-02T07:02:02.4865926Z "SMBUS_TX_THROTTLER": null,
+2024-09-02T07:02:02.4866538Z "SMBUS_TX_VCORE": "0x2e4",
+2024-09-02T07:02:02.4867165Z "SMBUS_TX_ASIC_TEMPERATURE": "0x2db0210",
+2024-09-02T07:02:02.4867843Z "SMBUS_TX_VREG_TEMPERATURE": null,
+2024-09-02T07:02:02.4868676Z "SMBUS_TX_BOARD_TEMPERATURE": null,
+2024-09-02T07:02:02.4869288Z "SMBUS_TX_TDP": "0xaa0010",
+2024-09-02T07:02:02.4869911Z "SMBUS_TX_TDC": "0x12c0014",
+2024-09-02T07:02:02.4870546Z "SMBUS_TX_VDD_LIMITS": "0x3a202e4",
+2024-09-02T07:02:02.4871169Z "SMBUS_TX_THM_LIMITS": "0x53004b",
+2024-09-02T07:02:02.4871821Z "SMBUS_TX_WH_FW_DATE": "0x45011317",
+2024-09-02T07:02:02.4872486Z "SMBUS_TX_ASIC_TMON0": "0x22202122",
+2024-09-02T07:02:02.4873153Z "SMBUS_TX_ASIC_TMON1": "0x2120",
+2024-09-02T07:02:02.4873775Z "SMBUS_TX_MVDDQ_POWER": null,
+2024-09-02T07:03:43.3428203Z [32m2024-09-02 07:03:43.342[0m | [1m[38;2;255;165;000mWARNING [0m | [36mSiliconDriver [0m - bind_area_memory_nodeset(): Unable to determine TT Device to NumaNode mapping for physical_device_id: 0. Skipping membind.
+2024-09-02T07:03:43.3431372Z [0;33m---- ttSiliconDevice::init_hugepage: bind_area_to_memory_nodeset() failed (physical_device_id: 0 ch: 0). Hugepage allocation is not on NumaNode matching TT Device. Side-Effect is decreased Device->Host perf (Issue #893).
+2024-09-02T07:04:46.0573380Z [0m[ OK ] SiliconDriverGS.MultiThreadedMemBar (62717 ms)
+2024-09-02T07:04:46.0574457Z [----------] 9 tests from SiliconDriverGS (67413 ms total)
+2024-09-02T07:04:46.0575059Z
+2024-09-02T07:04:46.0575364Z [----------] Global test environment tear-down
+2024-09-02T07:04:46.0576011Z [==========] 9 tests from 1 test suite ran. (67413 ms total)
+2024-09-02T07:04:46.0576606Z [ PASSED ] 9 tests.
+2024-09-02T07:04:46.4087675Z Post job cleanup.
+2024-09-02T07:04:46.4185876Z Post job cleanup.
+2024-09-02T07:04:46.5363208Z [command]/usr/bin/git version
+2024-09-02T07:04:46.5409985Z git version 2.25.1
+2024-09-02T07:04:46.5465032Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/aebae943-dd9c-401d-9349-13ec0047bef8' before making global git config changes
+2024-09-02T07:04:46.5466566Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:04:46.5472476Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:04:46.5518802Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:04:46.5554747Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:04:46.5853282Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:04:46.5895073Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:04:46.5938448Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:04:46.5981035Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:04:46.6028004Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:04:46.6080861Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:04:46.6124527Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:04:46.6165667Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:04:46.6207306Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:04:46.6252103Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:04:46.6294897Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:04:46.6357216Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:04:46.6387812Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.6403885Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:04:46.6445464Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:04:46.6714565Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:04:46.6743082Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.6784258Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:04:46.6814042Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.6849155Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:04:46.6876372Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.6915230Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:04:46.6945907Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.6984084Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:04:46.7009732Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7048969Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:04:46.7074031Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7110435Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:04:46.7137284Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7172161Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:04:46.7199176Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7231974Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:04:46.7257617Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7301759Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:04:46.7329081Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7369032Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:04:46.7392254Z http.https://github.com/.extraheader
+2024-09-02T07:04:46.7553442Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:04:46.7586066Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/cleanup.sh'
+2024-09-02T07:04:46.7600621Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:04:46.7601291Z ##[endgroup]
+2024-09-02T07:04:46.7665788Z Current date / time is Mon Sep 2 07:04:46 UTC 2024
+2024-09-02T07:04:46.7666464Z Printing out cpu information...
+2024-09-02T07:04:46.7699828Z Architecture: x86_64
+2024-09-02T07:04:46.7700700Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:04:46.7701557Z Byte Order: Little Endian
+2024-09-02T07:04:46.7702338Z Address sizes: 40 bits physical, 48 bits virtual
+2024-09-02T07:04:46.7703226Z CPU(s): 14
+2024-09-02T07:04:46.7703908Z On-line CPU(s) list: 0-13
+2024-09-02T07:04:46.7704533Z Thread(s) per core: 1
+2024-09-02T07:04:46.7705327Z Core(s) per socket: 1
+2024-09-02T07:04:46.7705933Z Socket(s): 14
+2024-09-02T07:04:46.7717977Z NUMA node(s): 2
+2024-09-02T07:04:46.7718656Z Vendor ID: AuthenticAMD
+2024-09-02T07:04:46.7719309Z CPU family: 23
+2024-09-02T07:04:46.7719898Z Model: 49
+2024-09-02T07:04:46.7720694Z Model name: AMD EPYC-Rome Processor
+2024-09-02T07:04:46.7721396Z Stepping: 0
+2024-09-02T07:04:46.7722006Z CPU MHz: 2300.000
+2024-09-02T07:04:46.7722643Z BogoMIPS: 4600.00
+2024-09-02T07:04:46.7723281Z Virtualization: AMD-V
+2024-09-02T07:04:46.7724156Z Hypervisor vendor: KVM
+2024-09-02T07:04:46.7724777Z Virtualization type: full
+2024-09-02T07:04:46.7725393Z L1d cache: 448 KiB
+2024-09-02T07:04:46.7725995Z L1i cache: 448 KiB
+2024-09-02T07:04:46.7726599Z L2 cache: 7 MiB
+2024-09-02T07:04:46.7727227Z L3 cache: 224 MiB
+2024-09-02T07:04:46.7727885Z NUMA node0 CPU(s): 0-6
+2024-09-02T07:04:46.7728814Z NUMA node1 CPU(s): 7-13
+2024-09-02T07:04:46.7729477Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:04:46.7730199Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:04:46.7730867Z Vulnerability L1tf: Not affected
+2024-09-02T07:04:46.7731560Z Vulnerability Mds: Not affected
+2024-09-02T07:04:46.7732239Z Vulnerability Meltdown: Not affected
+2024-09-02T07:04:46.7732930Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:04:46.7733612Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:04:46.7734633Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:04:46.7735966Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:04:46.7737694Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:04:46.7739079Z Vulnerability Srbds: Not affected
+2024-09-02T07:04:46.7739816Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:04:46.7744042Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid
+2024-09-02T07:04:46.7939539Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417838.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417838.log
new file mode 100644
index 00000000000..f3eb713b8f9
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549417838.log
@@ -0,0 +1,200 @@
+2024-09-02T07:01:58.3331935Z Current runner version: '2.319.1'
+2024-09-02T07:01:58.3339559Z Runner name: 'tt-metal-ci-vm-95'
+2024-09-02T07:01:58.3340485Z Runner group name: 'Default'
+2024-09-02T07:01:58.3341499Z Machine name: 'tt-metal-ci-vm-95'
+2024-09-02T07:01:58.3361414Z Testing runner upgrade compatibility
+2024-09-02T07:01:58.4060492Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:01:58.4063145Z Actions: read
+2024-09-02T07:01:58.4063889Z Contents: read
+2024-09-02T07:01:58.4064489Z Metadata: read
+2024-09-02T07:01:58.4065005Z Pages: write
+2024-09-02T07:01:58.4065643Z ##[endgroup]
+2024-09-02T07:01:58.4069995Z Secret source: Actions
+2024-09-02T07:01:58.4070935Z Prepare workflow directory
+2024-09-02T07:01:58.5452185Z Prepare all required actions
+2024-09-02T07:01:58.5676254Z Getting action download info
+2024-09-02T07:01:58.7497557Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:01:59.2520763Z Getting action download info
+2024-09-02T07:01:59.3966857Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:01:59.9732869Z Uses: tenstorrent/tt-metal/.github/workflows/umd-unit-tests.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:01:59.9735769Z ##[group] Inputs
+2024-09-02T07:01:59.9791838Z arch: wormhole_b0
+2024-09-02T07:01:59.9792270Z runner-label: N150
+2024-09-02T07:01:59.9793743Z timeout: 15
+2024-09-02T07:01:59.9794151Z ##[endgroup]
+2024-09-02T07:01:59.9795008Z Complete job name: umd-unit-tests (wormhole_b0, N150) / wormhole_b0 N150
+2024-09-02T07:02:00.0536573Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:02:00.0717380Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/wormhole_b0/reset.sh'
+2024-09-02T07:02:00.0736854Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:02:00.0737538Z ##[endgroup]
+2024-09-02T07:02:00.1027305Z Current date / time is Mon Sep 2 07:02:00 UTC 2024
+2024-09-02T07:02:12.7858088Z tt-smi reset was successful
+2024-09-02T07:02:13.2410378Z
+2024-09-02T07:02:13.2411857Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:13.2425781Z [1A[J
+2024-09-02T07:02:13.2426357Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:02:13.2426799Z
+2024-09-02T07:02:13.2427077Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:02:13.2427517Z
+2024-09-02T07:02:13.2427777Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:02:13.2437563Z
+2024-09-02T07:02:13.2438880Z [95m[][94m [16/16] ETH: [93m|[0m
+2024-09-02T07:02:13.2498036Z Gathering Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
+2024-09-02T07:02:13.2507277Z [95m Saved tt-smi log to: /opt/tt_metal_infra/smi.log [0m
+2024-09-02T07:02:13.3118669Z {
+2024-09-02T07:02:13.3119688Z "time": "2024-09-02T07:02:13.244006",
+2024-09-02T07:02:13.3120337Z "host_info": {
+2024-09-02T07:02:13.3120836Z "OS": "Linux",
+2024-09-02T07:02:13.3121420Z "Distro": "Ubuntu 20.04.6 LTS",
+2024-09-02T07:02:13.3122095Z "Kernel": "5.4.0-192-generic",
+2024-09-02T07:02:13.3123115Z "Hostname": "tt-metal-ci-vm-95",
+2024-09-02T07:02:13.3123905Z "Platform": "x86_64",
+2024-09-02T07:02:13.3124506Z "Python": "3.8.10",
+2024-09-02T07:02:13.3125140Z "Memory": "47.14 GB",
+2024-09-02T07:02:13.3125752Z "Driver": "TTKMD 1.27.1"
+2024-09-02T07:02:13.3126417Z },
+2024-09-02T07:02:13.3126859Z "device_info": [
+2024-09-02T07:02:13.3127397Z {
+2024-09-02T07:02:13.3127799Z "smbus_telem": {
+2024-09-02T07:02:13.3128404Z "BOARD_ID": "0x100018511732073",
+2024-09-02T07:02:13.3129121Z "SMBUS_TX_ENUM_VERSION": "0xba5e0001",
+2024-09-02T07:02:13.3129865Z "SMBUS_TX_DEVICE_ID": "0x401e1e52",
+2024-09-02T07:02:13.3130510Z "SMBUS_TX_ASIC_RO": "0x2dc0e",
+2024-09-02T07:02:13.3131146Z "SMBUS_TX_ASIC_IDD": "0xaf1",
+2024-09-02T07:02:13.3131841Z "SMBUS_TX_BOARD_ID_HIGH": "0x1000185",
+2024-09-02T07:02:13.3132504Z "SMBUS_TX_BOARD_ID_LOW": "0x11732073",
+2024-09-02T07:02:13.3134031Z "SMBUS_TX_ARC0_FW_VERSION": "0x21b0000",
+2024-09-02T07:02:13.3134769Z "SMBUS_TX_ARC1_FW_VERSION": "0x21b0000",
+2024-09-02T07:02:13.3135426Z "SMBUS_TX_ARC2_FW_VERSION": null,
+2024-09-02T07:02:13.3136545Z "SMBUS_TX_ARC3_FW_VERSION": "0x21b0000",
+2024-09-02T07:02:13.3137466Z "SMBUS_TX_SPIBOOTROM_FW_VERSION": "0x30b0000",
+2024-09-02T07:02:13.3138211Z "SMBUS_TX_ETH_FW_VERSION": "0x69000",
+2024-09-02T07:02:13.3139231Z "SMBUS_TX_M3_BL_FW_VERSION": "0x81020000",
+2024-09-02T07:02:13.3140005Z "SMBUS_TX_M3_APP_FW_VERSION": "0x5090002",
+2024-09-02T07:02:13.3140689Z "SMBUS_TX_DDR_SPEED": null,
+2024-09-02T07:02:13.3141310Z "SMBUS_TX_DDR_STATUS": "0x2222222",
+2024-09-02T07:02:13.3142013Z "SMBUS_TX_ETH_STATUS0": "0x11111111",
+2024-09-02T07:02:13.3142692Z "SMBUS_TX_ETH_STATUS1": "0x11111111",
+2024-09-02T07:02:13.3143359Z "SMBUS_TX_PCIE_STATUS": "0x11040000",
+2024-09-02T07:02:13.3144074Z "SMBUS_TX_FAULTS": null,
+2024-09-02T07:02:13.3144713Z "SMBUS_TX_ARC0_HEALTH": "0xa5c2",
+2024-09-02T07:02:13.3145339Z "SMBUS_TX_ARC1_HEALTH": "0x444a",
+2024-09-02T07:02:13.3146013Z "SMBUS_TX_ARC2_HEALTH": null,
+2024-09-02T07:02:13.3146900Z "SMBUS_TX_ARC3_HEALTH": "0x75",
+2024-09-02T07:02:13.3147558Z "SMBUS_TX_FAN_SPEED": "0xffffffff",
+2024-09-02T07:02:13.3148459Z "SMBUS_TX_AICLK": "0x3e801f4",
+2024-09-02T07:02:13.3149192Z "SMBUS_TX_AXICLK": "0x384",
+2024-09-02T07:02:13.3149836Z "SMBUS_TX_ARCCLK": "0x21c",
+2024-09-02T07:02:13.3150474Z "SMBUS_TX_THROTTLER": null,
+2024-09-02T07:02:13.3151138Z "SMBUS_TX_VCORE": "0x2d5",
+2024-09-02T07:02:13.3151833Z "SMBUS_TX_ASIC_TEMPERATURE": "0x2890285",
+2024-09-02T07:02:13.3152678Z "SMBUS_TX_VREG_TEMPERATURE": "0x2d002c",
+2024-09-02T07:02:13.3264236Z "SMBUS_TX_BOARD_TEMPERATURE": "0x252927",
+2024-09-02T07:02:13.3265071Z "SMBUS_TX_TDP": "0x64000c",
+2024-09-02T07:02:13.3265663Z "SMBUS_TX_TDC": "0xf00010",
+2024-09-02T07:02:13.3266311Z "SMBUS_TX_VDD_LIMITS": "0x3e802d0",
+2024-09-02T07:02:13.3266960Z "SMBUS_TX_THM_LIMITS": "0x53004b",
+2024-09-02T07:02:13.3267552Z "SMBUS_TX_WH_FW_DATE": "0x4711141b",
+2024-09-02T07:02:13.3268171Z "SMBUS_TX_ASIC_TMON0": "0x282d251d",
+2024-09-02T07:02:13.3268777Z "SMBUS_TX_ASIC_TMON1": "0x2d2e",
+2024-09-02T07:02:13.3269577Z "SMBUS_TX_MVDDQ_POWER": "0x197248",
+2024-09-02T07:04:14.2123456Z [ PASSED ] 11 tests.
+2024-09-02T07:04:14.2123901Z [ SKIPPED ] 6 tests, listed below:
+2024-09-02T07:04:14.2124746Z [ SKIPPED ] WormholeNebulaX2TestFixture.MixedRemoteTransfersMediumSmall
+2024-09-02T07:04:14.2126115Z [ SKIPPED ] WormholeNebulaX2TestFixture.MultithreadedMixedRemoteTransfersMediumSmall
+2024-09-02T07:04:14.2127211Z [ SKIPPED ] WormholeNebulaX2TestFixture.MixedRemoteTransfersLarge
+2024-09-02T07:04:14.2128409Z [ SKIPPED ] WormholeNebulaX2TestFixture.WritesOnlyNormalDistributionMean10kStd3kMinSizeTruncate4
+2024-09-02T07:04:14.2129738Z [ SKIPPED ] WormholeNebulaX2TestFixture.MultithreadedMixedRemoteTransfersLMS
+2024-09-02T07:04:14.2131060Z [ SKIPPED ] WormholeNebulaX2TestFixture.MultithreadedMixedRemoteTransfersLargeWritesSmallReads
+2024-09-02T07:04:14.3611254Z Post job cleanup.
+2024-09-02T07:04:14.3686812Z Post job cleanup.
+2024-09-02T07:04:14.4807812Z [command]/usr/bin/git version
+2024-09-02T07:04:14.4848365Z git version 2.25.1
+2024-09-02T07:04:14.4898040Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/891eee98-ae78-4fe5-af49-b3643881f354' before making global git config changes
+2024-09-02T07:04:14.4900368Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:04:14.4904738Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:04:14.4958937Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:04:14.4991833Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:04:14.5261453Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:04:14.5305949Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:04:14.5356078Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:04:14.5400298Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:04:14.5455159Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:04:14.5502807Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:04:14.5545260Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:04:14.5596090Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:04:14.5640572Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:04:14.5687043Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:04:14.5735087Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:04:14.5807861Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:04:14.5828697Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.5839659Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:04:14.5872056Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:04:14.6133328Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:04:14.6161578Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6198362Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:04:14.6227372Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6265335Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:04:14.6292118Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6328647Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:04:14.6357076Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6398981Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:04:14.6424297Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6463034Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:04:14.6486638Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6526618Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:04:14.6551861Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6583684Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:04:14.6609393Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6666963Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:04:14.6671511Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6713845Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:04:14.6740785Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6778728Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:04:14.6803724Z http.https://github.com/.extraheader
+2024-09-02T07:04:14.6953617Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:04:14.6984738Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/wormhole_b0/cleanup.sh'
+2024-09-02T07:04:14.6998213Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:04:14.6998864Z ##[endgroup]
+2024-09-02T07:04:14.7054330Z Current date / time is Mon Sep 2 07:04:14 UTC 2024
+2024-09-02T07:04:14.7054984Z Printing out cpu information...
+2024-09-02T07:04:14.7088565Z Architecture: x86_64
+2024-09-02T07:04:14.7091550Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:04:14.7093809Z Byte Order: Little Endian
+2024-09-02T07:04:14.7094604Z Address sizes: 40 bits physical, 48 bits virtual
+2024-09-02T07:04:14.7095298Z CPU(s): 14
+2024-09-02T07:04:14.7095914Z On-line CPU(s) list: 0-13
+2024-09-02T07:04:14.7096492Z Thread(s) per core: 1
+2024-09-02T07:04:14.7097098Z Core(s) per socket: 1
+2024-09-02T07:04:14.7097673Z Socket(s): 14
+2024-09-02T07:04:14.7098225Z NUMA node(s): 2
+2024-09-02T07:04:14.7099085Z Vendor ID: AuthenticAMD
+2024-09-02T07:04:14.7099659Z CPU family: 23
+2024-09-02T07:04:14.7100193Z Model: 49
+2024-09-02T07:04:14.7100915Z Model name: AMD EPYC-Rome Processor
+2024-09-02T07:04:14.7101571Z Stepping: 0
+2024-09-02T07:04:14.7102104Z CPU MHz: 2299.920
+2024-09-02T07:04:14.7102706Z BogoMIPS: 4599.84
+2024-09-02T07:04:14.7103331Z Virtualization: AMD-V
+2024-09-02T07:04:14.7103914Z Hypervisor vendor: KVM
+2024-09-02T07:04:14.7104489Z Virtualization type: full
+2024-09-02T07:04:14.7105093Z L1d cache: 448 KiB
+2024-09-02T07:04:14.7105707Z L1i cache: 448 KiB
+2024-09-02T07:04:14.7106302Z L2 cache: 7 MiB
+2024-09-02T07:04:14.7106886Z L3 cache: 224 MiB
+2024-09-02T07:04:14.7107501Z NUMA node0 CPU(s): 0-6
+2024-09-02T07:04:14.7108148Z NUMA node1 CPU(s): 7-13
+2024-09-02T07:04:14.7108794Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:04:14.7109462Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:04:14.7110151Z Vulnerability L1tf: Not affected
+2024-09-02T07:04:14.7110839Z Vulnerability Mds: Not affected
+2024-09-02T07:04:14.7111531Z Vulnerability Meltdown: Not affected
+2024-09-02T07:04:14.7112193Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:04:14.7112889Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:04:14.7113934Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:04:14.7115332Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:04:14.7117083Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:04:14.7118347Z Vulnerability Srbds: Not affected
+2024-09-02T07:04:14.7119029Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:04:14.7123362Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid
+2024-09-02T07:04:14.7351876Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549947003.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549947003.log
new file mode 100644
index 00000000000..6444c85501e
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549947003.log
@@ -0,0 +1,402 @@
+2024-09-02T07:15:21.8822298Z Current runner version: '2.319.1'
+2024-09-02T07:15:21.8829577Z Runner name: 'tt-metal-ci-vm-88'
+2024-09-02T07:15:21.8830396Z Runner group name: 'Default'
+2024-09-02T07:15:21.8831486Z Machine name: 'tt-metal-ci-vm-88'
+2024-09-02T07:15:21.8852798Z Testing runner upgrade compatibility
+2024-09-02T07:15:22.0029288Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:15:22.0032390Z Actions: read
+2024-09-02T07:15:22.0032920Z Contents: read
+2024-09-02T07:15:22.0033413Z Metadata: read
+2024-09-02T07:15:22.0033911Z Pages: write
+2024-09-02T07:15:22.0034414Z ##[endgroup]
+2024-09-02T07:15:22.0039055Z Secret source: Actions
+2024-09-02T07:15:22.0040166Z Prepare workflow directory
+2024-09-02T07:15:22.1455682Z Prepare all required actions
+2024-09-02T07:15:22.1692142Z Getting action download info
+2024-09-02T07:15:22.3331978Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:15:22.8141042Z Getting action download info
+2024-09-02T07:15:22.9754499Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:15:23.5541326Z Uses: tenstorrent/tt-metal/.github/workflows/fast-dispatch-build-and-unit-tests.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:15:23.5544346Z ##[group] Inputs
+2024-09-02T07:15:23.5544921Z arch: wormhole_b0
+2024-09-02T07:15:23.5545451Z runner-label: N300
+2024-09-02T07:15:23.5546825Z timeout: 45
+2024-09-02T07:15:23.5547371Z ##[endgroup]
+2024-09-02T07:15:23.5548570Z Complete job name: fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 1 wormhole_b0 N300
+2024-09-02T07:15:23.6365233Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:15:23.6566163Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/wormhole_b0/reset.sh'
+2024-09-02T07:15:23.6587563Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:15:23.6588343Z ##[endgroup]
+2024-09-02T07:15:23.6895511Z Current date / time is Mon Sep 2 07:15:23 UTC 2024
+2024-09-02T07:15:36.5144301Z tt-smi reset was successful
+2024-09-02T07:15:36.9803335Z
+2024-09-02T07:15:36.9805865Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:36.9818484Z [1A[J
+2024-09-02T07:15:36.9819108Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:36.9819528Z
+2024-09-02T07:15:36.9819807Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:15:36.9820154Z
+2024-09-02T07:15:36.9820444Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:15:36.9820816Z
+2024-09-02T07:15:36.9821089Z [95m[][94m [16/16] ETH: [93m|[0m
+2024-09-02T07:15:36.9823627Z [4A[J
+2024-09-02T07:15:36.9824616Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:15:36.9925934Z [1A[J
+2024-09-02T07:15:36.9926720Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:15:36.9927071Z
+2024-09-02T07:15:36.9929601Z [94m Detecting ARC: [93m/[0m
+2024-09-02T07:15:36.9930246Z
+2024-09-02T07:15:36.9930509Z [94m Detecting DRAM: [93m/[0m
+2024-09-02T07:15:36.9930887Z
+2024-09-02T07:15:36.9931198Z [95m[][94m [16/16] ETH: [93m/[0m
+2024-09-02T07:15:36.9979662Z [4A[J
+2024-09-02T07:15:36.9980204Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:15:37.0068266Z [1A[J
+2024-09-02T07:15:37.0068852Z [95m Detected Chips: [93m3[0m
+2024-09-02T07:15:37.0069248Z
+2024-09-02T07:15:37.0069513Z [94m Detecting ARC: [93m-[0m
+2024-09-02T07:15:37.0069881Z
+2024-09-02T07:15:37.0070157Z [94m Detecting DRAM: [93m-[0m
+2024-09-02T07:15:37.0070504Z
+2024-09-02T07:15:37.0070783Z [95m[][94m [16/16] ETH: [93m-[0m
+2024-09-02T07:15:37.0099368Z [4A[J
+2024-09-02T07:15:37.0099974Z [95m Detected Chips: [93m2[0m
+2024-09-02T07:15:37.0218059Z Gathering Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
+2024-09-02T07:15:37.0230823Z [95m Saved tt-smi log to: /opt/tt_metal_infra/smi.log [0m
+2024-09-02T07:15:37.0880771Z {
+2024-09-02T07:15:37.0882060Z "time": "2024-09-02T07:15:37.009837",
+2024-09-02T07:15:37.0883701Z "host_info": {
+2024-09-02T07:15:37.0884156Z "OS": "Linux",
+2024-09-02T07:15:37.0884711Z "Distro": "Ubuntu 20.04.3 LTS",
+2024-09-02T07:15:37.0886058Z "Kernel": "5.4.0-189-generic",
+2024-09-02T07:15:37.0886713Z "Hostname": "tt-metal-ci-vm-88",
+2024-09-02T07:15:37.0887316Z "Platform": "x86_64",
+2024-09-02T07:15:37.0887807Z "Python": "3.8.10",
+2024-09-02T07:15:37.0888688Z "Memory": "47.14 GB",
+2024-09-02T07:15:37.0889161Z "Driver": "TTKMD 1.27.1"
+2024-09-02T07:15:37.0889654Z },
+2024-09-02T07:15:37.0890033Z "device_info": [
+2024-09-02T07:15:37.0890455Z {
+2024-09-02T07:15:37.0890860Z "smbus_telem": {
+2024-09-02T07:15:37.0891629Z "BOARD_ID": "0x10001451172318e",
+2024-09-02T07:15:37.0892286Z "SMBUS_TX_ENUM_VERSION": "0xba5e0001",
+2024-09-02T07:15:37.0892916Z "SMBUS_TX_DEVICE_ID": "0x401e1e52",
+2024-09-02T07:15:37.0893516Z "SMBUS_TX_ASIC_RO": "0x2d807",
+2024-09-02T07:15:37.0894103Z "SMBUS_TX_ASIC_IDD": "0x10b4",
+2024-09-02T07:15:37.0894721Z "SMBUS_TX_BOARD_ID_HIGH": "0x1000145",
+2024-09-02T07:15:37.0895390Z "SMBUS_TX_BOARD_ID_LOW": "0x1172318e",
+2024-09-02T07:15:37.0896019Z "SMBUS_TX_ARC0_FW_VERSION": "0x21b0000",
+2024-09-02T07:15:37.0896688Z "SMBUS_TX_ARC1_FW_VERSION": "0x21b0000",
+2024-09-02T07:15:37.0897321Z "SMBUS_TX_ARC2_FW_VERSION": null,
+2024-09-02T07:15:37.0897966Z "SMBUS_TX_ARC3_FW_VERSION": "0x21b0000",
+2024-09-02T07:15:37.0898617Z "SMBUS_TX_SPIBOOTROM_FW_VERSION": "0x30b0000",
+2024-09-02T07:15:37.0899311Z "SMBUS_TX_ETH_FW_VERSION": "0x69000",
+2024-09-02T07:15:37.0900177Z "SMBUS_TX_M3_BL_FW_VERSION": "0x81020000",
+2024-09-02T07:15:37.0900850Z "SMBUS_TX_M3_APP_FW_VERSION": "0x5090002",
+2024-09-02T07:15:37.0901460Z "SMBUS_TX_DDR_SPEED": null,
+2024-09-02T07:15:37.0902074Z "SMBUS_TX_DDR_STATUS": "0x2222222",
+2024-09-02T07:15:37.0902718Z "SMBUS_TX_ETH_STATUS0": "0x11111111",
+2024-09-02T07:15:37.0903370Z "SMBUS_TX_ETH_STATUS1": "0x11111133",
+2024-09-02T07:15:37.0903977Z "SMBUS_TX_PCIE_STATUS": "0x11040000",
+2024-09-02T07:22:31.4963889Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype0-512-1280-64-shard_grid8-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4965053Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-2048-320-40-shard_grid0-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4966339Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-512-640-40-shard_grid1-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4967539Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-2048-1280-40-shard_grid2-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4968697Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-128-1280-40-shard_grid3-ShardStrategy.WIDTH]
+2024-09-02T07:22:31.4969856Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-8192-320-40-shard_grid4-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4971003Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-2048-640-40-shard_grid5-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4972253Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-512-1280-40-shard_grid6-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4973410Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-128-1280-32-shard_grid7-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4974566Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype0-in0_dtype1-512-1280-64-shard_grid8-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4975817Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-2048-320-40-shard_grid0-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4977061Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-512-640-40-shard_grid1-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4978261Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-2048-1280-40-shard_grid2-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4979499Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-128-1280-40-shard_grid3-ShardStrategy.WIDTH]
+2024-09-02T07:22:31.4981003Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-8192-320-40-shard_grid4-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4982170Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-2048-640-40-shard_grid5-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4983319Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-512-1280-40-shard_grid6-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4984541Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-128-1280-32-shard_grid7-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4985712Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-512-1280-64-shard_grid8-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4986903Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-2048-320-40-shard_grid0-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4988114Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-512-640-40-shard_grid1-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4989298Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-2048-1280-40-shard_grid2-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4989983Z SKIPPED [4] tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4
+2024-09-02T07:22:31.4990666Z SKIPPED [4] tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4
+2024-09-02T07:22:31.4991067Z = 1301 passed, 8 skipped, 7851 deselected, 1325 warnings in 326.84s (0:05:26) ==
+2024-09-02T07:22:32.5416109Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:22:32.7563576Z Prepare all required actions
+2024-09-02T07:22:32.7564276Z Getting action download info
+2024-09-02T07:22:33.0177510Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:22:33.6691502Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:22:33.6692342Z with:
+2024-09-02T07:22:33.6692793Z path: generated/test_reports/
+
+2024-09-02T07:22:33.6693345Z prefix: test_reports_
+2024-09-02T07:22:33.6693840Z env:
+2024-09-02T07:22:33.6694246Z TT_METAL_ENV:
+2024-09-02T07:22:33.6694711Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6695209Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6696358Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6697702Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6698805Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6699906Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6700994Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6702011Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6702989Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6704101Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6704893Z ##[endgroup]
+2024-09-02T07:22:33.6739594Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:22:33.6740233Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:22:33.6740772Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:22:33.6741443Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:22:33.6742245Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:22:33.6766281Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:22:33.6766927Z env:
+2024-09-02T07:22:33.6767311Z TT_METAL_ENV:
+2024-09-02T07:22:33.6767745Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6768205Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6769298Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6770654Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6771595Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6772721Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6773946Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6775023Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6798150Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6799157Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6799914Z ##[endgroup]
+2024-09-02T07:22:33.6865283Z [UPLOAD-ARTIFACT-UUID] test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0
+2024-09-02T07:22:33.6938389Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:22:33.6938990Z with:
+2024-09-02T07:22:33.6939512Z name: test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0
+2024-09-02T07:22:33.6940255Z path: generated/test_reports/
+
+2024-09-02T07:22:33.6940820Z if-no-files-found: warn
+2024-09-02T07:22:33.6941316Z compression-level: 6
+2024-09-02T07:22:33.6941788Z overwrite: false
+2024-09-02T07:22:33.6942237Z env:
+2024-09-02T07:22:33.6942601Z TT_METAL_ENV:
+2024-09-02T07:22:33.6943053Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6943533Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6944891Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6946306Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6947282Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6948361Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6949569Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6950565Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6951626Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6952612Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6953365Z ##[endgroup]
+2024-09-02T07:22:33.9859572Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:22:33.9864673Z Artifact name is valid!
+2024-09-02T07:22:33.9865993Z Root directory input is valid!
+2024-09-02T07:22:34.1872199Z Beginning upload of artifact content to blob storage
+2024-09-02T07:22:34.4268942Z Uploaded bytes 12991
+2024-09-02T07:22:34.4856809Z Finished uploading artifact content to blob storage!
+2024-09-02T07:22:34.4860533Z SHA256 hash of uploaded artifact zip is abf66ed73ce5539032ca586d8d2fdc9a52db9f8b9d58582c43ce33e51923f25b
+2024-09-02T07:22:34.4862051Z Finalizing artifact upload
+2024-09-02T07:22:34.5904922Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0.zip successfully finalized. Artifact ID 1880987623
+2024-09-02T07:22:34.5906905Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0 has been successfully uploaded! Final size is 12991 bytes. Artifact ID is 1880987623
+2024-09-02T07:22:34.5910764Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880987623
+2024-09-02T07:22:34.6080478Z Post job cleanup.
+2024-09-02T07:22:34.6172931Z Post job cleanup.
+2024-09-02T07:22:31.4983319Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-512-1280-40-shard_grid6-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4984541Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-128-1280-32-shard_grid7-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4985712Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype0-512-1280-64-shard_grid8-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4986903Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-2048-320-40-shard_grid0-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4988114Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-512-640-40-shard_grid1-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4989298Z PASSED tests/tt_eager/python_api_testing/unit_testing/misc/test_bcast.py::test_bcast[orientation1-2-2-op0-in1_dtype1-in0_dtype1-2048-1280-40-shard_grid2-ShardStrategy.BLOCK]
+2024-09-02T07:22:31.4989983Z SKIPPED [4] tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mae.py:77: mean not supported in dimensions 3, 4
+2024-09-02T07:22:31.4990666Z SKIPPED [4] tests/tt_eager/python_api_testing/unit_testing/loss_ops/test_loss_mse.py:76: mean not supported in dimensions 3, 4
+2024-09-02T07:22:31.4991067Z = 1301 passed, 8 skipped, 7851 deselected, 1325 warnings in 326.84s (0:05:26) ==
+2024-09-02T07:22:32.5416109Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:22:32.7563576Z Prepare all required actions
+2024-09-02T07:22:32.7564276Z Getting action download info
+2024-09-02T07:22:33.0177510Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:22:33.6691502Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:22:33.6692342Z with:
+2024-09-02T07:22:33.6692793Z path: generated/test_reports/
+
+2024-09-02T07:22:33.6693345Z prefix: test_reports_
+2024-09-02T07:22:33.6693840Z env:
+2024-09-02T07:22:33.6694246Z TT_METAL_ENV:
+2024-09-02T07:22:33.6694711Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6695209Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6696358Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6697702Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6698805Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6699906Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6700994Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6702011Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6702989Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6704101Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6704893Z ##[endgroup]
+2024-09-02T07:22:33.6739594Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:22:33.6740233Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:22:33.6740772Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:22:33.6741443Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:22:33.6742245Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:22:33.6766281Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:22:33.6766927Z env:
+2024-09-02T07:22:33.6767311Z TT_METAL_ENV:
+2024-09-02T07:22:33.6767745Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6768205Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6769298Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6770654Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6771595Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6772721Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6773946Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6775023Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6798150Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6799157Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6799914Z ##[endgroup]
+2024-09-02T07:22:33.6865283Z [UPLOAD-ARTIFACT-UUID] test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0
+2024-09-02T07:22:33.6938389Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:22:33.6938990Z with:
+2024-09-02T07:22:33.6939512Z name: test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0
+2024-09-02T07:22:33.6940255Z path: generated/test_reports/
+
+2024-09-02T07:22:33.6940820Z if-no-files-found: warn
+2024-09-02T07:22:33.6941316Z compression-level: 6
+2024-09-02T07:22:33.6941788Z overwrite: false
+2024-09-02T07:22:33.6942237Z env:
+2024-09-02T07:22:33.6942601Z TT_METAL_ENV:
+2024-09-02T07:22:33.6943053Z ARCH_NAME: wormhole_b0
+2024-09-02T07:22:33.6943533Z LOGURU_LEVEL: INFO
+2024-09-02T07:22:33.6944891Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:22:33.6946306Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:33.6947282Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6948361Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:22:33.6949569Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6950565Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6951626Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:22:33.6952612Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:22:33.6953365Z ##[endgroup]
+2024-09-02T07:22:33.9859572Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:22:33.9864673Z Artifact name is valid!
+2024-09-02T07:22:33.9865993Z Root directory input is valid!
+2024-09-02T07:22:34.1872199Z Beginning upload of artifact content to blob storage
+2024-09-02T07:22:34.4268942Z Uploaded bytes 12991
+2024-09-02T07:22:34.4856809Z Finished uploading artifact content to blob storage!
+2024-09-02T07:22:34.4860533Z SHA256 hash of uploaded artifact zip is abf66ed73ce5539032ca586d8d2fdc9a52db9f8b9d58582c43ce33e51923f25b
+2024-09-02T07:22:34.4862051Z Finalizing artifact upload
+2024-09-02T07:22:34.5904922Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0.zip successfully finalized. Artifact ID 1880987623
+2024-09-02T07:22:34.5906905Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0 has been successfully uploaded! Final size is 12991 bytes. Artifact ID is 1880987623
+2024-09-02T07:22:34.5910764Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880987623
+2024-09-02T07:22:34.6080478Z Post job cleanup.
+2024-09-02T07:22:34.6172931Z Post job cleanup.
+2024-09-02T07:22:34.7075777Z Post job cleanup.
+2024-09-02T07:22:34.8656633Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:22:34.8790898Z Post job cleanup.
+2024-09-02T07:22:35.0801948Z Post job cleanup.
+2024-09-02T07:22:35.0879959Z Post job cleanup.
+2024-09-02T07:22:35.2123957Z [command]/usr/bin/git version
+2024-09-02T07:22:35.2170344Z git version 2.25.1
+2024-09-02T07:22:35.2223909Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/a7f6d463-fdce-4d86-809e-d718a4d574a6' before making global git config changes
+2024-09-02T07:22:35.2226008Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:22:35.2230981Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:35.2282338Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:22:35.2315428Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:22:35.2593750Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:22:35.2644653Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:22:35.2698050Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:22:35.2750667Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:22:34.5904922Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0.zip successfully finalized. Artifact ID 1880987623
+2024-09-02T07:22:34.5906905Z Artifact test_reports_eef6c922-2feb-44dd-b8ed-c0d19c79dff0 has been successfully uploaded! Final size is 12991 bytes. Artifact ID is 1880987623
+2024-09-02T07:22:34.5910764Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880987623
+2024-09-02T07:22:34.6080478Z Post job cleanup.
+2024-09-02T07:22:34.6172931Z Post job cleanup.
+2024-09-02T07:22:34.7075777Z Post job cleanup.
+2024-09-02T07:22:34.8656633Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:22:34.8790898Z Post job cleanup.
+2024-09-02T07:22:35.0801948Z Post job cleanup.
+2024-09-02T07:22:35.0879959Z Post job cleanup.
+2024-09-02T07:22:35.2123957Z [command]/usr/bin/git version
+2024-09-02T07:22:35.2170344Z git version 2.25.1
+2024-09-02T07:22:35.2223909Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/a7f6d463-fdce-4d86-809e-d718a4d574a6' before making global git config changes
+2024-09-02T07:22:35.2226008Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:22:35.2230981Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:22:35.2282338Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:22:35.2315428Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:22:35.2593750Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:22:35.2644653Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:22:35.2698050Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:22:35.2750667Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:22:35.2809652Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:22:35.2863833Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:22:35.2908612Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:22:35.2956217Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:22:35.3002702Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:22:35.3051748Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:22:35.3108505Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:22:35.3173073Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:22:35.3196746Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3209831Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:22:35.3264377Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:22:35.3545040Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:22:35.3570795Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3607036Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:22:35.3635104Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3672659Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:22:35.3697988Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3732358Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:22:35.3758423Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3799364Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:22:35.3824725Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3862986Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:22:35.3890766Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.3924155Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:22:35.3951434Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.4017497Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:22:35.4018426Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.4054882Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:22:35.4080746Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.4114955Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:22:35.4141047Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.4173063Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:22:35.4205240Z http.https://github.com/.extraheader
+2024-09-02T07:22:35.4392984Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:22:35.4430180Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/wormhole_b0/cleanup.sh'
+2024-09-02T07:22:35.4446990Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:22:35.4447707Z ##[endgroup]
+2024-09-02T07:22:35.4517706Z Current date / time is Mon Sep 2 07:22:35 UTC 2024
+2024-09-02T07:22:35.4518392Z Printing out cpu information...
+2024-09-02T07:22:35.4553911Z Architecture: x86_64
+2024-09-02T07:22:35.4563841Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:22:35.4564727Z Byte Order: Little Endian
+2024-09-02T07:22:35.4565568Z Address sizes: 40 bits physical, 48 bits virtual
+2024-09-02T07:22:35.4566331Z CPU(s): 14
+2024-09-02T07:22:35.4567059Z On-line CPU(s) list: 0-13
+2024-09-02T07:22:35.4567689Z Thread(s) per core: 1
+2024-09-02T07:22:35.4568391Z Core(s) per socket: 1
+2024-09-02T07:22:35.4568991Z Socket(s): 14
+2024-09-02T07:22:35.4569579Z NUMA node(s): 2
+2024-09-02T07:22:35.4570208Z Vendor ID: AuthenticAMD
+2024-09-02T07:22:35.4570966Z CPU family: 23
+2024-09-02T07:22:35.4571583Z Model: 49
+2024-09-02T07:22:35.4572370Z Model name: AMD EPYC-Rome Processor
+2024-09-02T07:22:35.4573047Z Stepping: 0
+2024-09-02T07:22:35.4573660Z CPU MHz: 2300.000
+2024-09-02T07:22:35.4574309Z BogoMIPS: 4600.00
+2024-09-02T07:22:35.4574984Z Virtualization: AMD-V
+2024-09-02T07:22:35.4575619Z Hypervisor vendor: KVM
+2024-09-02T07:22:35.4576226Z Virtualization type: full
+2024-09-02T07:22:35.4576845Z L1d cache: 448 KiB
+2024-09-02T07:22:35.4577496Z L1i cache: 448 KiB
+2024-09-02T07:22:35.4578229Z L2 cache: 7 MiB
+2024-09-02T07:22:35.4578830Z L3 cache: 224 MiB
+2024-09-02T07:22:35.4579481Z NUMA node0 CPU(s): 0-6
+2024-09-02T07:22:35.4580160Z NUMA node1 CPU(s): 7-13
+2024-09-02T07:22:35.4581032Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:22:35.4581806Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:22:35.4582503Z Vulnerability L1tf: Not affected
+2024-09-02T07:22:35.4583179Z Vulnerability Mds: Not affected
+2024-09-02T07:22:35.4583863Z Vulnerability Meltdown: Not affected
+2024-09-02T07:22:35.4584551Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:22:35.4585238Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:22:35.4586270Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:22:35.4587693Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:22:35.4589427Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:22:35.4590663Z Vulnerability Srbds: Not affected
+2024-09-02T07:22:35.4591369Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:22:35.4595538Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid
+2024-09-02T07:22:35.4833221Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549953922.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549953922.log
new file mode 100644
index 00000000000..47588ddc705
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549953922.log
@@ -0,0 +1,402 @@
+2024-09-02T07:15:22.1344412Z Current runner version: '2.319.1'
+2024-09-02T07:15:22.1351039Z Runner name: 'tt-metal-ci-vm-93'
+2024-09-02T07:15:22.1351814Z Runner group name: 'Default'
+2024-09-02T07:15:22.1352765Z Machine name: 'tt-metal-ci-vm-93'
+2024-09-02T07:15:22.1372931Z Testing runner upgrade compatibility
+2024-09-02T07:15:22.1999634Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:15:22.2002016Z Actions: read
+2024-09-02T07:15:22.2002531Z Contents: read
+2024-09-02T07:15:22.2003026Z Metadata: read
+2024-09-02T07:15:22.2003536Z Pages: write
+2024-09-02T07:15:22.2004008Z ##[endgroup]
+2024-09-02T07:15:22.2007863Z Secret source: Actions
+2024-09-02T07:15:22.2008598Z Prepare workflow directory
+2024-09-02T07:15:22.3359313Z Prepare all required actions
+2024-09-02T07:15:22.3603208Z Getting action download info
+2024-09-02T07:15:22.5161061Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:15:22.9736725Z Getting action download info
+2024-09-02T07:15:23.1125850Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:15:23.6613120Z Uses: tenstorrent/tt-metal/.github/workflows/fast-dispatch-build-and-unit-tests.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:15:23.6615936Z ##[group] Inputs
+2024-09-02T07:15:23.6616453Z arch: grayskull
+2024-09-02T07:15:23.6616897Z runner-label: E150
+2024-09-02T07:15:23.6618177Z timeout: 45
+2024-09-02T07:15:23.6618618Z ##[endgroup]
+2024-09-02T07:15:23.6619684Z Complete job name: fast-dispatch-unit-tests (grayskull, E150) / eager trace tests grayskull E150
+2024-09-02T07:15:23.7382088Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:15:23.7584594Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/reset.sh'
+2024-09-02T07:15:23.7608874Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:15:23.7609585Z ##[endgroup]
+2024-09-02T07:15:23.7886293Z Current date / time is Mon Sep 2 07:15:23 UTC 2024
+2024-09-02T07:15:24.3192790Z tt-smi reset was successful
+2024-09-02T07:15:24.7719046Z
+2024-09-02T07:15:24.7720291Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:24.7793248Z [1A[J
+2024-09-02T07:15:24.7793814Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:24.7794291Z
+2024-09-02T07:15:24.7794555Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:15:24.7794928Z
+2024-09-02T07:15:24.7795204Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:15:24.7809646Z
+2024-09-02T07:15:24.7811591Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:15:24.7873190Z Gathering Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
+2024-09-02T07:15:24.7988466Z [95m Saved tt-smi log to: /opt/tt_metal_infra/smi.log [0m
+2024-09-02T07:15:24.8623484Z {
+2024-09-02T07:15:24.8626528Z "time": "2024-09-02T07:15:24.781063",
+2024-09-02T07:15:24.8627474Z "host_info": {
+2024-09-02T07:15:24.8628066Z "OS": "Linux",
+2024-09-02T07:15:24.8628619Z "Distro": "Ubuntu 20.04.3 LTS",
+2024-09-02T07:15:24.8629427Z "Kernel": "5.4.0-192-generic",
+2024-09-02T07:15:24.8630262Z "Hostname": "tt-metal-ci-vm-93",
+2024-09-02T07:15:24.8630935Z "Platform": "x86_64",
+2024-09-02T07:15:24.8631481Z "Python": "3.8.10",
+2024-09-02T07:15:24.8632125Z "Memory": "47.14 GB",
+2024-09-02T07:15:24.8632758Z "Driver": "TTKMD 1.27.1"
+2024-09-02T07:15:24.8633316Z },
+2024-09-02T07:15:24.8633736Z "device_info": [
+2024-09-02T07:15:24.8634245Z {
+2024-09-02T07:15:24.8634747Z "smbus_telem": {
+2024-09-02T07:15:24.8635376Z "BOARD_ID": "0x10000361160702e",
+2024-09-02T07:15:24.8636131Z "SMBUS_TX_ENUM_VERSION": "0xba5e0001",
+2024-09-02T07:15:24.8636931Z "SMBUS_TX_DEVICE_ID": "0xfaca1e52",
+2024-09-02T07:15:24.8637681Z "SMBUS_TX_ASIC_RO": null,
+2024-09-02T07:15:24.8638367Z "SMBUS_TX_ASIC_IDD": null,
+2024-09-02T07:15:24.8639111Z "SMBUS_TX_BOARD_ID_HIGH": "0x1000036",
+2024-09-02T07:15:24.8639822Z "SMBUS_TX_BOARD_ID_LOW": "0x1160702e",
+2024-09-02T07:15:24.8641478Z "SMBUS_TX_ARC0_FW_VERSION": "0x1070000",
+2024-09-02T07:15:24.8642239Z "SMBUS_TX_ARC1_FW_VERSION": "0x1070000",
+2024-09-02T07:15:24.8642976Z "SMBUS_TX_ARC2_FW_VERSION": null,
+2024-09-02T07:15:24.8643723Z "SMBUS_TX_ARC3_FW_VERSION": "0x1070000",
+2024-09-02T07:15:24.8644551Z "SMBUS_TX_SPIBOOTROM_FW_VERSION": null,
+2024-09-02T07:15:24.8645315Z "SMBUS_TX_ETH_FW_VERSION": null,
+2024-09-02T07:15:24.8646050Z "SMBUS_TX_M3_BL_FW_VERSION": null,
+2024-09-02T07:15:24.8646786Z "SMBUS_TX_M3_APP_FW_VERSION": null,
+2024-09-02T07:15:24.8647510Z "SMBUS_TX_DDR_SPEED": "0xe74",
+2024-09-02T07:15:24.8648839Z "SMBUS_TX_DDR_STATUS": "0x111111",
+2024-09-02T07:15:24.8649557Z "SMBUS_TX_ETH_STATUS0": null,
+2024-09-02T07:15:24.8650265Z "SMBUS_TX_ETH_STATUS1": null,
+2024-09-02T07:15:24.8650978Z "SMBUS_TX_PCIE_STATUS": "0x11040040",
+2024-09-02T07:15:24.8652064Z "SMBUS_TX_FAULTS": null,
+2024-09-02T07:15:24.8652763Z "SMBUS_TX_ARC0_HEALTH": "0xc8541c62",
+2024-09-02T07:15:24.8653509Z "SMBUS_TX_ARC1_HEALTH": null,
+2024-09-02T07:15:24.8654175Z "SMBUS_TX_ARC2_HEALTH": null,
+2024-09-02T07:15:24.8654852Z "SMBUS_TX_ARC3_HEALTH": null,
+2024-09-02T07:15:24.8655551Z "SMBUS_TX_FAN_SPEED": "0xff",
+2024-09-02T07:15:24.8656237Z "SMBUS_TX_AICLK": "0x4b200fa",
+2024-09-02T07:15:24.8657264Z "SMBUS_TX_AXICLK": "0x384",
+2024-09-02T07:15:24.8657982Z "SMBUS_TX_ARCCLK": "0x21c",
+2024-09-02T07:15:24.8658650Z "SMBUS_TX_THROTTLER": null,
+2024-09-02T07:15:24.8659367Z "SMBUS_TX_VCORE": "0x2e4",
+2024-09-02T07:15:24.8660096Z "SMBUS_TX_ASIC_TEMPERATURE": "0x37502a1",
+2024-09-02T07:15:24.8660924Z "SMBUS_TX_VREG_TEMPERATURE": null,
+2024-09-02T07:15:24.8661781Z "SMBUS_TX_BOARD_TEMPERATURE": null,
+2024-09-02T07:15:24.8662544Z "SMBUS_TX_TDP": "0xaa000a",
+2024-09-02T07:15:24.8663222Z "SMBUS_TX_TDC": "0x12c000d",
+2024-09-02T07:15:24.8663939Z "SMBUS_TX_VDD_LIMITS": "0x3a202e4",
+2024-09-02T07:15:24.8664643Z "SMBUS_TX_THM_LIMITS": "0x53004b",
+2024-09-02T07:15:24.8665352Z "SMBUS_TX_WH_FW_DATE": "0x45011317",
+2024-09-02T07:15:24.8666059Z "SMBUS_TX_ASIC_TMON0": "0x2a2d292a",
+2024-09-02T07:15:24.8666723Z "SMBUS_TX_ASIC_TMON1": "0x2b29",
+2024-09-02T07:15:24.8667317Z "SMBUS_TX_MVDDQ_POWER": null,
+2024-09-02T07:19:56.5453437Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-True-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5455961Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-True-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5458597Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-True-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5461151Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-True-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5463682Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-False-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5466327Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-False-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5468898Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-False-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5471490Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_1cq_initialized[device_params0-False-False-False-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5474081Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-True-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5476630Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-True-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5479196Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-True-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5481957Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-True-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5484542Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-False-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5487113Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-False-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5489708Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-False-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5492296Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-True-False-False-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5494883Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5497442Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5500143Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5502920Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5505559Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5508283Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5510916Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5513581Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5515183Z ================= 36 passed, 36 warnings in 199.95s (0:03:19) ==================
+2024-09-02T07:19:56.9293349Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:19:57.0989739Z Prepare all required actions
+2024-09-02T07:19:57.0990365Z Getting action download info
+2024-09-02T07:19:57.3712743Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:19:58.0123782Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:19:58.0124531Z with:
+2024-09-02T07:19:58.0124982Z path: generated/test_reports/
+
+2024-09-02T07:19:58.0125571Z prefix: test_reports_
+2024-09-02T07:19:58.0126058Z env:
+2024-09-02T07:19:58.0126471Z TT_METAL_ENV:
+2024-09-02T07:19:58.0126918Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0127391Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0128514Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0129832Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0130878Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0132200Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0133286Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0134302Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0135324Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0136336Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0137108Z ##[endgroup]
+2024-09-02T07:19:58.0168802Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:19:58.0169341Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:19:58.0169899Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:19:58.0170578Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:19:58.0171405Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:19:58.0191315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:19:58.0191965Z env:
+2024-09-02T07:19:58.0192341Z TT_METAL_ENV:
+2024-09-02T07:19:58.0192782Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0193221Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0194298Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0195875Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0197065Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0198129Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0199180Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0200152Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0201252Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0202227Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0202974Z ##[endgroup]
+2024-09-02T07:19:58.0257650Z [UPLOAD-ARTIFACT-UUID] test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c
+2024-09-02T07:19:58.0316542Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:19:58.0317079Z with:
+2024-09-02T07:19:58.0317568Z name: test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c
+2024-09-02T07:19:58.0318251Z path: generated/test_reports/
+
+2024-09-02T07:19:58.0318778Z if-no-files-found: warn
+2024-09-02T07:19:58.0319248Z compression-level: 6
+2024-09-02T07:19:58.0319678Z overwrite: false
+2024-09-02T07:19:58.0320085Z env:
+2024-09-02T07:19:58.0320485Z TT_METAL_ENV:
+2024-09-02T07:19:58.0321061Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0321505Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0322773Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0324472Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0325403Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0326444Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0327491Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0328446Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0329403Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0330363Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0331099Z ##[endgroup]
+2024-09-02T07:19:58.3019714Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:19:58.3025507Z Artifact name is valid!
+2024-09-02T07:19:58.3026478Z Root directory input is valid!
+2024-09-02T07:19:58.5065449Z Beginning upload of artifact content to blob storage
+2024-09-02T07:19:58.7262490Z Uploaded bytes 1142
+2024-09-02T07:19:58.7833806Z Finished uploading artifact content to blob storage!
+2024-09-02T07:19:58.7836823Z SHA256 hash of uploaded artifact zip is 8969c51cabd8fc734c72e82557a49dcdf43ef08eefc8a6776b5a5f54400c1e02
+2024-09-02T07:19:58.7838174Z Finalizing artifact upload
+2024-09-02T07:19:58.8846954Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c.zip successfully finalized. Artifact ID 1880979512
+2024-09-02T07:19:58.8848804Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c has been successfully uploaded! Final size is 1142 bytes. Artifact ID is 1880979512
+2024-09-02T07:19:58.8852783Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880979512
+2024-09-02T07:19:58.9034048Z Post job cleanup.
+2024-09-02T07:19:58.9118081Z Post job cleanup.
+2024-09-02T07:19:56.5494883Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5497442Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5500143Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5502920Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-True-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5505559Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-True-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5508283Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-True-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5510916Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-False-4608-1024-3072-None-LoFi]
+2024-09-02T07:19:56.5513581Z PASSED tests/tt_eager/python_api_testing/trace_testing/misc/test_bert_ops.py::TestBertOpsTrace::test_bert_linear_2cqs_initialized[device_params0-0-False-False-False-False-4608-1024-3072-None-HiFi2]
+2024-09-02T07:19:56.5515183Z ================= 36 passed, 36 warnings in 199.95s (0:03:19) ==================
+2024-09-02T07:19:56.9293349Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:19:57.0989739Z Prepare all required actions
+2024-09-02T07:19:57.0990365Z Getting action download info
+2024-09-02T07:19:57.3712743Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:19:58.0123782Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:19:58.0124531Z with:
+2024-09-02T07:19:58.0124982Z path: generated/test_reports/
+
+2024-09-02T07:19:58.0125571Z prefix: test_reports_
+2024-09-02T07:19:58.0126058Z env:
+2024-09-02T07:19:58.0126471Z TT_METAL_ENV:
+2024-09-02T07:19:58.0126918Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0127391Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0128514Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0129832Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0130878Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0132200Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0133286Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0134302Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0135324Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0136336Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0137108Z ##[endgroup]
+2024-09-02T07:19:58.0168802Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:19:58.0169341Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:19:58.0169899Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:19:58.0170578Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:19:58.0171405Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:19:58.0191315Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:19:58.0191965Z env:
+2024-09-02T07:19:58.0192341Z TT_METAL_ENV:
+2024-09-02T07:19:58.0192782Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0193221Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0194298Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0195875Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0197065Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0198129Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0199180Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0200152Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0201252Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0202227Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0202974Z ##[endgroup]
+2024-09-02T07:19:58.0257650Z [UPLOAD-ARTIFACT-UUID] test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c
+2024-09-02T07:19:58.0316542Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:19:58.0317079Z with:
+2024-09-02T07:19:58.0317568Z name: test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c
+2024-09-02T07:19:58.0318251Z path: generated/test_reports/
+
+2024-09-02T07:19:58.0318778Z if-no-files-found: warn
+2024-09-02T07:19:58.0319248Z compression-level: 6
+2024-09-02T07:19:58.0319678Z overwrite: false
+2024-09-02T07:19:58.0320085Z env:
+2024-09-02T07:19:58.0320485Z TT_METAL_ENV:
+2024-09-02T07:19:58.0321061Z ARCH_NAME: grayskull
+2024-09-02T07:19:58.0321505Z LOGURU_LEVEL: INFO
+2024-09-02T07:19:58.0322773Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:19:58.0324472Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:58.0325403Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0326444Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:19:58.0327491Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0328446Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0329403Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:19:58.0330363Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:19:58.0331099Z ##[endgroup]
+2024-09-02T07:19:58.3019714Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:19:58.3025507Z Artifact name is valid!
+2024-09-02T07:19:58.3026478Z Root directory input is valid!
+2024-09-02T07:19:58.5065449Z Beginning upload of artifact content to blob storage
+2024-09-02T07:19:58.7262490Z Uploaded bytes 1142
+2024-09-02T07:19:58.7833806Z Finished uploading artifact content to blob storage!
+2024-09-02T07:19:58.7836823Z SHA256 hash of uploaded artifact zip is 8969c51cabd8fc734c72e82557a49dcdf43ef08eefc8a6776b5a5f54400c1e02
+2024-09-02T07:19:58.7838174Z Finalizing artifact upload
+2024-09-02T07:19:58.8846954Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c.zip successfully finalized. Artifact ID 1880979512
+2024-09-02T07:19:58.8848804Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c has been successfully uploaded! Final size is 1142 bytes. Artifact ID is 1880979512
+2024-09-02T07:19:58.8852783Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880979512
+2024-09-02T07:19:58.9034048Z Post job cleanup.
+2024-09-02T07:19:58.9118081Z Post job cleanup.
+2024-09-02T07:19:59.0018678Z Post job cleanup.
+2024-09-02T07:19:59.1561899Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:19:59.1688962Z Post job cleanup.
+2024-09-02T07:19:59.3672501Z Post job cleanup.
+2024-09-02T07:19:59.3747848Z Post job cleanup.
+2024-09-02T07:19:59.4913557Z [command]/usr/bin/git version
+2024-09-02T07:19:59.4955318Z git version 2.25.1
+2024-09-02T07:19:59.5002230Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/d396bf55-ac22-464a-9e01-d1c46c2dce12' before making global git config changes
+2024-09-02T07:19:59.5003734Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:19:59.5008240Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:59.5045405Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:19:59.5076745Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:19:59.5345408Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:19:59.5390167Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:19:59.5441540Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:19:59.5487306Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:19:58.8846954Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c.zip successfully finalized. Artifact ID 1880979512
+2024-09-02T07:19:58.8848804Z Artifact test_reports_d62e8c19-2ccf-4814-8c1a-5c5fda9d391c has been successfully uploaded! Final size is 1142 bytes. Artifact ID is 1880979512
+2024-09-02T07:19:58.8852783Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880979512
+2024-09-02T07:19:58.9034048Z Post job cleanup.
+2024-09-02T07:19:58.9118081Z Post job cleanup.
+2024-09-02T07:19:59.0018678Z Post job cleanup.
+2024-09-02T07:19:59.1561899Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:19:59.1688962Z Post job cleanup.
+2024-09-02T07:19:59.3672501Z Post job cleanup.
+2024-09-02T07:19:59.3747848Z Post job cleanup.
+2024-09-02T07:19:59.4913557Z [command]/usr/bin/git version
+2024-09-02T07:19:59.4955318Z git version 2.25.1
+2024-09-02T07:19:59.5002230Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/d396bf55-ac22-464a-9e01-d1c46c2dce12' before making global git config changes
+2024-09-02T07:19:59.5003734Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:19:59.5008240Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:19:59.5045405Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:19:59.5076745Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:19:59.5345408Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:19:59.5390167Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:19:59.5441540Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:19:59.5487306Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:19:59.5535605Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:19:59.5584234Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:19:59.5627858Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:19:59.5675208Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:19:59.5719546Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:19:59.5765338Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:19:59.5808015Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:19:59.5877556Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:19:59.5901491Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.5911457Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:19:59.5944428Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:19:59.6216278Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:19:59.6244743Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6289772Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:19:59.6316307Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6361318Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:19:59.6394930Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6437609Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:19:59.6462541Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6504417Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:19:59.6534676Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6576057Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:19:59.6600244Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6641008Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:19:59.6664221Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6704772Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:19:59.6731845Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6771783Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:19:59.6794906Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6831897Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:19:59.6855502Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.6898655Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:19:59.6922821Z http.https://github.com/.extraheader
+2024-09-02T07:19:59.7084052Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:19:59.7125505Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/cleanup.sh'
+2024-09-02T07:19:59.7142828Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:19:59.7143591Z ##[endgroup]
+2024-09-02T07:19:59.7216281Z Current date / time is Mon Sep 2 07:19:59 UTC 2024
+2024-09-02T07:19:59.7217105Z Printing out cpu information...
+2024-09-02T07:19:59.7248358Z Architecture: x86_64
+2024-09-02T07:19:59.7249577Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:19:59.7250372Z Byte Order: Little Endian
+2024-09-02T07:19:59.7251547Z Address sizes: 40 bits physical, 48 bits virtual
+2024-09-02T07:19:59.7252357Z CPU(s): 14
+2024-09-02T07:19:59.7253177Z On-line CPU(s) list: 0-13
+2024-09-02T07:19:59.7254191Z Thread(s) per core: 1
+2024-09-02T07:19:59.7254949Z Core(s) per socket: 1
+2024-09-02T07:19:59.7255593Z Socket(s): 14
+2024-09-02T07:19:59.7256250Z NUMA node(s): 2
+2024-09-02T07:19:59.7257125Z Vendor ID: AuthenticAMD
+2024-09-02T07:19:59.7257722Z CPU family: 23
+2024-09-02T07:19:59.7258266Z Model: 49
+2024-09-02T07:19:59.7259091Z Model name: AMD EPYC-Rome Processor
+2024-09-02T07:19:59.7259783Z Stepping: 0
+2024-09-02T07:19:59.7260349Z CPU MHz: 2299.998
+2024-09-02T07:19:59.7260946Z BogoMIPS: 4599.99
+2024-09-02T07:19:59.7261572Z Virtualization: AMD-V
+2024-09-02T07:19:59.7262163Z Hypervisor vendor: KVM
+2024-09-02T07:19:59.7262743Z Virtualization type: full
+2024-09-02T07:19:59.7263325Z L1d cache: 448 KiB
+2024-09-02T07:19:59.7263909Z L1i cache: 448 KiB
+2024-09-02T07:19:59.7264676Z L2 cache: 7 MiB
+2024-09-02T07:19:59.7265254Z L3 cache: 224 MiB
+2024-09-02T07:19:59.7265879Z NUMA node0 CPU(s): 0-6
+2024-09-02T07:19:59.7266532Z NUMA node1 CPU(s): 7-13
+2024-09-02T07:19:59.7267379Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:19:59.7268083Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:19:59.7268735Z Vulnerability L1tf: Not affected
+2024-09-02T07:19:59.7269408Z Vulnerability Mds: Not affected
+2024-09-02T07:19:59.7270083Z Vulnerability Meltdown: Not affected
+2024-09-02T07:19:59.7270777Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:19:59.7271455Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:19:59.7272471Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:19:59.7273826Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:19:59.7275816Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:19:59.7277029Z Vulnerability Srbds: Not affected
+2024-09-02T07:19:59.7277902Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:19:59.7282566Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid
+2024-09-02T07:19:59.7501789Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549958751.log b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549958751.log
new file mode 100644
index 00000000000..1957f7a16c5
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/10662355710/logs/29549958751.log
@@ -0,0 +1,402 @@
+2024-09-02T07:15:25.5941349Z Current runner version: '2.319.1'
+2024-09-02T07:15:25.5948662Z Runner name: 'tt-metal-ci-vm-65'
+2024-09-02T07:15:25.5949495Z Runner group name: 'Default'
+2024-09-02T07:15:25.5950465Z Machine name: 'tt-metal-ci-vm-65'
+2024-09-02T07:15:25.5969501Z Testing runner upgrade compatibility
+2024-09-02T07:15:25.6628095Z ##[group]GITHUB_TOKEN Permissions
+2024-09-02T07:15:25.6630477Z Actions: read
+2024-09-02T07:15:25.6631039Z Contents: read
+2024-09-02T07:15:25.6631588Z Metadata: read
+2024-09-02T07:15:25.6632140Z Pages: write
+2024-09-02T07:15:25.6632638Z ##[endgroup]
+2024-09-02T07:15:25.6636488Z Secret source: Actions
+2024-09-02T07:15:25.6637282Z Prepare workflow directory
+2024-09-02T07:15:25.8065795Z Prepare all required actions
+2024-09-02T07:15:25.8357638Z Getting action download info
+2024-09-02T07:15:26.0634483Z Download action repository 'tenstorrent-metal/metal-workflows@v2.0.0' (SHA:22c747950076e4c9627125e14734e287c08287a7)
+2024-09-02T07:15:26.5405014Z Getting action download info
+2024-09-02T07:15:26.7058201Z Download action repository 'actions/checkout@v4' (SHA:692973e3d937129bcbf40652eb9f2f61becf3332)
+2024-09-02T07:15:27.2756391Z Uses: tenstorrent/tt-metal/.github/workflows/ttnn-post-commit.yaml@refs/heads/main (a9bcd03b1775ab989aebab822ec2e4f821abac41)
+2024-09-02T07:15:27.2759607Z ##[group] Inputs
+2024-09-02T07:15:27.2760207Z arch: grayskull
+2024-09-02T07:15:27.2760719Z runner-label: E150
+2024-09-02T07:15:27.2761958Z timeout: 45
+2024-09-02T07:15:27.2762474Z ##[endgroup]
+2024-09-02T07:15:27.2763471Z Complete job name: ttnn-unit-tests (grayskull, E150) / ttnn group 1 grayskull E150
+2024-09-02T07:15:27.3553765Z A job started hook has been configured by the self-hosted runner administrator
+2024-09-02T07:15:27.3757685Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/reset.sh'
+2024-09-02T07:15:27.3778638Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:15:27.3779423Z ##[endgroup]
+2024-09-02T07:15:27.4078260Z Current date / time is Mon Sep 2 07:15:27 UTC 2024
+2024-09-02T07:15:27.9238701Z tt-smi reset was successful
+2024-09-02T07:15:28.3606701Z
+2024-09-02T07:15:28.3608082Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:28.3656935Z [1A[J
+2024-09-02T07:15:28.3657680Z [95m Detected Chips: [93m1[0m
+2024-09-02T07:15:28.3658048Z
+2024-09-02T07:15:28.3658343Z [94m Detecting ARC: [93m|[0m
+2024-09-02T07:15:28.3658766Z
+2024-09-02T07:15:28.3659108Z [94m Detecting DRAM: [93m|[0m
+2024-09-02T07:15:28.3665859Z
+2024-09-02T07:15:28.3666180Z [95m[][94m ETH: [93m|[0m
+2024-09-02T07:15:28.3725567Z Gathering Information ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 0:00:00
+2024-09-02T07:15:28.3749738Z [95m Saved tt-smi log to: /opt/tt_metal_infra/smi.log [0m
+2024-09-02T07:15:28.4453264Z {
+2024-09-02T07:15:28.4453963Z "time": "2024-09-02T07:15:28.366458",
+2024-09-02T07:15:28.4454526Z "host_info": {
+2024-09-02T07:15:28.4454944Z "OS": "Linux",
+2024-09-02T07:15:28.4455417Z "Distro": "Ubuntu 20.04.3 LTS",
+2024-09-02T07:15:28.4456047Z "Kernel": "5.4.0-192-generic",
+2024-09-02T07:15:28.4456746Z "Hostname": "tt-metal-ci-vm-65",
+2024-09-02T07:15:28.4457303Z "Platform": "x86_64",
+2024-09-02T07:15:28.4457783Z "Python": "3.8.10",
+2024-09-02T07:15:28.4458250Z "Memory": "47.14 GB",
+2024-09-02T07:15:28.4458715Z "Driver": "TTKMD 1.27.1"
+2024-09-02T07:15:28.4459383Z },
+2024-09-02T07:15:28.4460051Z "device_info": [
+2024-09-02T07:15:28.4460503Z {
+2024-09-02T07:15:28.4460908Z "smbus_telem": {
+2024-09-02T07:15:28.4461414Z "BOARD_ID": "0x10000351152a018",
+2024-09-02T07:15:28.4462046Z "SMBUS_TX_ENUM_VERSION": "0xba5e0001",
+2024-09-02T07:15:28.4462698Z "SMBUS_TX_DEVICE_ID": "0xfaca1e52",
+2024-09-02T07:15:28.4463314Z "SMBUS_TX_ASIC_RO": null,
+2024-09-02T07:15:28.4463867Z "SMBUS_TX_ASIC_IDD": null,
+2024-09-02T07:15:28.4464616Z "SMBUS_TX_BOARD_ID_HIGH": "0x1000035",
+2024-09-02T07:15:28.4465248Z "SMBUS_TX_BOARD_ID_LOW": "0x1152a018",
+2024-09-02T07:15:28.4466446Z "SMBUS_TX_ARC0_FW_VERSION": "0x1070000",
+2024-09-02T07:15:28.4467127Z "SMBUS_TX_ARC1_FW_VERSION": "0x1070000",
+2024-09-02T07:15:28.4467755Z "SMBUS_TX_ARC2_FW_VERSION": null,
+2024-09-02T07:15:28.4468592Z "SMBUS_TX_ARC3_FW_VERSION": "0x1070000",
+2024-09-02T07:15:28.4469292Z "SMBUS_TX_SPIBOOTROM_FW_VERSION": null,
+2024-09-02T07:15:28.4469930Z "SMBUS_TX_ETH_FW_VERSION": null,
+2024-09-02T07:15:28.4470787Z "SMBUS_TX_M3_BL_FW_VERSION": null,
+2024-09-02T07:15:28.4471428Z "SMBUS_TX_M3_APP_FW_VERSION": null,
+2024-09-02T07:15:28.4472068Z "SMBUS_TX_DDR_SPEED": "0xe74",
+2024-09-02T07:15:28.4472671Z "SMBUS_TX_DDR_STATUS": "0x111111",
+2024-09-02T07:15:28.4473253Z "SMBUS_TX_ETH_STATUS0": null,
+2024-09-02T07:15:28.4473837Z "SMBUS_TX_ETH_STATUS1": null,
+2024-09-02T07:15:28.4474439Z "SMBUS_TX_PCIE_STATUS": "0x11040042",
+2024-09-02T07:15:28.4475036Z "SMBUS_TX_FAULTS": null,
+2024-09-02T07:15:28.4475616Z "SMBUS_TX_ARC0_HEALTH": "0xd272793a",
+2024-09-02T07:15:28.4476213Z "SMBUS_TX_ARC1_HEALTH": null,
+2024-09-02T07:15:28.4476775Z "SMBUS_TX_ARC2_HEALTH": null,
+2024-09-02T07:15:28.4477357Z "SMBUS_TX_ARC3_HEALTH": null,
+2024-09-02T07:15:28.4477921Z "SMBUS_TX_FAN_SPEED": "0xff",
+2024-09-02T07:15:28.4478496Z "SMBUS_TX_AICLK": "0x4b200fa",
+2024-09-02T07:15:28.4479405Z "SMBUS_TX_AXICLK": "0x384",
+2024-09-02T07:15:28.4479985Z "SMBUS_TX_ARCCLK": "0x21c",
+2024-09-02T07:15:28.4480554Z "SMBUS_TX_THROTTLER": null,
+2024-09-02T07:15:28.4481297Z "SMBUS_TX_VCORE": "0x2e4",
+2024-09-02T07:15:28.4481920Z "SMBUS_TX_ASIC_TEMPERATURE": "0x29f01cd",
+2024-09-02T07:15:28.4482562Z "SMBUS_TX_VREG_TEMPERATURE": null,
+2024-09-02T07:15:28.4483186Z "SMBUS_TX_BOARD_TEMPERATURE": null,
+2024-09-02T07:15:28.4483769Z "SMBUS_TX_TDP": "0xaa0010",
+2024-09-02T07:15:28.4484333Z "SMBUS_TX_TDC": "0x12c0015",
+2024-09-02T07:15:28.4484928Z "SMBUS_TX_VDD_LIMITS": "0x3a202e4",
+2024-09-02T07:15:28.4485537Z "SMBUS_TX_THM_LIMITS": "0x53004b",
+2024-09-02T07:15:28.4486138Z "SMBUS_TX_WH_FW_DATE": "0x45011317",
+2024-09-02T07:15:28.4486767Z "SMBUS_TX_ASIC_TMON0": "0x1d1c1d25",
+2024-09-02T07:15:28.4487399Z "SMBUS_TX_ASIC_TMON1": "0x1e1c",
+2024-09-02T07:15:28.4488024Z "SMBUS_TX_MVDDQ_POWER": null,
+2024-09-02T07:23:11.7720055Z SKIPPED [8] tests/ttnn/unit_tests/test_reshape.py:210: ttnn.reshape cannot modify width without causing a mismatch
+2024-09-02T07:23:11.7720713Z SKIPPED [1] tests/ttnn/unit_tests/test_reshape.py:225: ttnn.reshape cannot modify width without causing a mismatch
+2024-09-02T07:23:11.7721216Z SKIPPED [1] tests/ttnn/unit_tests/test_to_and_from_device.py:77: 4359: from_device is hanging
+2024-09-02T07:23:11.7721873Z SKIPPED [2] tests/ttnn/unit_tests/test_to_and_from_torch.py:58: ROW_MAJOR_LAYOUT not supported for bfloat8_b and bfloat4_b
+2024-09-02T07:23:11.7722428Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer.py:21: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7722971Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer.py:31: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7723531Z SKIPPED [2] tests/ttnn/unit_tests/test_tracer.py:44: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7724076Z SKIPPED [2] tests/ttnn/unit_tests/test_tracer.py:61: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7724629Z SKIPPED [2] tests/ttnn/unit_tests/test_tracer.py:81: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7725176Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer.py:133: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7725851Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer_codegen.py:13: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7726438Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer_codegen.py:28: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7727089Z SKIPPED [1] tests/ttnn/unit_tests/test_tracer_evaluate.py:67: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7727646Z SKIPPED [4] tests/ttnn/unit_tests/test_tutorials.py:38: Skipping test with requires_fast_runtime_mode_off
+2024-09-02T07:23:11.7728147Z SKIPPED [2] tests/ttnn/unit_tests/benchmarks/test_benchmark.py:13: only runs for Wormhole B0
+2024-09-02T07:23:11.7728631Z SKIPPED [2] tests/ttnn/unit_tests/benchmarks/test_benchmark.py:42: only runs for Wormhole B0
+2024-09-02T07:23:11.7729126Z SKIPPED [1] tests/ttnn/unit_tests/operations/test_activation.py:53: not working for Grayskull
+2024-09-02T07:23:11.7729651Z SKIPPED [20] tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull
+2024-09-02T07:23:11.7730496Z SKIPPED [1] tests/ttnn/unit_tests/operations/test_add.py:269: #11002/#4005: Bcast does not appear to be doing what we expect. Leaving test for reference.
+2024-09-02T07:23:11.7731068Z SKIPPED [2] tests/ttnn/unit_tests/operations/test_all_gather.py:160: Requires eth connected devices to run
+2024-09-02T07:23:11.7731652Z SKIPPED [16] tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run
+2024-09-02T07:23:11.7732228Z SKIPPED [2] tests/ttnn/unit_tests/operations/test_all_gather.py:284: Requires eth connected devices to run
+2024-09-02T07:23:11.7732790Z SKIPPED [4] tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run
+2024-09-02T07:23:11.7733372Z SKIPPED [574] tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run
+2024-09-02T07:23:11.7733956Z = 404 passed, 1129 skipped, 7662 deselected, 418 warnings in 388.91s (0:06:28) =
+2024-09-02T07:23:11.9768917Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:23:12.1399088Z Prepare all required actions
+2024-09-02T07:23:12.1399975Z Getting action download info
+2024-09-02T07:23:12.4247894Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:23:13.1361505Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:23:13.1362210Z with:
+2024-09-02T07:23:13.1362679Z path: generated/test_reports/
+
+2024-09-02T07:23:13.1363251Z prefix: test_reports_
+2024-09-02T07:23:13.1363742Z env:
+2024-09-02T07:23:13.1364171Z TT_METAL_ENV:
+2024-09-02T07:23:13.1364644Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1365144Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1366347Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1367907Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1369000Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1370122Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1371232Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1372251Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1373237Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1374252Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1375091Z ##[endgroup]
+2024-09-02T07:23:13.1447996Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:23:13.1448557Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:23:13.1449148Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:23:13.1450086Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:23:13.1450947Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:23:13.1472508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:23:13.1473213Z env:
+2024-09-02T07:23:13.1473624Z TT_METAL_ENV:
+2024-09-02T07:23:13.1474069Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1474523Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1475678Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1477151Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1478123Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1479292Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1487839Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1489143Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1490250Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1491291Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1492159Z ##[endgroup]
+2024-09-02T07:23:13.1559404Z [UPLOAD-ARTIFACT-UUID] test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7
+2024-09-02T07:23:13.1629554Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:23:13.1630177Z with:
+2024-09-02T07:23:13.1630720Z name: test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7
+2024-09-02T07:23:13.1631451Z path: generated/test_reports/
+
+2024-09-02T07:23:13.1632061Z if-no-files-found: warn
+2024-09-02T07:23:13.1632595Z compression-level: 6
+2024-09-02T07:23:13.1633409Z overwrite: false
+2024-09-02T07:23:13.1633899Z env:
+2024-09-02T07:23:13.1634318Z TT_METAL_ENV:
+2024-09-02T07:23:13.1634811Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1635344Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1636882Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1638268Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1639250Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1640365Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1641482Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1642517Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1643525Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1644784Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1645711Z ##[endgroup]
+2024-09-02T07:23:13.4359856Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:23:13.4365568Z Artifact name is valid!
+2024-09-02T07:23:13.4366303Z Root directory input is valid!
+2024-09-02T07:23:13.6314330Z Beginning upload of artifact content to blob storage
+2024-09-02T07:23:13.8969346Z Uploaded bytes 19344
+2024-09-02T07:23:13.9489039Z Finished uploading artifact content to blob storage!
+2024-09-02T07:23:13.9492771Z SHA256 hash of uploaded artifact zip is 04ae484f0030c05a4c4319c7f35271c163818172d0db8dc48b66bb6a3da2891b
+2024-09-02T07:23:13.9494590Z Finalizing artifact upload
+2024-09-02T07:23:14.0431301Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7.zip successfully finalized. Artifact ID 1880989670
+2024-09-02T07:23:14.0433134Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7 has been successfully uploaded! Final size is 19344 bytes. Artifact ID is 1880989670
+2024-09-02T07:23:14.0437639Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880989670
+2024-09-02T07:23:14.0628393Z Post job cleanup.
+2024-09-02T07:23:14.0716627Z Post job cleanup.
+2024-09-02T07:23:11.7729126Z SKIPPED [1] tests/ttnn/unit_tests/operations/test_activation.py:53: not working for Grayskull
+2024-09-02T07:23:11.7729651Z SKIPPED [20] tests/ttnn/unit_tests/operations/test_activation.py:121: not working for Grayskull
+2024-09-02T07:23:11.7730496Z SKIPPED [1] tests/ttnn/unit_tests/operations/test_add.py:269: #11002/#4005: Bcast does not appear to be doing what we expect. Leaving test for reference.
+2024-09-02T07:23:11.7731068Z SKIPPED [2] tests/ttnn/unit_tests/operations/test_all_gather.py:160: Requires eth connected devices to run
+2024-09-02T07:23:11.7731652Z SKIPPED [16] tests/ttnn/unit_tests/operations/test_all_gather.py:222: Requires eth connected devices to run
+2024-09-02T07:23:11.7732228Z SKIPPED [2] tests/ttnn/unit_tests/operations/test_all_gather.py:284: Requires eth connected devices to run
+2024-09-02T07:23:11.7732790Z SKIPPED [4] tests/ttnn/unit_tests/operations/test_all_gather.py:549: Requires eth connected devices to run
+2024-09-02T07:23:11.7733372Z SKIPPED [574] tests/ttnn/unit_tests/operations/test_all_gather.py:670: Requires eth connected devices to run
+2024-09-02T07:23:11.7733956Z = 404 passed, 1129 skipped, 7662 deselected, 418 warnings in 388.91s (0:06:28) =
+2024-09-02T07:23:11.9768917Z [38;2;000;128;000m Device[0m | [1m[38;2;100;149;237mINFO [0m | Closing user mode device drivers
+2024-09-02T07:23:12.1399088Z Prepare all required actions
+2024-09-02T07:23:12.1399975Z Getting action download info
+2024-09-02T07:23:12.4247894Z Download action repository 'actions/upload-artifact@v4' (SHA:834a144ee995460fba8ed112a2fc961b36a5ec5a)
+2024-09-02T07:23:13.1361505Z ##[group]Run ./.github/actions/upload-artifact-with-job-uuid
+2024-09-02T07:23:13.1362210Z with:
+2024-09-02T07:23:13.1362679Z path: generated/test_reports/
+
+2024-09-02T07:23:13.1363251Z prefix: test_reports_
+2024-09-02T07:23:13.1363742Z env:
+2024-09-02T07:23:13.1364171Z TT_METAL_ENV:
+2024-09-02T07:23:13.1364644Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1365144Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1366347Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1367907Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1369000Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1370122Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1371232Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1372251Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1373237Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1374252Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1375091Z ##[endgroup]
+2024-09-02T07:23:13.1447996Z ##[group]Run uuid=$(uuidgen)
+2024-09-02T07:23:13.1448557Z [36;1muuid=$(uuidgen)[0m
+2024-09-02T07:23:13.1449148Z [36;1martifact_name="test_reports_$uuid"[0m
+2024-09-02T07:23:13.1450086Z [36;1mecho "[UPLOAD-ARTIFACT-UUID] $artifact_name"[0m
+2024-09-02T07:23:13.1450947Z [36;1mecho "artifact-name=$artifact_name" >> "$GITHUB_OUTPUT"[0m
+2024-09-02T07:23:13.1472508Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:23:13.1473213Z env:
+2024-09-02T07:23:13.1473624Z TT_METAL_ENV:
+2024-09-02T07:23:13.1474069Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1474523Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1475678Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1477151Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1478123Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1479292Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1487839Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1489143Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1490250Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1491291Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1492159Z ##[endgroup]
+2024-09-02T07:23:13.1559404Z [UPLOAD-ARTIFACT-UUID] test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7
+2024-09-02T07:23:13.1629554Z ##[group]Run actions/upload-artifact@v4
+2024-09-02T07:23:13.1630177Z with:
+2024-09-02T07:23:13.1630720Z name: test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7
+2024-09-02T07:23:13.1631451Z path: generated/test_reports/
+
+2024-09-02T07:23:13.1632061Z if-no-files-found: warn
+2024-09-02T07:23:13.1632595Z compression-level: 6
+2024-09-02T07:23:13.1633409Z overwrite: false
+2024-09-02T07:23:13.1633899Z env:
+2024-09-02T07:23:13.1634318Z TT_METAL_ENV:
+2024-09-02T07:23:13.1634811Z ARCH_NAME: grayskull
+2024-09-02T07:23:13.1635344Z LOGURU_LEVEL: INFO
+2024-09-02T07:23:13.1636882Z LD_LIBRARY_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib:/home/ubuntu/actions-runner/_work/tt-metal/tt-metal/build/lib
+2024-09-02T07:23:13.1638268Z TT_METAL_HOME: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:13.1639250Z pythonLocation: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1640365Z PKG_CONFIG_PATH: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/lib/pkgconfig
+2024-09-02T07:23:13.1641482Z Python_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1642517Z Python2_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1643525Z Python3_ROOT_DIR: /home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64
+2024-09-02T07:23:13.1644784Z VIRTUAL_ENV: /home/ubuntu/actions-runner/_work/tt-metal/tt-metal/python_env
+2024-09-02T07:23:13.1645711Z ##[endgroup]
+2024-09-02T07:23:13.4359856Z With the provided path, there will be 1 file uploaded
+2024-09-02T07:23:13.4365568Z Artifact name is valid!
+2024-09-02T07:23:13.4366303Z Root directory input is valid!
+2024-09-02T07:23:13.6314330Z Beginning upload of artifact content to blob storage
+2024-09-02T07:23:13.8969346Z Uploaded bytes 19344
+2024-09-02T07:23:13.9489039Z Finished uploading artifact content to blob storage!
+2024-09-02T07:23:13.9492771Z SHA256 hash of uploaded artifact zip is 04ae484f0030c05a4c4319c7f35271c163818172d0db8dc48b66bb6a3da2891b
+2024-09-02T07:23:13.9494590Z Finalizing artifact upload
+2024-09-02T07:23:14.0431301Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7.zip successfully finalized. Artifact ID 1880989670
+2024-09-02T07:23:14.0433134Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7 has been successfully uploaded! Final size is 19344 bytes. Artifact ID is 1880989670
+2024-09-02T07:23:14.0437639Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880989670
+2024-09-02T07:23:14.0628393Z Post job cleanup.
+2024-09-02T07:23:14.0716627Z Post job cleanup.
+2024-09-02T07:23:14.1595506Z Post job cleanup.
+2024-09-02T07:23:14.3142161Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:23:14.3282429Z Post job cleanup.
+2024-09-02T07:23:14.5295703Z Post job cleanup.
+2024-09-02T07:23:14.5376475Z Post job cleanup.
+2024-09-02T07:23:14.6553881Z [command]/usr/bin/git version
+2024-09-02T07:23:14.6597119Z git version 2.25.1
+2024-09-02T07:23:14.6643947Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/efb917ee-afda-4f31-bae5-51e96925dc73' before making global git config changes
+2024-09-02T07:23:14.6645592Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:23:14.6649399Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:14.6699542Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:23:14.6746484Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:23:14.7045085Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:23:14.7093695Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:23:14.7141124Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:23:14.7194588Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:23:14.0431301Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7.zip successfully finalized. Artifact ID 1880989670
+2024-09-02T07:23:14.0433134Z Artifact test_reports_ed51a86f-cd1e-435b-9174-76d128f165f7 has been successfully uploaded! Final size is 19344 bytes. Artifact ID is 1880989670
+2024-09-02T07:23:14.0437639Z Artifact download URL: https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/artifacts/1880989670
+2024-09-02T07:23:14.0628393Z Post job cleanup.
+2024-09-02T07:23:14.0716627Z Post job cleanup.
+2024-09-02T07:23:14.1595506Z Post job cleanup.
+2024-09-02T07:23:14.3142161Z Cache hit occurred on the primary key setup-venv-Linux-py-3.8.18-/home/ubuntu/actions-runner/_work/_tool/Python/3.8.18/x64/bin/python-1ec69d644b7c62e16fcb3d345f721fe68d2d764541f2368fb2116afb460a857b-./create_venv.sh, not saving cache.
+2024-09-02T07:23:14.3282429Z Post job cleanup.
+2024-09-02T07:23:14.5295703Z Post job cleanup.
+2024-09-02T07:23:14.5376475Z Post job cleanup.
+2024-09-02T07:23:14.6553881Z [command]/usr/bin/git version
+2024-09-02T07:23:14.6597119Z git version 2.25.1
+2024-09-02T07:23:14.6643947Z Temporarily overriding HOME='/home/ubuntu/actions-runner/_work/_temp/efb917ee-afda-4f31-bae5-51e96925dc73' before making global git config changes
+2024-09-02T07:23:14.6645592Z Adding repository directory to the temporary git global config as a safe directory
+2024-09-02T07:23:14.6649399Z [command]/usr/bin/git config --global --add safe.directory /home/ubuntu/actions-runner/_work/tt-metal/tt-metal
+2024-09-02T07:23:14.6699542Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
+2024-09-02T07:23:14.6746484Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
+2024-09-02T07:23:14.7045085Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:23:14.7093695Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:23:14.7141124Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:23:14.7194588Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:23:14.7245908Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:23:14.7296095Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:23:14.7345465Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:23:14.7395916Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:23:14.7442691Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:23:14.7490107Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:23:14.7536028Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:23:14.7609827Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
+2024-09-02T07:23:14.7633655Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.7643641Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
+2024-09-02T07:23:14.7678940Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
+2024-09-02T07:23:14.7931123Z Entering 'models/demos/t3000/llama2_70b/reference/llama'
+2024-09-02T07:23:14.7957918Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.7993975Z Entering 'tt_metal/third_party/lfs'
+2024-09-02T07:23:14.8019971Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8062019Z Entering 'tt_metal/third_party/pybind11'
+2024-09-02T07:23:14.8088528Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8124318Z Entering 'tt_metal/third_party/sfpi'
+2024-09-02T07:23:14.8154200Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8196038Z Entering 'tt_metal/third_party/taskflow'
+2024-09-02T07:23:14.8221629Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8259609Z Entering 'tt_metal/third_party/tracy'
+2024-09-02T07:23:14.8288863Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8327336Z Entering 'tt_metal/third_party/tt_llk_blackhole'
+2024-09-02T07:23:14.8360986Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8398201Z Entering 'tt_metal/third_party/tt_llk_grayskull'
+2024-09-02T07:23:14.8425057Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8462409Z Entering 'tt_metal/third_party/tt_llk_wormhole_b0'
+2024-09-02T07:23:14.8489030Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8526218Z Entering 'tt_metal/third_party/umd'
+2024-09-02T07:23:14.8556088Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8591035Z Entering 'tt_metal/third_party/umd/third_party/fmt'
+2024-09-02T07:23:14.8618785Z http.https://github.com/.extraheader
+2024-09-02T07:23:14.8785491Z A job completed hook has been configured by the self-hosted runner administrator
+2024-09-02T07:23:14.8824892Z ##[group]Run '/opt/tt_metal_infra/scripts/ci/grayskull/cleanup.sh'
+2024-09-02T07:23:14.8841200Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
+2024-09-02T07:23:14.8842123Z ##[endgroup]
+2024-09-02T07:23:14.8908885Z Current date / time is Mon Sep 2 07:23:14 UTC 2024
+2024-09-02T07:23:14.8909616Z Printing out cpu information...
+2024-09-02T07:23:14.8940582Z Architecture: x86_64
+2024-09-02T07:23:14.8941675Z CPU op-mode(s): 32-bit, 64-bit
+2024-09-02T07:23:14.8942384Z Byte Order: Little Endian
+2024-09-02T07:23:14.8943348Z Address sizes: 40 bits physical, 48 bits virtual
+2024-09-02T07:23:14.8944483Z CPU(s): 14
+2024-09-02T07:23:14.8945195Z On-line CPU(s) list: 0-13
+2024-09-02T07:23:14.8945845Z Thread(s) per core: 1
+2024-09-02T07:23:14.8946526Z Core(s) per socket: 1
+2024-09-02T07:23:14.8947097Z Socket(s): 14
+2024-09-02T07:23:14.8947673Z NUMA node(s): 2
+2024-09-02T07:23:14.8948282Z Vendor ID: AuthenticAMD
+2024-09-02T07:23:14.8948925Z CPU family: 23
+2024-09-02T07:23:14.8949489Z Model: 49
+2024-09-02T07:23:14.8950257Z Model name: AMD EPYC-Rome Processor
+2024-09-02T07:23:14.8950963Z Stepping: 0
+2024-09-02T07:23:14.8951569Z CPU MHz: 2299.998
+2024-09-02T07:23:14.8952213Z BogoMIPS: 4599.99
+2024-09-02T07:23:14.8952892Z Virtualization: AMD-V
+2024-09-02T07:23:14.8953533Z Hypervisor vendor: KVM
+2024-09-02T07:23:14.8954186Z Virtualization type: full
+2024-09-02T07:23:14.8954799Z L1d cache: 448 KiB
+2024-09-02T07:23:14.8955424Z L1i cache: 448 KiB
+2024-09-02T07:23:14.8956033Z L2 cache: 7 MiB
+2024-09-02T07:23:14.8956651Z L3 cache: 224 MiB
+2024-09-02T07:23:14.8957348Z NUMA node0 CPU(s): 0-6
+2024-09-02T07:23:14.8958049Z NUMA node1 CPU(s): 7-13
+2024-09-02T07:23:14.8958733Z Vulnerability Gather data sampling: Not affected
+2024-09-02T07:23:14.8959530Z Vulnerability Itlb multihit: Not affected
+2024-09-02T07:23:14.8960298Z Vulnerability L1tf: Not affected
+2024-09-02T07:23:14.8960994Z Vulnerability Mds: Not affected
+2024-09-02T07:23:14.8961739Z Vulnerability Meltdown: Not affected
+2024-09-02T07:23:14.8962722Z Vulnerability Mmio stale data: Not affected
+2024-09-02T07:23:14.8963412Z Vulnerability Retbleed: Vulnerable
+2024-09-02T07:23:14.8964510Z Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
+2024-09-02T07:23:14.8965865Z Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
+2024-09-02T07:23:14.8967648Z Vulnerability Spectre v2: Mitigation; Retpolines; IBPB conditional; STIBP disabled; RSB filling; PBRSB-eIBRS Not affected; BHI Not affected
+2024-09-02T07:23:14.8968891Z Vulnerability Srbds: Not affected
+2024-09-02T07:23:14.8969601Z Vulnerability Tsx async abort: Not affected
+2024-09-02T07:23:14.8973675Z Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand hypervisor lahf_lm svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid
+2024-09-02T07:23:14.9212601Z Cleaning up orphan processes
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow.json b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow.json
new file mode 100644
index 00000000000..c37bcc80397
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow.json
@@ -0,0 +1 @@
+{"id":10662355710,"name":"All post-commit tests","node_id":"WFR_kwLOI9Wqc88AAAACe4ai_g","head_branch":"main","head_sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","path":".github/workflows/all-post-commit-workflows.yaml","display_title":"#11990: Replace ttnn.experimental.tensor.* to ttnn.* in ttnn folder (…","run_number":14788,"event":"push","status":"completed","conclusion":"success","workflow_id":67993574,"check_suite_id":27865641206,"check_suite_node_id":"CS_kwDOI9Wqc88AAAAGfOvw9g","url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710","html_url":"https://github.com/tenstorrent/tt-metal/actions/runs/10662355710","pull_requests":[],"created_at":"2024-09-02T07:01:52Z","updated_at":"2024-09-02T08:11:48Z","actor":{"login":"bharane-ab","id":138196316,"node_id":"U_kgDOCDy1XA","avatar_url":"https://avatars.githubusercontent.com/u/138196316?v=4","gravatar_id":"","url":"https://api.github.com/users/bharane-ab","html_url":"https://github.com/bharane-ab","followers_url":"https://api.github.com/users/bharane-ab/followers","following_url":"https://api.github.com/users/bharane-ab/following{/other_user}","gists_url":"https://api.github.com/users/bharane-ab/gists{/gist_id}","starred_url":"https://api.github.com/users/bharane-ab/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bharane-ab/subscriptions","organizations_url":"https://api.github.com/users/bharane-ab/orgs","repos_url":"https://api.github.com/users/bharane-ab/repos","events_url":"https://api.github.com/users/bharane-ab/events{/privacy}","received_events_url":"https://api.github.com/users/bharane-ab/received_events","type":"User","site_admin":false},"run_attempt":1,"referenced_workflows":[{"path":"tenstorrent/tt-metal/.github/workflows/docs-latest-public.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/fast-dispatch-build-and-unit-tests.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/run-profiler-regression.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/umd-unit-tests.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/eager-package.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/build-artifact.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/models-post-commit.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/all-static-checks.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/build.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/ttnn-post-commit.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/cpp-post-commit.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/build-and-unit-tests.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"},{"path":"tenstorrent/tt-metal/.github/workflows/eager-package-main.yaml@a9bcd03b1775ab989aebab822ec2e4f821abac41","sha":"a9bcd03b1775ab989aebab822ec2e4f821abac41","ref":"refs/heads/main"}],"run_started_at":"2024-09-02T07:01:52Z","triggering_actor":{"login":"bharane-ab","id":138196316,"node_id":"U_kgDOCDy1XA","avatar_url":"https://avatars.githubusercontent.com/u/138196316?v=4","gravatar_id":"","url":"https://api.github.com/users/bharane-ab","html_url":"https://github.com/bharane-ab","followers_url":"https://api.github.com/users/bharane-ab/followers","following_url":"https://api.github.com/users/bharane-ab/following{/other_user}","gists_url":"https://api.github.com/users/bharane-ab/gists{/gist_id}","starred_url":"https://api.github.com/users/bharane-ab/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/bharane-ab/subscriptions","organizations_url":"https://api.github.com/users/bharane-ab/orgs","repos_url":"https://api.github.com/users/bharane-ab/repos","events_url":"https://api.github.com/users/bharane-ab/events{/privacy}","received_events_url":"https://api.github.com/users/bharane-ab/received_events","type":"User","site_admin":false},"jobs_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710/attempts/1/jobs","logs_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710/attempts/1/logs","check_suite_url":"https://api.github.com/repos/tenstorrent/tt-metal/check-suites/27865641206","artifacts_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710/artifacts","cancel_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710/cancel","rerun_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710/rerun","previous_attempt_url":null,"workflow_url":"https://api.github.com/repos/tenstorrent/tt-metal/actions/workflows/67993574","head_commit":{"id":"a9bcd03b1775ab989aebab822ec2e4f821abac41","tree_id":"e90e249e7e5986b686c9bbfdb39335fa31f5627e","message":"#11990: Replace ttnn.experimental.tensor.* to ttnn.* in ttnn folder (#12005)\n\n* #11990: Replace ttnn.experimental.tensor.* to ttnn.* in ttnn folder\r\n\r\n* #11990: Replace tt_lib with ttnn","timestamp":"2024-09-02T07:01:49Z","author":{"name":"Bharane Bhaskar","email":"138196316+bharane-ab@users.noreply.github.com"},"committer":{"name":"GitHub","email":"noreply@github.com"}},"repository":{"id":601205363,"node_id":"R_kgDOI9Wqcw","name":"tt-metal","full_name":"tenstorrent/tt-metal","private":false,"owner":{"login":"tenstorrent","id":64161552,"node_id":"MDEyOk9yZ2FuaXphdGlvbjY0MTYxNTUy","avatar_url":"https://avatars.githubusercontent.com/u/64161552?v=4","gravatar_id":"","url":"https://api.github.com/users/tenstorrent","html_url":"https://github.com/tenstorrent","followers_url":"https://api.github.com/users/tenstorrent/followers","following_url":"https://api.github.com/users/tenstorrent/following{/other_user}","gists_url":"https://api.github.com/users/tenstorrent/gists{/gist_id}","starred_url":"https://api.github.com/users/tenstorrent/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tenstorrent/subscriptions","organizations_url":"https://api.github.com/users/tenstorrent/orgs","repos_url":"https://api.github.com/users/tenstorrent/repos","events_url":"https://api.github.com/users/tenstorrent/events{/privacy}","received_events_url":"https://api.github.com/users/tenstorrent/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/tenstorrent/tt-metal","description":":metal: TT-NN operator library, and TT-Metalium low level kernel programming model.","fork":false,"url":"https://api.github.com/repos/tenstorrent/tt-metal","forks_url":"https://api.github.com/repos/tenstorrent/tt-metal/forks","keys_url":"https://api.github.com/repos/tenstorrent/tt-metal/keys{/key_id}","collaborators_url":"https://api.github.com/repos/tenstorrent/tt-metal/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/tenstorrent/tt-metal/teams","hooks_url":"https://api.github.com/repos/tenstorrent/tt-metal/hooks","issue_events_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues/events{/number}","events_url":"https://api.github.com/repos/tenstorrent/tt-metal/events","assignees_url":"https://api.github.com/repos/tenstorrent/tt-metal/assignees{/user}","branches_url":"https://api.github.com/repos/tenstorrent/tt-metal/branches{/branch}","tags_url":"https://api.github.com/repos/tenstorrent/tt-metal/tags","blobs_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/refs{/sha}","trees_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/trees{/sha}","statuses_url":"https://api.github.com/repos/tenstorrent/tt-metal/statuses/{sha}","languages_url":"https://api.github.com/repos/tenstorrent/tt-metal/languages","stargazers_url":"https://api.github.com/repos/tenstorrent/tt-metal/stargazers","contributors_url":"https://api.github.com/repos/tenstorrent/tt-metal/contributors","subscribers_url":"https://api.github.com/repos/tenstorrent/tt-metal/subscribers","subscription_url":"https://api.github.com/repos/tenstorrent/tt-metal/subscription","commits_url":"https://api.github.com/repos/tenstorrent/tt-metal/commits{/sha}","git_commits_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/commits{/sha}","comments_url":"https://api.github.com/repos/tenstorrent/tt-metal/comments{/number}","issue_comment_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues/comments{/number}","contents_url":"https://api.github.com/repos/tenstorrent/tt-metal/contents/{+path}","compare_url":"https://api.github.com/repos/tenstorrent/tt-metal/compare/{base}...{head}","merges_url":"https://api.github.com/repos/tenstorrent/tt-metal/merges","archive_url":"https://api.github.com/repos/tenstorrent/tt-metal/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/tenstorrent/tt-metal/downloads","issues_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues{/number}","pulls_url":"https://api.github.com/repos/tenstorrent/tt-metal/pulls{/number}","milestones_url":"https://api.github.com/repos/tenstorrent/tt-metal/milestones{/number}","notifications_url":"https://api.github.com/repos/tenstorrent/tt-metal/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/tenstorrent/tt-metal/labels{/name}","releases_url":"https://api.github.com/repos/tenstorrent/tt-metal/releases{/id}","deployments_url":"https://api.github.com/repos/tenstorrent/tt-metal/deployments"},"head_repository":{"id":601205363,"node_id":"R_kgDOI9Wqcw","name":"tt-metal","full_name":"tenstorrent/tt-metal","private":false,"owner":{"login":"tenstorrent","id":64161552,"node_id":"MDEyOk9yZ2FuaXphdGlvbjY0MTYxNTUy","avatar_url":"https://avatars.githubusercontent.com/u/64161552?v=4","gravatar_id":"","url":"https://api.github.com/users/tenstorrent","html_url":"https://github.com/tenstorrent","followers_url":"https://api.github.com/users/tenstorrent/followers","following_url":"https://api.github.com/users/tenstorrent/following{/other_user}","gists_url":"https://api.github.com/users/tenstorrent/gists{/gist_id}","starred_url":"https://api.github.com/users/tenstorrent/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/tenstorrent/subscriptions","organizations_url":"https://api.github.com/users/tenstorrent/orgs","repos_url":"https://api.github.com/users/tenstorrent/repos","events_url":"https://api.github.com/users/tenstorrent/events{/privacy}","received_events_url":"https://api.github.com/users/tenstorrent/received_events","type":"Organization","site_admin":false},"html_url":"https://github.com/tenstorrent/tt-metal","description":":metal: TT-NN operator library, and TT-Metalium low level kernel programming model.","fork":false,"url":"https://api.github.com/repos/tenstorrent/tt-metal","forks_url":"https://api.github.com/repos/tenstorrent/tt-metal/forks","keys_url":"https://api.github.com/repos/tenstorrent/tt-metal/keys{/key_id}","collaborators_url":"https://api.github.com/repos/tenstorrent/tt-metal/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/tenstorrent/tt-metal/teams","hooks_url":"https://api.github.com/repos/tenstorrent/tt-metal/hooks","issue_events_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues/events{/number}","events_url":"https://api.github.com/repos/tenstorrent/tt-metal/events","assignees_url":"https://api.github.com/repos/tenstorrent/tt-metal/assignees{/user}","branches_url":"https://api.github.com/repos/tenstorrent/tt-metal/branches{/branch}","tags_url":"https://api.github.com/repos/tenstorrent/tt-metal/tags","blobs_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/refs{/sha}","trees_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/trees{/sha}","statuses_url":"https://api.github.com/repos/tenstorrent/tt-metal/statuses/{sha}","languages_url":"https://api.github.com/repos/tenstorrent/tt-metal/languages","stargazers_url":"https://api.github.com/repos/tenstorrent/tt-metal/stargazers","contributors_url":"https://api.github.com/repos/tenstorrent/tt-metal/contributors","subscribers_url":"https://api.github.com/repos/tenstorrent/tt-metal/subscribers","subscription_url":"https://api.github.com/repos/tenstorrent/tt-metal/subscription","commits_url":"https://api.github.com/repos/tenstorrent/tt-metal/commits{/sha}","git_commits_url":"https://api.github.com/repos/tenstorrent/tt-metal/git/commits{/sha}","comments_url":"https://api.github.com/repos/tenstorrent/tt-metal/comments{/number}","issue_comment_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues/comments{/number}","contents_url":"https://api.github.com/repos/tenstorrent/tt-metal/contents/{+path}","compare_url":"https://api.github.com/repos/tenstorrent/tt-metal/compare/{base}...{head}","merges_url":"https://api.github.com/repos/tenstorrent/tt-metal/merges","archive_url":"https://api.github.com/repos/tenstorrent/tt-metal/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/tenstorrent/tt-metal/downloads","issues_url":"https://api.github.com/repos/tenstorrent/tt-metal/issues{/number}","pulls_url":"https://api.github.com/repos/tenstorrent/tt-metal/pulls{/number}","milestones_url":"https://api.github.com/repos/tenstorrent/tt-metal/milestones{/number}","notifications_url":"https://api.github.com/repos/tenstorrent/tt-metal/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/tenstorrent/tt-metal/labels{/name}","releases_url":"https://api.github.com/repos/tenstorrent/tt-metal/releases{/id}","deployments_url":"https://api.github.com/repos/tenstorrent/tt-metal/deployments"}}
\ No newline at end of file
diff --git a/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow_jobs.json b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow_jobs.json
new file mode 100644
index 00000000000..8b81bd278eb
--- /dev/null
+++ b/infra/tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow_jobs.json
@@ -0,0 +1,11978 @@
+{
+ "total_count": 99,
+ "jobs": [
+ {
+ "id": 29549411997,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4Ug-nQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549411997",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549411997",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:53Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:15:13Z",
+ "name": "build-artifact / build-artifact (grayskull)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Update submodules",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Build tt-metal and libs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:14:59Z"
+ },
+ {
+ "name": "Tar files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:14:59Z",
+ "completed_at": "2024-09-02T07:14:59Z"
+ },
+ {
+ "name": "Upload Artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:15:00Z",
+ "completed_at": "2024-09-02T07:15:10Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:15:10Z",
+ "completed_at": "2024-09-02T07:15:10Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:15:10Z",
+ "completed_at": "2024-09-02T07:15:10Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549411997",
+ "labels": [
+ "build",
+ "in-service"
+ ],
+ "runner_id": 214,
+ "runner_name": "tt-metal-ci-bm-f14cs02-02",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549412505,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhAmQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549412505",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549412505",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:54Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:14:05Z",
+ "name": "build-artifact / build-artifact (wormhole_b0)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Update submodules",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Build tt-metal and libs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:13:51Z"
+ },
+ {
+ "name": "Tar files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:13:51Z",
+ "completed_at": "2024-09-02T07:13:51Z"
+ },
+ {
+ "name": "Upload Artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:13:51Z",
+ "completed_at": "2024-09-02T07:14:02Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:14:02Z",
+ "completed_at": "2024-09-02T07:14:02Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:14:02Z",
+ "completed_at": "2024-09-02T07:14:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549412505",
+ "labels": [
+ "build",
+ "in-service"
+ ],
+ "runner_id": 213,
+ "runner_name": "tt-metal-ci-bm-e09cs08-02",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549412945,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhCUQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549412945",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549412945",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:55Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:15:36Z",
+ "name": "build-artifact-profiler / build-artifact (grayskull)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Update submodules",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Build tt-metal and libs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:15:21Z"
+ },
+ {
+ "name": "Tar files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:22Z"
+ },
+ {
+ "name": "Upload Artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:33Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:15:33Z",
+ "completed_at": "2024-09-02T07:15:33Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:15:33Z",
+ "completed_at": "2024-09-02T07:15:34Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549412945",
+ "labels": [
+ "build",
+ "in-service"
+ ],
+ "runner_id": 166,
+ "runner_name": "tt-metal-ci-bm-e09cs08",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549413483,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhEaw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549413483",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549413483",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:56Z",
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:45:34Z",
+ "name": "build / Debug clang++-17 grayskull ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:28Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:29Z",
+ "completed_at": "2024-09-02T07:03:15Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:15Z",
+ "completed_at": "2024-09-02T07:03:26Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:26Z",
+ "completed_at": "2024-09-02T07:03:26Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:26Z",
+ "completed_at": "2024-09-02T07:45:30Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:45:30Z",
+ "completed_at": "2024-09-02T07:45:30Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:45:30Z",
+ "completed_at": "2024-09-02T07:45:30Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:45:30Z",
+ "completed_at": "2024-09-02T07:45:30Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:45:30Z",
+ "completed_at": "2024-09-02T07:45:30Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549413483",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 8,
+ "runner_name": "GitHub Actions 8",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549413738,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhFag",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549413738",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549413738",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:56Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:14:11Z",
+ "name": "build-artifact-profiler / build-artifact (wormhole_b0)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Update submodules",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:02:07Z"
+ },
+ {
+ "name": "Build tt-metal and libs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:07Z",
+ "completed_at": "2024-09-02T07:13:09Z"
+ },
+ {
+ "name": "Tar files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:13:09Z",
+ "completed_at": "2024-09-02T07:13:09Z"
+ },
+ {
+ "name": "Upload Artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:13:10Z",
+ "completed_at": "2024-09-02T07:14:08Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:14:08Z",
+ "completed_at": "2024-09-02T07:14:08Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:14:08Z",
+ "completed_at": "2024-09-02T07:14:08Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549413738",
+ "labels": [
+ "build",
+ "in-service"
+ ],
+ "runner_id": 212,
+ "runner_name": "tt-metal-ci-bm-e08cs08-02",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549414088,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhGyA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549414088",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549414088",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:56Z",
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:43:07Z",
+ "name": "build / Debug clang++-17 wormhole_b0 ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:57Z",
+ "completed_at": "2024-09-02T07:01:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:19Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:20Z",
+ "completed_at": "2024-09-02T07:03:02Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:02Z",
+ "completed_at": "2024-09-02T07:03:10Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:11Z",
+ "completed_at": "2024-09-02T07:03:11Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:11Z",
+ "completed_at": "2024-09-02T07:43:04Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:43:05Z",
+ "completed_at": "2024-09-02T07:43:05Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:43:05Z",
+ "completed_at": "2024-09-02T07:43:05Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:43:05Z",
+ "completed_at": "2024-09-02T07:43:05Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:43:05Z",
+ "completed_at": "2024-09-02T07:43:05Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549414088",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 137,
+ "runner_name": "GitHub Actions 56",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549414287,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhHjw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549414287",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549414287",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:57Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:42:52Z",
+ "name": "build / Debug clang++-17 blackhole ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:00Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:23Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:23Z",
+ "completed_at": "2024-09-02T07:03:03Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:04Z",
+ "completed_at": "2024-09-02T07:03:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:13Z",
+ "completed_at": "2024-09-02T07:03:13Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:13Z",
+ "completed_at": "2024-09-02T07:42:48Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:42:49Z",
+ "completed_at": "2024-09-02T07:42:49Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:42:49Z",
+ "completed_at": "2024-09-02T07:42:49Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:42:49Z",
+ "completed_at": "2024-09-02T07:42:49Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:42:49Z",
+ "completed_at": "2024-09-02T07:42:49Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549414287",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 16,
+ "runner_name": "GitHub Actions 16",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549414563,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhIow",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549414563",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549414563",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:57Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:27Z",
+ "name": "static-checks / check-black",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:04Z"
+ },
+ {
+ "name": "Run psf/black@23.10.1",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:05Z",
+ "completed_at": "2024-09-02T07:02:24Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:02:24Z",
+ "completed_at": "2024-09-02T07:02:24Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:02:24Z",
+ "completed_at": "2024-09-02T07:02:24Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549414563",
+ "labels": [
+ "ubuntu-latest"
+ ],
+ "runner_id": 107,
+ "runner_name": "GitHub Actions 26",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549414878,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhJ3g",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549414878",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549414878",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:57Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:13Z",
+ "name": "static-checks / check-doc",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:01:59Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Install ASPELL",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:08Z"
+ },
+ {
+ "name": "Run checks on docs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:08Z",
+ "completed_at": "2024-09-02T07:02:11Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:02:13Z",
+ "completed_at": "2024-09-02T07:02:13Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:02:11Z",
+ "completed_at": "2024-09-02T07:02:11Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549414878",
+ "labels": [
+ "ubuntu-latest"
+ ],
+ "runner_id": 118,
+ "runner_name": "GitHub Actions 37",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549415107,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhKww",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549415107",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549415107",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:58Z",
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:13:21Z",
+ "name": "build / RelWithDebInfo clang++-17 grayskull ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:00Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:32Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:32Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:13:04Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:13:04Z",
+ "completed_at": "2024-09-02T07:13:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:13:04Z",
+ "completed_at": "2024-09-02T07:13:04Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:13:04Z",
+ "completed_at": "2024-09-02T07:13:04Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:13:21Z",
+ "completed_at": "2024-09-02T07:13:21Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:13:05Z",
+ "completed_at": "2024-09-02T07:13:05Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549415107",
+ "labels": [
+ "build"
+ ],
+ "runner_id": 225,
+ "runner_name": "tt-metal-ci-bm-e03cs02",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549415334,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhLpg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549415334",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549415334",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:58Z",
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:09Z",
+ "name": "static-checks / check-forbidden-imports",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:03Z",
+ "completed_at": "2024-09-02T07:02:05Z"
+ },
+ {
+ "name": "Check ttnn is not used in tt_metal tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:09Z",
+ "completed_at": "2024-09-02T07:02:09Z"
+ },
+ {
+ "name": "Check tt_eager constructs is not used in tt_metal tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:09Z",
+ "completed_at": "2024-09-02T07:02:09Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:02:09Z",
+ "completed_at": "2024-09-02T07:02:09Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:02:05Z",
+ "completed_at": "2024-09-02T07:02:05Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549415334",
+ "labels": [
+ "ubuntu-latest"
+ ],
+ "runner_id": 113,
+ "runner_name": "GitHub Actions 32",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549415609,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhMuQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549415609",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549415609",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:59Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:12:54Z",
+ "name": "build / RelWithDebInfo clang++-17 wormhole_b0 ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:00Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:02:06Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:02:06Z",
+ "completed_at": "2024-09-02T07:12:50Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:12:51Z",
+ "completed_at": "2024-09-02T07:12:51Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:12:51Z",
+ "completed_at": "2024-09-02T07:12:51Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:12:51Z",
+ "completed_at": "2024-09-02T07:12:51Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:12:51Z",
+ "completed_at": "2024-09-02T07:12:51Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549415609",
+ "labels": [
+ "build"
+ ],
+ "runner_id": 227,
+ "runner_name": "tt-metal-ci-bm-f14cs01-02",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549415885,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhNzQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549415885",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549415885",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:59Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:12:26Z",
+ "name": "build / RelWithDebInfo clang++-17 blackhole ubuntu-20.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:00Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:31Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:31Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:02:37Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:02:37Z",
+ "completed_at": "2024-09-02T07:12:20Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:12:20Z",
+ "completed_at": "2024-09-02T07:12:20Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:12:20Z",
+ "completed_at": "2024-09-02T07:12:20Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:12:20Z",
+ "completed_at": "2024-09-02T07:12:20Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:12:26Z",
+ "completed_at": "2024-09-02T07:12:26Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:12:20Z",
+ "completed_at": "2024-09-02T07:12:21Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549415885",
+ "labels": [
+ "build"
+ ],
+ "runner_id": 218,
+ "runner_name": "tt-metal-ci-bm-e13cs03",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549416123,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhOuw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549416123",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549416123",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:01:59Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:39Z",
+ "name": "static-checks / check-spdx-licenses",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:01:59Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Install infra deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:03Z",
+ "completed_at": "2024-09-02T07:02:30Z"
+ },
+ {
+ "name": "Check SPDX licenses",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:30Z",
+ "completed_at": "2024-09-02T07:02:38Z"
+ },
+ {
+ "name": "Post Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:02:38Z",
+ "completed_at": "2024-09-02T07:02:38Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:02:38Z",
+ "completed_at": "2024-09-02T07:02:38Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:02:38Z",
+ "completed_at": "2024-09-02T07:02:38Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549416123",
+ "labels": [
+ "ubuntu-latest"
+ ],
+ "runner_id": 18,
+ "runner_name": "GitHub Actions 18",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549416360,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhPqA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549416360",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549416360",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:00Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:03Z",
+ "name": "static-checks / check-metal-kernel-count",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:01:59Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Check kernel count in base metal is less than maximum",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549416360",
+ "labels": [
+ "ubuntu-latest"
+ ],
+ "runner_id": 134,
+ "runner_name": "GitHub Actions 53",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549416648,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhQyA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549416648",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549416648",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:00Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T08:11:47Z",
+ "name": "build / Release g++-12 grayskull ubuntu-22.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:31Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:31Z",
+ "completed_at": "2024-09-02T07:03:08Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:08Z",
+ "completed_at": "2024-09-02T07:03:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:18Z",
+ "completed_at": "2024-09-02T07:03:18Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:18Z",
+ "completed_at": "2024-09-02T08:11:43Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T08:11:43Z",
+ "completed_at": "2024-09-02T08:11:43Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T08:11:43Z",
+ "completed_at": "2024-09-02T08:11:43Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T08:11:43Z",
+ "completed_at": "2024-09-02T08:11:43Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T08:11:43Z",
+ "completed_at": "2024-09-02T08:11:43Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549416648",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 122,
+ "runner_name": "GitHub Actions 41",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549416972,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhSDA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549416972",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549416972",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:01Z",
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T08:08:47Z",
+ "name": "build / Release g++-12 wormhole_b0 ubuntu-22.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:01:59Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:22Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:22Z",
+ "completed_at": "2024-09-02T07:03:48Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:49Z",
+ "completed_at": "2024-09-02T07:03:57Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:57Z",
+ "completed_at": "2024-09-02T07:03:57Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:57Z",
+ "completed_at": "2024-09-02T08:08:44Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T08:08:44Z",
+ "completed_at": "2024-09-02T08:08:44Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T08:08:47Z",
+ "completed_at": "2024-09-02T08:08:47Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T08:08:47Z",
+ "completed_at": "2024-09-02T08:08:47Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T08:08:44Z",
+ "completed_at": "2024-09-02T08:08:44Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549416972",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 11,
+ "runner_name": "GitHub Actions 11",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549417256,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhTKA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549417256",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549417256",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:01Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T08:06:11Z",
+ "name": "build / Release g++-12 blackhole ubuntu-22.04",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:23Z"
+ },
+ {
+ "name": "Install dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:24Z",
+ "completed_at": "2024-09-02T07:02:55Z"
+ },
+ {
+ "name": "Install dev dependencies",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:55Z",
+ "completed_at": "2024-09-02T07:03:03Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:03Z",
+ "completed_at": "2024-09-02T07:03:03Z"
+ },
+ {
+ "name": "Build C++ libraries and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:03Z",
+ "completed_at": "2024-09-02T08:06:08Z"
+ },
+ {
+ "name": "Check disk space",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T08:06:08Z",
+ "completed_at": "2024-09-02T08:06:08Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T08:06:08Z",
+ "completed_at": "2024-09-02T08:06:08Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T08:06:08Z",
+ "completed_at": "2024-09-02T08:06:08Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T08:06:08Z",
+ "completed_at": "2024-09-02T08:06:08Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549417256",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 108,
+ "runner_name": "GitHub Actions 27",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549417551,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhUTw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549417551",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549417551",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:01Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:04:50Z",
+ "name": "umd-unit-tests (grayskull, E150) / grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:32Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:33Z",
+ "completed_at": "2024-09-02T07:02:39Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:39Z",
+ "completed_at": "2024-09-02T07:02:39Z"
+ },
+ {
+ "name": "Build UMD device and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:39Z",
+ "completed_at": "2024-09-02T07:03:38Z"
+ },
+ {
+ "name": "Run UMD unit tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:38Z",
+ "completed_at": "2024-09-02T07:04:46Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:04:46Z",
+ "completed_at": "2024-09-02T07:04:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:04:50Z",
+ "completed_at": "2024-09-02T07:04:50Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:04:46Z",
+ "completed_at": "2024-09-02T07:04:46Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549417551",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 141,
+ "runner_name": "tt-metal-ci-vm-108",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549417838,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhVbg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549417838",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549417838",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:02Z",
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:04:18Z",
+ "name": "umd-unit-tests (wormhole_b0, N150) / wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:02:00Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:43Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:43Z",
+ "completed_at": "2024-09-02T07:02:52Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:53Z",
+ "completed_at": "2024-09-02T07:02:53Z"
+ },
+ {
+ "name": "Build UMD device and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:53Z",
+ "completed_at": "2024-09-02T07:03:55Z"
+ },
+ {
+ "name": "Run UMD unit tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:55Z",
+ "completed_at": "2024-09-02T07:04:14Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:04:14Z",
+ "completed_at": "2024-09-02T07:04:14Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:04:18Z",
+ "completed_at": "2024-09-02T07:04:18Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:04:14Z",
+ "completed_at": "2024-09-02T07:04:14Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549417838",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 153,
+ "runner_name": "tt-metal-ci-vm-95",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549418164,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhWtA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549418164",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549418164",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:02Z",
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:08:18Z",
+ "name": "umd-unit-tests (wormhole_b0, N300) / wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:58Z",
+ "completed_at": "2024-09-02T07:01:59Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:44Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:44Z",
+ "completed_at": "2024-09-02T07:02:47Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:02:47Z",
+ "completed_at": "2024-09-02T07:02:47Z"
+ },
+ {
+ "name": "Build UMD device and tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:02:47Z",
+ "completed_at": "2024-09-02T07:03:45Z"
+ },
+ {
+ "name": "Run UMD unit tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:45Z",
+ "completed_at": "2024-09-02T07:08:13Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:08:14Z",
+ "completed_at": "2024-09-02T07:08:14Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:08:14Z",
+ "completed_at": "2024-09-02T07:08:14Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:08:14Z",
+ "completed_at": "2024-09-02T07:08:14Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549418164",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 75,
+ "runner_name": "tt-metal-ci-vm-46",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549418466,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhX4g",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549418466",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549418466",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:03Z",
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:43:05Z",
+ "name": "eager-package-main / build-eager-package (ubuntu-20.04, grayskull) / build-eager-package",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:48Z",
+ "completed_at": "2024-09-02T07:03:39Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-dev-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:39Z",
+ "completed_at": "2024-09-02T07:03:48Z"
+ },
+ {
+ "name": "Clean up dirty files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:48Z",
+ "completed_at": "2024-09-02T07:03:48Z"
+ },
+ {
+ "name": "Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:48Z",
+ "completed_at": "2024-09-02T07:03:48Z"
+ },
+ {
+ "name": "Install python deps for packaging",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:03:49Z",
+ "completed_at": "2024-09-02T07:05:45Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:05:46Z",
+ "completed_at": "2024-09-02T07:05:46Z"
+ },
+ {
+ "name": "Use g++ as umd compiler for ubuntu 22.04",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:05:46Z",
+ "completed_at": "2024-09-02T07:05:46Z"
+ },
+ {
+ "name": "Build Python package distribution",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:05:46Z",
+ "completed_at": "2024-09-02T07:42:45Z"
+ },
+ {
+ "name": "Upload distribution as artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:42:46Z",
+ "completed_at": "2024-09-02T07:43:01Z"
+ },
+ {
+ "name": "Post Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 21,
+ "started_at": "2024-09-02T07:43:02Z",
+ "completed_at": "2024-09-02T07:43:02Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 22,
+ "started_at": "2024-09-02T07:43:05Z",
+ "completed_at": "2024-09-02T07:43:05Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 23,
+ "started_at": "2024-09-02T07:43:02Z",
+ "completed_at": "2024-09-02T07:43:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549418466",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 117,
+ "runner_name": "GitHub Actions 36",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549418800,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4UhZMA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549418800",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549418800",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:03Z",
+ "started_at": "2024-09-02T07:02:00Z",
+ "completed_at": "2024-09-02T07:43:13Z",
+ "name": "eager-package-main / build-eager-package (ubuntu-22.04, grayskull) / build-eager-package",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:01:59Z",
+ "completed_at": "2024-09-02T07:02:01Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:46Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:46Z",
+ "completed_at": "2024-09-02T07:03:19Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-dev-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:19Z",
+ "completed_at": "2024-09-02T07:03:27Z"
+ },
+ {
+ "name": "Clean up dirty files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:27Z",
+ "completed_at": "2024-09-02T07:03:27Z"
+ },
+ {
+ "name": "Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:28Z",
+ "completed_at": "2024-09-02T07:03:28Z"
+ },
+ {
+ "name": "Install python deps for packaging",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:03:28Z",
+ "completed_at": "2024-09-02T07:04:56Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:04:56Z",
+ "completed_at": "2024-09-02T07:04:56Z"
+ },
+ {
+ "name": "Use g++ as umd compiler for ubuntu 22.04",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:04:56Z",
+ "completed_at": "2024-09-02T07:04:56Z"
+ },
+ {
+ "name": "Build Python package distribution",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:04:56Z",
+ "completed_at": "2024-09-02T07:42:54Z"
+ },
+ {
+ "name": "Upload distribution as artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:42:54Z",
+ "completed_at": "2024-09-02T07:43:10Z"
+ },
+ {
+ "name": "Post Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 21,
+ "started_at": "2024-09-02T07:43:10Z",
+ "completed_at": "2024-09-02T07:43:10Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 22,
+ "started_at": "2024-09-02T07:43:10Z",
+ "completed_at": "2024-09-02T07:43:11Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 23,
+ "started_at": "2024-09-02T07:43:11Z",
+ "completed_at": "2024-09-02T07:43:11Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549418800",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 119,
+ "runner_name": "GitHub Actions 38",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549419114,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4Uhaag",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549419114",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549419114",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:03Z",
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:43:18Z",
+ "name": "eager-package-main / build-eager-package (ubuntu-20.04, wormhole_b0) / build-eager-package",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:03Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:03Z",
+ "completed_at": "2024-09-02T07:02:50Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:50Z",
+ "completed_at": "2024-09-02T07:03:30Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-dev-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:31Z",
+ "completed_at": "2024-09-02T07:03:40Z"
+ },
+ {
+ "name": "Clean up dirty files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:40Z",
+ "completed_at": "2024-09-02T07:03:40Z"
+ },
+ {
+ "name": "Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:41Z",
+ "completed_at": "2024-09-02T07:03:41Z"
+ },
+ {
+ "name": "Install python deps for packaging",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:03:41Z",
+ "completed_at": "2024-09-02T07:06:10Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:06:11Z",
+ "completed_at": "2024-09-02T07:06:11Z"
+ },
+ {
+ "name": "Use g++ as umd compiler for ubuntu 22.04",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:06:11Z",
+ "completed_at": "2024-09-02T07:06:11Z"
+ },
+ {
+ "name": "Build Python package distribution",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:06:11Z",
+ "completed_at": "2024-09-02T07:42:56Z"
+ },
+ {
+ "name": "Upload distribution as artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:42:57Z",
+ "completed_at": "2024-09-02T07:43:13Z"
+ },
+ {
+ "name": "Post Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 21,
+ "started_at": "2024-09-02T07:43:13Z",
+ "completed_at": "2024-09-02T07:43:13Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 22,
+ "started_at": "2024-09-02T07:43:13Z",
+ "completed_at": "2024-09-02T07:43:13Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 23,
+ "started_at": "2024-09-02T07:43:13Z",
+ "completed_at": "2024-09-02T07:43:13Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549419114",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 13,
+ "runner_name": "GitHub Actions 13",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549419495,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4Uhb5w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549419495",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549419495",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:02:04Z",
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:43:01Z",
+ "name": "eager-package-main / build-eager-package (ubuntu-22.04, wormhole_b0) / build-eager-package",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:02:01Z",
+ "completed_at": "2024-09-02T07:02:02Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:02:02Z",
+ "completed_at": "2024-09-02T07:02:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:02:48Z",
+ "completed_at": "2024-09-02T07:03:19Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-dev-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:03:19Z",
+ "completed_at": "2024-09-02T07:03:27Z"
+ },
+ {
+ "name": "Clean up dirty files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:03:28Z",
+ "completed_at": "2024-09-02T07:03:28Z"
+ },
+ {
+ "name": "Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:03:28Z",
+ "completed_at": "2024-09-02T07:03:28Z"
+ },
+ {
+ "name": "Install python deps for packaging",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:03:28Z",
+ "completed_at": "2024-09-02T07:05:07Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:05:07Z",
+ "completed_at": "2024-09-02T07:05:07Z"
+ },
+ {
+ "name": "Use g++ as umd compiler for ubuntu 22.04",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:05:07Z",
+ "completed_at": "2024-09-02T07:05:07Z"
+ },
+ {
+ "name": "Build Python package distribution",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:05:07Z",
+ "completed_at": "2024-09-02T07:42:42Z"
+ },
+ {
+ "name": "Upload distribution as artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:42:42Z",
+ "completed_at": "2024-09-02T07:42:58Z"
+ },
+ {
+ "name": "Post Run actions/setup-python@v5.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 21,
+ "started_at": "2024-09-02T07:42:58Z",
+ "completed_at": "2024-09-02T07:42:58Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 22,
+ "started_at": "2024-09-02T07:43:01Z",
+ "completed_at": "2024-09-02T07:43:01Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 23,
+ "started_at": "2024-09-02T07:42:58Z",
+ "completed_at": "2024-09-02T07:42:58Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549419495",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 114,
+ "runner_name": "GitHub Actions 33",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549945304,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VBh2A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549945304",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549945304",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:15Z",
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:27:07Z",
+ "name": "cpp-unit-tests (grayskull, E150) / C++ grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:54Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:15:59Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:29Z"
+ },
+ {
+ "name": "C++ tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:29Z",
+ "completed_at": "2024-09-02T07:27:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:27:02Z",
+ "completed_at": "2024-09-02T07:27:02Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:27:02Z",
+ "completed_at": "2024-09-02T07:27:02Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:27:02Z",
+ "completed_at": "2024-09-02T07:27:02Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:27:07Z",
+ "completed_at": "2024-09-02T07:27:07Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:27:02Z",
+ "completed_at": "2024-09-02T07:27:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549945304",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 141,
+ "runner_name": "tt-metal-ci-vm-108",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549946178,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VBlQg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549946178",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549946178",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:16Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:48:12Z",
+ "name": "cpp-unit-tests (wormhole_b0, N150) / C++ wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:16:07Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:07Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "C++ tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:48:05Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:48:06Z",
+ "completed_at": "2024-09-02T07:48:06Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:48:06Z",
+ "completed_at": "2024-09-02T07:48:06Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:48:12Z",
+ "completed_at": "2024-09-02T07:48:12Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:48:12Z",
+ "completed_at": "2024-09-02T07:48:12Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:48:06Z",
+ "completed_at": "2024-09-02T07:48:06Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549946178",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 94,
+ "runner_name": "tt-metal-ci-vm-68",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549946671,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VBnLw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549946671",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549946671",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:17Z",
+ "started_at": "2024-09-02T07:15:20Z",
+ "completed_at": "2024-09-02T07:22:04Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 1 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:20Z",
+ "completed_at": "2024-09-02T07:15:22Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:53Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:54Z",
+ "completed_at": "2024-09-02T07:15:59Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:15:59Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:30Z"
+ },
+ {
+ "name": "eager unit tests 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:31Z",
+ "completed_at": "2024-09-02T07:21:59Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:00Z",
+ "completed_at": "2024-09-02T07:22:00Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:00Z",
+ "completed_at": "2024-09-02T07:22:01Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:01Z",
+ "completed_at": "2024-09-02T07:22:01Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:02Z",
+ "completed_at": "2024-09-02T07:22:02Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:04Z",
+ "completed_at": "2024-09-02T07:22:04Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:02Z",
+ "completed_at": "2024-09-02T07:22:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549946671",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 140,
+ "runner_name": "tt-metal-ci-vm-106",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549947003,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VBoew",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549947003",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549947003",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:18Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:22:38Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 1 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:07Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:07Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:17:01Z"
+ },
+ {
+ "name": "eager unit tests 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:01Z",
+ "completed_at": "2024-09-02T07:22:32Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:33Z",
+ "completed_at": "2024-09-02T07:22:33Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:33Z",
+ "completed_at": "2024-09-02T07:22:34Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:34Z",
+ "completed_at": "2024-09-02T07:22:35Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:35Z",
+ "completed_at": "2024-09-02T07:22:35Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:38Z",
+ "completed_at": "2024-09-02T07:22:38Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:35Z",
+ "completed_at": "2024-09-02T07:22:35Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549947003",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 113,
+ "runner_name": "tt-metal-ci-vm-88",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549950241,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB1IQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549950241",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549950241",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:23Z",
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:26:42Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 2 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:54Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:00Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:35Z"
+ },
+ {
+ "name": "eager unit tests 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:26:36Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:26:36Z",
+ "completed_at": "2024-09-02T07:26:36Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:36Z",
+ "completed_at": "2024-09-02T07:26:38Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:26:38Z",
+ "completed_at": "2024-09-02T07:26:38Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:26:38Z",
+ "completed_at": "2024-09-02T07:26:39Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:26:42Z",
+ "completed_at": "2024-09-02T07:26:42Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:39Z",
+ "completed_at": "2024-09-02T07:26:39Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549950241",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 135,
+ "runner_name": "tt-metal-ci-vm-12",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549950577,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB2cQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549950577",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549950577",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:24Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:25:56Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 2 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "eager unit tests 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:25:50Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:25:51Z",
+ "completed_at": "2024-09-02T07:25:51Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:25:51Z",
+ "completed_at": "2024-09-02T07:25:52Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:25:52Z",
+ "completed_at": "2024-09-02T07:25:53Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:25:53Z",
+ "completed_at": "2024-09-02T07:25:53Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:25:56Z",
+ "completed_at": "2024-09-02T07:25:56Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:25:53Z",
+ "completed_at": "2024-09-02T07:25:53Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549950577",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 44,
+ "runner_name": "tt-metal-ci-vm-53",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549950854,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB3hg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549950854",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549950854",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:25Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:24:46Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 3 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:30Z"
+ },
+ {
+ "name": "eager unit tests 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:31Z",
+ "completed_at": "2024-09-02T07:24:40Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:40Z",
+ "completed_at": "2024-09-02T07:24:40Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:40Z",
+ "completed_at": "2024-09-02T07:24:42Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:42Z",
+ "completed_at": "2024-09-02T07:24:42Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:46Z",
+ "completed_at": "2024-09-02T07:24:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:46Z",
+ "completed_at": "2024-09-02T07:24:46Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:43Z",
+ "completed_at": "2024-09-02T07:24:43Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549950854",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 119,
+ "runner_name": "tt-metal-ci-vm-77",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549951069,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB4XQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549951069",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549951069",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:25Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:27:10Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 3 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "eager unit tests 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:26:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:26:48Z",
+ "completed_at": "2024-09-02T07:26:48Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:48Z",
+ "completed_at": "2024-09-02T07:26:49Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:26:50Z",
+ "completed_at": "2024-09-02T07:26:50Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:26:50Z",
+ "completed_at": "2024-09-02T07:26:50Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:27:10Z",
+ "completed_at": "2024-09-02T07:27:10Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:50Z",
+ "completed_at": "2024-09-02T07:26:50Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549951069",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 58,
+ "runner_name": "tt-metal-ci-vm-51",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549951308,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB5TA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549951308",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549951308",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:25Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:22:25Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 4 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:35Z"
+ },
+ {
+ "name": "eager unit tests 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:22:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:17Z",
+ "completed_at": "2024-09-02T07:22:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:17Z",
+ "completed_at": "2024-09-02T07:22:19Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:19Z",
+ "completed_at": "2024-09-02T07:22:19Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:25Z",
+ "completed_at": "2024-09-02T07:22:25Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:25Z",
+ "completed_at": "2024-09-02T07:22:25Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:20Z",
+ "completed_at": "2024-09-02T07:22:20Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549951308",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 64,
+ "runner_name": "tt-metal-ci-vm-17",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549951532,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB6LA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549951532",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549951532",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:26Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:46:22Z",
+ "name": "cpp-unit-tests (wormhole_b0, N300) / C++ wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:16:07Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:07Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:44Z"
+ },
+ {
+ "name": "C++ tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:45Z",
+ "completed_at": "2024-09-02T07:46:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:46:17Z",
+ "completed_at": "2024-09-02T07:46:17Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:46:17Z",
+ "completed_at": "2024-09-02T07:46:17Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:46:22Z",
+ "completed_at": "2024-09-02T07:46:22Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:46:22Z",
+ "completed_at": "2024-09-02T07:46:22Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:46:18Z",
+ "completed_at": "2024-09-02T07:46:18Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549951532",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 76,
+ "runner_name": "tt-metal-ci-vm-33",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549951785,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB7KQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549951785",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549951785",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:26Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:24:13Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 4 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:40Z"
+ },
+ {
+ "name": "eager unit tests 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:40Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:06Z",
+ "completed_at": "2024-09-02T07:24:06Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:06Z",
+ "completed_at": "2024-09-02T07:24:07Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:07Z",
+ "completed_at": "2024-09-02T07:24:08Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:08Z",
+ "completed_at": "2024-09-02T07:24:08Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:13Z",
+ "completed_at": "2024-09-02T07:24:13Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:08Z",
+ "completed_at": "2024-09-02T07:24:08Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549951785",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 194,
+ "runner_name": "tt-metal-ci-vm-112",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549952059,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB8Ow",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549952059",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549952059",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:27Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:20:20Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 5 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "eager unit tests 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:38Z",
+ "completed_at": "2024-09-02T07:20:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:20:15Z",
+ "completed_at": "2024-09-02T07:20:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:20:15Z",
+ "completed_at": "2024-09-02T07:20:16Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:20:16Z",
+ "completed_at": "2024-09-02T07:20:17Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:20:17Z",
+ "completed_at": "2024-09-02T07:20:17Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:20Z",
+ "completed_at": "2024-09-02T07:20:20Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:20:17Z",
+ "completed_at": "2024-09-02T07:20:17Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549952059",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 131,
+ "runner_name": "tt-metal-ci-vm-91",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549952300,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB9LA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549952300",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549952300",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:27Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:24:11Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 5 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:17:05Z"
+ },
+ {
+ "name": "eager unit tests 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:23:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:23:47Z",
+ "completed_at": "2024-09-02T07:23:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:23:47Z",
+ "completed_at": "2024-09-02T07:23:49Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:23:49Z",
+ "completed_at": "2024-09-02T07:23:49Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:11Z",
+ "completed_at": "2024-09-02T07:24:11Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:11Z",
+ "completed_at": "2024-09-02T07:24:11Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:23:50Z",
+ "completed_at": "2024-09-02T07:23:50Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549952300",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 29,
+ "runner_name": "tt-metal-ci-vm-45",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549952570,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB-Og",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549952570",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549952570",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:27Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:22:28Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 6 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:56Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:37Z"
+ },
+ {
+ "name": "eager unit tests 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:37Z",
+ "completed_at": "2024-09-02T07:22:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:21Z",
+ "completed_at": "2024-09-02T07:22:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:21Z",
+ "completed_at": "2024-09-02T07:22:22Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:23Z",
+ "completed_at": "2024-09-02T07:22:23Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:23Z",
+ "completed_at": "2024-09-02T07:22:23Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:28Z",
+ "completed_at": "2024-09-02T07:22:28Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:23Z",
+ "completed_at": "2024-09-02T07:22:23Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549952570",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 84,
+ "runner_name": "tt-metal-ci-vm-9",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549952834,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VB_Qg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549952834",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549952834",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:28Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:24:43Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 6 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:17:06Z"
+ },
+ {
+ "name": "eager unit tests 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:07Z",
+ "completed_at": "2024-09-02T07:24:37Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:37Z",
+ "completed_at": "2024-09-02T07:24:37Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:37Z",
+ "completed_at": "2024-09-02T07:24:39Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:39Z",
+ "completed_at": "2024-09-02T07:24:39Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:39Z",
+ "completed_at": "2024-09-02T07:24:40Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:43Z",
+ "completed_at": "2024-09-02T07:24:43Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:40Z",
+ "completed_at": "2024-09-02T07:24:40Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549952834",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 79,
+ "runner_name": "tt-metal-ci-vm-36",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549953110,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCAVg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549953110",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549953110",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:28Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:25:13Z",
+ "name": "sd-unit-tests (grayskull, E150) / grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:02Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:02Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Run pre/post regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:25:07Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:25:07Z",
+ "completed_at": "2024-09-02T07:25:07Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:25:07Z",
+ "completed_at": "2024-09-02T07:25:07Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:25:08Z",
+ "completed_at": "2024-09-02T07:25:08Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:25:08Z",
+ "completed_at": "2024-09-02T07:25:08Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:25:08Z",
+ "completed_at": "2024-09-02T07:25:08Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549953110",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 129,
+ "runner_name": "tt-metal-ci-vm-102",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549953412,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCBhA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549953412",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549953412",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:29Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:25:53Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager unit tests 7 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:33Z"
+ },
+ {
+ "name": "eager unit tests 7 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:33Z",
+ "completed_at": "2024-09-02T07:25:47Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:25:48Z",
+ "completed_at": "2024-09-02T07:25:48Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:25:48Z",
+ "completed_at": "2024-09-02T07:25:49Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:25:49Z",
+ "completed_at": "2024-09-02T07:25:50Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:25:50Z",
+ "completed_at": "2024-09-02T07:25:50Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:25:53Z",
+ "completed_at": "2024-09-02T07:25:53Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:25:50Z",
+ "completed_at": "2024-09-02T07:25:50Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549953412",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 123,
+ "runner_name": "tt-metal-ci-vm-2",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549953643,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCCaw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549953643",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549953643",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:29Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:26:30Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager unit tests 7 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:17:01Z"
+ },
+ {
+ "name": "eager unit tests 7 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:01Z",
+ "completed_at": "2024-09-02T07:26:23Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:26:23Z",
+ "completed_at": "2024-09-02T07:26:23Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:23Z",
+ "completed_at": "2024-09-02T07:26:25Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:26:26Z",
+ "completed_at": "2024-09-02T07:26:26Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:26:30Z",
+ "completed_at": "2024-09-02T07:26:30Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:26:30Z",
+ "completed_at": "2024-09-02T07:26:30Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:26Z",
+ "completed_at": "2024-09-02T07:26:26Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549953643",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 65,
+ "runner_name": "tt-metal-ci-vm-41",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549953922,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCDgg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549953922",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549953922",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:29Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:20:03Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / eager trace tests grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:03Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:03Z",
+ "completed_at": "2024-09-02T07:16:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:03Z",
+ "completed_at": "2024-09-02T07:16:33Z"
+ },
+ {
+ "name": "eager trace tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:34Z",
+ "completed_at": "2024-09-02T07:19:57Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:19:57Z",
+ "completed_at": "2024-09-02T07:19:57Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:19:57Z",
+ "completed_at": "2024-09-02T07:19:58Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:19:58Z",
+ "completed_at": "2024-09-02T07:19:59Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:19:59Z",
+ "completed_at": "2024-09-02T07:19:59Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:03Z",
+ "completed_at": "2024-09-02T07:20:03Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:19:59Z",
+ "completed_at": "2024-09-02T07:19:59Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549953922",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 134,
+ "runner_name": "tt-metal-ci-vm-93",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549954188,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCEjA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549954188",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549954188",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:30Z",
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:30:57Z",
+ "name": "fast-dispatch-unit-tests (grayskull, E150) / sweep grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:21Z",
+ "completed_at": "2024-09-02T07:15:23Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:55Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:55Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:01Z",
+ "completed_at": "2024-09-02T07:16:31Z"
+ },
+ {
+ "name": "sweep tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:32Z",
+ "completed_at": "2024-09-02T07:30:49Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:30:49Z",
+ "completed_at": "2024-09-02T07:30:49Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:30:49Z",
+ "completed_at": "2024-09-02T07:30:51Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:30:51Z",
+ "completed_at": "2024-09-02T07:30:51Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:30:51Z",
+ "completed_at": "2024-09-02T07:30:51Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:30:57Z",
+ "completed_at": "2024-09-02T07:30:57Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:30:51Z",
+ "completed_at": "2024-09-02T07:30:51Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549954188",
+ "labels": [
+ "E150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 143,
+ "runner_name": "tt-metal-ci-vm-105",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549954431,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCFfw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549954431",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549954431",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:30Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:17:15Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / eager trace tests wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:17:02Z"
+ },
+ {
+ "name": "eager trace tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:10Z",
+ "completed_at": "2024-09-02T07:17:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:10Z",
+ "completed_at": "2024-09-02T07:17:12Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:17:12Z",
+ "completed_at": "2024-09-02T07:17:12Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:17:12Z",
+ "completed_at": "2024-09-02T07:17:12Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:15Z",
+ "completed_at": "2024-09-02T07:17:15Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:12Z",
+ "completed_at": "2024-09-02T07:17:12Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549954431",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 40,
+ "runner_name": "tt-metal-ci-vm-43",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549954687,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCGfw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549954687",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549954687",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:30Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:21:23Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 1 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:07Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:49Z"
+ },
+ {
+ "name": "eager unit tests 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:50Z",
+ "completed_at": "2024-09-02T07:21:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:21:18Z",
+ "completed_at": "2024-09-02T07:21:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:18Z",
+ "completed_at": "2024-09-02T07:21:19Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:21:19Z",
+ "completed_at": "2024-09-02T07:21:19Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:21:23Z",
+ "completed_at": "2024-09-02T07:21:23Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:23Z",
+ "completed_at": "2024-09-02T07:21:23Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:20Z",
+ "completed_at": "2024-09-02T07:21:20Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549954687",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 95,
+ "runner_name": "tt-metal-ci-vm-70",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549954977,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCHoQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549954977",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549954977",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:31Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:21:16Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N300) / sweep wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:53Z"
+ },
+ {
+ "name": "sweep tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:21:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:21:10Z",
+ "completed_at": "2024-09-02T07:21:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:10Z",
+ "completed_at": "2024-09-02T07:21:12Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:21:12Z",
+ "completed_at": "2024-09-02T07:21:12Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:21:13Z",
+ "completed_at": "2024-09-02T07:21:13Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:13Z",
+ "completed_at": "2024-09-02T07:21:13Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:13Z",
+ "completed_at": "2024-09-02T07:21:13Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549954977",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 59,
+ "runner_name": "tt-metal-ci-vm-42",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549955222,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCIlg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549955222",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549955222",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:31Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:24:09Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 2 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:17:00Z"
+ },
+ {
+ "name": "eager unit tests 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:24:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:03Z",
+ "completed_at": "2024-09-02T07:24:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:03Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:05Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:05Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:05Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:05Z",
+ "completed_at": "2024-09-02T07:24:05Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549955222",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 74,
+ "runner_name": "tt-metal-ci-vm-21",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549955511,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCJtw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549955511",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549955511",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:32Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:28:49Z",
+ "name": "sd-unit-tests (wormhole_b0, N150) / wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Run pre/post regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:28:45Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:28:45Z",
+ "completed_at": "2024-09-02T07:28:45Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:28:45Z",
+ "completed_at": "2024-09-02T07:28:45Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:28:45Z",
+ "completed_at": "2024-09-02T07:28:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:28:49Z",
+ "completed_at": "2024-09-02T07:28:49Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:28:46Z",
+ "completed_at": "2024-09-02T07:28:46Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549955511",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 153,
+ "runner_name": "tt-metal-ci-vm-95",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549955792,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCK0A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549955792",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549955792",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:32Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:25:49Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 3 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:20Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:20Z",
+ "completed_at": "2024-09-02T07:16:20Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:20Z",
+ "completed_at": "2024-09-02T07:16:57Z"
+ },
+ {
+ "name": "eager unit tests 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:57Z",
+ "completed_at": "2024-09-02T07:25:43Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:25:43Z",
+ "completed_at": "2024-09-02T07:25:43Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:25:43Z",
+ "completed_at": "2024-09-02T07:25:45Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:25:45Z",
+ "completed_at": "2024-09-02T07:25:45Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:25:46Z",
+ "completed_at": "2024-09-02T07:25:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:25:49Z",
+ "completed_at": "2024-09-02T07:25:49Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:25:46Z",
+ "completed_at": "2024-09-02T07:25:46Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549955792",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 189,
+ "runner_name": "tt-metal-ci-vm-115",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549956069,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCL5Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549956069",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549956069",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:33Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:31:25Z",
+ "name": "sd-unit-tests (wormhole_b0, N300) / wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:17:02Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "Run pre/post regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:31:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:31:22Z",
+ "completed_at": "2024-09-02T07:31:22Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:31:22Z",
+ "completed_at": "2024-09-02T07:31:22Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:31:22Z",
+ "completed_at": "2024-09-02T07:31:22Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:31:22Z",
+ "completed_at": "2024-09-02T07:31:22Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:31:22Z",
+ "completed_at": "2024-09-02T07:31:22Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549956069",
+ "labels": [
+ "N300",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 115,
+ "runner_name": "tt-metal-ci-vm-87",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549956317,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCM3Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549956317",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549956317",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:33Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:24:18Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 4 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:57Z"
+ },
+ {
+ "name": "eager unit tests 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:57Z",
+ "completed_at": "2024-09-02T07:24:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:10Z",
+ "completed_at": "2024-09-02T07:24:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:10Z",
+ "completed_at": "2024-09-02T07:24:12Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:12Z",
+ "completed_at": "2024-09-02T07:24:12Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:12Z",
+ "completed_at": "2024-09-02T07:24:12Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:18Z",
+ "completed_at": "2024-09-02T07:24:18Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:12Z",
+ "completed_at": "2024-09-02T07:24:13Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549956317",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 92,
+ "runner_name": "tt-metal-ci-vm-20",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549956599,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCN9w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549956599",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549956599",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:33Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:23:46Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 5 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:20Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:21Z",
+ "completed_at": "2024-09-02T07:16:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:21Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "eager unit tests 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:23:40Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:23:41Z",
+ "completed_at": "2024-09-02T07:23:41Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:23:41Z",
+ "completed_at": "2024-09-02T07:23:43Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:23:43Z",
+ "completed_at": "2024-09-02T07:23:43Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:23:46Z",
+ "completed_at": "2024-09-02T07:23:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:23:46Z",
+ "completed_at": "2024-09-02T07:23:46Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:23:43Z",
+ "completed_at": "2024-09-02T07:23:43Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549956599",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 151,
+ "runner_name": "tt-metal-ci-vm-110",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549956856,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCO-A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549956856",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549956856",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:34Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:26:47Z",
+ "name": "models-unit-tests (grayskull, E150) / model grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:56Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:57Z",
+ "completed_at": "2024-09-02T07:16:02Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:02Z",
+ "completed_at": "2024-09-02T07:16:02Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:02Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "E150 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:26:41Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:26:42Z",
+ "completed_at": "2024-09-02T07:26:42Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:42Z",
+ "completed_at": "2024-09-02T07:26:43Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:26:43Z",
+ "completed_at": "2024-09-02T07:26:44Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:26:44Z",
+ "completed_at": "2024-09-02T07:26:44Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:26:44Z",
+ "completed_at": "2024-09-02T07:26:44Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:44Z",
+ "completed_at": "2024-09-02T07:26:44Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549956856",
+ "labels": [
+ "E150",
+ "in-service",
+ "cloud-virtual-machine"
+ ],
+ "runner_id": 128,
+ "runner_name": "tt-metal-ci-vm-101",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549957120,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCQAA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549957120",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549957120",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:34Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:26:21Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 6 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:58Z"
+ },
+ {
+ "name": "eager unit tests 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:58Z",
+ "completed_at": "2024-09-02T07:26:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:26:16Z",
+ "completed_at": "2024-09-02T07:26:16Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:16Z",
+ "completed_at": "2024-09-02T07:26:17Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:26:17Z",
+ "completed_at": "2024-09-02T07:26:18Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:26:18Z",
+ "completed_at": "2024-09-02T07:26:18Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:26:21Z",
+ "completed_at": "2024-09-02T07:26:21Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:18Z",
+ "completed_at": "2024-09-02T07:26:18Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549957120",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 42,
+ "runner_name": "tt-metal-ci-vm-58",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549957400,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCRGA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549957400",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549957400",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:34Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:22:37Z",
+ "name": "models-unit-tests (wormhole_b0, N150) / model wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:16:10Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:10Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "N150 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:22:31Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:32Z",
+ "completed_at": "2024-09-02T07:22:32Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:32Z",
+ "completed_at": "2024-09-02T07:22:33Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:34Z",
+ "completed_at": "2024-09-02T07:22:34Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:34Z",
+ "completed_at": "2024-09-02T07:22:34Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:34Z",
+ "completed_at": "2024-09-02T07:22:34Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:34Z",
+ "completed_at": "2024-09-02T07:22:34Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549957400",
+ "labels": [
+ "N150",
+ "in-service",
+ "cloud-virtual-machine"
+ ],
+ "runner_id": 28,
+ "runner_name": "tt-metal-ci-vm-57",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549957619,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCR8w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549957619",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549957619",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:35Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:24:51Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager unit tests 7 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:17:01Z"
+ },
+ {
+ "name": "eager unit tests 7 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:01Z",
+ "completed_at": "2024-09-02T07:24:44Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:24:45Z",
+ "completed_at": "2024-09-02T07:24:45Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:24:45Z",
+ "completed_at": "2024-09-02T07:24:46Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:24:46Z",
+ "completed_at": "2024-09-02T07:24:47Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:24:47Z",
+ "completed_at": "2024-09-02T07:24:47Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:24:51Z",
+ "completed_at": "2024-09-02T07:24:51Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:24:47Z",
+ "completed_at": "2024-09-02T07:24:47Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549957619",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 99,
+ "runner_name": "tt-metal-ci-vm-37",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549957848,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCS2A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549957848",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549957848",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:35Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:22:56Z",
+ "name": "models-unit-tests (wormhole_b0, N300) / model wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:56Z"
+ },
+ {
+ "name": "N300 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:56Z",
+ "completed_at": "2024-09-02T07:22:50Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:22:50Z",
+ "completed_at": "2024-09-02T07:22:50Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:50Z",
+ "completed_at": "2024-09-02T07:22:52Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:52Z",
+ "completed_at": "2024-09-02T07:22:52Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:56Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:56Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:52Z",
+ "completed_at": "2024-09-02T07:22:52Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549957848",
+ "labels": [
+ "N300",
+ "in-service",
+ "cloud-virtual-machine"
+ ],
+ "runner_id": 35,
+ "runner_name": "tt-metal-ci-vm-23",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549958143,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCT_w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549958143",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549958143",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:36Z",
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:17:08Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / eager trace tests wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:22Z",
+ "completed_at": "2024-09-02T07:15:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:08Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:08Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:14Z",
+ "completed_at": "2024-09-02T07:16:56Z"
+ },
+ {
+ "name": "eager trace tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:56Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:05Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:17:05Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:17:05Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:08Z",
+ "completed_at": "2024-09-02T07:17:08Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:06Z",
+ "completed_at": "2024-09-02T07:17:06Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549958143",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 196,
+ "runner_name": "tt-metal-ci-vm-15",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549958459,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCVOw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549958459",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549958459",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:36Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:22:50Z",
+ "name": "fast-dispatch-unit-tests (wormhole_b0, N150) / sweep wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:23Z",
+ "completed_at": "2024-09-02T07:15:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:16:09Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:09Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:15Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "sweep tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:21:58Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 7,
+ "started_at": "2024-09-02T07:21:58Z",
+ "completed_at": "2024-09-02T07:21:58Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:58Z",
+ "completed_at": "2024-09-02T07:22:00Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:22:00Z",
+ "completed_at": "2024-09-02T07:22:00Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 15,
+ "started_at": "2024-09-02T07:22:01Z",
+ "completed_at": "2024-09-02T07:22:01Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:50Z",
+ "completed_at": "2024-09-02T07:22:50Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:01Z",
+ "completed_at": "2024-09-02T07:22:01Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549958459",
+ "labels": [
+ "N150",
+ "cloud-virtual-machine",
+ "in-service"
+ ],
+ "runner_id": 100,
+ "runner_name": "tt-metal-ci-vm-97",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549958751,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCWXw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549958751",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549958751",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:36Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:23:18Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 1 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:05Z",
+ "completed_at": "2024-09-02T07:16:05Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:05Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "ttnn group 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:23:12Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:23:12Z",
+ "completed_at": "2024-09-02T07:23:12Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:23:12Z",
+ "completed_at": "2024-09-02T07:23:14Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:23:14Z",
+ "completed_at": "2024-09-02T07:23:14Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:23:18Z",
+ "completed_at": "2024-09-02T07:23:18Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:23:18Z",
+ "completed_at": "2024-09-02T07:23:18Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:23:14Z",
+ "completed_at": "2024-09-02T07:23:14Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549958751",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 138,
+ "runner_name": "tt-metal-ci-vm-65",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549959064,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCXmA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549959064",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549959064",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:37Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:20:50Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 2 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:05Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:05Z",
+ "completed_at": "2024-09-02T07:16:05Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:05Z",
+ "completed_at": "2024-09-02T07:16:58Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:58Z",
+ "completed_at": "2024-09-02T07:16:58Z"
+ },
+ {
+ "name": "ttnn group 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:58Z",
+ "completed_at": "2024-09-02T07:20:42Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:20:43Z",
+ "completed_at": "2024-09-02T07:20:43Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:20:43Z",
+ "completed_at": "2024-09-02T07:20:44Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:45Z",
+ "completed_at": "2024-09-02T07:20:45Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:20:50Z",
+ "completed_at": "2024-09-02T07:20:50Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:20:50Z",
+ "completed_at": "2024-09-02T07:20:50Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:20:45Z",
+ "completed_at": "2024-09-02T07:20:45Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549959064",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 136,
+ "runner_name": "tt-metal-ci-vm-62",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549959455,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCZHw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549959455",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549959455",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:37Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:27:36Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 1 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:16:11Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:11Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:17:00Z"
+ },
+ {
+ "name": "ttnn group 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:27:30Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:27:30Z",
+ "completed_at": "2024-09-02T07:27:30Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:27:30Z",
+ "completed_at": "2024-09-02T07:27:31Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:27:32Z",
+ "completed_at": "2024-09-02T07:27:32Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:27:32Z",
+ "completed_at": "2024-09-02T07:27:32Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:27:36Z",
+ "completed_at": "2024-09-02T07:27:36Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:27:32Z",
+ "completed_at": "2024-09-02T07:27:32Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549959455",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 117,
+ "runner_name": "tt-metal-ci-vm-31",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549959781,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCaZQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549959781",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549959781",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:38Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:26:19Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 1 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:13Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:23Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:24Z",
+ "completed_at": "2024-09-02T07:16:24Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:24Z",
+ "completed_at": "2024-09-02T07:17:07Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:07Z",
+ "completed_at": "2024-09-02T07:17:07Z"
+ },
+ {
+ "name": "ttnn group 1 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:07Z",
+ "completed_at": "2024-09-02T07:26:13Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:26:14Z",
+ "completed_at": "2024-09-02T07:26:14Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:26:14Z",
+ "completed_at": "2024-09-02T07:26:15Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:26:16Z",
+ "completed_at": "2024-09-02T07:26:16Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:26:16Z",
+ "completed_at": "2024-09-02T07:26:16Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:26:19Z",
+ "completed_at": "2024-09-02T07:26:19Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:26:16Z",
+ "completed_at": "2024-09-02T07:26:16Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549959781",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 71,
+ "runner_name": "tt-metal-ci-vm-26",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549960076,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCbjA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549960076",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549960076",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:38Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:21:02Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 3 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:57Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:58Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:45Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:46Z",
+ "completed_at": "2024-09-02T07:16:46Z"
+ },
+ {
+ "name": "ttnn group 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:46Z",
+ "completed_at": "2024-09-02T07:20:54Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:20:54Z",
+ "completed_at": "2024-09-02T07:20:54Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:20:54Z",
+ "completed_at": "2024-09-02T07:20:56Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:57Z",
+ "completed_at": "2024-09-02T07:20:57Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:20:57Z",
+ "completed_at": "2024-09-02T07:20:57Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:21:02Z",
+ "completed_at": "2024-09-02T07:21:02Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:20:57Z",
+ "completed_at": "2024-09-02T07:20:57Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549960076",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 132,
+ "runner_name": "tt-metal-ci-vm-60",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549960398,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCczg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549960398",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549960398",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:39Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:20:25Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 2 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:58Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "ttnn group 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:20:19Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:20:20Z",
+ "completed_at": "2024-09-02T07:20:20Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:20:20Z",
+ "completed_at": "2024-09-02T07:20:21Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:21Z",
+ "completed_at": "2024-09-02T07:20:22Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:20:22Z",
+ "completed_at": "2024-09-02T07:20:22Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:20:25Z",
+ "completed_at": "2024-09-02T07:20:25Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:20:22Z",
+ "completed_at": "2024-09-02T07:20:22Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549960398",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 193,
+ "runner_name": "tt-metal-ci-vm-13",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549960672,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCd4A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549960672",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549960672",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:39Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:20:36Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 2 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:56Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:56Z",
+ "completed_at": "2024-09-02T07:16:56Z"
+ },
+ {
+ "name": "ttnn group 2 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:56Z",
+ "completed_at": "2024-09-02T07:20:28Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:20:28Z",
+ "completed_at": "2024-09-02T07:20:28Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:20:28Z",
+ "completed_at": "2024-09-02T07:20:30Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:20:31Z",
+ "completed_at": "2024-09-02T07:20:31Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:20:31Z",
+ "completed_at": "2024-09-02T07:20:31Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:20:36Z",
+ "completed_at": "2024-09-02T07:20:36Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:20:31Z",
+ "completed_at": "2024-09-02T07:20:31Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549960672",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 198,
+ "runner_name": "tt-metal-ci-vm-113",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549961089,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCfgQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549961089",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549961089",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:40Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:33:47Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 4 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:58Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "ttnn group 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:33:39Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:33:39Z",
+ "completed_at": "2024-09-02T07:33:39Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:33:39Z",
+ "completed_at": "2024-09-02T07:33:40Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:33:41Z",
+ "completed_at": "2024-09-02T07:33:41Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:33:47Z",
+ "completed_at": "2024-09-02T07:33:47Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:33:47Z",
+ "completed_at": "2024-09-02T07:33:47Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:33:41Z",
+ "completed_at": "2024-09-02T07:33:41Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549961089",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 127,
+ "runner_name": "tt-metal-ci-vm-92",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549961508,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VChJA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549961508",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549961508",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:40Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:34:15Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 3 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:11Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:11Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "ttnn group 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:34:07Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:34:07Z",
+ "completed_at": "2024-09-02T07:34:07Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:34:07Z",
+ "completed_at": "2024-09-02T07:34:09Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:34:09Z",
+ "completed_at": "2024-09-02T07:34:09Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:34:15Z",
+ "completed_at": "2024-09-02T07:34:15Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:34:15Z",
+ "completed_at": "2024-09-02T07:34:15Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:34:10Z",
+ "completed_at": "2024-09-02T07:34:10Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549961508",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 37,
+ "runner_name": "tt-metal-ci-vm-27",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549961865,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCiiQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549961865",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549961865",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:41Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:23:01Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 3 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:53Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "ttnn group 3 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:22:56Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:56Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:23:01Z",
+ "completed_at": "2024-09-02T07:23:01Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549961865",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 63,
+ "runner_name": "tt-metal-ci-vm-34",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549962141,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCjnQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549962141",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549962141",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:41Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:21:30Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 5 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "ttnn group 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:21:23Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:23Z",
+ "completed_at": "2024-09-02T07:21:23Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:21:23Z",
+ "completed_at": "2024-09-02T07:21:25Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:26Z",
+ "completed_at": "2024-09-02T07:21:26Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:26Z",
+ "completed_at": "2024-09-02T07:21:26Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:21:30Z",
+ "completed_at": "2024-09-02T07:21:30Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:21:26Z",
+ "completed_at": "2024-09-02T07:21:26Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549962141",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 144,
+ "runner_name": "tt-metal-ci-vm-107",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549962457,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCk2Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549962457",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549962457",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:42Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:34:27Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 4 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "ttnn group 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:34:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:34:21Z",
+ "completed_at": "2024-09-02T07:34:21Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:34:21Z",
+ "completed_at": "2024-09-02T07:34:23Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:34:23Z",
+ "completed_at": "2024-09-02T07:34:23Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:34:27Z",
+ "completed_at": "2024-09-02T07:34:27Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:34:27Z",
+ "completed_at": "2024-09-02T07:34:27Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:34:23Z",
+ "completed_at": "2024-09-02T07:34:23Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549962457",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 83,
+ "runner_name": "tt-metal-ci-vm-39",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549962766,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCmDg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549962766",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549962766",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:42Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:27:17Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 4 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:16:11Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:11Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "ttnn group 4 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:27:10Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:27:11Z",
+ "completed_at": "2024-09-02T07:27:11Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:27:11Z",
+ "completed_at": "2024-09-02T07:27:12Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:27:12Z",
+ "completed_at": "2024-09-02T07:27:13Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:27:13Z",
+ "completed_at": "2024-09-02T07:27:13Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:27:17Z",
+ "completed_at": "2024-09-02T07:27:17Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:27:13Z",
+ "completed_at": "2024-09-02T07:27:13Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549962766",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 66,
+ "runner_name": "tt-metal-ci-vm-25",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549963035,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCnGw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549963035",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549963035",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:42Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:21:27Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn group 6 grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:59Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "ttnn group 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:21:08Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:08Z",
+ "completed_at": "2024-09-02T07:21:08Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:21:08Z",
+ "completed_at": "2024-09-02T07:21:09Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:10Z",
+ "completed_at": "2024-09-02T07:21:10Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:10Z",
+ "completed_at": "2024-09-02T07:21:10Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:21:27Z",
+ "completed_at": "2024-09-02T07:21:27Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:21:10Z",
+ "completed_at": "2024-09-02T07:21:10Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549963035",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 137,
+ "runner_name": "tt-metal-ci-vm-11",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549963267,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCoAw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549963267",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549963267",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:43Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:30:23Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 5 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "ttnn group 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:30:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:30:17Z",
+ "completed_at": "2024-09-02T07:30:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:30:17Z",
+ "completed_at": "2024-09-02T07:30:19Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:30:19Z",
+ "completed_at": "2024-09-02T07:30:19Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:30:23Z",
+ "completed_at": "2024-09-02T07:30:23Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:30:23Z",
+ "completed_at": "2024-09-02T07:30:23Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:30:20Z",
+ "completed_at": "2024-09-02T07:30:20Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549963267",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 96,
+ "runner_name": "tt-metal-ci-vm-98",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549963555,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCpIw",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549963555",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549963555",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:43Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:23:08Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 5 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:53Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:53Z",
+ "completed_at": "2024-09-02T07:16:53Z"
+ },
+ {
+ "name": "ttnn group 5 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:53Z",
+ "completed_at": "2024-09-02T07:22:55Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:56Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:22:56Z",
+ "completed_at": "2024-09-02T07:22:57Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:57Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:22:58Z",
+ "completed_at": "2024-09-02T07:22:58Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549963555",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 195,
+ "runner_name": "tt-metal-ci-vm-111",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549963825,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCqMQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549963825",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549963825",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:43Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:27:24Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn fast runtime off grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:58Z",
+ "completed_at": "2024-09-02T07:16:05Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:06Z",
+ "completed_at": "2024-09-02T07:16:06Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:06Z",
+ "completed_at": "2024-09-02T07:16:37Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:37Z",
+ "completed_at": "2024-09-02T07:16:37Z"
+ },
+ {
+ "name": "ttnn fast runtime off tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:37Z",
+ "completed_at": "2024-09-02T07:27:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:27:18Z",
+ "completed_at": "2024-09-02T07:27:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:27:18Z",
+ "completed_at": "2024-09-02T07:27:19Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:27:19Z",
+ "completed_at": "2024-09-02T07:27:19Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:27:20Z",
+ "completed_at": "2024-09-02T07:27:20Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:27:24Z",
+ "completed_at": "2024-09-02T07:27:24Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:27:20Z",
+ "completed_at": "2024-09-02T07:27:20Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549963825",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 34,
+ "runner_name": "tt-metal-ci-vm-74",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549964068,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCrJA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549964068",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549964068",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:44Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:21:57Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn group 6 wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "ttnn group 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:21:50Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:51Z",
+ "completed_at": "2024-09-02T07:21:51Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:21:51Z",
+ "completed_at": "2024-09-02T07:21:52Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:53Z",
+ "completed_at": "2024-09-02T07:21:53Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:53Z",
+ "completed_at": "2024-09-02T07:21:53Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:21:53Z",
+ "completed_at": "2024-09-02T07:21:53Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:21:53Z",
+ "completed_at": "2024-09-02T07:21:53Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549964068",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 50,
+ "runner_name": "tt-metal-ci-vm-79",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549964372,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCsVA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549964372",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549964372",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:44Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:21:48Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn group 6 wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:29Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:29Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:13Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:52Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:52Z",
+ "completed_at": "2024-09-02T07:16:52Z"
+ },
+ {
+ "name": "ttnn group 6 tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:52Z",
+ "completed_at": "2024-09-02T07:21:38Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:21:39Z",
+ "completed_at": "2024-09-02T07:21:39Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:21:39Z",
+ "completed_at": "2024-09-02T07:21:40Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:21:40Z",
+ "completed_at": "2024-09-02T07:21:41Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:21:41Z",
+ "completed_at": "2024-09-02T07:21:41Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:21:41Z",
+ "completed_at": "2024-09-02T07:21:41Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:21:41Z",
+ "completed_at": "2024-09-02T07:21:41Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549964372",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 91,
+ "runner_name": "tt-metal-ci-vm-49",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549964685,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCtjQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549964685",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549964685",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:45Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:17:37Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn examples and cpp tests grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:58Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:58Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:04Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:04Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "ttnn examples and cpp tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:17:31Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:31Z",
+ "completed_at": "2024-09-02T07:17:31Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:17:31Z",
+ "completed_at": "2024-09-02T07:17:32Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:32Z",
+ "completed_at": "2024-09-02T07:17:32Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:32Z",
+ "completed_at": "2024-09-02T07:17:33Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:17:37Z",
+ "completed_at": "2024-09-02T07:17:37Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:17:33Z",
+ "completed_at": "2024-09-02T07:17:33Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549964685",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 126,
+ "runner_name": "tt-metal-ci-vm-94",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549964996,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCuxA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549964996",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549964996",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:45Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:18:06Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn fast runtime off wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:16:10Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:10Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "ttnn fast runtime off tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:18:00Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:18:01Z",
+ "completed_at": "2024-09-02T07:18:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:18:01Z",
+ "completed_at": "2024-09-02T07:18:02Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:18:02Z",
+ "completed_at": "2024-09-02T07:18:02Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:18:02Z",
+ "completed_at": "2024-09-02T07:18:02Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:18:03Z",
+ "completed_at": "2024-09-02T07:18:03Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549964996",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 33,
+ "runner_name": "tt-metal-ci-vm-19",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549965281,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCv4Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549965281",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549965281",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:45Z",
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:18:12Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn fast runtime off wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:17:00Z"
+ },
+ {
+ "name": "ttnn fast runtime off tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:07Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:18:08Z",
+ "completed_at": "2024-09-02T07:18:08Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:18:08Z",
+ "completed_at": "2024-09-02T07:18:08Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:18:08Z",
+ "completed_at": "2024-09-02T07:18:08Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:18:08Z",
+ "completed_at": "2024-09-02T07:18:08Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549965281",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 32,
+ "runner_name": "tt-metal-ci-vm-24",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549965542,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCw5g",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549965542",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549965542",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:46Z",
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:16:43Z",
+ "name": "ttnn-unit-tests (grayskull, E150) / ttnn ccl cpp unit tests grayskull E150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:57Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:57Z",
+ "completed_at": "2024-09-02T07:16:03Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:03Z",
+ "completed_at": "2024-09-02T07:16:03Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:03Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:38Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "ttnn ccl cpp unit tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:38Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:16:38Z",
+ "completed_at": "2024-09-02T07:16:38Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:16:38Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:16:40Z",
+ "completed_at": "2024-09-02T07:16:40Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:16:43Z",
+ "completed_at": "2024-09-02T07:16:43Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:16:43Z",
+ "completed_at": "2024-09-02T07:16:43Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:16:40Z",
+ "completed_at": "2024-09-02T07:16:40Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549965542",
+ "labels": [
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 81,
+ "runner_name": "tt-metal-ci-vm-10",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549965779,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCx0w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549965779",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549965779",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:46Z",
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:17:58Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn examples and cpp tests wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:24Z",
+ "completed_at": "2024-09-02T07:15:26Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:16:10Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:10Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:16Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:17:02Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:02Z",
+ "completed_at": "2024-09-02T07:17:02Z"
+ },
+ {
+ "name": "ttnn examples and cpp tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:02Z",
+ "completed_at": "2024-09-02T07:17:53Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:53Z",
+ "completed_at": "2024-09-02T07:17:53Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:17:53Z",
+ "completed_at": "2024-09-02T07:17:54Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:54Z",
+ "completed_at": "2024-09-02T07:17:55Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:58Z",
+ "completed_at": "2024-09-02T07:17:58Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:17:58Z",
+ "completed_at": "2024-09-02T07:17:58Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:17:55Z",
+ "completed_at": "2024-09-02T07:17:55Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549965779",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 43,
+ "runner_name": "tt-metal-ci-vm-80",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549966077,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VCy_Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549966077",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549966077",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:47Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:18:01Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn examples and cpp tests wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:12Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:12Z",
+ "completed_at": "2024-09-02T07:16:19Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:19Z",
+ "completed_at": "2024-09-02T07:16:19Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:19Z",
+ "completed_at": "2024-09-02T07:17:02Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:03Z"
+ },
+ {
+ "name": "ttnn examples and cpp tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:17:03Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:56Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:17:56Z",
+ "completed_at": "2024-09-02T07:17:57Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:57Z",
+ "completed_at": "2024-09-02T07:17:58Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:58Z",
+ "completed_at": "2024-09-02T07:17:58Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:18:01Z",
+ "completed_at": "2024-09-02T07:18:01Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:17:58Z",
+ "completed_at": "2024-09-02T07:17:58Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549966077",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 86,
+ "runner_name": "tt-metal-ci-vm-50",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549966398,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VC0Pg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549966398",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549966398",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:47Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:16:58Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N300) / ttnn ccl cpp unit tests wormhole_b0 N300",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:28Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:28Z",
+ "completed_at": "2024-09-02T07:16:11Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:11Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:17Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:17Z",
+ "completed_at": "2024-09-02T07:16:53Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "ttnn ccl cpp unit tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:54Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:16:54Z",
+ "completed_at": "2024-09-02T07:16:55Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:16:55Z",
+ "completed_at": "2024-09-02T07:16:55Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:16:55Z",
+ "completed_at": "2024-09-02T07:16:55Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:16:58Z",
+ "completed_at": "2024-09-02T07:16:58Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:16:55Z",
+ "completed_at": "2024-09-02T07:16:55Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549966398",
+ "labels": [
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 187,
+ "runner_name": "tt-metal-ci-vm-116",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549966645,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VC1NQ",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549966645",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549966645",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:48Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:17:04Z",
+ "name": "ttnn-unit-tests (wormhole_b0, N150) / ttnn ccl cpp unit tests wormhole_b0 N150",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:25Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:16:11Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:11Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:18Z"
+ },
+ {
+ "name": "Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:18Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Set ttnn fast runtime if exists in config",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "ttnn ccl cpp unit tests tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 8,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:16:59Z"
+ },
+ {
+ "name": "Run /./.github/actions/upload-artifact-with-job-uuid",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:16:59Z",
+ "completed_at": "2024-09-02T07:17:00Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/prepare-metal-run",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:17:00Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:17:00Z",
+ "completed_at": "2024-09-02T07:17:01Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:17:01Z",
+ "completed_at": "2024-09-02T07:17:01Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549966645",
+ "labels": [
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 41,
+ "runner_name": "tt-metal-ci-vm-84",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549966882,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VC2Ig",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549966882",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549966882",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:48Z",
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:18:07Z",
+ "name": "build-docs / build-deploy-docs (grayskull)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:26Z",
+ "completed_at": "2024-09-02T07:15:27Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:27Z",
+ "completed_at": "2024-09-02T07:15:45Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:15:45Z",
+ "completed_at": "2024-09-02T07:15:45Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:15:45Z",
+ "completed_at": "2024-09-02T07:16:25Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-dev-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:25Z",
+ "completed_at": "2024-09-02T07:16:34Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "Extract files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:16:48Z"
+ },
+ {
+ "name": "Build Docs",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 9,
+ "started_at": "2024-09-02T07:16:48Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Prepare artifact - move output",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 10,
+ "started_at": "2024-09-02T07:17:56Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Prepare artifact - create .nojekyll",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:17:56Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Prepare artifact - create root index",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:17:56Z",
+ "completed_at": "2024-09-02T07:17:56Z"
+ },
+ {
+ "name": "Upload artifact",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:17:57Z",
+ "completed_at": "2024-09-02T07:17:59Z"
+ },
+ {
+ "name": "Deploy to GitHub Pages",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 14,
+ "started_at": "2024-09-02T07:18:00Z",
+ "completed_at": "2024-09-02T07:18:05Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 27,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 28,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 29,
+ "started_at": "2024-09-02T07:18:06Z",
+ "completed_at": "2024-09-02T07:18:06Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549966882",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 4,
+ "runner_name": "GitHub Actions 4",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29549972719,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VDM7w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549972719",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549972719",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:58Z",
+ "started_at": "2024-09-02T07:15:42Z",
+ "completed_at": "2024-09-02T07:22:44Z",
+ "name": "profiler-regression / profiler-regression (grayskull, cloud-virtual-machine, E150, in-service, E150)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:42Z",
+ "completed_at": "2024-09-02T07:15:44Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:44Z",
+ "completed_at": "2024-09-02T07:16:15Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:16Z",
+ "completed_at": "2024-09-02T07:16:24Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:24Z",
+ "completed_at": "2024-09-02T07:16:24Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:24Z",
+ "completed_at": "2024-09-02T07:16:34Z"
+ },
+ {
+ "name": "Extract files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:34Z",
+ "completed_at": "2024-09-02T07:16:35Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:16:57Z"
+ },
+ {
+ "name": "Run profiler regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:16:57Z",
+ "completed_at": "2024-09-02T07:22:40Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:22:40Z",
+ "completed_at": "2024-09-02T07:22:40Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:40Z",
+ "completed_at": "2024-09-02T07:22:41Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:44Z",
+ "completed_at": "2024-09-02T07:22:44Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:22:44Z",
+ "completed_at": "2024-09-02T07:22:44Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:22:41Z",
+ "completed_at": "2024-09-02T07:22:41Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549972719",
+ "labels": [
+ "cloud-virtual-machine",
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 55,
+ "runner_name": "tt-metal-ci-vm-4",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549972973,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VDN7Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549972973",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549972973",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:58Z",
+ "started_at": "2024-09-02T07:15:43Z",
+ "completed_at": "2024-09-02T07:25:05Z",
+ "name": "profiler-regression / profiler-regression (wormhole_b0, cloud-virtual-machine, N150, in-service, N150)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:42Z",
+ "completed_at": "2024-09-02T07:15:45Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:45Z",
+ "completed_at": "2024-09-02T07:16:28Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:28Z",
+ "completed_at": "2024-09-02T07:16:35Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:16:35Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:35Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Extract files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:16:39Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:39Z",
+ "completed_at": "2024-09-02T07:17:04Z"
+ },
+ {
+ "name": "Run profiler regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:04Z",
+ "completed_at": "2024-09-02T07:25:01Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:25:01Z",
+ "completed_at": "2024-09-02T07:25:01Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:25:01Z",
+ "completed_at": "2024-09-02T07:25:01Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:25:05Z",
+ "completed_at": "2024-09-02T07:25:05Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:25:05Z",
+ "completed_at": "2024-09-02T07:25:05Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:25:02Z",
+ "completed_at": "2024-09-02T07:25:02Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549972973",
+ "labels": [
+ "cloud-virtual-machine",
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 78,
+ "runner_name": "tt-metal-ci-vm-32",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29549973228,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4VDO7A",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29549973228",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29549973228",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:15:59Z",
+ "started_at": "2024-09-02T07:15:42Z",
+ "completed_at": "2024-09-02T07:22:57Z",
+ "name": "profiler-regression / profiler-regression (wormhole_b0, cloud-virtual-machine, N300, in-service, N300)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:15:42Z",
+ "completed_at": "2024-09-02T07:15:44Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:15:44Z",
+ "completed_at": "2024-09-02T07:16:28Z"
+ },
+ {
+ "name": "Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:16:28Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "Set up dynamic env vars for build",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:16:36Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:16:36Z",
+ "completed_at": "2024-09-02T07:16:40Z"
+ },
+ {
+ "name": "Extract files",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:16:40Z",
+ "completed_at": "2024-09-02T07:16:40Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 7,
+ "started_at": "2024-09-02T07:16:40Z",
+ "completed_at": "2024-09-02T07:17:05Z"
+ },
+ {
+ "name": "Run profiler regression tests",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 8,
+ "started_at": "2024-09-02T07:17:05Z",
+ "completed_at": "2024-09-02T07:22:52Z"
+ },
+ {
+ "name": "Run /./.github/actions/slack-report",
+ "status": "completed",
+ "conclusion": "skipped",
+ "number": 9,
+ "started_at": "2024-09-02T07:22:53Z",
+ "completed_at": "2024-09-02T07:22:53Z"
+ },
+ {
+ "name": "Post Run /./.github/actions/install-python-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 16,
+ "started_at": "2024-09-02T07:22:53Z",
+ "completed_at": "2024-09-02T07:22:53Z"
+ },
+ {
+ "name": "Post Run tenstorrent-metal/metal-workflows/.github/actions/checkout-with-submodule-lfs@v2.0.0",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 17,
+ "started_at": "2024-09-02T07:22:57Z",
+ "completed_at": "2024-09-02T07:22:57Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 18,
+ "started_at": "2024-09-02T07:22:57Z",
+ "completed_at": "2024-09-02T07:22:57Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 19,
+ "started_at": "2024-09-02T07:22:53Z",
+ "completed_at": "2024-09-02T07:22:53Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29549973228",
+ "labels": [
+ "cloud-virtual-machine",
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 75,
+ "runner_name": "tt-metal-ci-vm-46",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29551057420,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFaDA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551057420",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551057420",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:19Z",
+ "started_at": "2024-09-02T07:43:24Z",
+ "completed_at": "2024-09-02T07:46:57Z",
+ "name": "eager-package-main / test-eager-package-host (ubuntu-20.04, grayskull)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:24Z",
+ "completed_at": "2024-09-02T07:43:24Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:43:27Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:43:28Z",
+ "completed_at": "2024-09-02T07:44:08Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:08Z",
+ "completed_at": "2024-09-02T07:44:13Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:13Z",
+ "completed_at": "2024-09-02T07:46:52Z"
+ },
+ {
+ "name": "Activate env and run release tests - host",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:46:53Z",
+ "completed_at": "2024-09-02T07:46:55Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:46:55Z",
+ "completed_at": "2024-09-02T07:46:55Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:46:55Z",
+ "completed_at": "2024-09-02T07:46:55Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551057420",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 117,
+ "runner_name": "GitHub Actions 36",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29551057881,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFb2Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551057881",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551057881",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:20Z",
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:47:15Z",
+ "name": "eager-package-main / test-eager-package-silicon (ubuntu-20.04, grayskull, E150)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:43:24Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:24Z",
+ "completed_at": "2024-09-02T07:43:56Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:43:56Z",
+ "completed_at": "2024-09-02T07:43:59Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:00Z",
+ "completed_at": "2024-09-02T07:44:18Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:18Z",
+ "completed_at": "2024-09-02T07:47:07Z"
+ },
+ {
+ "name": "Activate env and run release tests - silicon",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:47:08Z",
+ "completed_at": "2024-09-02T07:47:12Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:47:15Z",
+ "completed_at": "2024-09-02T07:47:15Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:47:15Z",
+ "completed_at": "2024-09-02T07:47:15Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:47:13Z",
+ "completed_at": "2024-09-02T07:47:13Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551057881",
+ "labels": [
+ "cloud-virtual-machine",
+ "E150",
+ "in-service"
+ ],
+ "runner_id": 55,
+ "runner_name": "tt-metal-ci-vm-4",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29551058224,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFdMA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551058224",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551058224",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:20Z",
+ "started_at": "2024-09-02T07:43:26Z",
+ "completed_at": "2024-09-02T07:47:28Z",
+ "name": "eager-package-main / test-eager-package-host (ubuntu-20.04, wormhole_b0)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:43:26Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:26Z",
+ "completed_at": "2024-09-02T07:43:29Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:43:29Z",
+ "completed_at": "2024-09-02T07:44:15Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:16Z",
+ "completed_at": "2024-09-02T07:44:23Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:23Z",
+ "completed_at": "2024-09-02T07:47:23Z"
+ },
+ {
+ "name": "Activate env and run release tests - host",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:47:23Z",
+ "completed_at": "2024-09-02T07:47:26Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:47:28Z",
+ "completed_at": "2024-09-02T07:47:28Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:47:26Z",
+ "completed_at": "2024-09-02T07:47:26Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551058224",
+ "labels": [
+ "ubuntu-20.04"
+ ],
+ "runner_id": 3,
+ "runner_name": "GitHub Actions 3",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29551058544,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFecA",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551058544",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551058544",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:21Z",
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:47:50Z",
+ "name": "eager-package-main / test-eager-package-silicon (ubuntu-20.04, wormhole_b0, N150)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:43:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:44:08Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:44:08Z",
+ "completed_at": "2024-09-02T07:44:10Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:10Z",
+ "completed_at": "2024-09-02T07:44:31Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:32Z",
+ "completed_at": "2024-09-02T07:47:41Z"
+ },
+ {
+ "name": "Activate env and run release tests - silicon",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:47:42Z",
+ "completed_at": "2024-09-02T07:47:47Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:47:50Z",
+ "completed_at": "2024-09-02T07:47:50Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:47:50Z",
+ "completed_at": "2024-09-02T07:47:50Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:47:47Z",
+ "completed_at": "2024-09-02T07:47:47Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551058544",
+ "labels": [
+ "cloud-virtual-machine",
+ "N150",
+ "in-service"
+ ],
+ "runner_id": 197,
+ "runner_name": "tt-metal-ci-vm-14",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29551058890,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFfyg",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551058890",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551058890",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:21Z",
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:46:27Z",
+ "name": "eager-package-main / test-eager-package-host (ubuntu-22.04, grayskull)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:24Z",
+ "completed_at": "2024-09-02T07:43:25Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:43:28Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:43:29Z",
+ "completed_at": "2024-09-02T07:44:02Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:02Z",
+ "completed_at": "2024-09-02T07:44:09Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:09Z",
+ "completed_at": "2024-09-02T07:46:22Z"
+ },
+ {
+ "name": "Activate env and run release tests - host",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:46:22Z",
+ "completed_at": "2024-09-02T07:46:25Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:46:27Z",
+ "completed_at": "2024-09-02T07:46:27Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:46:25Z",
+ "completed_at": "2024-09-02T07:46:25Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551058890",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 13,
+ "runner_name": "GitHub Actions 13",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ },
+ {
+ "id": 29551059181,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFg7Q",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551059181",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551059181",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:22Z",
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:47:49Z",
+ "name": "eager-package-main / test-eager-package-silicon (ubuntu-20.04, wormhole_b0, N300)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:23Z",
+ "completed_at": "2024-09-02T07:43:25Z"
+ },
+ {
+ "name": "Set up runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:44:08Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:44:09Z",
+ "completed_at": "2024-09-02T07:44:12Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:12Z",
+ "completed_at": "2024-09-02T07:44:31Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:31Z",
+ "completed_at": "2024-09-02T07:47:40Z"
+ },
+ {
+ "name": "Activate env and run release tests - silicon",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:47:40Z",
+ "completed_at": "2024-09-02T07:47:46Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 11,
+ "started_at": "2024-09-02T07:47:46Z",
+ "completed_at": "2024-09-02T07:47:46Z"
+ },
+ {
+ "name": "Complete runner",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:47:49Z",
+ "completed_at": "2024-09-02T07:47:49Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:47:46Z",
+ "completed_at": "2024-09-02T07:47:46Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551059181",
+ "labels": [
+ "cloud-virtual-machine",
+ "N300",
+ "in-service"
+ ],
+ "runner_id": 54,
+ "runner_name": "tt-metal-ci-vm-35",
+ "runner_group_id": 1,
+ "runner_group_name": "Default"
+ },
+ {
+ "id": 29551059447,
+ "run_id": 10662355710,
+ "workflow_name": "All post-commit tests",
+ "head_branch": "main",
+ "run_url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/runs/10662355710",
+ "run_attempt": 1,
+ "node_id": "CR_kwDOI9Wqc88AAAAG4WFh9w",
+ "head_sha": "a9bcd03b1775ab989aebab822ec2e4f821abac41",
+ "url": "https://api.github.com/repos/tenstorrent/tt-metal/actions/jobs/29551059447",
+ "html_url": "https://github.com/tenstorrent/tt-metal/actions/runs/10662355710/job/29551059447",
+ "status": "completed",
+ "conclusion": "success",
+ "created_at": "2024-09-02T07:43:22Z",
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:46:29Z",
+ "name": "eager-package-main / test-eager-package-host (ubuntu-22.04, wormhole_b0)",
+ "steps": [
+ {
+ "name": "Set up job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 1,
+ "started_at": "2024-09-02T07:43:25Z",
+ "completed_at": "2024-09-02T07:43:26Z"
+ },
+ {
+ "name": "Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 2,
+ "started_at": "2024-09-02T07:43:26Z",
+ "completed_at": "2024-09-02T07:43:29Z"
+ },
+ {
+ "name": "Run /./.github/actions/install-metal-deps",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 3,
+ "started_at": "2024-09-02T07:43:29Z",
+ "completed_at": "2024-09-02T07:44:01Z"
+ },
+ {
+ "name": "Run actions/download-artifact@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 4,
+ "started_at": "2024-09-02T07:44:02Z",
+ "completed_at": "2024-09-02T07:44:09Z"
+ },
+ {
+ "name": "Set up end-to-end tests environment",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 5,
+ "started_at": "2024-09-02T07:44:10Z",
+ "completed_at": "2024-09-02T07:46:21Z"
+ },
+ {
+ "name": "Activate env and run release tests - host",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 6,
+ "started_at": "2024-09-02T07:46:22Z",
+ "completed_at": "2024-09-02T07:46:24Z"
+ },
+ {
+ "name": "Post Run actions/checkout@v4",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 12,
+ "started_at": "2024-09-02T07:46:29Z",
+ "completed_at": "2024-09-02T07:46:29Z"
+ },
+ {
+ "name": "Complete job",
+ "status": "completed",
+ "conclusion": "success",
+ "number": 13,
+ "started_at": "2024-09-02T07:46:24Z",
+ "completed_at": "2024-09-02T07:46:25Z"
+ }
+ ],
+ "check_run_url": "https://api.github.com/repos/tenstorrent/tt-metal/check-runs/29551059447",
+ "labels": [
+ "ubuntu-22.04"
+ ],
+ "runner_id": 12,
+ "runner_name": "GitHub Actions 12",
+ "runner_group_id": 2,
+ "runner_group_name": "GitHub Actions"
+ }
+ ]
+}
diff --git a/infra/tests/data_collection/conftest.py b/infra/tests/data_collection/conftest.py
new file mode 100644
index 00000000000..f1bc5ce2426
--- /dev/null
+++ b/infra/tests/data_collection/conftest.py
@@ -0,0 +1,8 @@
+import pytest
+
+
+@pytest.fixture(scope="session")
+def workflow_run_gh_environment():
+ yield {
+ "github_event_name": "workflow_run",
+ }
diff --git a/infra/tests/data_collection/test_cicd.py b/infra/tests/data_collection/test_cicd.py
new file mode 100644
index 00000000000..04e31f8f595
--- /dev/null
+++ b/infra/tests/data_collection/test_cicd.py
@@ -0,0 +1,32 @@
+import pytest
+import pathlib
+
+from infra.data_collection.cicd import create_cicd_json_for_data_analysis
+
+
+def test_dummy():
+ pass
+
+
+def test_create_pipeline_json_with_passing_post_commit(workflow_run_gh_environment):
+ github_runner_environment = workflow_run_gh_environment
+ github_pipeline_json_filename = "tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow.json"
+ github_jobs_json_filename = (
+ "tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/workflow_jobs.json"
+ )
+
+ workflow_outputs_dir = pathlib.Path(
+ "tests/_data/data_collection/cicd/all_post_commit_passing_10662355710/"
+ ).resolve()
+ assert workflow_outputs_dir.is_dir()
+ assert workflow_outputs_dir.exists()
+
+ pipeline = create_cicd_json_for_data_analysis(
+ workflow_outputs_dir,
+ github_runner_environment,
+ github_pipeline_json_filename,
+ github_jobs_json_filename,
+ )
+
+ assert pipeline.github_pipeline_id == 10662355710
+ assert len(pipeline.jobs) == 99, "There should be 99 jobs according to github jobs API"
diff --git a/infra/tests/process.sh b/infra/tests/process.sh
new file mode 100755
index 00000000000..ddc25935faf
--- /dev/null
+++ b/infra/tests/process.sh
@@ -0,0 +1,40 @@
+#!/bin/bash
+
+# First step is to cut down the number of test reports
+# used
+# $ find . -type f -exec ls -l {} + | sort -k 5 -n | awk '{print $9}'
+# within artifacts/ dir to find which files were biggest, and representatively
+# chose a couple of reports
+
+# Ensure the target directory exists
+mkdir -p modified
+
+# Iterate over all .log files in the current directory
+for logfile in *.log; do
+ # Define the new filename and path
+ newfile="modified/$logfile"
+
+ # Create or overwrite the new file
+ > "$newfile"
+
+ # Get the total number of lines in the log file
+ total_lines=$(wc -l < "$logfile")
+
+ # Save the first 100 lines to the new file
+ head -n 100 "$logfile" >> "$newfile"
+
+ # Iterate through each line to find "UPLOAD-ARTIFACT-UUID" and save 50 lines before and after
+ grep -n "UPLOAD-ARTIFACT-UUID" "$logfile" | while IFS=: read -r line_number line_content; do
+ # Calculate the start and end line numbers for the 50 lines before and after
+ start=$((line_number > 50 ? line_number - 50 : 1))
+ end=$((line_number + 50 > total_lines ? total_lines : line_number + 50))
+
+ # Save this chunk of lines to the new file
+ sed -n "${start},${end}p" "$logfile" >> "$newfile"
+ done
+
+ # Save the last 100 lines to the new file
+ tail -n 100 "$logfile" >> "$newfile"
+
+ echo "[Info] Processed $logfile and saved to $newfile"
+done