Skip to content

Instantly share code, notes, and snippets.

@josephwinston
Created December 4, 2017 16:24
Show Gist options
  • Save josephwinston/59111d45c232f24fb489f4ef0cde7af8 to your computer and use it in GitHub Desktop.
Save josephwinston/59111d45c232f24fb489f4ef0cde7af8 to your computer and use it in GitHub Desktop.
fn build
Building image raej/jrest:0.0.1
Sending build context to Docker daemon 337.9kB
Step 1/12 : FROM fnproject/fn-java-fdk-build:latest as build-stage
latest: Pulling from fnproject/fn-java-fdk-build
bc95e04b23c0: Pull complete
3cbd22648d7b: Pull complete
689a1b344d36: Pull complete
21d8309ec350: Pull complete
c133b2f9ec79: Pull complete
3736776b7752: Pull complete
cd13b5d2bfb5: Pull complete
6ea5cfef258b: Pull complete
5e888488e399: Pull complete
c712bfa9287a: Pull complete
7496e2ea344f: Pull complete
2d244e0380ff: Pull complete
7f2ddf25b14b: Pull complete
bba80264bb0f: Pull complete
Digest: sha256:16bd188687405fb47d92057626b68abf3eb0426ec009193197eeeb04aeaaceae
Status: Downloaded newer image for fnproject/fn-java-fdk-build:latest
---> 97cd510a9af1
Step 2/12 : WORKDIR /function
---> c256d8ab1731
Removing intermediate container b4f8af96cf8f
Step 3/12 : ENV MAVEN_OPTS -Dhttp.proxyHost= -Dhttp.proxyPort= -Dhttps.proxyHost= -Dhttps.proxyPort= -Dhttp.nonProxyHosts= -Dmaven.repo.local=/usr/share/maven/ref/repository
---> Running in a16e3e5dcde7
---> 7d9b837bfe98
Removing intermediate container a16e3e5dcde7
Step 4/12 : ADD pom.xml /function/pom.xml
---> dc37484be309
Step 5/12 : COPY com /usr/share/maven/ref/repository/com
---> 4cb8111ff741
Step 6/12 : RUN mvn package dependency:copy-dependencies -DincludeScope=runtime -DskipTests=true -Dmdep.prependGroupId=true -DoutputDirectory=target --fail-never
---> Running in 464c12f02ea5
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.pom (10 kB at 17 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-compiler-plugin/3.1/maven-compiler-plugin-3.1.jar (43 kB at 1.3 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.pom (5.6 kB at 401 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.7/maven-deploy-plugin-2.7.jar (27 kB at 1.3 MB/s)
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building blogging-example 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/h2database/h2/1.4.196/h2-1.4.196.pom
Downloading from central: http://jcenter.bintray.com/com/h2database/h2/1.4.196/h2-1.4.196.pom
Downloaded from central: http://jcenter.bintray.com/com/h2database/h2/1.4.196/h2-1.4.196.pom (960 B at 5.6 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/api/1.0.42/api-1.0.42.pom
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/api/1.0.42/api-1.0.42.pom (1.2 kB at 2.4 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/fdk/1.0.42/fdk-1.0.42.pom
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/fdk/1.0.42/fdk-1.0.42.pom (4.5 kB at 12 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/testing/1.0.42/testing-1.0.42.pom
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/testing/1.0.42/testing-1.0.42.pom (2.0 kB at 4.7 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/runtime/1.0.42/runtime-1.0.42.pom
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/runtime/1.0.42/runtime-1.0.42.pom (3.4 kB at 7.5 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.pom
Downloading from central: http://jcenter.bintray.com/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.pom
Downloaded from central: http://jcenter.bintray.com/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.pom (1.1 kB at 8.8 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.pom (11 kB at 92 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/project/2.26/project-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/project/2.26/project-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/project/2.26/project-2.26.pom (86 kB at 438 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloading from central: http://jcenter.bintray.com/net/java/jvnet-parent/4/jvnet-parent-4.pom
Downloaded from central: http://jcenter.bintray.com/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 69 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-bom/2.5.0-b42/hk2-bom-2.5.0-b42.pom (16 kB at 129 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloading from central: http://jcenter.bintray.com/net/java/jvnet-parent/5/jvnet-parent-5.pom
Downloaded from central: http://jcenter.bintray.com/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 70 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.pom (9.8 kB at 77 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom
Downloading from central: http://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom
Downloaded from central: http://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.pom (30 kB at 254 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloading from central: http://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom
Downloaded from central: http://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.pom (13 kB at 112 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloading from central: http://jcenter.bintray.com/net/java/jvnet-parent/3/jvnet-parent-3.pom
Downloaded from central: http://jcenter.bintray.com/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 42 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.pom (6.5 kB at 52 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/external/2.5.0-b42/external-2.5.0-b42.pom (2.8 kB at 24 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-parent/2.5.0-b42/hk2-parent-2.5.0-b42.pom (42 kB at 360 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.pom (6.2 kB at 54 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/pom/8/pom-8.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/pom/8/pom-8.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/pom/8/pom-8.pom (11 kB at 81 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.pom (7.4 kB at 64 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.pom (6.8 kB at 56 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/media/project/2.26/project-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/media/project/2.26/project-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/media/project/2.26/project-2.26.pom (3.3 kB at 27 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloading from central: http://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom
Downloaded from central: http://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 68 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Downloading from central: http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom
Downloaded from central: http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.pom (2.8 kB at 25 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
Downloading from central: http://jcenter.bintray.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom
Downloaded from central: http://jcenter.bintray.com/org/slf4j/slf4j-parent/1.7.21/slf4j-parent-1.7.21.pom (14 kB at 120 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloading from central: http://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom
Downloaded from central: http://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.pom (4.3 kB at 37 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.pom
Downloading from central: http://jcenter.bintray.com/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.pom
Downloaded from central: http://jcenter.bintray.com/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.pom (1.0 kB at 7.7 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.pom (5.1 kB at 42 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.pom (4.5 kB at 37 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/ext/project/2.26/project-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/project/2.26/project-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/project/2.26/project-2.26.pom (4.0 kB at 33 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.pom
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.pom
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.pom (1.8 kB at 15 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.pom
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.pom
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-databind/2.8.4/jackson-databind-2.8.4.pom (5.4 kB at 47 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.pom
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.pom
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-core/2.8.4/jackson-core-2.8.4.pom (5.4 kB at 48 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.pom
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.pom
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.pom (3.6 kB at 30 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.pom (5.2 kB at 41 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/inject/project/2.26/project-2.26.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/project/2.26/project-2.26.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/project/2.26/project-2.26.pom (2.7 kB at 24 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.pom (7.9 kB at 67 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.pom (6.8 kB at 51 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.pom (4.6 kB at 36 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/inject/javax.inject/1/javax.inject-1.pom
Downloading from central: http://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.pom
Downloaded from central: http://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 5.0 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.pom (6.9 kB at 55 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom
Downloading from central: http://jcenter.bintray.com/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom
Downloaded from central: http://jcenter.bintray.com/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.pom (10 kB at 82 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/h2database/h2/1.4.196/h2-1.4.196.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/api/1.0.42/api-1.0.42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/testing/1.0.42/testing-1.0.42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/runtime/1.0.42/runtime-1.0.42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.jar
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/api/1.0.42/api-1.0.42.jar (27 kB at 53 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.jar
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/testing/1.0.42/testing-1.0.42.jar (76 kB at 132 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.jar
Downloaded from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/com/fnproject/fn/runtime/1.0.42/runtime-1.0.42.jar (105 kB at 178 kB/s)
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/javax/inject/javax.inject/1/javax.inject-1.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar
Downloading from fn-release-repo: https://dl.bintray.com/fnproject/fnproject/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar
Downloading from central: http://jcenter.bintray.com/com/h2database/h2/1.4.196/h2-1.4.196.jar
Downloading from central: http://jcenter.bintray.com/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.jar
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.jar
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-jaxb/2.26/jersey-media-jaxb-2.26.jar (72 kB at 315 kB/s)
Downloading from central: http://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-client/2.26/jersey-client-2.26.jar (181 kB at 706 kB/s)
Downloading from central: http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar
Downloaded from central: http://jcenter.bintray.com/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 168 kB/s)
Downloading from central: http://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar
Downloaded from central: http://jcenter.bintray.com/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar (41 kB at 108 kB/s)
Downloading from central: http://jcenter.bintray.com/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar
Downloaded from central: http://jcenter.bintray.com/com/google/code/findbugs/jsr305/3.0.1/jsr305-3.0.1.jar (20 kB at 39 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.jar
Downloaded from central: http://jcenter.bintray.com/org/slf4j/slf4j-simple/1.7.21/slf4j-simple-1.7.21.jar (11 kB at 21 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-server/2.26/jersey-server-2.26.jar (920 kB at 1.7 MB/s)
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/media/jersey-media-json-jackson/2.26/jersey-media-json-jackson-2.26.jar (61 kB at 96 kB/s)
Downloading from central: http://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/ext/jersey-entity-filtering/2.26/jersey-entity-filtering-2.26.jar (70 kB at 108 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.jar
Downloaded from central: http://jcenter.bintray.com/com/h2database/h2/1.4.196/h2-1.4.196.jar (1.8 MB at 2.6 MB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.jar
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/core/jackson-annotations/2.8.4/jackson-annotations-2.8.4.jar (56 kB at 75 kB/s)
Downloading from central: http://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar
Downloaded from central: http://jcenter.bintray.com/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.8.4/jackson-module-jaxb-annotations-2.8.4.jar (35 kB at 45 kB/s)
Downloading from central: http://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/inject/jersey-hk2/2.26/jersey-hk2-2.26.jar (62 kB at 81 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar
Downloaded from central: http://jcenter.bintray.com/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar (26 kB at 30 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/external/javax.inject/2.5.0-b42/javax.inject-2.5.0-b42.jar (6.0 kB at 6.5 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar
Downloaded from central: http://jcenter.bintray.com/javax/ws/rs/javax.ws.rs-api/2.1/javax.ws.rs-api-2.1.jar (128 kB at 140 kB/s)
Downloaded from central: http://jcenter.bintray.com/mysql/mysql-connector-java/6.0.6/mysql-connector-java-6.0.6.jar (2.0 MB at 2.2 MB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/osgi-resource-locator/1.0.1/osgi-resource-locator-1.0.1.jar (20 kB at 20 kB/s)
Downloading from central: http://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/external/aopalliance-repackaged/2.5.0-b42/aopalliance-repackaged-2.5.0-b42.jar (15 kB at 14 kB/s)
Downloading from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-api/2.5.0-b42/hk2-api-2.5.0-b42.jar (187 kB at 173 kB/s)
Downloading from central: http://jcenter.bintray.com/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar
Downloaded from central: http://jcenter.bintray.com/org/glassfish/jersey/core/jersey-common/2.26/jersey-common-2.26.jar (1.1 MB at 1.0 MB/s)
Downloaded from central: http://jcenter.bintray.com/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 2.2 kB/s)
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-locator/2.5.0-b42/hk2-locator-2.5.0-b42.jar (189 kB at 164 kB/s)
Downloaded from central: http://jcenter.bintray.com/org/glassfish/hk2/hk2-utils/2.5.0-b42/hk2-utils-2.5.0-b42.jar (135 kB at 114 kB/s)
Downloaded from central: http://jcenter.bintray.com/org/javassist/javassist/3.22.0-CR2/javassist-3.22.0-CR2.jar (738 kB at 496 kB/s)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 15.968 s
[INFO] Finished at: 2017-12-04T15:58:14Z
[INFO] Final Memory: 18M/457M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project blogging-example: Could not resolve dependencies for project com.fnproject.fn:blogging-example:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: com.jrestless.fnproject:jrestless-fnproject-core:jar:0.5.2-SNAPSHOT, com.jrestless.core:jrestless-core-container:jar:0.5.2-SNAPSHOT: Could not find artifact com.jrestless.fnproject:jrestless-fnproject-core:jar:0.5.2-SNAPSHOT -> [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/DependencyResolutionException
[INFO] Build failures were ignored.
---> 7601afee4000
Removing intermediate container 464c12f02ea5
Step 7/12 : ADD src /function/src
---> 47bab4863f43
Step 8/12 : RUN mvn package
---> Running in 7ca47b244b52
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building blogging-example 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.532 s
[INFO] Finished at: 2017-12-04T15:58:17Z
[INFO] Final Memory: 17M/483M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project blogging-example: Could not resolve dependencies for project com.fnproject.fn:blogging-example:jar:1.0-SNAPSHOT: The following artifacts could not be resolved: com.jrestless.fnproject:jrestless-fnproject-core:jar:0.5.2-SNAPSHOT, com.jrestless.core:jrestless-core-container:jar:0.5.2-SNAPSHOT: Could not find artifact com.jrestless.fnproject:jrestless-fnproject-core:jar:0.5.2-SNAPSHOT -> [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/DependencyResolutionException
The command 'mvn package' returned a non-zero code: 1
ERROR: error running docker build: exit status 1
jbw-osh-development:~/src/Remote/GIT/FN_PROJECT/fn-jrestless-example
@zootalures
Copy link

Hey - just looking at this now, looks like we need to bump a few dep versions,

@zootalures
Copy link

Fixed in PR fnproject/fn-jrestless-example#4 - just waiting for review.

Thanks for spotting this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment