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

Fix test flake: Cannot add default access-filter.json #6892

Open
jack-berg opened this issue Nov 18, 2024 · 2 comments
Open

Fix test flake: Cannot add default access-filter.json #6892

jack-berg opened this issue Nov 18, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@jack-berg
Copy link
Member

Example here: https://github.com/open-telemetry/opentelemetry-java/actions/runs/11899639702/job/33158699927?pr=6891

Execution failed for task ':integration-tests:graal-incubating:test'.
> Error while evaluating property 'jvmArgumentProviders.$3.agentOptions' of task ':integration-tests:graal-incubating:test'.
   > Failed to calculate the value of property 'agentOptions'.
      > Cannot add default access-filter.json
@jack-berg jack-berg added the Bug Something isn't working label Nov 18, 2024
@trask
Copy link
Member

trask commented Nov 19, 2024

cc @jeanbisutti in case you have any ideas

@jeanbisutti
Copy link
Member

The same error was sporadically seen in the Java instrumentation repository.

An issue has been created in the Native Build Tools repository with the root exception (FileAlreadyExistsException: /tmp/agent-config) : graalvm/native-build-tools#626. A fix seems to have been developed but not yet released.

To avoid this sporadic issue, you can downgrade the Native Build Tools dependency to 0.10.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants