You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@plc4x.apache.org by "Tomasz Urbaszek (Jira)" <ji...@apache.org> on 2020/02/23 12:19:00 UTC

[jira] [Updated] (PLC4X-178) Docker is not building

     [ https://issues.apache.org/jira/browse/PLC4X-178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomasz Urbaszek updated PLC4X-178:
----------------------------------
    Description: 
Running

{{docker builc -t plc4x .}}

 

results in the following error: 

{{{{➜ docker build -t plc4x .
Sending build context to Docker daemon  20.12MB
Step 1/35 : FROM azul/zulu-openjdk:8.42.0.21 as build
manifest for azul/zulu-openjdk:8.42.0.21 not found: manifest unknown: manifest unknown}}}}

{{}}

If I update the image tag to azul/zulu-openjdk:8.42.0.21 I get:

{{}}{{}}

{{[INFO] Total time: 7.287 s}}
{{ [INFO] Finished at: 2020-02-23T11:40:14Z}}
{{ [INFO] ------------------------------------------------------------------------}}
{{ [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (prerequisite-check) on project plc4x-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: java.io.IOException: Cannot run program "clang": error=2, No such file or directory -> [Help 1]}}
{{ [ERROR]}}
{{ [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.}}
{{ [ERROR] Re-run Maven using the -X switch to enable full debug logging.}}
{{ [ERROR]}}
{{ [ERROR] For more information about the errors and possible solutions, please read the following articles:}}
{{ [ERROR] [Help 1] [http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException]}}
{{ The command '/bin/sh -c ./mvnw -P with-sandbox,with-cpp,with-boost,with-dotnet,with-python,with-proxies,with-logstash install' returned a non-zero code: 1}}

  was:
Running

docker builc -t plc4x .

 

results in the following error:

[INFO] Total time: 7.287 s
[INFO] Finished at: 2020-02-23T11:40:14Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (prerequisite-check) on project plc4x-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: java.io.IOException: Cannot run program "clang": error=2, No such file or directory -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
The command '/bin/sh -c ./mvnw -P with-sandbox,with-cpp,with-boost,with-dotnet,with-python,with-proxies,with-logstash install' returned a non-zero code: 1


> Docker is not building
> ----------------------
>
>                 Key: PLC4X-178
>                 URL: https://issues.apache.org/jira/browse/PLC4X-178
>             Project: Apache PLC4X
>          Issue Type: Bug
>            Reporter: Tomasz Urbaszek
>            Priority: Major
>
> Running
> {{docker builc -t plc4x .}}
>  
> results in the following error: 
> {{{{➜ docker build -t plc4x .
> Sending build context to Docker daemon  20.12MB
> Step 1/35 : FROM azul/zulu-openjdk:8.42.0.21 as build
> manifest for azul/zulu-openjdk:8.42.0.21 not found: manifest unknown: manifest unknown}}}}
> {{}}
> If I update the image tag to azul/zulu-openjdk:8.42.0.21 I get:
> {{}}{{}}
> {{[INFO] Total time: 7.287 s}}
> {{ [INFO] Finished at: 2020-02-23T11:40:14Z}}
> {{ [INFO] ------------------------------------------------------------------------}}
> {{ [ERROR] Failed to execute goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute (prerequisite-check) on project plc4x-parent: Execution prerequisite-check of goal org.codehaus.gmaven:groovy-maven-plugin:2.1.1:execute failed: java.io.IOException: Cannot run program "clang": error=2, No such file or directory -> [Help 1]}}
> {{ [ERROR]}}
> {{ [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.}}
> {{ [ERROR] Re-run Maven using the -X switch to enable full debug logging.}}
> {{ [ERROR]}}
> {{ [ERROR] For more information about the errors and possible solutions, please read the following articles:}}
> {{ [ERROR] [Help 1] [http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException]}}
> {{ The command '/bin/sh -c ./mvnw -P with-sandbox,with-cpp,with-boost,with-dotnet,with-python,with-proxies,with-logstash install' returned a non-zero code: 1}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)