Actions
Bug #4369
closed[Crunch] Unexpected backward incompatibility in run-command
Story points:
-
Description
in job: qr1hi-8i9sb-fm7d28agolgd6fs, im running run-command: 83a9390a05bbffc2e4ea95dd693af3ab3547fa12, a pretty recent version, but get an error when running rmake:
run-command: make
10/31/2014 11:38:31 AM compute17 1 task-print 0 mkdir -p Plots
10/31/2014 11:38:31 AM compute17 1 task-print 0 cp /rmake/rmake-1.0c/html/project_plots/index.php Plots
10/31/2014 11:38:31 AM compute17 1 task-print 0 cp /rmake/rmake-1.0c/html/project/index.php /tmp/crunch-job/output
10/31/2014 11:38:31 AM compute17 1 task-print 0 Rscript /rmake/rmake-1.0c/scripts/r/project_gc.r
10/31/2014 11:38:31 AM compute17 1 task-print 0 Loading required package: methods
10/31/2014 11:38:32 AM compute17 1 task-print 0 Error in eval(substitute(expr), data, enclos = parent.frame()) :
10/31/2014 11:38:32 AM compute17 1 task-print 0 numeric 'envir' arg not of length one
10/31/2014 11:38:32 AM compute17 1 task-print 0 Calls: with -> with.default -> eval
10/31/2014 11:38:32 AM compute17 1 task-print 0 Execution halted
10/31/2014 11:38:32 AM compute17 1 task-print 0 make: *** [Plots/gc_heatmap.pdf] Error 1
10/31/2014 11:38:32 AM compute17 1 task-print 0 run-command: completed with exit code 2 (failed)
whereas, in job qr1hi-8i9sb-nf3qk0xzwwz3lre, and I'm running a very old version: 462fbba4ab742a72a3cf057dc06610a51af6b0f0, the job is running fine (farther than the other job).
Just pointing out a weird thing i found where i expected a more recent version to work on an old pipeline.
Actions