Push event to branch hanoi Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7658dde2fa5f0df1322b53e9d399e0259178d9cc Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/hanoi/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/app-service-configurable/branches/hanoi/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-service-configurable, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-service-configurable-settings PROJECT: app-service-configurable USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20066 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-service-configurable.git > git init /w/workspace/y_app-service-configurable_hanoi # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:24:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:24:42 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:24:42 ========================================================= 00:24:42 EdgeX Global Pipelines Version Info 00:24:42 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:24:45 ------------------- 00:24:45 stable info: 00:24:45 ------------------- 00:24:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:24:45 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:24:45 Message: update stable to v1.0.177 00:24:46 ------------------- 00:24:46 experimental info: 00:24:46 ------------------- 00:24:46 Commited By: **** collab-it+edgex@linuxfoundation.org 00:24:46 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:24:46 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:24:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 00:24:46 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:24:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:24:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 00:24:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = hanoi [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = hanoi [Pipeline] echo 00:24:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = hanoi [Pipeline] echo 00:24:51 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 00:24:51 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7658dde [Pipeline] echo 00:24:51 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:24:51 provisioning config files... 00:24:51 copy managed file [app-service-configurable-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1762968736216293624tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:24:52 ---> docker-login.sh 00:24:52 nexus3.edgexfoundry.org:10001 00:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:52 Configure a credential helper to remove this warning. See 00:24:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:52 00:24:52 Login Succeeded 00:24:52 nexus3.edgexfoundry.org:10002 00:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:52 Configure a credential helper to remove this warning. See 00:24:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:52 00:24:52 Login Succeeded 00:24:52 nexus3.edgexfoundry.org:10003 00:24:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:52 Configure a credential helper to remove this warning. See 00:24:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:52 00:24:52 Login Succeeded 00:24:52 nexus3.edgexfoundry.org:10004 00:24:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:53 Configure a credential helper to remove this warning. See 00:24:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:53 00:24:53 Login Succeeded 00:24:53 docker.io 00:24:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:24:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:24:53 Configure a credential helper to remove this warning. See 00:24:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:24:53 00:24:53 Login Succeeded 00:24:53 ---> docker-login.sh ends [Pipeline] } 00:24:53 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:24:54 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] echo 00:24:54 GIT_COMMIT: 7658dde2fa5f0df1322b53e9d399e0259178d9cc, Commit Message: build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141) [Pipeline] echo 00:24:54 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 00:24:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:55 00:24:55 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:24:55 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:55 latest: Pulling from edgex-devops/git-semver 00:24:55 31603596830f: Pulling fs layer 00:24:55 2a8b12db71e7: Pulling fs layer 00:24:55 6ca5941a6612: Pulling fs layer 00:24:55 ecc8261a40a4: Pulling fs layer 00:24:55 ecc8261a40a4: Waiting 00:24:55 2a8b12db71e7: Verifying Checksum 00:24:55 2a8b12db71e7: Download complete 00:24:56 31603596830f: Verifying Checksum 00:24:56 31603596830f: Download complete 00:24:56 ecc8261a40a4: Verifying Checksum 00:24:56 ecc8261a40a4: Download complete 00:24:56 6ca5941a6612: Verifying Checksum 00:24:56 6ca5941a6612: Download complete 00:24:56 31603596830f: Pull complete 00:24:56 2a8b12db71e7: Pull complete 00:24:57 6ca5941a6612: Pull complete 00:24:57 ecc8261a40a4: Pull complete 00:24:57 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:24:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:24:57 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:24:58 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:24:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:25:00 $ docker top cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:25:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:00 [ssh-agent] Looking for ssh-agent implementation... 00:25:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:00 $ docker exec cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent 00:25:01 SSH_AUTH_SOCK=/tmp/ssh-EgoTrpjmJ1o3/agent.11 00:25:01 SSH_AGENT_PID=17 00:25:01 Running ssh-add (command line suppressed) 00:25:01 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2268129479194069192.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_2268129479194069192.key) 00:25:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:01 + git tag --points-at HEAD [Pipeline] } 00:25:01 $ docker exec --env ******** --env ******** cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent -k 00:25:01 unset SSH_AUTH_SOCK; 00:25:01 unset SSH_AGENT_PID; 00:25:01 echo Agent pid 17 killed; 00:25:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 00:25:02 [edgeXSemver]: set GITSEMVER_HEAD_TAG to 'v1.2.1-dev.23|v1.3.0' [Pipeline] sshagent 00:25:02 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:25:02 [ssh-agent] Looking for ssh-agent implementation... 00:25:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:25:02 $ docker exec cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent 00:25:02 SSH_AUTH_SOCK=/tmp/ssh-EYpYzOkuuPek/agent.47 00:25:02 SSH_AGENT_PID=52 00:25:02 Running ssh-add (command line suppressed) 00:25:02 Identity added: /w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7940861831237631469.key (/w/workspace/y_app-service-configurable_hanoi@tmp/private_key_7940861831237631469.key) 00:25:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:25:03 + git semver init 00:25:03 # -> Open(): unable to determine branch for HEAD 00:25:03 # $GIT_DIR = /w/workspace/y_app-service-configurable_hanoi/.git 00:25:03 # $GIT_WORK_TREE = /w/workspace/y_app-service-configurable_hanoi 00:25:03 # $SEMVER_REMOTE_NAME = origin 00:25:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:25:03 # $SEMVER_USER_NAME = edgex-jenkins 00:25:03 # $SEMVER_BRANCH = hanoi 00:25:03 # $SEMVER_TEMP = /tmp/semver-099618368 00:25:03 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 00:25:04 # '/tmp/semver-099618368' -> '/w/workspace/y_app-service-configurable_hanoi/.semver' 00:25:04 # -> Force: false 00:25:04 # $SEMVER_DIR = /w/workspace/y_app-service-configurable_hanoi/.semver [Pipeline] } 00:25:04 $ docker exec --env ******** --env ******** cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 ssh-agent -k 00:25:04 unset SSH_AUTH_SOCK; 00:25:04 unset SSH_AGENT_PID; 00:25:04 echo Agent pid 52 killed; 00:25:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:25:05 + git semver [Pipeline] } 00:25:05 $ docker stop --time=1 cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 00:25:07 $ docker rm -f cdb84018b48af657f14aa40460d01f68504737d6f37f4aedd8f6a2bc0ab05035 [Pipeline] // withDockerContainer [Pipeline] sh 00:25:08 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:25:08 Stashed 1 file(s) [Pipeline] echo 00:25:08 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 00:25:24 Still waiting to schedule task 00:25:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 00:25:24 Still waiting to schedule task 00:25:24 ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20068’ is offline 00:27:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20071 in /w/workspace/y_app-service-configurable_hanoi [Pipeline] { [Pipeline] ws 00:27:58 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 00:28:03 using credential edgex-jenkins-ssh 00:28:03 Cloning the remote Git repository 00:28:03 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:28:04 > git init /w/workspace/app-service-configurable/1 # timeout=10 00:28:04 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:28:04 > git --version # timeout=10 00:28:04 > git --version # 'git version 2.17.1' 00:28:04 using GIT_SSH to set credentials SSH Credentials for GitHub 00:28:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:28:05 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) 00:28:04 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:28:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:28:05 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:28:05 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:28:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:28:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 00:28:05 > git config core.sparsecheckout # timeout=10 00:28:05 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 00:28:10 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" 00:28:10 > git --version # timeout=10 00:28:10 > git --version # 'git version 2.17.1' 00:28:10 fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:28:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:28:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:28:13 + sudo service docker restart 00:28:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:28:15 provisioning config files... 00:28:15 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config6060422237387512155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:28:16 ---> docker-login.sh 00:28:16 nexus3.edgexfoundry.org:10001 00:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:17 Configure a credential helper to remove this warning. See 00:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:17 00:28:17 Login Succeeded 00:28:17 nexus3.edgexfoundry.org:10002 00:28:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:17 Configure a credential helper to remove this warning. See 00:28:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:17 00:28:17 Login Succeeded 00:28:18 nexus3.edgexfoundry.org:10003 00:28:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:18 Configure a credential helper to remove this warning. See 00:28:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:18 00:28:18 Login Succeeded 00:28:18 nexus3.edgexfoundry.org:10004 00:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:19 Configure a credential helper to remove this warning. See 00:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:19 00:28:19 Login Succeeded 00:28:19 docker.io 00:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:28:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:28:20 Configure a credential helper to remove this warning. See 00:28:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:28:20 00:28:20 Login Succeeded 00:28:20 ---> docker-login.sh ends [Pipeline] } 00:28:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:28:20 ========================================================= 00:28:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:28:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:28:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:28:21 Sending build context to Docker daemon 98.82kB 00:28:21 Step 1/8 : ARG BASE=golang:1.15-alpine 00:28:21 Step 2/8 : FROM ${BASE} 00:28:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:28:21 5f621e34cdf4: Pulling fs layer 00:28:21 a4357932f1b6: Pulling fs layer 00:28:21 18c013af1878: Pulling fs layer 00:28:21 00ac8860ef70: Pulling fs layer 00:28:21 63d7cb157983: Pulling fs layer 00:28:21 b116817d02f9: Pulling fs layer 00:28:21 745a02a5169b: Pulling fs layer 00:28:21 00ac8860ef70: Waiting 00:28:21 63d7cb157983: Waiting 00:28:21 b116817d02f9: Waiting 00:28:21 745a02a5169b: Waiting 00:28:21 18c013af1878: Verifying Checksum 00:28:21 18c013af1878: Download complete 00:28:21 a4357932f1b6: Verifying Checksum 00:28:21 a4357932f1b6: Download complete 00:28:21 63d7cb157983: Verifying Checksum 00:28:21 63d7cb157983: Download complete 00:28:21 b116817d02f9: Verifying Checksum 00:28:21 b116817d02f9: Download complete 00:28:21 5f621e34cdf4: Verifying Checksum 00:28:21 5f621e34cdf4: Download complete 00:28:22 5f621e34cdf4: Pull complete 00:28:23 a4357932f1b6: Pull complete 00:28:23 18c013af1878: Pull complete 00:28:24 745a02a5169b: Verifying Checksum 00:28:24 745a02a5169b: Download complete 00:28:26 00ac8860ef70: Verifying Checksum 00:28:26 00ac8860ef70: Download complete 00:28:36 00ac8860ef70: Pull complete 00:28:36 63d7cb157983: Pull complete 00:28:36 b116817d02f9: Pull complete 00:28:40 745a02a5169b: Pull complete 00:28:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:28:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:28:40 ---> b7e6874047d6 00:28:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:28:42 ---> Running in f14fd8ed4e8c 00:28:43 Removing intermediate container f14fd8ed4e8c 00:28:43 ---> a816908c08c9 00:28:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:28:43 ---> Running in bca35179d873 00:28:45 Removing intermediate container bca35179d873 00:28:45 ---> a4949d42e0c9 00:28:45 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:28:45 ---> Running in 00f211beef51 00:28:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:28:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:28:48 (1/6) Installing libc-dev (0.7.2-r3) 00:28:48 (2/6) Installing libsodium (1.0.18-r0) 00:28:48 (3/6) Installing pkgconf (1.7.2-r0) 00:28:48 (4/6) Installing libsodium-dev (1.0.18-r0) 00:28:48 (5/6) Installing libzmq (4.3.3-r0) 00:28:48 (6/6) Installing zeromq-dev (4.3.3-r0) 00:28:48 Executing busybox-1.31.1-r19.trigger 00:28:48 OK: 144 MiB in 45 packages 00:28:50 Removing intermediate container 00f211beef51 00:28:50 ---> 35e5e53fde44 00:28:50 Step 6/8 : WORKDIR /app 00:28:50 ---> Running in 5672582833bb 00:28:50 Removing intermediate container 5672582833bb 00:28:50 ---> 8450514ac6c5 00:28:50 Step 7/8 : COPY . . 00:28:51 ---> c52ba5108e93 00:28:51 Step 8/8 : RUN go mod download 00:28:51 ---> Running in 14fa22ce16bc 00:29:24 Removing intermediate container 14fa22ce16bc 00:29:24 ---> b211b9ca3054 00:29:24 Successfully built b211b9ca3054 00:29:24 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:29:25 + docker inspect -f . ci-base-image-arm64 00:29:25 . [Pipeline] withDockerContainer 00:29:25 prd-ubuntu18.04-docker-arm64-4c-16g-20071 does not seem to be running inside a container 00:29:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -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 ******** ci-base-image-arm64 cat 00:29:26 $ docker top 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 -eo pid,comm [Pipeline] { [Pipeline] sh 00:29:28 + go version 00:29:28 go version go1.15.5 linux/arm64 [Pipeline] } 00:29:28 $ docker stop --time=1 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 00:29:30 $ docker rm -f 9c36ff5914ea24b27f4ea6525731a9db341ee87dcd2b552716c9730d53008e37 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:29:31 + docker inspect -f . ci-base-image-arm64 00:29:31 . [Pipeline] withDockerContainer 00:29:31 prd-ubuntu18.04-docker-arm64-4c-16g-20071 does not seem to be running inside a container 00:29:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -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 ******** ci-base-image-arm64 cat 00:29:32 Running on prd-centos7-docker-4c-2g-20072 in /w/workspace/y_app-service-configurable_hanoi 00:29:33 $ docker top 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws 00:29:33 Running in /w/workspace/app-service-configurable/1 [Pipeline] { [Pipeline] checkout 00:29:34 + make test 00:29:34 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:29:36 using credential edgex-jenkins-ssh 00:29:36 Cloning the remote Git repository 00:29:36 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 00:29:37 > git init /w/workspace/app-service-configurable/1 # timeout=10 00:29:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:29:37 > git --version # timeout=10 00:29:37 > git --version # 'git version 2.24.3' 00:29:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:29:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:38 Checking out Revision 7658dde2fa5f0df1322b53e9d399e0259178d9cc (hanoi) 00:29:37 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:29:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:37 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 00:29:37 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 00:29:37 using GIT_SSH to set credentials SSH Credentials for GitHub 00:29:37 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/hanoi:refs/remotes/origin/hanoi # timeout=10 00:29:38 > git config core.sparsecheckout # timeout=10 00:29:38 > git checkout -f 7658dde2fa5f0df1322b53e9d399e0259178d9cc # timeout=10 00:29:42 Commit message: "build(deps): bump github.com/edgexfoundry/app-functions-sdk-go (#141)" 00:29:42 > git --version # timeout=10 00:29:42 > git --version # 'git version 2.24.3' 00:29:42 fatal: bad object f82e9360b4159668f7e3e090307a6179e9a8e48d [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:29:44 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:29:44 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:29:44 + sudo service docker restart 00:29:44 + true 00:29:44 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:29:46 provisioning config files... 00:29:46 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5233217309208605826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:29:46 ---> docker-login.sh 00:29:46 nexus3.edgexfoundry.org:10001 00:29:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 nexus3.edgexfoundry.org:10002 00:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 nexus3.edgexfoundry.org:10003 00:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 nexus3.edgexfoundry.org:10004 00:29:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:47 Configure a credential helper to remove this warning. See 00:29:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:47 00:29:47 Login Succeeded 00:29:47 docker.io 00:29:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:29:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:29:48 Configure a credential helper to remove this warning. See 00:29:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:29:48 00:29:48 Login Succeeded 00:29:48 ---> docker-login.sh ends [Pipeline] } 00:29:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:29:49 ========================================================= 00:29:49 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:29:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:29:49 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:29:49 Sending build context to Docker daemon 98.82kB 00:29:49 Step 1/8 : ARG BASE=golang:1.15-alpine 00:29:49 Step 2/8 : FROM ${BASE} 00:29:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:29:49 188c0c94c7c5: Pulling fs layer 00:29:49 0ef7d3d256c8: Pulling fs layer 00:29:49 de9db76c5a1d: Pulling fs layer 00:29:49 bca2f99d35d6: Pulling fs layer 00:29:49 93359f2a8cfa: Pulling fs layer 00:29:49 7c6f9722023f: Pulling fs layer 00:29:49 a35cf1a2eb13: Pulling fs layer 00:29:49 bca2f99d35d6: Waiting 00:29:49 93359f2a8cfa: Waiting 00:29:49 7c6f9722023f: Waiting 00:29:49 a35cf1a2eb13: Waiting 00:29:49 de9db76c5a1d: Verifying Checksum 00:29:49 de9db76c5a1d: Download complete 00:29:49 0ef7d3d256c8: Verifying Checksum 00:29:49 0ef7d3d256c8: Download complete 00:29:49 93359f2a8cfa: Verifying Checksum 00:29:49 93359f2a8cfa: Download complete 00:29:49 188c0c94c7c5: Verifying Checksum 00:29:49 188c0c94c7c5: Download complete 00:29:49 7c6f9722023f: Verifying Checksum 00:29:49 7c6f9722023f: Download complete 00:29:50 188c0c94c7c5: Pull complete 00:29:50 0ef7d3d256c8: Pull complete 00:29:50 de9db76c5a1d: Pull complete 00:29:52 a35cf1a2eb13: Verifying Checksum 00:29:52 a35cf1a2eb13: Download complete 00:29:54 bca2f99d35d6: Verifying Checksum 00:29:54 bca2f99d35d6: Download complete 00:30:03 bca2f99d35d6: Pull complete 00:30:03 93359f2a8cfa: Pull complete 00:30:03 7c6f9722023f: Pull complete 00:30:08 a35cf1a2eb13: Pull complete 00:30:08 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:30:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:30:08 ---> a62c8e92a672 00:30:08 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:30:08 ---> Running in d7c245de349d 00:30:08 Removing intermediate container d7c245de349d 00:30:08 ---> eeb853440c3c 00:30:08 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:09 ---> Running in d7b7e03205d6 00:30:11 Removing intermediate container d7b7e03205d6 00:30:11 ---> 9b76add2fd56 00:30:11 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 00:30:11 ---> Running in cedb25bae1d0 00:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:30:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:30:13 (1/6) Installing libc-dev (0.7.2-r3) 00:30:13 (2/6) Installing libsodium (1.0.18-r0) 00:30:13 (3/6) Installing pkgconf (1.7.2-r0) 00:30:13 (4/6) Installing libsodium-dev (1.0.18-r0) 00:30:14 (5/6) Installing libzmq (4.3.3-r0) 00:30:14 (6/6) Installing zeromq-dev (4.3.3-r0) 00:30:14 Executing busybox-1.31.1-r19.trigger 00:30:14 OK: 167 MiB in 45 packages 00:30:15 Removing intermediate container cedb25bae1d0 00:30:15 ---> 08b092467d2f 00:30:15 Step 6/8 : WORKDIR /app 00:30:15 ---> Running in 241ccbb8f684 00:30:15 Removing intermediate container 241ccbb8f684 00:30:15 ---> ead302da1fd8 00:30:15 Step 7/8 : COPY . . 00:30:15 ---> e2a418b71032 00:30:15 Step 8/8 : RUN go mod download 00:30:16 ---> Running in a7bf1659a01d 00:30:21 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:30:21 CGO_ENABLED=1 go vet ./... 00:30:34 gofmt -l . 00:30:34 [ "`gofmt -l .`" = "" ] 00:30:34 ./bin/test-go-mod-tidy.sh 00:30:34 ./bin/test-attribution-txt.sh [Pipeline] } 00:30:34 $ docker stop --time=1 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f 00:30:36 $ docker rm -f 8dca2a3f4fe58c03c9b71407ecb8a2e48ba9c9436394cecf5dea4059bac50e8f [Pipeline] // withDockerContainer [Pipeline] sh 00:30:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:30:38 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 00:30:39 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:30:40 + ls -al . 00:30:40 total 120 00:30:40 drwxrwxr-x 7 jenkins jenkins 4096 Jan 14 00:30 . 00:30:40 drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 00:28 .. 00:30:40 -rw-rw-r-- 1 jenkins jenkins 119 Jan 14 00:28 .dockerignore 00:30:40 drwxrwxr-x 8 jenkins jenkins 4096 Jan 14 00:28 .git 00:30:40 drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 00:28 .github 00:30:40 -rw-rw-r-- 1 jenkins jenkins 93 Jan 14 00:28 .gitignore 00:30:40 -rw-rw-r-- 1 jenkins jenkins 6568 Jan 14 00:28 Attribution.txt 00:30:40 -rw-rw-r-- 1 jenkins jenkins 2002 Jan 14 00:28 Dockerfile 00:30:40 -rw-rw-r-- 1 jenkins jenkins 966 Jan 14 00:28 Dockerfile.build 00:30:40 -rw-rw-r-- 1 jenkins jenkins 687 Jan 14 00:28 Jenkinsfile 00:30:40 -rw-rw-r-- 1 jenkins jenkins 10174 Jan 14 00:28 LICENSE 00:30:40 -rw-rw-r-- 1 jenkins jenkins 1277 Jan 14 00:28 README.md 00:30:40 -rw-rw-r-- 1 jenkins jenkins 5 Jan 14 00:25 VERSION 00:30:40 drwxrwxr-x 2 jenkins jenkins 4096 Jan 14 00:28 bin 00:30:40 -rw-r--r-- 1 jenkins jenkins 10 Jan 14 00:29 coverage.out 00:30:40 -rw-rw-r-- 1 jenkins jenkins 180 Jan 14 00:28 docker-compose.debug.yml 00:30:40 -rw-rw-r-- 1 jenkins jenkins 133 Jan 14 00:28 docker-compose.yml 00:30:40 -rw-r--r-- 1 jenkins jenkins 126 Jan 14 00:30 go.mod 00:30:40 -rw-r--r-- 1 jenkins jenkins 19551 Jan 14 00:30 go.sum 00:30:40 -rw-rw-r-- 1 jenkins jenkins 1519 Jan 14 00:28 main.go 00:30:40 -rw-rw-r-- 1 jenkins jenkins 1573 Jan 14 00:28 makefile 00:30:40 drwxrwxr-x 10 jenkins jenkins 4096 Jan 14 00:28 res 00:30:40 drwxrwxr-x 4 jenkins jenkins 4096 Jan 14 00:28 snap [Pipeline] isUnix [Pipeline] sh 00:30:40 + docker build -t docker-app-service-configurable-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=arm64 --label version=0.0.0 . 00:30:40 Sending build context to Docker daemon 121.3kB 00:30:41 Step 1/27 : ARG BASE=golang:1.15-alpine 00:30:41 Step 2/27 : FROM ${BASE} AS builder 00:30:41 ---> b211b9ca3054 00:30:41 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:30:41 ---> Running in 6cd0b0bc9403 00:30:42 Removing intermediate container 6cd0b0bc9403 00:30:42 ---> 298516acd6bc 00:30:42 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:30:42 ---> Running in 2c2535aeeb48 00:30:42 Removing intermediate container 2c2535aeeb48 00:30:42 ---> 68dc2db37ba8 00:30:42 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:30:42 ---> Running in 7f9d66ae864d 00:30:43 Removing intermediate container a7bf1659a01d 00:30:43 ---> 8180240e2b0d 00:30:43 Successfully built 8180240e2b0d 00:30:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:30:43 Removing intermediate container 7f9d66ae864d 00:30:43 ---> 2587d04addb2 00:30:43 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:30:43 ---> Running in 9f2e0bd3a864 00:30:43 + docker inspect -f . ci-base-image-x86_64 00:30:43 . [Pipeline] withDockerContainer 00:30:43 prd-centos7-docker-4c-2g-20072 does not seem to be running inside a container 00:30:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -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 ******** ci-base-image-x86_64 cat 00:30:45 $ docker top 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 -eo pid,comm 00:30:45 Removing intermediate container 9f2e0bd3a864 00:30:45 ---> e0db7758f33c 00:30:45 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [Pipeline] { [Pipeline] sh 00:30:45 ---> Running in 5a6dcc3df88f 00:30:45 + go version 00:30:45 go version go1.15.5 linux/amd64 [Pipeline] } 00:30:45 $ docker stop --time=1 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 00:30:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:30:47 $ docker rm -f 52c2fc293945801703173dc125c31bf0953f45af1685d97de9d2a1a8b019e077 00:30:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:30:48 + docker inspect -f . ci-base-image-x86_64 00:30:48 . [Pipeline] withDockerContainer 00:30:48 OK: 144 MiB in 45 packages 00:30:48 prd-centos7-docker-4c-2g-20072 does not seem to be running inside a container 00:30:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/1 -v /w/workspace/app-service-configurable/1:/w/workspace/app-service-configurable/1:rw,z -v /w/workspace/app-service-configurable/1@tmp:/w/workspace/app-service-configurable/1@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 ******** -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 ******** ci-base-image-x86_64 cat 00:30:49 $ docker top aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f -eo pid,comm [Pipeline] { 00:30:49 Removing intermediate container 5a6dcc3df88f 00:30:49 ---> a455de83a018 00:30:49 Step 8/27 : WORKDIR /app [Pipeline] sh 00:30:49 ---> Running in bbdd374950a6 00:30:50 + make test 00:30:50 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 00:30:50 Removing intermediate container bbdd374950a6 00:30:50 ---> e689ef37b104 00:30:50 Step 9/27 : COPY go.mod . 00:30:51 ---> 6469c1125e0c 00:30:51 Step 10/27 : RUN go mod download 00:30:51 ---> Running in b04d19b31d65 00:30:53 Removing intermediate container b04d19b31d65 00:30:53 ---> 103f04559f6e 00:30:53 Step 11/27 : COPY . . 00:30:54 ---> afb373e1af00 00:30:54 Step 12/27 : ARG MAKE="make build" 00:30:54 ---> Running in 3a32d33f01c1 00:30:54 Removing intermediate container 3a32d33f01c1 00:30:54 ---> 6cc608a7d0cb 00:30:54 Step 13/27 : RUN $MAKE 00:30:54 ---> Running in c532d4a5dfa2 00:30:55 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:31:16 ? github.com/edgexfoundry/app-service-configurable [no test files] 00:31:16 CGO_ENABLED=1 go vet ./... 00:31:20 gofmt -l . 00:31:20 [ "`gofmt -l .`" = "" ] 00:31:20 ./bin/test-go-mod-tidy.sh 00:31:21 ./bin/test-attribution-txt.sh [Pipeline] } 00:31:22 $ docker stop --time=1 aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f 00:31:23 $ docker rm -f aa63cae47a4271a2603d62aa30a7e1ed98f6bd08c080e81f0370360abd29b88f [Pipeline] // withDockerContainer [Pipeline] sh 00:31:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 00:31:24 Warning: overwriting stash ‘coverage-report’ 00:31:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 00:31:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 00:31:26 + ls -al . 00:31:26 total 96 00:31:26 drwxrwxr-x. 7 jenkins jenkins 4096 Jan 14 00:31 . 00:31:26 drwxrwxr-x. 4 jenkins jenkins 28 Jan 14 00:29 .. 00:31:26 -rw-rw-r--. 1 jenkins jenkins 6568 Jan 14 00:29 Attribution.txt 00:31:26 drwxrwxr-x. 2 jenkins jenkins 64 Jan 14 00:29 bin 00:31:26 -rw-r--r--. 1 jenkins jenkins 10 Jan 14 00:30 coverage.out 00:31:26 -rw-rw-r--. 1 jenkins jenkins 180 Jan 14 00:29 docker-compose.debug.yml 00:31:26 -rw-rw-r--. 1 jenkins jenkins 133 Jan 14 00:29 docker-compose.yml 00:31:26 -rw-rw-r--. 1 jenkins jenkins 2002 Jan 14 00:29 Dockerfile 00:31:26 -rw-rw-r--. 1 jenkins jenkins 966 Jan 14 00:29 Dockerfile.build 00:31:26 -rw-rw-r--. 1 jenkins jenkins 119 Jan 14 00:29 .dockerignore 00:31:26 drwxrwxr-x. 8 jenkins jenkins 162 Jan 14 00:29 .git 00:31:26 drwxrwxr-x. 2 jenkins jenkins 81 Jan 14 00:29 .github 00:31:26 -rw-rw-r--. 1 jenkins jenkins 93 Jan 14 00:29 .gitignore 00:31:26 -rw-r--r--. 1 jenkins jenkins 126 Jan 14 00:31 go.mod 00:31:26 -rw-r--r--. 1 jenkins jenkins 19551 Jan 14 00:31 go.sum 00:31:26 -rw-rw-r--. 1 jenkins jenkins 687 Jan 14 00:29 Jenkinsfile 00:31:26 -rw-rw-r--. 1 jenkins jenkins 10174 Jan 14 00:29 LICENSE 00:31:26 -rw-rw-r--. 1 jenkins jenkins 1519 Jan 14 00:29 main.go 00:31:26 -rw-rw-r--. 1 jenkins jenkins 1573 Jan 14 00:29 makefile 00:31:26 -rw-rw-r--. 1 jenkins jenkins 1277 Jan 14 00:29 README.md 00:31:26 drwxrwxr-x. 10 jenkins jenkins 171 Jan 14 00:29 res 00:31:26 drwxrwxr-x. 4 jenkins jenkins 71 Jan 14 00:29 snap 00:31:26 -rw-rw-r--. 1 jenkins jenkins 5 Jan 14 00:25 VERSION [Pipeline] isUnix [Pipeline] sh 00:31:26 + docker build -t docker-app-service-configurable -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc --label arch=amd64 --label version=0.0.0 . 00:31:26 Sending build context to Docker daemon 121.3kB 00:31:26 Step 1/27 : ARG BASE=golang:1.15-alpine 00:31:26 Step 2/27 : FROM ${BASE} AS builder 00:31:26 ---> 8180240e2b0d 00:31:26 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 00:31:26 ---> Running in 37ef38f97051 00:31:27 Removing intermediate container 37ef38f97051 00:31:27 ---> 2f82a3042624 00:31:27 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 00:31:27 ---> Running in 8f137b9a06b0 00:31:27 Removing intermediate container 8f137b9a06b0 00:31:27 ---> 0ecb35844ab1 00:31:27 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:31:27 ---> Running in b2784f9c0f5a 00:31:27 Removing intermediate container b2784f9c0f5a 00:31:27 ---> 1e9f9ee815a6 00:31:27 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:31:27 ---> Running in 7fc3cf410cc7 00:31:28 Removing intermediate container 7fc3cf410cc7 00:31:28 ---> b24d0a656f4d 00:31:28 Step 7/27 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 00:31:28 ---> Running in 65d32a6242a6 00:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:30 OK: 167 MiB in 45 packages 00:31:31 Removing intermediate container 65d32a6242a6 00:31:31 ---> 1ab3e5a7d810 00:31:31 Step 8/27 : WORKDIR /app 00:31:31 ---> Running in ffa375d3ccb6 00:31:31 Removing intermediate container ffa375d3ccb6 00:31:31 ---> df085ee8b3c9 00:31:31 Step 9/27 : COPY go.mod . 00:31:31 ---> 54debac973f1 00:31:31 Step 10/27 : RUN go mod download 00:31:31 ---> Running in 40cd51e98aaa 00:31:32 Removing intermediate container 40cd51e98aaa 00:31:32 ---> eb5dda6180c0 00:31:32 Step 11/27 : COPY . . 00:31:33 ---> 76738172ad3e 00:31:33 Step 12/27 : ARG MAKE="make build" 00:31:33 ---> Running in d4664bb40d23 00:31:33 Removing intermediate container d4664bb40d23 00:31:33 ---> a2ebf9c60f74 00:31:33 Step 13/27 : RUN $MAKE 00:31:33 ---> Running in 2a1b03c2425a 00:31:34 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 00:31:43 Removing intermediate container c532d4a5dfa2 00:31:43 ---> 4861e3177b6c 00:31:43 Step 14/27 : FROM alpine:latest 00:31:43 latest: Pulling from library/alpine 00:31:43 159e5727ea61: Pulling fs layer 00:31:43 159e5727ea61: Verifying Checksum 00:31:43 159e5727ea61: Download complete 00:31:43 159e5727ea61: Pull complete 00:31:43 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:31:43 Status: Downloaded newer image for alpine:latest 00:31:43 ---> afeebe901d6b 00:31:43 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 00:31:44 ---> Running in 5dba4d28509d 00:31:44 Removing intermediate container 5dba4d28509d 00:31:44 ---> 8e2e48df763d 00:31:44 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:31:44 ---> Running in 0fc59c60ffab 00:31:45 Removing intermediate container 0fc59c60ffab 00:31:45 ---> 1b5b852aef12 00:31:45 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:31:45 ---> Running in bbaf2ea44177 00:31:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:31:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:31:47 (1/6) Installing ca-certificates (20191127-r4) 00:31:47 (2/6) Installing libgcc (9.3.0-r2) 00:31:47 (3/6) Installing libsodium (1.0.18-r0) 00:31:47 (4/6) Installing libstdc++ (9.3.0-r2) 00:31:47 (5/6) Installing libzmq (4.3.3-r0) 00:31:47 (6/6) Installing zeromq (4.3.3-r0) 00:31:47 Executing busybox-1.31.1-r19.trigger 00:31:47 Executing ca-certificates-20191127-r4.trigger 00:31:47 OK: 9 MiB in 20 packages 00:31:49 Removing intermediate container bbaf2ea44177 00:31:49 ---> 02e56af54961 00:31:49 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:31:50 ---> 15f4db46d59e 00:31:50 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:31:50 ---> c39eebf7771f 00:31:50 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:31:51 ---> acaf1742a8f5 00:31:51 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:31:52 ---> dbdb1d861dac 00:31:52 Step 22/27 : EXPOSE 48095 00:31:53 ---> Running in cc65f12ce98a 00:31:53 Removing intermediate container cc65f12ce98a 00:31:53 ---> 897c7c69a473 00:31:53 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:31:53 ---> Running in cedbd473677a 00:31:53 Removing intermediate container cedbd473677a 00:31:53 ---> 6f1083b45953 00:31:53 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:31:54 ---> Running in d80fd2f45fd8 00:31:54 Removing intermediate container d80fd2f45fd8 00:31:54 ---> fe7269dca47d 00:31:54 Step 25/27 : LABEL arch=arm64 00:31:54 ---> Running in 25ed8702abb7 00:31:55 Removing intermediate container 25ed8702abb7 00:31:55 ---> edb48ffe7c13 00:31:55 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:31:55 ---> Running in 5a2eeb0d8c09 00:31:56 Removing intermediate container 5a2eeb0d8c09 00:31:56 ---> f80096aa11e9 00:31:56 Step 27/27 : LABEL version=0.0.0 00:31:56 ---> Running in c9072b41d752 00:31:56 Removing intermediate container 2a1b03c2425a 00:31:56 ---> 0406b031daae 00:31:56 Step 14/27 : FROM alpine:latest 00:31:56 latest: Pulling from library/alpine 00:31:56 801bfaa63ef2: Pulling fs layer 00:31:56 Removing intermediate container c9072b41d752 00:31:56 ---> 84a2918518ce 00:31:56 [Warning] One or more build-args [ARCH] were not consumed 00:31:56 Successfully built 84a2918518ce 00:31:56 Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } 00:31:56 801bfaa63ef2: Verifying Checksum 00:31:56 801bfaa63ef2: Download complete [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { 00:31:57 801bfaa63ef2: Pull complete 00:31:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:31:57 Status: Downloaded newer image for alpine:latest 00:31:57 ---> 389fef711851 00:31:57 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:57 provisioning config files... 00:31:57 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config5634148536306014079tmp [Pipeline] { 00:31:57 ---> Running in 4dba65091d05 00:31:57 Removing intermediate container 4dba65091d05 00:31:57 ---> 0764966728eb 00:31:57 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 00:31:57 ---> Running in a7fb9681b443 [Pipeline] libraryResource [Pipeline] sh 00:31:57 Removing intermediate container a7fb9681b443 00:31:57 ---> c577fe180963 00:31:57 Step 17/27 : RUN apk --no-cache add ca-certificates zeromq 00:31:57 ---> Running in b541ff24c3f6 00:31:57 ---> docker-login.sh 00:31:57 nexus3.edgexfoundry.org:10001 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10002 00:31:58 (1/6) Installing ca-certificates (20191127-r4) 00:31:58 (2/6) Installing libgcc (9.3.0-r2) 00:31:58 (3/6) Installing libsodium (1.0.18-r0) 00:31:58 (4/6) Installing libstdc++ (9.3.0-r2) 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 (5/6) Installing libzmq (4.3.3-r0) 00:31:58 (6/6) Installing zeromq (4.3.3-r0) 00:31:58 Executing busybox-1.31.1-r19.trigger 00:31:58 Executing ca-certificates-20191127-r4.trigger 00:31:58 OK: 9 MiB in 20 packages 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 nexus3.edgexfoundry.org:10003 00:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:59 Configure a credential helper to remove this warning. See 00:31:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:59 00:31:59 Login Succeeded 00:31:59 nexus3.edgexfoundry.org:10004 00:31:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:00 Removing intermediate container b541ff24c3f6 00:32:00 ---> c447d17b7d24 00:32:00 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 00:32:00 ---> 58a756126831 00:32:00 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 00:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:00 Configure a credential helper to remove this warning. See 00:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:00 00:32:00 Login Succeeded 00:32:00 docker.io 00:32:00 ---> ac57dccb5541 00:32:00 Step 20/27 : COPY --from=builder /app/res/ /res/ 00:32:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:00 ---> c1602808c090 00:32:00 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 00:32:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:00 Configure a credential helper to remove this warning. See 00:32:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:00 00:32:00 Login Succeeded 00:32:00 ---> docker-login.sh ends [Pipeline] } 00:32:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:32:01 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 00:32:01 7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:01 latest 00:32:01 0.0.0 00:32:01 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:01 hanoi 00:32:01 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:01 ---> 60737a3aae77 00:32:01 Step 22/27 : EXPOSE 48095 00:32:01 ---> Running in b8f7d76d1c7f 00:32:01 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 00:32:02 Removing intermediate container b8f7d76d1c7f 00:32:02 ---> 8c3d44fe8ad2 00:32:02 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 00:32:02 ---> Running in 2306ca11b9ad 00:32:02 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:02 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:32:02 3b8586706dbb: Preparing 00:32:02 86712d49b8fc: Preparing 00:32:02 90cda1d17280: Preparing 00:32:02 2edf0479d438: Preparing 00:32:02 8ff50d695f72: Preparing 00:32:02 379067d0cb53: Preparing 00:32:02 379067d0cb53: Waiting 00:32:02 Removing intermediate container 2306ca11b9ad 00:32:02 ---> 50d89a6c08c3 00:32:02 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:32:02 ---> Running in aa6f19e65136 00:32:02 Removing intermediate container aa6f19e65136 00:32:02 ---> befba268b2b3 00:32:02 Step 25/27 : LABEL arch=amd64 00:32:02 ---> Running in 295d486787fe 00:32:02 2edf0479d438: Pushed 00:32:02 90cda1d17280: Pushed 00:32:02 379067d0cb53: Layer already exists 00:32:02 Removing intermediate container 295d486787fe 00:32:02 ---> 581c60f061cf 00:32:02 Step 26/27 : LABEL git_sha=7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:02 ---> Running in 6b27494a9575 00:32:02 86712d49b8fc: Pushed 00:32:03 Removing intermediate container 6b27494a9575 00:32:03 ---> eb049f0f8c9f 00:32:03 Step 27/27 : LABEL version=0.0.0 00:32:03 ---> Running in 86f9e1a61cd2 00:32:03 Removing intermediate container 86f9e1a61cd2 00:32:03 ---> 7a4a0db908b1 00:32:03 [Warning] One or more build-args [ARCH] were not consumed 00:32:03 Successfully built 7a4a0db908b1 00:32:03 Successfully tagged docker-app-service-configurable:latest [Pipeline] } 00:32:03 8ff50d695f72: Pushed [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:03 provisioning config files... 00:32:03 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/1@tmp/config8463969082136990834tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:04 ---> docker-login.sh 00:32:04 nexus3.edgexfoundry.org:10001 00:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:04 Configure a credential helper to remove this warning. See 00:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:04 00:32:04 Login Succeeded 00:32:04 nexus3.edgexfoundry.org:10002 00:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:04 Configure a credential helper to remove this warning. See 00:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:04 00:32:04 Login Succeeded 00:32:04 nexus3.edgexfoundry.org:10003 00:32:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:04 Configure a credential helper to remove this warning. See 00:32:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:04 00:32:04 Login Succeeded 00:32:04 nexus3.edgexfoundry.org:10004 00:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:05 Configure a credential helper to remove this warning. See 00:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:05 00:32:05 Login Succeeded 00:32:05 docker.io 00:32:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:05 Configure a credential helper to remove this warning. See 00:32:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:05 00:32:05 Login Succeeded 00:32:05 ---> docker-login.sh ends [Pipeline] } 00:32:05 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:32:06 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 00:32:06 7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:06 latest 00:32:06 0.0.0 00:32:06 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:06 hanoi 00:32:06 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:06 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix 00:32:06 3b8586706dbb: Pushed 00:32:06 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:32:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:32:07 3b2f1d950193: Preparing 00:32:07 08f503ed39f0: Preparing 00:32:07 f2b75438577c: Preparing 00:32:07 4e4a8c70cb29: Preparing 00:32:07 5e335840a02e: Preparing 00:32:07 777b2c648970: Preparing 00:32:07 777b2c648970: Waiting 00:32:07 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:32:07 08f503ed39f0: Pushed 00:32:07 4e4a8c70cb29: Pushed 00:32:07 f2b75438577c: Pushed 00:32:07 777b2c648970: Layer already exists 00:32:07 5e335840a02e: Pushed 00:32:07 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:32:07 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:32:07 3b8586706dbb: Preparing 00:32:07 86712d49b8fc: Preparing 00:32:07 90cda1d17280: Preparing 00:32:07 2edf0479d438: Preparing 00:32:07 8ff50d695f72: Preparing 00:32:07 379067d0cb53: Preparing 00:32:07 379067d0cb53: Waiting 00:32:07 86712d49b8fc: Layer already exists 00:32:07 90cda1d17280: Layer already exists 00:32:07 3b8586706dbb: Layer already exists 00:32:07 8ff50d695f72: Layer already exists 00:32:07 2edf0479d438: Layer already exists 00:32:07 379067d0cb53: Layer already exists 00:32:08 latest: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:32:08 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 [Pipeline] isUnix [Pipeline] sh 00:32:08 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 00:32:08 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:32:08 3b8586706dbb: Preparing 00:32:08 86712d49b8fc: Preparing 00:32:08 90cda1d17280: Preparing 00:32:08 2edf0479d438: Preparing 00:32:08 8ff50d695f72: Preparing 00:32:08 379067d0cb53: Preparing 00:32:08 379067d0cb53: Waiting 00:32:08 2edf0479d438: Layer already exists 00:32:08 86712d49b8fc: Layer already exists 00:32:08 90cda1d17280: Layer already exists 00:32:08 8ff50d695f72: Layer already exists 00:32:08 3b8586706dbb: Layer already exists 00:32:08 379067d0cb53: Layer already exists 00:32:09 0.0.0: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh 00:32:09 3b2f1d950193: Pushed 00:32:09 7658dde2fa5f0df1322b53e9d399e0259178d9cc: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 00:32:09 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:32:09 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:09 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:32:09 3b8586706dbb: Preparing 00:32:09 86712d49b8fc: Preparing 00:32:09 90cda1d17280: Preparing 00:32:09 2edf0479d438: Preparing 00:32:09 8ff50d695f72: Preparing 00:32:09 379067d0cb53: Preparing 00:32:09 379067d0cb53: Waiting 00:32:09 86712d49b8fc: Layer already exists 00:32:09 90cda1d17280: Layer already exists 00:32:09 8ff50d695f72: Layer already exists 00:32:09 3b8586706dbb: Layer already exists 00:32:09 2edf0479d438: Layer already exists 00:32:09 379067d0cb53: Layer already exists 00:32:10 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:32:10 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:32:10 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:32:10 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:32:10 3b2f1d950193: Preparing 00:32:10 08f503ed39f0: Preparing 00:32:10 f2b75438577c: Preparing 00:32:10 4e4a8c70cb29: Preparing 00:32:10 5e335840a02e: Preparing 00:32:10 777b2c648970: Preparing 00:32:10 777b2c648970: Waiting 00:32:10 4e4a8c70cb29: Layer already exists 00:32:10 08f503ed39f0: Layer already exists 00:32:10 3b2f1d950193: Layer already exists 00:32:10 f2b75438577c: Layer already exists 00:32:10 5e335840a02e: Layer already exists 00:32:10 777b2c648970: Layer already exists 00:32:10 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] isUnix [Pipeline] sh 00:32:10 latest: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:32:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi 00:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 00:32:11 3b8586706dbb: Preparing 00:32:11 86712d49b8fc: Preparing 00:32:11 90cda1d17280: Preparing 00:32:11 2edf0479d438: Preparing 00:32:11 8ff50d695f72: Preparing 00:32:11 379067d0cb53: Preparing 00:32:11 379067d0cb53: Waiting 00:32:11 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 [Pipeline] isUnix [Pipeline] sh 00:32:11 3b8586706dbb: Layer already exists 00:32:11 8ff50d695f72: Layer already exists 00:32:11 2edf0479d438: Layer already exists 00:32:11 90cda1d17280: Layer already exists 00:32:11 86712d49b8fc: Layer already exists 00:32:11 379067d0cb53: Layer already exists 00:32:11 hanoi: digest: sha256:9fbc6a436ba07c87c56b9a95329655ac173102a8c5f3b2b03f961eb7cdbe6f7a size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry 00:32:11 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 00:32:11 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:32:11 3b2f1d950193: Preparing 00:32:11 08f503ed39f0: Preparing 00:32:11 f2b75438577c: Preparing 00:32:11 4e4a8c70cb29: Preparing 00:32:11 5e335840a02e: Preparing 00:32:11 777b2c648970: Preparing 00:32:11 3b2f1d950193: Layer already exists 00:32:11 5e335840a02e: Layer already exists 00:32:11 4e4a8c70cb29: Layer already exists 00:32:11 f2b75438577c: Layer already exists 00:32:11 08f503ed39f0: Layer already exists 00:32:11 777b2c648970: Layer already exists 00:32:11 0.0.0: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:32:11 ===================================================== [Pipeline] echo 00:32:11 taggedImages: 00:32:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 00:32:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:0.0.0 00:32:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:11 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws 00:32:12 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] isUnix [Pipeline] sh 00:32:13 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:13 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:32:13 3b2f1d950193: Preparing 00:32:13 08f503ed39f0: Preparing 00:32:13 f2b75438577c: Preparing 00:32:13 4e4a8c70cb29: Preparing 00:32:13 5e335840a02e: Preparing 00:32:13 777b2c648970: Preparing 00:32:13 777b2c648970: Waiting 00:32:13 5e335840a02e: Layer already exists 00:32:13 3b2f1d950193: Layer already exists 00:32:13 f2b75438577c: Layer already exists 00:32:13 4e4a8c70cb29: Layer already exists 00:32:13 08f503ed39f0: Layer already exists 00:32:13 777b2c648970: Layer already exists 00:32:13 7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] isUnix [Pipeline] sh 00:32:13 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi 00:32:14 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 00:32:14 3b2f1d950193: Preparing 00:32:14 08f503ed39f0: Preparing 00:32:14 f2b75438577c: Preparing 00:32:14 4e4a8c70cb29: Preparing 00:32:14 5e335840a02e: Preparing 00:32:14 777b2c648970: Preparing 00:32:14 777b2c648970: Waiting 00:32:14 f2b75438577c: Layer already exists 00:32:14 4e4a8c70cb29: Layer already exists 00:32:14 5e335840a02e: Layer already exists 00:32:14 08f503ed39f0: Layer already exists 00:32:14 3b2f1d950193: Layer already exists 00:32:14 777b2c648970: Layer already exists 00:32:14 hanoi: digest: sha256:b2c9f08cc85195773af3a27d69ea256c904b6734672022376480d23b01e78700 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 00:32:14 ===================================================== [Pipeline] echo 00:32:14 taggedImages: 00:32:14 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc 00:32:14 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 00:32:14 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:0.0.0 00:32:14 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:7658dde2fa5f0df1322b53e9d399e0259178d9cc-0.0.0 00:32:14 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:hanoi [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 00:32:16 provisioning config files... 00:32:16 copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config2216289370375285929tmp [Pipeline] { [Pipeline] sh 00:32:17 + set +x 00:32:17 + curl -s https://codecov.io/bash 00:32:17 + bash -s -- 00:32:17 00:32:17 _____ _ 00:32:17 / ____| | | 00:32:17 | | ___ __| | ___ ___ _____ __ 00:32:17 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 00:32:17 | |___| (_) | (_| | __/ (_| (_) \ V / 00:32:17 \_____\___/ \__,_|\___|\___\___/ \_/ 00:32:17 Bash-20201231-23d4836 00:32:17 00:32:17 00:32:17 ==> git version 2.24.3 found 00:32:17 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 00:32:17 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 00:32:17 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 00:32:17 ==> Jenkins CI detected. 00:32:17 project root: . 00:32:17 --> token set from env 00:32:17 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 00:32:17 ==> Running gcov in . (disable via -X gcov) 00:32:17 ==> Python coveragepy not found 00:32:17 ==> Searching for coverage reports in: 00:32:17 + . 00:32:17 -> Found 1 reports 00:32:17 ==> Detecting git/mercurial file structure 00:32:17 ==> Reading reports 00:32:17 + ./coverage.out bytes=10 00:32:17 ==> Appending adjustments 00:32:17 https://docs.codecov.io/docs/fixing-reports 00:32:17 + Found adjustments 00:32:17 ==> Gzipping contents 00:32:17 4.0K /tmp/codecov.vH93F6.gz 00:32:17 ==> Uploading reports 00:32:17 url: https://codecov.io 00:32:17 query: branch=hanoi&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:32:17 -> Pinging Codecov 00:32:17 https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=hanoi&commit=7658dde2fa5f0df1322b53e9d399e0259178d9cc&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fhanoi%2F1%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= 00:32:18 -> Uploading to 00:32:18 https://storage.googleapis.com/codecov/v4/raw/2021-01-14/A97CA9966030D2A3747ED39772930CCE/7658dde2fa5f0df1322b53e9d399e0259178d9cc/842fe062-ea10-40ef-ad89-35389991f34b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T003218Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2b29f113c25a26159922a6f63e21b268d3500195cfc43ee94683dda74ca88c0e 00:32:18 % Total % Received % Xferd Average Speed Time Time Time Current 00:32:18 Dload Upload Total Spent Left Speed 00:32:18 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 378 0 0 100 378 0 863 --:--:-- --:--:-- --:--:-- 863 100 378 0 0 100 378 0 862 --:--:-- --:--:-- --:--:-- 863 00:32:18 -> View reports at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] } 00:32:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 00:32:19 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 00:32:19 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:32:20 00:32:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 00:32:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:32:20 1.410.4: Pulling from edgex-devops/edgex-snyk-go 00:32:20 188c0c94c7c5: Pulling fs layer 00:32:20 0ef7d3d256c8: Pulling fs layer 00:32:20 de9db76c5a1d: Pulling fs layer 00:32:20 0eba1c9be4d2: Pulling fs layer 00:32:20 0d57e429df01: Pulling fs layer 00:32:20 4e4be7b47b0d: Pulling fs layer 00:32:20 e1f770b5df2f: Pulling fs layer 00:32:20 85a0685a4137: Pulling fs layer 00:32:20 0eba1c9be4d2: Waiting 00:32:20 4e4be7b47b0d: Waiting 00:32:20 0d57e429df01: Waiting 00:32:20 e1f770b5df2f: Waiting 00:32:20 85a0685a4137: Waiting 00:32:20 de9db76c5a1d: Verifying Checksum 00:32:20 de9db76c5a1d: Download complete 00:32:20 0ef7d3d256c8: Verifying Checksum 00:32:20 0ef7d3d256c8: Download complete 00:32:20 0d57e429df01: Verifying Checksum 00:32:20 0d57e429df01: Download complete 00:32:20 4e4be7b47b0d: Verifying Checksum 00:32:20 4e4be7b47b0d: Download complete 00:32:20 188c0c94c7c5: Verifying Checksum 00:32:20 188c0c94c7c5: Download complete 00:32:21 188c0c94c7c5: Pull complete 00:32:21 0ef7d3d256c8: Pull complete 00:32:21 de9db76c5a1d: Pull complete 00:32:22 e1f770b5df2f: Verifying Checksum 00:32:22 e1f770b5df2f: Download complete 00:32:26 0eba1c9be4d2: Verifying Checksum 00:32:26 0eba1c9be4d2: Download complete 00:32:26 85a0685a4137: Verifying Checksum 00:32:26 85a0685a4137: Download complete 00:32:33 0eba1c9be4d2: Pull complete 00:32:33 0d57e429df01: Pull complete 00:32:33 4e4be7b47b0d: Pull complete 00:32:36 e1f770b5df2f: Pull complete 00:32:44 85a0685a4137: Pull complete 00:32:44 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 00:32:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 00:32:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 00:32:44 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:32:44 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 00:32:45 $ docker top aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:46 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 00:32:46 + set -o pipefail 00:32:46 + snyk monitor '--org=edgex-jenkins' 00:32:58 00:32:58 Monitoring /w/workspace/y_app-service-configurable_hanoi (github.com/edgexfoundry/app-service-configurable)... 00:32:58 00:32:58 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/a6de64ac-14cb-4638-8bb0-2fd1eb0ed680 00:32:58 00:32:58 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 00:32:58 00:32:58 [Pipeline] } 00:32:58 $ docker stop --time=1 aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 00:33:01 $ docker rm -f aebff31ced18c3d73861f865feab90779875c5fbf0204e7df20fe6a6bd81db04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:33:04 + git log --format=format:%s -1 7658dde2fa5f0df1322b53e9d399e0259178d9cc [Pipeline] isUnix [Pipeline] sh 00:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:04 . [Pipeline] withDockerContainer 00:33:04 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:33:04 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:05 $ docker top 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:05 [edgeXSemver]: ignoring command tag because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:06 + git semver [Pipeline] } 00:33:06 $ docker stop --time=1 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 00:33:07 $ docker rm -f 523ab7bd6164be7b7cf790cec368572e3e64739a4d73c5c21a1fb6fee2f6eea9 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 00:33:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:33:08 00:33:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 00:33:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:33:08 0.23.1-centos7: Pulling from edgex-lftools 00:33:08 ab5ef0e58194: Pulling fs layer 00:33:08 9712f1f96733: Pulling fs layer 00:33:08 63f879dbbcfc: Pulling fs layer 00:33:08 0d9ebad4ef96: Pulling fs layer 00:33:08 e9a5061849ea: Pulling fs layer 00:33:08 d747dcd14b5f: Pulling fs layer 00:33:08 2de7ff778b66: Pulling fs layer 00:33:08 e9a5061849ea: Waiting 00:33:08 d747dcd14b5f: Waiting 00:33:08 0d9ebad4ef96: Waiting 00:33:08 2de7ff778b66: Waiting 00:33:08 9712f1f96733: Verifying Checksum 00:33:08 9712f1f96733: Download complete 00:33:10 63f879dbbcfc: Verifying Checksum 00:33:10 63f879dbbcfc: Download complete 00:33:10 e9a5061849ea: Verifying Checksum 00:33:10 e9a5061849ea: Download complete 00:33:10 d747dcd14b5f: Download complete 00:33:11 2de7ff778b66: Verifying Checksum 00:33:11 2de7ff778b66: Download complete 00:33:11 ab5ef0e58194: Verifying Checksum 00:33:11 ab5ef0e58194: Download complete 00:33:11 0d9ebad4ef96: Verifying Checksum 00:33:11 0d9ebad4ef96: Download complete 00:33:17 ab5ef0e58194: Pull complete 00:33:17 9712f1f96733: Pull complete 00:33:19 63f879dbbcfc: Pull complete 00:33:27 0d9ebad4ef96: Pull complete 00:33:27 e9a5061849ea: Pull complete 00:33:28 d747dcd14b5f: Pull complete 00:33:30 2de7ff778b66: Pull complete 00:33:30 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 00:33:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 00:33:30 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 00:33:31 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:33:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 00:33:35 $ docker top fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 00:33:35 provisioning config files... 00:33:35 copy managed file [sigul-config] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config6393713628924552932tmp 00:33:36 copy managed file [sigul-password] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config8514162783813372591tmp 00:33:36 copy managed file [sigul-pki] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config7346096198453142480tmp [Pipeline] { [Pipeline] echo 00:33:36 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 00:33:36 ---> sigul-configuration.sh 00:33:36 gpg: directory `/root/.gnupg' created 00:33:36 gpg: new configuration file `/root/.gnupg/gpg.conf' created 00:33:36 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 00:33:36 gpg: keyring `/root/.gnupg/secring.gpg' created 00:33:36 gpg: keyring `/root/.gnupg/pubring.gpg' created 00:33:36 gpg: CAST5 encrypted data 00:33:36 gpg: encrypted with 1 passphrase 00:33:36 gpg: WARNING: message was not integrity protected [Pipeline] sh 00:33:37 + mkdir /home/jenkins 00:33:37 + mkdir /home/jenkins/sigul [Pipeline] sh 00:33:37 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 00:33:37 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 00:33:38 ---> sigul-install.sh 00:33:44 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 00:33:44 + git tag --list 00:33:44 v1.0.0 00:33:44 v1.1.0 00:33:44 v1.2.0 00:33:44 v1.2.1-dev.1 00:33:44 v1.2.1-dev.10 00:33:44 v1.2.1-dev.11 00:33:44 v1.2.1-dev.12 00:33:44 v1.2.1-dev.13 00:33:44 v1.2.1-dev.14 00:33:44 v1.2.1-dev.15 00:33:44 v1.2.1-dev.16 00:33:44 v1.2.1-dev.17 00:33:44 v1.2.1-dev.18 00:33:44 v1.2.1-dev.19 00:33:44 v1.2.1-dev.2 00:33:44 v1.2.1-dev.20 00:33:44 v1.2.1-dev.21 00:33:44 v1.2.1-dev.22 00:33:44 v1.2.1-dev.23 00:33:44 v1.2.1-dev.3 00:33:44 v1.2.1-dev.4 00:33:44 v1.2.1-dev.5 00:33:44 v1.2.1-dev.6 00:33:44 v1.2.1-dev.7 00:33:44 v1.2.1-dev.8 00:33:44 v1.2.1-dev.9 00:33:44 v1.3.0 00:33:44 v1.3.1-dev.1 00:33:44 v2.0.0-dev.1 00:33:44 v2.0.0-dev.2 00:33:44 v2.0.0-dev.3 00:33:44 v2.0.0-dev.4 00:33:44 v2.0.0-dev.5 00:33:44 v2.0.0-dev.6 00:33:44 v2.0.0-dev.7 00:33:44 v2.0.0-dev.8 [Pipeline] sh 00:33:45 + lftools sign git-tag v0.0.0 00:33:46 Signing Git tag with Sigul... 00:33:46 Signing v0.0.0 00:33:46 Error while calling git, args ['git', 'show-ref', '-s', 'refs/tags/v0.0.0'], return code 1, stdout , stderr [Pipeline] echo 00:33:47 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 00:33:47 ---> sigul-configuration-cleanup.sh [Pipeline] } 00:33:47 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 00:33:47 $ docker stop --time=1 fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 00:33:49 $ docker rm -f fb0e779574674ceca4a9607cec580622db5437ba02dff213fd02d37182c69634 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 00:33:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:50 . [Pipeline] withDockerContainer 00:33:51 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:33:51 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:52 $ docker top 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:52 [edgeXSemver]: ignoring command bump pre because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:53 + git semver [Pipeline] } 00:33:53 $ docker stop --time=1 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f 00:33:54 $ docker rm -f 02a465b591712ef9ba2e756f51b3f6418ad766915af32bc5bef40ddd69ec394f [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 00:33:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:55 . [Pipeline] withDockerContainer 00:33:55 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:33:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:33:56 $ docker top fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:33:56 [edgeXSemver]: ignoring command push because GITSEMVER_HEAD_TAG is already set to 'v1.2.1-dev.23|v1.3.0' [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:57 + git semver [Pipeline] } 00:33:57 $ docker stop --time=1 fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 00:33:58 $ docker rm -f fc8b09158dfa8791dc5e114d73321de3556163e80a8e82affcbc6215d5938187 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:34:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:34:01 ---> package-listing.sh 00:34:01 ++ facter osfamily 00:34:01 ++ tr '[:upper:]' '[:lower:]' 00:34:01 + OS_FAMILY=redhat 00:34:01 + workspace=/w/workspace/y_app-service-configurable_hanoi 00:34:01 + START_PACKAGES=/tmp/packages_start.txt 00:34:01 + END_PACKAGES=/tmp/packages_end.txt 00:34:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:34:01 + PACKAGES=/tmp/packages_start.txt 00:34:01 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 00:34:01 + PACKAGES=/tmp/packages_end.txt 00:34:01 + case "${OS_FAMILY}" in 00:34:01 + rpm -qa 00:34:01 + sort 00:34:06 + '[' -f /tmp/packages_start.txt ']' 00:34:06 + '[' -f /tmp/packages_end.txt ']' 00:34:06 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:34:06 + '[' /w/workspace/y_app-service-configurable_hanoi ']' 00:34:06 + mkdir -p /w/workspace/y_app-service-configurable_hanoi/archives/ 00:34:06 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/y_app-service-configurable_hanoi/archives/ [Pipeline] echo 00:34:06 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:34:07 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:34:07 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:07 00:34:07 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:34:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:08 alpine: Pulling from edgex-lftools-log-publisher 00:34:08 df20fa9351a1: Pulling fs layer 00:34:08 36b3adc4ff6f: Pulling fs layer 00:34:08 8ad3a11d3b57: Pulling fs layer 00:34:08 46f8f816bc3b: Pulling fs layer 00:34:08 93b61091891f: Pulling fs layer 00:34:08 93b9cdb0e59b: Pulling fs layer 00:34:08 5e14af77c1be: Pulling fs layer 00:34:08 01666e4c0597: Pulling fs layer 00:34:08 aa168da1d23b: Pulling fs layer 00:34:08 46f8f816bc3b: Waiting 00:34:08 93b61091891f: Waiting 00:34:08 93b9cdb0e59b: Waiting 00:34:08 5e14af77c1be: Waiting 00:34:08 aa168da1d23b: Waiting 00:34:08 01666e4c0597: Waiting 00:34:08 36b3adc4ff6f: Download complete 00:34:08 46f8f816bc3b: Verifying Checksum 00:34:08 46f8f816bc3b: Download complete 00:34:08 df20fa9351a1: Verifying Checksum 00:34:08 df20fa9351a1: Download complete 00:34:08 93b9cdb0e59b: Verifying Checksum 00:34:08 93b9cdb0e59b: Download complete 00:34:08 5e14af77c1be: Verifying Checksum 00:34:08 5e14af77c1be: Download complete 00:34:08 93b61091891f: Verifying Checksum 00:34:08 93b61091891f: Download complete 00:34:09 df20fa9351a1: Pull complete 00:34:09 01666e4c0597: Verifying Checksum 00:34:09 01666e4c0597: Download complete 00:34:09 8ad3a11d3b57: Verifying Checksum 00:34:09 8ad3a11d3b57: Download complete 00:34:09 36b3adc4ff6f: Pull complete 00:34:11 8ad3a11d3b57: Pull complete 00:34:12 46f8f816bc3b: Pull complete 00:34:13 93b61091891f: Pull complete 00:34:13 aa168da1d23b: Verifying Checksum 00:34:13 aa168da1d23b: Download complete 00:34:13 93b9cdb0e59b: Pull complete 00:34:13 5e14af77c1be: Pull complete 00:34:13 01666e4c0597: Pull complete 00:34:23 aa168da1d23b: Pull complete 00:34:23 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:34:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:34:23 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:34:24 prd-centos7-docker-4c-2g-20066 does not seem to be running inside a container 00:34:24 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/y_app-service-configurable_hanoi/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/y_app-service-configurable_hanoi -v /w/workspace/y_app-service-configurable_hanoi:/w/workspace/y_app-service-configurable_hanoi:rw,z -v /w/workspace/y_app-service-configurable_hanoi@tmp:/w/workspace/y_app-service-configurable_hanoi@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 ******** -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:34:26 $ docker top 06c0699d3bb646aeda752d4697a96b7676f73c03d1745ed3ba6f57a12b62e3a5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:26 + touch /tmp/pre-build-complete [Pipeline] sh 00:34:27 + mkdir -p /var/log/sa [Pipeline] sh 00:34:27 + ls /var/log/sa-host 00:34:27 + sadf -c /var/log/sa-host/sa14 00:34:27 file_magic: OK 00:34:27 HZ: Using current value: 100 00:34:27 file_header: OK 00:34:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:34:27 Statistics: 00:34:27 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:34:27 File successfully converted to sysstat format version 12.2.1 00:34:27 + sadf -c /var/log/sa-host/sa23 00:34:27 file_magic: OK 00:34:27 HZ: Using current value: 100 00:34:27 file_header: OK 00:34:27 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:34:27 Statistics: 00:34:27 Hnuu...uuuununununu... 00:34:27 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:34:27 provisioning config files... 00:34:28 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/y_app-service-configurable_hanoi@tmp/config1049203256886797076tmp [Pipeline] { [Pipeline] echo 00:34:28 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:34:28 ---> create-netrc.sh [Pipeline] } 00:34:28 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:34:29 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:34:29 ---> python-tools-install.sh [Pipeline] echo 00:34:29 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:34:29 ---> sudo-logs.sh 00:34:29 Archiving 'sudo' log.. [Pipeline] echo 00:34:29 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:34:30 ---> job-cost.sh 00:34:30 lf-activate-venv: SKIPPING 00:34:30 INFO: No Stack... 00:34:31 INFO: Retrieving Pricing Info for: v1-standard-2 00:34:31 INFO: Archiving Costs [Pipeline] echo 00:34:31 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:34:32 ---> logs-deploy.sh 00:34:32 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/hanoi/1 00:34:32 INFO: archiving workspace using pattern(s): 00:34:34 Archives upload complete. 00:34:34 INFO: archiving logs to Nexus 00:34:35 ---> uname -a: 00:34:35 Linux prd-centos7-docker-4c-2g-20066.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:34:35 00:34:35 00:34:35 ---> lscpu: 00:34:35 Architecture: x86_64 00:34:35 CPU op-mode(s): 32-bit, 64-bit 00:34:35 Byte Order: Little Endian 00:34:35 Address sizes: 40 bits physical, 48 bits virtual 00:34:35 CPU(s): 4 00:34:35 On-line CPU(s) list: 0-3 00:34:35 Thread(s) per core: 1 00:34:35 Core(s) per socket: 1 00:34:35 Socket(s): 4 00:34:35 NUMA node(s): 1 00:34:35 Vendor ID: GenuineIntel 00:34:35 CPU family: 6 00:34:35 Model: 44 00:34:35 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:34:35 Stepping: 1 00:34:35 CPU MHz: 2933.438 00:34:35 BogoMIPS: 5866.87 00:34:35 Virtualization: VT-x 00:34:35 Hypervisor vendor: KVM 00:34:35 Virtualization type: full 00:34:35 L1d cache: 128 KiB 00:34:35 L1i cache: 128 KiB 00:34:35 L2 cache: 16 MiB 00:34:35 L3 cache: 64 MiB 00:34:35 NUMA node0 CPU(s): 0-3 00:34:35 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:34:35 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:34:35 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:34:35 Vulnerability Meltdown: Mitigation; PTI 00:34:35 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:34:35 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:34:35 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:34:35 Vulnerability Srbds: Not affected 00:34:35 Vulnerability Tsx async abort: Not affected 00:34:35 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:34:35 00:34:35 00:34:35 ---> nproc: 00:34:35 4 00:34:35 00:34:35 00:34:35 ---> df -h: 00:34:35 Filesystem Size Used Available Use% Mounted on 00:34:35 overlay 50.0G 8.5G 41.4G 17% / 00:34:35 tmpfs 64.0M 0 64.0M 0% /dev 00:34:35 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:34:35 shm 64.0M 0 64.0M 0% /dev/shm 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/y_app-service-configurable_hanoi@tmp 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host 00:34:35 /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure 00:34:35 00:34:35 00:34:35 ---> free -m: 00:34:35 total used free shared buff/cache available 00:34:35 Mem: 1837 833 142 0 861 938 00:34:35 Swap: 1023 2 1021 00:34:35 00:34:35 00:34:35 ---> ip addr: 00:34:35 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:34:35 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:34:35 inet 127.0.0.1/8 scope host lo 00:34:35 valid_lft forever preferred_lft forever 00:34:35 inet6 ::1/128 scope host 00:34:35 valid_lft forever preferred_lft forever 00:34:35 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:34:35 link/ether fa:16:3e:29:ba:f7 brd ff:ff:ff:ff:ff:ff 00:34:35 inet 10.30.123.53/23 brd 10.30.123.255 scope global dynamic eth0 00:34:35 valid_lft 85768sec preferred_lft 85768sec 00:34:35 inet6 fe80::f816:3eff:fe29:baf7/64 scope link 00:34:35 valid_lft forever preferred_lft forever 00:34:35 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:34:35 link/ether 02:42:7f:f9:a1:6f brd ff:ff:ff:ff:ff:ff 00:34:35 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:34:35 valid_lft forever preferred_lft forever 00:34:35 inet6 fe80::42:7fff:fef9:a16f/64 scope link 00:34:35 valid_lft forever preferred_lft forever 00:34:35 00:34:35 00:34:35 ---> sar -b -r -n DEV: 00:34:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 00:34:35 00:34:35 00:23:53 LINUX RESTART (4 CPU) 00:34:35 00:34:35 00:25:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:34:35 00:26:01 6.67 0.45 6.23 0.00 35.82 154.86 0.00 00:34:35 00:27:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 00:34:35 00:28:01 0.27 0.00 0.27 0.00 0.00 3.48 0.00 00:34:35 00:29:02 0.30 0.00 0.30 0.00 0.00 2.96 0.00 00:34:35 00:30:01 0.36 0.00 0.36 0.00 0.00 5.20 0.00 00:34:35 00:31:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 00:34:35 00:32:01 0.17 0.00 0.17 0.00 0.00 2.41 0.00 00:34:35 00:33:01 305.97 171.16 134.81 0.00 8456.34 38470.03 0.00 00:34:35 00:34:01 205.19 66.79 138.39 0.00 3954.91 33207.22 0.00 00:34:35 Average: 57.88 26.56 31.32 0.00 1386.69 8005.27 0.00 00:34:35 00:34:35 00:25:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:34:35 00:26:01 154408 0 599984 31.89 2620 1124532 1107120 37.78 455656 1072112 20 00:34:35 00:27:01 158776 0 595608 31.66 2620 1124540 1086116 37.07 453272 1070852 8 00:34:35 00:28:01 154652 0 599728 31.87 2620 1124544 1086188 37.07 457336 1070960 12 00:34:35 00:29:02 156192 0 598188 31.79 2620 1124544 1076764 36.75 456308 1070600 12 00:34:35 00:30:01 156112 0 598260 31.80 2620 1124552 1076984 36.76 455376 1072168 16 00:34:35 00:31:01 155380 0 598988 31.83 2620 1124556 1077252 36.76 456096 1072168 20 00:34:35 00:32:01 154704 0 599604 31.87 2620 1124616 1077288 36.77 456212 1072256 24 00:34:35 00:33:01 151180 0 701496 37.28 2596 1026272 1275160 43.52 555524 909388 12 00:34:35 00:34:01 224732 0 778776 41.39 1592 876444 1142644 39.00 581748 742472 88 00:34:35 Average: 162904 0 630070 33.49 2503 1086067 1111724 37.94 480836 1016997 24 00:34:35 00:34:35 00:25:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:34:35 00:26:01 eth0 20.84 13.81 22.61 6.33 0.00 0.00 0.00 0.00 00:34:35 00:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:26:01 docker0 2.25 1.66 0.47 4.06 0.00 0.00 0.00 0.00 00:34:35 00:27:01 eth0 1.23 0.18 0.30 0.01 0.00 0.00 0.00 0.00 00:34:35 00:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:28:01 eth0 1.15 0.60 0.56 0.37 0.00 0.00 0.00 0.00 00:34:35 00:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:29:02 eth0 0.57 0.08 0.05 0.04 0.00 0.00 0.00 0.00 00:34:35 00:29:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:29:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:30:01 eth0 2.93 0.63 0.85 0.47 0.00 0.00 0.00 0.00 00:34:35 00:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:31:01 eth0 3.50 0.83 1.00 0.59 0.00 0.00 0.00 0.00 00:34:35 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:32:01 eth0 0.93 0.50 0.53 0.39 0.00 0.00 0.00 0.00 00:34:35 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:33:01 eth0 509.51 442.87 4495.00 40.88 0.00 0.00 0.00 0.00 00:34:35 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:33:01 docker0 65.33 67.14 5.09 409.89 0.00 0.00 0.00 0.00 00:34:35 00:34:01 eth0 440.02 379.91 3445.74 105.40 0.00 0.00 0.00 0.00 00:34:35 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 00:34:01 docker0 21.82 33.44 1.16 201.61 0.00 0.00 0.00 0.00 00:34:35 Average: eth0 109.25 93.52 887.56 17.21 0.00 0.00 0.00 0.00 00:34:35 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:34:35 Average: docker0 9.96 11.39 0.75 68.58 0.00 0.00 0.00 0.00 00:34:35 00:34:35 00:34:35 ---> sar -P ALL: 00:34:35 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 00:34:35 00:34:35 00:23:53 LINUX RESTART (4 CPU) 00:34:35 00:34:35 00:25:01 CPU %user %nice %system %iowait %steal %idle 00:34:35 00:26:01 all 0.98 0.00 0.63 0.11 0.34 97.94 00:34:35 00:26:01 0 1.29 0.00 0.72 0.05 0.27 97.68 00:34:35 00:26:01 1 0.68 0.00 0.60 0.00 0.33 98.38 00:34:35 00:26:01 2 0.85 0.00 0.55 0.30 0.48 97.82 00:34:35 00:26:01 3 1.08 0.00 0.67 0.10 0.28 97.86 00:34:35 00:27:01 all 0.16 0.00 0.05 0.00 0.03 99.76 00:34:35 00:27:01 0 0.27 0.00 0.05 0.00 0.02 99.67 00:34:35 00:27:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:34:35 00:27:01 2 0.25 0.00 0.05 0.00 0.03 99.67 00:34:35 00:27:01 3 0.08 0.00 0.08 0.00 0.05 99.78 00:34:35 00:28:01 all 0.09 0.00 0.12 0.00 0.18 99.60 00:34:35 00:28:01 0 0.03 0.00 0.17 0.00 0.22 99.58 00:34:35 00:28:01 1 0.17 0.00 0.12 0.00 0.17 99.55 00:34:35 00:28:01 2 0.08 0.00 0.10 0.00 0.18 99.63 00:34:35 00:28:01 3 0.08 0.00 0.10 0.00 0.17 99.65 00:34:35 00:29:02 all 0.15 0.00 0.04 0.00 0.08 99.73 00:34:35 00:29:02 0 0.03 0.00 0.05 0.00 0.03 99.88 00:34:35 00:29:02 1 0.48 0.00 0.02 0.00 0.12 99.38 00:34:35 00:29:02 2 0.05 0.00 0.07 0.00 0.13 99.75 00:34:35 00:29:02 3 0.02 0.00 0.02 0.00 0.05 99.92 00:34:35 00:30:01 all 0.15 0.00 0.06 0.00 0.25 99.53 00:34:35 00:30:01 0 0.05 0.00 0.05 0.00 0.10 99.80 00:34:35 00:30:01 1 0.42 0.00 0.03 0.00 0.20 99.34 00:34:35 00:30:01 2 0.03 0.00 0.10 0.00 0.39 99.48 00:34:35 00:30:01 3 0.10 0.00 0.05 0.00 0.32 99.53 00:34:35 00:31:01 all 0.14 0.00 0.03 0.00 0.43 99.41 00:34:35 00:31:01 0 0.07 0.00 0.02 0.00 0.23 99.68 00:34:35 00:31:01 1 0.42 0.00 0.02 0.00 0.35 99.22 00:34:35 00:31:01 2 0.05 0.00 0.05 0.00 0.50 99.40 00:34:35 00:31:01 3 0.02 0.00 0.03 0.00 0.63 99.32 00:34:35 00:32:01 all 0.16 0.00 0.04 0.00 0.26 99.54 00:34:35 00:32:01 0 0.17 0.00 0.02 0.00 0.15 99.67 00:34:35 00:32:01 1 0.05 0.00 0.03 0.00 0.28 99.63 00:34:35 00:32:01 2 0.38 0.00 0.07 0.00 0.48 99.07 00:34:35 00:32:01 3 0.05 0.00 0.03 0.00 0.13 99.78 00:34:35 00:33:01 all 10.92 0.00 7.85 3.48 2.27 75.48 00:34:35 00:33:01 0 9.97 0.00 8.94 5.32 2.09 73.68 00:34:35 00:33:01 1 11.50 0.00 7.47 2.16 2.27 76.61 00:34:35 00:33:01 2 11.16 0.00 7.30 2.55 2.37 76.62 00:34:35 00:33:01 3 11.03 0.00 7.71 3.92 2.35 74.98 00:34:35 00:34:01 all 12.53 0.00 9.76 2.59 2.37 72.75 00:34:35 00:34:01 0 10.89 0.00 10.14 3.81 2.16 72.99 00:34:35 00:34:01 1 11.53 0.00 9.68 1.59 2.55 74.65 00:34:35 00:34:01 2 15.96 0.00 10.26 2.72 2.27 68.79 00:34:35 00:34:01 3 11.74 0.00 8.98 2.25 2.49 74.55 00:34:35 Average: all 2.75 0.00 2.02 0.67 0.68 93.88 00:34:35 Average: 0 2.47 0.00 2.18 0.99 0.57 93.79 00:34:35 Average: 1 2.76 0.00 1.96 0.41 0.69 94.18 00:34:35 Average: 2 3.13 0.00 2.02 0.61 0.75 93.49 00:34:35 Average: 3 2.64 0.00 1.93 0.68 0.71 94.05 00:34:35 00:34:35 00:34:35