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

Release source code not found warnings for prometheus dependency #476

Open
albsch opened this issue May 27, 2022 · 0 comments
Open

Release source code not found warnings for prometheus dependency #476

albsch opened this issue May 27, 2022 · 0 comments
Labels
good first issue Issues that can probably be solved by people new to the Antidote codebase. question

Comments

@albsch
Copy link
Member

albsch commented May 27, 2022

rebar3 release generates the following warnings:

❯ ./rebar3 release
===> Verifying dependencies...
===> Analyzing applications...
===> Compiling vectorclock
===> Compiling antidote_crdt
===> Compiling antidote_stats
===> Compiling antidote_pb_codec
===> Compiling antidotec_pb
===> Compiling antidote
===> Assembling release antidote-0.2.2...
===> Warnings generating release:
*WARNING* prometheus: Source code not found: prometheus_boolean.erl
*WARNING* prometheus: Source code not found: prometheus_counter.erl
*WARNING* prometheus: Source code not found: prometheus_gauge.erl
*WARNING* prometheus: Source code not found: prometheus_histogram.erl
*WARNING* prometheus: Source code not found: prometheus_http.erl
*WARNING* prometheus: Source code not found: prometheus_mnesia.erl
*WARNING* prometheus: Source code not found: prometheus_mnesia_collector.erl
*WARNING* prometheus: Source code not found: prometheus_model.erl
*WARNING* prometheus: Source code not found: prometheus_model_helpers.erl
*WARNING* prometheus: Source code not found: prometheus_protobuf_format.erl
*WARNING* prometheus: Source code not found: prometheus_quantile_summary.erl
*WARNING* prometheus: Source code not found: prometheus_summary.erl
*WARNING* prometheus: Source code not found: prometheus_test_instrumenter.erl
*WARNING* prometheus: Source code not found: prometheus_text_format.erl
*WARNING* prometheus: Source code not found: prometheus_vm_dist_collector.erl
*WARNING* prometheus: Source code not found: prometheus_vm_memory_collector.erl
*WARNING* prometheus: Source code not found: prometheus_vm_msacc_collector.erl
*WARNING* prometheus: Source code not found: prometheus_vm_statistics_collector.erl
*WARNING* prometheus: Source code not found: prometheus_vm_system_info_collector.erl
*WARNING* public_key: Source code not found: 'OTP-PUB-KEY'.erl
*WARNING* public_key: Source code not found: 'PKCS-FRAME'.erl
===> Release successfully assembled: _build/default/rel/antidote

The files are included in the release though, the release is working fine, and metrics collection is working. Figure out why the warnings are created.

@albsch albsch added question good first issue Issues that can probably be solved by people new to the Antidote codebase. labels May 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Issues that can probably be solved by people new to the Antidote codebase. question
Projects
None yet
Development

No branches or pull requests

1 participant