Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bosh_exporter 3.6.0 compilation failing due to naming change #481

Closed
lodener opened this issue Sep 12, 2023 · 3 comments
Closed

bosh_exporter 3.6.0 compilation failing due to naming change #481

lodener opened this issue Sep 12, 2023 · 3 comments
Assignees

Comments

@lodener
Copy link

lodener commented Sep 12, 2023

Pre-3.5.0 assets were named following a bosh_exporter-version scheme, with 3.5.0 this seems to have changed to bosh_exporter_version (_ instead of -). With the bosh_exporter bump to 3.6.0 in the latest prometheus-boshrelease, compilation seems to be failing due to this change:

Error: Action Failed get_task: Task *** result: Compiling package bosh_exporter: Running packaging script: Running packaging script: Command exited with 1; Stdout: bosh_exporter_3.6.0.linux-amd64/NOTICE
bosh_exporter_3.6.0.linux-amd64/README.md
bosh_exporter_3.6.0.linux-amd64/bosh_exporter
, Stderr: + mkdir -p /var/vcap/packages/bosh_exporter/common

  • cp -a /var/vcap/data/compile/bosh_exporter/common/utils.sh /var/vcap/packages/bosh_exporter/common
  • mkdir -p /var/vcap/packages/bosh_exporter/bin
  • tar xzvf /var/vcap/data/compile/bosh_exporter/bosh_exporter/bosh_exporter-3.6.0.linux-amd64.tar.gz
  • cp -a '/var/vcap/data/compile/bosh_exporter/bosh_exporter-3.6.0.linux-amd64/' /var/vcap/packages/bosh_exporter/bin
    cp: cannot stat '/var/vcap/data/compile/bosh_exporter/bosh_exporter-3.6.0.linux-amd64/
    ': No such file or directory
@benjaminguttmann-avtq benjaminguttmann-avtq self-assigned this Sep 13, 2023
@benjaminguttmann-avtq
Copy link
Contributor

Hi @lodener ,

yes you are right. Thank you for pointing that out.
I expect there to be a new version of prometheus-boshrelease today, which will also include a fix for this issue.

@benjaminguttmann-avtq
Copy link
Contributor

Hi @lodener ,

version v29.4.0 should fix this issue.

@lodener
Copy link
Author

lodener commented Sep 13, 2023

Looks good, thanks for the quick response/fix @benjaminguttmann-avtq!

@lodener lodener closed this as completed Sep 13, 2023
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

No branches or pull requests

2 participants