Open ts-sean-foley opened 1 day ago
@ts-sean-foley nice to hear you're still using the extension! Would you be able to help me work out if it's this extension that's not playing well with others or xk6-chai that isn't playing well? Could you try a few other extensions as part of your build - one of the "output" ones would be helpful e.g. xk6-output-elasticsearch.
@ts-sean-foley nice to hear you're still using the extension! Would you be able to help me work out if it's this extension that's not playing well with others or xk6-chai that isn't playing well? Could you try a few other extensions as part of your build - one of the "output" ones would be helpful e.g. xk6-output-elasticsearch.
I can build an image with xk6-chai and xk6-output-elasticsearch together as well as an image with xk6-output-elasticsearch and xk6-output-timestream together. I also tried a build with all 3 which also fails with the same messaging.
I also tried a build with the combination of xk6-chai and a different output extension, xk6-output-opentelemetry and observed the same error pointing to undefined compiler things. So it is not isolated to xk6-chai and xk6-output-timestream.
Additionally, I have been able to reproduce this outside of docker just trying to build with xk6 build so this may reduce the complexity of troubleshooting. I appreciate your rapid response and am noting that this is more likely some issue with xk6-chai and compatibility in building with certain other extensions, so please close this issue as you see fit.
Cheers, Sean
This is a question and I understand if you can't or don't have the time to answer. I am trying to create a docker k6 image built with this and another extension ( https://github.com/szkiba/xk6-chai/issues/3#issue-2622214214 ) and the build fails when I try to build with both but not with either individual extension.
The error points to go.module issues with a compiler object there in that chai extension, but I wanted to ask you as you have been helpful in the past, and just in case there are some unintended interactions between parts of your extension code and the other I am trying to build with.
You can see the details of the Dockerfile and error in the issue I linked above.
Cheers.