Skip to content

Snakefile: mark compile_analysis as shadow: "full"#310

Closed
veprbl wants to merge 2 commits into
masterfrom
pr/compile_analysis_shadow_full
Closed

Snakefile: mark compile_analysis as shadow: "full"#310
veprbl wants to merge 2 commits into
masterfrom
pr/compile_analysis_shadow_full

Conversation

@veprbl
Copy link
Copy Markdown
Member

@veprbl veprbl commented May 29, 2026

Should help with failures:

Processing /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis.cxx+("results/vertexing_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_4/config.json")...
Info in <TUnixSystem::ACLiC>: creating shared library /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx.so
cc1plus: fatal error: /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx_ACLiC_dict.cxx: No such file or directory
compilation terminated.
/usr/bin/ld: cannot find /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx_ACLiC_dict.o: No such file or directory
collect2: error: ld returned 1 exit status

Briefly, what does this PR introduce? Please link to any relevant presentations or discussions.

What is the urgency of this PR?

  • High (please describe reason below)
  • Medium
  • Low

What kind of change does this PR introduce?

  • Bug fix (issue #__)
  • New feature (issue #__)
  • Optimization (issue #__)
  • Updated documentation
  • other: __

Please check if any of the following apply

  • This PR introduces breaking changes. Please describe changes users need to make below.
  • This PR changes default behavior. Please describe changes below.
  • AI was used in preparing this PR. Please describe usage below.

Should help with failures:
```
Processing /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis.cxx+("results/vertexing_performances_dis/epic_craterlake_tracking_only/pythia8NCDIS_18x275_minQ2=1_4/config.json")...
Info in <TUnixSystem::ACLiC>: creating shared library /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx.so
cc1plus: fatal error: /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx_ACLiC_dict.cxx: No such file or directory
compilation terminated.
/usr/bin/ld: cannot find /root/.cache/snakemake/snakemake/source-cache/runtime-cache/tmp76vifi70/file/builds/EIC/benchmarks/detector_benchmarks/benchmarks/tracking_performances_dis/analysis/vtx_dis_analysis_cxx_ACLiC_dict.o: No such file or directory
collect2: error: ld returned 1 exit status
```
Copilot AI review requested due to automatic review settings May 29, 2026 15:31
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the shared Snakemake compile_analysis rule to run ACLiC compilation in a full shadow directory, isolating ROOT-generated build artifacts and reducing failures from temporary/cache paths.

Changes:

  • Adds shadow: "full" to compile_analysis.
  • Keeps declared ACLiC outputs and container execution unchanged.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@veprbl veprbl closed this Jun 2, 2026
@veprbl veprbl deleted the pr/compile_analysis_shadow_full branch June 2, 2026 02:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants