You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/04/21 17:02:38 UTC

[GitHub] [openwhisk] Heersin opened a new issue #4888: ow

Heersin opened a new issue #4888:
URL: https://github.com/apache/openwhisk/issues/4888


   <!--
   We use the issue tracker for bugs and feature requests. For general questions and discussion please use http://slack.openwhisk.org/ or https://openwhisk.apache.org/contact.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:
   
   * local deployment, native ubuntu, Mac OS, Kubernetes, ...
   * version of docker, ubuntu, ...
   
   ## Steps to reproduce the issue:
   
   1.   
   2.   
   3.   
   
   
   ## Provide the expected results and outputs:
   
   ```
   output comes here
   ```
   
   
   ## Provide the actual results and outputs:
   
   ```
   output comes here
   ```
   
   ## 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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Heersin commented on issue #4888: ow-utils build fail

Posted by GitBox <gi...@apache.org>.
Heersin commented on issue #4888:
URL: https://github.com/apache/openwhisk/issues/4888#issuecomment-622763791


   It's a network issue, I resolved this problem by building my own docker of ow-utils.
   I fork openwhisk and modified some file -> https://github.com/Heersin/openwhisk


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [openwhisk] Heersin commented on issue #4888: ow-utils build fail

Posted by GitBox <gi...@apache.org>.
Heersin commented on issue #4888:
URL: https://github.com/apache/openwhisk/issues/4888#issuecomment-617295597


   During the github issue crash, I ran ./gradlew distDocker --debug and got more hints about this question, may be a network error ?
   
   ```
   09:05:51.857 [QUIET] [system.out] Step 1/18 : FROM adoptopenjdk/openjdk8:jdk8u191-b12
   09:05:51.859 [QUIET] [system.out]  ---> 3cb5e184b742
   09:05:51.867 [QUIET] [system.out] Step 2/18 : ENV DOCKER_VERSION 1.12.0
   09:05:51.869 [QUIET] [system.out]  ---> Using cache
   09:05:51.870 [QUIET] [system.out]  ---> 5b34f630228d
   09:05:51.870 [QUIET] [system.out] Step 3/18 : ENV KUBECTL_VERSION v1.16.3
   09:05:51.872 [QUIET] [system.out]  ---> Using cache
   09:05:51.872 [QUIET] [system.out]  ---> 5ed60a773788
   09:05:51.873 [QUIET] [system.out] Step 4/18 : ENV WHISK_CLI_VERSION latest
   09:05:51.874 [QUIET] [system.out]  ---> Using cache
   09:05:51.875 [QUIET] [system.out]  ---> 9f7bc351cb4b
   09:05:51.875 [QUIET] [system.out] Step 5/18 : ENV WHISKDEPLOY_CLI_VERSION latest
   09:05:51.877 [QUIET] [system.out]  ---> Using cache
   09:05:51.877 [QUIET] [system.out]  ---> 7930fc840002
   09:05:51.878 [QUIET] [system.out] Step 6/18 : RUN apt-get update && apt-get install -y   git   libffi-dev   nodejs   npm   python   python-pip   wget   zip && rm -rf /var/lib/apt/lists/*
   09:05:52.478 [QUIET] [system.out]  ---> Running in ac76902e8cf5
   ```
   
   then(sorry for no screenshot , I would attach it once github upload works) 
   ```
   Failed to fetch http://security.ubuntu.com/dists/bionic-security...:could not connect to security.ubuntu.com:80(91.189.88.142)
   Failed to fetch http://security.ubuntu.com/dists/bionic-security...:could not connect to security.ubuntu.com:80(91.189.88.142)
   ....[More Failed]
   unable to locate package git...
   ...[More unable to locate]
   ```


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org