SuccessConsole Output

Started by GitLab push by Alex Muravya
Lightweight checkout support not available, falling back to full checkout.
Checking out git https://gitlab.com/yasys/db-aware-openjdk.git into /var/lib/jenkins/workspace/DBAwareOpenJDK@script to read Jenkinsfile
using credential yabot-gitlab
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/db-aware-openjdk.git # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/db-aware-openjdk.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials YaBot gitlab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/db-aware-openjdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/fileenv, since it originates from another repository
Seen branch in repository origin/fileenv
Seen branch in repository origin/master
Seen 2 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision 86a505796919bef3233b2ffacb71b0226448b15a (origin/fileenv)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 86a505796919bef3233b2ffacb71b0226448b15a # timeout=10
Commit message: "Update file_env"
 > /usr/bin/git rev-list --no-walk a0de03058842ecb8fb53466a82f6ccacb982a543 # timeout=10
Running in Durability level: MAX_SURVIVABILITY
Loading library common-pipe@2.3.4
Attempting to resolve 2.3.4 from remote references...
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git ls-remote -h https://gitlab.com/yasys/common-pipe.git # timeout=10
Could not find 2.3.4 in remote references. Pulling heads to local for deep search...
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Setting origin to https://gitlab.com/yasys/common-pipe.git
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching origin...
Fetching upstream changes from origin
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git config --get remote.origin.url # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --tags --progress origin +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git rev-parse 2.3.4^{commit} # timeout=10
 > /usr/bin/git branch -a -v --no-abbrev --contains 4a98aae649239cab341ccab30b525012d6160717 # timeout=10
Selected match: tagging revision 4a98aae649239cab341ccab30b525012d6160717
using credential kyberorg_gl
 > /usr/bin/git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/common-pipe.git # timeout=10
Fetching without tags
Fetching upstream changes from https://gitlab.com/yasys/common-pipe.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials Kyberorg GitLab
 > /usr/bin/git fetch --no-tags --progress https://gitlab.com/yasys/common-pipe.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/fileenv, since it originates from another repository
Checking out Revision 4a98aae649239cab341ccab30b525012d6160717 (tagging)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 4a98aae649239cab341ccab30b525012d6160717 # timeout=10
Commit message: "New tagging"
 > /usr/bin/git rev-list --no-walk 4a98aae649239cab341ccab30b525012d6160717 # timeout=10
[Pipeline] Start of Pipeline
[Pipeline] getContext
[Pipeline] node
Running on Jenkins in /var/lib/jenkins/workspace/DBAwareOpenJDK
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
using credential yabot-gitlab
Cloning the remote Git repository
Cloning repository https://gitlab.com/yasys/db-aware-openjdk.git
 > /usr/bin/git init /var/lib/jenkins/workspace/DBAwareOpenJDK # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/db-aware-openjdk.git
 > /usr/bin/git --version # timeout=10
using GIT_ASKPASS to set credentials YaBot gitlab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/db-aware-openjdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/db-aware-openjdk.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://gitlab.com/yasys/db-aware-openjdk.git # timeout=10
Fetching upstream changes from https://gitlab.com/yasys/db-aware-openjdk.git
using GIT_ASKPASS to set credentials YaBot gitlab
 > /usr/bin/git fetch --tags --progress https://gitlab.com/yasys/db-aware-openjdk.git +refs/heads/*:refs/remotes/origin/* # timeout=10
skipping resolution of commit remotes/origin/fileenv, since it originates from another repository
Seen branch in repository origin/fileenv
Seen branch in repository origin/master
Seen 2 remote branches
 > /usr/bin/git show-ref --tags -d # timeout=10
