what am trying to do :
we have setup a HPC Cluster with one master and worker nodes .
I am mentioning all the packages and tools required for the build in the .def file
Creating singularity container from it .
I have written script (script.sh) singularity image file path (.sif file) mentioning the build command ( ninja -C out/Release/ sbrowser_apk ) and submitting the job through SLURM Workload manager
command - sbatch script.sh
Build is running accross nodes.
whats the error iam getting:
sysroot=../../build/linux/debian_bullseye_amd64-sysroot -fvisibility-inlines-hidden -c ../../third_party/crashpad/crashpad/util/misc/scoped_forbid_return.cc -o clang_x64_v8_arm64/obj/third_party/crashpad/crashpad/util/util/scoped_forbid_return.o
error: unable to rename temporary 'clang_x64_v8_arm64/obj/third_party/crashpad/crashpad/util/util/scoped_forbid_return-7e36c41f.o.tmp' to output file 'clang_x64_v8_arm64/obj/third_party/crashpad/crashpad/util/util/scoped_forbid_return.o': 'No such file or directory'
1 error generated.
[263/45116] CXX clang_x64_v8_arm64/obj/third_party/perfetto/protos/perfetto/config/lite/scenario_config.pb.o
ninja: build stopped: subcommand failed.
every time iam getting the same error with different file names.
Please help if you have any suggestions or solutions.