cloudfoundry / cloudfoundry/r-buildpack

Couldn't load r.yml

Open
#200 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

unscheduled
Dominant language
Go
Stars
9
Forks
25
PR merge metrics
No merged PRs in 30d

Description

What version of Cloud Foundry and CF CLI are you using? (i.e. What is the output of running cf curl /v2/info && cf version?

What version of the buildpack you are using?

1.0.10

If you were attempting to accomplish a task, what was it you were attempting to do?

Trying to install R 3.6.0 while deploy my java api that calls R scripts.

What did you expect to happen?

Calling r-buildpack to install r 3.6.0

What was the actual behavior?

Got an error message

[/tmp/buildpacks/562c0325bb200290e28ffb4968680fdb/dependencies/adf6498b52f8fca9f3214c7040ffd3a2/r-v3.6.0-cflinuxfs3-5d41d2a3.tgz]

      [31;1m**ERROR**[0m Couldn't load r.yml: open /tmp/app/r.yml: no such file or directory

Failed to run all supply scripts: exit status 14

Exit status 225

Cell ec28f3c7-36dc-4e3b-b727-8272c730643d stopping instance b4a47885-b009-4f0e-8c21-b9496c0c456e

Cell ec28f3c7-36dc-4e3b-b727-8272c730643d destroying container for instance b4a47885-b009-4f0e-8c21-b9496c0c456e

FAILED

Please confirm where necessary:

  • I have included a log output

  • My log includes an error message

  • I have included steps for reproduction

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

The failure occurs while installing R 3.6.0 from r-v3.6.0-cflinuxfs3-5d41d2a3.tgz and reports missing /tmp/app/r.yml during the supply scripts. Start by reproducing the deployment with buildpack 1.0.10 and inspect how r.yml is expected to be provided; done means the Java API deploys and its R scripts can run without this error.

Written by the indexing model from the issue text.

Assessment

Tech stack
r
Domain
build-system, devops
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.