Checking out Revision 86a505796919bef3233b2ffacb71b0226448b15a (origin/fileenv)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 86a505796919bef3233b2ffacb71b0226448b15a # timeout=10
Commit message: "Update file_env"
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withDockerRegistry
$ docker login -u kyberorg -p ******** https://index.docker.io/v1/
WARNING! Using --password via the CLI is insecure. Use --password-stdin.
WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/DBAwareOpenJDK@tmp/4820efe2-32f5-452d-a48e-d245fb940dc4/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
[Pipeline] {
[Pipeline] sh
+ docker inspect -f . yasys/jobbari:1.7.0
.
[Pipeline] withDockerContainer
Jenkins does not seem to be running inside a container
$ docker run -t -d -u 108:112 -u root --privileged -v /opt/mvn/:/root/.m2 -w /var/lib/jenkins/workspace/DBAwareOpenJDK -v /var/lib/jenkins/workspace/DBAwareOpenJDK:/var/lib/jenkins/workspace/DBAwareOpenJDK:rw,z -v /var/lib/jenkins/workspace/DBAwareOpenJDK@tmp:/var/lib/jenkins/workspace/DBAwareOpenJDK@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** yasys/jobbari:1.7.0 cat
$ docker top 338e329f548c2d8e88767e6093ad1ade469346a82c5ca03a01a2a2daa5de39e0 -eo pid,comm
ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements).
Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`.
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 15 min
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Preparation)
[Pipeline] script
[Pipeline] {
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Execution info)
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
14:12:31 [2019-07-02T11:12:31.399Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:12:31 [2019-07-02T11:12:31.715Z] + set +x
14:12:31 [2019-07-02T11:12:31.715Z] [Runner info]
14:12:31 [2019-07-02T11:12:31.715Z] Hostname: 338e329f548c
14:12:31 [2019-07-02T11:12:31.967Z] Network Status: Host Online
14:12:31 [2019-07-02T11:12:31.967Z] 
14:12:31 [2019-07-02T11:12:31.967Z] === Tools info ===
14:12:32 [2019-07-02T11:12:32.217Z] Docker version: Docker version 18.09.5, build e8ff056dbc
14:12:32 [2019-07-02T11:12:32.218Z] 
14:12:32 [2019-07-02T11:12:32.218Z] Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z)
14:12:32 [2019-07-02T11:12:32.218Z] Maven home: /opt/mvn
14:12:32 [2019-07-02T11:12:32.218Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre
14:12:32 [2019-07-02T11:12:32.218Z] Default locale: en, platform encoding: UTF-8
14:12:32 [2019-07-02T11:12:32.218Z] OS name: "linux", version: "4.9.0-8-amd64", arch: "amd64", family: "unix"
14:12:32 [2019-07-02T11:12:32.218Z] 
14:12:32 [2019-07-02T11:12:32.218Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:12:32 [2019-07-02T11:12:32.381Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:12:32 [2019-07-02T11:12:32.694Z] + set +x
14:12:32 [2019-07-02T11:12:32.694Z] [Build info]
14:12:32 [2019-07-02T11:12:32.694Z] ===== Git info =====
14:12:32 [2019-07-02T11:12:32.694Z] Git branch: fileenv
14:12:32 [2019-07-02T11:12:32.694Z] Git commit: 86a505796919bef3233b2ffacb71b0226448b15a
14:12:32 [2019-07-02T11:12:32.694Z] Git tag: -
14:12:32 [2019-07-02T11:12:32.694Z] 
14:12:32 [2019-07-02T11:12:32.694Z] ===== Jenkins info =====
14:12:32 [2019-07-02T11:12:32.694Z] Jenkins Job #7
14:12:32 [2019-07-02T11:12:32.694Z] Jenkins Job URL: https://ci.yadev.eu/job/DBAwareOpenJDK/7/
14:12:32 [2019-07-02T11:12:32.694Z] Jenkins Tag: jenkins-DBAwareOpenJDK-7
14:12:32 [2019-07-02T11:12:32.694Z] 
14:12:32 [2019-07-02T11:12:32.694Z] ===== Job Params =====
14:12:32 [2019-07-02T11:12:32.694Z] 
14:12:32 [2019-07-02T11:12:32.694Z] dockerRepo=yasys/db-aware-openjdk
14:12:32 [2019-07-02T11:12:32.694Z] dockerStep=ee.yadev.pipe.commonpipe.Default@28737fca
14:12:32 [2019-07-02T11:12:32.694Z] javaStep=null
14:12:32 [2019-07-02T11:12:32.694Z] executionInfoStep=ee.yadev.pipe.commonpipe.Default@28737fca
14:12:32 [2019-07-02T11:12:32.694Z] hubUrl=https://cloud.docker.com/repository/docker
14:12:32 [2019-07-02T11:12:32.694Z] useDebugTag=false
14:12:32 [2019-07-02T11:12:32.694Z] mavenBuildOptions={addJavadoc=false, runTestsAsWell=false}
14:12:32 [2019-07-02T11:12:32.694Z] preparationStep=ee.yadev.pipe.commonpipe.Default@28737fca
14:12:32 [2019-07-02T11:12:32.694Z] stepTimeout=5
14:12:32 [2019-07-02T11:12:32.694Z] hubCredentialsId=docker-hub
14:12:32 [2019-07-02T11:12:32.694Z] class=class ee.yadev.pipe.commonpipe.Params
14:12:32 [2019-07-02T11:12:32.694Z] skipMavenTests=false
14:12:32 [2019-07-02T11:12:32.694Z] agent={image=yasys/jobbari, tag=1.7.0, args=-u root --privileged -v /opt/mvn/:/root/.m2}
14:12:32 [2019-07-02T11:12:32.694Z] verbose=false
14:12:32 [2019-07-02T11:12:32.694Z] mavenTestsTimeout=5
14:12:32 [2019-07-02T11:12:32.694Z] pipelineTimeout=15
14:12:32 [2019-07-02T11:12:32.694Z] hubUser=kyberorg
14:12:32 [2019-07-02T11:12:32.694Z] 
14:12:32 [2019-07-02T11:12:32.694Z] ==== Environment Variables =====
14:12:32 [2019-07-02T11:12:32.694Z] GIT_COMMITTER_NAME=Jenkins CI
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceRepoURL=git@gitlab.com:yasys/db-aware-openjdk.git
14:12:32 [2019-07-02T11:12:32.694Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT=a0de03058842ecb8fb53466a82f6ccacb982a543
14:12:32 [2019-07-02T11:12:32.694Z] GIT_AUTHOR_EMAIL=ci@yadev.eu
14:12:32 [2019-07-02T11:12:32.694Z] HOSTNAME=338e329f548c
14:12:32 [2019-07-02T11:12:32.694Z] gitlabAfter=86a505796919bef3233b2ffacb71b0226448b15a
14:12:32 [2019-07-02T11:12:32.694Z] RUN_CHANGES_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/7/display/redirect?page=changes
14:12:32 [2019-07-02T11:12:32.694Z] HUDSON_URL=https://ci.yadev.eu/
14:12:32 [2019-07-02T11:12:32.694Z] GIT_COMMIT=86a505796919bef3233b2ffacb71b0226448b15a
14:12:32 [2019-07-02T11:12:32.694Z] NODE_LABELS=master
14:12:32 [2019-07-02T11:12:32.694Z] HOME=/root
14:12:32 [2019-07-02T11:12:32.694Z] BUILD_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/7/
14:12:32 [2019-07-02T11:12:32.694Z] GIT_AUTHOR_NAME=Jenkins CI
14:12:32 [2019-07-02T11:12:32.694Z] gitlabTargetBranch=fileenv
14:12:32 [2019-07-02T11:12:32.694Z] JENKINS_SERVER_COOKIE=durable-7931f0a25cee63cf2262863fa7519e9a
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceRepoHttpUrl=https://gitlab.com/yasys/db-aware-openjdk.git
14:12:32 [2019-07-02T11:12:32.694Z] WORKSPACE=/var/lib/jenkins/workspace/DBAwareOpenJDK
14:12:32 [2019-07-02T11:12:32.694Z] gitlabMergeRequestLastCommit=86a505796919bef3233b2ffacb71b0226448b15a
14:12:32 [2019-07-02T11:12:32.694Z] JAVA_VERSION=8u212
14:12:32 [2019-07-02T11:12:32.694Z] NODE_NAME=master
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceRepoSshUrl=git@gitlab.com:yasys/db-aware-openjdk.git
14:12:32 [2019-07-02T11:12:32.694Z] GIT_BRANCH=origin/fileenv
14:12:32 [2019-07-02T11:12:32.694Z] EXECUTOR_NUMBER=1
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceRepoHomepage=https://gitlab.com/yasys/db-aware-openjdk
14:12:32 [2019-07-02T11:12:32.694Z] STAGE_NAME=Execution info
14:12:32 [2019-07-02T11:12:32.694Z] gitlabBranch=fileenv
14:12:32 [2019-07-02T11:12:32.694Z] gitlabUserEmail=kyberorg@yadev.eu
14:12:32 [2019-07-02T11:12:32.694Z] BUILD_DISPLAY_NAME=#7
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceBranch=fileenv
14:12:32 [2019-07-02T11:12:32.694Z] HUDSON_HOME=/var/lib/jenkins
14:12:32 [2019-07-02T11:12:32.694Z] DOCKER_REGISTRY_URL=https://index.docker.io/v1/
14:12:32 [2019-07-02T11:12:32.694Z] JOB_BASE_NAME=DBAwareOpenJDK
14:12:32 [2019-07-02T11:12:32.694Z] JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1
14:12:32 [2019-07-02T11:12:32.694Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
14:12:32 [2019-07-02T11:12:32.694Z] BUILD_ID=7
14:12:32 [2019-07-02T11:12:32.694Z] BUILDING_FOR=kyberorg
14:12:32 [2019-07-02T11:12:32.694Z] gitlabBefore=a0de03058842ecb8fb53466a82f6ccacb982a543
14:12:32 [2019-07-02T11:12:32.694Z] BUILD_TAG=jenkins-DBAwareOpenJDK-7
14:12:32 [2019-07-02T11:12:32.694Z] gitlabActionType=PUSH
14:12:32 [2019-07-02T11:12:32.694Z] JENKINS_URL=https://ci.yadev.eu/
14:12:32 [2019-07-02T11:12:32.694Z] LANG=C.UTF-8
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceRepoName=DB Aware Openjdk
14:12:32 [2019-07-02T11:12:32.694Z] JOB_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/
14:12:32 [2019-07-02T11:12:32.694Z] GIT_URL=https://gitlab.com/yasys/db-aware-openjdk.git
14:12:32 [2019-07-02T11:12:32.694Z] BUILD_NUMBER=7
14:12:32 [2019-07-02T11:12:32.694Z] gitlabSourceNamespace=Yet another Systems
14:12:32 [2019-07-02T11:12:32.694Z] JENKINS_NODE_COOKIE=65d19053-5ffe-4313-a559-a3a4984bf322
14:12:32 [2019-07-02T11:12:32.694Z] RUN_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/7/display/redirect
14:12:32 [2019-07-02T11:12:32.694Z] HUDSON_SERVER_COOKIE=e746ebc0b92d9cbd
14:12:32 [2019-07-02T11:12:32.694Z] JOB_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/display/redirect
14:12:32 [2019-07-02T11:12:32.694Z] CLASSPATH=
14:12:32 [2019-07-02T11:12:32.694Z] GIT_COMMITTER_EMAIL=ci@yadev.eu
14:12:32 [2019-07-02T11:12:32.694Z] JOB_NAME=DBAwareOpenJDK
14:12:32 [2019-07-02T11:12:32.694Z] gitlabUserName=Alex Muravya
14:12:32 [2019-07-02T11:12:32.694Z] DOCKER_CONFIG=/var/lib/jenkins/workspace/DBAwareOpenJDK@tmp/4820efe2-32f5-452d-a48e-d245fb940dc4
14:12:32 [2019-07-02T11:12:32.694Z] JAVA_HOME=/docker-java-home
14:12:32 [2019-07-02T11:12:32.694Z] PWD=/var/lib/jenkins/workspace/DBAwareOpenJDK
14:12:32 [2019-07-02T11:12:32.694Z] GIT_PREVIOUS_COMMIT=a0de03058842ecb8fb53466a82f6ccacb982a543
14:12:32 [2019-07-02T11:12:32.694Z] Requested by kyberorg
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (JavaApp: Build and Test)
Stage "JavaApp: Build and Test" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Docker: Build and Push)
[Pipeline] script
[Pipeline] {
[Pipeline] timeout
14:12:33 [2019-07-02T11:12:33.068Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:12:33 [2019-07-02T11:12:33.381Z] + set +x
14:12:33 [2019-07-02T11:12:33.632Z] Starting Docker: docker.
14:12:33 [2019-07-02T11:12:33.632Z] Daemon started. kyberorg, go ahead!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] withCredentials
14:12:33 [2019-07-02T11:12:33.717Z] Masking supported pattern matches of $USR or $PASS
[Pipeline] {
[Pipeline] timeout
14:12:33 [2019-07-02T11:12:33.768Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:12:34 [2019-07-02T11:12:34.084Z] + set +x
14:12:34 [2019-07-02T11:12:34.084Z] Login as **** to Docker Repository
14:12:35 [2019-07-02T11:12:35.948Z] WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/DBAwareOpenJDK@tmp/4820efe2-32f5-452d-a48e-d245fb940dc4/config.json.
14:12:35 [2019-07-02T11:12:35.948Z] Configure a credential helper to remove this warning. See
14:12:35 [2019-07-02T11:12:35.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store
14:12:35 [2019-07-02T11:12:35.948Z] 
14:12:35 [2019-07-02T11:12:35.948Z] Login Succeeded
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] timeout
14:12:36 [2019-07-02T11:12:36.109Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:12:36 [2019-07-02T11:12:36.420Z] + set +x
14:12:36 [2019-07-02T11:12:36.420Z] Building Docker Image yasys/db-aware-openjdk with tags: [fileenv]
14:12:36 [2019-07-02T11:12:36.671Z] Sending build context to Docker daemon  84.48kB

14:12:36 [2019-07-02T11:12:36.671Z] Step 1/7 : FROM openjdk:8-jre-slim
14:12:38 [2019-07-02T11:12:38.016Z] 8-jre-slim: Pulling from library/openjdk
14:12:38 [2019-07-02T11:12:38.266Z] fc7181108d40: Pulling fs layer
14:12:38 [2019-07-02T11:12:38.266Z] 73f08ce352c8: Pulling fs layer
14:12:38 [2019-07-02T11:12:38.266Z] eac271a34b40: Pulling fs layer
14:12:38 [2019-07-02T11:12:38.266Z] 9ba0eff26192: Pulling fs layer
14:12:38 [2019-07-02T11:12:38.266Z] 9ba0eff26192: Waiting
14:12:38 [2019-07-02T11:12:38.817Z] eac271a34b40: Download complete
14:12:38 [2019-07-02T11:12:38.817Z] 73f08ce352c8: Verifying Checksum
14:12:38 [2019-07-02T11:12:38.817Z] 73f08ce352c8: Download complete
14:12:39 [2019-07-02T11:12:39.368Z] fc7181108d40: Download complete
14:12:39 [2019-07-02T11:12:39.919Z] 9ba0eff26192: Download complete
14:12:42 [2019-07-02T11:12:42.402Z] fc7181108d40: Pull complete
14:12:43 [2019-07-02T11:12:43.314Z] 73f08ce352c8: Pull complete
14:12:43 [2019-07-02T11:12:43.564Z] eac271a34b40: Pull complete
14:12:48 [2019-07-02T11:12:48.760Z] 9ba0eff26192: Pull complete
14:12:48 [2019-07-02T11:12:48.760Z] Digest: sha256:39bece5e977d0daeb0510335f2624b929f893c167a09e6fc4e28412bb78eeb90
14:12:48 [2019-07-02T11:12:48.760Z] Status: Downloaded newer image for openjdk:8-jre-slim
14:12:48 [2019-07-02T11:12:48.760Z]  ---> 1d98c8a8ff74
14:12:48 [2019-07-02T11:12:48.760Z] Step 2/7 : MAINTAINER Alexander Muravya (aka kyberorg) <kyberorg@yadev.eu>
14:12:49 [2019-07-02T11:12:49.671Z]  ---> Running in 40df4e8f7568
14:12:51 [2019-07-02T11:12:51.015Z] Removing intermediate container 40df4e8f7568
14:12:51 [2019-07-02T11:12:51.015Z]  ---> 181764ec2744
14:12:51 [2019-07-02T11:12:51.015Z] Step 3/7 : COPY ./entrypoint /
14:12:52 [2019-07-02T11:12:52.877Z]  ---> 9d1d91ce8373
14:12:52 [2019-07-02T11:12:52.877Z] Step 4/7 : COPY ./file_env /
14:12:54 [2019-07-02T11:12:54.739Z]  ---> a33c1a4d09c1
14:12:54 [2019-07-02T11:12:54.739Z] Step 5/7 : RUN sh -c 'chmod +x ./entrypoint && chmod +x ./file_env'
14:12:55 [2019-07-02T11:12:55.290Z]  ---> Running in 11a26e77b02f
14:12:58 [2019-07-02T11:12:58.519Z] Removing intermediate container 11a26e77b02f
14:12:58 [2019-07-02T11:12:58.519Z]  ---> 6d93cac337bd
14:12:58 [2019-07-02T11:12:58.519Z] Step 6/7 : RUN sh -c 'apt-get update && apt-get install -y netcat'
14:12:59 [2019-07-02T11:12:59.070Z]  ---> Running in 1aa01d782db1
14:12:59 [2019-07-02T11:12:59.621Z] Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [93.6 kB]
14:12:59 [2019-07-02T11:12:59.872Z] Ign:2 http://cdn-fastly.deb.debian.org/debian stretch InRelease
14:12:59 [2019-07-02T11:12:59.872Z] Get:3 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [90.3 kB]
14:12:59 [2019-07-02T11:12:59.872Z] Get:4 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB]
14:13:00 [2019-07-02T11:13:00.122Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB]
14:13:00 [2019-07-02T11:13:00.122Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B]
14:13:00 [2019-07-02T11:13:00.122Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.2 kB]
14:13:00 [2019-07-02T11:13:00.373Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB]
14:13:02 [2019-07-02T11:13:02.235Z] Fetched 7912 kB in 2s (3166 kB/s)
14:13:03 [2019-07-02T11:13:03.147Z] Reading package lists...
14:13:04 [2019-07-02T11:13:04.308Z] Reading package lists...
14:13:04 [2019-07-02T11:13:04.308Z] Building dependency tree...
14:13:04 [2019-07-02T11:13:04.308Z] Reading state information...
14:13:04 [2019-07-02T11:13:04.559Z] The following additional packages will be installed:
14:13:04 [2019-07-02T11:13:04.559Z]   netcat-traditional
14:13:04 [2019-07-02T11:13:04.559Z] The following NEW packages will be installed:
14:13:04 [2019-07-02T11:13:04.559Z]   netcat netcat-traditional
14:13:04 [2019-07-02T11:13:04.559Z] 0 upgraded, 2 newly installed, 0 to remove and 2 not upgraded.
14:13:04 [2019-07-02T11:13:04.559Z] Need to get 76.0 kB of archives.
14:13:04 [2019-07-02T11:13:04.559Z] After this operation, 173 kB of additional disk space will be used.
14:13:04 [2019-07-02T11:13:04.559Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netcat-traditional amd64 1.10-41+b1 [67.0 kB]
14:13:04 [2019-07-02T11:13:04.559Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netcat all 1.10-41 [8962 B]
14:13:05 [2019-07-02T11:13:05.743Z] debconf: delaying package configuration, since apt-utils is not installed
14:13:05 [2019-07-02T11:13:05.743Z] Fetched 76.0 kB in 0s (813 kB/s)
14:13:05 [2019-07-02T11:13:05.743Z] Selecting previously unselected package netcat-traditional.
14:13:05 [2019-07-02T11:13:05.743Z] (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 6767 files and directories currently installed.)
14:13:05 [2019-07-02T11:13:05.743Z] Preparing to unpack .../netcat-traditional_1.10-41+b1_amd64.deb ...
14:13:05 [2019-07-02T11:13:05.743Z] Unpacking netcat-traditional (1.10-41+b1) ...
14:13:05 [2019-07-02T11:13:05.993Z] Selecting previously unselected package netcat.
14:13:05 [2019-07-02T11:13:05.993Z] Preparing to unpack .../netcat_1.10-41_all.deb ...
14:13:05 [2019-07-02T11:13:05.993Z] Unpacking netcat (1.10-41) ...
14:13:05 [2019-07-02T11:13:05.993Z] Setting up netcat-traditional (1.10-41+b1) ...
14:13:05 [2019-07-02T11:13:05.993Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode
14:13:05 [2019-07-02T11:13:05.993Z] update-alternatives: warning: skip creation of /usr/share/man/man1/nc.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist
14:13:05 [2019-07-02T11:13:05.993Z] update-alternatives: warning: skip creation of /usr/share/man/man1/netcat.1.gz because associated file /usr/share/man/man1/nc.traditional.1.gz (of link group nc) doesn't exist
14:13:05 [2019-07-02T11:13:05.993Z] Setting up netcat (1.10-41) ...
14:13:07 [2019-07-02T11:13:07.856Z] Removing intermediate container 1aa01d782db1
14:13:07 [2019-07-02T11:13:07.856Z]  ---> 622cf49a9463
14:13:07 [2019-07-02T11:13:07.856Z] Step 7/7 : ENTRYPOINT ./entrypoint
14:13:08 [2019-07-02T11:13:08.767Z]  ---> Running in a9e03e9b1317
14:13:10 [2019-07-02T11:13:10.111Z] Removing intermediate container a9e03e9b1317
14:13:10 [2019-07-02T11:13:10.111Z]  ---> da8882318818
14:13:10 [2019-07-02T11:13:10.111Z] Successfully built da8882318818
14:13:10 [2019-07-02T11:13:10.361Z] Successfully tagged yasys/db-aware-openjdk:fileenv
14:13:10 [2019-07-02T11:13:10.361Z] Docker image yasys/db-aware-openjdk:[fileenv] for kyberorg created
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:13:10 [2019-07-02T11:13:10.475Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:13:10 [2019-07-02T11:13:10.783Z] + set +x
14:13:10 [2019-07-02T11:13:10.783Z] Push yasys/db-aware-openjdk to Docker Repository
14:13:11 [2019-07-02T11:13:11.034Z] The push refers to repository [docker.io/yasys/db-aware-openjdk]
14:13:11 [2019-07-02T11:13:11.285Z] e4a1ec9267b8: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] e73f5ac62b0c: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] bc5a0aac87e8: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] 99bd4bc6a009: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] 2769275ecc2d: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] 9ecd51c60835: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] cf5b3c6798f7: Preparing
14:13:11 [2019-07-02T11:13:11.285Z] 9ecd51c60835: Waiting
14:13:11 [2019-07-02T11:13:11.285Z] cf5b3c6798f7: Waiting
14:13:12 [2019-07-02T11:13:12.196Z] 2769275ecc2d: Layer already exists
14:13:12 [2019-07-02T11:13:12.447Z] 99bd4bc6a009: Layer already exists
14:13:12 [2019-07-02T11:13:12.697Z] 9ecd51c60835: Layer already exists
14:13:12 [2019-07-02T11:13:12.948Z] cf5b3c6798f7: Layer already exists
14:13:14 [2019-07-02T11:13:14.291Z] bc5a0aac87e8: Pushed
14:13:14 [2019-07-02T11:13:14.842Z] e73f5ac62b0c: Pushed
14:13:18 [2019-07-02T11:13:18.071Z] e4a1ec9267b8: Pushed
14:13:21 [2019-07-02T11:13:21.301Z] fileenv: digest: sha256:76e366715ff5a21442ca4716fb3780243d0733d570bf2ed018424c1c032d04e1 size: 1785
14:13:21 [2019-07-02T11:13:21.301Z] Docker image successfully pushed for kyberorg. Enjoy!
[Pipeline] }
[Pipeline] // timeout
[Pipeline] timeout
14:13:21 [2019-07-02T11:13:21.391Z] Timeout set to expire in 5 min 0 sec
[Pipeline] {
[Pipeline] sh
14:13:21 [2019-07-02T11:13:21.707Z] + set +x
14:13:21 [2019-07-02T11:13:21.708Z] Moikka kyberorg!
14:13:21 [2019-07-02T11:13:21.708Z] Here is Docker Summary:
14:13:21 [2019-07-02T11:13:21.708Z] Images built and pushed: 1
14:13:21 [2019-07-02T11:13:21.708Z] [
14:13:21 [2019-07-02T11:13:21.708Z] yasys/db-aware-openjdk:fileenv
14:13:21 [2019-07-02T11:13:21.708Z] ]
14:13:21 [2019-07-02T11:13:21.708Z] Hub Url: https://cloud.docker.com/repository/docker/yasys/db-aware-openjdk
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] echo
14:13:21 [2019-07-02T11:13:21.892Z] One way or another, I have finished. Tsau!
[Pipeline] sh
14:13:22 [2019-07-02T11:13:22.199Z] + set +x
14:13:22 [2019-07-02T11:13:22.199Z] Making workspace writable for correct cleanup
14:13:22 [2019-07-02T11:13:22.199Z] Done for kyberorg
[Pipeline] deleteDir
[Pipeline] echo
14:13:22 [2019-07-02T11:13:22.266Z] Great success!
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
$ docker stop --time=1 338e329f548c2d8e88767e6093ad1ade469346a82c5ca03a01a2a2daa5de39e0
$ docker rm -f 338e329f548c2d8e88767e6093ad1ade469346a82c5ca03a01a2a2daa5de39e0
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withDockerRegistry
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS