Skip to content

refactor: Switch Examples digitization to DirectedProtoAxis#5421

Draft
andiwand wants to merge 5 commits into
acts-project:mainfrom
andiwand:ex-refactor-directedprotoaxis-for-digi
Draft

refactor: Switch Examples digitization to DirectedProtoAxis#5421
andiwand wants to merge 5 commits into
acts-project:mainfrom
andiwand:ex-refactor-directedprotoaxis-for-digi

Merge branch 'main' of github.com:acts-project/acts into ex-refactor-…

ab7032c
Select commit
Loading
Failed to load commit list.
ci-bridge / CI Bridge / detray_build_sycl failed Jun 8, 2026 in 1m 24s

GitLab CI: FAILED

This check triggered job acts/ci-bridge/76348507
in pipeline acts/ci-bridge/38896
Status: FAILED
Created at: 2026-06-08T07:56:28.929Z
Started at: 2026-06-08T07:56:30.976Z
Finished at: 2026-06-08T07:57:54.861Z

Details

Running with gitlab-runner 16.4.0 (6e766faf)
  on acts-gpu-ci-1 t3_bzAvsW, system ID: r_zO9zvpou11jf
section_start:1780905391:resolve_secrets
Resolving secrets
section_end:1780905391:resolve_secrets
section_start:1780905391:prepare_executor
Preparing the "docker" executor
Using Docker executor with image ghcr.io/acts-project/ubuntu2404_oneapi:81 ...
Pulling docker image ghcr.io/acts-project/ubuntu2404_oneapi:81 ...
Using docker image sha256:a0b65723e884db741759f0df269db6c5fe08f179c5b78fe97ea39dfcebbfa628 for ghcr.io/acts-project/ubuntu2404_oneapi:81 with digest
ghcr.io/acts-project/ubuntu2404_oneapi@sha256:561ff7242a834e8776c8792181f594dff6d02687a41831f2e125e3a807df4266 ...
section_end:1780905392:prepare_executor
section_start:1780905392:prepare_script
Preparing environment
Running on runner-t3bzavsw-project-132265-concurrent-0 via 59d8c6ef367a...
section_end:1780905393:prepare_script
section_start:1780905393:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Reinitialized existing Git repository in /builds/acts/ci-bridge/.git/
Checking out 12b1957a as detached HEAD (ref is main)...
Removing build/
Removing src/

Skipping Git submodules setup
section_end:1780905394:get_sources
section_start:1780905394:restore_cache
Restoring cache
Checking cache for ccache-detray_build_sycl-r2-acts-project_acts_ex-refactor-directedprotoaxis-for-digi-1-protected...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1780905394:restore_cache
section_start:1780905394:step_script
Executing "step_script" stage of the job script
Using docker image sha256:a0b65723e884db741759f0df269db6c5fe08f179c5b78fe97ea39dfcebbfa628 for ghcr.io/acts-project/ubuntu2404_oneapi:81 with digest
ghcr.io/acts-project/ubuntu2404_oneapi@sha256:561ff7242a834e8776c8792181f594dff6d02687a41831f2e125e3a807df4266 ...
$ git clone $CLONE_URL src
Cloning into 'src'...
$ git -C src checkout $HEAD_SHA
Note: switching to 'ab7032ce9d012af2458890755804bedc2af0b4ef'.

You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by switching back to a branch.

If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -c with the switch command. Example:

  git switch -c <new-branch-name>

Or undo this operation with:

  git switch -

Turn off this advice by setting config variable advice.detachedHead to false

HEAD is now at ab7032ce9 Merge branch 'main' of github.com:acts-project/acts into ex-refactor-directedprotoaxis-for-digi
$ source src/Detray/CI/ci_setup.sh SYCL
Setting up oneapi env for SYCL
 
:: initializing oneAPI environment ...
   bash: BASH_VERSION = 5.2.21(1)-release
   args: Using "$@" for setvars.sh arguments: --include-intel-llvm
:: compiler -- latest
:: debugger -- latest
:: dev-utilities -- latest
:: dpl -- latest
:: tbb -- latest
:: umf -- latest
:: oneAPI environment initialized ::
 
$ cmake --preset detray-gitlab-sycl-ci -S src/Detray -B build -DCMAKE_BUILD_TYPE=Release
Preset CMake variables:

  BUILD_TESTING="TRUE"
  CMAKE_CXX_COMPILER_LAUNCHER="ccache"
  DETRAY_ARRAY_PLUGIN="TRUE"
  DETRAY_BUILD_BENCHMARKS="FALSE"
  DETRAY_BUILD_CLI_TOOLS="FALSE"
  DETRAY_BUILD_HOST="FALSE"
  DETRAY_BUILD_INTEGRATIONTESTS="TRUE"
  DETRAY_BUILD_SYCL="TRUE"
  DETRAY_BUILD_TESTING="TRUE"
  DETRAY_BUILD_TUTORIALS="FALSE"
  DETRAY_BUILD_UNITTESTS="TRUE"
  DETRAY_CUSTOM_SCALARTYPE="float"
  DETRAY_EIGEN_PLUGIN="TRUE"
  DETRAY_FAIL_ON_WARNINGS="TRUE"
  DETRAY_FASTOR_PLUGIN="FALSE"
  DETRAY_SMATRIX_PLUGIN="FALSE"
  DETRAY_VC_AOS_PLUGIN="FALSE"
  DETRAY_VC_SOA_PLUGIN="FALSE"

-- The CXX compiler identification is IntelLLVM 2025.0.1
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /opt/intel/oneapi/compiler/2025.0/bin/compiler/clang++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for a CUDA compiler
-- Looking for a CUDA compiler - NOTFOUND
-- Building VecMem as part of the Detray project
-- Looking for a HIP compiler
-- Looking for a HIP compiler - NOTFOUND
-- Looking for a SYCL compiler
-- Looking for a SYCL compiler - /opt/intel/oneapi/compiler/2025.0/bin/compiler/clang++
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY
-- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR
-- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success
-- Performing Test VECMEM_HAVE_VISIBILITY_MS_COMPAT
-- Performing Test VECMEM_HAVE_VISIBILITY_MS_COMPAT - Success
-- Performing Test VECMEM_SUPPORT_POSIX_ATOMIC_REF
-- Performing Test VECMEM_SUPPORT_POSIX_ATOMIC_REF - Success
-- The SYCL compiler identification is IntelLLVM 2025.0.1
-- Check for working SYCL compiler: /opt/intel/oneapi/compiler/2025.0/bin/compiler/clang++
-- Check for working SYCL compiler: /opt/intel/oneapi/compiler/2025.0/bin/compiler/clang++ - works
-- Performing Test VECMEM_HAVE_SYCL_EXT_ONEAPI_PRINTF
-- Performing Test VECMEM_HAVE_SYCL_EXT_ONEAPI_PRINTF - Success
-- Performing Test VECMEM_HAVE_SYCL_ONEAPI_PRINTF
-- Performing Test VECMEM_HAVE_SYCL_ONEAPI_PRINTF - Failed
-- Performing Test VECMEM_HAVE_SYCL_ATOMIC_REF
-- Performing Test VECMEM_HAVE_SYCL_ATOMIC_REF - Success
-- Performing Test VECMEM_HAVE_PMR_MEMORY_RESOURCE
-- Performing Test VECMEM_HAVE_PMR_MEMORY_RESOURCE - Success
-- Using memory resource types from the std::pmr namespace
-- Performing Test VECMEM_HAVE_DEFAULT_RESOURCE
-- Performing Test VECMEM_HAVE_DEFAULT_RESOURCE - Success
-- Performing Test VECMEM_HAVE_LZCNT_U64
-- Performing Test VECMEM_HAVE_LZCNT_U64 - Failed
-- Performing Test VECMEM_HAVE_BUILTIN_CLZL
-- Performing Test VECMEM_HAVE_BUILTIN_CLZL - Success
-- Looking for std::aligned_alloc
-- Looking for std::aligned_alloc - found
-- Performing Test VECMEM_HAVE_SYCL_VISIBILITY_MS_COMPAT
-- Performing Test VECMEM_HAVE_SYCL_VISIBILITY_MS_COMPAT - Success
-- Performing Test VECMEM_HAVE_SYCL_ASSERT
-- Performing Test VECMEM_HAVE_SYCL_ASSERT - Success
-- Performing Test VECMEM_HAVE_SYCL_MEMSET
-- Performing Test VECMEM_HAVE_SYCL_MEMSET - Success
-- Performing Test VECMEM_HAVE_SYCL_LOCAL_ACCESSOR
-- Performing Test VECMEM_HAVE_SYCL_LOCAL_ACCESSOR - Success
-- Building nlohmann_json as part of the detray project
-- Using the multi-header code from /builds/acts/ci-bridge/build/_deps/nlohmann_json-src/include/
-- Building Eigen3 as part of the Detray project
CMake Warning (dev) at /usr/share/cmake-3.28/Modules/FetchContent.cmake:1331 (message):
  The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is
  not set.  The policy's OLD behavior will be used.  When using a URL
  download, the timestamps of extracted files should preferably be that of
  the time of extraction, otherwise code that depends on the extracted
  contents might not be rebuilt if the URL changes.  The OLD behavior
  preserves the timestamps from the archive instead, but this is usually not
  what you want.  Update your project to the NEW behavior or specify the
  DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this
  robustness issue.
Call Stack (most recent call first):
  extern/eigen3/CMakeLists.txt:39 (FetchContent_Declare)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- The C compiler identification is IntelLLVM 2025.0.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /opt/intel/oneapi/compiler/2025.0/bin/compiler/clang - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11
-- Performing Test EIGEN_COMPILER_SUPPORT_CPP11 - Success
-- Performing Test COMPILER_SUPPORT_std=cpp03
-- Performing Test COMPILER_SUPPORT_std=cpp03 - Success
-- Performing Test standard_math_library_linked_to_automatically
-- Performing Test standard_math_library_linked_to_automatically - Success
-- Standard libraries to link to explicitly: none
-- Performing Test COMPILER_SUPPORT_WERROR
-- Performing Test COMPILER_SUPPORT_WERROR - Success
-- Performing Test COMPILER_SUPPORT_pedantic
-- Performing Test COMPILER_SUPPORT_pedantic - Success
-- Performing Test COMPILER_SUPPORT_Wall
-- Performing Test COMPILER_SUPPORT_Wall - Success
-- Performing Test COMPILER_SUPPORT_Wextra
-- Performing Test COMPILER_SUPPORT_Wextra - Success
-- Performing Test COMPILER_SUPPORT_Wundef
-- Performing Test COMPILER_SUPPORT_Wundef - Success
-- Performing Test COMPILER_SUPPORT_Wcastalign
-- Performing Test COMPILER_SUPPORT_Wcastalign - Success
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts
-- Performing Test COMPILER_SUPPORT_Wcharsubscripts - Success
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor
-- Performing Test COMPILER_SUPPORT_Wnonvirtualdtor - Success
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs
-- Performing Test COMPILER_SUPPORT_Wunusedlocaltypedefs - Success
-- Performing Test COMPILER_SUPPORT_Wpointerarith
-- Performing Test COMPILER_SUPPORT_Wpointerarith - Success
-- Performing Test COMPILER_SUPPORT_Wwritestrings
-- Performing Test COMPILER_SUPPORT_Wwritestrings - Success
-- Performing Test COMPILER_SUPPORT_Wformatsecurity
-- Performing Test COMPILER_SUPPORT_Wformatsecurity - Success
-- Performing Test COMPILER_SUPPORT_Wshorten64to32
-- Performing Test COMPILER_SUPPORT_Wshorten64to32 - Success
-- Performing Test COMPILER_SUPPORT_Wlogicalop
-- Performing Test COMPILER_SUPPORT_Wlogicalop - Failed
-- Performing Test COMPILER_SUPPORT_Wenumconversion
-- Performing Test COMPILER_SUPPORT_Wenumconversion - Success
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions
-- Performing Test COMPILER_SUPPORT_Wcpp11extensions - Success
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion
-- Performing Test COMPILER_SUPPORT_Wdoublepromotion - Success
-- Performing Test COMPILER_SUPPORT_Wshadow
-- Performing Test COMPILER_SUPPORT_Wshadow - Success
-- Performing Test COMPILER_SUPPORT_Wnopsabi
-- Performing Test COMPILER_SUPPORT_Wnopsabi - Success
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros
-- Performing Test COMPILER_SUPPORT_Wnovariadicmacros - Success
-- Performing Test COMPILER_SUPPORT_Wnolonglong
-- Performing Test COMPILER_SUPPORT_Wnolonglong - Success
-- Performing Test COMPILER_SUPPORT_fnochecknew
-- Performing Test COMPILER_SUPPORT_fnochecknew - Success
-- Performing Test COMPILER_SUPPORT_fnocommon
-- Performing Test COMPILER_SUPPORT_fnocommon - Failed
-- Performing Test COMPILER_SUPPORT_fstrictaliasing
-- Performing Test COMPILER_SUPPORT_fstrictaliasing - Failed
-- Performing Test COMPILER_SUPPORT_wd981
-- Performing Test COMPILER_SUPPORT_wd981 - Failed
-- Performing Test COMPILER_SUPPORT_wd2304
-- Performing Test COMPILER_SUPPORT_wd2304 - Failed
-- Performing Test COMPILER_SUPPORT_STRICTANSI
-- Performing Test COMPILER_SUPPORT_STRICTANSI - Failed
-- Performing Test COMPILER_SUPPORT_Qunusedarguments
-- Performing Test COMPILER_SUPPORT_Qunusedarguments - Failed
-- Performing Test COMPILER_SUPPORT_ansi
-- Performing Test COMPILER_SUPPORT_ansi - Failed
-- Performing Test COMPILER_SUPPORT_OPENMP
-- Performing Test COMPILER_SUPPORT_OPENMP - Success
-- Found unsuitable Qt version "" from NOTFOUND
-- Looking for a Fortran compiler
-- Looking for a Fortran compiler - NOTFOUND
-- Found unsuitable Qt version "" from NOTFOUND
-- Qt4 not found, so disabling the mandelbrot and opengl demos
-- Could NOT find CHOLMOD (missing: CHOLMOD_INCLUDES CHOLMOD_LIBRARIES) 
-- Could NOT find UMFPACK (missing: UMFPACK_INCLUDES UMFPACK_LIBRARIES) 
-- Could NOT find KLU (missing: KLU_INCLUDES KLU_LIBRARIES) 
-- Could NOT find SuperLU (missing: SUPERLU_INCLUDES SUPERLU_LIBRARIES SUPERLU_VERSION_OK) (Required is at least version "4.0")
-- Checking for one of the modules 'hwloc'
-- Looking for hwloc_topology_init
-- Looking for hwloc_topology_init - found
-- Performing Test HAVE_HWLOC_PARENT_MEMBER
-- Performing Test HAVE_HWLOC_PARENT_MEMBER - Failed
-- Performing Test HAVE_HWLOC_CACHE_ATTR
-- Performing Test HAVE_HWLOC_CACHE_ATTR - Failed
-- Performing Test HAVE_HWLOC_OBJ_PU
-- Performing Test HAVE_HWLOC_OBJ_PU - Failed
-- Looking for hwloc_bitmap_free in /opt/intel/oneapi/tcm/1.2/lib/libhwloc.so
-- Looking for hwloc_bitmap_free in /opt/intel/oneapi/tcm/1.2/lib/libhwloc.so - found
-- A version of Pastix has been found but pastix_nompi.h does not exist in the include directory. Because Eigen tests require a version without MPI,
we disable the Pastix backend.
-- 
-- Configured Eigen 3.4.0
-- 
-- Available targets (use: make TARGET):
-- ---------+--------------------------------------------------------------
-- Target   |   Description
-- ---------+--------------------------------------------------------------
-- install  | Install Eigen. Headers will be installed to:
--          |     <CMAKE_INSTALL_PREFIX>/<INCLUDE_INSTALL_DIR>
--          |   Using the following values:
--          |     CMAKE_INSTALL_PREFIX: /usr/local
--          |     INCLUDE_INSTALL_DIR:  include/eigen3
--          |   Change the install location of Eigen headers using:
--          |     cmake . -DCMAKE_INSTALL_PREFIX=yourprefix
--          |   Or:
--          |     cmake . -DINCLUDE_INSTALL_DIR=yourdir
-- doc      | Generate the API documentation, requires Doxygen & LaTeX
-- blas     | Build BLAS library (not the same thing as Eigen)
-- uninstall| Remove files installed by the install target
-- ---------+--------------------------------------------------------------
-- 
-- Building actsvg as part of the Detray project
[ 11%] Creating directories for 'actsvg-populate'
[ 22%] Performing download step (download, verify and extract) for 'actsvg-populate'
-- Downloading...
   dst='/builds/acts/ci-bridge/build/_deps/actsvg-subbuild/actsvg-populate-prefix/src/v0.4.57.tar.gz'
   timeout='none'
   inactivity timeout='none'
