Skip to content

feat: compute LTAN #1849

feat: compute LTAN

feat: compute LTAN #1849

Triggered via pull request September 24, 2024 18:23
Status Failure
Total duration 2m 18s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

build-test.yml

on: pull_request
Prepare Environment Variables
31s
Prepare Environment Variables
Build Development Image  /  Build Development Image
1m 31s
Build Development Image / Build Development Image
Test  /  Check C++ Format
Test / Check C++ Format
Test  /  Check Python Format
Test / Check Python Format
Test  /  Run C++ Unit Tests
Test / Run C++ Unit Tests
Test  /  Run Python Unit Tests
Test / Run Python Unit Tests
Benchmark and Validate  /  Benchmark C++
Benchmark and Validate / Benchmark C++
Benchmark and Validate  /  Run C++ Validation Tests
Benchmark and Validate / Run C++ Validation Tests
Package  /  Build Documentation
Package / Build Documentation
Matrix: Package / Build C++ Package
Waiting for pending jobs
Matrix: Package / Build Python Package
Waiting for pending jobs
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Build Development Image / Build Development Image
buildx failed with: ERROR: failed to solve: process "/bin/sh -c mkdir -p /tmp/open-space-toolkit-physics && cd /tmp/open-space-toolkit-physics && export LATEST_PATCH_OF_MINOR=$(jq -r .[-1].ref versions.json | cut -d \"/\" -f3) && export PACKAGE_PLATFORM=$(if [ ${TARGETPLATFORM} = \"linux/amd64\" ]; then echo \"x86_64\"; elif [ ${TARGETPLATFORM} = \"linux/arm64\" ]; then echo \"aarch64\"; else echo \"Unknown platform\" && exit 1; fi;) && wget --quiet https://github.com/open-space-collective/open-space-toolkit-physics/releases/download/${LATEST_PATCH_OF_MINOR}/open-space-toolkit-physics-${LATEST_PATCH_OF_MINOR}-1.${PACKAGE_PLATFORM}-runtime.deb && wget --quiet https://github.com/open-space-collective/open-space-toolkit-physics/releases/download/${LATEST_PATCH_OF_MINOR}/open-space-toolkit-physics-${LATEST_PATCH_OF_MINOR}-1.${PACKAGE_PLATFORM}-devel.deb && apt-get install -y ./*.deb && rm -rf /tmp/open-space-toolkit-physics" did not complete successfully: exit code: 8
Prepare Environment Variables
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build Development Image / Build Development Image
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, docker/setup-buildx-action@v2, docker/login-action@v2, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/