bipinbohara opened a new issue, #5517:
URL: https://github.com/apache/openwhisk/issues/5517

   <!--
   We use the issue tracker for bugs and feature requests. For general 
questions and discussion please use https://openwhisk.apache.org/slack.html or 
https://openwhisk.apache.org/community.html instead.
   
   Do NOT share passwords, credentials or other confidential information.
   
   Before creating a new issue, please check if there is one already open that
   fits the defect you are reporting.
   If you open an issue and realize later it is a duplicate of a pre-existing
   open issue, please close yours and add a comment to the other.
   
   Issues can be created for either defects or enhancement requests. If you are 
a committer than please add the labels "bug" or "feature". If you are not a 
committer please make clear in the comments which one it is, so that committers 
can add these labels later.
   
   If you are reporting a defect, please edit the issue description to include 
the
   information shown below.
   
   If you are reporting an enhancement request, please include information on 
what you are trying to achieve and why that enhancement would help you.
   
   For more information about reporting issues, see
   
https://github.com/apache/openwhisk/blob/master/CONTRIBUTING.md#raising-issues
   
   Use the commands below to provide key information from your environment:
   You do not have to include this information if this is a feature request.
   -->
   
   ## Environment details: Ubuntu 20.04
   
   * Ubuntu 20.04 (local deployment)
   * Docker version 27.3.1, build ce12230
   
   ## Steps to reproduce the issue:
   
   1.   ansible-playbook setup.yml
   2.   ansible-playbook prereq.yml
   3.   cd ~/openwhisk
   4.   ./gradlew distDocker
   
   
   ## Provide the expected results and outputs:
   
   ```
   ./gradlew distDocker command should go through without any errors
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   bipin@bipin:~/repos/openwhisk$ sudo ./gradlew distDocker
   Downloading https://services.gradle.org/distributions/gradle-7.0.2-bin.zip
   
..........10%...........20%...........30%..........40%...........50%...........60%..........70%...........80%...........90%..........100%
   
   Welcome to Gradle 7.0.2!
   
   Here are the highlights of this release:
    - File system watching enabled by default
    - Support for running with and building Java 16 projects
    - Native support for Apple Silicon processors
    - Dependency catalog feature preview
   
   For more details see https://docs.gradle.org/7.0.2/release-notes.html
   
   Starting a Gradle Daemon (subsequent builds will be faster)
   Build using Scala 2.12
   
   FAILURE: Build failed with an exception.
   
   * Where:
   Build file '/home/bipin/repos/openwhisk/tests/build.gradle' line: 23
   
   * What went wrong:
   Plugin [id: 'maven'] was not found in any of the following sources:
   
   - Gradle Core Plugins (not a core plugin, please see 
https://docs.gradle.org/7.0.2/userguide/standard_plugins.html for available 
core plugins)
   - Plugin Repositories (plugin dependency must include a version number for 
this source)
   
   * 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.
   
   * Get more help at https://help.gradle.org
   
   Deprecated Gradle features were used in this build, making it incompatible 
with Gradle 8.0.
   Use '--warning-mode all' to show the individual deprecation warnings.
   See 
https://docs.gradle.org/7.0.2/userguide/command_line_interface.html#sec:command_line_warnings
   
   BUILD FAILED in 18s
   
   WARNING: Error invoking build scan buildFinished action
           Cannot obtain value from provider of system property 
'idea.vendor.name' at configuration time.
   Use a provider returned by 'forUseAtConfigurationTime()' instead.
   
   ```
   
   ## Additional information you deem important:
   * issue happens only occasionally or under certain circumstances   
   * changes you did or observed in the environment
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to