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

Failing to build xk6-output-dynatrace using xk6 build #8

Open
pjotal opened this issue Jul 12, 2023 · 1 comment
Open

Failing to build xk6-output-dynatrace using xk6 build #8

pjotal opened this issue Jul 12, 2023 · 1 comment

Comments

@pjotal
Copy link

pjotal commented Jul 12, 2023

Describe the bug
Cannot successfully build this extension using xk6 build.

To Reproduce
Steps to reproduce the behavior:

  1. Run xk6 build --output "/tmp/k6" --with github.com/dynatrace/xk6-output-dynatrace

Expected behavior
Build is successful

Actual behavior
Build fails with the following message:

#0 40.11 go: downloading github.com/dynatrace/xk6-output-dynatrace v0.0.0-20230403173834-93c29c10f8aa
#0 40.36 go: github.com/dynatrace/[email protected]: parsing go.mod:
#0 40.36 	module declares its path as: github.com/Dynatrace/xk6-output-dynatrace
#0 40.36 	        but was required as: github.com/dynatrace/xk6-output-dynatrace
#0 40.37 2023/07/12 15:30:54 [INFO] Cleaning up temporary folder: /tmp/buildenv_2023-07-12-1530.1839432015
#0 40.37 2023/07/12 15:30:54 [FATAL] exit status 1

Screenshots
N/A

Desktop (please complete the following information):

Additional context
N/A

@pjotal pjotal changed the title Failing to build xk60output-dynatrace using xk6 build Failing to build xk6-output-dynatrace using xk6 build Jul 12, 2023
@agardnerIT
Copy link

Are you still having issues here? The D in Dynatrace is case sensitive. Try:

xk6 build --output "/tmp/k6" --with github.com/Dynatrace/xk6-output-dynatrace

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