https://linen.dev logo
o

Oleh Zorenko

02/18/2022, 9:24 AM
Hello 🙂 I’l trying to run
/test connector=connectors/source-chargebee
in this PR but I keep on getting an error in
:airbyte-integrations:bases:airbyte-protocol:generateProtocolClassFiles
(see details on screenshot). I pulled lates changes from
master
but still getting this error. Here is the link to failed check. Also I have few checks failing on that PR: • https://github.com/airbytehq/airbyte/runs/5245257875?check_suite_focus=true
Copy code
Execution failed for task ':airbyte-cdk:python:generateProtocolClassFiles'.
3727
> Process 'command 'bin/generate-protocol-files.sh'' finished with non-zero exit value 1
• https://github.com/airbytehq/airbyte/runs/5245259204?check_suite_focus=true
Copy code
Execution failed for task ':buildDockerImage-reporter'.
1312
> Could not build image: ADD failed: file not found in build context or excluded by .dockerignore: stat bin/airbyte-metrics-reporter-0.35.30-alpha.tar: file does not exist
• https://github.com/airbytehq/airbyte/runs/5245259013?check_suite_focus=true
Copy code
Execution failed for task ':buildDockerImage-reporter'.
940
> Could not build image: ADD failed: file not found in build context or excluded by .dockerignore: stat bin/airbyte-metrics-reporter-0.35.30-alpha.tar: file does not exist
• https://github.com/airbytehq/airbyte/runs/5245262023?check_suite_focus=true
Copy code
E: Could not get lock /var/lib/dpkg/lock-frontend. It is held by process 3660 (unattended-upgr)
29
E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?
• https://github.com/airbytehq/airbyte/runs/5245262222?check_suite_focus=true
Copy code
Execution failed for task ':buildDockerImage-reporter'.
933
> Could not build image: ADD failed: file not found in build context or excluded by .dockerignore: stat bin/airbyte-metrics-reporter-0.35.30-alpha.tar: file does not exist
it looks like master branch broken
it seems external dependency problem
So we just need to wait till they fix this or what?
sec I am chatting with team
we install datamodel-code-generator==0.10.1
but there is more fresh version datamodel-code-generator==0.11.19 which is ok
Nice. Who will create a PR with this fix?
I think it will be fixed in 30 min
I will update
Great. Could you please let me know once the fix is in master branch?
@Serhii Chvaliuk [GL] any updates?
It won’t be merged today, right?
I am not sure
as temp work-around
you can do such commit
to your branch