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/master, since it originates from another repository Seen branch in repository origin/master Seen 1 remote branch > /usr/bin/git show-ref --tags -d # timeout=10 Checking out Revision 4ff71db4110f9c1929d20a58886835a001d5fc6a (origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 4ff71db4110f9c1929d20a58886835a001d5fc6a # timeout=10 Commit message: "Fix" > /usr/bin/git rev-list --no-walk ee200c2a04179fef15a6baf0f87073fa91ef6e5f # 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/master, 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/master, since it originates from another repository Seen branch in repository origin/master Seen 1 remote branch > /usr/bin/git show-ref --tags -d # timeout=10 Checking out Revision 4ff71db4110f9c1929d20a58886835a001d5fc6a (origin/master) > /usr/bin/git config core.sparsecheckout # timeout=10 > /usr/bin/git checkout -f 4ff71db4110f9c1929d20a58886835a001d5fc6a # timeout=10 Commit message: "Fix" [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/87fa90bd-f08a-4a80-abb3-9c9708611b5d/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 ******** yasys/jobbari:1.7.0 cat $ docker top 1980b2df679eb80a266e70127273114b8b407d1789fa2ff522abb017de27e43b -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 [2019-07-02T08:18:51.411Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:18:51.717Z] + set +x [2019-07-02T08:18:51.717Z] [Runner info] [2019-07-02T08:18:51.717Z] Hostname: 1980b2df679e [2019-07-02T08:18:51.968Z] Network Status: Host Online [2019-07-02T08:18:51.968Z] [2019-07-02T08:18:51.968Z] === Tools info === [2019-07-02T08:18:52.218Z] Docker version: Docker version 18.09.5, build e8ff056dbc [2019-07-02T08:18:52.218Z] [2019-07-02T08:18:52.218Z] Maven version: Apache Maven 3.6.0 (97c98ec64a1fdfee7767ce5ffb20918da4f719f3; 2018-10-24T18:41:47Z) [2019-07-02T08:18:52.218Z] Maven home: /opt/mvn [2019-07-02T08:18:52.218Z] Java version: 1.8.0_212, vendor: Oracle Corporation, runtime: /usr/lib/jvm/java-8-openjdk-amd64/jre [2019-07-02T08:18:52.218Z] Default locale: en, platform encoding: UTF-8 [2019-07-02T08:18:52.218Z] OS name: "linux", version: "4.9.0-8-amd64", arch: "amd64", family: "unix" [2019-07-02T08:18:52.218Z] [2019-07-02T08:18:52.218Z] Requested by kyberorg [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2019-07-02T08:18:52.343Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:18:52.664Z] + set +x [2019-07-02T08:18:52.665Z] [Build info] [2019-07-02T08:18:52.665Z] ===== Git info ===== [2019-07-02T08:18:52.665Z] Git branch: master [2019-07-02T08:18:52.665Z] Git commit: 4ff71db4110f9c1929d20a58886835a001d5fc6a [2019-07-02T08:18:52.665Z] Git tag: - [2019-07-02T08:18:52.665Z] [2019-07-02T08:18:52.665Z] ===== Jenkins info ===== [2019-07-02T08:18:52.665Z] Jenkins Job #4 [2019-07-02T08:18:52.665Z] Jenkins Job URL: https://ci.yadev.eu/job/DBAwareOpenJDK/4/ [2019-07-02T08:18:52.665Z] Jenkins Tag: jenkins-DBAwareOpenJDK-4 [2019-07-02T08:18:52.665Z] [2019-07-02T08:18:52.665Z] ===== Job Params ===== [2019-07-02T08:18:52.665Z] [2019-07-02T08:18:52.665Z] dockerRepo=yasys/db-aware-openjdk [2019-07-02T08:18:52.665Z] dockerStep=ee.yadev.pipe.commonpipe.Default@50f0530a [2019-07-02T08:18:52.665Z] javaStep=null [2019-07-02T08:18:52.665Z] executionInfoStep=ee.yadev.pipe.commonpipe.Default@50f0530a [2019-07-02T08:18:52.665Z] hubUrl=https://cloud.docker.com/repository/docker [2019-07-02T08:18:52.665Z] useDebugTag=false [2019-07-02T08:18:52.665Z] mavenBuildOptions={addJavadoc=false, runTestsAsWell=false} [2019-07-02T08:18:52.665Z] preparationStep=ee.yadev.pipe.commonpipe.Default@50f0530a [2019-07-02T08:18:52.665Z] stepTimeout=5 [2019-07-02T08:18:52.665Z] hubCredentialsId=docker-hub [2019-07-02T08:18:52.665Z] class=class ee.yadev.pipe.commonpipe.Params [2019-07-02T08:18:52.665Z] skipMavenTests=false [2019-07-02T08:18:52.665Z] agent={image=yasys/jobbari, tag=1.7.0, args=-u root --privileged -v /opt/mvn/:/root/.m2} [2019-07-02T08:18:52.665Z] verbose=false [2019-07-02T08:18:52.665Z] mavenTestsTimeout=5 [2019-07-02T08:18:52.665Z] pipelineTimeout=15 [2019-07-02T08:18:52.665Z] hubUser=kyberorg [2019-07-02T08:18:52.665Z] [2019-07-02T08:18:52.665Z] ==== Environment Variables ===== [2019-07-02T08:18:52.665Z] GIT_COMMITTER_NAME=Jenkins CI [2019-07-02T08:18:52.665Z] gitlabSourceRepoURL=git@gitlab.com:yasys/db-aware-openjdk.git [2019-07-02T08:18:52.665Z] GIT_AUTHOR_EMAIL=ci@yadev.eu [2019-07-02T08:18:52.665Z] HOSTNAME=1980b2df679e [2019-07-02T08:18:52.665Z] gitlabAfter=4ff71db4110f9c1929d20a58886835a001d5fc6a [2019-07-02T08:18:52.665Z] RUN_CHANGES_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/4/display/redirect?page=changes [2019-07-02T08:18:52.665Z] NODE_LABELS=master [2019-07-02T08:18:52.665Z] GIT_COMMIT=4ff71db4110f9c1929d20a58886835a001d5fc6a [2019-07-02T08:18:52.665Z] HUDSON_URL=https://ci.yadev.eu/ [2019-07-02T08:18:52.665Z] HOME=/root [2019-07-02T08:18:52.665Z] BUILD_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/4/ [2019-07-02T08:18:52.665Z] JENKINS_SERVER_COOKIE=durable-7931f0a25cee63cf2262863fa7519e9a [2019-07-02T08:18:52.665Z] gitlabTargetBranch=master [2019-07-02T08:18:52.665Z] GIT_AUTHOR_NAME=Jenkins CI [2019-07-02T08:18:52.665Z] WORKSPACE=/var/lib/jenkins/workspace/DBAwareOpenJDK [2019-07-02T08:18:52.665Z] gitlabSourceRepoHttpUrl=https://gitlab.com/yasys/db-aware-openjdk.git [2019-07-02T08:18:52.665Z] gitlabMergeRequestLastCommit=4ff71db4110f9c1929d20a58886835a001d5fc6a [2019-07-02T08:18:52.665Z] JAVA_VERSION=8u212 [2019-07-02T08:18:52.665Z] gitlabSourceRepoSshUrl=git@gitlab.com:yasys/db-aware-openjdk.git [2019-07-02T08:18:52.665Z] NODE_NAME=master [2019-07-02T08:18:52.665Z] GIT_BRANCH=origin/master [2019-07-02T08:18:52.665Z] EXECUTOR_NUMBER=1 [2019-07-02T08:18:52.665Z] gitlabSourceRepoHomepage=https://gitlab.com/yasys/db-aware-openjdk [2019-07-02T08:18:52.665Z] STAGE_NAME=Execution info [2019-07-02T08:18:52.665Z] gitlabBranch=master [2019-07-02T08:18:52.665Z] BUILD_DISPLAY_NAME=#4 [2019-07-02T08:18:52.665Z] gitlabSourceBranch=master [2019-07-02T08:18:52.665Z] gitlabUserEmail=kyberorg@yadev.eu [2019-07-02T08:18:52.665Z] HUDSON_HOME=/var/lib/jenkins [2019-07-02T08:18:52.665Z] JOB_BASE_NAME=DBAwareOpenJDK [2019-07-02T08:18:52.665Z] DOCKER_REGISTRY_URL=https://index.docker.io/v1/ [2019-07-02T08:18:52.665Z] JAVA_DEBIAN_VERSION=8u212-b01-1~deb9u1 [2019-07-02T08:18:52.665Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2019-07-02T08:18:52.665Z] BUILD_ID=4 [2019-07-02T08:18:52.665Z] BUILDING_FOR=kyberorg [2019-07-02T08:18:52.665Z] gitlabActionType=PUSH [2019-07-02T08:18:52.665Z] gitlabBefore=ee200c2a04179fef15a6baf0f87073fa91ef6e5f [2019-07-02T08:18:52.665Z] BUILD_TAG=jenkins-DBAwareOpenJDK-4 [2019-07-02T08:18:52.665Z] JENKINS_URL=https://ci.yadev.eu/ [2019-07-02T08:18:52.665Z] LANG=C.UTF-8 [2019-07-02T08:18:52.665Z] GIT_URL=https://gitlab.com/yasys/db-aware-openjdk.git [2019-07-02T08:18:52.665Z] JOB_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/ [2019-07-02T08:18:52.665Z] gitlabSourceRepoName=DB Aware Openjdk [2019-07-02T08:18:52.665Z] BUILD_NUMBER=4 [2019-07-02T08:18:52.665Z] gitlabSourceNamespace=Yet another Systems [2019-07-02T08:18:52.665Z] JENKINS_NODE_COOKIE=09908fbb-e991-4e13-aaa6-75c0b3b70c8b [2019-07-02T08:18:52.665Z] RUN_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/4/display/redirect [2019-07-02T08:18:52.665Z] HUDSON_SERVER_COOKIE=e746ebc0b92d9cbd [2019-07-02T08:18:52.665Z] JOB_DISPLAY_URL=https://ci.yadev.eu/job/DBAwareOpenJDK/display/redirect [2019-07-02T08:18:52.665Z] CLASSPATH= [2019-07-02T08:18:52.665Z] JOB_NAME=DBAwareOpenJDK [2019-07-02T08:18:52.665Z] GIT_COMMITTER_EMAIL=ci@yadev.eu [2019-07-02T08:18:52.665Z] gitlabUserName=Alex Muravya [2019-07-02T08:18:52.665Z] DOCKER_CONFIG=/var/lib/jenkins/workspace/DBAwareOpenJDK@tmp/87fa90bd-f08a-4a80-abb3-9c9708611b5d [2019-07-02T08:18:52.665Z] JAVA_HOME=/docker-java-home [2019-07-02T08:18:52.665Z] PWD=/var/lib/jenkins/workspace/DBAwareOpenJDK [2019-07-02T08:18:52.665Z] GIT_PREVIOUS_COMMIT=ee200c2a04179fef15a6baf0f87073fa91ef6e5f [2019-07-02T08:18:52.665Z] 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 [2019-07-02T08:18:53.044Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:18:53.356Z] + set +x [2019-07-02T08:18:53.608Z] Starting Docker: docker. [2019-07-02T08:18:53.608Z] Daemon started. kyberorg, go ahead! [Pipeline] } [Pipeline] // timeout [Pipeline] withCredentials [2019-07-02T08:18:53.686Z] Masking supported pattern matches of $USR or $PASS [Pipeline] { [Pipeline] timeout [2019-07-02T08:18:53.755Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:18:54.063Z] + set +x [2019-07-02T08:18:54.063Z] Login as **** to Docker Repository [2019-07-02T08:18:55.927Z] WARNING! Your password will be stored unencrypted in /var/lib/jenkins/workspace/DBAwareOpenJDK@tmp/87fa90bd-f08a-4a80-abb3-9c9708611b5d/config.json. [2019-07-02T08:18:55.927Z] Configure a credential helper to remove this warning. See [2019-07-02T08:18:55.927Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2019-07-02T08:18:55.927Z] [2019-07-02T08:18:55.927Z] Login Succeeded [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withCredentials [Pipeline] timeout [2019-07-02T08:18:56.065Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:18:56.379Z] + set +x [2019-07-02T08:18:56.379Z] Building Docker Image yasys/db-aware-openjdk with tags: [latest] [2019-07-02T08:18:56.630Z] Sending build context to Docker daemon 68.61kB [2019-07-02T08:18:56.630Z] Step 1/7 : FROM openjdk:8-jre-slim [2019-07-02T08:18:57.974Z] 8-jre-slim: Pulling from library/openjdk [2019-07-02T08:18:58.525Z] fc7181108d40: Pulling fs layer [2019-07-02T08:18:58.525Z] 73f08ce352c8: Pulling fs layer [2019-07-02T08:18:58.525Z] eac271a34b40: Pulling fs layer [2019-07-02T08:18:58.525Z] 9ba0eff26192: Pulling fs layer [2019-07-02T08:18:58.525Z] 9ba0eff26192: Waiting [2019-07-02T08:18:59.076Z] eac271a34b40: Verifying Checksum [2019-07-02T08:18:59.076Z] eac271a34b40: Download complete [2019-07-02T08:18:59.076Z] 73f08ce352c8: Verifying Checksum [2019-07-02T08:18:59.076Z] 73f08ce352c8: Download complete [2019-07-02T08:18:59.326Z] fc7181108d40: Verifying Checksum [2019-07-02T08:18:59.327Z] fc7181108d40: Download complete [2019-07-02T08:19:00.238Z] 9ba0eff26192: Download complete [2019-07-02T08:19:02.722Z] fc7181108d40: Pull complete [2019-07-02T08:19:03.633Z] 73f08ce352c8: Pull complete [2019-07-02T08:19:04.184Z] eac271a34b40: Pull complete [2019-07-02T08:19:09.388Z] 9ba0eff26192: Pull complete [2019-07-02T08:19:09.388Z] Digest: sha256:39bece5e977d0daeb0510335f2624b929f893c167a09e6fc4e28412bb78eeb90 [2019-07-02T08:19:09.388Z] Status: Downloaded newer image for openjdk:8-jre-slim [2019-07-02T08:19:09.388Z] ---> 1d98c8a8ff74 [2019-07-02T08:19:09.388Z] Step 2/7 : MAINTAINER Alexander Muravya (aka kyberorg) [2019-07-02T08:19:10.299Z] ---> Running in 3e546a4f8c18 [2019-07-02T08:19:11.643Z] Removing intermediate container 3e546a4f8c18 [2019-07-02T08:19:11.643Z] ---> 13724ac93c70 [2019-07-02T08:19:11.643Z] Step 3/7 : COPY ./entrypoint / [2019-07-02T08:19:13.506Z] ---> b22ae7a9094f [2019-07-02T08:19:13.506Z] Step 4/7 : COPY ./file_env / [2019-07-02T08:19:14.849Z] ---> e0210c38c808 [2019-07-02T08:19:14.849Z] Step 5/7 : RUN sh -c 'chmod +x ./entrypoint && chmod +x ./file_env' [2019-07-02T08:19:16.193Z] ---> Running in 5262b4563979 [2019-07-02T08:19:18.676Z] Removing intermediate container 5262b4563979 [2019-07-02T08:19:18.676Z] ---> 431a2e34d224 [2019-07-02T08:19:18.676Z] Step 6/7 : RUN sh -c 'apt-get update && apt-get install -y netcat' [2019-07-02T08:19:19.588Z] ---> Running in 5932e754aa4b [2019-07-02T08:19:20.499Z] Get:1 http://security-cdn.debian.org/debian-security stretch/updates InRelease [94.3 kB] [2019-07-02T08:19:20.750Z] Get:2 http://security-cdn.debian.org/debian-security stretch/updates/main amd64 Packages [499 kB] [2019-07-02T08:19:20.750Z] Ign:3 http://cdn-fastly.deb.debian.org/debian stretch InRelease [2019-07-02T08:19:20.750Z] Get:4 http://cdn-fastly.deb.debian.org/debian stretch-updates InRelease [90.3 kB] [2019-07-02T08:19:21.001Z] Get:5 http://cdn-fastly.deb.debian.org/debian stretch Release [118 kB] [2019-07-02T08:19:21.001Z] Get:6 http://cdn-fastly.deb.debian.org/debian stretch Release.gpg [2434 B] [2019-07-02T08:19:21.001Z] Get:7 http://cdn-fastly.deb.debian.org/debian stretch-updates/main amd64 Packages [27.2 kB] [2019-07-02T08:19:21.251Z] Get:8 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 Packages [7082 kB] [2019-07-02T08:19:23.113Z] Fetched 7913 kB in 2s (3086 kB/s) [2019-07-02T08:19:24.025Z] Reading package lists... [2019-07-02T08:19:24.936Z] Reading package lists... [2019-07-02T08:19:25.186Z] Building dependency tree... [2019-07-02T08:19:25.186Z] Reading state information... [2019-07-02T08:19:25.186Z] The following additional packages will be installed: [2019-07-02T08:19:25.186Z] netcat-traditional [2019-07-02T08:19:25.437Z] The following NEW packages will be installed: [2019-07-02T08:19:25.437Z] netcat netcat-traditional [2019-07-02T08:19:25.437Z] 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2019-07-02T08:19:25.437Z] Need to get 76.0 kB of archives. [2019-07-02T08:19:25.437Z] After this operation, 173 kB of additional disk space will be used. [2019-07-02T08:19:25.437Z] Get:1 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netcat-traditional amd64 1.10-41+b1 [67.0 kB] [2019-07-02T08:19:25.688Z] Get:2 http://cdn-fastly.deb.debian.org/debian stretch/main amd64 netcat all 1.10-41 [8962 B] [2019-07-02T08:19:25.688Z] debconf: delaying package configuration, since apt-utils is not installed [2019-07-02T08:19:25.688Z] Fetched 76.0 kB in 0s (291 kB/s) [2019-07-02T08:19:25.938Z] Selecting previously unselected package netcat-traditional. [2019-07-02T08:19:25.938Z] (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.) [2019-07-02T08:19:25.938Z] Preparing to unpack .../netcat-traditional_1.10-41+b1_amd64.deb ... [2019-07-02T08:19:25.938Z] Unpacking netcat-traditional (1.10-41+b1) ... [2019-07-02T08:19:25.938Z] Selecting previously unselected package netcat. [2019-07-02T08:19:25.938Z] Preparing to unpack .../netcat_1.10-41_all.deb ... [2019-07-02T08:19:25.938Z] Unpacking netcat (1.10-41) ... [2019-07-02T08:19:25.938Z] Setting up netcat-traditional (1.10-41+b1) ... [2019-07-02T08:19:25.938Z] update-alternatives: using /bin/nc.traditional to provide /bin/nc (nc) in auto mode [2019-07-02T08:19:25.938Z] 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 [2019-07-02T08:19:25.938Z] 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 [2019-07-02T08:19:25.938Z] Setting up netcat (1.10-41) ... [2019-07-02T08:19:27.803Z] Removing intermediate container 5932e754aa4b [2019-07-02T08:19:27.803Z] ---> ab2666b12377 [2019-07-02T08:19:27.803Z] Step 7/7 : ENTRYPOINT ./entrypoint [2019-07-02T08:19:29.147Z] ---> Running in 33b1a3050f2b [2019-07-02T08:19:30.491Z] Removing intermediate container 33b1a3050f2b [2019-07-02T08:19:30.491Z] ---> e1637eb40e36 [2019-07-02T08:19:30.491Z] Successfully built e1637eb40e36 [2019-07-02T08:19:30.491Z] Successfully tagged yasys/db-aware-openjdk:latest [2019-07-02T08:19:30.491Z] Docker image yasys/db-aware-openjdk:[latest] for kyberorg created [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2019-07-02T08:19:30.574Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:19:30.889Z] + set +x [2019-07-02T08:19:30.889Z] Push yasys/db-aware-openjdk to Docker Repository [2019-07-02T08:19:31.139Z] The push refers to repository [docker.io/yasys/db-aware-openjdk] [2019-07-02T08:19:31.390Z] 7150cceeb9cc: Preparing [2019-07-02T08:19:31.390Z] e218bced9b51: Preparing [2019-07-02T08:19:31.390Z] 6a19f5caf895: Preparing [2019-07-02T08:19:31.390Z] 99bd4bc6a009: Preparing [2019-07-02T08:19:31.390Z] 2769275ecc2d: Preparing [2019-07-02T08:19:31.390Z] 9ecd51c60835: Preparing [2019-07-02T08:19:31.390Z] cf5b3c6798f7: Preparing [2019-07-02T08:19:31.390Z] 9ecd51c60835: Waiting [2019-07-02T08:19:31.390Z] cf5b3c6798f7: Waiting [2019-07-02T08:19:33.874Z] 99bd4bc6a009: Mounted from library/openjdk [2019-07-02T08:19:34.124Z] 2769275ecc2d: Mounted from library/openjdk [2019-07-02T08:19:35.468Z] e218bced9b51: Pushed [2019-07-02T08:19:35.468Z] 6a19f5caf895: Pushed [2019-07-02T08:19:35.468Z] 9ecd51c60835: Mounted from library/openjdk [2019-07-02T08:19:36.812Z] cf5b3c6798f7: Mounted from library/openjdk [2019-07-02T08:19:38.156Z] 7150cceeb9cc: Pushed [2019-07-02T08:19:42.279Z] latest: digest: sha256:8cbbf65d3ab5fb46c1e8142479c2d934067f249433833561254bb76888a6dcf4 size: 1785 [2019-07-02T08:19:42.279Z] Docker image successfully pushed for kyberorg. Enjoy! [Pipeline] } [Pipeline] // timeout [Pipeline] timeout [2019-07-02T08:19:42.363Z] Timeout set to expire in 5 min 0 sec [Pipeline] { [Pipeline] sh [2019-07-02T08:19:42.677Z] + set +x [2019-07-02T08:19:42.677Z] Moikka kyberorg! [2019-07-02T08:19:42.677Z] Here is Docker Summary: [2019-07-02T08:19:42.677Z] Images built and pushed: 1 [2019-07-02T08:19:42.677Z] [ [2019-07-02T08:19:42.677Z] yasys/db-aware-openjdk:latest [2019-07-02T08:19:42.677Z] ] [2019-07-02T08:19:42.677Z] 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 [2019-07-02T08:19:42.869Z] One way or another, I have finished. Tsau! [Pipeline] sh [2019-07-02T08:19:43.175Z] + set +x [2019-07-02T08:19:43.175Z] Making workspace writable for correct cleanup [2019-07-02T08:19:43.175Z] Done for kyberorg [Pipeline] deleteDir [Pipeline] echo [2019-07-02T08:19:43.233Z] Great success! [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // timestamps [Pipeline] } [Pipeline] // timeout [Pipeline] } [Pipeline] // withEnv [Pipeline] } $ docker stop --time=1 1980b2df679eb80a266e70127273114b8b407d1789fa2ff522abb017de27e43b $ docker rm -f 1980b2df679eb80a266e70127273114b8b407d1789fa2ff522abb017de27e43b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] End of Pipeline Finished: SUCCESS