I'm trying to publish the Zendesk Support connecto...
# contributing-to-airbyte
u
I'm trying to publish the Zendesk Support connector. CI is failing in the task buildSrcbuild (there are reference to other two connectors zendesk-talk and zoom-singer...? Any ideas?
Copy code
FAILURE: Build failed with an exception.


* Where:
Build file '/home/runner/work/airbyte/airbyte/airbyte-integrations/connectors/source-zendesk-talk/build.gradle' line: 2

* What went wrong:
An exception occurred applying plugin request [id: 'airbyte-python']
> Failed to apply plugin 'airbyte-python'.
   > A problem occurred configuring project ':airbyte-integrations:connectors:source-zoom-singer'.
      > Could not open cp_proj generic class cache for build file '/home/runner/work/airbyte/airbyte/airbyte-integrations/connectors/source-zoom-singer/build.gradle' (/home/runner/.gradle/caches/6.7.1/scripts/4ffd4lk4g399iqzx3xoc30xgr).
         > java.lang.StackOverflowError (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
u
I’m looking into it now
u
GL and zazmic reported the same problem for other connectors
u
oh ok
u
oh interestingly, explicitly specifying ubuntu-20.04 seemed to fix it
u
although this is not consistent
u
Any updates on this?
u
Davin published a change in the /publish command to use EC2 instances. @Oleksandr Bazarnov [GL] can you merge master and test?
u
Will try
c
@[DEPRECATED] Marcos Marx the issue is still there, I’ve merged with the latest master though, it’s the same as before, here is the link on run: https://github.com/airbytehq/airbyte/runs/2984020095?check_suite_focus=true
u
By the way, before /publish, we need to /test the connector, does the change relates to /test command as well?
u
As i see from the workflow file the
runs-on: ubuntu 20.4
was specified, as @Davin Chia (Airbyte) mentioned previously - it should resolve the issue, in this case the issue is not resolved, probably missing something, please check on your side if you can
u
Also the
./gradlew :airbyte-integrations:connectors:source-zoom:build
is proceed successfully on local machine, using my branch as well as
./gradlew :airbyte-integrations:connectors:source-zendesk-talk:build
u
hmmm this is strange
u
@Dmytro Tymoshok do you experiencing this issue as well with source-square connector?
u
I'm bumping some connectors version and all of them are having the problem. Also the front-end acceptance tests are having the same problem. I'm testing something here and soon come back to you if I have some good news
u
All right, thank you
u
@Oleksandr Bazarnov [GL] @[DEPRECATED] Marcos Marx Yes, still experiencing the same issue during /test command for source-square connector https://github.com/airbytehq/airbyte/runs/2986548385?check_suite_focus=true#step:10:54
Copy code
* What went wrong:
An exception occurred applying plugin request [id: 'airbyte-python']
> Failed to apply plugin 'airbyte-python'.
   > A problem occurred configuring project ':airbyte-integrations:connectors:source-zoom-singer'.
      > Could not open cp_proj generic class cache for build file '/home/runner/work/airbyte/airbyte/airbyte-integrations/connectors/source-zoom-singer/build.gradle' (/home/runner/.gradle/caches/6.7.1/scripts/4ffd4lk4g399iqzx3xoc30xgr).
         > java.lang.StackOverflowError (no error message)
u
@Oleksandr Bazarnov [GL] @Dmytro Tymoshok I just made a change to master that should solve this - can you try again?
u
The first /test run has errors like "pip command is not found" , but reruning went good https://github.com/airbytehq/airbyte/pull/4439#issuecomment-873939513