-- Using src='https://github.com/acts-project/actsvg/archive/refs/tags/v0.4.57.tar.gz'
-- [download 0% complete]
CMake Error at actsvg-subbuild/actsvg-populate-prefix/src/actsvg-populate-stamp/download-actsvg-populate.cmake:170 (message):
  Each download failed!

    error: downloading 'https://github.com/acts-project/actsvg/archive/refs/tags/v0.4.57.tar.gz' failed
          status_code: 22
          status_string: "HTTP response code said error"
          log:
          --- LOG BEGIN ---
          Host github.com:443 was resolved.

  IPv6: (none)

  IPv4: 140.82.121.4

    Trying 140.82.121.4:443...

  Connected to github.com (140.82.121.4) port 443

  ALPN: curl offers h2,http/1.1

  [5 bytes data]

  TLSv1.3 (OUT), TLS handshake, Client hello (1):

  [512 bytes data]

  [5 bytes data]

  TLSv1.3 (IN), TLS handshake, Server hello (2):

  [122 bytes data]

  [5 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, Encrypted Extensions (8):

  [19 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, Certificate (11):

  [2742 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, CERT verify (15):

  [78 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, Finished (20):

  [36 bytes data]

  [5 bytes data]

  TLSv1.3 (OUT), TLS change cipher, Change cipher spec (1):

  [1 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (OUT), TLS handshake, Finished (20):

  [36 bytes data]

  SSL connection using TLSv1.3 / TLS_AES_128_GCM_SHA256 / X25519 /
  id-ecPublicKey

  ALPN: server accepted h2

  Server certificate:

   subject: CN=github.com
   start date: May  5 00:00:00 2026 GMT
   expire date: Aug  2 23:59:59 2026 GMT
   subjectAltName: host "github.com" matched cert's "github.com"
   issuer: C=GB; O=Sectigo Limited; CN=Sectigo Public Server Authentication CA DV E36
   SSL certificate verify result: unable to get local issuer certificate (20), continuing anyway.
    Certificate level 0: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA256
    Certificate level 1: Public key type EC/prime256v1 (256/128 Bits/secBits), signed using ecdsa-with-SHA384
    Certificate level 2: Public key type EC/secp384r1 (384/192 Bits/secBits), signed using ecdsa-with-SHA384

  [5 bytes data]

  [1 bytes data]

  using HTTP/2

  [HTTP/2] [1] OPENED stream for
  https://github.com/acts-project/actsvg/archive/refs/tags/v0.4.57.tar.gz

  [HTTP/2] [1] [:method: GET]

  [HTTP/2] [1] [:scheme: https]

  [HTTP/2] [1] [:authority: github.com]

  [HTTP/2] [1] [:path: /acts-project/actsvg/archive/refs/tags/v0.4.57.tar.gz]

  [HTTP/2] [1] [user-agent: curl/8.5.0]

  [HTTP/2] [1] [accept: */*]

  [5 bytes data]

  [1 bytes data]

  GET /acts-project/actsvg/archive/refs/tags/v0.4.57.tar.gz HTTP/2

  Host: github.com

  User-Agent: curl/8.5.0

  Accept: */*

  

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

  [57 bytes data]

  [5 bytes data]

  [1 bytes data]

  TLSv1.3 (IN), TLS handshake, Newsession Ticket (4):

  [57 bytes data]

  old SSL session ID is stale, removing

  [5 bytes data]

  [1 bytes data]

  [5 bytes data]

  [1 bytes data]

  [5 bytes data]

  [1 bytes data]

  HTTP/2 504 

  content-length: 92

  cache-control: no-cache

  content-type: text/html

  date: Mon, 08 Jun 2026 07:57:51 GMT

  x-github-request-id: E536:2FA856:2B0B3FB:2255BDB:6A2675F4

  x-frame-options: DENY

  strict-transport-security: max-age=31536000; includeSubDomains; preload

  The requested URL returned error: 504

  Connection #0 to host github.com left intact



          --- LOG END ---
          
    


gmake[2]: *** [CMakeFiles/actsvg-populate.dir/build.make:100: actsvg-populate-prefix/src/actsvg-populate-stamp/actsvg-populate-download] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:83: CMakeFiles/actsvg-populate.dir/all] Error 2
gmake: *** [Makefile:91: all] Error 2

CMake Error at /usr/share/cmake-3.28/Modules/FetchContent.cmake:1679 (message):
  Build step for actsvg failed: 2
Call Stack (most recent call first):
  /usr/share/cmake-3.28/Modules/FetchContent.cmake:1819:EVAL:2 (__FetchContent_directPopulate)
  /usr/share/cmake-3.28/Modules/FetchContent.cmake:1819 (cmake_language)
  /usr/share/cmake-3.28/Modules/FetchContent.cmake:2033 (FetchContent_Populate)
  extern/actsvg/CMakeLists.txt:50 (FetchContent_MakeAvailable)


-- Configuring incomplete, errors occurred!
section_end:1780905472:step_script
section_start:1780905472:archive_cache_on_failure
Saving cache for failed job
Creating cache ccache-detray_build_sycl-r2-acts-project_acts_ex-refactor-directedprotoaxis-for-digi-1-protected...
WARNING: /builds/acts/ci-bridge/ccache: no matching files. Ensure that the artifact path is relative to the working directory (/builds/acts/ci-bridge)
No URL provided, cache will not be uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1780905472:archive_cache_on_failure
section_start:1780905472:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1780905473:cleanup_file_variables
ERROR: Job failed: exit code 1